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

body {
    background-color: #997754;
    font-family: 'Noto Serif JP', serif;
    /* width: 60%; */
    /* max-width: 768px; */
    margin: 0 auto;
}

.text_lead {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    border-bottom: solid 2px #BD7E2D;
    font-size: max(1.5vw,25px);
    font-family: 'Noto Serif JP', serif;
    color: #603B0E;
    margin-bottom: 5%;
}
@media screen and (max-width: 768px){
    main, footer{
        max-width: 100%!important;
        width: 100%!important;
        /* overflow-x: hidden; */
    }
    .text_lead{
        width:75%;
    }
}
main{
    width: 60%;
    max-width: 768px;
    margin: 0 auto;
    background-image: url(../image/bg.png);
    background-position: center;
    background-size: cover;
    background-color: #FFF;
}

.bg_text {
    position: absolute;
    background-color: rgba(255,255,255,.6);
    border-radius: 30px;
    padding: 8% 5% 5% 5%;
}

li.gnavi__list {
    list-style: none;
    padding: 10% 0;
}

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

  ul {
    list-style: none;
  }

title{
    display: none;
}
header {
    /* position: relative; */
    /* height: 90vh; */
    /* display: flex; */
    /* background-color: #149603; */
    /* color: #fff; */
    /* padding: 10px 0; */
    text-align: center;
}
/**ヘッダー設定**/
h1{
    font-size: 5vw;
}
.bg_2 {
    /* max-width: 600px; */
    height: 90vh;
    margin: 0 auto;
    background-image: url(../image/franca_top.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;
}
.logo_ttl{
    width: 100%;
    position:absolute;
    left: 0;
    top: 5%;
    /* font-family: 'M PLUS 2', sans-serif; */
    font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
    font-weight: bold;
    color: #1A1A1A;
}

.telephone{
    vertical-align: middle;
    padding: 0 3% 3% 0;
    width: 25%;
   }

 .line{
 vertical-align: middle;
 padding: 0 3% 3% 0;
 width: 20%;
}
.insta{
    /* width: 100%; */
    vertical-align: middle;
    padding: 0 3% 3% 0;
    width: 20%;
   }
@media screen and (max-width: 768px){
    .line{
        padding: 0;
        width: 25%;
       }
    .insta{
        padding: 0;
        width: 25%;
        }
       
}
header img {
    max-width: 12vw;
    min-width: 300px;
    height: auto;
}

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

/**メニューバー設定**/
nav {
    display: flex;
     /* メニューアイテムの均等割り配置 */
    background-color: #997754;
    /* padding: 10px 0; */
    position: fixed;
    display: block;
    top: 70px;
    right: 1vw;
    width: 17vw;
    z-index: 0;
    /* height: 10vh; */
    /* text-align: left; */
    /* justify-content: space-around; */
    flex-direction: column;
    align-items: center;
}
nav a {
    /* font-family: "Montserrat", sans-serif; */
    font-size: max(2.0vw,12px);
    font-weight: 600;
    /* color: #000000!important; */
    text-decoration: none;
    /* padding: 10px 20px; */
    display: inline-block;
    cursor: pointer;
    /* flex: 1; */ /* メニューアイテムを均等に広げる */
    /*text-align: center;*/ /* メニューアイテム内のテキストを中央揃え */
    width: 100%;
    line-height: 10vh;
}
.nav_box{
    /* width: 33%; */
    height: 10vh;
    position: relative;
    text-align: left;
}
.nav_tel{
    width: 20%;
    background-color:#EB309C;
}
.nav_tel a{
    width: 100%;
    /* height: 100%; */
    padding: 0px 0 0px 0;
    margin-bottom: 3px;
}
.nav_contact{
    width: 20%;
    background-color:#0026FA;
}
.nav_contact a{
    width: 100%;
    padding-top: 0px;
    margin-top: -7px;
}
@media screen and (max-width: 768px){
    nav{
        display: flex;
        position: sticky;
        top: 0;
        flex-wrap: wrap;
        flex-direction: row;
        z-index: 10000;
        height: 10svh;
        text-align: center;
        width: auto;
    }
    nav a {
        padding: 0;
        font-size: 16px;
    }
    .nav_box{
        display: flex;
        width: 33%;
        height: 10svh;
        min-height: 36px;
        align-items: center;
        text-align: center;
        /* font-size: 14px; */
    }
    .nav_tel, .nav_contact{
        width: 50%;
    }
    .center::before{
            position: absolute;
            content: '';
            top: 1vh;
            left: 0;
            border: 2px solid #FFF;
            /* border-left: 30px solid #FFF; */
            /* width: 1px; */
            height: 8svh;
          }    
    .center::after{
            position: absolute;
            content: '';
            top: 1vh;
            right: 0;
            border: 2px solid #FFF;
            /* border-left: 30px solid #FFF; */
            /* width: 1px; */
            height: 8svh;
    }    

}
    
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 {
    /* max-width: 600px; */
    /* position: relative; */
    /* height: 100vh; */
    margin: 0 auto;
    /* background-image: url(../image/info_bg.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10% 0 0 0;
}
.info_ttl {
    position: relative;
    height: 100%;
    background: rgba(255, 255, 255, 0.28);
    text-align: center;
    padding: 4% 5%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

img.info_img2 {
    position: absolute;
    top: 217px;
    right: 5%;
}

img.info_img1 {
    position: relative;
    left: -25%;
    width: 50%;
}
.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;
}
.right{
    position: relative;
    top: 4%;
}
.left{
    position: relative;
}

div#works1{
    /* background-color: #F2FDFC; */
    padding: 10% 4%;
}
@media screen and (max-width: 768px){
    div#works1{
        /* background-color: #F2FDFC; */
        padding: 10% 0;
    }


}
div#works2{
    /* background-color: #F2FDFC; */
    padding: 10% 4%;
}
.works_ttl{
    font-size: max(2.5vw,16px);
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}
.works_lead{
    font-size: max(1.5vw,18px);
    color: #442C26!important;
    text-decoration: none;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    text-align: center;
    letter-spacing: 6.3px;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 4%;
}
div#works1 a{
    color: #442C26;
    text-decoration: none;
}
.works_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* margin-bottom: 4%; */
    /* flex-direction: column-reverse; */
}
.text_box{
    position: relative;
    /* background-color: #FFF; */
    font-family: 'Noto Serif JP', serif;
    font-weight: 100;
    color: #2B2B2B;
    text-align: center;
    /* border: solid 1px #1A1A1A; */
    /* border-radius: 20px; */
    padding: 0 4%;
    z-index: 1;
    /* box-shadow: 3px 3px 3px #AAAAAA, -1px 0 .4em #AAAAAA; */
    font-size: min(1.5vw,16px);
}

.text_right {
    text-align: left;
}
.text_left {
    text-align: right;
}
.works_box img {
    width: 100%;
}
.works_left {
    width: 50%;
}

.under.works_left {
    width: 55%!important;
}

.works_right {
    position: relative;
    width: 50%;
    /* height: auto; */
    /* margin-left: 3%; */
}
.works_right img {
    position: relative;
    /* top: -4vw; */
    /* right: 15%; */
}

.works_cate {
    font-size: max(2vw,14px);
    font-weight: bold;
    margin-bottom: 4%;
}
.top{
    padding-top: 1.5%;
}

.under{
    /* align-items: flex-end; */
}

@media screen and (max-width: 768px){
    .works_left{
        width: 100%;

    }
    .works_right{
        width: 100%;
    }
    .text_box{
        text-align: center;
        font-size: 18px;
        margin: 0 0 5% 0;
    }
    .text_left{
        padding-top: 5%;
    }

    .text_right{
        text-align: center;
        margin-bottom: 5%;
    }
    .works_right img{
        top:0;
        right: 0;
    }
    .top{
        flex-direction:column-reverse;
    }
    .under{
        flex-direction:column;
    }

}

.information-link__list {
    width: 75%;
    text-align: center;
    margin: 0 auto;
}

.information-link__list >li {
    font-size: max(1.5vw,20px);
    font-weight: 500;
    width: 100%;
    margin: 0 auto;
}
.information-link__list >li a {
    display: block;
    line-height: min(14vw,65px);
    /* padding: 0 90px; */
    position: relative;
    text-align: center;
}

.link-tel a {
    color: #624035;
    background: #f9edd0;
}
.link-tel a:hover {
    background: #624035;
    color: #f9edd0!important;
}
.information-link__list >li a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 21px 21px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.link-tel a:after {
    border-color: transparent transparent #624035 transparent;
    border-top-color: ;
    border-right-color: ;
    border-bottom-color: ;
    border-left-color: ;
}
.link-tel a:hover::after {
    border-color: transparent transparent #f9edd0 transparent;
    border-top-color: ;
    border-right-color: ;
    border-bottom-color: ;
    border-left-color: ;
}

.shop_img{
    width: 100%;
    margin-bottom: 8%;
}
.shop_img img{
    width: 100%;
}
.online_shop{
    /* padding: 0 5%; */
}
@media screen and (max-width: 768px) {
    .information-link__list {
        width: 50%;
        min-width: 335px;
    }

}

.works_lead dt{
    /* display: inline-block; */
    /* width: 24%; */
    /* font-size: 16px; */
    margin: 0 auto;
    text-align: left;
    float: left;
}
.works_lead dd{
    display: flex;
    /* width: 50%; */
    text-align: left;
}

@media screen and (max-width: 768px) {
    .works_lead {
        width: 92%;
        margin: 0 auto;
        margin-bottom: 5%;
    }
    .works_lead dt,.works_lead dd{
        font-size: 18px;
    } 

}
/**スライダー設定**/
.header_box{
    position: relative;
    height: 100svh;
}


.page_header{
    width: 90%;
    height: 90svh;
    /* min-height: 420px; */
    margin: 0 0 15vw auto;
    display: block;
    position: relative;
    overflow: hidden;
}

/* Loading画像中央配置　*/
.top_slider {
    position: relative;
    /* text-align: center; */
    height: 90svh;
    /* width:100%; */
    /* top: -14vw; */
    object-fit:cover;
    z-index: 0;
  }
  .top_image {
    position: absolute;
    /* text-align: center; */
    width: 100%;
    height: 100vh;
    /* min-height: 420px; */
    /* aspect-ratio: 1.4 / 1; */
    object-fit:cover;
    object-position: center center;
    opacity: 0;
    /* z-index: 100000; */
    animation: change-img-anim 35s infinite;
  }
  .top_image:nth-of-type(1) {
    animation-delay: 0s;
  }
  .top_image:nth-of-type(2) {
    animation-delay: 7s;
  }
  .top_image:nth-of-type(3) {
    animation-delay: 14s;
  }
  .top_image:nth-of-type(4) {
    animation-delay: 21s;
  }
  .top_image:nth-of-type(5) {
    animation-delay: 28s;
  }
  @keyframes change-img-anim-first {
    0%{ opacity: 1; transform: scale(1); transform-origin: center;}
    18%{ opacity: 1;}
    60%{ opacity: 0; }
    45%{ opacity: 0;}
    100%{ opacity: 0; transform: scale(1.25); transform-origin: center;}
  }
  @keyframes change-img-anim {
    0%{ opacity: 0; transform: scale(1);}
    15%{ opacity: 1;}
    20%{ opacity: 1;}
    65%{ opacity: 0;}
    100%{ opacity: 0; transform: scale(1.25);}
  }
  .top_cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
.top_comment{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    z-index: 99;
    background-color: rgba(255,255,255,.6);
    border-radius: 30px;
    padding: 8% 5% 5% 5%;
    text-align: center;
}
.top_comment img{
    width: 30vw;
  }
  
.top_comment p {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 768px){
    .top_image {
        position: absolute;
        width: 100%;
        height: 90svh;
        object-fit:cover;
        object-position: center center;
        opacity: 0;
        animation: change-img-anim 21s infinite;
      }
      .page_header{
        height: 90svh!important;
      }
      .top_comment img{
        width: 100%;
        min-width: 230px;
      }
      .header_box{
        height: 90svh;
      }


}

/*スライド設定*/
.swiper{
    margin-bottom: 8%;
}
.slider1{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
}
.slider1.swiper-slide{
    width: 100%;
    height: 90vh;
    object-fit: cover;
    overflow: hidden;
}
.slider1 img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
}

.slider2 img {
    height: auto;
    width: 90%;
    padding: 2%;
  }
.slider_box2{
    background-color: #FFF;
    padding: 10% 0;
}
  /* スライドの動き等速 */
  .swiper-wrapper {
    transition-timing-function: linear;
  }

  @keyframes zoomUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.15);
    }
  }
  .swiper-slide-active .swiper-img,
  .swiper-slide-duplicate-active .swiper-img,
  .swiper-slide-prev .swiper-img {
    animation: zoomUp 12s linear 0s normal both;
  }
  .slider1.swiper-slide img {
    height: auto;
    width: 100%;
  }

/*地図*/
#shop_map{
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}
#shop_map p{
    font-size: 2vw;
    font-weight: bold;
    margin-bottom: 20px;
}
iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}


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

footer{
    width: 60%;
    max-width: 768px;
    margin: 0 auto;
    background-color: #FFFFFD;
    color: #1A1A1A;
    font-weight: bold;
    text-align: center;
    /* padding: 2% 4% 1% 4%; */
}

p.f_address {
    font-size: 1.5vw;
    font-weight: bold;
    margin-bottom: 4%;
}

p.f_shop {
    font-size: 4vw;
    font-weight: bold;
}

.f_under {
    text-align: center;
    width: 100%;
    background: #624035;
    color: #FFFFFF;
    padding: 0.2%;
}
.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;
}
.i_mail{
    font-size: max(3.5vw,14px);
    height: 1vw;
    padding: 0px;
    display: inline-block;
    color: #FFFFFF!important;
}
.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_under img{
    width: 50%;
    margin: 0 auto;
}

.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{
    padding-bottom: 50px;
}

.f_top img{
    width: 35%;

}
.f_top p{
    color: #442C26;
    font-size: max(1.5vw,16px);
    margin-bottom: 4%;
    font-weight: 400;
    letter-spacing: 5px;
}
.f_top span{
    color: #442C26;
    font-size: max(1.5vw,17px);
    margin-bottom: 4%;
    font-weight: 400;
    letter-spacing: 1px;
}

.f_top a{
    color: #442C26;
    text-decoration: none;
}

.f_copy {
    font-size: max(1.0vw,12px);
    display: inline-block;
}
/*fade設定2*/
.fadeup {
    opacity: 0; /* 最初は非表示にしておく */
    transition: all 1s; /* 動きを滑らかに */
    transform: translateY(30px);
  
  }
  .fadeUp{
    opacity: 1;
    transform: translateY(0);
  }

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

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


/*フェードライト*/
@media screen and (min-width: 768px){
.fadeRight1{
    animation-name:fadeRightAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    padding-left:20% ;
    }
    
    @keyframes fadeRightAnime{
      from {
        opacity: 0;
        transform: translateX(150px);
      }
    
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }
    .fadeRight2{
        animation-name:fadeRightAnime;
        animation-duration:1.3s;
        animation-fill-mode:forwards;
        opacity:0;
        }
    .fadeRight3{
        animation-name:fadeRightAnime;
        animation-duration:1.6s;
        animation-fill-mode:forwards;
        opacity:0;
        }    
        


}


/*スクロールボタン*/
#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;
}


.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #004d80;
    height: 7vw;
    transition: all .3s;
    position: relative;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #FFFFFF;
    color:#3492d1 ;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    /*color: #fff;*/
    text-decoration: none;
    padding-top: 1.5vw;
    position: relative;
}
.dropdown__list a:hover {
    color:#3492d1 ;
}

/*
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% + 7px);
}
*/

.dropdown__lists {
    visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 20%;
    position: absolute;
    top: 7.5vw;
    left: 20vw;
}
.gnavi__list:hover .dropdown__lists {
    visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}

.sp{
    display:none ;
}
.pc{
    display: block;
}
@media screen and (max-width:768px) {
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }


    .nav_box.sp{
        /* display: flex; */
        /* position: sticky; */
        /* background: #FFFFFF; */
        text-align: center;
        /* width: 33%; */
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .shop_title{
        width: 100%;
        background-color: #1C1B1B;
        color: #FFFFFF;
        margin: 0% 0% -3% 0;
        /* padding: 0% 0; */
        font-size: max(2.5vw, 12px);
        font-weight: bold;
    }
    .shop_list{
        width: 50%;
        text-align: center;
    }
    .shop_list a{
        /* width: 50%; */
        color: #000000;
    }
    .left{
        border-right: 1px solid;
    }
    .nav_contact a{
        margin-top: 0;
    }
    
}
.p2 {
	/* background: white; */
	/* font-family: 'Noto Serif JP', serif; */
	width: 75%;
	padding: 0 0 5% 0;
	margin: 0 auto;
	font-size: max(1.5vw,18px);
}
.p2 tr:first-child th {
	padding-right: 3%;
	/* margin-bottom: 3%; */
	border-right: solid 2px #1a1a1a;
}
.p2 tr:last-child th {
	padding-right: 20px;
	border-right: solid 2px #1a1a1a;
}
.p2 th,
.p2 td {
	border: none;
}
.p2 th {
	color: #442C26;
	/* padding-left: 4%; */
}

.p2 tr {
    /* padding-bottom: 3%; */
}
.p2 td {
	color: #442C26;
	padding-left: 3%;
}
@media screen and (max-width:768px) {
    .p2 {
        width: 100%;
    }
}

