@charset "UTF-8";

body {
    color: #2a2a2a;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: #2a2a2a;
}

a:hover {
    opacity: 0.7;
}

img {
    width: 100%;
    height: auto;
}

.container {
    width: 90%;
    max-width: 980px;
    margin: auto;
}

/*==============================
header
==============================*/
.top-page header {
    padding: 20px 0;
    background-color: #edebf9;
}
.header-left {
    float: left;
}

.header-right {
    float: right;
}

.clear::after {
    content: "";
    clear: both;
    display: block;
}

.header-title {
    font-size: 26px;
    font-weight: bold;
}

/* チェックボックスは常に非表示です */
.hg-menu .menu-btn {
    display: none;
  }

.header-nav-item {
    float: right;
    margin-left: 50px;
}

.header-nav-item a {
    font-size: 18px;
    font-weight: bold;
    line-height: 78px;
}

.sub-page header {
    border-top: 14px solid #edebf9;
    padding-top: 40px;
    margin-bottom: 30px;
}

.sub-page header h1 {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: .17em;
}

.sub-page header h1 span {
    background-image: linear-gradient(135deg,#e6ba5d 0%,#9ac78a 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}


/*==============================
top
==============================*/
.top {
    background-image: url(../img/heaven-5114501_1280.jpg);
    background-size: cover;
    padding: 180px 0;
}

.top-title {
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #ffffff;
}

.top-subtitle {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}

/*==============================
section共通クラス
==============================*/
.section {
    padding: 100px 0;
}

.section-title,
.section-title a {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .08em;
    margin-bottom: 20px;
}


.section-subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: .08em;
}

/*==============================
about
==============================*/
.aboutDetailSec {
    display: flex;
    justify-content: space-around;
    padding: 30px;
    border-radius: 8px;
    background-color: #dfdfdf;
}

.about-left {
    flex-basis: 35%;
    height: 50%;
}

.about-left-selfport {
    height: 240px;
    object-fit: cover;
}

.about-right {
    flex-basis: 50%;
}

.about-right-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.about-right-full-name {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-right-self-introduction-1 {
    margin-bottom: 15px;
}

.about-right-self-introduction-2 {
    margin-bottom: 20px;
}

.about-right-policy {
    font-weight: bold;
    margin-bottom: 10px;
}

.about-message {
    font-size: 18px;
}

/*==============================
menu
==============================*/
.menu {
    background-color:  #edebf9;
}

.menu-container {
    width: 95%;
    max-width: 1100px;
    margin: auto;
}

.menu-card{
    width: 330px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,.2)
    }
    .menu-card__imgframe{
    width: 100%;
    height: auto;
    padding-top: 10%;
    background: #fff;
    box-sizing: border-box;
    }
    .menu-card__textbox{
    width: 100%;
    height: 280px;
    padding: 30px 25px;
    background: #fff;
    box-sizing: border-box;
    }
    .menu-card__textbox > * + *{
    margin-top:25px;
    }
    .menu-card__titletext,
    .menu-card__titletext a {
    font-size: 23px;
    font-weight: bold;
    line-height: 125%;
    text-align: center;
    }
    .menu-card__overviewtext{
    font-size: 20px;
    line-height: 150%;
    letter-spacing: .05em;
    }

    .menu-card-item01 {
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    width:  165px;       /* ※縦横を同値に */
    height: 165px;       /* ※縦横を同値に */
    margin: 0 10% 0 24%;
    object-fit: cover;
    object-position: 10% 100%;
    }

    .menu-card-item02 {
        border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
        width:  165px;       /* ※縦横を同値に */
        height: 165px;       /* ※縦横を同値に */
        margin: 0 10% 0 24%;
        object-fit: cover;
        object-position: 60% 80%;
    }

    .menu-card-item03 {
        border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
        width:  165px;       /* ※縦横を同値に */
        height: 165px;       /* ※縦横を同値に */
        margin: 0 10% 0 24%;
        object-fit: cover;
        object-position: 60% 30%;
    }
    .menu-cardWrapper {
        display: flex;
        justify-content: space-between;
    }

    .coupon {
        margin-top: 60px;
        font-size: 30px;
        text-align: center;
        border: #755ab0 solid 2px ;
        width: 600px;
        margin: 60px auto 0;
        background-color: #755ab0;
        border-radius: 8px;

    
    }

   .coupon a {
    color: #ffffff;
   }

/*==============================
access
==============================*/
.access p {
  text-align: center;
  margin-bottom: 20px;

}

/*==============================
contact
==============================*/
.contact {
    background-color:  #edebf9;
}

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

form {
    width: 600px;
    margin: auto;
}

input[type="text"],
input[type="mail"],
textarea  {
    width: 100%;
    padding:5px 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 20px;
}

.flex-box {
    display: flex;
}

input[type="radio"] {
    width: 22px;
    height: 22px;
    vertical-align:baseline;
    margin-right: 10px;
    margin-bottom: 20px;
}

.submit-btn {
    text-align: center;
}

input[type="submit"] {
    padding: 15px 80px;
    background-color: #755ab0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .05em;
    border: none;
}


.end-message {
    display: none;
}

.false-message {
    display: none;
}



/*==============================
footer
==============================*/
footer {
    background-color: rgb(45, 43, 43);
    padding: 20px 0;
}

.copyright {
    text-align: center;
    color: #fff;
}

/*==============================
別ページ
==============================*/
.sub-page h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .17em;
    margin-bottom: 10px;
}

.sub-page .lead {
    text-align: center;
    margin-bottom: 30px;
    font-size: 11px;
    letter-spacing: .05em;
    line-height: 2;
}

.sub-page h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
/*==============================
スマホ用
==============================*/
@media only screen and (max-width:640px) {


    /*==============================
    header
    ==============================*/

    .header-left {
        float: none;
        text-align: center;
    }

    .header-nav-item {
        float: none;
    }

    /* メニューを画面上部に固定表示しています */
    .hg-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    }
    /* メニューアイコンを画面右上に固定しています */
  .hg-menu .menu-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 12px;
    padding-top: 5px;
    height: 12px;
  }
  /* メニューアイコン（三本線）の真ん中の線です */
  .hg-menu .menu-icon .navicon {
    background: rgb(81, 64, 42); /* 色は自由に変更可能です */
    display: block;
    height: 2px; /* 太さ */
    width: 31px; /* 長さ */
    position: relative;
    transition: background .4s ease-out; /* 形が変わる時のアニメーション */
  }
  /* メニューアイコン（三本線）の上と下の線を疑似要素で追加 */
  .hg-menu .menu-icon .navicon::before,
  .hg-menu .menu-icon .navicon::after {
    background: rgb(81, 64, 42); /* 色は自由に変更可能です */
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .4s ease-out; /* 形が変わる時のアニメーション */
    width: 100%;
  }
  .hg-menu .menu-icon .navicon::before {top: 10px;} /* 位置を上にずらしています */
  .hg-menu .menu-icon .navicon::after {top: -10px;} /* 位置を下にずらしています */
  /* 表示されるメニューです */
  .header-nav {
    background-color: rgba(255,255,255,0.9);
    overflow: hidden;
    max-height: 0; /* ★最初は高さを0にして非表示状態に */
    transition: max-height .6s; /* 表示されるときのアニメーション */
    text-align: center;
  }
  /* メニュー部分のデザインです */
  .header-nav-item:first-of-type {
    padding-top: 50px;
  }
  .header-nav-item a {
    display: block;
    padding: 24px 20px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .header-nav-item a:hover {
    background-color: #f4f4f4;
  }
  
  /* ▼▼▼以下はチェックボックスがONの時の状態です▼▼▼ */
  .hg-menu .menu-btn:checked ~ .header-nav {
    max-height: 500px; /* ★チェックボックスがオンの時高さを338pxにして表示させます */
    transition: max-height .6s;
  }
  /* メニューボタンの中央の線を非表示に */
  .hg-menu .menu-btn:checked ~ .menu-icon .navicon {background: transparent;}
  
  /* メニューボタンの上下の線を45度傾けて✕印を作ります */
  .hg-menu .menu-btn:checked ~ .menu-icon .navicon::before {transform: rotate(-45deg);top: 0;}
  .hg-menu .menu-btn:checked ~ .menu-icon .navicon::after {transform: rotate(45deg);top: 0;}






  /*==============================
    top
    ==============================*/
    .top {
        height: 80vh;
        background: url(../img/heaven-5114501_1280.jpg) no-repeat center/cover;
        
    }
    .top-title {
        font-size: 45px;
    }

    .top-subtitle {
        font-size: 18px;
    }


    /*==============================
    section共通クラス
    ==============================*/
    .section-title {
        font-size: 25px;
        letter-spacing: .06em;
        margin-bottom: 15px;
    }

    .section-subtitle {
        font-size: 18px;
        letter-spacing: .06em;
    }

    .section {
        padding: 60px 0;
    }

    
    /*==============================
    about
    ==============================*/
    .aboutDetailSec {
        display: block;
    }

    /*==============================
    menu
    ==============================*/
    .menu-cardWrapper {
        display: block;
    }

    .menu-card {
        margin-left: 4%;
        margin-bottom: 20px;
    }

    .coupon {
        width: 100%;
    }

    /*==============================
    access
    ==============================*/
    iframe {
      width: 100%;
      height: 240px;
    }


    /*==============================
    contact
    ==============================*/
    form {
        width: 100%;
    }



    /*==============================
    footer
    ==============================*/
    .copyright {
        text-align: center;
        font-size: 10px;
    }

    /*==============================
    別ページ
    ==============================*/
    .sub-page main {
        padding: 0 20px;
    }

    .manipulative-detail-section p img,
    .acupuncture-detail-section p img,
    .beauty-acupuncture-detail-section p img,
    .first-coupon-section p img,
    .second-coupon-section p img  {
        height: 180px;
        width: 100%;
        object-fit: cover;
        object-position: center 50%;
    }

    .manipulative-detail-section .text,
    .acupuncture-detail-section .text,
    .beauty-acupuncture-detail-section .text,
    .first-coupon-section .text,
    .second-coupon-section .text  {
        font-size: 12px;
        line-height: 1.78;
    }

    .manipulative-detail-section .photo,
    .acupuncture-detail-section .photo,
    .first-coupon-section .photo,
    .second-coupon-section .photo  {
        margin-bottom: 14px;
    }

    .manipulative-detail-section,
    .acupuncture-detail-section,
    .beauty-acupuncture-detail-section,
    .first-coupon-section,
    .second-coupon-section {
        margin-bottom: 50px;
    }





}


