@charset "UTF-8";
img {
    width: 100%;
}

#top {
    color: #666;
    background: #fff;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.serif {
    font-family: "Noto Serif JP", serif;
}

.cinzel {
    font-family: "Cinzel", serif;
}

.lato {
    font-family: "Lato", sans-serif;
}

.contents_width {
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto;
}

.pink_text {
    color: #cd828e;
}

.yellow_text {
    color: #ffffa5;
}

.flex {
    display: flex;
    align-items: flex-start;
}

.sub_title {
    font-size: 8px;
    font-weight: bold;
    margin: 24px 0 54px;
    text-align: center;
    letter-spacing: 0.36em;
    font-family: "Lato", sans-serif;
}

.btn {
    background: #000;
    color: #fff !important;
    position: relative;
    display: flex;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    display: block;
}

.btn::after {
    content: "";
    display: block;
    background: url(../img/top01/btn_arrow.png) no-repeat top/cover;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 5px;
}

.btn.pink {
    background: #cd828e;
}

.head {
    text-align: center;
    font-size: 8px;
    margin-bottom: 30px;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.36em;
    font-weight: 700;
}

h2.section_title {
    font-size: 35px;
    letter-spacing: 0.17em;
}

.isBg {
    padding: 42px 0 62px;
    background: url(../img/top01/bg_soda.png) no-repeat top/cover;
}

@media only screen and (max-width: 767px) {
    .isBg {
        padding: 42px 0;
        margin-top: 0;
    }
}
.soda_spa {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .soda_spa {
        max-width: 100%;
        padding: 0 24px;
    }
}
.soda_spa .btn01,
.soda_spa .btn02 {
    position: absolute;
    width: 39%;
    bottom: 68px;
}

@media only screen and (max-width: 767px) {
    .soda_spa .btn01,
    .soda_spa .btn02 {
        width: 72%;
        bottom: inherit;
    }
}
.soda_spa .btn01 {
    left: 85px;
}

@media only screen and (max-width: 767px) {
    .soda_spa .btn01 {
        left: 45px;
        bottom: 130px;
    }
}
.soda_spa .btn02 {
    right: 101px;
}

@media only screen and (max-width: 767px) {
    .soda_spa .btn02 {
        right: inherit;
        left: 45px;
        bottom: 70px;
    }
}
.fadein {
    opacity: 0;
    -webkit-animation: fadein 6s ease forwards;
    animation: fadein 6s ease forwards;
}

@-webkit-keyframes fadein {
    100% {
        opacity: 1;
    }
}
@keyframes fadein {
    100% {
        opacity: 1;
    }
}
.fadein01 {
    /* opacity : 0.1;
  transform : translate(0, 50px);
  transition : all 500ms; */
    opacity: 0;
    transition: 1s;
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
}

/* 画面内に入った状態 */
.fadein01.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.g-container {
    overflow-x: hidden;
}

.mv {
    height: 100vh;
    width: 100vw;
    padding-top: 74px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .mv {
        padding-top: 60px;
    }
}
.mv .parallax {
    position: absolute;
    /* sectionのtop:0に配置 */
    top: 0;
    display: none;
    /* 最初は非表示 */
    background-image: url(../img/top01/bg_mv.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}
.mv .parallax.active {
    position: fixed;
    top: 0;
}

.mv .mv_silde_wrapper {
    position: relative;
    max-width: 1000px;
}

.mv .mv_silde_wrapper .slick-dots {
    bottom: -50px;
}

.mv .mv_silde_wrapper .slick-dots li {
    margin: 0 4px;
    width: 20px;
    height: 5px;
}

.mv .mv_silde_wrapper .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #000;
    opacity: 1;
    border-radius: 0;
}

.swiper-pagination {
    bottom: -50px;
}

.swiper-pagination-bullet {
    border-radius: 0 !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent !important;
    border: 1px solid #000 !important;
    opacity: 1;
    border-radius: 0;
    opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000 !important;
}

.mv .mv_silde_wrapper .slick-dots li.slick-active button:before {
    background: #000;
}

.mv .top_logo,
.mv .mv_text {
    position: absolute;
    z-index: 100;
}

.mv .top_logo {
    width: 40%;
    bottom: 16px;
    left: 0;
}

.mv .mv_text {
    width: 15%;
    right: 0;
    top: 0;
}

#concept {
    padding: 80px 0;
    background: #fff;
}
@media screen and (max-width: 767px) {
    #concept .contents_width {
        padding: 0;
    }
}

#concept .flex {
    align-items: center;
    justify-content: space-between;
    display: block;
}

#concept .flex img {
    display: block;
    max-width: 726px;
    margin: 0 auto;
}

#concept .flex .concept_text {
    text-align: center;
}
@media screen and (max-width: 767px) {
    #concept .flex .concept_text {
        margin-top: 50px;
    }
}

#concept .flex h2.section_title {
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    #concept .flex h2.section_title {
        font-size: 22px;
        text-align: left;
        letter-spacing: -0.03em;
    }
}

#concept .flex .concept_text p {
    font-size: 14px;
    letter-spacing: 0.13em;
    line-height: 2.25;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    #concept .flex .concept_text p {
        text-align: left;
    }
}

#worry {
    padding: 46px 0 120px;
    background: url(../img/top01/bg_worries.png) no-repeat bottom/cover;
    position: relative;
}

#worry img {
    display: block;
    max-width: 280px;
    margin: 0 auto;
}

#worry h2 {
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    #worry h2 {
        display: block;
        line-height: 1.7;
    }
}
#worry h2 .txt_worry {
    width: 220px;
    background: url(../img/top01/txt_worry.png) no-repeat center top/cover;
    height: 74px;
    display: inline-block;
    margin: 4px 6px 0;
}
@media screen and (max-width: 767px) {
    #worry h2 .txt_worry {
        width: 127px;
        height: 41px;
        margin: 0 6px -18px;
    }
}

#worry .contents_width {
    margin-top: 24px;
}

#worry .contents_width ul {
    font-size: 18px;
    letter-spacing: 0.15em;
    max-width: 805px;
    margin: 0 auto;
}

#worry .contents_width ul li {
    margin-bottom: 4px;
    position: relative;
    padding: 10px 0 10px 80px;
    background: #686868;
    color: #fff;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    #worry .contents_width ul li {
        padding: 0 0 0 48px;
        display: block;
        height: 55px;
        margin-bottom: 10px;
    }
}
#worry .contents_width ul li:nth-child(even) {
    background: #565656;
}

#worry .contents_width ul li::before {
    content: "";
    display: block;
    width: 21px;
    height: 19px;
    background: url(../img/top01/check.png) no-repeat top/cover;
}
@media screen and (max-width: 767px) {
    #worry .contents_width ul li::before {
        position: absolute;
        top: 19px;
        left: 20px;
    }
}

#worry .contents_width ul li:last-child {
    margin-bottom: 0;
}

#worry p {
    font-size: 30px;
    text-align: center;
    margin: 36px 0 20px;
    letter-spacing: 0.15em;
}

#worry .annotation {
    font-size: 12px;
    text-align: right;
    max-width: 1020px;
    margin: 0 auto;
    letter-spacing: 0;
}

#explanation {
    padding: 130px 0;
    background: #fff;
    margin-top: -37px;
}

#explanation h2 {
    font-size: 28px;
    text-align: center;
    padding-bottom: 70px;
    position: relative;
}

#explanation h2::before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #666;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#explanation .flex {
    align-items: flex-start;
    margin-top: 70px;
    background: url(../img/top01/bg_explanation.jpg) no-repeat;
    background-size: 820px auto;
    background-position: left bottom;
}

#explanation .flex p {
    font-size: 14px;
    line-height: 2.25;
    letter-spacing: 0.14em;
    margin-bottom: 48px;
    padding-left: 10px;
}

#explanation .flex p:nth-child(2) {
    margin-bottom: 70px;
}

#explanation .flex img {
    display: block;
    width: 45%;
    margin: 70px 0 0 50px;
}

#reason {
    padding: 100px 0;
    background: url(../img/top01/bg_reason2.png) no-repeat top/cover;
    background: #fff;
}

#reason .contents_width {
    background: url(../img/top01/bg_reason.png) no-repeat;
    background-size: 100% 100%;
    padding: 88px 50px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#reason .point_content {
    width: 48%;
}
@media screen and (max-width: 767px) {
    #reason .point_content {
        width: 100%;
    }
}
#reason .point_content:not(#reason .point_content:last-child) {
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    #reason .point_content:not(#reason .point_content:last-child) {
        margin-bottom: 4px;
    }
}
#reason .point_content:last-child {
    width: 100%;
}
#reason .point_content:last-child h2 {
    justify-content: center;
}
#reason .point_content:last-child .flex {
    display: flex;
    flex-direction: row;
}
#reason .point_content:last-child .flex img {
    max-width: 400px;
}
#reason .point_content:last-child .flex .text {
    margin-right: 32px;
}
@media screen and (max-width: 767px) {
    #reason .point_content:last-child .flex .text {
        margin-right: 0;
    }
}
#reason .point_content:last-child .flex .text h3 {
    margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
    #reason .point_content:last-child .flex .text h3 {
        margin: 20px 0;
    }
}

#reason .point_content .flex {
    flex-direction: column;
}

#reason .section_title img {
    display: block;
    height: 80px;
    width: auto;
    margin: 0px auto -54px;
}

#reason .point_content h2 {
    text-align: center;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: 0.01em;
}

#reason .point_content h2 img {
    height: 40px;
    width: auto;
    display: inline-block;
    margin-right: 20px;
}

#reason .point_content .flex {
    border-top: 4px solid #cd828e;
    margin-top: 16px;
    padding-top: 40px;
}

#reason .point_content .flex .text .point_num::before {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background-color: #666;
    margin-right: 10px;
}

#reason .point_content .flex .text h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 30px 0 20px;
}

#reason .point_content .flex .text p {
    line-height: 2.25;
    font-size: 14px;
    letter-spacing: 0.15em;
}

#reason .point_content .flex .text .btn {
    width: 300px;
    margin-top: 30px;
}

#reason .point_content .flex img {
    display: block;
    max-width: 100%;
    height: 283px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    #reason .point_content .flex img {
        height: 200px;
    }
}

@media only screen and (max-width: 767px) {
    #reason {
        padding: 60px 15px 90px;
    }
    #reason .contents_width {
        background: url(../img/top01/bg_reason_sp.png) no-repeat;
        background-size: 100% 100%;
        padding: 88px 15px 0;
        flex-direction: column;
    }
    #reason .point_content:last-child .flex {
        flex-direction: column-reverse;
    }
    #reason .point_content:last-child .flex img {
        width: 100%;
    }
    #reason .section_title img {
        display: block;
        height: 80px;
        width: auto;
        margin: 0px auto -54px;
    }
    #reason .point_content h2 {
        font-size: 16px;
        flex-direction: column;
    }
    #reason .point_content h2 img {
        height: 44px;
        margin-right: 0px;
        margin-bottom: 16px;
    }
    #reason .point_content .flex {
        padding: 28px 0 56px;
        margin-top: 16px;
        flex-direction: column;
    }
    #reason .point_content .flex .text h3 {
        font-size: 16px;
        letter-spacing: 0.08em;
        margin: 20px 0;
    }
    #reason .point_content .flex .text p {
        line-height: 1.75;
        font-size: 14px;
        letter-spacing: 0.08em;
    }
    #reason .point_content .flex img {
        max-width: 100%;
        margin-left: 0px;
    }
}
#voice {
    padding: 130px 0 220px;
    position: relative;
}
@media screen and (max-width: 767px) {
    #voice {
        aspect-ratio: inherit;
        height: 1800px;
        /*height: 1100px;*/
    }
}
#voice .parallax {
    position: absolute;
    top: 0;
    display: none;
    background-image: url(../img/top01/bg_voice.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    #voice .parallax {
        background-repeat: no-repeat;
        height: 178vw;
        background: url(../img/top01/bg_voice_sp.jpg);
        background-size: cover;
    }
}
#voice .parallax.active {
    position: fixed;
    top: 0;
}

#voice .head {
    position: relative;
    color: #fff;
}

#voice .head::after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

#voice h2 {
    background-color: #cd828e;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    position: relative;
}

#voice h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -49px;
    background-color: #cd828e;
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
    clip-path: polygon(50% 50%, 0 0, 100% 0);
}

#voice h2 span {
    color: #ffffa5;
}

#voice .customer_voice {
    max-width: 100%;
    margin: 90px auto 0;
}
@media screen and (max-width: 767px) {
    #voice .customer_voice {
        margin: 60px auto 0;
        padding: 0 34px;
    }
}

#voice .customer_voice .voice_slider .slick-prev::before {
    content: url(../img/top01/icon_prev.png);
    display: none;
}

#voice .customer_voice .voice_slider .slick-next::before {
    content: "";
}

#voice .customer_voice .voice_slider .slick-prev::before {
    content: "";
}

#voice .customer_voice .voice_slider .slick-next {
    right: 24%;
    top: 45%;
    transform: translateY(-50%) rotate(-45deg);
    width: 32px;
    height: 32px;
    display: block;
    opacity: 1;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
    #voice .customer_voice .voice_slider .slick-next {
        right: -21px;
        width: 20px;
        height: 20px;
    }
}

#voice .customer_voice .voice_slider .slick-prev {
    left: 24%;
    right: inherit;
    top: 45%;
    transform: translateY(-50%) rotate(135deg);
    width: 32px;
    height: 32px;
    display: block;
    opacity: 1;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
    #voice .customer_voice .voice_slider .slick-prev {
        left: -21px;
        width: 20px;
        height: 20px;
    }
}

#voice .customer_voice .voice_slider .slick-slide {
    opacity: 1;
}

#voice .customer_voice .voice_slider .slick-dots {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
@media screen and (max-width: 767px) {
    #voice .customer_voice .voice_slider .slick-dots {
        margin: 30px auto 0;
    }
}

#voice .customer_voice .voice_slider .slick-dots li {
    margin: 0 4px;
    width: 30px;
    height: 5px;
    background: none;
    padding: 0;
}

#voice .customer_voice .voice_slider .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #000;
    background: #fff;
    opacity: 1;
}

#voice .customer_voice .voice_slider .slick-dots li.slick-active button:before {
    background: #000;
}

#voice .customer_voice .voice_slider li {
    margin: 0 5vw;
    background: #fff;
    padding: 48px 50px;
}
@media screen and (max-width: 767px) {
    #voice .customer_voice .voice_slider li {
        padding: 20px;
    }
}
#voice .customer_voice .voice_slider li figure {
    width: 100%;
    position: relative;
}
#voice .customer_voice .voice_slider li figure::before {
    content: "";
    display: block;
    padding-top: 68.18%;
}
#voice .customer_voice .voice_slider li figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

#voice .customer_voice .voice_slider li h3 {
    font-weight: 600;
    font-size: 17px;
    margin: 1em 0;
    letter-spacing: 0.08em;
    line-height: 1.5;
    height: 48px;
}

#voice .customer_voice .voice_slider li p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.13em;
}

#voice .customer_voice .voice_slider li p:first-of-type {
    padding: 20px 0;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    letter-spacing: 0.2em;
}

#voice .customer_voice .voice_slider li p:nth-of-type(2) {
    margin-top: 1em;
}

@media only screen and (max-width: 767px) {
    #voice {
        padding: 155px 0;
    }
    #voice h2::after {
        bottom: -49px;
    }
    #voice .customer_voice {
        max-width: 100%;
    }
    #voice .customer_voice .voice_slider li {
        margin: 0;
    }
    #voice .customer_voice .voice_slider li h3 {
        font-weight: 600;
        font-size: 13px;
        /*font-size: 17px;*/
        margin: 1em 0;
        letter-spacing: 0.08em;
        line-height: 2;
    }
    #voice .customer_voice .voice_slider li p {
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0.1em;
    }
    #voice .customer_voice .voice_slider li p:first-of-type {
        padding: 20px 0;
        border-top: 1px solid #666666;
        border-bottom: 1px solid #666666;
    }
    #voice .customer_voice .voice_slider li p:nth-of-type(2) {
        margin-top: 1em;
    }
}
#menu {
    padding-bottom: 60px;
    background: url(../img/top01/bg_menu01.png) no-repeat top/cover;
}

#menu .btn.beginer {
    max-width: 400px;
    margin: 75px auto 0;
}

#menu .btn.beginer::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 12px;
    background: url(../img/top01/beginer.png) no-repeat top/cover;
    position: absolute;
    top: 50%;
    left: 33%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
    #menu {
        background: url(../img/top01/bg_menu_sp.png) no-repeat;
        background-size: 100% 100%;
    }
    #menu .btn.beginer {
        max-width: 307px;
        margin: 30px auto 0;
    }
    #menu .btn.beginer::before {
        left: 29%;
    }
}
.hosho {
    padding: 90px 0 100px;
    background: #fff;
}
.hosho img {
    max-width: 900px;
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width: 767px) {
    .hosho {
        max-width: 100%;
        padding: 0 15px;
    }
}
#recommend {
    padding: 120px 0;
}

#recommend h2 {
    text-align: center;
}

#recommend .contents_width {
    max-width: 900px;
}

#recommend .recommend_menu {
    display: flex;
    align-items: flex-start;
    padding-bottom: 48px;
    border-bottom: 1px solid #bababa;
    margin-top: 100px;
}

#recommend .recommend_menu img {
    display: block;
    max-width: 22%;
    margin-right: 40px;
}

#recommend .recommend_menu .menu_explanation {
    max-width: 490px;
}

#recommend .recommend_menu .menu_explanation h3 {
    font-size: 20px;
    letter-spacing: 0.17em;
    line-height: 1.5;
    color: #4d4d4d;
}

#recommend .recommend_menu .menu_explanation p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.14em;
    margin: 8px 0;
}

#recommend .recommend_menu .menu_explanation dl {
    display: flex;
    align-items: center;
    font-size: 11px;
    margin-bottom: 20px;
}

#recommend .recommend_menu .menu_explanation dl dt {
    border: 1px solid #000;
    margin-right: 20px;
    color: #4d4d4d;
    padding: 0 0.5rem;
}

#recommend .recommend_menu .menu_explanation dl dd span {
    display: inline-block;
    background: #4d4d4d;
    color: #fff;
    padding: 0 0.5rem;
    margin-right: 5px;
}

#recommend .recommend_menu .menu_price {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#recommend .recommend_menu .menu_price p {
    font-size: 12px;
    letter-spacing: 0.19em;
}

#recommend .recommend_menu .menu_price p:first-child {
    font-size: 34px;
    letter-spacing: 0.02em;
}

#recommend .recommend_menu .menu_price p:last-child {
    margin: 0;
}

#recommend .recommend_menu .menu_price p:first-child span {
    font-size: 10px;
    letter-spacing: 0.02em;
    display: inline-block;
    margin-left: 4px;
}

#recommend .recommend_menu .menu_price p:first-child .yen {
    font-size: 24px;
    margin-right: 4px;
    display: inline-block;
}

#recommend .recommend_menu .menu_price .btn {
    margin-top: 14px;
    padding: 25px 14px;
    height: auto;
    line-height: inherit;
    text-align: left;
    width: 230px;
}

#recommend .recommend_menu .menu_price .btn::after {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

@media only screen and (max-width: 767px) {
    #recommend {
        padding: 100px 0;
    }
    #recommend h2 {
        text-align: center;
    }
    #recommend .contents_width {
        max-width: 100%;
        padding: 0 30px;
    }
    #recommend .recommend_menu {
        flex-direction: column;
        margin-top: 48px;
    }
    #recommend .recommend_menu img {
        display: block;
        max-width: 200px;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
        margin: 0 auto 24px;
        -o-object-position: top;
        object-position: top;
    }
    #recommend .recommend_menu .menu_explanation {
        max-width: 100%;
    }
    #recommend .recommend_menu .menu_explanation h3 {
        font-size: 14px;
    }
    #recommend .recommend_menu .menu_explanation dl {
        display: flex;
        align-items: center;
        font-size: 11px;
        margin-bottom: 20px;
    }
    #recommend .recommend_menu .menu_explanation dl:first-of-type {
        flex-direction: column;
        align-items: flex-start;
    }
    #recommend .recommend_menu .menu_explanation dl:first-of-type dt {
        margin-bottom: 10px;
    }
    #recommend .recommend_menu .menu_price {
        margin-top: 0px;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    #recommend .recommend_menu .menu_price p {
        font-size: 12px;
        letter-spacing: 0.19em;
        margin: 4px 0;
        line-height: 1;
    }
    #recommend .recommend_menu .menu_price p:nth-of-type(2) {
        display: inline-block;
    }
    #recommend .recommend_menu .menu_price p:last-of-type {
        display: inline-block;
    }
    #recommend .recommend_menu .menu_price .btn {
        margin-top: 32px;
        padding: 20px 0 20px;
        height: auto;
        display: flex;
        justify-content: center;
        line-height: inherit;
        width: 100%;
    }
    #recommend .recommend_menu .menu_price .btn::after {
        top: 50%;
        right: 20%;
        left: inherit;
        transform: translateY(-50%);
    }
}
#menu_item .head {
    margin-bottom: 16px;
}

#menu_item h2 {
    text-align: center;
}

#menu_item p {
    font-size: 12px;
    text-align: center;
    color: #8a8a8a;
}

#menu_item .accordion {
    max-width: 900px;
    margin: 70px auto 0;
}

#menu_item .accordion__container {
    margin: 0 auto;
}

#menu_item .accordion__title {
    background-color: #bababa;
    border: 1px solid transparent;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 0.625em 0.625em 0.625em 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: bold;
    letter-spacing: 0.24em;
}

#menu_item .accordion__title::before,
#menu_item .accordion__title::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    right: 25px;
}

#menu_item .accordion__title::after {
    transform: rotate(90deg);
    transition-duration: 0.3s;
}

#menu_item .accordion__title.is-active::before {
    opacity: 0;
}

#menu_item .accordion__title.is-active::after {
    transform: rotate(0);
}

#menu_item .accordion__content {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 0 1.5em;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.3s;
    margin-bottom: 54px;
}

#menu_item .accordion__content .annotation {
    text-align: center;
    font-size: 12px;
    margin: 24px 0;
    color: #8a8a8a;
}

#menu_item .accordion__content .annotation_sub {
    background: #8a8a8a;
    color: #fff;
    max-width: 300px;
    margin: 0 auto 28px;
    border-radius: 10px;
    padding: 4px 0;
    letter-spacing: 0.18em;
}

#menu_item .accordion__content .menu_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#menu_item .accordion__content dl {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 48%;
    letter-spacing: 0.24em;
    border-bottom: 1px dotted #8a8a8a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#menu_item .accordion__content dl span {
    font-size: 12px;
    letter-spacing: 0.1em;
}

#menu_item .accordion__content.is-open {
    padding: 0.625em 1.5em;
    line-height: normal;
    /* numberに書き換える*/
    height: auto;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    #menu_item .head {
        margin: 16px 0;
    }
    #menu_item h2 {
        text-align: center;
        font-size: 25px;
    }
    #menu_item p {
        font-size: 12px;
        text-align: center;
        color: #8a8a8a;
    }
    #menu_item .accordion {
        max-width: 100%;
        margin: 30px auto 0;
        padding: 0 30px;
    }
    #menu_item .accordion__title {
        font-size: 18px;
    }
    #menu_item .accordion__content {
        margin-bottom: 30px;
    }
    #menu_item .accordion__content dl {
        font-size: 14px;
        width: 100%;
        letter-spacing: 0.1em;
    }
    #menu_item .accordion__content dl span {
        display: block;
    }
}
#promise {
    margin-top: -30px;
    background: #fff;
}

#promise .promise_container {
    background: url(../img/top01/bg_promise.png) no-repeat top/cover;
    padding: 100px 0;
}

#promise .slick-dots {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    bottom: 0px;
}
@media screen and (max-width: 767px) {
    #promise .slick-dots {
        margin: 0 auto;
        left: 0;
    }
}

#promise .slick-dots li {
    margin: 0 4px;
    width: 30px;
    height: 5px;
    background: none;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #promise .slick-dots li {
        width: auto;
        height: auto;
    }
}

#promise .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #000;
    background: #fff;
    opacity: 1;
}

#promise .slick-dots li.slick-active button:before {
    background: #000;
}

#promise .slick-next::before {
    content: "";
}

#promise .slick-prev::before {
    content: "";
}

#promise .slick-next {
    right: 24%;
    top: 45%;
    transform: translateY(-50%) rotate(-45deg);
    width: 32px;
    height: 32px;
    display: block;
    opacity: 1;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
}
@media screen and (max-width: 767px) {
    #promise .slick-next {
        width: 20px;
        height: 20px;
        right: 10px;
    }
}

#promise .slick-prev {
    left: 24%;
    right: inherit;
    top: 45%;
    transform: translateY(-50%) rotate(135deg);
    width: 32px;
    height: 32px;
    display: block;
    opacity: 1;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
}
@media screen and (max-width: 767px) {
    #promise .slick-prev {
        width: 20px;
        height: 20px;
        left: 10px;
    }
}

#promise h2 {
    text-align: center;
    max-width: 835px;
    background-color: #cd828e;
    color: #fff;
    margin: 0 auto -30px;
    border-radius: 35px;
    position: relative;
    z-index: 20;
}

#promise .slick-slide {
    opacity: 1 !important;
}

#promise .promise_wrapper {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    #promise .promise_wrapper {
        padding: 0 32px;
    }
}

#promise .promise_wrapper .promise_content {
    margin: 0 50px 40px;
    background: #fff;
    padding: 60px 68px;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
    #promise .promise_wrapper .promise_content {
        padding: 20px;
        margin: 0 0 40px;
    }
}

#promise .promise_wrapper .promise_content p {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #cd828e;
    height: 115px;
}
@media screen and (max-width: 767px) {
    #promise .promise_wrapper .promise_content p {
        font-size: 18px;
        letter-spacing: 0.01em;
        height: auto;
    }
}

#promise .bottom_text {
    text-align: center;
    letter-spacing: 0.17em;
    line-height: 1.8;
    font-size: 25px;
    margin-top: 40px;
}

#promise .btn_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 810px;
    margin: 72px auto 0;
}

#promise .btn_wrapper .btn {
    width: 400px;
}

@media only screen and (max-width: 767px) {
    #promise .promise_container {
        background: url(../img/top01/bg_promise.png) no-repeat top/cover;
        padding: 100px 0;
    }
    #promise h2 {
        text-align: center;
        background-color: transparent;
        color: #fff;
        margin: 0 auto -40px;
        border-radius: 0;
    }
    #promise h2 p {
        border-radius: 35px;
        background-color: #cd828e;
        display: inline-block;
        padding: 2px 18px;
    }
    #promise .bottom_text {
        font-size: 20px;
        letter-spacing: 0.05em;
    }
    #promise .btn_wrapper {
        flex-direction: column;
        padding: 0 15px;
    }
    #promise .btn_wrapper .btn {
        width: 345px;
        margin-bottom: 10px;
    }
}
#reservation {
    padding: 128px 0;
}

#reservation .contents_width {
    padding: 72px 45px;
    border: 2px solid #b5a087;
}

#reservation .qr {
    margin: 46px 0 80px;
}

#reservation .qr.flex {
    justify-content: center;
}

#reservation .qr.flex .box01 {
    width: 445px;
}

#reservation .qr.flex .box01 .flex {
    justify-content: space-between;
    margin: 28px 0 28px;
    padding: 0 10px;
}

#reservation .qr.flex .box01 .flex img {
    width: 166px;
    margin-left: 0;
}

#reservation .qr.flex .box01 p {
    font-size: 25px;
    text-align: center;
}

#reservation .qr.flex .box01 .bottom_text {
    font-size: 14px;
    letter-spacing: 0.05em;
}

#reservation .qr.flex img {
    width: 25%;
    display: block;
    margin-left: 60px;
}

#reservation .btn_wrapper {
    max-width: 600px;
    margin: 0 auto;
}

#reservation .btn_wrapper p {
    font-size: 20px;
    text-align: center;
    color: #cd828e;
    border: 1px solid #cd828e;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#reservation .btn_wrapper p span {
    font-size: 46px;
    letter-spacing: 0.17em;
    display: inline-block;
    margin-left: 10px;
    margin-top: -6px;
}

#reservation .btn_wrapper .btn {
    margin-top: 10px;
    font-size: 16px;
}

#reservation .btn_wrapper .btn.beginer_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

#reservation .btn_wrapper .btn.beginer_btn::before {
    content: "";
    display: block;
    width: 18px;
    height: 26px;
    margin-right: 30px;
    background: url(../img/top01/beginer_color.png) no-repeat top/cover;
}

@media only screen and (max-width: 767px) {
    #reservation {
        padding: 80px 15px;
    }
    #reservation .contents_width {
        padding: 32px 15px 58px;
    }
    #reservation .qr {
        margin: 46px 0 80px;
    }
    #reservation .qr.flex {
        flex-direction: column;
    }
    #reservation .qr.flex .box01 {
        width: 100%;
    }
    #reservation .qr.flex .box01 .flex {
        flex-direction: column;
        margin: 28px 0 28px;
        padding: 0 10px;
    }
    #reservation .qr.flex .box01 .flex img {
        width: 80%;
        margin: 0 auto 20px;
    }
    #reservation .qr.flex .box01 p {
        font-size: 20px;
        text-align: center;
    }
    #reservation .qr.flex .box01 .bottom_text {
        font-size: 14px;
        letter-spacing: 0.05em;
    }
    #reservation .qr.flex img {
        width: 90%;
        display: block;
        margin: 55px auto 0;
    }
    #reservation .btn_wrapper {
        max-width: 100%;
        margin: 0 auto;
    }
    #reservation .btn_wrapper p {
        font-size: 18px;
    }
    #reservation .btn_wrapper p span {
        font-size: 30px;
    }
    #reservation .btn_wrapper .btn {
        font-size: 13px;
    }
    #reservation .btn_wrapper .btn.beginer_btn::before {
        margin-right: 20px;
    }
}
#staff {
    padding: 62px 0;
    background: linear-gradient(180deg, #f8f7f7 0%, #f8f7f7 40%, transparent 40%, transparent 100%);
    background: #fff;
}

#staff h2 {
    text-align: center;
    letter-spacing: 0.3em;
}

#staff .staff_slider .slick-next::before {
    content: "";
}

#staff .staff_slider .slick-prev::before {
    content: "";
}

#staff .staff_slider .slick-next {
    left: 50%;
    top: 120%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    display: block;
    opacity: 1;
    background: url(../img/top01/next.png) no-repeat top/cover;
}

#staff .staff_slider .slick-prev {
    left: 44%;
    width: 48px;
    height: 48px;
    top: 114%;
    background: url(../img/top01/prev.png) no-repeat top/cover;
}

#staff .staff_slider .slick-list {
    padding-right: 100px;
}

#staff .staff_slider .slick-slide {
    opacity: 1;
}

#staff .staff_slider .slick-dots {
    bottom: -140px;
}

#staff .staff_slider .slick-dots li {
    margin: 0;
    width: 10px;
    height: 5px;
}

#staff .staff_slider .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 2px;
    opacity: 1;
    border-radius: 0;
}

#staff .staff_slider .slick-dots li.slick-active button:before {
    background: #000;
}

#staff .staff_slider .slick-list {
    padding-right: 100px;
}

#staff .staff_slider .slick-slide {
    opacity: 1;
}

#staff .staff_slider .staff_slider_item {
    margin-right: 10px;
    position: relative;
}

#staff .staff_slider .staff_slider_item figure {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#staff .staff_slider .staff_slider_item figure::before {
    content: "";
    display: block;
    padding-top: 97%;
}

#staff .staff_slider .staff_slider_item figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0px -35px;
    object-position: 0px -35px;
}

#staff .staff_slider .staff_slider_item .position {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.36em;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    margin-top: 16px;
    color: #333333;
}

#staff .staff_slider .staff_slider_item .name {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin: 4px 0 8px;
    color: #333333;
}

#staff .staff_slider .staff_slider_item .btn {
    width: 70%;
    margin: 0 auto;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.36em;
}

#staff .staff_slider .staff_slider_item .sankyu {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 20px;
    right: 10px;
}

#staff .btn {
    max-width: 260px;
    margin: 170px auto 0;
}

@media only screen and (max-width: 767px) {
    #staff {
        padding: 62px 0;
        background: linear-gradient(180deg, #f8f7f7 0%, #f8f7f7 40%, transparent 40%, transparent 100%);
    }
    #staff h2 {
        font-size: 30px;
    }
    #staff .contents_width {
        padding: 0;
    }
    #staff .staff_slider .slick-next {
        top: 119.5%;
    }
    #staff .staff_slider .slick-prev {
        left: 35%;
    }
    #staff .staff_slider .staff_slider_item {
        margin: 0 5px;
    }
    #staff .staff_slider .staff_slider_item .btn {
        width: 70%;
        margin: 0 auto;
    }
    #staff .btn {
        max-width: 90%;
        margin: 170px auto 0;
    }
}
#access {
    padding: 120px 0;
    background: #fff;
}

#access h2 {
    text-align: center;
    letter-spacing: 0.3em;
}

#access .sub_title {
    margin: 24px 0 36px;
}

#access .plus_text {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.26em;
}

#access .plus_text span {
    font-size: 13px;
    letter-spacing: 0.19em;
}

#access .access_image {
    max-width: 700px;
    margin: 90px auto 30px;
}

#access .access_image_3col {
    display: flex;
    justify-content: space-between;
    max-width: 410px;
    margin: 0 auto 54px;
}

#access .access_image_3col img {
    width: 32%;
}

#access dl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 13px;
    max-width: 530px;
    margin: 0 auto 40px;
}

#access dl dt {
    width: 20%;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    letter-spacing: 0.36em;
}

#access dl dd {
    width: 80%;
    letter-spacing: 0.19em;
    line-height: 1.8;
}

#access dl dd .tel {
    font-size: 20px;
    font-weight: 700;
    background: url(../img/top01/tel.png) no-repeat 20px/20px;
    background-position: right top;
    padding-right: 30px;
}

#access dl dd.tel_link {
    line-height: 1;
}

#access .btn {
    margin: 0px auto 36px;
    max-width: 400px;
}

#access .map {
    max-width: 700px;
    height: 300px;
    margin: 0 auto;
}

#access .map iframe {
    width: 100%;
    height: 100%;
}

#access .map_link {
    text-align: right;
    max-width: 700px;
    margin: 10px auto;
}

#access .map_link a {
    font-size: 13px;
    color: #666;
}

@media only screen and (max-width: 767px) {
    #access {
        padding: 60px 15px;
    }
    #access h2 {
        font-size: 30px;
    }
    #access .access_image {
        max-width: 700px;
        margin: 50px auto 8px;
        padding-top: 20px;
        border-top: 1px solid #333333;
    }
    #access .plus_text span {
        display: block;
    }
    #access dl {
        margin: 0 auto 20px;
    }
    #access dl dt {
        width: 23%;
    }
    #access dl dd {
        width: 77%;
        line-height: inherit;
    }
    #access .btn {
        margin: 36px auto;
    }
    #access .map {
        height: 200px;
    }
}
#news {
    padding: 100px 0;
    background: url(../img/top01/bg_news.png) no-repeat 100%/100%;
}

#news .slick-dots {
    bottom: -50px;
}

#news .slick-dots li {
    margin: 0 4px;
    width: 20px;
    height: 5px;
}

#news .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #000;
    opacity: 1;
    border-radius: 0;
}

#news .slick-dots li.slick-active button:before {
    background: #000;
}

#news .slick-list {
    padding-right: 24px;
}

#news .slick-slide {
    opacity: 1;
}

#news h2 {
    text-align: center;
    letter-spacing: 0.3em;
    color: #666;
}

#news .news_slider .slider_content {
    margin-right: 20px;
}

#news .news_slider .slider_content figure {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#news .news_slider .slider_content figure::before {
    content: "";
    display: block;
    padding-top: 66%;
}

#news .news_slider .slider_content figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

#news .news_slider .slider_content .date {
    font-family: "Lato", sans-serif;
    font-size: 9px;
    color: #808080;
    letter-spacing: 0.36em;
    margin: 10px 0;
}

#news .news_slider .slider_content .title {
    font-size: 17px;
    letter-spacing: 0.13em;
    line-height: 1.8;
    color: #808080;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#news .btn {
    max-width: 260px;
    margin: 130px auto 0;
}

@media only screen and (max-width: 767px) {
    #news {
        padding: 100px 0;
        background: url(../img/top01/bg_news.png) no-repeat top/cover;
    }
    #news .contents_width {
        padding: 0;
    }
    #news h2 {
        font-size: 30px;
    }
    #news .news_slider .slider_content {
        margin: 0 5px;
    }
    #news .news_slider .slick-prev {
        left: 130px;
        background: url(../img/top01/prev_black.png) no-repeat top/cover;
        width: 48px;
        height: 48px;
        top: 116%;
    }
    #news .news_slider .slick-prev::before {
        content: "";
        opacity: 1;
        display: block;
    }
    #news .news_slider .slick-next {
        right: 130px;
        top: 124%;
        transform: translateY(-50%);
        width: 48px;
        height: 48px;
        display: block;
        opacity: 1;
        background: url(../img/top01/next_black.png) no-repeat top/cover;
    }
    #news .news_slider .slick-next::before {
        content: "";
        opacity: 1;
        display: block;
    }
    #news .btn {
        max-width: 90%;
    }
}
#instagram {
    padding: 150px 0;
    background: #fff;
}

#instagram h2 {
    text-align: center;
}

#instagram .btn {
    max-width: 260px;
    margin: 18px auto 0;
}

#instagram .insta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#instagram .insta .item {
    width: 23%;
    margin-bottom: 24px;
}

#instagram .insta .item a {
    display: block;
    position: relative;
}

#instagram .insta .item a::before {
    content: "";
    display: block;
    padding-top: 100%;
}

#instagram .insta .item a img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

#instagram .insta .item:last-child {
    display: none;
}

@media only screen and (max-width: 767px) {
    #instagram {
        padding: 90px 0;
    }
    #instagram h2 {
        font-size: 25px;
    }
    #instagram .btn {
        max-width: 90%;
        margin: 18px auto 0;
    }
    #instagram .insta .item {
        width: 32%;
        margin-bottom: 8px;
    }
    #instagram .insta .item:last-child {
        display: block;
    }
}
.banner {
    background: #fff;
}
.banner .banner_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 150px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .banner .banner_wrapper {
        flex-direction: column;
        padding-bottom: 0px;
    }
}

.banner a {
    width: 49%;
    display: block;
}

@media only screen and (max-width: 767px) {
    .banner a {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .banner {
        max-width: 100%;
        padding: 0 15px 90px;
        flex-direction: column;
    }
}
.to-top {
    width: 60px;
    height: 60px;
}

@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .mv {
        max-width: 750px;
    }
    h2.section_title {
        font-size: 20px;
    }
    #concept {
        padding: 100px 15px 78px;
    }
    #concept .flex {
        flex-direction: column;
    }
    #concept .flex img {
        max-width: 100%;
    }
    #concept .flex .concept_text h2.section_title {
        font-size: 19px;
        letter-spacing: 0.13em;
    }
    #concept .flex .concept_text p {
        margin-top: 10px;
    }
    #worry {
        padding: 80px 15px 100px;
        background: url(../img/top01/bg_worries_sp.png) no-repeat bottom/cover;
        background-color: #fff;
    }
    #worry img {
        max-width: 250px;
    }
    #worry .contents_width ul {
        font-size: 14px;
        max-width: 100%;
    }
    #worry .contents_width ul li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    #worry p {
        font-size: 20px;
    }
    #explanation {
        padding: 100px 0 0;
    }
    #explanation .head {
        margin-bottom: 30px;
    }
    #explanation h2 {
        font-size: 20px;
        padding-bottom: 45px;
    }
    #explanation .contents_width {
        padding: 0;
    }
    #explanation .flex {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 45px;
        background: url(../img/top01/bg_explanation.jpg) no-repeat;
        background-size: 820px auto;
        background-position: left 100%;
        padding-bottom: 100px;
    }
    #explanation .flex p {
        font-size: 14px;
        line-height: 1.75;
        letter-spacing: 0.14em;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    #explanation .flex p:nth-child(2) {
        margin-bottom: 70px;
    }
    #explanation .flex img {
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 500px) {
    .mv .mv_silde_wrapper {
        position: relative;
        max-width: 290px;
        height: 390px;
    }
    .mv .mv_silde_wrapper .mv_slide img {
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .mv .mv_silde_wrapper .mv_text {
        width: 32%;
        right: 5px;
        top: 5px;
    }
    .mv .mv_silde_wrapper .top_logo {
        width: 80%;
        bottom: 8px;
        left: 22px;
    }
}
footer {
    background: #fff;
}

.header__menu--it {
    padding: 33px 20px 0;
}

.header__menu--reserve {
    padding: 0;
}

.header__menu--ec a img {
    width: 18px;
    height: 18px;
}