@charset "UTF-8";
@import "//fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Round";
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');


/******************************************************************************
reset
******************************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ul {
    list-style: none;
}
li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
address {
    font-style: normal;
}
img {
    max-width: 100%;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
a,
input[type="submit"] {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
a:hover {
    color: #333;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
}
a:hover img {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
}
::selection {
    color: #000;
    background: #ffd900;
}
::-moz-selection {
    color: #000;
    background: #ffd900;
}
text{
    display: none;
}
:root {
  --scrollbar: 0;
}

/******************************************************************************
class
******************************************************************************/
/* margin*/
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-55 {
    margin-bottom: 55px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-65 {
    margin-bottom: 65px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-75 {
    margin-bottom: 75px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-85 {
    margin-bottom: 85px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-95 {
    margin-bottom: 95px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
/*padding*/
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-45 {
    padding-top: 45px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-55 {
    padding-top: 55px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-65 {
    padding-top: 65px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-75 {
    padding-top: 75px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-85 {
    padding-top: 85px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pt-95 {
    padding-top: 95px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
/*align*/
.t-right {
    text-align: right !important;
}
.t-center {
    text-align: center !important;
}
.t-center * {
    text-align: center !important;
}
.t-left {
    text-align: left !important;
}
/*float*/
.f-left {
    float: left;
}
.f-right {
    float: right;
}
/*other*/
.relative {
    position: relative;
}
/*clear*/
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearboth {
    height: 0px;
    visibility: hidden;
    clear: both;
    line-height: 0;
    font-size: 0px;
    _zoom: 1;
}
.c-fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*html>body .c-fix{
    display: inline-block;
    width: 100%;
}
*html .c-fix{
    height: 1%;
}
.c-fix{
    zoom: 1;
}
.c-both{
    height: 0px;
    clear: both;
    display: hidden;
    line-height: 0;
    font-size: 0px;
    zoom: 1;
}
.hide-html {
    display: none;
}
.sec_off{
    opacity: 0;
    transition: 1.5s;
}
.sec_on {
    opacity: 1;
}
.bg_off{
    background-image: none!important;
}
.pc-only{
    display: block;
}
.sp-only{
    display: none;
}
@media only screen and (max-width: 787px) {
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    }
}


/******************************************************************************
common
******************************************************************************/
html, body, #all {
    width: 100%;
    height: 100%;
}
html{
    font-size: 10px;
}
body {
    color: #333;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(128, 76, 46,0.05);
}
.material-icons {
    font-size: 1em;
    display: inline-flex;
    vertical-align: middle;
    margin: 0 0.2em;
}
/* ------------------------------ */
/* p-cover */
/* ------------------------------ */
.p-cover{
    transition: 0.3s;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.p-cover.is-show{
    left: 0;
    opacity: 1;
    z-index: 100;
}

/******************************************************************************
loading
******************************************************************************/
#loader {
    display: none;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    z-index: 100;
    text-align: center;
}
@media only screen and (max-width: 787px) {
    #loader {
        margin-top: -15px;
    }
}
#fade {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}


/******************************************************************************
header
******************************************************************************/
header{
    z-index: 2;
    position: fixed;
    top: 1.5vw;
    left: 1.5vw;
}
/*logo*/
#top header .logo{
    display: none;
}
#top header.change .logo{
    display: block;
}
header .logo{
    width: 6vw;
}
/*sns*/
header .sns{
    position: fixed;
    right: 1.5vw;
    top: 1.5vw;
}
.sns ul{
    display: flex;
}
.sns li{
    font-size: min(2vw,20px);
    margin-left: 0.5vw;
}
.sns li a{
    color: #000;
    background: #ffd900;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    width: 40px;
    height: 40px;
}
@media only screen and (max-width: 787px) {
    header{
        top: 4vw;
        left: 4vw;
    }
    header .logo{
        width: 18vw;
    }
    header .sns{
        right: 4vw;
        top: 4vw;
    }

    .sns li{
        font-size: 14px;
        margin-left: 4px;
    }
    .sns li a{
        border-radius: 16px;
        width: 32px;
        height: 32px;
    }
}


/******************************************************************************
footer
******************************************************************************/
footer{
    opacity: 0.6;
    position: fixed;
    left: 1.5vw;
    bottom: 1.5vw;
    color: rgba(255,255,255,0.8);
}
footer.change{
    color: rgba(0,0,0,0.8);
}
footer address{
    font-size: min(0.8vw,1.4rem);
    line-height: 1.7;
    margin-bottom: 0.8vw;
}
footer address strong{
    font-size: min(0.9vw,1.5rem);
}
footer .copyright{
    font-size: min(0.8vw,1.4rem);
}
@media only screen and (max-width: 787px) {
    footer{
        opacity: 0.8;
        z-index: 0;
        position: relative;
        padding-bottom: 30vw;
        left: auto;
        bottom: auto;
    }
    footer address{
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 8vw;
    }
    footer address strong{
        font-size: 1.6rem;
    }
    footer .copyright{
        text-align: center;
        font-size: 1.4rem;
    }
}

/******************************************************************************
fv
******************************************************************************/
#fv{
    position: relative;
    background: #804c2e;
    box-shadow: inset 0 0 30vw rgba(0,0,0,0.3);
}
#fv .inner:after{
    content: "";
    z-index: 1;
    position: fixed;
    left: 50%;
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.7);
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}
@keyframes pathmove{
    0%{
        height: 50px;
        bottom: 0;
        opacity: 0;
    }
    30%{
        height: 50px;
        opacity: 1;
    }
    100%{
        height: 0;
        bottom: 0;
        opacity: 1;
    }
}
#fv .inner{
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 7vw;
    width: 100%;
}
#fv .inner h1{
    margin: 0 auto 2vw;
}
#fv .inner h1 img{
    width: 24vw;
    height: auto;
}
#fv .inner .lead{
    color: #fff;
    font-size: min(1.2vw,1.8rem);
    line-height: 2;
    margin-bottom: 1.5vw;
}
@media only screen and (max-width: 787px) {
    #fv{
        z-index: 1;
        padding-bottom: 15vw;
    }
    #fv .inner{
        top: 60vw;
        bottom: auto;
    }
    #fv .inner:after{
        display: none;
    }
    #fv .inner h1{
        margin: 0 auto 6vw;
    }
    #fv .inner h1 img{
        width: 64vw;
    }
    #fv .inner .lead{
        text-align: left;
        font-size: 3.6vw;
        line-height: 1.7;
        margin: 0 8vw;
    }
}
/*menu*/
.menu{
    display: flex;
    justify-content: center;
    width: 68vw;
    margin: 0 auto 2vw;
}
.menu li{
    width: 16vw;
}
.menu a{
    display: block;
    border: solid 1px #000;
    color: #000;
    background: #ffd900;
    padding: 1vw 1vw 0.8vw;
    text-align: center;
    font-size: min(1vw,1.6rem);
    font-weight: bold;
    transform:skewX(-20deg);
}
.menu .bt-reserve a{
    color: #fff;
    background: #4ABAA7;
}
.menu a div{
    transform:skewX(20deg);
}
@media only screen and (max-width: 787px) {
    .menu{
        width: 80vw;
        margin: 0 auto 4vw;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .menu li{
        width: 49%;
        margin-bottom: 2%;
    }
    /*.menu li.bt-reserve{
        width: 100%;
    }*/
    .menu a{
        display: block;
        padding: 3vw 0 2.6vw;
        font-size: 1.2rem;
    }
    .end .menu{
        justify-content: center;
    }
    .end .menu li{
        width: 64%;
        margin-bottom: 0;
    }
    .end .menu a{
        padding: 5vw 6vw 4.2vw;
        font-size: 1.4rem;
    }
}
/*scroll*/
.scroll{
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.scroll__wrap {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.scroll__list {
    display: flex;
    background: #000;
    padding-bottom: 1px;
}
.scroll__item {
    position: relative;
    width: 32vw;
    /* min-width: 520px; ←削除 */
    margin-left: 1px;
}
.scroll__item img{
    opacity: 0.7;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
@media only screen and (max-width: 787px) {
    .scroll__item {
        width: 80vw;
   /* min-width: 400px; ←削除 */
    }
}
.scroll__list--left{
    animation: infinity-scroll-left 100s infinite linear 1s both;
}
.scroll__list--right{
    animation: infinity-scroll-right 100s infinite linear 1s both;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}


/******************************************************************************
contents
******************************************************************************/
#contents{
    position: relative;
    box-sizing: border-box;
    padding: 6vw 0;
}
@media only screen and (max-width: 787px) {
    #contents{
        z-index: 1;
        padding: 15vw 0;
    }
}
/*block*/
.block{
    width: 82%;
    position: relative;
    margin: 0 auto 6vw;
    padding: 2vw 0 0;
    border-top: solid 2px rgba(0,0,0,0.2);
    transition: 0.5s ease-in-out;
}
.block h2{
    font-size: clamp(1.8rem, 1.8vw, 4rem);
    margin-bottom: 1vw;
}
.block h2 span{
    font-size: 0.7em;
}
.block p.en{
    color: #ffd900;
    font-size: clamp(6rem, 8vw, 9rem);
    font-family: "Heebo", sans-serif;
    margin-bottom: 0.6vw;
}
.textAnime {
    animation: textAnime 2s linear;
    animation-iteration-count: 1;
}
@media only screen and (max-width: 787px) {
    .textAnime {
       animation: textAnime 1s linear;
    }
}
@keyframes textAnime {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}
@media only screen and (max-width: 787px) {
    .block{
        width: 90%;
        margin: 0 auto 20vw;
        padding: 5vw 0 0;
    }
    .block h2{
        font-size: 2.2rem;
        margin-bottom: 10vw;
        text-align: center;
    }
    .block p.en{
        font-size: 5rem;
        margin-bottom: 1.2vw;
        text-align: center;
    }
}
/*way*/
.way{
}
.way ul{
    width: 80vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.way ul li{
    width: 32%;
}
.way ul li h3{
    font-size: clamp(1.4rem, 1.5vw, 2.4rem);
    line-height: 1.2;
    margin-bottom: 2vw;
    text-align: center;
}
.block h3 span{
    font-size: 0.7em;
}
.way ul li h3 strong{
    font-size: 2em;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
}
.way ul li h4{
    font-size: clamp(1.6rem, 1.4vw, 2rem);
    margin-bottom: 1vw;
    text-align: center;
}
.way ul li .image{
    margin: 0 auto 2vw;
    width: 14vw;
    height: 14vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #ffd900;
    border-radius: 50%;*/
}
.way ul li .image .material-icons{
    font-size: clamp(10rem, 14vw, 14rem);
}
.way ul li .txt{
    font-size: clamp(1.2rem, 1vw, 1.6rem);
    line-height: 2;
    margin-bottom: 1vw;
}
.way .bt a{
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 1vw 2vw;
    border-radius: 100px;
    font-size: clamp(1.2rem, 1.2vw, 1.6rem);
    background: #4ABAA7;
    margin: 0 2vw;
}
@media only screen and (max-width: 787px) {
    .way ul{
        width: 90%;
        display: block;
    }
    .way ul li{
        width: 100%;
        margin-bottom: 15vw;
    }
    .way ul li h3{
        font-size: 6vw;
        line-height: 1;
        margin-bottom: 8vw;
    }
    .way ul li h3 strong{
        font-size: 1.6em;
    }
    .way ul li .image{
        margin: 0 auto 6vw;
        width: 40vw;
        height: 40vw;
    }
    .way ul li .image .material-icons{
        font-size: clamp(10rem, 14vw, 14rem);
    }
    .way ul li .txt{
        font-size: 1.4rem;
        line-height: 1.7;
        margin-bottom: 4vw;
    }
    .way .bt a{
        padding: 4vw 0;
        font-size: 1.4rem;
        margin: 0 10vw;
    }
}
/*price*/
.price{
}
.price h3{
    font-size: clamp(1.6rem, 1.6vw, 2.4rem);
    margin: 1.5vw 0;
}
.price .plan-wrap{
}
.price .plan-block{
    width: 90%;
    margin: 2vw 0 2vw auto;
}
.price dl{
    font-family: "Heebo", sans-serif;
    font-size: clamp(1.6rem, 1.6vw, 2rem);
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
}
.price dl dt{
    width: 30%;
    font-weight: bold;
    margin-bottom: 1vw;
    white-space: nowrap;
}
.price dl dd{
    width: 70%;
    margin-bottom: 1vw;
}
.price .campaign{
    color: #f00;
}
.price .material-icons{
    font-size: 0.9em;
    margin-right: 0.2vw;
}
@media only screen and (max-width: 787px) { 
    .price .plan-wrap{
    }
    .price .plan-block{
        width: 100%;
        margin: 2vw auto;
    }
    .price .plan-block:first-child{
        margin: 2vw auto 10vw;
    }
    .price h3{
        font-size: 1.6rem;
        margin: 1.5vw 0 5vw;
    }
    .price dl{
        width: 100%;
        margin: 0 auto;
        font-size: 1.4rem;
    }
    .price dl dt{
        width: 55%;
        margin-bottom: 3vw;
    }
    .price dl dd{
        width: 45%;
        margin-bottom: 3vw;
    }
}
/*facility*/
.facility{
}
.facility a{
    color: #4ABAA7;
    text-decoration: underline;
    margin-left: 0.5vw;
}
.facility .inner{
    width: 92%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    text-align: left;
}
.facility .inner ul{
    width: 36%;
}
.facility .inner ul li{
    font-size: min(2vw, 2rem);
    line-height: 1.7;
    margin-bottom: 0.6vw;
    list-style: square;
}
.facility .inner .movie{
    width: 62%;
}
.facility .inner .movie video{
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 787px) {
    .facility .inner{
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .facility .inner ul{
        width: 100%;
    }
    .facility .inner ul li{
        font-size: 1.4rem;
        margin: 0 0 2vw 4vw;
    }
    .facility .inner .movie{
        width: 100%;
        margin-bottom: 3vw;
    }
}


.step-list {
  counter-reset: step;
  list-style: none;
  padding-left: 1em;
  width: 100%;
}
.step-list li {
  counter-increment: step;
  position: relative;
  padding-left: 2em;
  font-size: min(2vw, 2rem);
  line-height: 1.7;
  margin-bottom: 0.6vw;
}
.step-list li::before {
  content: counter(step, ideographic); /* ①②③④ */
  position: absolute;
  left: 1em;
  font-weight: bold;
}
@media only screen and (max-width: 787px) {
  .step-list {
     width: 100%;
    max-width: 600px;
    margin: 0 auto; /* ← 中央に配置 */
    padding-left: 0em;
  }
  .step-list li {
    font-size: 1.4rem;
    margin: 0 0 2vw 0em;
  }
 .facility .inner {
    width: 90%;
    margin: 0 auto; /* ← これが重要 */
    display: block;
    text-align: left;
  }
}





/*access*/
.access{
}
.access .inner{
    width: 90%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.access .inner table{
    width: 40%;
}
.access .inner table th{
    width: 20%;
    font-size: min(1vw, 1.6rem);
    font-weight: bold;
    line-height: 1.7;
    padding: 0.7vw 0;
    text-align: left;
}
.access .inner table td{
    width: 80%;
    font-size: min(1vw, 1.6rem);
    line-height: 1.7;
    padding: 0.7vw 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.access .inner .block-map{
    width: 56%;
}
.access .inner .block-map iframe{
    width: 100%;
    height: 30vw;
}
@media only screen and (max-width: 787px) {
    .access .inner{
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .access .inner table{
       width: 100%;
       margin-bottom: 10vw;
    }
    .access .inner table th{
        display: block;
        width: 100%;
        font-size: 1.4rem;
        padding: 3vw 0;
    }
    .access .inner table td{
        display: block;
        width: 100%;
        font-size: 1.4rem;
        padding: 0 0 3vw;
    }
    .access .inner .block-map{
        width: 100%;
    }
    .access .inner .block-map iframe{
        height: 80vw;
    }
}
/*end*/
.end{
    border: none;
    text-align: center;
    padding: 5vw 0;
}
.end:before{
    content: "";
    width: 18vw;
    height: 18vw;
    position: absolute;
    bottom: 5vw;
    left: 0;
    background: url(/kurega-honmachi/design/img/top/woman.webp) no-repeat center center;
    background-size: contain;
}
.end:after{
    content: "";
    width: 18vw;
    height: 18vw;
    position: absolute;
    bottom: 5vw;
    right: 0;
    background: url(/kurega-honmachi/design/img/top/man.webp) no-repeat center center;
    background-size: contain;
}
.end p{
    font-size: min(1.2vw, 2rem);
    font-weight: bold;
    line-height: 2.4;
    margin-bottom: 2vw;
}
.end .menu li{
    margin: 0 0.5vw;
}
.end .sns{
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 787px) {
    .end{
        padding: 0;
        width: 90%;
        margin: 0 auto 30vw;
    }
    .end:before{
        width: 36vw;
        height: 36vw;
        bottom: -32vw;
    }
    .end:after{
        width: 36vw;
        height: 36vw;
        bottom: -32vw;
    }
    .end p{
        font-size: 1.6rem;
        line-height: 2;
        margin-bottom: 6vw;
    }
    .end .menu li{
        margin: 0 0 4vw;
    }
}
/*faq*/
.faq{
}
.faq a{
    font-weight: bold;
    color: #4ABAA7;
    text-decoration: underline;
}
.faq a:hover{
    color: #4ABAA7;
}
.faq dl{
    width: 70%;
    margin: 0 0 0 auto;
    line-height: 1.7;
}
.faq dt{
    position: relative;
    border-top: solid 1px rgba(0,0,0,0.2);
    font-size: min(1.4vw, 2rem);
    font-weight: bold;
    padding: 1vw 0 0 2vw;
    margin-bottom: 1vw;
}
.faq dt:before{
    position: absolute;
    top: 1vw;
    left: 0;
    content: "Q：";
    font-family: "Heebo", sans-serif;
    line-height: 1.7;
}
.faq dd{
    position: relative;
    font-size: min(1vw, 1.6rem);
    margin-bottom: 3vw;
    padding: 0 0 0 2vw;
}
.faq dd:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "A：";
    font-family: "Heebo", sans-serif;
    font-size: min(1.4vw, 2rem);
    font-weight: bold;
}
@media only screen and (max-width: 787px) {
    .faq{
        margin-top: 6vw;
    }
    .faq dl{
        width: 90%;
        margin: 0 auto;
    }
    .faq dt{
        font-size: 1.8rem;
        padding: 4vw 0 0 10vw;
        margin-bottom: 4vw;
    }
    .faq dt:before{
        font-size: 1.8rem;
        top: 4vw;
    }
    .faq dd{
        font-size: 1.4rem;
        margin-bottom: 10vw;
        padding: 0 0 0 10vw;
    }
    .faq dd:before{
        font-size: 1.6rem;
    }
}
/*fix-navi*/
.fix-navi{
    position: fixed;
    bottom: 0;
    right: 1vw;
}
.fix-navi ul{
    display: flex;
}
.fix-navi ul li{
    width: 200px;
    margin-left: 0.5vw;
}
.fix-navi ul li a{
    display: block;
    font-weight: bold;
    font-size: min(1vw, 1.6rem);
    background: #ffd900;
    padding: 1vw 1.6vw;
    text-align: center;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}
.fix-navi ul li.bt-reserve a{
    color: #fff;
    background: #4ABAA7;
}
@media only screen and (max-width: 787px) {
    .fix-navi{
        right: auto;
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .fix-navi ul{
        width: 100%;
    }
    .fix-navi ul li{
        width: 50%;
        margin: 0;
    }
    .fix-navi ul li a{
        font-size: 1.4rem;
        padding: 4vw;
        border-right: none;
        border-left: none;
    }
    .fix-navi ul li:first-child a{
        border-right: solid 1px #000;
    }
}

/******************************************************************************
modaal
******************************************************************************/
.modaal-iframe .modaal-container{
    max-width: 90%;
    height: 98%;
    border-radius: 1vw;
}
@media only screen and (max-width: 787px) {
    .modaal-iframe .modaal-container{
        max-width: 100%;
        border-radius: 10px;
    }
}






