body{
    font-family: "Yu Mincho";
    color: #735C48;
    font-weight: bold;
}



/*=========================================================================*/
/* ･･････ヘッダー部分･･････ */
/*=========================================================================*/

/* ････････････block････････････ */

.header{
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.header__logo{
    display: flex;
    line-height:60px;
}

.header__link{
    display: flex;
}

/* ････････････Element････････････ */

.header__logo-image{
    width: 60px;
}

.header__logo-title{
    font-size: 40px;
    padding: 0 10px;
    line-height:60px;
}

.header__logo-subtitle{
    font-weight: normal;
}

.header__link-item{
    width: 50px;
    margin: 5px;
}



/*=========================================================================*/
/* ･･････ナビゲーションリンク部分･･････ */
/*=========================================================================*/

/* ････････････block････････････ */

.nav__list{
    background-color: #84BF04;  /* ････････････変更････････････ */
    display: flex;
    text-align: center;
}

/* ････････････Element････････････ */

.nav__list a{
    display: block;
    text-decoration: none;
    color: white;
    font-size: 15px;
}

.nav__list a:hover {
    opacity: 0.7;
}

.nav__list:first-child{
    border-left: 0.5px solid #B5BF69;/* ････････････変更････････････ */
}

.nav__list-item{
    width: 25%;
    padding: 9px 0;
    border-right: 0.5px solid #B5BF69;/* ････････････変更････････････ */
}

.li_position{
    position: relative;
}

.nav-sublist{
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10;
    display: none;
}

.nav-sublist-item{
    background-color: #84BF04;  /* ････････････変更････････････ */
    border-bottom: 0.5px solid #B5BF69;/* ････････････変更････････････ */
    padding: 8px 0;
}

.li_position:hover .nav-sublist{
    display: block;
    z-index: 10;
}



/*=========================================================================*/
/* ･･････メインページ･･････ */
/*=========================================================================*/

/* ････････････block････････････ */

.main{
    background-color: #F2F2F0;/* ････････････変更････････････ */
}

/* ････････････Element････････････ */

hr{
    width: 0%;
    margin: auto;
    opacity: 0.6;
    border: 0;
    height: 5px;
    background: rgb(102, 43, 43);
    background-image: -webkit-linear-gradient(left, orange, rgb(102, 51, 51), orange);
}



/*=========================================================================*/
/* ･･････　パーソナル整体　･･････ */
/*=========================================================================*/

/* ････････････block････････････ */

.parsonal__wrapper{
    background-color: white;
    width: 80%;
    margin: 0 auto;
    padding: 4rem 0;
    text-align: center;
}



/* ････････････Element････････････ */

.parsonal__title{
    width: 300px;
    margin: auto;
    padding: 0 0 1rem 0; /* ････････････変更････････････ */
    border-bottom:1px solid #BFAB99;
}

.parsonal__image{
    width: 50%;
    margin: auto;
    padding: 2rem 0 1rem 0;
}

.parsonal__subtitle{
    padding: 1.5rem 0;
    font-size: 25px;
}

.parsonal__text{
    padding: 0 0 2rem 0;
}

.parsonal__price{
    width: 70%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0.7rem 0 0.7rem 40%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
    letter-spacing: 2px;
    font-size: 15px;
}

.parsonal__price:before {
    position: absolute;
    top: -330%;
    left: -15%;
    width: 65%;
    height: 700%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: gray;
}

.parsonal__price span{
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 50px;
  display: block;
  color: #fff;
}



/*=========================================================================*/
/* ･･････　スポーツ整体　･･････ */
/*=========================================================================*/

/* ････････････block････････････ */

.sports__wrapper{
    background-color: white;
    width: 80%;
    margin: 0 auto;
    padding: 4rem 0;
    text-align: center;
}

.sports__contents{
    display: flex;
    width: 80%;
    margin: auto;
    padding: 1rem 0;
}

.sports__list{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    margin: auto;
}

.sports__case{
    position: relative;
    width: 80%;
    padding: 1.5rem;
    margin: auto;
    border: solid 1px rgb(218, 218, 218,0.5);
    border-radius: 8px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.sports__case-list{
    display: flex;
    flex-wrap: wrap;
}

.sports__case-tilte{
    font-size: 18px;
    position: absolute;
    background-color: white;
    padding: 0 2rem;
    top:-0.7rem;
    left:10px;
}

/* ････････････Element････････････ */

.sports__title{
    font-size: 24px;
    width: 300px;
    margin: auto;
    padding: 0 0 1rem 0; /* ････････････変更････････････ */
    border-bottom:1px solid #BFAB99;
}

.sports__text{
    padding: 2rem 0;
}

.sports__contents-image{
    width: 280px;
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
}

.sports__list-item{
    width: 45%;
    background-color: #fff8e8;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
    padding: 0.5rem;
    margin: 0.5rem;
    border-radius: 10px;
    font-size: 14px;
}

.sports__case-listItem{
    width: calc(100% / 3);
    padding: 0.3rem 0;
}


/*=========================================================================*/
/* ･･････　姿勢・骨盤調整　･･････ */
/*=========================================================================*/

/* ････････････block････････････ */

.correct__wrapper{
    background-color: white;
    width: 80%;
    margin: 0 auto;
    padding: 4rem 0;
    text-align: center;
}

.correct__contents{
    display: flex;
    width: 80%;
    margin: auto;
    padding: 1rem 0;
}

.correct__case{
    position: relative;
    padding: 1.5rem;
    margin: auto;
    border: solid 1px rgb(218, 218, 218,0.5);
    border-radius: 8px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.correct__case-title{
    font-size: 18px;
    position: absolute;
    background-color: white;
    padding: 0 2rem;
    top:-0.7rem;
    left:10px;
}

.correct__point{
    padding: 2rem 0 0 0;
    width: 80%;
    margin: auto;
}

/* ････････････Element････････････ */

.correct__title{
    font-size: 24px;
    width: 300px;
    margin: auto;
    padding: 0 0 1rem 0; /* ････････････変更････････････ */
    border-bottom:1px solid #BFAB99;
}

.correct__text{
    padding: 2rem 0;
}

.correct__contents-image{
    width: 280px;
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
}

.correct__case-listItem{
    padding: 0.2rem 0;
    text-align: left;
}

.correct__point-item{
    padding: 0.5rem 0 0.5rem 2rem;
    /*box-shadow: 0 3px 4px #ffe6ad;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);*/
    border-bottom: 1px solid #D9BFA9;
    text-align: left;
    font-size: 14px;
}

.correct__point-item:first-child{
    /*background-color: rgb(252, 204, 117);
    background-color: gray;
    color: white;*/
    background-color: #D9BFA9;
    font-size: 18px;
    color: white;
}


/*=========================================================================*/
/* ･･････　頭痛コース　･･････ */
/*=========================================================================*/

/* ････････････block････････････ */

.headache__wrapper{
    background-color: white;
    width: 80%;
    margin: 0 auto;
    padding: 4rem 0;
    text-align: center;
}

.headache__contents{
    display: flex;
    width: 80%;
    margin: auto;
    padding: 1rem 0;
}

.headache__case{
    position: relative;
    padding: 1.5rem;
    width: 80%;
    margin: 2rem auto 0 auto;
    border: solid 1px rgb(218, 218, 218,0.5);
    border-radius: 8px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.headache__case-title{
    font-size: 18px;
    position: absolute;
    background-color: white;
    padding: 0 2rem;
    top:-0.7rem;
    left:10px;
}


/* ････････････Element････････････ */

.headache__title{
    font-size: 24px;
    width: 300px;
    margin: auto;
    padding: 0 0 1rem 0; /* ････････････変更････････････ */
    border-bottom:1px solid #BFAB99;
}

.headache__text{
    padding: 2rem 0;
}

.headache__contents-image{
    width: 280px;
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
}

.headache__case-listItem{
    text-align: left;
    padding: 0.2rem 0;
}



/*=========================================================================*/
/* ･･････ フッター ･･････ */
/*=========================================================================*/

/* ････････････block････････････ */

.footer{
    width: 100%;/* ････････････変更････････････ */
    margin: auto;/* ････････････変更････････････ */
    background-color:rgb(255, 242, 205);
    background-color: #BFAB99;/* ････････････変更････････････ */
}

.footer__wrapper{
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding: 3rem 0;
    justify-content: space-between;
}

.footer__wrapper-text{
    width: 50%;
    padding: 1rem 2rem;
    background-color: white;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.footer__wrapper-map{
    width: 45%;
    margin: 0 1rem;
}


/* ････････････Element････････････ */

.footer__wrapper-textList :first-child{
    font-size: 30px;
    padding: 15px 0;
}

.footer__wrapper-textList li{
    font-size: 15px;
    line-height: 35px;
    border-bottom: 0.5px solid rgb(82, 24, 24);
}

.footer_logo{
    display: block;/* ････････････変更････････････ */
    background-color: #84BF04;/* ････････････変更････････････ */
    padding: 0.1rem 0;/* ････････････変更････････････ */
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: normal;
    color: white;
    text-align: center;
}




