@charset "UTF-8";
/*
Theme Name:noel_tcd072_child
Version:1.0
Template:noel_tcd072
*/

/*---common-------*/
@media (max-width:787px){
.container{
  padding: 0 0px;
}
}
/* ----------------------------------------------------------------------
 Column layout - カラムレイアウト
---------------------------------------------------------------------- */
.mincho{
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.text-italic{
  font-style: italic;
}
.image-radius {
 border-radius: 50%;
}
.text-center{
 text-align: center;
}
.pb0{
  padding-bottom: 0;
}
.m-auto{
margin-left: auto;
margin-right: auto;
}
.mb0{
  margin-bottom: 0 !important;
}
.mb1em{
  margin-bottom: 1em !important;
}
.mb2em{
  margin-bottom: 2em !important;
}
.mb3em{
  margin-bottom: 3em !important;
}
.mb4em{
  margin-bottom: 4em !important;
}
.mr1em{
  margin-right: 1em;
}

.red{
  color:#b71d27;
}
.pink{
color: #fc6f7f;
}


.pc-only{
  display: block !important;
}
.sp-only{
  display: none !important;
}
@media (min-width:788px){
.pc-text-center{
  text-align: center;
}
}
@media (max-width:787px){
  .pc-only{
    display: none !important;
  }
  .sp-only{
    display: block !important;
  }
}

.post_row {
  margin-right:-25px;
  margin-left:-25px;
  line-height:2.4;
}


.post_row:before,
.post_row:after {
  display:table;
  content:" ";
}
.post_row:after { clear:both; }

.post_col,
.post_col-2,
.post_col-3,
.post_col-4 {
  box-sizing:border-box; position:relative;
  width:100%;
  min-height:1px;
  margin-bottom:2em;
  padding-right:25px;
  padding-left:25px;
  float:left;
}



@media screen and (min-width: 768px) {
  .post_col-2 { width:50%; }
  .post_col-3 { width:33.33333%; }
  .post_col-4 { width:23.5% !important; }
}
@media screen and (min-width: 1024px) {
    .post_col-2 { width:50%; }
    .post_col-3 { width:33.33333%; }
    .post_col-4 { width:23.5% !important; }
}


.post_content .style4a {
  margin: 0 !important;
  border-left: 3px solid #b3a085;
}

.text-medium{
  font-size: 16px !important;
}
.text-small{
font-size: 14px !important;
}
.text-large{
font-size: 20px !important;
}
.text-xlarge{
font-size: 32px !important;
}
.text-bold{
font-weight: 600;
}
.color-brown{
  color: #aa9e8a;
}
body {
background-color: #fffaf8 !important;
font-size: 16px;
color: #1a0f00;
}
body.home {
background-color: #f1e5e7 !important;
}
.bg-wt{
  background-color: #fff;
}

/*-------------ヘッダー-----------------*/
#body.home #header_top {
  background: rgba(255, 255, 255, 0.7);
}



/*------Gナビ-----------------------*/


#global_menu ul a{
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.pc #header #global_menu > ul > li > a {
    padding: 0 10px;
  }

/*-----------メインビジュアル-----------------*/
@media only screen and (max-width: 767px) {

}

/****メインスライダー****/

#header_slider{
display: none;
}
#container #header_slider_wrap {
    width: 100%;
    height: auto;
    position: relative;
}
/****メインスライダー****/
.main_visual {
  position: relative;
}

.main_visual .main_visual_slick,
.main_visual .slick-track {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

.main_visual .main_visual_slick .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick .slick-slide picture,
.main_visual .main_visual_slick .slick-slide img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  list-style: none;
  padding: 0;
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 3;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: auto;
  right: auto;
  left:  auto;
  bottom: 10%;
  margin: auto;
  width: 27vw;
  max-width: 480px;
  max-height: 480px;
  z-index: 52;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img {
    width: 60%;
  }

.main_visual .main_visual_copy > li img {
    top: auto;
    left: 3%;
    right: auto;
    bottom: 8%;
  }
}
.main_visual .main_visual_copy > li.active {
  opacity: 1;
}

.main_visual .main_visual_slick {
  padding-top: 86.9% !important;
}

@media (min-width: 768px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .main_visual .main_visual_slick {
    padding-top: 50.5208333% !important;
  }
}
@media (max-width: 767px) {
  .main_visual .main_visual_slick {
    padding-top: 138.333333% !important;
  }

  .main_visual .main_visual_slick .slick-slide picture, .main_visual .main_visual_slick .slick-slide img {
      width: 100%;
      height: auto;
      bottom: 0;
  }
}






/*--------ヘッダボタン-------*/
#header_button .button a:after {
  content: none;
}


.row.full{
  width: 100%;
}

/*--------common-------*/
#container p{
line-height: 2;
}
h2.title{
 font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 24px;
}
span.midashi{
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
  display: block;
color: #d96248;
font-size: 68px;
padding-bottom: 0.2em;
}

 h3.title{
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media (max-width: 767px){
  span.midashi{
  font-size: 48px;
}
}



/*-------コンセプト-------*/
.fadeIn {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}


#sec01{
  background-image: url("/wp-content/themes/noel_tcd072/img/bg-img001.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 4em;
  padding-bottom: 4em;
}
.bg-white2{
  background: rgba(255, 255, 255, 0.9);
}
#sec01 .bg-white2{
  padding: 2em 10px;
}
#sec01 h2.title{
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
line-height: 1.4;
margin-bottom: 1.2em;
margin-top: -1em;
}

@media (min-width: 768px) {
}
@media (min-width:769px) and (max-width: 1100px) {
}
@media (max-width: 767px) {}


/*-------メニュー---------*/
#sec02{
  background-image: url("/wp-content/themes/noel_tcd072/img/bg-img002.jpg");
  background-position: center;
  background-size: cover;
  padding-bottom: 6em;
}
#sec02 h2.title{
text-align: center;
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
margin-bottom: 1.2em;
}

@media (min-width: 1281px){
  #sec02 .container {
    width: 1280px;
    padding-top: 4em;
  }

  #sec02 .row1{
  margin-bottom: 1em;
  }
  #sec02 .index_box_content.type1 .box {
  width: 49%;
  }
  #sec02 .box1,
  #sec02 .box2{
    margin-right: 12px;
  }
  #sec02 .index_box_content.type2 .box {
  width: calc(100% / 3 - 12.0px);
  }
}

#sec02 .row1 .box:before,
#sec02 .row2 .box:before{
white-space: pre;
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 22px;
position: absolute;
left: 10%;
bottom: 20%;
line-height: 1.4;
z-index: 10;
}
#sec02 .row1 .box1:before{
content: '韓国式ハーブピーリングで\Aシルクのような肌に';
}
#sec02 .row1 .box2:before{
content: '韓国江南式小顔コルギで\A理想のフェイスラインに';
}
#sec02 .row2 .box1:before{
content: '凝り固まった身体を\A丁寧にほぐします';
}
#sec02 .row2 .box2:before{
content: 'リンパを流して\A軽やかな体に';
}
#sec02 .row2 .box3:before{
content: 'よもぎの温かな癒しで、\A心と身体を整えます';
}



@media (max-width: 1279px) {
#sec02 .container{
    width: auto;
    padding-top: 4em;
  }
}

@media (min-width: 768px)and (max-width: 1151px){

}
@media (max-width: 767px){
#sec02 {
padding-top: 3.5em;
padding-bottom: 4em;
}
#sec02 .container{
  padding: 0;
}
#sec02 .text-area{
  padding: 0 10px;
}

#sec02 .row1 .box:before,
#sec02 .row2 .box:before{
left: 6%;
font-size: 18px;
}
}
/*---------お知らせ-------------------*/
#index_news{
  background-image: url("/wp-content/themes/noel_tcd072/img/bg-img003.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 6em;
  padding-bottom: 6em;
}
#index_news h2.title2{
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
margin-bottom: 1.2em;
}

#index_news .index_cb_button a{
  color: #fff !important;
background: linear-gradient(90deg, #d96248 0%, #d96248 35%, #f17a42 70%, #f17a42 100%) !important;
font-weight: 700;
text-align: center;
font-size: 16px;
display: inline-block;
min-width: 290px;
height: 60px;
line-height: 60px;
border: none !important;
position: relative;
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#index_news .index_cb_button a:hover {
    background: linear-gradient(90deg, #d8340f 0%, #d8340f 35%, #df1f33 70%, #df1f33 100%) !important;
    border: none !important;
    transition: 0.75s;
    color: #fff !important;
}


@media (max-width: 1250px){
#index_news.index_content{
  padding-top: 3.5em;
  padding-bottom: 4em;
}
}

/*----------ビフォーアフター----------------------*/
#index_campaign1 h2 span.midashi{
  color: #fff;
}
#index_campaign1 .index_cb_button a{
  color: #fff !important;
background: linear-gradient(90deg, #d96248 0%, #d96248 35%, #f17a42 70%, #f17a42 100%) !important;
font-weight: 700;
text-align: center;
font-size: 16px;
display: inline-block;
min-width: 290px;
height: 60px;
line-height: 60px;
border: none !important;
position: relative;
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#index_campaign1 .index_cb_button a:hover {
    background: linear-gradient(90deg, #d8340f 0%, #d8340f 35%, #df1f33 70%, #df1f33 100%) !important;
    border: none !important;
    transition: 0.75s;
    color: #fff !important;
}


/*---------インスタ-------------------*/
#insta{
background-color: #e3dcd0;
padding-top: 6em;
padding-bottom: 6em;
}
#insta h2.title span.midashi{
color: #fff;
}
@media (max-width: 767px) {
  #insta{
  padding-top: 3.5em;
  padding-bottom: 4em;
  }
}

/*-------よくあるご質問トップ--------*/
#sec03{
  background-image: url("/wp-content/themes/noel_tcd072/img/bg-img004.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 6em;
  padding-bottom: 6em;
}
#sec03 .midashi{
color: #fff;
position: relative;
margin-bottom: 0.6em;
}
#sec03 .midashi:before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    height: 25px;
    width: 100%;
    max-width: 340px;
    background: url("/wp-content/themes/noel_tcd072/img/line-img001.png") no-repeat center / contain;
}
#sec03 .button a{
background: transparent !important;
border: 1px solid #fff !important;
width: 100%;
max-width: 250px;
min-width: 100%;
  }
#sec03 .button a:hover{
  background: #c3b485 !important;
transition : 0.75s;
}
.line-box{
  background: rgba(195, 165, 88, 0.95);
  padding: 4em 60px;
color: #fff;
outline: 1px solid #fff;
  outline-offset: -10px;
box-shadow: 5px 5px 8px #ab7a46;
}

@media (min-width: 768px) {
#sec03 .gutters .span_6 {
  width: 44%;
  }
#sec03 .gutters .col {
  margin-left: 5%;
  }
}

@media (max-width: 767px) {
#sec03 h3.title{
    margin-bottom: 3em;
}

.line-box{
padding: 3em 20px;
  }
#sec03 .midashi{
font-size:  46px;
}

}



/*-------ビフォーアフター---------*/

#blog .index_blog h2.headline{
  font-family: "Great Vibes", cursive;
font-weight: 400;
font-style: normal;
 color: #ad8e5e;
font-size: 100px;
    line-height: 1.4;
}
#blog .index_blog h2.headline span{
color: #1a0f00;
font-size: 24px;
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media (max-width: 767px) {
#blog{
  padding-top: 30px;
}
#blog .index_blog h2.headline{
  font-size: 60px;
  }
}

/*-------ニュース---------*/




/*-------------------------*/
#footer_banner .frost_bg:before {
 background: rgba(195, 165, 88, 0.4);
}

/*--------フッターinfo--------*/
#footerinfo{
  background-image: url("/wp-content/themes/noel_tcd072/img/bg-img005.jpg");
background-repeat: no-repeat;
background-size: cover;
padding-top: 6em;
padding-bottom: 6em;
}

@media (min-width: 768px) {
  #footerinfo .logo{
  }
}
@media (max-width: 767px) {
  #footerinfo {
  padding: 3.5em 10px 4em;
}
}

/*--------予約について--------*/

.w900{
  max-width: 900px;
}
#reserve{
position: relative;
color: #fff;
margin-bottom: 2.5em;
}
#reserve .row{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
color: #fff;
width: 100%;
padding: 2em 40px;
}



#reserve .image_wrap{
  display: block;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
#reserve .image{
  background-image: url("/wp-content/themes/noel_tcd072/img/bg-img006.jpg");
  background-repeat: no-repeat;
  background-size: cover;
width: 100%;
  height: 180px !important;
display: block;
overflow: hidden;
position: relative;
transition: 0.75s;
}
#reserve a:hover .image{
  transform: scale(1.2);
}
#reserve .midashi{
  color: #fff;
}
#reserve h3.title{
  font-size: 20px;
}
.mt05em{
  margin-top: 0.5em;
}
#reserve .arrow{
  position: relative;
}
#reserve .arrow:before {
    content: '';
    display: block;
    position: absolute;
    right: -8em;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    margin: auto;
    background: #fff;
    transition: .2s;
    z-index: 5;
}
#reserve .arrow:after {
  content: '';
  display: block;
  position: absolute;
  right: -8em;
  top: -6px;
  bottom: 0;
  width: 8px;
  height: 1px;
  margin: auto;
  border: 0;
  background: #fff;
  transform: rotate(45deg);
  transition: .2s;
}
#reserve .btn-reserve:hover span.arrow:before{
  background: #fff;
    right: -90%;
}
#reserve .btn-reserve:hover span.arrow:after{
background: #fff;
right: -90%;
}


.infobox{
  background-color: #fff;
padding: 2em 10px 36px;
}

.reservebox{
background-color: #cecdcd;
padding: 2em 10px 36px;
}
@media (max-width: 767px) {
#reserve .image_wrap{
  height: 300px;
}
#reserve .image {
  height: 300px !important;
}
}




/**/
.post_content .button a {
  color: #fff;
}

@media (min-width: 768px){

}




/*----------固定フッター--------------*/

@media (max-width: 1151px) {
#dp-footer-bar .dp-footer-bar-icon:before {
     display: none;
  }
#dp-footer-bar .dp-footer-bar a{
  padding: 20px 0;
}
#dp-footer-bar .dp-footer-bar {
border:none;
}
#dp-footer-bar .dp-footer-bar-item + .dp-footer-bar-item {
border-left: none;
 background: #d96248;
}
}


/*----------フッターメニュー-------------*/


/*--------ボタン---------*/

.button:not(.button1):not(.button2) a{
color: #fff !important;
background: linear-gradient(90deg, #d96248 0%, #d96248 35%, #f17a42 70%, #f17a42 100%)  !important;
font-weight: 700;
text-align: center;
font-size: 16px;
display: inline-block;
min-width: 290px;
height: 60px;
line-height: 60px;
border: none !important;
position: relative;
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.button:not(.button1):not(.button2) a:hover{
  background: linear-gradient(90deg, #d8340f 0%, #d8340f 35%, #df1f33 70%, #df1f33 100%) !important;
  border: none !important;
transition: 0.75s;
color: #fff !important;
}

@media (min-width: 768px) and (max-width: 1040px){
}
@media (max-width: 767px){
.button.sp-center{
    text-align: center;
  }
}


/*-----スマホ固定--------*/

@media only screen and (max-width: 767px){
  .p-request {
    height: 60px;
  }
.p-request__inner {
    padding: 0 35px 0 18px;
}
  .p-request__btn {
    display: block;
  }
}





/*----下層----------------*/

.pc #container #one_col{
  max-width: 1200px;
  width: 100%;
}
@media(max-width: 1250px){
#body #container #one_col {
max-width: 1200px;
padding: 30px 10px 50px;
}
}
.shadox{
  filter: drop-shadow(5px 5px 5px #ab7a46);
}
@media (min-width: 768px) {
}
@media (max-width: 767px){

}
@media screen and (max-width: 750px) {
#page_no_side {
margin: 35px 10px 30px !important;
}
}
@media (min-width: 768px) {
#container #catch_area .catch {
    font-size: 34px;
  }
}


div.well {
    border: 2px solid #ddd !important;
    background-color: #f9f8f4 !important;
}

div.well2 {
background: transparent !important;
padding: 2em 10px;
border-radius: 18px;
border-color: #b5a8a0;
}

#tcd-pb-wrap .tcd-pb-row.row1,
#tcd-pb-wrap .tcd-pb-row.row2,
#tcd-pb-wrap .tcd-pb-row.row3,
#tcd-pb-wrap .tcd-pb-row.row4,
#tcd-pb-wrap .tcd-pb-row.row5,
#tcd-pb-wrap .tcd-pb-row.row6,
#tcd-pb-wrap .tcd-pb-row.row7,
#tcd-pb-wrap .tcd-pb-row.row8,
#tcd-pb-wrap .tcd-pb-row.row9,
#tcd-pb-wrap .tcd-pb-row.row10,
#tcd-pb-wrap .tcd-pb-row.row11,
#tcd-pb-wrap .tcd-pb-row.row12{
    background-color: transparent;
}

 .tcd-pb-row.row1,
 .tcd-pb-row.row2,
 .tcd-pb-row.row3,
 .tcd-pb-row.row4,
 .tcd-pb-row.row5,
 .tcd-pb-row.row6,
 .tcd-pb-row.row7,
.tcd-pb-row.row8,
.tcd-pb-row.row9,
.tcd-pb-row.row10,
.tcd-pb-row.row11,
.tcd-pb-row.row12,{
  background-color: transparent !important;
}

.bg-red2{
  background: rgb(255 225 218);
  padding: 1em 10px;
}
.check ul li{
position: relative;
vertical-align: middle;
line-height: 1.8;
font-size: 18px;
padding-left: 30px;
}
.check ul {
  list-style: none;
}

.check ul li:before{
position: absolute;
content: "";
width: 28px;
height: 28px;
background-image: url("/wp-content/themes/noel_tcd072/img/icon-check.png");
background-repeat: no-repeat;
background-position: center;
background-size: 70%;
transform: translate(0, -50%);
left: -2%;
top: 50%;
}


@media (min-width: 768px) and (max-width: 776px) {

}

@media (max-width: 768px) {}

@media (min-width: 768px) and (max-width: 776px) {}

@media (max-width: 767px) {}

@media (min-width: 481px) and (max-width: 768px) {}

@media (max-width: 480px) {}

@media (min-width: 481px) and (max-width: 768px) {}

@media (max-width: 768px) {}

@media (max-width: 768px) {}

@media (max-width: 480px) {}

@media (min-width: 481px) and (max-width: 768px) {}



#one_col h3.title{
position: relative;
margin-bottom: 1.6em;
padding-left: 10px;
font-size: 24px;
}
#one_col h3.title:before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: -25px;
    left: 0;
    right: auto;
    margin: auto;
    height: 15px;
    width: 100%;
    max-width: 200px;
    background: url("/wp-content/themes/noel_tcd072/img/line-img002.png") no-repeat center / contain;
}


@media (max-width: 767px) {
#one_col h3.title {
  position: relative;
  margin-bottom: 1.6em;
  font-size: 22px;
}
}

  h4.title {
color: #1a0f00;
border-bottom: 1px solid #dba828;
padding-bottom: 0.4em;
margin-bottom: 1em;
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }

/*----下層-----------*/
/*----メニュー-----------*/
#one_col h3.title.menu{
  line-height: 1;
font-size: 38px;
}
#one_col h3.title span{
  color: #dba828;
  font-size: 20px;
}
#one_col h3.title.text-center:before{
  display: inline-block;
  right: 0;
  left: 0;
}


.table-menu-wrap{
background: rgba(195, 165, 88, 0.2);
padding: 3.5em 2em;
}

.menu-table tbody td {
    text-align: right;
    background: none !important;
}
.post_content .menu-table td {
    border: none;
}
.menu-table tbody th {
    text-align: left;
    border: none;
    border-right: none;
}
.menu-table tbody th span {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.menu-table tbody td.price {
    vertical-align: middle;
    font-weight: 600;
}
@media (max-width:787px){

  #one_col h3.title.menu{
  font-size: 28px;
}
#one_col h3.title.sp-text-center:before{
  display: inline-block;
    right: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
.post_content .s_table,
.post_content .table-menu-wrap .s_table {
  white-space: normal;
  }
}
.table-menu-wrap {
padding: 3.5em 1em;
}
table.menu-table tbody tr {
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
}

.menu-table tbody th {
    width: 65%;
    text-align: left;
    background: transparent;
}
@media (max-width: 767px) {
  .table-menu-wrap{
  padding: 3.5em 10px;
  }
.menu-table tbody td.price {
  padding: 10px;
}
.menu-table tbody th{
font-size: 14px;
width: 63%;
}
.menu-table tbody th b{
font-size: 16px;
}
.menu-table tbody td {
  vertical-align: middle;
  }
}
/*--------よくあるご質問----------*/

.qa h3.question {
  font-size: 16px;
  border: none;
}
.qa .question {
  position: relative;
  font-weight: 600;
  margin-bottom: 1em;
  padding: 1em;
  background-color: #ad8e5e;
  color: white;
}


.answer{
padding-left: 2px;
}
@media (min-width: 768px){
  .answer{
  padding-left: 20px;
  }

}


/*------------------*/

@media (min-width: 1450px){
}
@media (min-width: 768px){
}
@media (max-width: 750px){
}
@media (max-width: 750px){
}


@media (max-width: 767px){
  #article .post_content p {
      font-size: 15px;
  }


  #catch_area h2.catch {
    font-size: 24px;
  margin-bottom: 1em;
  }

}


/*-------投稿-----------*/

.single-post #main_contents #article {
    background: #fff;
    border: 1px solid #ddd;
}
#post_title_area {
    padding: 0 50px 30px;
    position: relative;
}
#main_contents #post_title_area .title {
    margin: 35px 0 0 0;
}

@media (min-width: 768px){
  #article .post_content {
      padding: 0 50px;
  }
}


/*---お問い合わせ-----*/
.post_content th {
  vertical-align: middle;
}
#container .wpcf7 {
background: rgb(255 236 232);
border: 1px solid #fbd0c6;
}

/*---フッター----*/
#footer-bg{
  background: url("/wp-content/themes/noel_tcd072/img/bg-img007.jpg") ;
  background-position: center;
  background-size: cover;
}


#container #footer_menu_area,
#footer_bottom{
background: transparent !important;
}
#container #footer_menu{
width: 100%;
max-width: 800px;
margin: auto;
padding: 2em 10px;
text-align: center;
}
#footer_menu_area ul,
#footer_menu_area li{
  display: inline-block;
}
#container #footer_menu_area a,
#footer_menu_area,
#footer_menu_area a,
#footer_menu .footer_headline a:before {
  color: #fff;
  display: inline-block;
}


@media (min-width: 768px) {
#container #footer_menu_area  ul li:not(:first-child):before {
          content: "|";
          margin-right: 0.3em;
          margin-left: 0.3em;
        color:#fff;
  }
}


#container #footer #footer_menu li a{
  color: #fff;
}
#footer #copyright{
  margin-bottom: 0
}
body.has_header_button #copyright {
border: none !important;
  }

#container #footer_menu_area{
    width: 100%;
    margin: auto;
  }
  #container #footer_menu_area_inner {
    padding: 0;
  }
@media (max-width: 767px){

#footer_menu_area ul,
#footer_menu_area li {
width: 100%;
display: block;
}

}


@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate {
  width: 100px;
  height: 100px;
  margin: 0px auto;
  animation: rotateAnimation 10s linear infinite;
}
@media (max-width: 767px){
  .rotate {
    width: 60px;
    height: 60px;
  }

}
/*-----------------------*/

#reviews{
margin-bottom: 4em;
}

/*ビフォアフタ*/
#single_campaign .cf_image_list.type1 img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 750px) {
  #single_campaign .cf_image_list.type1 img {
    max-width: 100%;
    width: 100%;
  }
}
/*-----------------------*/


/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
    visibility: hidden;
}


/*アンカー高さ*/
.anchor{
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}
