@charset "UTF-8";

*{
  font-size:13px;
}

.pc-py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important
}
.pc-py-20 {
  padding-top: 2em!important;
  padding-bottom: 2em!important
}
.pc-py-40 {
  padding-top: 4em!important;
  padding-bottom: 4em!important
}
.pc-py-60 {
  padding-top: 6em!important;
  padding-bottom: 6em!important
}
.pc-py-80 {
  padding-top: 8em!important;
  padding-bottom: 8em!important
} 

.meatup-block-fullWide{
}

.meatup-block-fullWide__inner{
  margin: 0 auto 0;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
}

.meatup-block-fullWide__inner{
    position: relative;
    line-height: 1;
    left: -25px;
    font-size: 1.6rem;
    letter-spacing: .1em;
}    

.meatup-block-fullWide__inner .is-style-section_ttl{
    margin-bottom: 5%;
}

.meatup-block-fullWide__inner h3{
    margin-bottom: 1em;
    /* font-weight: 700; */
    /* font-size: 2.6rem; */
    font-size: 2rem;
}

.meatup-block-fullWide__inner p{
  margin-bottom: 1em;
    line-height: 2.14286;
    font-size: 1.6rem;  
}

.meatup-block-fullWide__inner .is-style-section_ttl:before{
  position: absolute;
    top: .5em;
    left: -1025px;
    width: 1000px;
    height: 1px;
    background-color: #b0916d;
    content: "";
}

.meatup-block-fullWide.has-bg-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.meatup-block-fullWide.has-bg-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    background-color: inherit;
}

.meatup-block-fullWide.-parallax {
    overflow: hidden;
}

.meatup-block-fullWide.-fixbg {
    background-attachment: fixed;
}

@media (max-width: 750px) {
  .meatup-block-fullWide{
    padding: 16% 0% 13.33333% 0%;
  }

  .meatup-block-fullWide__inner{
      margin: 0 auto 0%;
      max-width: 80%;
      padding: 0;
      left: 0;
  }

  .meatup-block-fullWide__inner .is-style-section_ttl{
      left: 0;
      opacity: 1;
  }

  .meatup-block-fullWide__inner .is-style-section_ttl:before{
      left: -1015px;
      font-size: 3.2vw;
  }

  .meatup-block-fullWide__inner h3{
      font-size: 4.26667vw;
  }

  .meatup-block-fullWide__inner p{
      /* font-size: 2.93333vw; */
      font-size: 1.4rem;
      margin-bottom: 5%;
      }
  .wp-block-image .alignright{
    margin:auto;
    }
    
  .meatup-block-fullWide__inner iframe {
      max-width: 100%;
  }

  .sp-py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .sp-py-20 {
    padding-top: 2em!important;
    padding-bottom: 2em!important
  }
  .sp-py-40 {
    padding-top: 4em!important;
    padding-bottom: 4em!important
  }
  .sp-py-60 {
    padding-top: 6em!important;
    padding-bottom: 6em!important
  }
  .sp-py-80 {
    padding-top: 8em!important;
    padding-bottom: 8em!important
  } 
}



.meatup-block-fullWide__inner .menu-contents {
  padding: 0 2.77778%;
  border: 1px solid #000
}

.meatup-block-fullWide__inner .menu-contents h3 {
  padding: 1em 0;
  position: relative;
  line-height: 1;
  font-size: 2.2rem;
  text-align: center;
  cursor: pointer;
  margin-bottom: auto;
}

.meatup-block-fullWide__inner .menu-contents h3::after {
  margin-top: -6px;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ""
}

.meatup-block-fullWide__inner .menu-contents h3.open::after {
  margin-top: -10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.meatup-block-fullWide__inner .menu-contents .inner {
  padding: 3.53774% 0;
  border-top: 1px solid #000;
  display: none
}

.meatup-block-fullWide__inner .menu-contents .inner .wrap {
  margin-bottom: 3.53774%;
  display: flex
}

.meatup-block-fullWide__inner .menu-contents .inner .wrap .first {
  margin-right: 2.59434%;
  padding-right: 2.59434%;
  border-right: 1px solid #000;
  width: 47.16981%
}

.meatup-block-fullWide__inner .menu-contents .inner .wrap .second {
  width: 47.16981%
}

.meatup-block-fullWide__inner .menu-contents .inner .wrap .contents {
  margin-bottom: 1em
}

.meatup-block-fullWide__inner .menu-contents .inner .wrap .contents:last-child {
  margin-bottom: 0
}

.meatup-block-fullWide__inner .menu-contents .inner .wrap .contents h4 {
  margin-bottom: .8em;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #fdf5d7;
  padding: 10px;
  line-height: 1.4em;
}

/* .meatup-block-fullWide__inner .menu-contents .inner .wrap .contents h4::before {
  content: "【"
}

.meatup-block-fullWide__inner .menu-contents .inner .wrap .contents h4::after {
  content: "】"
} */

.meatup-block-fullWide__inner .menu-contents .inner .wrap .contents dl {
  margin-bottom: .5em;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem
}

.meatup-block-fullWide__inner .menu-contents .inner .wrap .contents dl dt::before {
  content: "・"
}

.meatup-block-fullWide__inner .menu-contents .inner .wrap .contents dl dd {
  text-align: right
}

.meatup-block-fullWide__inner .menu-contents .inner .note {
  font-size: 1.2rem;
  text-align: right
}


@media (max-width: 750px) {
  .meatup-block-fullWide__inner .menu-contents {
    padding: 0 4.16667%
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  .meatup-block-fullWide__inner .menu-contents h3 {
    font-size: 3rem
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .meatup-block-fullWide__inner .menu-contents h3 {
    font-size: 4vw
  }
}

@media (max-width: 750px) {
  .meatup-block-fullWide__inner .menu-contents .inner {
    padding: 5.47445% 1.82482% 5.47445% 1.82482%
  }
  .meatup-block-fullWide__inner .menu-contents .inner .wrap {
    margin-bottom: 5.47445%;
    display: block
  }
  .meatup-block-fullWide__inner .menu-contents .inner .wrap .first {
    margin: 0 0 1em;
    padding-right: 0;
    border-right: 0;
    width: auto
  }
  .meatup-block-fullWide__inner .menu-contents .inner .wrap .second {
    width: auto
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  .meatup-block-fullWide__inner .menu-contents .inner .wrap .contents h4 {
    font-size: 3.2rem
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .meatup-block-fullWide__inner .menu-contents .inner .wrap .contents h4 {
    font-size: 4.26667vw
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  .meatup-block-fullWide__inner .menu-contents .inner .wrap .contents dl {
    font-size: 2.4rem
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .meatup-block-fullWide__inner .menu-contents .inner .wrap .contents dl {
    font-size: 3.2vw
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  .meatup-block-fullWide__inner .menu-contents .inner .note {
    font-size: 1.8rem
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .meatup-block-fullWide__inner .menu-contents .inner .note {
    font-size: 2.4vw
  }
}



/* ******************************
追加
****************************** */
strong{
  font-weight: bold;
}
#main a:hover {
  /* color: #006362; */
  opacity: 0.6;
}

#header .layout .ttl.inviewFade{
  background-color: rgba(255,255,255,0.5) !important;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
#header .layout .ttl{
  top:20%;
}

.concept_oz{
  padding: 90px 0 110px;
}
h3.h3_ttl {
  line-height: 1.5;
}
.meatup-block-fullWide__inner p{
  font-weight: 500 !important;
}
.wp-block-column.concept_txt{
  margin: auto 0;
}
/* .wp-block-column.concept_img::after {
  width: 110%;
  height: 137%;
  content: "";
  display: block;
  position: absolute;
  bottom: -18%;
  right: 175px;
  background: #ecf1ee;
  z-index: -1;
} */
.wp-block-column.concept_img::after {
  width: 60%;
  height: 80%;
  content: "";
  display: block;
  position: absolute;
  bottom: -18%;
  right: -290px;
  background: #ecf1ee;
  z-index: -1;
}

.meatup-block-fullWide.pc-py-60.sp-py-40.alignfull.concept_oz {
  background-color: unset !important;
}

.concept_h2{
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 0px !important;
}
p.midashi_jp {
  font-weight: bold !important;
  color: #796327;
}
ul.news-block li {
  /* background: #dce7e1b3 !important; */
  background: #00000014 !important;
}
.news-block h2 {
  margin: 0 0 16px 0;
  line-height: 1.5em;
}
.news-block a {
  text-decoration: none;
  color: #000;
}
.news-block h2 a {
  font-weight: bold;
}
.news-block a.wp-block-post-excerpt__more-link {
  /* background: #FFFFFF; */
  font-weight: bold;
  border: #000 solid 1px;
  padding: 8px 20px;
  font-size: 13px;
}

.news-block p.wp-block-post-excerpt__excerpt {
  line-height: 1.8;
  margin-bottom: 40px;
}

.menu .wp-block-column {
  margin: auto 0;
}

.menu{
  background-color: unset !important;
}
.menu .wp-block-columns{
  position: relative;
}

.menu_back_left::after {
  width: 85%;
  height: 103%;
  content: "";
  display: block;
  position: absolute;
  bottom: -10%;
  left: -267px;
  background: #ecf1ee;
  z-index: -1;
}
.menu .wp-block-columns {
  margin-bottom: 80px;
}
.menu_back_right::after{
  width: 85%;
  height: 103%;
  content: "";
  display: block;
  position: absolute;
  bottom: -5%;
  right: -267px;
  background: #FAF8ED;
  z-index: -1;
}
.wp-block-columns.eyelush {
  margin-top: 80px;
}
p.wp-block-post-excerpt__more-text {
  width: 100%;
}
a.wp-block-post-excerpt__more-link:hover {
  background: #7bb1b0;
  color: #fff !important;
  border: none;
  opacity: 1 !important;
}
.staff h3 {
  margin: 0;
  font-weight: bold;
  color: #796327;
}
.staff .has-large-font-size {
  margin-bottom: 14px;
}
div#sb_instagram {
  background-color: unset !important;
}
.about_right .wp-block-columns {
  margin: 0 !important;
}
.about_right hr{
  border: solid 1px #816D51;
}
.about_right figure.wp-block-image.size-full.is-style-default {
  border-bottom: solid 1px #e5e4de;
}
.meatup-block-fullWide.pc-py-60.sp-py-40.alignfull.salon_img {
  padding-top: 10px !important;
}

.salon_img .meatup-block-fullWide__inner::after {
  width: 80%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: -6%;
  left: -143px;
  background: #FAF8ED;
  z-index: -1;
}
.review .wp-block-button {
  position: relative;
}
a.wp-block-button__link.has-background::after{
  margin-top: -6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}


/*PCの設定*/
@media (min-width: 1024px) {
  .menu-contents.thirdInview.inviewFade {
    width: 80%;
    margin: 0 auto;
  }
}
/*タブレット設定*/
@media (min-width: 600px) and (max-width: 1024px) {
  
  /*コンセプト*/
  .meatup-block-fullWide__inner {
    margin: 0 auto 0%;
    max-width: 80%;
    padding: 0;
    left: 0;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    /* flex-basis: 100%!important; */
  }
  .wp-block-column.concept_img::after {
    width: 80%;
    height: 35%;
    content: "";
    display: block;
    position: absolute;
    bottom: 54%;
    right: -248px;
    background: #ecf1ee;
    z-index: -1;
  }

  /*新着情報*/
  .news-block figure {
    margin-bottom: 20px;
    width: 100% !important;
  }
  .news-block figure img {
    height: 100% !important;
  }
  .wp-block-columns.info-column{
    flex-wrap: wrap !important;
  }
  .wp-block-columns.info-column .wp-block-column.info-title{
    margin-left: 0px !important;
    flex-basis: 100% !important;
  }
  .wp-block-columns.info-column .wp-block-column.info-img {
    flex-basis: 100% !important;
  }
  .news-block a.wp-block-post-excerpt__more-link{
    padding: 8px 18px;
  }

  /*スタッフ*/
  .l-article .wp-block-columns .wp-block-column.staff-wrap {
    flex-basis: 80% !important;    
  }

  /*店舗情報*/
  .l-article .wp-block-columns .wp-block-column.store-img {
    flex-basis: 100% !important;
  }
  .wp-block-column.tablet-none {
    display: none;
  }
  .l-article .wp-block-columns .wp-block-column.about_right {
    flex-basis: 100% !important;
  }
  div.map iframe {
    width: 100%;
  }


}

/*スマホの設定*/
@media (max-width: 599px) {
  .meatup-block-fullWide.pc-py-60.sp-py-40.alignfull.concept_oz {
    /* background-color: #ecf1ee !important; */
  }
  .wp-block-column.concept_img::after {
    width: 80%;
    height: 35%;
    content: "";
    display: block;
    position: absolute;
    bottom: -5%;
    right: -32px;
    background: #ecf1ee;
    z-index: -1;
  }
  .menu_back_left::after {
    width: 132%;
    height: 85%;
    content: "";
    display: block;
    position: absolute;
    bottom: 22%;
    left: -79px;
    background: #ecf1ee;
    z-index: -1;
  }
  .menu .wp-block-columns {
    margin-bottom: 10px;
  }
  .menu_back_right::after{
    width: 119%;
    height: 92%;
    content: "";
    display: block;
    position: absolute;
    bottom: -3%;
    right: -39px;
    background: #FAF8ED;
    z-index: -1;
  }
  .wp-block-columns.salon {
    margin-top: 30px;
  }
  .wp-block-columns.eyelush {
    margin-bottom: 30px;
  }
  .staff figure{
    margin-bottom: 30px;    
  }
  .news-block figure{
    margin-bottom: 20px;
    width: 100% !important;
  }
  .news-block figure img{
    height: 100% !important;
  }
  .salon_img .meatup-block-fullWide__inner::after {
    width: 92%;
    height: 98%;
    content: "";
    display: block;
    position: absolute;
    bottom: -3%;
    left: -38px;
    background: #FAF8ED;
    z-index: -1;
  }
  .salon_img .wp-block-columns {
    margin-bottom: 0px;
  }
  .meatup-block-fullWide.pc-py-60.sp-py-40.alignfull.concept_oz {
    padding-bottom: 25px !important;
  }
	.concept_oz {
    background-repeat: no-repeat !important;
    background-position: left 30% top -20% !important;
    background-size: auto !important;
	}
  .menu {
    background-color: unset !important;
    background-repeat: no-repeat !important;
    background-position: right 30% top !important;
    background-size: auto !important;
  }
  .staff{
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-size: cover !important;
  }
  .staff_message {
    background-color: #ffffffc4;
    padding: 20px;
  }
  .wp-block-buttons>.wp-block-button.wp-block-button__width-50{
    width: 100% !important;
  }
  #header .layout .ttl.inviewFade{
    background-color: rgba(255,255,255,0.7) !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  }

}


/************ ▼　MENU　▼ ************/
/* .menu-contents dl{
  margin: 0 0 20px 0;
}
.menu-contents dt{
  width: 75%;
  line-height: 1.8;
}

.menu_name{
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 16;
} */

.menu-contents ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #e5e4de;
}
.menu-contents .contents ul:last-child{
  border-bottom: none;
}

.menu-contents li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  /* width: 50%; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}
.menu-contents li.menu_name{
  width: 70%;
  font-weight: bold;
  color: #624930;
  line-height: 1.4;
}
.menu-contents li.menu_price{
  width: 30%;
  text-align: right;
}
.menu-contents li.menu_txt{
  width: 100%;
  margin: 20px 0 0 0;
  line-height: 1.4;
  font-size: 13px !important;
}
.menu {
  background-color: unset !important;
  background-repeat: no-repeat !important;
  background-position: right 80% top 100px !important;
  background-size: auto !important;
}
p.menu_desc {
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e5e4de;
    line-height: 1.6;
}

/************ ▲　MENU　▲ ************/


/************ ▼　投稿ページ　▼ ************/

#main a:hover{
  opacity: 0.6;
}


div#content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

div.bread {
  background: #ecf1ee;
}
#breadcrumb{
  margin: 0 auto 30px;
  max-width: 900px;
  padding: 10px 20px;
  /* width: 100%; */
}
.bread ul li {
  font-size: 12px !important;
  display: inline;
}
.bread ul li a{
  text-decoration: none;
  color: #444;
}
.bread ul li::after {
  content: '>';
  display: inline-block;
  margin: 0 6px;
  color: #444;
}
.bread ul li:last-child::after { content: none;}


.header-single{
  /* height: 60px; */
  padding: 20px 20px;
  max-width: 900px;
  margin: 0 auto;
}
.header-logo {
  width: 173px;
  position: absolute;
}


nav#navi {
  display: table;
  width: 100%;
  height: 70px;
  text-align: center;
}
div#navi-in {
  display: table-cell;
  vertical-align: middle;
}
#navi ul{
  float: right;
  /* display: flex;
  justify-content: end; */
}
#navi ul li{
  display: block;
  float: left;
  margin: 0 30px 0 0;
}
#navi ul li a{
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}


.single h1 {
  color: #000000;
  font-size: 24px;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 10px 0;}
.post-data {
  margin: 12px;
  /* display: flex;
  justify-content: end; */
  font-size: 14px;
}

.sContents {
  margin: 40px 0;
}
.sContents img {
  max-width: 100% !important;
  margin: 20px auto !important;
  display: block;
}
.sContents p{
  font-size: 16px;
  margin: 20px 0 40px;
  line-height: 1.7;
}

.sContents h2{
  font-size: 24px;
  padding: 14px;
  background: #f0f0f0;
  margin: 60px 0 0 0;
  color: #796327;
}

.sContents h3 {
  border-left: solid 5px #796327;
  color: #796327;
  padding: 7px 10px;
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 0 0;
}

.cate-tag a {
  color: #2d8ac0;
}

@media (max-width: 750px) {
  /* div.header-logo {width: 20%;}
  .header-single{height: 30px;} */
}

@media (max-width: 520px){

}

/************ ▲　投稿ページ　▲ ************/


/************ ▼　カテゴリーページ　▼ ************/

.cat-page h1 {
  color: #000000;
  font-size: 24px;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
}
.post-cont{
  display: flex;
  flex-wrap: wrap;
}
.post-txt {
  padding: 20px;
}
.post-txt h3 {
  font-size: 16px;
  color: #0c4d72;
}
.post-item {
  color: #000;
}
.post-cont li{
  /* background: #eeeeee; */
  margin: 0 0 20px 0;
}
ul.post-cont li a {
  text-decoration: none;
  display: inline-block;
  display: block;
}

/*PCの設定*/
@media (min-width: 751px) {
  .post-cont li{
    background-color: #ecf1ee7a;
    padding: 20px 0 0 0;
  }

*[class*="thumFrame"] {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.thumFrame-5by3::before {
  padding-top: 60%;
}
*[class*="thumFrame"]::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
}
*[class*="thumFrame"].height-fit img {
  width: auto;
  height: 100%;
}
*[class*="thumFrame"] img {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  margin: 0 auto !important;
  /* width: 100% !important; */
  /* height: auto; */
}

}


/*スマホ*/
@media(max-width: 750px){
  img.object-fit-img {
    width: 100%;
  }
  .post-txt{
    background-color: #ecf1ee7a;
  }
  .post-cont li{
    width: 100%;
  }
}

@media (min-width: 600px){
  .post-cont li{
    width: calc(33.33333% - 0.83333em);
    margin: 0 1.25em 1.25em 0;
  }
  .post-cont li:nth-child(3n) {
    margin-right: 0;
  }
}

/************ ▲　カテゴリーページ　▲ ************/


/************ ▼　ページナビ　▼ ************/

.wp-pagenavi {
  text-align: center;
  margin: 20px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  /* min-width: 30px; */
  /* min-height: 30px; */
  margin: 4px !important;
  padding: 5px 13px !important;
  font-size: 15px;
  color: #666;
  border: 1px solid #BFBFBF;
  display: inline-block;
}

/************ ▲　ページナビ　▲ ************/