@charset "utf-8";
a {
  color: #f00;
}
body {
  position: relative;
  z-index: 1;
}
/*------------------------------------
		汎用
------------------------------------*/
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom:10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mt40 {
 margin-top: 40px;
}
.mt50 {
 margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.section {
  margin-bottom: 30px;
}
.clear {
  clear: both;
}
#wrap {
  width: 1200px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 0;
}


/*------------------------------------
		Header
------------------------------------*/
header {
  background-color: #e60012;
}
.logo-top {
  max-width: 500px;
}
.logo-top img {
  width: 100%;
  height: auto;
}
.logo-top a {
  display: block;
}
.inquiry {
  float: right;
  margin-left: 4px;
  margin-top: 6px;
}
.inquiry a:hover {
  opacity: 0.8;
}
.topimage {
  text-align: center;
  margin-top: 11px;
}
.navmenu {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
#nav-toggle, #gloval-nav {
  display: none;
}
.telphone img {
  width: 100%;
  max-height: 100px;
}
.accesNav {
  display: flex;
  align-items: center;
}
.telphone {
  margin-right: 30px;
}
.ano-acces a {
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
}
.ano-acces a:hover {
  opacity: 0.8;
}
.ano-ac-nav {
  display: flex;
  align-items: center;
}
.ano-ac-nav img {
  width: 27px;
  height: 27px;
}
.ano-mt {
  margin-top: 5px;
}
/*----------------------------
slider
------------------------------*/
/* .bx-wrapper .bx-controls-direction a{
 z-index: 2;
} */

.slider-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
}
.topimgArea {
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.topimg {
  text-align: center;
}
.topimg img {
  width: 100%;
  height: auto;
}
/* .bx-wrapper {
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
} */
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .topimg {
  display: none;
}
.bx-viewport .bx-wrapper .topimg {
  display: block !important;
}

/* ちらつき防止 */
/* .slider-wrapper div:not(:first-child){
 display: none;
} */


/*------------------------------------
		Navigation
------------------------------------*/
#global_t {
  background: #ebd2aa;
	position: relative;
	z-index: 10;
}
#global_t ul {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
#global_t li {
  width: 200px;
  text-align: center;
  border-right: solid 1px #535353;
	position: relative;
}
#global_t li:first-child {
  border-left: solid 1px #535353;
}
#global_t a {
  background-color: #ebd2aa;
  cursor: pointer;
  display: block;
  color: #535353;
  text-decoration: none;
  padding: 20px 0px;
}
#global_t a:hover {
  background-color: #CBB48E;
}
#global_t .sp-only {
  display: none;
}
#global_t .pcOnly {
    display: block;
  }
  #global_t .spOnly {
    display: none;
  }
.sp-only i{
    margin-right: 5px;
}
.booking-btns{
    padding: 0px 10px 10px 10px;
}
.b-btn{
    margin-top: 10px;
}
.b-btn a{
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    padding: 14px 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
}
.b-btn img{
    height: 22px;
    color: #fff;
    margin-right: 5px;
}
.b-btn i{
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	font-size: 1.6rem;
}
.booking-net{
    background: #0C3;
    border-radius: 3px;
}
.booking-tel{
    background: #09F;
    border-radius: 3px;
}
.banner-wrapper{
    display: none;
    text-align: center;
    width: 100%;
    background: #fff;
    padding:0px 10px 5px 10px;
}
.booking-inner{
    display: flex;
    padding: 0;
    margin: 0 auto;
    justify-content: space-between;
}
.inner{
    width: 49%;
    margin-top: 5px;
    position: relative;
}
.inner img{
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
    height: auto;
}
.inner a{
    padding: 24px 0 7px 40px;
    font-size: 1rem;
}
.inner a::before{
    position: absolute;
    content: '見積り・予約';
    top: 8px;
    font-size: 12px;
    left: calc(50% + 20px);
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#global_t a.no-active {
	pointer-events: none;
}
#global_t ul.inner-menu-block {
	position: absolute;
	z-index: -1;
	width: auto;
	flex-flow: column;
	opacity: 0;
	top: 40px;
	transition: .3s;
	visibility: hidden;
}
#global_t .inner-menu-block li {
	border-bottom: solid 1px #bbb;
	border-right: none;
	border-left: none;
}
#global_t .inner-menu-block li:last-child {
	border-bottom: none;
	border-right: none;
	border-left: none;
}
#global_t .inner-menu-block a {
	background-color: #fbf0de;
}
#global_t .inner-menu-block a:hover {
  background-color: #CBB48E;
}
#global_t li.menu-drop {
	position: relative;
}
#global_t li.menu-drop::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-right: solid 2px #b98252;
	border-bottom: solid 2px #b98252;
	position: absolute;
	top: 23px;
	right: 12px;
	transform: rotate(45deg);
	box-sizing: initial;
}
#global_t li.menu-drop:hover ul.inner-menu-block {
	top: auto;
	visibility: visible;
	opacity: 1;
	transition: .2s;
}
#global_t li.menu-drop:hover::before {
	top: 26px;
	transform: rotate(225deg);
}
/*----------------------------------
top 新着情報
-----------------------------------*/
.news-all {
  width: 77%;
}
.comic-syaken-banner,
.discount-banner {
  display: block;
  margin-bottom: 10px;
}
.comic-syaken-banner:hover,
.discount-banner:hover {
  opacity: 0.8;
}
.comic-syaken-banner img,
.discount-banner img {
  width: 100%;
  height: auto;
}
.comic-syaken-sp, .aircon-sp, .discount-sp {
  display: none;
}
.corona-info {
	display: block;
	border: solid 13px #ff0;
	padding: 15px 5px 50px 5px;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.7;
	cursor: pointer;
	color: #000;
	position: relative;
}
.corona-info span {
	font-size: 1.6rem;
	font-weight: bold;
	color: #f00;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.corona-info::before {
	position: absolute;
	content: '';
	display: block;
	width: 130px;
	height: 30px;
	background: url("../images/corona-info_arrow.png") no-repeat;
	background-size: contain;
	background-position: center;
	bottom: 15px;
	right: 15px;
}
.corona-info:hover {
	opacity: 0.8;
}
.corona-info:visited {
	color: #000;
}
.news-block-wrapper {
  display:flex;
  height: 100%;
  flex-direction: column;
}
.campaign-tit-link{
  color: #000 !important;
  text-decoration: none;
  display: block;
}
.campaign-tit-link:hover {
  opacity:.8;
}
.campaign-tit {
  display: flex;
  height: 45px;
  align-items: center;
  background-color: #f8b551;
  padding: 2px 15px;
  justify-content: space-between;
}
.campaign-tit-left{
  display: flex;
  align-items: center;
}
.campaign-tit-right{
  margin-right: 5px;
  display: block;
  background: #fff;
  padding: 3px;
  border-radius: 15px;
  text-decoration: none;
  cursor: pointer;
  font-size: 11px;
  color: #f00;
}
.campaign-tit p {
  font-size: 24px;
  font-weight: bold;
}
.campaign-tit img {
  width: 47px;
}
.campaign-block {
  display: flex;
  justify-content: space-between;
}
.news-block {
  border: solid 2px #ff0000;
	height: auto;
}
/*
#main-blog {
  display: block;
}
*/
#main-blog_sp {
  display: none;
}
.news-block#main-blog,
.news-block#main-blog_sp {
  border: none;
}
.news-tit {
  display: flex;
  justify-content: space-between;
  background-color: #ff0000;
  padding: 7px 20px;
}
.news-tit1 {
  color: #FFFFFF;
  font-weight: bold;
}
.news-tit2 {
  font-size: 11px;
  color: #ff0000;
  padding: 3px;
  background: #FFFFFF;
  border-radius: 10px;
}
.news-tit2 a {
  text-decoration: none;
}
.news {
  padding: 25px 40px;
}
#main-blog .news,
#main-blog_sp .news {
  padding: 25px;
}
.n-cal {
  display: flex;
  margin-bottom: 20px;
}
.n-cal:last-child {
  margin-bottom: 0;
}
.n-text a {
  cursor: pointer;
  color: #000000;
  text-decoration: none;
}
.n-text a:hover {
  text-decoration: underline;
}
.n-text {
  margin-left: 30px;
}
#main-blog .n-text,
#main-blog .n-text_sp {
  margin-left: 0;
}
.calendar {
	width: 80%;
}
.banner-tokoro {
	margin-top: 20px;
}
.banner-tokoro img,
.banner-tokoro_spOnly img {
	width: 100%;
}
.banner-tokoro_spOnly {
	display: none;
	margin-bottom: 10px;
}
.for-voice {
	position: relative;
}
.voice-all a.for-voice-img {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 400px;
}
.voice-all a.for-voice-img:hover {
	opacity: 0.8;
}
.voice-all a.for-voice-img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1199px) {
	.voice-all a.for-voice-img {
		width: 32.5%;
	}
}
@media screen and (max-width: 768px) {
	.calendar {
		width: 100%;
		margin: 20px auto;
	}
	.banner-tokoro {
		display: none;
	}
	.banner-tokoro_spOnly {
		display: block;
	}
	.for-voice-img {
		position: absolute;
		top: 0;
		left: 0;
		padding: 8px;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
  .campaign-tit-left{
    justify-content: center;
  }
  .campaign-tit{
    display: block;
    height: auto;
    padding: 7px;
  }
  .campaign-tit-right{
    text-align: center;
    width: 40%;
    margin: 0 auto;
  }
}
/*------------------------------------
		Main(left,right)
------------------------------------*/
.point-sp {
  display: none;
}
.voice-sp {
  display: none;
}
/*------------------------------------
		Menu
------------------------------------*/
/*Menu_left*/
.caption {
  margin-bottom: 10px;
  margin-left: 40px;
}
.caption2 {
  margin-bottom: 30px;
  clear: both;
}
.caption3 {
  margin-left: 40px;
  margin-bottom: 0px;
  clear: both;
}
.caption_img {
  margin: 0 auto 20px auto;
}
.caption_img2 {
  margin: 5px auto 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
}
.point-all, .voice-all, .point-sp, .voice-all {
  width: 100%;
  height: auto;
}
.point-all img, .voice-all img, .point-sp img, .voice-sp img {
  width: 100%;
  height: auto;
}
.voice-link {
  width: 100%;
  height: auto;
  text-align: right;
}
.voice-link img {
  width: 500px;
  height: 100%;
}
.link-all {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.link-img {
  width: 30%;
  height: auto;
  margin-top: 30px;
  margin-right: 5%;
}
.link-img:nth-child(3n) {
    margin-right: 0;
}
.point-all a {
  display: block;
  height: 100%;
}
.voice-all a {
  display: block;
  height: 100%;
  width: 500px;
  margin-left: auto;
}
.link-img a:hover img, .point-all a:hover img, .voice-link a:hover img {
  cursor: pointer;
  opacity: 0.8;
}
.link-img img {
  width: 100%;
}
.link-img a {
  display: block;
  width: 100%;
}
.acces-all {
  display: flex;
  justify-content: space-between;
}
.side-link {
  text-align: right;
  padding-top: 20px;
  width: 30%;
}
.side-link a {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.side-link a img {
  width: 100%;
}
.side-link a:hover img {
  opacity: 0.8;
}
.acces-all .left {
  width: 65%;
}
.acces-all .news-block {
	margin-top: 30px;
}
.googlemap-size iframe {
  width: 100%;
  height: 390px;
}
.googlemap-linkURL {
  text-align: right;
}
.googlemap-link {
  color: #000;
  text-decoration: none;
}
.googlemap-link:hover {
  text-decoration: underline;
}
/*------------------------------------
		Footer
------------------------------------*/
#page_top {
  width: 100%;
  height: 23px;
  background-color: #FFF;
  max-width: 1200px;
  margin:0 auto;
}
#page_top_child {
  float: right;
  margin-right: 5px;
  padding-top: 40px;
}
footer {
  clear: both;
  color: #fff;
  background: #fe0000;
  padding: 30px 40px;
}
.footer-all {
  width: 1200px;
  margin: 0 auto;
}
.top-nav {
  display: flex;
  justify-content: space-between;
}
.right-nav {
  display: flex;
}
.right-nav img {
  width: 170px;
  height: 100px;
}
.right-nav p {
  font-size: 14px;
  margin-left: 25px;
  line-height: 1.3;
}
.under-nav {
  display: flex;
  font-size: 14px;
  justify-content: space-around;
  margin: 30px auto 0px auto;
}
.navs p {
  margin-bottom: 15px;
}
.navs ul {
  padding-left: 16px;
}
.navs li {
  list-style-type: disc;
  margin-top: 10px;
}
.navs a {
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
}
.navs a:hover {
  text-decoration: underline;
}
#copy_right {
  padding: 10px 0;
  background: #000;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}
/*------------------------------------
  templete
------------------------------------*/
.sp-view {
	display: none;
}
.contents-wrapper {
  display: flex;
  justify-content: space-between;
}
.contents-leftside {
  width: 900px;
  text-align: center;
}
.contents-rightside a {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.contents-rightside img {
  width: 220px;
}
.contents-rightside a:hover {
  opacity: 0.8;
}
/*text*/
.contents-leftside h2 {
  font-size: 2rem;
  padding: 10px;
  color: #fff;
  background: -moz-linear-gradient(180deg, #FF7373 0%, #FF2E2E 50%, #f00 50%);
  background: -webkit-linear-gradient(180deg, #FF7373 0%, #FF2E2E 50%, #f00 50%);
  background: linear-gradient(180deg, #FF7373 0%, #FF2E2E 50%, #f00 50%);
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
}
.contents-leftside h3 {
  font-size: 1.5rem;
  padding: 5px 0 10px 15px;
  border-bottom: 3px solid #ccc;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
}
.contents-leftside h3::before {
  content: "";
  width: 8px;
  height: calc(100% - 5px);
  position: absolute;
  background: #f00;
  top: 0;
  left: 0;
}
.contents-leftside h4 {
  font-size: 1.2rem;
  color: #f00;
  font-weight: bold;
  margin-bottom: 10px;
}
.contents-leftside h5 {
  font-weight: bold;
  margin-bottom: 5px;
}
.contents-leftside h6 {
  font-weight: normal;
}
.tel-link {
  pointer-events: none;
}
/*------------------------------------
レスポンシブ
------------------------------------*/
@media screen and (min-width:769px) {
  .slider-sp-wrapper {
    display:none;
  }
}
@media screen and (max-width:1279px) {
  .topimgArea {
    position: relative;
  }
  .topimgArea::before {
    content:'';
    padding-top:58.59375%;
  }
  /* .topimgArea .slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  } */
  .footer-all {
    width: 100%;
  }
}
@media screen and (max-width:1199px) {
  header {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #global_t ul{
        width: auto;
  }
  #global_t li:first-child {
    border-left: none;
  }
  #global_t li:last-child {
    border-right: none;
  }
  #wrap {
    width: 100%;
    padding: 0 20px;
  }
  .campaign-block {
    width: 100%;
  }
  .under-nav {
    width: 100%;
  }
  .footer-logo img {
    width: 90%;
  }
  .right-nav p {
    margin-left: 15px;
  }
  #global_t a {
    font-size: 15px;
  }
  /*templete*/
  .contents-leftside {
    width: 65%;
  }
}
@media screen and (max-width:768px) {
	.pc-view {
		display: none;
	}
	.sp-view {
		display: block;
	}
  /*汎用クラス*/
    .sp-text-L {
    text-align: left;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 115px;
    z-index: 3;
    padding-left: 0;
    padding-right: 0;
  }
  .navmenu {
    padding:2px 10px 3px 10px;
    align-items: center;
    height: 55px;
  }
  .logo-top img {
    max-height: 50px;
    width: auto;
  }
  #nav-toggle {
    display: block;
    cursor: pointer;
      position: relative;
      margin-bottom: 7px;
  }
  #nav-toggle::after{
    position: absolute;
    content: 'メニュー';
    font-size: 10px;
    bottom: -12px;
    color: #fff;
  }
  .nav-ts, .close {
    position: relative;
    width: 40px;
    height: 30px;
  }
  .nav-ts span, .open span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: #FFF;
    position: absolute;
    transition: all .3s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 12px;
  }
  #nav-toggle span:nth-child(3) {
    top: 24px;
  }
  .close span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .close span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .close span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }
  .close {
    position: absolute;
    left: -40px;
    top: 10px;
    cursor: pointer;
  }
  #global_t {
    background: #ebd2aa;
    position: fixed;
    min-width: 240px;
    height: 100vh;
    width: 40%;
    top: 0;
    right: 0;
    z-index: 990;
    justify-content: center;
    transform: translateX(100%);
    transition: transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 0 10px;
    box-sizing: border-box;
    display: block;
  }
  #global_t ul {
    width: 100%;
    display: block;
		height: 100%;
		overflow-y: auto;
  }
  #global_t ul li {
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    border-bottom: solid 1px #000;
    border-right: 0;
    text-align: left;
  }
  #global_t ul li a {
    color: #000;
    text-decoration: none;
    padding: 15px 0;
    display: block;
  }
  #global_t .sp-only {
    display: block;
  }
  #global_t.open {
    transform: translateX(0);
  }
  #global_t .pcOnly {
    display: none;
  }
  #global_t .spOnly {
    display: block;
  }
	
	#global_t ul.inner-menu-block {
		z-index: 1;
		opacity: 1;
		visibility: visible;
		top: auto;
		position: relative;
		display: none;
	}
	#global_t .inner-menu-block a {
		padding: 15px;
	}
	#global_t a.no-active {
		position: relative;
		pointer-events: auto;
	}
	#global_t li.menu-drop::before {
		display: none;
	}
	#global_t a.no-active::before {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		border-right: solid 2px #b98252;
		border-bottom: solid 2px #b98252;
		position: absolute;
		top: 20px;
		right: 12px;
		transform: rotate(45deg);
		box-sizing: initial;
	}
	#global_t a.no-active.open::before {
		top: 23px;
		transform: rotate(225deg);
	}
	
  .sp-bg {
    position: fixed;
    z-index: 4;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .headerNav-sp a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 20px;
    cursor: pointer;
    border-bottom: solid 1px #000;
  }
  .topimgArea {
    padding-top: 110px;
  }
  .topimgArea::before {
    padding-top:40.8%;
  }
  .slider-wrapper {
    display: block;
  }
  .slider-sp-wrapper {
    position: absolute;
    top:0;
    left: 0;
  }
  .slider-sp-wrapper {
    display: block;
  }
  .slider-sp-wrapper .topimg-sp {
    display: none;
  }
  .bx-viewport .slider-sp-wrapper .topimg-sp {
    display: block;
  }
  .accesNav {
    display: none;
  }
  .news-all {
    width: 100%;
  }
  .comic-syaken-pc,
	.discount-pc {
    display: none;
  }
  .comic-syaken-sp,
	.discount-sp {
    display: block;
  }
	.corona-info {
		font-size: 1rem;
		padding: 15px 5px 57px 5px;
		text-align: left;
/*		display: none;*/
	}
	.corona-info span {
		font-size: 1.35rem;
	}
	.corona-info::before {
		height: 23px;
	}
  .news-block {
    min-height:0;
  }
  .n-text a {
    display: block;
    padding: 15px 0;
  }
  .campaign-block {
    display: block;
  }
  .n-cal {
    display: block;
  }
  .n-text {
    margin-left: 0;
  }
  .news {
    padding: 20px;
  }
  .point-sp {
    display: block;
  }
  .point-all, .voice-all {
    display: none;
  }
  .voice-sp {
    display: block;
  }
  .campaign-tit p {
    font-size: 17px;
  }
  .link-all {
    margin: 0 auto;
  }
  .link-img {
    width: 100%;
    margin-right: 0;
  }
  .acces-all {
    display: block;
  }
  .acces-all .left {
    width: 100%;
  }
  #main-blog {
    display: none;
  }
  #main-blog_sp {
    display: block;
  }
  .side-link #main-blog_sp {
    text-align: left;
  }
  .side-link #main-blog_sp a {
    margin-bottom: 15px;
  }
   #main-blog_sp .n-cal {
    margin-bottom: 0;
  }
  #main-blog_sp .n-text a {
    padding: 10px 0;
  }
  .side-link {
    width: 100%;
  }
  footer {
    padding: 30px 20px;
  }
  .footer-logo img {
    width: 100%;
    margin-bottom: 30px;
  }
  .right-nav {
    justify-content: space-between;
  }
  .right-nav img {
    width: 50%;
    height: 100%;
  }
  .under-nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px;
  }
  .navs {
    width: 50%;
    margin-top: 30px;
  }
  .navs p {
    margin-bottom: 10px;
  }
  .top-nav {
    display: block;
  }
  /*tempelete*/
  .contents-wrapper {
    display: block;
    padding-top: 100px;
  }
  .contents-leftside {
    width: 100%;
  }
  .contents-rightside {
    width: 80%;
    margin: 30px auto 0 auto;
  }
  .contents-rightside img {
    width: 100%;
  }
  /*text*/
  .contents-leftside h2 {
    font-size: 1.5rem;
  }
  .contents-leftside h3 {
    border-bottom: 0;
    font-size: 1.2rem;
  }
  .contents-leftside h4 {
    font-size: 1.125rem;
  }
    .banner-wrapper{
    display: block;
    height:60px;
    }
}

.post-day, .archive-list .small {
  display: none;
}
