
<style>

/* Reset some default styles */
body, h1, h2, p, ul, li, dt, dd {
    margin: 0;
    padding: 0;
    background-color: #E2EAE1;
    font-family: 'Noto Sans JP', sans-serif;

}

body {
    /* background-color: #E2EAE1; */
    font-family: 'Noto Sans JP', sans-serif;
}

a:link, a:visited, a:hover, a:active {
    /* width: 20%; */
    color: #1C1C1C;
    text-decoration: none;
  }

a {}

  ul {
    list-style: none;
  }

title{
    display: none;
}
header {
    position: relative;
    height: 10vh;
    display: flex;
    background-color: #FDFDFD;
    color: #fff;
    text-align: center;
}



/**ヘッダー設定**/
h1{
    font-size: 5vw;
}

h1.site-logo {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg_2 {
    /* max-width: 600px; */
    height: 90vh;
    margin: 0 auto;
    background-image: url(../image/top_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg_rgba {
    height: 100%;
    background: rgba(10, 10, 10, 0.51);
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg_text{
    text-align: center;
    color: #FFFFFF;
}
.bg_center{
    font-size: max(2.5vw,16px);
    font-weight: bold;
}
.bg_under{
    font-size: max(5.5vw,16px);
    font-weight:100;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



header img {
    height: 10vw;
    max-height: 140px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-around; */
}

img.page_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/**メニューバー設定**/
nav.n_header {
    display: flex;
     /* メニューアイテムの均等割り配置 */
    /* background-color: #1C1B1B; */
    /* padding: 10px 0; */
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%; /* 横幅100%にする */
    height: auto;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.n_header a{
    font-size: max(1.5vw,12px);
    font-weight: 300;
}
nav.nav_footer {
    display: flex;
     /* メニューアイテムの均等割り配置 */
    /* background-color: #1C1B1B; */
    /* padding: 10px 0; */
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%; /* 横幅100%にする */
    height: auto;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
nav a {
    font-size: max(2.5vw,12px);
    font-weight: bold;
    /* color: #000000!important; */
    text-decoration: none;
    /* padding: 10px 20px; */
    display: inline-block;
    cursor: pointer;
    /* flex: 1; */ /* メニューアイテムを均等に広げる */
    text-align: center; /* メニューアイテム内のテキストを中央揃え */
    width: 100%;
}
.nav_box{
    width: 20%;
    /* height: 100%; */
}
.nav_tel{
    width: 20%;
    background-color:#EB309C;
}
.nav_tel a{
    width: 100%;
    /* height: 100%; */
}
.nav_contact{
    width: 20%;
    background-color: #D51D1D;
    border-radius: 45px;
}
.nav_contact a{
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4%;
}
@media screen and (max-width: 768px){
    nav{
        flex-wrap: wrap;
    }
    nav a {
        padding: 0;
    }
    .nav_box{
        display: flex;
        width: 33%;
        height: 10VW;
        min-height: 36px;
        align-items: center;
    }
    .nav_tel, .nav_contact{
        width: 50%;
    }

}
    
nav p {
    color: #149603!important;
    font-weight: bold;
}

.active {
    background-image: url('../image/here.png');
    background-size: contain;
    background-position: center;
    text-indent: -9999px;
}

/**info**/
div#info {
    /* width: 100%; */
    /* height: 100vh; */
    margin: 0 auto;
    background-image: url(../image/info_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.info_ttl {
    height: 100%;
    background: rgba(255, 255, 255, 0.28);
    text-align: center;
    padding: 4% 5%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.info_lead{
    font-size: max(2.5vw,14px);
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    margin-bottom: 4%;
}
.info_sec{
    font-size: max(2.2vw,12px);
    font-weight: 500;
    /* width: 90%; */
    margin: 0 auto;
}

div#works{
    background-image: url(../image/works_bg.png);
    padding:4%;
}
.works_ttl{
    width: 35vw;
    font-size: max(2.5vw,14px);
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #294B97;
    margin: 0 auto;
    margin-bottom: 2%;
}
.works_lead{
    font-size: max(2vw,12px);
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;

    margin: 0 auto;
    /* margin-bottom: 4%; */
}
.works_sec{
    text-decoration: underline;
    margin-bottom: 2%;

}
.works_box {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 4%;
}

img.wroks_img {
    width: 100%;
}

div#contact_box{
    text-align: center;
    margin: 2% 0;
}

.c_ttl{
    font-size: max(3vw,16px);
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}
.c_btn{
    font-size: max(2vw,14px);
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    color: #FFFFFF;
    padding: 1% 8%;
    background: #D62B2B;
    border-radius: 40px;
}

/**フッター設定**/

footer{
    width: 100%;
    background-color: #294B97;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2% 4% 1% 4%;
}

.f_nav a{
    color: #FFFFFF;
}

.f_under {
    text-align: center;
    width: 100%;
}

.logo_box {
    width: 27%;
    min-width: 130px;
    background-color: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 25px;
    margin: 0 auto;
    margin-bottom: 4%;
}

.logo_box img {
    width: 100%;
    padding: 6% 5% 2% 5%;
}
.f_site {
    font-size: 3vw;
    font-weight: bold;
}
.f_siteR {
    width: 50%;
}

.f_siteL {
    width: 50%;
}

.f_site_box {
    display: flex;
    /* font-size: 1.4vw; */
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.f_mail{
    background-color: #718195;
    width: 100%;
    height: 26%;
    font-family: 'M PLUS 2', sans-serif;
    font-size: max(2.5vw,12px);
    font-weight:500;
}
.f_site_box a{
    display:flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.f_tel {
    background-color: #718195;
    width: 100%;
    height: 26%;
    font-family: 'M PLUS 2', sans-serif;
    font-size: max(2.5vw,12px);
    font-weight: 500;
}
.f_insta {
    background-color: #718195;
    width: 100%;
    height: 26%;
    font-family: "Billabong";
    font-size: max(5vw,12px);
    font-weight: 500;
}

.f_right {
    width: 30%;
}

.f_left {
    width: 70%;
    text-align: center;
    margin-right: 4%;
}
.f_left img{
    width: 100%;
}


.f_tel p {
    color: #1A9603;
    font-size: 4vw;
    font-weight: bold;
}

.f_top {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.f_copy {
    font-size: max(1.5vw,12px);
}

/**各ページ共通設定**/

.page_header{
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    display: block;
 
.page_ttl p{
    color: #149603;
    font-size: max(3vw,16px);
    font-weight: bold;
}
.ttl_mat{

/* display: table; */

background-image: url(../image/mat.png);
background-position: center;
background-size: contain;
height: 7vw;

}

.page_ttl h3{
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: max(2.5vw,14px);
    font-weight: bold;
    height: 7vw;
    padding-top: 1.5%;
}
/**TOP PAGE**/







.s_lead{
    text-align: center;
    font-size: max(2vw,16px);
    font-weight: bold;
    margin-bottom: 20px;

}

.biz-hour {
    border-collapse: collapse;
    /* overflow-x: scroll;で、
    スマホ画面幅に表が入りきらない場合は
    横スクロールしてくれます */
    overflow-x: scroll;
    /* width: 80%; */
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
  }

  
  .biz-hour th {
    /* １番上の線 */
    /* #A28C63っていうのが色の名前なので、ここをお好みで */
    border-top: 1px solid #A28C63;
  }
  
  .biz-hour th, .biz-hour td {
    padding: 10px 20px;
    text-align: center;
    /* ２番目以降の線 */
    /* 色はお好みで */
    border-bottom: 1px solid #A28C63;
  }
  
  /* スマホ時に横スクロールしないよう、横の余白（padding）を20px→10pxに */
  @media screen and (max-width: 559px) {
    .biz-hour th, .biz-hour td {
      padding: 10px 10px;
    }
  }
  
  .biz-hour th {
    font-weight: normal;
  }
  
  /* 「土」の文字色 */
  .biz-hour th.sat {
    color: #3db2da;
  }
  
  /* 「日」の文字色 */
  .biz-hour th.sun {
    color: #e66a6a;
  }
  /* 「時間」の文字色 */
  .biz-hour td.time {
    color: #000000;
  }
  /* 「○×」の文字色 */
  .biz-hour td {
    color: #519ce5;
  }

/*ブログ部分*/
#rss-feed,#load-more{
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #rss-feed,#load-more{
        width: 90%;

    }

}
#load-more{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    
}
#rss-feed ul{
    list-style-type: none;
    padding: 0;
}

#rss-feed li{
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    border-bottom: 3px solid #707070; /* 下線のスタイル */
}
.date{
    flex: 30%;
    font-size: max(1.5vw,12px);
    font-weight: bold;
}
.title{
    flex: 70%;
    text-align: left;
    font-size: max(2.0vw,16px);
    font-weight: bold;
    color: #000000!important;
    
}
.title a{
    color: #000000!important;
    
}
/*スクロールボタン*/
#content{
    position: relative;
}
 
#topBtn {
    /*-----必須-----*/
    position: fixed;
    bottom: 10px;
    right: 10px;
     
    /*-----装飾-----*/
    width: 10vw;
    height: 10vw;
    line-height: 64px;
    text-align: center;
}
#topBtn img {
    width: 100%;
}





/**info**/
div#doctor_greeting{
    text-align: center;
    background-color: #E2EAE1;
}

.doctor {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.doctor_txt {
    width: 59%;
    text-align: left;
    display: inline;
    font-size: max(1.5vw,12px);
    font-weight: bold;
    margin-right: 1%;
}

.doctor_img {
    width: 40%;
}
.doctor_img img{
    width: 100%;
}

div#doctor_career{
    /* padding: 20%; */
    margin: 0 auto;
    /* text-align: center; */
    position: relative;
}
div#doctor_career img{
    display: block;
    width: 100%;
    object-fit: cover;

}
.career_box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255, 255, 255, 0.66);
    border-radius: 34px;
    width: 60%;
    padding: 3%;
}
.page_ttl{
    text-align: center;
    margin: 4% auto;
    z-index: 1;
}
dl dt {
    text-align: right;
    width: 8.5em;
    padding: 0em;
    position: relative;
}
 
dl dd {
    width: calc(100% - 8.5em);
    padding: 0em 0em 0em;
}
.page_txt {
    /* text-align: center; */
    width: 66%;
    margin: 0 auto;
}
.career_txt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 3vw;
    text-align: left;
    font-size: max(1.5vw,10px);
    font-weight: bold;
}
@media screen and (max-width:768px) {
    .page_txt {
        /* text-align: center; */
        width: 100%;
        margin: 0 auto;
        margin-bottom: 4%;
    }
    
    
}

/**わかば整骨院について**/
.about{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 4%;
}
.about_txt {
    width: 68%;
    text-align: left;
    display: inline;
    font-size: max(2vw,13px);
    font-weight: bold;
    margin-right: 1%;
}

.about_img{
    width: 31%;

}
.about_img img {
    width: 100%;

}

#about_box{
    background-image: url(../image/flow_bg.png);
    background-color:rgba(255,255,255,0.17);
    background-blend-mode: lighten;
    background-position: center;
    background-size: cover;
    border-radius: 41px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0 3%;
}
.about_sec_ttl{
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 4vw;
    font-weight: bold;
    padding-top: 2%;
    padding-bottom: 2%;
}
.flow_lead{
    text-align: left;
    font-size: max(2vw,16px);
    font-weight: bold;
}
.flow_box{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.flow_left{
    width: 50%;
    margin-right: 3%;
    font-size: max(2vw,14px);
    font-weight: 500;
}
.flow_right{
    width: 47%;
}
.flow_right img{
    width: 100%;
}

.facility_box1{
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 50px;
}
.facility_box2{
    display: flex;
    flex-direction: row-reverse;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 50px;
}
.facility_txt{
    width: 35%;
    background-color: #356214;
    color: #FFFFFF;
    padding: 2%;
}

.facility_ttl{
    font-size: max(2vw,16px);
    font-weight: bold;
    padding: 5% 0;
}
.facility_sec{
    font-size: max(1.8vw,14px);
    font-weight: 500;
}

.facility_img{
    width: 65%;
}
.facility_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* height: auto; */
}

@media screen and (max-width:768px) {

    .flow_box {
        flex-direction: column;
        margin-bottom: 4%;
    }
    .flow_left,.flow_right{
        width: 100%;
    }

    .facility_box1{
        flex-direction: column;
    }
    
    .facility_box2{
        flex-direction: column;
    }
    .facility_txt{
        width: 100%;

    }
    .facility_ttl{
        padding: 1% 0;
    }
    .facility_img{
        width: 100%;
    }
    
}

/**MENU**/
.insurance {
    width: 80%;
    margin: 0 auto;
}
.insurance_ttl {
    font-size: max(2.0vw,16px);
    margin-bottom: 30px;
}
.insurance_txt {
    font-size: max(1.5vw,14px);
    font-weight: 500;
    margin-bottom: 30px;
}

.menu_box{
    width: 80%;
    margin: 0 auto;
}

div#menu2,div#menu4,div#menu6 {
    flex-direction: row-reverse;
}
.menu_box{
    height: 20VW;
    display: flex;
    scroll-margin-top: 120px;
    margin-bottom: 50px;
}
.menu_txt,.menu_image{
    width: 50%;
}
.menu_txt{
    width: 50%;
    background-color: #0A6696;
    color: #FFFFFF;
    padding: 2%;
}
.menu_ttl{
    font-size: max(2vw,16px);
    font-weight: bold;
    margin-bottom: 20px;
}
.menu_sec{
    font-size: max(1.5vw,14px);
    font-weight: 500;
}
.menu_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:768px) {
    .insurance_ttl{
        margin-bottom: 2%;
    }
    #menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7{
        flex-direction: column!important;
        /* width: 100%; */
    }
    .menu_box{
        height: auto;
    }
    .menu_txt, .menu_image{
        width: 100%;
    }

    
}
/**FAQ**/
.faq{
    width:80%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.faq img{
    width: 100%;
}
.faq_question{
    font-size: 2vw;
    background-color: #FFFFFF;
    padding: 1% 0;
    margin-bottom: 20px;
}

.faq_answer{
    font-size: 2vw;
    font-weight: bold;
    padding: 1% 0;
    margin-bottom: 20px;
}
</style>