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

}

body {
    background-color: #fcefd2;
    font-family: "Noto Sans JP", sans-serif;
    max-width: 1000px;
    margin: 0 auto;
}

.star{
    position: absolute;
	-webkit-animation:blink 1s  infinite alternate;
    -moz-animation:blink 1s  infinite alternate;
    animation:blink 1s  infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.fade:hover{
    transform: scale(1.2);
    transition-duration: 0.5s;

}
a:link, a:visited, a:hover, a:active {
    color: #FFFFFF;
    text-decoration: none;
  }

  ul {
    list-style: none;
  }

title{
    display: none;
}
header {
    /* height: 70px; */
    position: fixed;
    inset: 0;
    margin: auto;
    display: flex;
    width: 100%;
    height: 10vw;
    min-height: 70px;
    max-height: 90px;
    background: #FFF; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #dce35b, #45b649); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #dce35b, #45b649); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    /* padding: 10px 0; */
    text-align: center;
    z-index: 999;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
}
/**ヘッダー設定**/
h1{
    font-size: max(4vw,26px);
    color: #000000!important;
}

.header_link{
    font-size: clamp(0.625rem, 0.25rem + 1.6vw, 1.25rem);
    color: #FFF;
    background-color: #000;
    padding: 1% 2%;
    border-radius: 50px;
}

header img {
    width: 80%;
    height: auto;
}
@media screen and (max-width: 768px){
    .h_r_address{
        display: none;
    }
    .h_r_tel{
        display: none;
    }
    .h_r_sp{
        display: block;
        font-size: max(2vw,18px);
    }
    .h_left{
        width: 100%;
    }
    .h_right{
        width: auto;
        position: absolute;
        top:1.5%;
        right:2%;
        width: 19vw;
    }
    a.tel{
        border: double 1vw #149603;
        padding: 3%;
    }


}
/**メニューバー設定**/
@import url('https://fonts.googleapis.com/css?family=Pacifico|Open+Sans:300');
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
* {
    box-sizing: border-box;
    /* font-family: 'Open Sans', sans-serif; */
    /* font-weight: 300; */
}



.f_right dt {
    width: 50px;
}

.swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {}
a, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}
header h1 {
    /* font-family: 'Pacifico', cursive; */
    position: relative;
    width: 34vw;
    max-width: 200px;
    top: 4px;
    /* font-weight: 400; */
    /* font-size: 3em; */
    text-align: left;
}
.outer-menu {
    position: fixed;
    top: 1vh;
    right: 69px;
    z-index: 2;
}
.outer-menu .checkbox-toggle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
    transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before, .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
    visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: .75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity .4s ease .4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
    transform: rotate(225deg);
}
.outer-menu .hamburger {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: .5em 1em;
    /* background: rgba(33,150,243,0.75); */
    border-radius: 0 .12em .12em 0;
    cursor: pointer;
    transition: box-shadow .4s ease;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #FEFEFE;
    transition: all .4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .hamburger > div:before, .outer-menu .hamburger > div:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    transition: all .4s ease;
}
.outer-menu .hamburger > div:after {
    top: 10px;
}
.outer-menu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .menu > div {
    width: 250vw;
    height: 250vw;
    color: #FEFEFE;
    background: rgba(0,0,0,0.77);
    border-radius: 50%;
    transition: all .4s ease;
    flex: none;
    transform: scale(0);
    backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity .4s ease;
    overflow-y: auto;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .menu > div > div > ul {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: block;
    max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
    padding: 0;
    margin: 1em;
    font-size: 24px;
    display: block;
}
.outer-menu .menu > div > div > ul > li > a {
    position: relative;
    display: inline;
    cursor: pointer;
    transition: color .4s ease;
}
.outer-menu .menu > div > div > ul > li > a:hover {
    color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
    width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -0.15em;
    left: 0;
    width: 0;
    height: 2px;
    background: #e5e5e5;
    transition: width .4s ease;
}
.menu img{
    width:4vw;
}
.menu_logo img{
    width: 10vw;
}
/**Swiper設定**/
.swiper{
    background-color: #666;
}
.swiper-box {
    opacity: .3; /* 左右のスライドを薄くする */
    transform: scale(.7)!important; /* 左右のスライドを小さくする */
    transition: .7s; /* ゆっくり小さくさせる */
    margin:10% 0;
}
.swiper-box p{
    display: none;
}
  .swiper-box img {
    height: auto;
    width: 100%;
  }
  .swiper-slide-active .swiper-box {
    opacity: 1; /* 中央のスライドは薄くしない */
    transform: scale(1)!important; /* 中央のスライドは小さくしない */
    z-index: 1; /* 中央のスライドを一番上にする */
    color:#FFF;
  }
  .swiper-slide-active .swiper-box p {
    display:block;
  }

  @media screen and (max-width: 768px){
    .swiper-box{
        width: 80%;
        margin: 10% auto;
      }

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

/**スライダー設定**/
.header_lead{
    text-align: center;
    font-family: "Reggae One", system-ui;
    /* font-size: 40px; */
    padding-top: max(10vw,70px);
}
.header_lead p{
    font-family: "Reggae One", system-ui;
    font-size: clamp(1.125rem, -0.187rem + 5.6vw, 2.5rem);
    color: #f44f3e;
    letter-spacing: 1.2vw;
}
.toppage_wrap{
    /* background: url(../images/top_cover.png); */
    width: 100%;
    aspect-ratio: 10 / 6;
    position: relative;
    margin-bottom: 15vw;
}
.page_header{
    
width: 99%;
height: auto;
margin: 0 auto;
display: block;
position: relative;
overflow: hidden;
}

/* Loading画像中央配置　*/

.top_slider {
    position: relative;
    aspect-ratio: 10 / 6;
    width: 100%;
    margin: 0 auto;
    object-fit:cover;
    object-position: center;
    z-index:-1;
  }
  .top_image {
    position: absolute;
    width: 100%;
    aspect-ratio: 10 / 6;
    object-fit:cover;
    opacity: 0;
    animation: change-img-anim 21s 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;
  }
  @keyframes change-img-anim-first {
    0%{ opacity: 1; transform: scale(1);}
    8%{ opacity: 1;}
    60%{ opacity: 0; }
    45%{ opacity: 0;}
    100%{ opacity: 0; transform: scale(1.5);}
  }
  @keyframes change-img-anim {
    0%{ opacity: 0; transform: scale(1);}
    5%{ opacity: 1;}
    12%{ opacity: 1;}
    65%{ opacity: 0;}
    100%{ opacity: 0; transform: scale(1.5);}
  }
  .top_cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

#blend{
    display:flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /* background-color: rgba(0, 0, 0, 1); */
    justify-content: center;
  }
  
  #blend li{
    box-sizing: border-box;
    color: #fff;
    font-size:40px;
    width: 50vw;
    height: 50vw;
    padding:50px 0;
    text-align: center;
    mix-blend-mode: multiply;
    /* clip-path: circle(40%); */
  }
  
  .shape1 {
    background: #4cb5e4;
    border-radius: 70% 60% 50% 50% / 50% 60% 70% 80%;
    position: relative;
    left: 25px;
    /* opacity: 0; */
    clip-path: circle(70% 60% 50% 50%);
  }
  
  .shape2 {
    background: #ffbf00;
    border-radius: 70% 50% 70% 60% / 40% 80% 60% 70%;
  }
.circle{
    border-radius: 50%;
    overflow: hidden;
}
/**フッター設定**/

footer{
    width: 100%;
    background: #dce35b; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #dce35b, #45b649); /* Chrome 10-25, Safari 5.1-6 */
    background: #000; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #000000;
    font-weight: bold;
    color: #FFF;
    padding: 2% 4% 1% 4%;
}

p.f_address {
    font-size: max(1.5vw,8px);
    font-weight: bold;
    margin-bottom: 4%;
}

p.f_shop {
    width: 100%;
    /* font-size: 4vw; */
    /* font-weight: bold; */
}

.f_under {
    text-align: center;
}
.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;
}

.f_site_box ul{
    line-height: 3vw;
}
a.f_link {
    font-size: max(1.5vw,8px);
    color: #000000;
}
.f_right {
    width: 55%;
}

.f_right dt{
    width: 150px;
    float: left;
    /* padding-bottom: 21px; */
}
.f_right dd{
    padding-bottom: 1.4vw;
}

.f_left {
    width: 40%;
    text-align: center;
}

a.f_tel{
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 80%;
    margin: auto;
    padding: 1% 2%;
    font-weight: bold;
    border: double 1vw #1A9603;
    color: #1A9603;
    border-radius: 4vw;
    transition: 0.5s;
}
a.f_tel:hover {
	color: #FFFFFF;
	background: #149603;
}
.f_contact {
    font-size: max(2vw,8px);
    font-weight: bold;
}

.f_tel {
    font-size: max(3vw,12px);
    font-weight: bold;
}

.f_top {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    justify-content: space-around;
}
.f_copy {
    font-size: max(1.5vw,12px);
}
@media screen and (max-width: 768px){
.f_right{
    display: none;
}
.f_left{
    width: 100%;
}

}
/**各ページ共通設定**/
.sp{
    display: none;
}
@media screen and (max-width: 768px){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    

}

.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**/
#information{
    position: relative;
}
.s_lead{
    text-align: center;
    font-size: max(2vw,16px);
    font-weight: bold;
    margin-bottom: 20px;

}

.biz-hour {
    border-collapse: collapse;
    width: 100%;
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
  }
  .second {
    width: 80%!important;
}
  
  .biz-hour th {
    /* １番上の線 */
    /* #A28C63っていうのが色の名前なので、ここをお好みで */
    border-top: 1px solid #A28C63;
    color: #000000;
  }
  
  .biz-hour th, .biz-hour td {
    padding: 1% 0;
    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;
  }
#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;
}

/*スクロールボタン*/
#content{
    position: relative;
}
 
#topBtn {
    /*-----必須-----*/
    position: fixed;
    bottom: 10px;
    right: 10px;
     
    /*-----装飾-----*/
    width: 10vw;
    height: 10vw;
    line-height: 64px;
    text-align: center;
}
#topBtn img {
    width: 100%;
}


/**top_section**/
.top_section {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15vw;
}
.left_box{
    width: 40%;
}
.right_box{
    width:40%;
}

.lead_title{
    font-size: clamp(1.25rem, 1.074rem + 0.88vw, 1.625rem);
    font-weight: bold;
    margin-bottom: 3vw;
}

.lead_txt{
    font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
    font-weight: bold;
    letter-spacing: 0.15rem;
    line-height: 2rem;
    margin-bottom: 3vw;
}

.greeting_txt{
    position: relative;

}
.greeting_star{
    position: absolute;
    width: 11vw;
    min-width: 80px;
    left: 29vw;
    top: -11vw;
}


.greeting_img{
    text-align: center;
    display: grid;
    grid-row: 0 auto;
}
.greeting_img1,.greeting_img2,.greeting_img3{
    width: 15vw;
    min-width: 150px;
    height: 15vw;
    min-height: 150px;
}

.greeting_img1{
    grid-row: 1 /1;
    margin:0 auto;
}
.greeting_img2{
    grid-row: 1 /2;
    margin:0 auto; 
}
.greeting_img3{
    grid-row: 2;
    grid-column: span 2;
    margin: 0 auto;
}

.greeting_img1 img,.greeting_img2 img,.greeting_img3 img{
    width: 15vw;
    min-width: 150px;
    height: 15vw;
    min-height: 150px;
    object-fit: cover;
    object-position: center center;
}

.president_img{
    position: relative;
    width: 100%;
    text-align: center;
    /* max-height: 200px; */
    /* object-fit: cover; */
}
.president_img img{
    width: 70%;
    max-height: 495px;
    /* min-height: 200px; */
    object-fit: cover;
    object-position: top;
    border-radius: 70% 60% 50% 50% / 50% 60% 70% 80%;
    transition: border-radius 1s;
}
.president_img img:hover{
    object-fit: cover;
    object-position: top;
    border-radius: 36% 35% 38% 39% / 53% 25% 42% 30%;
}
.profile_star1{
    width: 10vw!important;
    min-width: 100px;
    top: 0;
    right: 2vw;
}
.profile_star2{
    width: 10vw!important;
    min-width: 100px;
    bottom: 0;
    left: 0vw;
}

.profile_lead,.president_name{
    font-size: clamp(1.25rem, 1.074rem + 0.88vw, 1.625rem);
    font-weight: bold;
    margin-bottom: 3vw;
}

.president_txt{
    font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
    font-weight: bold;
    letter-spacing: 0.15rem;
    line-height: 2rem;
}
@media screen and (max-width:768px) {
    .top_section,.second_section {
        flex-direction: column;
    }

    .left_box{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 15vw;
    }
    .right_box{
        width:90%;
        margin: 0 auto;
    }


}
/**second_section*/
.second_section {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15vw;
}
.img_box img{
    width: 100%;
    padding-top: 10px;
}
.sec_box{
    position: relative;
}
.sec_star1{
    width: 6vw!important;
    min-width: 70px;
    top: -19vw;
    right: 2vw;
}
.sec_star2{
    width: 8vw!important;
    min-width: 60px;
    bottom: -15vw;
    left: 0vw;
}

/**recipe_section**/
.recipe_section{
    text-align: center;
    margin-bottom: 15vw;
}
.lead_box{
    position: relative;
    /* display: inline-block; */
    text-align: center;
    margin-bottom: 4vw;
}

.recipe_lead{
    font-family: "Reggae One", system-ui;
    font-size: clamp(1.25rem, 1.074rem + 0.88vw, 1.625rem);
    color: #f44f3e;
    letter-spacing: 1.0vw;
    display: inline-block;
    position: relative;
}
.recipe_lead::before{
    content:"";
    display: block;
    width: 60vw;
    min-width: 252px;
    max-width: 435px;
    height: 6vw;
    min-height: 40px;
    border: solid 2px #b9a86a;
    /* height:3px; */
    /* background-color:#0097A7; */
    position:absolute;
    top: 0;
    left: -3vw;
}

.recipe_lead::after{
    content:"";
    display: block;
    width: 60vw;
    min-width: 255px;
    max-width: 435px;
    height: 6vw;
    min-height: 40px;
    border: solid 4px #d5c17a;
    /* height:3px; */
    /* background-color:#0097A7; */
    position:absolute;
    top: -1.5vw;
    left: -0.5vw;
}

.recipe_list{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
}

.recipe_box{
    width: 40%;
}
.recipe_img{
    position: relative;
    text-align: left;
    margin-bottom: 10%;
}

.recipe_img img{
    width: 100%;
    display: block;
}
.recipe_img span{
    display: inline-block;
}
.recipe_title{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    /* min-width: 120px; */
    height: 10vw;
    /* line-height: 2.8vw; */
    min-height: 100px;
    font-family: "Reggae One", system-ui;
    font-size: clamp(1rem, 0.813rem + 0.8vw, 1.313rem);
    color: #FFF;
    background-color: rgba(0,0,0,0.4);
    padding: 1% 3%;
}


.shop_txt{
    margin-bottom: 4vw;
    font-family: "Reggae One", system-ui;
    font-size: clamp(1rem, 0.813rem + 0.8vw, 1.313rem);
    letter-spacing: 6.5px;
    color: #FFF;
    text-shadow: 3px 3px 3px #555;
    font-weight: bold;
}
.shop_txt span{
    display: inline-block;
}
.recipe_link, .shop_link{
    font-size: clamp(1.125rem, 0.825rem + 1.28vw, 1.625rem);
    color: #FFF;
    background-color: #000;
    padding: 1% 7%;
    border-radius: 50px;
}
.recipe_link{
    padding: 2% 20%;
}
.recipe_link a{
    font-size:clamp(1.25rem, 1.074rem + 0.88vw, 1.625rem);
    /* padding: 3%; */
}

@media screen and (max-width:768px) {
    .recipe_list{
        flex-direction: column;
        align-items: center;
    }
    .recipe_box{
        width: 90%;
    }


}

/**shop_section**/
.shop_section{
    background: url(../images/top_tomato1.png);
    text-align: center;
    /* margin-bottom: 15vw; */
    padding: 4vw 0;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode:lighten;
}
.item_box{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 4vw;
    /* width: 40%; */
}
#circle1,#circle2,#circle3{
    width: 33%;
}
.item_txt{
    font-weight: bold;
    font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.125rem);
}
.shop_img{
    width: 25vw;
    height: 25vw;

}

.shop_img img{
    width: 25vw;
    height: 25vw;
    object-fit: cover;
    object-position: center center;
}

.shop_img {
    position: relative;
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    margin: 0 auto;
  }
  

/**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: 15px;

}
.menu_lead{
    font-size: max(1.5vw,14px);
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration-line: underline;
    text-underline-offset: 0.25rem;
}
.menu_sec{
    font-size: max(1.5vw,14px);
    /* font-weight: 500; */
}

.menu_sec li {
    list-style: disc;
    list-style-position: inside;
    padding-left: 0;
}


.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_inner{
    background-color: #FFFFFF;
    margin-bottom: 20px;
}
.faq_question{
    font-size: max(1.5vw,12px);
    font-weight: bold;
    padding: 1%;
}
.faq_inner dd{
    font-size: max(1.5vw,12px);
    padding: 0 1%;
    padding-bottom: 1%;
}
.faq_answer{
    font-size: max(1.5vw,12px);
    font-weight: bold;
    display: flex;
}

dt.faq_question::before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6699B7;
    color: #fff;
    width: max(3vw,14px);
    height: max(3vw,14px);
    border-radius: 50px;
    float: left;
  }
  
.faq dl dd::before {
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D65556;
    color: #fff;
    width: max(3vw,14px);
    height: max(3vw,14px);
    border-radius: 50px;
    float: left;
  }
  @media screen and (max-width:768px) {
    dt.faq_question::before {

        width: 5vw;
        height: 5vw;

      }
      
    .faq dl dd::before {

        width: 5vw;
        height: 5vw;

      }
      .h_center{
        display:none;
      }
  }

</style>