@charset "UTF-8";
/* CSS Document */
/* レスポンシブ共通設定*/
body {
  color: #272727;
  font-family:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 62.5%;
  width: 100%;
}
/*ハイライトの枠線を消す*/
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
*:focus {
  outline: none;
}
article {}
section {}
h1 {
  color: #9d671f;
}
/*グローバルナビゲーション Start*/
header {
  align-items: center;
  background: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
  color: #b19064;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 9999;
  /*固定ヘッダー自動非表示 Start*/
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-property: height, top;
  -o-transition-property: height, top;
  -webkit-transition-property: height, top;
  transition-property: height, top;
}
header.scrolling {
  height: 5.5rem;
}
header.hide {
  top: -5.5rem;
}
header #headLogo {
  display: block;
  margin-left: 1.27rem;
  margin-top: 0.72rem;
  width: 200px;
}
#menu-btn-check {
  display: none;
}
/*固定ヘッダー自動非表示 End*/
/*グローバルナビゲーション End*/
.wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.modal-open-btn {
  background: #ad936f;
  border-radius: 40px;
  color: #ffffff;
  flex: none;
  font-family: var(--s-font-8d83918f);
  font-size: 20px;
  font-weight: 500;
  height: auto;
  line-height: 1;
  margin: 0px 10px 15px 10px;
  padding: 10px 30px 13px;
  text-align: center;
  width: auto;
  max-width: calc(100% - 20px);
  justify-content: center;
}
.modal {
  background: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
}
.modal ul {
font-size: 16px;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 50px;
}
.modal ul li {}
.modal ul li a {
  display: block;
  color: #b19064;
  padding: 0.4em 0;
  text-decoration: none;
}
.modal-close-btn {
  border: 1px solid #ad936f;
  padding: 3px;
  color: #ad936f;
}
#mv {
  background: url('../img/mv_bg.webp') no-repeat;
  background-position: 0%;
  background-size: cover;
  width: 100%;
}
/*#pageNavi
{
    padding: 140px 80px 0px 80px;
}*/
section {
  margin-bottom: 50px;
}
#shopList h3 {
  color: #ad936f;
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 30px;
  line-height: 1.6;
}
#shopList #listButton {
  background: #ad936f;
  border-radius: 40px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 30px auto;
  padding: 10px 30px 13px;
}
#shopList .shopName {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  background: #4670ad;
  te: center;
  padding: 10px 10px 10px 30px;
  border-radius: 70px;
  margin-bottom: 30px;
}
#shopList .shopContent {
  display: flex;
}
#shopList .text {
  margin-left: 0px;
}
#shopList .text dt {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.point {
    background:darkgoldenrod;
    color: #fff;
    padding: 5px;
    margin-bottom: 20px;
    display: block;
  justify-content: center;
  align-items: center;
}

#shopList .text dd {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
#shopList .text dd a {
  color: #4670ad;
}
.lh2 {
  line-height: 2.0;
}
#shopList .photo img {
  width: 100%;
}
    /*a.btn--yellow {
background-color: #fff100;
    border-bottom: 5px solid #ccc100;
    padding: 20px 20px;
    font-size: 1.6em;
    width: 270px;
    display: block;
    text-align: center;
      color: #272727;
  }

a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}
  
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
      padding: 20px;
    font-size: 1.6em;
    width: 270px;
    display: block;
    text-align: center;

}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}*/


  h1 {
    font-size: 24px;
    text-align: center;
    text-shadow: 0px 0px 20px #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Shippori Mincho B1', serif;
  }

  header #headLogo {
    margin-top: 0;
    width: 160px;
  }
  #mv {
    height: 590px;
    justify-content: center;
  }
  #mv #catchCopy {
    padding-top: 30%;
  }
  #mv #subCopy {
    color: #9d671f;
    font-size: 15px;
    height: auto;
    line-height: 1.32;
    margin: 15px 0px 0px 0px;
    text-align: center;
    text-shadow: 0px 2px 5px #e3c7a1;
    justify-content: center;
    font-family: 'M PLUS 1', sans-serif;
  }
  #mv #headerFooter {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    color: #6c5d55;
    height: 250px;
    position: relative;
    top: 130px;
    text-align: center;
  }
  #mv #headerFooter p {
    font-size: 16px;
    font-weight: 700;
    height: 52px;
    line-height: 1.2;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    text-align: justify;
    width: 100%;
  }
  #mv #headerBtn {
    margin-top: 50px;
  }
  #mv #headerBtn img {
    height: 60px;
    width: 260px;
  }
  #contents {
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 80px;
  }
  .contentName {
    color: #ad936f;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: center;
    font-family: 'Shippori Mincho B1', serif;
  }
  .contentNameSub {
    color: #ad936f;
    font-size: 16px;
    margin: 0 auto 12px auto;
    text-align: center;
    font-family: 'M PLUS 1', sans-serif;
  }
  .contentTitle {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .contentTitle img {
    width: 40px;
  }
  .contentTitle h2 {
    color: #ad936f;
    font-size: 20px;
    font-weight: 400;
    margin: 0 30px;
    text-align: center;
    font-family: 'M PLUS 1', sans-serif;
  }
  .contents {
    margin: 0 auto;
    width: 85%;
  }
  #shopList .shopContent {
    display: block;
  }
  #shopList .photo {
    margin-bottom: 20px;
  }
  
/*    .flex_test-box {
    display: block; 
    align-items:stretch;
    justify-content:center;
}

.contents .flex_test-item:nth-child(1) {

  background: #fff;
}
.contents .flex_test-item:nth-child(2) {

  background: #fff;
}
  .link_btn_area {
    display: flex;
    justify-content: center;
  }
  .link_btn {
    padding: 10px;
    color: #ad936f;
    margin: 30px 10px 10px 10px;
    border-radius: 5px;
    width: 50%;
    border: 1px solid;
    text-align: center;
    font-size: 1.4em;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  }

#news {
  margin-bottom: 100px;
}
#news {
  padding-top: 50px;
  margin-bottom: 100px;
}
#news ul {
  line-height: 1.5;
  margin: 30px auto 0 auto;
  width: 85%;
  font-family: 'Noto Sans JP', sans-serif;
}
#news li {
  margin-top: 10px;
}
#news a {
  color: #4670ad;
  font-size: 18px;
}
#feature {
  background: url("../img/bg_feature.webp") no-repeat;
  background-position: 50%;
  background-size: cover;
}
#feature .contents {
  padding: 50px 0;
}
#feature iframe {
  width: 100%;
}
#feature .text {
  font-size: 18px;
  line-height: 1.47;
  font-family: 'Noto Sans JP', sans-serif;
}
#feature .text p {
  margin-bottom: 24px;
  text-align: justify;
}
#feature .text a {
  color: #4670ad;
}
#feature iframe {
  margin-bottom: 20px;
  width: 100%;
}
#service {
  padding-bottom: 50px;
}
#service .contents {
  margin-top: 50px;
}
#service .contents section {
  margin-bottom: 50px;
}
#service .contents section img {
  border: 1px solid #ad936f;
  width: 100%;
}
#service .description {
  color: #ad936f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin: 15px 0;
  font-family: 'Noto Sans JP', sans-serif;
}
#service .detail {
  color: #333;
  font-size: 18px;
  line-height: 1.32;
  margin-bottom: 18px;
  text-align: justify;
  font-family: 'Noto Sans JP', sans-serif;
}
#cause {
  background-color: #fff9f1;
  padding: 50px 0;
  margin-bottom: 80px;
}
#cause .description {
  color: #ad936f;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 30px;
  text-align: justify;
  font-family: 'Noto Sans JP', sans-serif;
}
#cause .content {
  color: #0a307a;
  font-size: 16px;
  line-height: 1.47;
  margin-top: 30px;
}
#cause .content img {
  border: 2px solid #e29b40;
  width: 100%;
}
#cause .content ul {
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: 'Noto Sans JP', sans-serif;
}
#cause .content .other {
  color: #e8616a;
  font-family: 'Noto Sans JP', sans-serif;
}
#flow {
  background: url("../img/bg_flow.webp") no-repeat;
  background-position: 50%;
  background-size: cover;
  padding-bottom: 130px;
}
#flow .description {
  color: #ad936f;
  font-size: 20px;
  line-height: 1.5;
  margin: 50px 0;
  font-family: 'Noto Sans JP', sans-serif;
}
#flow .contents div {
  justify-content: center;
}
#flow .contents section {
  margin-bottom: 30px;
  width: 100%;
}
#flow .contents section img {
  border: 1px solid #e29b40;
  width: 100%;
}
#flow .contents section dt {
  color: #ad936f;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
#flow .contents section dd p {
  color: #333333;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
}
#campaign {
  background: url("../img/bg_campaign.webp") no-repeat;
  background-position: 50%;
  background-size: cover;
  padding-bottom: 100px;
  width: 100%;
}
#campaign #campaignTitle {
  text-align: center;
  width: 100%;
}
#campaign .deco {
  margin: 20px 0;
  width: 80%;
}
#campaign .price {
  width: 80%;
}
#campaign .contents {
  color: #e8616a;
  font-size: 20px;
  line-height: 1.2;
}
#campaign .contents p {
  margin-top: 20px;
}
#campaign .contents img {
  display: block;
  margin: 30px auto 0 auto;
  width: 100%;
}
#price {
  padding-bottom: 80px;
}
#price .summary {
  color: #ad936f;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
#price .privilege {
  color: #e8616a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}
#price .content {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
#price .content section {
  padding-right: 10px;
  padding-bottom: 30px;
  width: 100%;
}
#price .content section img {
  border: 1px solid #ad936f;
  width: 100%;
}
#price .content section .description {
  color: #6c5d55;
  font-size: 16px;
  line-height: 1.2;
  margin: 20px 0;
  text-align: justify;
  font-family: 'Noto Sans JP', sans-serif;
}
#price .content section .detail {
  color: #ad936f;
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Noto Sans JP', sans-serif;
}
#voice {
  background: url("../img/bg_voice.webp") no-repeat;
  background-position: 50%;
  background-size: cover;
  padding-bottom: 100px;
}
#voice .voiceTitle {
  color: #ad936f;
  font-size: 20px;
  margin: 40px 0;
  text-align: center;
}
#voice .content div {
  width: 100%;
}
#voice section {
  width: 100%;
}
#voice section img {
  display: block;
  margin: 0 auto 20px auto;
  width: 80%;
}
#voice section dl {
  margin-bottom: 30px;
}
#voice section dt {
  color: #6c5d55;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.47;
  margin-bottom: 16px;
}
#voice section dd {
  color: #6c5d55;
  font-size: 16px;
}
#voice section dd p {
  margin-bottom: 16px;
}
#voice .btn {
  background: url('../img/btn_diagnosis.webp') no-repeat;
  background-position: 50%;
  background-size: cover;
  color: white;
  display: block;
  font-size: 18px;
  height: 60px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-top: 17px;
}
#diagnosis {
  margin-bottom: 100px;
}
#diagnosis .contents {
  margin-top: 30px;
}
#diagnosis .contet p {
  color: #333;
  font-size: 18px;
  line-height: 1.47;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
#diagnosis .contents img {
  border: 1px solid #ad936f;
  width: 100%;
}
#diagnosis .btn {
  background: url('../img/btn_diagnosis.webp') no-repeat;
  background-position: 50%;
  background-size: cover;
  color: white;
  display: block;
  font-size: 18px;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 17px;
}
#question {
  padding-bottom: 30px;
}
#question .contents {
  font-family: 'Noto Sans JP', sans-serif;
}
#question .summary {
  color: #ad936f;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom: 30px;
}
#question dl {
  margin-bottom: 30px;
}
#question dt {
  color: #e8616a;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 30px;
}
#question dd {
  color: #4670ad;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 5px;
}
#question .btn {
  background: url('../img/btn_diagnosis.webp') no-repeat;
  background-position: 50%;
  background-size: cover;
  color: white;
  display: block;
  font-size: 18px;
  height: 60px;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding-top: 17px;
}
#reservation {
  background: url("../img/bg_campaign.webp") no-repeat;
  background-position: 50%;
  background-size: cover;
}
#reservation a {
  color: #4670ad;
}
#reservation .contents {
  font-family: 'Noto Sans JP', sans-serif;
}
#reservation h2 {
  color: #ad936f;
  font-size: 32px;
  font-weight: 400;
  margin: 30px;
  text-align: center;
}
#reservationTitle {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
#reservationTitle img {
  width: 80%;
}
#reservation .contents {
  color: #6c5d55;
  font-size: 18px;
}
#reservation #reservationBtn {
  margin-top: 30px;
}
#reservation #reservationBtn img {
  display: block;
  margin: 0 auto;
  width: 90%;
}
#reservation .shopBtn {
  color: #4670ad;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 10px auto;
  text-align: center;
}
    footer #footerMenu
    {
        background: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
        padding: 80px 30px 20px 30px;
    }
    footer #leftArea
    {
        width: 100%;
    }
    footer #footerLogo
    {
        display: block;
        margin: 0 auto;
        width: 70%;
    }
    footer #rightArea
    {
        padding-top: 40px;
        width: 100%;
    }
    footer ul
    {
        margin: 0 30px 0 0px;
    }
    footer #rightArea li
    {
        color: #666;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        margin: 8px;
    }
    footer #copyright
    {
        color: #666;
        font-size: 13px;
        margin: 20px auto;
        text-align: center;
    }
}
/*モバイル用（0px 〜 834px） End*/
/*PC用（835px 〜） Start*/
@media (min-width: 835px) {
  .hidden-pc {
    display: none;
  }
  h1 {
    flex: none;
    font-size: 62px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0em;
    line-height: 1.3;
    text-align: right;
    width: auto;
    max-width: 100%;
    justify-content: flex-end;
    font-family: 'Shippori Mincho B1', serif;
  }
  header #headLogo {
    margin-top: 0;
    width: 200px;
  }
  header #main {
    align-items: center;
    background-color: #b19064;
    color: white;
    font-size: 16px;
    justify-content: space-between;
    height: 37px;
    width: 390px;
    position: absolute;
    right: 20px;
    top: 0px;
  }
  header #sub {
    display: flex;
    font-size: 14px;
    justify-content: flex-end;
    position: absolute;
    right: 20px;
    top: 50px;
  }
  header #sub:last-child {
    padding-right: 0px;
  }
  header #sub li {
    padding-right: 6px;
  }
  /*グローバルメニュー Start*/
  .menu-content ul {
    display: inline-flex;
    padding: 0 1em;
    width: 100%;
  }
  .menu-content ul li a {}
  /*グローバルメニュー End*/
  #mv {
    height: 870px;
    justify-content: center;
  }
  #mv #catchCopy {
    position: absolute;
    top: 240px;
    right: 110px;
  }
  #mv #subCopy {
    color: #9d671f;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-top: 15px;
    text-align: center;
    font-family: 'M PLUS 1', sans-serif;
  }
  #mv #headerFooter {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    color: #6c5d55;
    height: 250px;
    position: relative;
    top: 620px;
    text-align: center;
  }
  #mv #headerFooter p {
    font-size: 18px;
    font-weight: 700;
    height: 52px;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 45px;
    width: 85%;
  }
  #mv #headerBtn {
    margin-top: 55px;
  }
  #mv #headerBtn img {
    height: 87px;
    width: 350px;
  }
  #contents {
    margin-top: 80px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .contentName {
    color: #ad936f;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: center;
    font-family: 'Shippori Mincho B1', serif;
  }
  .contentNameSub {
    color: #ad936f;
    font-size: 20px;
    margin: 0 auto 12px auto;
    text-align: center;
    font-family: 'M PLUS 1', sans-serif;
  }
  .contentTitle {
    display: flex;
    justify-content: center;
  }
  .contentTitle img {
    width: 80px;
  }
  .contentTitle h2 {
    color: #ad936f;
    font-size: 32px;
    font-weight: 400;
    margin: 0 30px;
    text-align: center;
    font-family: 'M PLUS 1', sans-serif;
  }
  .contents {
    margin: 0 auto;
    width: 85%;
  }
  #shopList .shopContent {
    display: flex;
  }
  #shopList .photo {
    width: 60%;
    margin: 0 0 0 20px;
  }
  #shopList .text {
    margin-left: 30px;
  }
  
  .flex_test-box {
    display: flex; 
    align-items:stretch;
    justify-content:center;
}
  .flex_test-item {
text-align: center;
    margin-top: 10px;
}
    .flex_test-item img {
    width: 45%;
  }

  .link_btn_area {
    display: flex;
    justify-content: center;
  }
  .link_btn {
    padding: 10px;
    color: #ad936f;
    margin: 30px 10px 10px 10px;
    border-radius: 5px;
    width: 40%;
    border: 1px solid;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  }
  
.point {
    background: #3F77D0;
    padding: 5px;
    margin-bottom: 20px;
    display: block;
}
  #news ul {
    line-height: 1.5;
    margin: 30px auto 0 auto;
    width: 85%;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #news li {
    margin-top: 10px;
  }
  #news a {
    color: #4670ad;
    font-size: 18px;
  }
  #feature {
    background: url("../img/bg_feature.webp") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 80px;
  }
  #feature .contents {
    display: flex;
    padding: 50px 0;
  }
  #feature iframe {
    width: 94%;
  }
  #feature .text {
    font-size: 18px;
    line-height: 1.47;
    padding-left: 24px;
    width: 82%;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #feature .text p {
    margin-bottom: 24px;
    text-align: justify;
  }
  #feature .text a {
    color: #4670ad;
  }
  #service {
    padding-bottom: 80px;
  }
  #service .contents {
    display: flex;
    margin-top: 50px;
  }
  #service .contents section {
    margin: 0 10px;
    width: 33.3%;
  }
  #service .contents section img {
    border: 1px solid #ad936f;
    width: 100%;
  }
  #service .description {
    color: #ad936f;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin: 15px 0;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #service .detail {
    color: #333;
    font-size: 18px;
    line-height: 1.32;
    margin-bottom: 18px;
    text-align: justify;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #cause {
    background-color: #fff9f1;
    padding: 50px 0;
    margin-bottom: 150px;
  }
  #cause .description {
    color: #ad936f;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 30px;
    text-align: justify;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #cause .content {
    color: #0a307a;
    font-size: 16px;
    display: flex;
    line-height: 1.47;
    margin-top: 30px;
  }
  #cause .content img {
    border: 2px solid #e29b40;
    margin-right: 30px;
    width: 250px;
  }
  #cause .content ul {
    margin-bottom: 18px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #cause .content .other {
    color: #e8616a;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #flow {
    background: url("../img/bg_flow.jpg") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 130px;
  }
  #flow .description {
    color: #ad936f;
    font-size: 20px;
    margin: 50px 0;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #flow .contents div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #flow .contents section {
    padding: 0 2.5%;
    margin-bottom: 30px;
    width: 30%;
  }
  #flow .contents section img {
    border: 1px solid #e29b40;
    width: 100%;
  }
  #flow .contents section dt {
    color: #ad936f;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: center;
  }
  #flow .contents section dd p {
    color: #333333;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #campaign {
    background: url("../img/bg_campaign.webp") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 80px;
    width: 100%;
  }
  #campaign #campaignTitle {
    text-align: center;
    width: 100%;
  }
  #campaign .deco {
    margin: 20px 0;
    width: 500px;
    display: block;
    margin: 20px auto;
  }
  #campaign .price {
    width: 900px;
  }
  #campaign .contents {
    color: #e8616a;
    font-size: 20px;
    line-height: 1.2;
  }
  #campaign .contents p {
    margin-top: 20px;
  }
  #campaign .contents img {
    display: block;
    margin: 30px auto 0 auto;
    width: 450px;
  }
  #price {
    padding-bottom: 80px;
  }
  #price .summary {
    color: #ad936f;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #price .privilege {
    color: #e8616a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 16px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #price .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
  }
  #price .content section {
    padding-right: 10px;
    padding-bottom: 30px;
    width: 33.3%;
  }
  #price .content section img {
    border: 1px solid #ad936f;
    width: 100%;
  }
  #price .content section .description {
    color: #6c5d55;
    font-size: 16px;
    line-height: 1.2;
    margin: 20px 0;
    text-align: justify;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #price .content section .detail {
    color: #ad936f;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #voice {
    background: url("../img/bg_voice.webp") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 100px;
  }
  #voice .voiceTitle {
    color: #ad936f;
    font-size: 20px;
    margin: 40px 0;
    text-align: center;
  }
  #voice .contents {
    font-family: 'Noto Sans JP', sans-serif;
  }
  #voice .content div {
    display: flex;
    width: 100%;
  }
  #voice section {
    display: flex;
    margin-right: 20px;
    width: 50%;
  }
  #voice section img {
    width: 150px;
    height: 150px;
  }
  #voice section dl {
    margin-left: 20px;
    margin-bottom: 30px;
  }
  #voice section dt {
    color: #6c5d55;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.47;
    margin-bottom: 16px;
  }
  #voice section dd {
    color: #6c5d55;
    font-size: 16px;
  }
  #voice section dd p {
    margin-bottom: 16px;
  }
  #voice .btn {
    background: url('../img/btn_diagnosis.webp') no-repeat;
    background-position: 50%;
    background-size: cover;
    color: white;
    display: block;
    font-size: 18px;
    height: 60px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 17px;
  }
  #diagnosis {
    margin-bottom: 100px;
  }
  #diagnosis .contents {
    display: flex;
    margin-top: 30px;
  }
  .flow_clear {
    overflow: hidden;
  }
  #diagnosis .contet p {
    color: #333;
    font-size: 18px;
    line-height: 1.47;
    margin-right: 30px;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    width: 70%;
    float: left;
  }
  #diagnosis .contents img {
    border: 1px solid #ad936f;
    width: 25%;
  }
  #diagnosis .btn {
    background: url('../img/btn_diagnosis.webp') no-repeat;
    background-position: 50%;
    background-size: cover;
    color: white;
    display: block;
    font-size: 18px;
    height: 60px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 17px;
  }
  #question {
    padding-bottom: 100px;
  }
  #question .contents {
    font-family: 'Noto Sans JP', sans-serif;
  }
  #question .summary {
    color: #ad936f;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
  }
  #question dl {
    margin-bottom: 30px;
  }
  #question dt {
    color: #e8616a;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 30px;
  }
  #question dd {
    color: #4670ad;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
  }
  #question .btn {
    background: url('../img/btn_diagnosis.webp') no-repeat;
    background-position: 50%;
    background-size: cover;
    color: white;
    display: block;
    font-size: 18px;
    height: 60px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 17px;
  }
  #reservation {
    background: url("../img/bg_campaign.webp") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 100px 0;
  }
  #reservation .contents {
    font-family: 'Noto Sans JP', sans-serif;
  }
  #reservation h2 {
    color: #ad936f;
    font-size: 32px;
    font-weight: 400;
    margin: 30px;
    text-align: center;
  }
  #reservationTitle {
    text-align: center;
    width: 100%;
  }
  #reservationTitle img {
    width: 300px;
  }
  #reservation .contents {
    color: #6c5d55;
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
  }
  #reservation #reservationBtn {
    display: flex;
    justify-content: center;
    margin-top: 55px;
  }
  #reservation #reservationBtn img {
    height: 87px;
    width: 350px;
  }
  #reservation .shopBtn {
    color: #4670ad;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin: 10px auto;
    text-align: center;
  }
  #shopList {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
  }
  footer #footerMenu {
    background: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
    display: flex;
    padding: 20px 0;
  }
  footer #leftArea {
    border-right: 1px solid #ccc;
    width: 46%;
  }
  footer #footerLogo {
    position: relative;
    top: 40%;
    left: 50%;
    width: 220px;
  }
  footer #rightArea {
    display: flex;
    padding-left: 60px;
    width: 54%;
  }
  footer ul {
    margin: 20px 30px 20px 0px;
  }
  footer #rightArea li {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 8px;
  }
  footer #copyright {
    color: #666;
    font-size: 13px;
    margin: 20px auto;
    text-align: center;
  }
}
/*PC用（835px 〜） End*/
/* モーダルを開いた時の外側のレイヤー */
.over-lay {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  opacity: 0.7;
}
/* モーダルウィンドウ */
.modal {
display: none;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    width: 80%;
    padding: 15px;
    background-color: #fff;
}
/* モーダルを開いたとき */
.modal.active, .over-lay.active {
  display: block;
}@charset "UTF-8";
/* CSS Document */
/* レスポンシブ共通設定*/
body {
  color: #272727;
  font-family:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 62.5%;
  width: 100%;
}
/*ハイライトの枠線を消す*/
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
*:focus {
  outline: none;
}
article {}
section {}
h1 {
  color: #9d671f;
}
/*グローバルナビゲーション Start*/
header {
  align-items: center;
  background: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
  color: #b19064;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 9999;
  /*固定ヘッダー自動非表示 Start*/
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-property: height, top;
  -o-transition-property: height, top;
  -webkit-transition-property: height, top;
  transition-property: height, top;
}
header.scrolling {
  height: 5.5rem;
}
header.hide {
  top: -5.5rem;
}
header #headLogo {
  display: block;
  margin-left: 1.27rem;
  margin-top: 0.72rem;
  width: 200px;
}
#menu-btn-check {
  display: none;
}
/*固定ヘッダー自動非表示 End*/
/*グローバルナビゲーション End*/
.wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.modal-open-btn {
  background: #ad936f;
  border-radius: 40px;
  color: #ffffff;
  flex: none;
  font-family: var(--s-font-8d83918f);
  font-size: 20px;
  font-weight: 500;
  height: auto;
  line-height: 1;
  margin: 0px 10px 15px 10px;
  padding: 10px 30px 13px;
  text-align: center;
  width: auto;
  max-width: calc(100% - 20px);
  justify-content: center;
}
.modal {
  background: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
}
.modal ul {
font-size: 16px;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 50px;
}
.modal ul li {}
.modal ul li a {
  display: block;
  color: #b19064;
  padding: 0.4em 0;
  text-decoration: none;
}
.modal-close-btn {
  border: 1px solid #ad936f;
  padding: 3px;
  color: #ad936f;
}
#mv {
  background: url('../img/mv_bg.webp') no-repeat;
  background-position: 0%;
  background-size: cover;
  width: 100%;
}
/*#pageNavi
{
    padding: 140px 80px 0px 80px;
}*/
section {
  margin-bottom: 50px;
}
#shopList h3 {
  color: #ad936f;
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 30px;
  line-height: 1.6;
}
#shopList #listButton {
  background: #ad936f;
  border-radius: 40px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 30px auto;
  padding: 10px 30px 13px;
}
#shopList .shopName {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  background: #4670ad;
  te: center;
  padding: 10px 10px 10px 30px;
  border-radius: 70px;
  margin-bottom: 30px;
}
#shopList .shopContent {
  display: flex;
}
#shopList .text {
  margin-left: 0px;
}
#shopList .text dt {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.point {
    background:darkgoldenrod;
    color: #fff;
    padding: 5px;
    margin-bottom: 20px;
    display: block;
  justify-content: center;
  align-items: center;
}

#shopList .text dd {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
#shopList .text dd a {
  color: #4670ad;
}
.lh2 {
  line-height: 2.0;
}
#shopList .photo img {
  width: 100%;
}
    /*a.btn--yellow {
background-color: #fff100;
    border-bottom: 5px solid #ccc100;
    padding: 20px 20px;
    font-size: 1.6em;
    width: 270px;
    display: block;
    text-align: center;
      color: #272727;
  }

a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}
  
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
      padding: 20px;
    font-size: 1.6em;
    width: 270px;
    display: block;
    text-align: center;

}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}*/


  h1 {
    font-size: 24px;
    text-align: center;
    text-shadow: 0px 0px 20px #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Shippori Mincho B1', serif;
  }

  header #headLogo {
    margin-top: 0;
    width: 160px;
  }
  #mv {
    height: 590px;
    justify-content: center;
  }
  #mv #catchCopy {
    padding-top: 30%;
  }
  #mv #subCopy {
    color: #9d671f;
    font-size: 15px;
    height: auto;
    line-height: 1.32;
    margin: 15px 0px 0px 0px;
    text-align: center;
    text-shadow: 0px 2px 5px #e3c7a1;
    justify-content: center;
    font-family: 'M PLUS 1', sans-serif;
  }
  #mv #headerFooter {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    color: #6c5d55;
    height: 250px;
    position: relative;
    top: 130px;
    text-align: center;
  }
  #mv #headerFooter p {
    font-size: 16px;
    font-weight: 700;
    height: 52px;
    line-height: 1.2;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    text-align: justify;
    width: 100%;
  }
  #mv #headerBtn {
    margin-top: 50px;
  }
  #mv #headerBtn img {
    height: 60px;
    width: 260px;
  }
  #contents {
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 80px;
  }
  .contentName {
    color: #ad936f;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: center;
    font-family: 'Shippori Mincho B1', serif;
  }
  .contentNameSub {
    color: #ad936f;
    font-size: 16px;
    margin: 0 auto 12px auto;
    text-align: center;
    font-family: 'M PLUS 1', sans-serif;
  }
  .contentTitle {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .contentTitle img {
    width: 40px;
  }
  .contentTitle h2 {
    color: #ad936f;
    font-size: 20px;
    font-weight: 400;
    margin: 0 30px;
    text-align: center;
    font-family: 'M PLUS 1', sans-serif;
  }
  .contents {
    margin: 0 auto;
    width: 85%;
  }
  #shopList .shopContent {
    display: block;
  }
  #shopList .photo {
    margin-bottom: 20px;
  }
  
/*    .flex_test-box {
    display: block; 
    align-items:stretch;
    justify-content:center;
}

.contents .flex_test-item:nth-child(1) {

  background: #fff;
}
.contents .flex_test-item:nth-child(2) {

  background: #fff;
}
  .link_btn_area {
    display: flex;
    justify-content: center;
  }
  .link_btn {
    padding: 10px;
    color: #ad936f;
    margin: 30px 10px 10px 10px;
    border-radius: 5px;
    width: 50%;
    border: 1px solid;
    text-align: center;
    font-size: 1.4em;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  }

#news {
  margin-bottom: 100px;
}
#news {
  padding-top: 50px;
  margin-bottom: 100px;
}
#news ul {
  line-height: 1.5;
  margin: 30px auto 0 auto;
  width: 85%;
  font-family: 'Noto Sans JP', sans-serif;
}
#news li {
  margin-top: 10px;
}
#news a {
  color: #4670ad;
  font-size: 18px;
}
#feature {
  background: url("../img/bg_feature.webp") no-repeat;
  background-position: 50%;
  background-size: cover;
}
#feature .contents {
  padding: 50px 0;
}
#feature iframe {
  width: 100%;
}
#feature .text {
  font-size: 18px;
  line-height: 1.47;
  font-family: 'Noto Sans JP', sans-serif;
}
#feature .text p {
  margin-bottom: 24px;
  text-align: justify;
}
#feature .text a {
  color: #4670ad;
}
#feature iframe {
  margin-bottom: 20px;
  width: 100%;
}
#service {
  padding-bottom: 50px;
}
#service .contents {
  margin-top: 50px;
}
#service .contents section {
  margin-bottom: 50px;
}
#service .contents section img {
  border: 1px solid #ad936f;
  width: 100%;
}
#service .description {
  color: #ad936f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin: 15px 0;
  font-family: 'Noto Sans JP', sans-serif;
}
#service .detail {
  color: #333;
  font-size: 18px;
  line-height: 1.32;
  margin-bottom: 18px;
  text-align: justify;
  font-family: 'Noto Sans JP', sans-serif;
}
#cause {
  background-color: #fff9f1;
  padding: 50px 0;
  margin-bottom: 80px;
}
#cause .description {
  color: #ad936f;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 30px;
  text-align: justify;
  font-family: 'Noto Sans JP', sans-serif;
}
#cause .content {
  color: #0a307a;
  font-size: 16px;
  line-height: 1.47;
  margin-top: 30px;
}
#cause .content img {
  border: 2px solid #e29b40;
  width: 100%;
}
#cause .content ul {
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: 'Noto Sans JP', sans-serif;
}
#cause .content .other {
  color: #e8616a;
  font-family: 'Noto Sans JP', sans-serif;
}
#flow {
  background: url("../img/bg_flow.webp") no-repeat;
  background-position: 50%;
  background-size: cover;
  padding-bottom: 130px;
}
#flow .description {
  color: #ad936f;
  font-size: 20px;
  line-height: 1.5;
  margin: 50px 0;
  font-family: 'Noto Sans JP', sans-serif;
}
#flow .contents div {
  justify-content: center;
}
#flow .contents section {
  margin-bottom: 30px;
  width: 100%;
}
#flow .contents section img {
  border: 1px solid #e29b40;
  width: 100%;
}
#flow .contents section dt {
  color: #ad936f;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
#flow .contents section dd p {
  color: #333333;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
}
#campaign {
  background: url("../img/bg_campaign.webp") no-repeat;
  background-position: 50%;
  background-size: cover;
  padding-bottom: 100px;
  width: 100%;
}
#campaign #campaignTitle {
  text-align: center;
  width: 100%;
}
#campaign .deco {
  margin: 20px 0;
  width: 80%;
}
#campaign .price {
  width: 80%;
}
#campaign .contents {
  color: #e8616a;
  font-size: 20px;
  line-height: 1.2;
}
#campaign .contents p {
  margin-top: 20px;
}
#campaign .contents img {
  display: block;
  margin: 30px auto 0 auto;
  width: 100%;
}
#price {
  padding-bottom: 80px;
}
#price .summary {
  color: #ad936f;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
#price .privilege {
  color: #e8616a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}
#price .content {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
#price .content section {
  padding-right: 10px;
  padding-bottom: 30px;
  width: 100%;
}
#price .content section img {
  border: 1px solid #ad936f;
  width: 100%;
}
#price .content section .description {
  color: #6c5d55;
  font-size: 16px;
  line-height: 1.2;
  margin: 20px 0;
  text-align: justify;
  font-family: 'Noto Sans JP', sans-serif;
}
#price .content section .detail {
  color: #ad936f;
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Noto Sans JP', sans-serif;
}
#voice {
  background: url("../img/bg_voice.webp") no-repeat;
  background-position: 50%;
  background-size: cover;
  padding-bottom: 100px;
}
#voice .voiceTitle {
  color: #ad936f;
  font-size: 20px;
  margin: 40px 0;
  text-align: center;
}
#voice .content div {
  width: 100%;
}
#voice section {
  width: 100%;
}
#voice section img {
  display: block;
  margin: 0 auto 20px auto;
  width: 80%;
}
#voice section dl {
  margin-bottom: 30px;
}
#voice section dt {
  color: #6c5d55;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.47;
  margin-bottom: 16px;
}
#voice section dd {
  color: #6c5d55;
  font-size: 16px;
}
#voice section dd p {
  margin-bottom: 16px;
}
#voice .btn {
  background: url('../img/btn_diagnosis.webp') no-repeat;
  background-position: 50%;
  background-size: cover;
  color: white;
  display: block;
  font-size: 18px;
  height: 60px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-top: 17px;
}
#diagnosis {
  margin-bottom: 100px;
}
#diagnosis .contents {
  margin-top: 30px;
}
#diagnosis .contet p {
  color: #333;
  font-size: 18px;
  line-height: 1.47;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
#diagnosis .contents img {
  border: 1px solid #ad936f;
  width: 100%;
}
#diagnosis .btn {
  background: url('../img/btn_diagnosis.webp') no-repeat;
  background-position: 50%;
  background-size: cover;
  color: white;
  display: block;
  font-size: 18px;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 17px;
}
#question {
  padding-bottom: 30px;
}
#question .contents {
  font-family: 'Noto Sans JP', sans-serif;
}
#question .summary {
  color: #ad936f;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom: 30px;
}
#question dl {
  margin-bottom: 30px;
}
#question dt {
  color: #e8616a;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 30px;
}
#question dd {
  color: #4670ad;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 5px;
}
#question .btn {
  background: url('../img/btn_diagnosis.webp') no-repeat;
  background-position: 50%;
  background-size: cover;
  color: white;
  display: block;
  font-size: 18px;
  height: 60px;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding-top: 17px;
}
#reservation {
  background: url("../img/bg_campaign.webp") no-repeat;
  background-position: 50%;
  background-size: cover;
}
#reservation a {
  color: #4670ad;
}
#reservation .contents {
  font-family: 'Noto Sans JP', sans-serif;
}
#reservation h2 {
  color: #ad936f;
  font-size: 32px;
  font-weight: 400;
  margin: 30px;
  text-align: center;
}
#reservationTitle {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
#reservationTitle img {
  width: 80%;
}
#reservation .contents {
  color: #6c5d55;
  font-size: 18px;
}
#reservation #reservationBtn {
  margin-top: 30px;
}
#reservation #reservationBtn img {
  display: block;
  margin: 0 auto;
  width: 90%;
}
#reservation .shopBtn {
  color: #4670ad;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 10px auto;
  text-align: center;
}
    footer #footerMenu
    {
        background: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
        padding: 80px 30px 20px 30px;
    }
    footer #leftArea
    {
        width: 100%;
    }
    footer #footerLogo
    {
        display: block;
        margin: 0 auto;
        width: 70%;
    }
    footer #rightArea
    {
        padding-top: 40px;
        width: 100%;
    }
    footer ul
    {
        margin: 0 30px 0 0px;
    }
    footer #rightArea li
    {
        color: #666;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        margin: 8px;
    }
    footer #copyright
    {
        color: #666;
        font-size: 13px;
        margin: 20px auto;
        text-align: center;
    }
}
/*モバイル用（0px 〜 834px） End*/
/*PC用（835px 〜） Start*/
@media (min-width: 835px) {
  .hidden-pc {
    display: none;
  }
  h1 {
    flex: none;
    font-size: 62px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0em;
    line-height: 1.3;
    text-align: right;
    width: auto;
    max-width: 100%;
    justify-content: flex-end;
    font-family: 'Shippori Mincho B1', serif;
  }
  header #headLogo {
    margin-top: 0;
    width: 200px;
  }
  header #main {
    align-items: center;
    background-color: #b19064;
    color: white;
    font-size: 16px;
    justify-content: space-between;
    height: 37px;
    width: 390px;
    position: absolute;
    right: 20px;
    top: 0px;
  }
  header #sub {
    display: flex;
    font-size: 14px;
    justify-content: flex-end;
    position: absolute;
    right: 20px;
    top: 50px;
  }
  header #sub:last-child {
    padding-right: 0px;
  }
  header #sub li {
    padding-right: 6px;
  }
  /*グローバルメニュー Start*/
  .menu-content ul {
    display: inline-flex;
    padding: 0 1em;
    width: 100%;
  }
  .menu-content ul li a {}
  /*グローバルメニュー End*/
  #mv {
    height: 870px;
    justify-content: center;
  }
  #mv #catchCopy {
    position: absolute;
    top: 240px;
    right: 110px;
  }
  #mv #subCopy {
    color: #9d671f;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-top: 15px;
    text-align: center;
    font-family: 'M PLUS 1', sans-serif;
  }
  #mv #headerFooter {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    color: #6c5d55;
    height: 250px;
    position: relative;
    top: 620px;
    text-align: center;
  }
  #mv #headerFooter p {
    font-size: 18px;
    font-weight: 700;
    height: 52px;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 45px;
    width: 85%;
  }
  #mv #headerBtn {
    margin-top: 55px;
  }
  #mv #headerBtn img {
    height: 87px;
    width: 350px;
  }
  #contents {
    margin-top: 80px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .contentName {
    color: #ad936f;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: center;
    font-family: 'Shippori Mincho B1', serif;
  }
  .contentNameSub {
    color: #ad936f;
    font-size: 20px;
    margin: 0 auto 12px auto;
    text-align: center;
    font-family: 'M PLUS 1', sans-serif;
  }
  .contentTitle {
    display: flex;
    justify-content: center;
  }
  .contentTitle img {
    width: 80px;
  }
  .contentTitle h2 {
    color: #ad936f;
    font-size: 32px;
    font-weight: 400;
    margin: 0 30px;
    text-align: center;
    font-family: 'M PLUS 1', sans-serif;
  }
  .contents {
    margin: 0 auto;
    width: 85%;
  }
  #shopList .shopContent {
    display: flex;
  }
  #shopList .photo {
    width: 60%;
    margin: 0 0 0 20px;
  }
  #shopList .text {
    margin-left: 30px;
  }
  
  .flex_test-box {
    display: flex; 
    align-items:stretch;
    justify-content:center;
}
  .flex_test-item {
text-align: center;
    margin-top: 10px;
}
    .flex_test-item img {
    width: 45%;
  }

  .link_btn_area {
    display: flex;
    justify-content: center;
  }
  .link_btn {
    padding: 10px;
    color: #ad936f;
    margin: 30px 10px 10px 10px;
    border-radius: 5px;
    width: 40%;
    border: 1px solid;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  }
  
.point {
    background: #3F77D0;
    padding: 5px;
    margin-bottom: 20px;
    display: block;
}
  #news ul {
    line-height: 1.5;
    margin: 30px auto 0 auto;
    width: 85%;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #news li {
    margin-top: 10px;
  }
  #news a {
    color: #4670ad;
    font-size: 18px;
  }
  #feature {
    background: url("../img/bg_feature.webp") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 80px;
  }
  #feature .contents {
    display: flex;
    padding: 50px 0;
  }
  #feature iframe {
    width: 94%;
  }
  #feature .text {
    font-size: 18px;
    line-height: 1.47;
    padding-left: 24px;
    width: 82%;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #feature .text p {
    margin-bottom: 24px;
    text-align: justify;
  }
  #feature .text a {
    color: #4670ad;
  }
  #service {
    padding-bottom: 80px;
  }
  #service .contents {
    display: flex;
    margin-top: 50px;
  }
  #service .contents section {
    margin: 0 10px;
    width: 33.3%;
  }
  #service .contents section img {
    border: 1px solid #ad936f;
    width: 100%;
  }
  #service .description {
    color: #ad936f;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin: 15px 0;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #service .detail {
    color: #333;
    font-size: 18px;
    line-height: 1.32;
    margin-bottom: 18px;
    text-align: justify;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #cause {
    background-color: #fff9f1;
    padding: 50px 0;
    margin-bottom: 150px;
  }
  #cause .description {
    color: #ad936f;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 30px;
    text-align: justify;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #cause .content {
    color: #0a307a;
    font-size: 16px;
    display: flex;
    line-height: 1.47;
    margin-top: 30px;
  }
  #cause .content img {
    border: 2px solid #e29b40;
    margin-right: 30px;
    width: 250px;
  }
  #cause .content ul {
    margin-bottom: 18px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #cause .content .other {
    color: #e8616a;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #flow {
    background: url("../img/bg_flow.jpg") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 130px;
  }
  #flow .description {
    color: #ad936f;
    font-size: 20px;
    margin: 50px 0;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #flow .contents div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #flow .contents section {
    padding: 0 2.5%;
    margin-bottom: 30px;
    width: 30%;
  }
  #flow .contents section img {
    border: 1px solid #e29b40;
    width: 100%;
  }
  #flow .contents section dt {
    color: #ad936f;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: center;
  }
  #flow .contents section dd p {
    color: #333333;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #campaign {
    background: url("../img/bg_campaign.webp") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 80px;
    width: 100%;
  }
  #campaign #campaignTitle {
    text-align: center;
    width: 100%;
  }
  #campaign .deco {
    margin: 20px 0;
    width: 500px;
    display: block;
    margin: 20px auto;
  }
  #campaign .price {
    width: 900px;
  }
  #campaign .contents {
    color: #e8616a;
    font-size: 20px;
    line-height: 1.2;
  }
  #campaign .contents p {
    margin-top: 20px;
  }
  #campaign .contents img {
    display: block;
    margin: 30px auto 0 auto;
    width: 450px;
  }
  #price {
    padding-bottom: 80px;
  }
  #price .summary {
    color: #ad936f;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #price .privilege {
    color: #e8616a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 16px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #price .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
  }
  #price .content section {
    padding-right: 10px;
    padding-bottom: 30px;
    width: 33.3%;
  }
  #price .content section img {
    border: 1px solid #ad936f;
    width: 100%;
  }
  #price .content section .description {
    color: #6c5d55;
    font-size: 16px;
    line-height: 1.2;
    margin: 20px 0;
    text-align: justify;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #price .content section .detail {
    color: #ad936f;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #voice {
    background: url("../img/bg_voice.webp") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 100px;
  }
  #voice .voiceTitle {
    color: #ad936f;
    font-size: 20px;
    margin: 40px 0;
    text-align: center;
  }
  #voice .contents {
    font-family: 'Noto Sans JP', sans-serif;
  }
  #voice .content div {
    display: flex;
    width: 100%;
  }
  #voice section {
    display: flex;
    margin-right: 20px;
    width: 50%;
  }
  #voice section img {
    width: 150px;
    height: 150px;
  }
  #voice section dl {
    margin-left: 20px;
    margin-bottom: 30px;
  }
  #voice section dt {
    color: #6c5d55;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.47;
    margin-bottom: 16px;
  }
  #voice section dd {
    color: #6c5d55;
    font-size: 16px;
  }
  #voice section dd p {
    margin-bottom: 16px;
  }
  #voice .btn {
    background: url('../img/btn_diagnosis.webp') no-repeat;
    background-position: 50%;
    background-size: cover;
    color: white;
    display: block;
    font-size: 18px;
    height: 60px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 17px;
  }
  #diagnosis {
    margin-bottom: 100px;
  }
  #diagnosis .contents {
    display: flex;
    margin-top: 30px;
  }
  .flow_clear {
    overflow: hidden;
  }
  #diagnosis .contet p {
    color: #333;
    font-size: 18px;
    line-height: 1.47;
    margin-right: 30px;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    width: 70%;
    float: left;
  }
  #diagnosis .contents img {
    border: 1px solid #ad936f;
    width: 25%;
  }
  #diagnosis .btn {
    background: url('../img/btn_diagnosis.webp') no-repeat;
    background-position: 50%;
    background-size: cover;
    color: white;
    display: block;
    font-size: 18px;
    height: 60px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 17px;
  }
  #question {
    padding-bottom: 100px;
  }
  #question .contents {
    font-family: 'Noto Sans JP', sans-serif;
  }
  #question .summary {
    color: #ad936f;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
  }
  #question dl {
    margin-bottom: 30px;
  }
  #question dt {
    color: #e8616a;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 30px;
  }
  #question dd {
    color: #4670ad;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
  }
  #question .btn {
    background: url('../img/btn_diagnosis.webp') no-repeat;
    background-position: 50%;
    background-size: cover;
    color: white;
    display: block;
    font-size: 18px;
    height: 60px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 17px;
  }
  #reservation {
    background: url("../img/bg_campaign.webp") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 100px 0;
  }
  #reservation .contents {
    font-family: 'Noto Sans JP', sans-serif;
  }
  #reservation h2 {
    color: #ad936f;
    font-size: 32px;
    font-weight: 400;
    margin: 30px;
    text-align: center;
  }
  #reservationTitle {
    text-align: center;
    width: 100%;
  }
  #reservationTitle img {
    width: 300px;
  }
  #reservation .contents {
    color: #6c5d55;
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
  }
  #reservation #reservationBtn {
    display: flex;
    justify-content: center;
    margin-top: 55px;
  }
  #reservation #reservationBtn img {
    height: 87px;
    width: 350px;
  }
  #reservation .shopBtn {
    color: #4670ad;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin: 10px auto;
    text-align: center;
  }
  #shopList {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
  }
  footer #footerMenu {
    background: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
    display: flex;
    padding: 20px 0;
  }
  footer #leftArea {
    border-right: 1px solid #ccc;
    width: 46%;
  }
  footer #footerLogo {
    position: relative;
    top: 40%;
    left: 50%;
    width: 220px;
  }
  footer #rightArea {
    display: flex;
    padding-left: 60px;
    width: 54%;
  }
  footer ul {
    margin: 20px 30px 20px 0px;
  }
  footer #rightArea li {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 8px;
  }
  footer #copyright {
    color: #666;
    font-size: 13px;
    margin: 20px auto;
    text-align: center;
  }
}
/*PC用（835px 〜） End*/
/* モーダルを開いた時の外側のレイヤー */
.over-lay {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  opacity: 0.7;
}
/* モーダルウィンドウ */
.modal {
display: none;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    width: 80%;
    padding: 15px;
    background-color: #fff;
}
/* モーダルを開いたとき */
.modal.active, .over-lay.active {
  display: block;
}

img {
    width: 100%;
}
button.flex_test-item_btn {
    width: 80%;
	max-width: 400px;
    margin: 1.5em auto;
}
@media (min-width: 835px) {
.photo {
    width: 50%;
	}
.text {
    width: 50%;
}
}