@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;
}
*: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*/

#mv
{
    background: url('../img/mv_bg.webp') no-repeat;
    background-position: 0%;
    background-size: cover;
    width: 100%;
}
/*モバイル用（0px 〜 834px） Start*/
@media (max-width: 834px)
{
  .hidden-sp
{
    display: none;
}

    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;
    }
  
    /*ハンバーメニュー Start*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #BBBBBB;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#b19064;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#b19064;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
  text-align: center;
  width: 100%;
  opacity: 0;
  display: none;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
display: block;
    color: #b19064;
    padding: 0.4em 0;
    text-decoration: none;
    font-size: 1.7em;
  }

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
    display: block;
    padding: 60px;
    text-align: left;
    margin-left: 75px;
  height: 100vh;
}
.flex_test-box {
    display: flex;              /* フレックスボックスにする */
    padding:  10px;             /* 余白指定 */
}
 
.flex_test-item {
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
  align-content: center;
    align-items: center;
    background: #EEEEEE;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 40px;
    justify-content: center;
    margin: 0px 10px 0px;
    width: 40px;
    max-width: calc(100% - 20px);
   }
  
  .flex_test-item img {
    height: 40px;
   }
 
.flex_test-item:nth-child(1) {
    background-color:  #eee; /* 背景色指定 */
}
.flex_test-item:nth-child(2) {
    background-color:  #eee; /* 背景色指定 */
}
 
.flex_test-item:nth-child(3) {
    background-color: #eee; /* 背景色指定 */
  color: #ad936f;
}  
  /*ハンバーメニュー End*/
    
    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
    {
        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%;
    }
    
    #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;
    }
    .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%;
    }
    #news
    {
        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;
        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;
    }
    
    footer
    {
    }
    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*/

