@charset "utf-8";

/* 以下共通設定 */
body {
    font-family: 'Noto Sans JP', 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
@media screen and (max-width:768px) {
    body {
        font-size: 1.0rem;
    }
}
* {
    box-sizing: border-box;
}
html, body {
    height: auto;
    overflow-x: hidden;
} 
#wrapper {
    width: 100%;
    position: relative;
    min-height: 100%;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
img {
    width: 100%;
    height: auto;
}
.top-lead,
h1,
h2,
h3 span,
#g-nav,
.scrolldown1 span,
#footer {
    font-family: 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
    letter-spacing: 0.1em;
}
/* 共通設定ここまで */



/*↓ 1st View ↓*/
#first-view {
    position: relative;
    /*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;
    min-height: 800px;
    max-height: 900px;
}
.topbg {
    width: 100%;
    height: 533px;
    position: absolute;
    top: 60px;
    left: 140px;
    background-position: center;
    background-size: cover;
    z-index: -2;
    overflow: hidden;
    border-bottom-left-radius: 30px;
}
.topbg img {
    border-bottom-left-radius: 30px;
}

/*↓ TOPのコピー ↓*/
#top-main {
    width: 100%;
    height: 100vh;
    position: relative;
}
.top-lead {
    position: absolute;
    top: 550px;
    left: 15%;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.0;
    color: #000;
    letter-spacing: 0.6rem;
    z-index: 10;
}
.top-lead small {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1.6rem;
}
@media screen and (max-width:990px) {
    #first-view {
        min-height: 500px;
        max-height: 600px;
    }
    .top-lead {
        top: 460px;
        left: 10%;
        font-size: 4rem;
        line-height: 1.0;
        letter-spacing: 0.5rem;
    }
    .top-lead small {
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 1.4rem;
    }
}
@media screen and (max-width:768px) {
    #first-view {
        min-height: 400px;
        max-height: 500px;
    }
    .topbg {
        height: 333px;
        top: 60px;
        left: 80px;
    }    
    .top-lead {
        top: 360px;
        left: 10%;
        font-size: 3.5rem;
        line-height: 1.0;
        letter-spacing: 0.4rem;
    }
    .top-lead small {
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 1.2rem;
    }

}
@media screen and (max-width:550px) {
    #first-view {
        min-height: 300px;
        max-height: 400px;
    }
    .topbg {
        left: 50px;
    }    
    .top-lead {
        top: 260px;
        left: 10%;
        font-size: 3.2rem;
        line-height: 1.0;
        letter-spacing: 0.3rem;
    }
    .top-lead small {
        font-size: 1.0rem;
        font-weight: 600;
        letter-spacing: 1.0rem;
    }
}
@media screen and (max-width:400px) {
    #first-view {
        min-height: 250px;
        max-height: 350px;
    }
    .topbg {
        left: 30px;
    }    
    .top-lead {
        top: 220px;
        left: 10%;
        font-size: 2.8rem;
        line-height: 1.0;
        letter-spacing: 0.2rem;
    }
    .top-lead small {
        font-size: 0.9rem;
        font-weight: 600;
        letter-spacing: 0.8rem;
    }
}
/*↑ TOPのコピー ↑*/


/* main-area */
#main-area {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

#container {
    position: relative;
    z-index: 1;
    background: #fff;
}


/* sectionタイトル */
.heading::before {
    content: attr(data-en);
    position: absolute;
    top: 0px;
    left: 1.4em;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    font-weight: 500;
    z-index: 1;
}
.heading::after {
    font-size: .4em;
	position: absolute;
	top: -1px;
	left: 0;
	content: '●';
	color: #ec6200;
}
.content h4 {
    /* width: 90%; */
    position: relative;
    /* margin-left: auto; */
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
    font-size: 2.0rem;
    line-height: 2.8rem;
    letter-spacing: 0.07rem;
    font-weight: 600;
    margin-bottom: 30px;
    padding-top: 30px;
}
@media screen and (max-width:990px) {
    .content h4 {
        margin-bottom: 30px;
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}
@media screen and (max-width:768px) {
    .content h4 {
        margin-bottom: 30px;
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding-top: 25px;
    }
}
@media screen and (max-width:550px) {
    .content h4 {
        font-size: 1.4rem;
        line-height: 2.0rem;
        letter-spacing: 0.07rem;
        margin-top: 15px;
        margin-bottom: 20px;
        padding-top: 25px;
    }
}
@media screen and (max-width:400px) {
    .content h4 {
        font-size: 1.2rem;
        line-height: 1.6rem;
        letter-spacing: 0.06rem;
        margin-top: 15px;
        margin-bottom: 20px;
        padding-top: 20px;
    }
}


/* About us */
#aboutus {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
    position: relative;
}
#aboutus .content {
    width: 85%;
    margin-left: auto;
    text-align: left;
}
#aboutus h3 {
    color: #333;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.12em;
    margin-bottom: 100px;
}
@media screen and (max-width:990px) {
    #aboutus .content {
        width: 90%;
    }
    #aboutus h3 {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: 0.10em;
        margin-top: 90px;
        margin-bottom: 80px;
    }
}
@media screen and (max-width:768px) {
    #aboutus {
        margin-bottom: 70px;
    }
    #aboutus h3 {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: 0.10em;
        margin-top: 60px;
        }
}
@media screen and (max-width:550px) {
    #aboutus {
        margin-bottom: 50px;
    }
    #aboutus .content {
        margin-right: 10px;
    }
    #aboutus h3 {
        margin-bottom: 60px;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: 0.08em;
        margin-top: 20px;
        margin-left: 10px;
        }
}
@media screen and (max-width:400px) {
    #aboutus {
        margin-bottom: 30px;
    }
    #aboutus .content {
        margin-right: 10px;
    }
    #aboutus h3 {
        font-size: 1.0rem;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: 0.08em;
        margin-top: 0px;
    }
}


/* point */
#point {
    width: 100%;
    margin-bottom: 300px;
}
#point .content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#point .content .img-area {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
#point .content .img-area .point-area {
    width: 250px;
    position: relative;
    margin: 10px 30px;
}
#point .content .img-area .point-area h4 {
    position: absolute;
    top: 60px;
    left: 18px;  
    text-align: center;
    color: #333;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.12em;
    margin: 0 auto;
}
#point .content .img-area .point-area img {
    width: auto;
    max-height: 250px;
    position: absolute;
    top: 0px;
    left: 0px;  
}
@media screen and (max-width:1100px) {
    #point {
       margin-bottom: 250px;
    }    
    #point .content .img-area .point-area {
        width: 200px;
        margin: 10px 10px;
    }
    #point .content .img-area .point-area h4 {
        top: 42px;
        left: 16px;  
        font-size: 11px;
        font-weight: 600;
        line-height: 1.8;
        letter-spacing: 0.12em;
    }
    #point .content .img-area .point-area img {
        max-height: 200px;
    }
}   
@media screen and (max-width:768px) {
    #point {
        margin-bottom: 200px;
     }    
     #point .content .img-area .point-area {
         width: 150px;
         margin: 10px 5px;
     }
     #point .content .img-area .point-area h4 {
         top: 22px;
         left: 12px;  
         font-size: 8px;
         font-weight: 600;
         line-height: 1.6;
         letter-spacing: 0.08em;
     }
     #point .content .img-area .point-area img {
         max-height: 150px;
     } 
}
@media screen and (max-width:550px) {
    #point .content .img-area {
        flex-direction: column;
    }    
    #point {
        margin-bottom: 350px;
    }    
    #point .content .img-area .point-area {
         width: 250px;
         margin: 10px 10px;
     }
     #point .content .img-area .point-area:nth-of-type(2) {
        margin-top: 260px;
     }
     #point .content .img-area .point-area:nth-of-type(3) {
        margin-top: 260px;
     }
     #point .content .img-area .point-area h4 {
         top: 70px;
         left: 15px;  
         font-size: 14px;
         font-weight: 600;
         line-height: 1.6;
         letter-spacing: 0.08em;
     }
     #point .content .img-area .point-area img {
         max-height: 250px;
     } 
}
@media screen and (max-width:400px) {
    #point {
        margin-bottom: 300px;
    }    
}


/* imgslick */
#imgslick {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
#imgslick .content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.sliderArea {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 80px;
}
  .sliderArea.w300 {
    max-width: 300px;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .slider_thumb img {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
    border-radius: 20px;
  }
  .slick-prev, .slick-next {
    z-index: 1;
  }
  .slick-prev:before, .slick-next:before {
    color: #000;
  }
  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  .slick-active {
    opacity: 1;
  }
  .slick-current {
    opacity: 1;
  }
  .slick-arrow{
    z-index:2!important;
 }
 .slick-next {
     right: 20%!important;
 }
 .slick-next:before{
    color: #ec6200!important;
    font-size: 50px!important;
  }
.slick-prev {
    left: 18%!important;
}
 .slick-prev:before{
    color: #ec6200!important;
    font-size: 50px!important;
}
  .thumb {
    margin: 20px 0 0;
  }
  .thumb img {
    max-width: 150px;
    border-radius: 10px;
  }
  .thumb .slick-slide {
    cursor: pointer;
  }
  .thumb .slick-slide:hover {
    opacity: .7;
  }

@media screen and (max-width:1200px) {
    #imgslick {
        margin-bottom: 100px;
    }
    .sliderArea {
        margin-top: 80px;
    }    
    .slider_thumb img {
        max-width: 400px;
        margin-bottom: 50px;
    }
    .thumb img {
        max-width: 150px;
    }
    .slick-next {
        right: 20%!important;
    }
    .slick-prev {
        left: 18%!important;
    }
}   
@media screen and (max-width:990px) {
    #imgslick {
        margin-bottom: 100px;
    }
    .sliderArea {
        margin-top: 80px;
    }    
    .slider_thumb img {
        max-width: 300px;
        margin-bottom: 30px;
    }
    .thumb img {
        max-width: 100px;
    }
    .slick-next {
        right: 20%!important;
    }
    .slick-prev {
        left: 16%!important;
    }
}
@media screen and (max-width:768px) {
    #imgslick {
        margin-bottom: 80px;
    }
    .sliderArea {
        margin-top: 60px;
    }    
    .slider_thumb img {
        max-width: 250px;
        margin-bottom: 10px;
    }
    .thumb img {
        max-width: 100px;
    }
    .slick-next {
        right: 20%!important;
    }
    .slick-prev {
        left: 14%!important;
    }
}
@media screen and (max-width:550px) {
    #imgslick {
        margin-bottom: 80px;
    }
    .sliderArea {
        margin-top: 50px;
    }    
    .slider_thumb img {
        max-width: 200px;
        margin-bottom: 10px;
    }
    .thumb img {
        max-width: 80px;
    }
    .slick-next {
        right: -20%!important;
    }
    .slick-next:before{
       font-size: 0px!important;
     }
   .slick-prev {
       left: -18%!important;
   }
    .slick-prev:before{
       font-size: 0px!important;
   }
}
@media screen and (max-width:400px) {
    #imgslick {
        margin-bottom: 60px;
    }
    .sliderArea {
        margin-top: 50px;
    }    
    .slider_thumb img {
        max-width: 150px;
        margin-bottom: 10px;
    }
    .thumb img {
        max-width: 60px;
    }
}

/* banner */
#coupon , #access{
    width: 100%;
    margin-bottom: 80px;
    display: block;
    scroll-margin-top: 140px;
    
}
#coupon .content , #access .content{
    width: 100%;
    position: relative;

}
#coupon .content .img-area , #access .content .img-area{
    width: 80%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
#coupon .content img , #access .content img{
    width: 100%;
    max-width: 600px;
    position: relative;
    border-radius: 30px;
    margin: 20px;
}
@media screen and (max-width:990px) {
    #coupon , #access{
        margin-bottom: 80px;
    }
    #coupon .content .img-area , #access .content .img-area{
        width: 80%;
    }
    #coupon .content img , #access .content img{
        width: 100%;
        max-width: 500px;
        border-radius: 30px;
        margin: 20px;
    }
}
@media screen and (max-width:768px) {
    #coupon , #access{
        margin-bottom: 80px;
    }
    #coupon .content .img-area , #access .content .img-area{
        width: 90%;
    }
    #coupon .content img , #access .content img{
        width: 100%;
        max-width: 400px;
        border-radius: 30px;
        margin: 10px;
    }
}
@media screen and (max-width:550px) {
    #coupon , #access{
        margin-bottom: 50px;
    }
    #coupon .content .img-area , #access .content .img-area{
        width: 90%;
    }
    #coupon .content img , #access .content img{
        width: 100%;
        max-width: 400px;
        border-radius: 20px;
        margin: 10px;
    }
}
@media screen and (max-width:400px) {
    #coupon , #access{
        margin-bottom: 50px;
    }
    #coupon .content .img-area , #access .content .img-area{
        width: 90%;
    }
    #coupon .content img , #access .content img{
        width: 100%;
        max-width: 300px;
        border-radius: 10px;
        margin: 5px;
    }
}


/* メニュー */
#price1 {
    width: 100%;
    /*margin-bottom: 150px;*/
}
#price1 .content {
    width: 100%;
    position: relative;
}
table {
    /* width: 80%; */
    max-width: 800px;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 5px;
    margin-bottom: 0;
    table-layout: fixed;
}
thead th {
    padding: 1em .8em;
    border: 2px solid#fff;
    background-color: #f19149;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
}
thead th.nashi {
    background-color: #fff;
}
thead th.people {
    background-color: #ef8185;
}
table tr {
    padding: 1em .8em;
    background-color: #f2f2f2;
    text-align: center;
}
table tr:nth-child(even) {
    background-color: #ffe7dc;
}
table td {
    padding: .7em;
    border: 2px solid#fff;
    border-radius: 20px;
}
.price {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    font-family: 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
}
@media screen and (max-width:990px) {
    table {
        /* width: 80%; */;
    }
    thead th {
        border: 1px solid#fff;
        border-radius: 10px;
        font-size: 14px;
    }
    table td {
        border-radius: 10px;
        border: 1px solid#fff;
    }
    .price {
        font-size: 18px;
        font-weight: 500;
    }
}
@media screen and (max-width:768px) {
    thead th {
        font-size: 12px;
        line-height: 1.6;
    }
    .price {
        font-size: 16px;
    }    
}
@media screen and (max-width:550px) {
    #price1 {
        /* margin-bottom: 100px; */
    }    
    thead th {
        font-size: 10px;
        line-height: 1.6;
    }
    .price {
        font-size: 14px;
    }
}
@media screen and (max-width:400px) {
    #price1 {
        /* margin-bottom: 80px; */
    }    
    thead th {
        font-size: 9px;
        line-height: 1.4;
    }
    .price {
        font-size: 12px;
    }
}


/* banner */
#banner {
    width: 100%;
    margin-bottom: 100px;
}
#banner .content {
    width: 80%;    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
#banner .content img {
    width: 100%;
    max-width: 250px;
    position: relative;
    border-radius: 0px;
    transition: transform .6s ease;
    overflow: hidden;
    margin: 30px;
}
#banner .content img:hover {
    transform: scale(1.1);
}
@media screen and (max-width:990px) {
    #banner {
        margin-bottom: 100px;
    }
    #banner .content img {
        border-radius: 0px;
        margin: 20px;
    }    
}
@media screen and (max-width:768px) {
    #banner .content img {
        max-width: 200px;
        border-radius: 0px;
        margin: 20px;
    }
}
@media screen and (max-width:550px) {
    #banner {
        margin-bottom: 50px;
    }
    #banner .content img {
        max-width: 150px;
        border-radius: 0px;
        margin: 10px;
    }
}
@media screen and (max-width:400px) {
    #banner .content img {
        max-width: 150px;
        border-radius: 0px;
        margin: 5px;
    }
}



/* footer */

#footer{
    width: 100%;
    z-index: 10;
    position: relative;
}
#footer-area {
    width: 95%;
    background-color: #e6e6e6;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding:3% 3% 1%;
    border-radius: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
}
#footer .footer-info{
    width:40%;
    margin-left: 3vw;
}
#footer .footer-info .footer-logo{
    margin-bottom: 50px;
    max-width: 300px;
}
#footer .footer-info address{
    font-style: normal;
    font-weight: 500;
    margin-left: 5%;
}
#footer h5 {
    padding: 5px 15px;
    background-color: #ec6200;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-family: 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
}
#footer .footer-info address p{
    margin-left: 10%;
    margin-bottom: 20px;
}
#footer .footer-link{
    margin-top: 50px;
    width: 50%;
}
#footer .footer-link ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: 5%;
}
#footer a {
    transition: all .3s;
}
#footer a:hover {
    color: #ec6200;
}
#footer .footer-link ul li{
    margin: 10px 15px;
    font-weight: 500;
    font-size: 1.0rem;
}
#footer .footer-link ul li::before {
    content: '⚫︎';
    color: #ec6200;
    padding: 0 5px;
}
#footer .footer-link ul li.sns::before {
    content: none;
}
#footer .footer-link ul li.sns img {
    max-width: 30px;
}
#footer .footer-link .linkout li:nth-of-type(2) {
    margin-left: 80px;
}
#footer .footer-link .linkout {
    margin-bottom: 30px;
}
#footer .footer-link .accessmap {
    display: flex;
    flex-direction: column;
}
#footer .footer-link .accessmap h7 {
    max-width: 80px;
    max-height: 40px;
    font-weight: 500;
}
#footer .footer-link .accessmap iframe {
    width: 90%;
    margin: 20px;
    margin-left: 5%;
    margin-bottom: 50px;
    border-radius: 10px;
}
#privacy{
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
#privacy a {
    background-color: #aaaaaa;
    color: #000;
    font-size: 0.7rem;
    padding: 4px 20px;
    transition: all .3s;
    border-radius: 50px;
    font-family: 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
}
#privacy a:hover{
    color: #ec6200;
}
#copy-area {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
#copy-area p {
    color: #333;
    text-align: center;
    font-family: 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
    letter-spacing: 0.02rem;
    font-size: 0.8rem;
    line-height: 0.6rem;
    margin: 0 10px;
}
@media screen and (max-width:1200px) {
    #footer .footer-link ul{
        margin-left: 0%;
    }
    #footer .footer-link ul li{
        margin: 10px 10px;
        font-size:  0.9rem;
    }
}
@media screen and (max-width:990px) {
    #footer-area {
        padding:2% 3% 1%;
        border-radius: 30px;
        margin-bottom: 20px;
    }

    #footer .footer-info .footer-logo{
        max-width: 250px;
    }
    #footer .footer-info address{
        font-size: 0.8rem;
    }
    #footer .footer-info address p{
        margin-top: 5px;
        margin-left: 10%;
        margin-bottom: 10px;
    }
    #footer .footer-link ul li{
        margin: 10px 5px;
        font-size:  0.7rem;
    }
    #footer .footer-link .linkout {
        margin-bottom: 20px;
    }    
    #footer .footer-link .accessmap h7 {
        max-width: 70px;
        max-height: 35px;
        font-size: 0.8rem;
    }
    #footer .footer-link .accessmap iframe {
        margin: 10px;
        margin-left: 5%;
        margin-bottom: 50px;
        border-radius: 10px;
        max-height: 200px;
    }
}

@media screen and (max-width:768px) {
     #footer .footer-info{
        width:100%;
        padding: 5%;
        text-align: center;
        border-bottom: 1px solid #aaa;
    }
    #footer .footer-info .footer-logo {
        margin: 0 auto 10%;
    }
    #footer .footer-info address{
        margin-left: 0;
    }
    #footer .footer-info address p{
        margin-left: 0%;
        margin-bottom: 20px;
    }
    #footer .footer-link{
        width: 100%;
        margin-top: 20px;
    }
    #footer .footer-link ul {
        justify-content: center;
    }
    #footer .footer-link ul li{
        margin: 10px 5px;
        font-size:  0.7rem;
    }
    #footer .footer-link .accessmap {
        justify-content: center;
        align-items: center;
    }
    #footer .footer-link .accessmap h7 {
        max-width: 70px;
        max-height: 35px;
        font-size: 0.7rem;
    }
    #footer .footer-link .accessmap iframe {
        width: 90%;
        margin: 10px;
        margin-bottom: 50px;
        border-radius: 10px;
        max-height: 200px;
    }
    #privacy{
        width: 100%;
        text-align: center;
        position: relative;
        padding-bottom: 10px;
    }
    #privacy a {
        font-size: 0.6rem;
        padding: 4px 20px;
    }
    #copy-area {
        height: 30px;
    }
    #copy-area p {
        text-align: center;
        letter-spacing: 0.02rem;
        font-size: 0.8rem;
        line-height: 0.6rem;
        margin: 0 10px;
    }
}
@media screen and (max-width:550px) {
    #footer .footer-info .footer-logo {
        margin: 5% auto 15%;
    }
    #footer .footer-link ul li{
        margin: 5px 5px;
        font-size:  0.6rem;
    }
    #footer .footer-link .accessmap h7 {
        max-width: 70px;
        max-height: 35px;
        font-size: 0.6rem;
    }
    #footer .footer-link .accessmap iframe {
        width: 90%;
        margin: 5px;
        margin-bottom: 30px;
        border-radius: 10px;
        max-height: 200px;
    }
    #copy-area p {
        text-align: center;
        letter-spacing: 0.02rem;
        font-size: 0.6rem;
        line-height: 0.6rem;
        margin: 0 5px;
    }

}



/* nav→nav */

#nav{
    width: 100%;
    z-index: 10;
    position: relative;
}
#nav-area {
    width: 95%;
    background-color: #e6e6e6;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    align-items: center;
    padding:3% 3% 1%;
    border-radius: 30px;
    /* margin: 0 auto; */
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
}
#nav .nav-info{
    width:40%;
    margin-left: 3vw;
}
#nav .nav-info .nav-logo{
    margin-bottom: 50px;
    max-width: 300px;
}
#nav .nav-info address{
    font-style: normal;
    font-weight: 500;
    /* margin-left: 5%; */
}
#nav h7 {
    padding: 5px 15px;
    background-color: #ec6200;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-family: 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
}
#nav .nav-info address p{
    margin-left: 10%;
    margin-bottom: 20px;
}
#nav .nav-link{
    margin-top: 50px;
    width: 50%;
}
#nav .nav-link ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: 5%;
}
#nav a {
    transition: all .3s;
}
#nav a:hover {
    color: #ec6200;
}
#nav .nav-link ul li{
    margin: 10px 15px;
    font-weight: 500;
    font-size: 1.0rem;
}
#nav .nav-link ul li::before {
    content: '⚫︎';
    color: #ec6200;
    padding: 0 5px;
}
#nav .nav-link ul li.sns::before {
    content: none;
}
#nav .nav-link ul li.sns img {
    max-width: 30px;
}
#nav .nav-link .linkout li:nth-of-type(2) {
    margin-left: 80px;
}
#nav .nav-link .linkout {
    margin-bottom: 30px;
}
#nav .nav-link .accessmap {
    display: flex;
    flex-direction: column;
}
#nav .nav-link .accessmap h7 {
    max-width: 80px;
    max-height: 40px;
    font-weight: 500;
}
#nav .nav-link .accessmap iframe {
    width: 90%;
    margin: 20px;
    margin-left: 5%;
    margin-bottom: 50px;
    border-radius: 10px;
}



/* chat GPT */



#footer h5 {
    all: unset;
    padding: 5px 15px;
    background-color: #ec6200;
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-family: 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
}

.indented {
  margin-left: 1.5rem;
}

.faq-text {
  margin-left: 10%;
  margin-right: 10%;
  font-size: 110%;
  margin-bottom: 0;
  line-height: 1.6;
}


html {
  scroll-behavior: smooth;
}

/* 横幅が550px以上のとき → scroll-margin-top: 150px */
@media screen and (min-width: 551px) {
  #price1,
  #first-time,
  #grski,
  #regalia,
  #private,
  #faq-lift-ticket,
  #kids,
  #beginner,
  #stepup,
  #badgetest,
  #grade12,
  #grade345,
  #faq-which-class,
  #start-time,
  #rental,
  #map,
  #reception,
  #commitment,
  #reservation,
  #wax,
  #camp {
    scroll-margin-top: 175px;
  }
}

/* 横幅が550px未満のとき → scroll-margin-top: 120px */
@media screen and (max-width: 550px) {
  #price1,
  #first-time,
  #grski,
  #regalia,
  #private,
  #faq-lift-ticket,
  #kids,
  #beginner,
  #stepup,
  #badgetest,
  #grade12,
  #grade345,
  #faq-which-class,
  #start-time,
  #rental,
  #map,
  #reception,
  #commitment,
  #reservation,
  #wax,
  #camp {
    scroll-margin-top: 125px;
  }
}

.lesson-nav h3 {
  all: unset;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  /* margin-left: 0.5rem; */
  line-height: 4rem;
}
.lesson-links p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0.6em 0;
}
.lesson-links .indent {
  margin-left: 2rem;
}
.lesson-links .bold a {
  font-weight: bold;
}

/* タイトルサブ文字 */

 .sub-lead {
    font-size: 0.95rem; /* font sizeで調整 */
  }


/* lesson info */

.lesson-info {
  border: 1px solid #ccc;
  background-color: #f9f9f6;
  padding: 1em 1.5em;
  margin: 1.5em 0;
  font-size: 0.95em;
  line-height: 1.6;
  border-left: 5px solid #a5c38d; /* 優しいグリーン系のアクセント */
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  text-align: center;
}

.lesson-info p {
  margin: 0.5em 0;
}

.lesson-info .tag {
  font-weight: bold;
  color: #5b7731;
}

.lesson-info .note {
  color: #666;
  font-style: italic;
}

.lesson-info .price {
  font-weight: bold;
font-size: 1em;
  color: #333;
}

.lesson-info .caution {
  color: #a33;
  font-size: 0.9em;
}

/* DOM最適化 <br>削除 */

.form-row {
  margin-bottom: 1em;
}
.form-row.large {
  margin-bottom: 2em;
}


/* 宿泊予約システム */

  .responsive-iframe {
    width: 100%;
    height: 350px;
    border: none;
    margin-top: 0;
  }

  @media (min-width: 413px) {
    .responsive-iframe {
      height: 1400px;
    }
  }


/* レスキューワックス */

.image-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0em; /* 各画像の間隔 */
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap; /* スマホで折り返すようにする */
}

.image-list li {
  flex: 0 0 auto;
  text-align: center;
}

.image-list img {
  width: 100px;
  height: auto;
  margin: auto;
  display: block;
}


.form-wrapper {
  background-color: #f8f8f4;
  border: 2px solid #e0e0dc;
  border-radius: 12px;
  padding: 2em;
  margin-top: 1em;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}


/* google form */

input, select, textarea {
  width: 100%;
  max-width: 500px;
  padding: 0.5em;
  margin-top: 0.3em;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1em;
}

textarea {
  min-height: 4em;
  resize: vertical;
}

button[type="submit"] {
  background-color: #a5c38d;
  color: white;
  padding: 0.7em 2em;
  border: none;
  border-radius: 8px;
  font-size: 1.1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #8cb377;
}

.small-note {
  font-size: 0.9em;
  color: #666;
}

.rental-guide p {
  margin: 0.2em 0;
}

.rental-guide .example {
  font-size: 0.85em;
  color: #888;
}

.final-note {
  font-style: italic;
  color: #444;
}

.checkbox-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

.checkbox-item input[type="checkbox"] {
  margin-right: 1rem; /* チェックボックスとテキストの間隔 */
}

.checkbox-label {
  font-size: 1em;
}

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


