@charset 'utf-8';

#container {
    padding-top:70px;
}

.home #container {
    padding-top:75px;
}

@media screen and (min-width: 768px) {
   
#container {
    padding-top: 165px;
}


}
#header h1 {height:20px;}

.splide__list {
  height: auto !important;
}

/* google レビュースタイル */

.ti-widget {
  margin: 60px auto 0;
  max-width: 930px;
}

.ti-reviews-container-wrapper {
  justify-content: flex-start;
}

.ti-widget .ti-widget-container .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item .ti-inner {
  background-color: initial!important;
  border-color: initial !important;
}

/* もっと見るボタン */

.more_btn_inner {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}

/* ココだけの話 */

.single-treatment #page_contents {
  padding-bottom: 50px;
}

.single-treatment #page_contents .post_content {
  padding: 50px 0 0;
}

.single-treatment .author_profile {
  margin: 40px auto 0;
  max-width: 930px;
}

@media only screen and (max-width: 800px) {
  .single-treatment #page_contents {
    padding-bottom: 40px;
  }
  .single-treatment #page_contents .post_content {
    padding: 40px 0 0;
  }
  .single-treatment .author_profile {
    margin: 40px 20px 0;
  }
}

/*ココだけの話 */

#treatment_list {
  padding: 80px 0;
}

.treatment_recommend {
  margin: 0 auto 40px;
  max-width: 930px;
}

.treatment_recommend_title {
  color: #801c28;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.treatment_recommend ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.treatment_recommend ul li {
  margin-left: 5%;
}

.treatment_recommend ul li:nth-child(3n + 1) {
  margin-left: 0;
}

.treatment_recommend li.changeItem.grid a img {
  height: 181px;
}

.treatment_recommend li.changeItem.grid a {
  height: auto;
}

@media screen and (max-width: 800px) {
  #treatment_list {
    padding: 40px 0;
  }
  .treatment_recommend {
    margin: 0 auto 20px;
  }
  .treatment_recommend_title {
    font-size: 20px;
  }
  .treatment_recommend ul {
    margin-top: 0;
  }
  .treatment_recommend li.changeItem.grid a img {
    height: auto;
  }
}

/* 「ココだけの話」カテゴリー */

.treatment_list_main {
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-around;
  list-style: none;
  margin-top: 20px;
  padding: 0;
}

.link_button_inner {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
}

.p-footer-bar.shop_page {
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-footer-bar.shop_page {
    display: block;
  }
}

/* 関連記事周り */

#related_post.changeCard {
  margin: 40px auto;
  padding: 0;
  position: relative;
}

@media only screen and (max-width: 800px) {
  #related_post.changeCard {
    margin: 20px auto 20px;
    padding: 0;
    position: relative;
  }
  .single-post #related_post.changeCard {
    margin: 100px 0 20px 0;
  }
  #related_post.changeCard h2 {
    margin: 100px 0 20px 0;
  }
}

/* フッター修正 */

#footer_top .footer_menu.menu_contact {
  padding: 60px 60px;
}

.menu_contact_text {
  font-size: 14px;
  line-height: 1.4;
}

.menu_contact_text a {
  display: inline;
  font-size: 14px;
  line-height: 1.4;
}

.menu_contact_text_attention {
  font-size: 13px;
  line-height: 1.7;
}

.footer_menu li .menu_contact_text_attention a {
  display: inline;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
}

.menu_contact_text.company_name {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
}

.menu_contact_text.telephon_number, .menu_contact_text.receipt_time {
  line-height: 2.0;
}

.menu_contact_text.telephon_number {
  margin-bottom: 5px;
}

.menu_contact_text.telephon_number span, .menu_contact_text.receipt_time span {
  background: #111;
  font-size: 0.9em;
  color: #fff;
  padding: 5px 10px;
}

/* サイドボタンアイコン＆フッターボタンアイコン修正 */

@media screen and (min-width:768px) {
  #side_icon_button div.item:nth-child(4), #footer_icon_banner div.item:nth-child(4) {
    display: none;
  }
}


.ctabtn{
	text-align:center;
	padding:3em 0;
}
.ctabtn p{
	font-size:1.2em;
	font-weight:bold;
	display:inline-block;
	padding:0 1em;
	margin-bottom:1em;
	position:relative;
}
.ctabtn p::before{
	content:"";
	display:block;
	width:2px;
	height:1em;
	background:#000;
	position:absolute;
	left:0;
	top:0;
	transform: rotate(-15deg);
}
.ctabtn p::after{
	content:"";
	display:block;
	width:2px;
	height:1em;
	background:#000;
	position:absolute;
	right:0;
	top:0;
	transform: rotate(15deg);
}
.ctabtn a{
	font-size: 20px;
	display:block;
	width:90%;
	max-width:560px;
	margin:0 auto;
	/*padding:1.5em;
	  background-color: #FF7F00; 
	background-image: url(../img/common/cta_arrow.png);
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 15px;
	border:solid 2px #FF7F00;
  color: #fff;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.4;
	border-radius:10em; 
	transition: .3s;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));*/
	text-decoration:underline;
	line-height:1.4;
}
.ctabtn a:hover{
	/*background-color:#fff;
	border:solid 2px #FF7F00;
	color:#FF7F00;*/
}
.SP{display:none;}

@media screen and (max-width:768px) {
	.SP{display:block;}
}

.shop-review{
  margin-top: 50px;
  margin-bottom: 50px;
}

.shop_top_content_title{
  margin-bottom: 20px;
  text-align: center;
}

.shop_top_content_subtitle{
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Splide管理なので flex は使わない */
.shop-review-list{
  margin: 0;
  padding: 0;
}

/* スライド自体を中央に寄せる */
.shop-review .splide__slide{
  /* display: flex; */
  justify-content: center;
}

/* 口コミカード */
.shop-review-item{
  max-width: 900px;
  width: 100%;
  line-height: 1.8;
  padding: 30px;
  border-radius: 20px;
  box-sizing: border-box;
  background: #fff;
}

.shop-review .splide__pagination {
/*   display: none !important; */
}

/* ===== Splide ドット ===== */
.shop-review .splide__pagination {
  position: relative;
  margin-top: 20px;
  gap: 8px;
}

.shop-review .splide__pagination__page {
  width: 10px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
	border: 1px solid #222; 
}

.shop-review .splide__pagination__page.is-active {
  background: #2a7b2a;
}


.shop_top_content_subtitle a{
  font-weight: bold;
  font-size: 18px;
  color: rgb(0, 65, 134);
  text-decoration: underline;
}

.shop-review-item {
  position: relative;
}

/* 本文 */
.review-text {
  overflow: hidden;
  line-height: 1.6;            
  max-height: calc(1.6em * 6);    

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

/* 開いた状態 */
.shop-review-item.is-open .review-text {
  max-height: none;
  -webkit-line-clamp: unset;
}

/* 続きを読むボタン */
.review-toggle {
  margin-top: 12px;
  background: none;
  border: none;
  color: #2a7b2a;
  font-weight: bold;
  cursor: pointer;
}

.review-rating {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1;
}

.review-rating .star {
  color: #ccc !important;
}

.review-rating .star.is-active {
  color: #f5b301 !important;
}



.shop-review .splide__arrow {
  background: #fff;
  border: 1px solid #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
}

.shop-review .splide__arrow svg {
  fill: #333;
}
/* 
.shop-review .splide__arrow--prev {
  left: -20px;
}

.shop-review .splide__arrow--next {
  right: -20px;
}  */


@media only screen and (max-width: 800px) {
	.side_btn{
		order: 2;
	}
    .sidebar_right_inner .side_tel{
		order: 1;
    }
}


/*add260217 共通部分*/
#global_menu>ul>li:nth-child(7)>a {
    background-color: #5186ec !important;
  background-position:top 24px left 11px;
  background-repeat:no-repeat;
  background-size:24px;
  color:#fff!important;
  background-image:url(/wp-content/themes/serum_tcd096_test/img/common/icon_mail_hover.png);
  font-family:"RocknRoll One",sans-serif;
  font-weight:400;
  font-style:normal;
  font-size:200%;
  height:65px;
  line-height:65px;
  margin:12px 0
}
.sidebar_right_inner {padding:0.2em;}
.side_btn {    border-radius: 30px;background:#5186ec;border-color:#5186ec;background-image:none;}
.contact_btn_sp{border-radius: 30px;background:#5186ec;border-color:#5186ec;line-height:1;font-size:20px;padding:8px 0;}
#return_top {display:none;}
.shop_cta_main_btns_link.big,
.shop_cta.content_in .shop_cta_main_btns_link.big {
    background: #5186ec;
    border: 1px #5186ec solid;
    position:relative;
}
.shop_cta_main_btns_link.big::before,
.shop_cta.content_in .shop_cta_main_btns_link.big::before {
    content: "";
    position: absolute;
    right: 5%;
    top: 45%;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    z-index: 9;
}
.shop_cta_main_btns_link.big:hover,
.shop_cta.content_in .shop_cta_main_btns_link.big:hover {
color: #5186ec !important;
}
.shop_cta_main_btns_link.big:hover::before,
.shop_cta.content_in .shop_cta_main_btns_link.big:hover::before {
    border-top: 1px solid #5186ec;
    border-right: 1px solid #5186ec;
}
.side_btn:hover {
        background-image: none;
        color: #5186ec !important;
}
.side_btn.side_tel:hover {
    color: #00B901 !important;
    background-color: #fff !important;
    background-image: none;
}
@media only screen and (max-width: 800px) {
    .side_btn:hover {
        background-color: #fff !important;
        color: #5186ec !important;
        
    }
}



/* ブログ 見出し・下部cta */
.treatment-template-default .post_content h2{
  background: #7D9039;
  color: #fff;
  padding: 20px 10px;
  font-weight: bold;
}

.treatment-template-default .post_content h3{
  padding-bottom: 5px;
  border-bottom: 10px solid #7D9039;
}

.treatment-template-default .profile_cta img{
  width: 100%;
}


/* TOPページ 選ばれる理由 */
.cb_free_space.num1 + .top-reason {
  display: none;
}

.top-reason {
  padding: 20px 0;
  background: #f4f1ef;
}

.top-reason .top-reason-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.top-reason .top-reason-container .top-reason-ttl {
  font-family: "Yuji Syuku", serif !important;
  font-weight: normal !important;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.top-reason .top-reason-container .top-reason-ttl span {
  font-size: 70px;
  font-weight: bold !important;
}

.top-reason .top-reason-container ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.top-reason .top-reason-container ul li {
  width: 23%;
  position: relative;
  z-index: 1;
}

.top-reason .top-reason-container ul li a {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 20px;
  display: block;
  height: 100%;
  transition: 0.3s;
}

.top-reason .top-reason-container ul li a:hover {
  transform: scale(1.05);
}

.top-reason .top-reason-container ul li img {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  height: auto;
  display: block;
  opacity: 0.2;
  z-index: 0;
}

.top-reason .top-reason-container ul li:nth-child(1) img{
width: 200px;
height: 150px;
right: -23px;
}

.top-reason .top-reason-container ul li:nth-child(2) img{
width: 200px;
height: 150px;
right: -23px;
}

.top-reason .top-reason-container ul li:nth-child(3) img{
width: 180px;
height: 140px;
right: 0px;
}

.top-reason .top-reason-container ul li:nth-child(4) img{
width: 200px;
height: 160px;
right: 10px;
}

.top-reason .top-reason-container ul li:nth-child(5) img{
  opacity: 0.1;
}

.top-reason .top-reason-container ul li:nth-child(8) img{
width: 70px;
}

.top-reason .top-reason-container ul li *:not(img) {
  position: relative;
  z-index: 2;
}

.top-reason .top-reason-container ul li .top-reason-item-ttl {
  font-family: "Yuji Syuku", serif !important;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #003658;
  display: inline;
  background: linear-gradient(transparent 65%, rgba(255, 235, 59, 0.6) 65%);
}

.top-reason .top-reason-container ul li .top-reason-item-txt {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
  font-weight: 600;
}

.top-reason-btn a {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff !important;
  background-color: #003658;
  font-weight: 700;
  background-image: url(../img/common/cta_arrow.png);
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 2px #003658 solid;
  width: 300px;
  border-radius: 50px;
  transition: 0.3s;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
  margin: 0 auto;
}

.top-reason-btn a:hover {
  opacity: 1 !important;
  background-color: #fff !important;
  color: #003658 !important;
  background-image: url(../img/common/cta_arrow_hover.png);
  text-decoration: none !important;
}


[id] {
  scroll-margin-top: 120px;
}

:target {
  scroll-margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .top-reason {
    padding: 20px;
  }

  .top-reason .top-reason-container ul li img{
    width: 110px;
    height: auto;
  }

  .top-reason .top-reason-container ul {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .top-reason .top-reason-container ul li {
    width: 100%;
  }

  .top-reason .top-reason-container ul li .top-reason-item-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .top-reason .top-reason-container .top-reason-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .top-reason .top-reason-container .top-reason-ttl span {
    font-size: 40px;
  }
  .top-reason .top-reason-container ul li .top-reason-item-txt {
    font-size: 14px;
  }

  .top-reason .top-reason-container ul li:nth-child(1) img{
width: 160px;
height: 110px;
right: 0;
}

  .top-reason .top-reason-container ul li:nth-child(2) img{
width: 180px;
height: 130px;
opacity: 0.2;
right: -10px;
}

.top-reason .top-reason-container ul li:nth-child(3) img{
width: 180px;
height: 140px;
opacity: 0.2;
right: 0;
}

.top-reason .top-reason-container ul li:nth-child(4) img{
width: 180px;
height: 140px;
opacity: 0.2;
right: 0;
}

.top-reason .top-reason-container ul li:nth-child(8) img{
width: 55px;
right: 10px;
}
}

/* 店舗ページ ショート動画掲載 */
.shop-youtube {
  padding: 50px 20px;
}

.shop-youtube-container {
  display: flex;
  justify-content: center;
}

.shop-youtube-content {
  max-width: 930px;
  width: 400px;
  margin: 0 auto;
  aspect-ratio: 2/3;
}

.shop-youtube-content iframe {
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  .shop-youtube {
    padding: 30px 20px;
  }

  .shop-youtube-content {
    max-width: 400px;
    width: 70%;
    margin: 0 auto;
  }
}

/* 店舗ページ 自己紹介文レイアウト調整*/
.single-shop .design_content .header{
  display: block !important;
}

.shop_single_inner .design_content .header.layout_type2 .catch{
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 40px !important;
  white-space: nowrap !important;
}

.shop_single_inner .design_content .content{
  padding-left: 0 !important;
  width: 100% !important;
}

.cb_free_space.no_bg_color.shop_introduce{
  padding-top: 90px !important;
}


.shop_single_inner .design_content .header.layout_type2 .catch span{
  padding: 10px 20px !important;
		line-height: 1 !important;
}

.catch span br{
  display:none;
}

@media (max-width:768px){
  .catch span br{
    display:block;
  }
}

/* SP-TOP開始位置*/
@media only screen and (max-width: 800px) {
    #header_slider_wrap {
       margin: 40px 20px 35px;
   }
}
.lpttl{
	font-size:1.4em;
	font-weight:700;
	padding:0 0 1em !important;
	text-align:left;
}


.bgicon{
	position:absolute;
	width:150px;
	right:20px;
	bottom:20px;
	z-index:2;
}
.bgicon img{
	max-width:100%;
	height:auto;
}

@media only screen and (max-width: 800px) {
.bgicon{
	position:absolute;
	width:25vw;
	right:1em;
	bottom:1em;
	z-index:2;
}		
}

#cparea {
    padding:15px;
    text-align:center;
}

#footer_image_carousel{
  margin-top: 50px;
}


#header_slider .item1 .catch{
  display: none;
}

#header_slider_wrap{
  aspect-ratio: 1980/1050;
  height: 100%;
  width: 100%;
}

#header_slider,
.bg_image,
#header_slider .item,
#header_slider .slick-track,
.slick-track,
.slick-list{
  height: 100%;
}

@media (max-width:768px){
	.page-id-140 #header_slider_wrap{
  aspect-ratio: 375/812;
  height: 100%;
  width: 100%;
  margin: 0;
}
}

#header_logo{
  background: none;
    display: inline-block;
    /* height: 300px; */
    left: 40px;
    position: absolute;
    top: 40px;
    width: 8%;
    z-index: 200;
}

#header_logo a{
  padding: 0;
  height: 100%;
  width: 100%;
  display: block;
}


@media (max-width:768px){
  #header_logo{
  background: none;
    display: inline-block;
    /* height: 300px; */
    left: 10px;
    position: absolute;
    top: 40px;
    width: 15%;
    z-index: 200;
}
}



#footer{
  background: #fff;
}

#footer_icon_banner{
  background: #fff;
}