@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html {
    line-height: 1;
    scroll-behavior: smooth;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after { 
    content: "";
    content: none;
}

a img { 
    border: none;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

* {
    box-sizing: border-box;
}

.sp {
    display: none;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

a:hover {
    opacity: 0.6;
    transition: 0.3s;
}

/* main.scss  */
body { 
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
}

#miraizaka,#torimero {
    padding-top: 69px;
    margin-top: -69px;
}

@media screen and (min-width: 1024px) {
    .center-content_wrap {
        width: 430px;
        margin: 0 auto;
    }

    .fix {
        position: fixed;
        width: 430px;
        top: 84px;
        z-index: 999;
    }

    .brand-logo_pc {
        display: block;
        width: 10%;
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 2;
    }

    .left-inner {
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: flex-end;
        top: 10%;
        width: 65%;
        height: 100%;
        margin: 0 auto;
    }

    .right-inner {
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
        top: 12%;
        width: 65%;
        height: 100%;
        margin: 0 auto;
    }

    .contents-list {
        line-height: 2;
    }

    .contents-list a {
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
        color: #767676;
    }

    #list01 a {
        color: #8BC120;
    }

    .line-qr_pc {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .line-qr_pc p {
        line-height: 2;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 8%;
    }

    .qr-image_wrap {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

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

    .qr-image span {
        display: inline-block;
        margin-top: 20px;
        font-size: 15px;
    }

    .reserve-link_pc {
        position: absolute;
        bottom: 17%;
    }

    .reserve-link .button {
        margin-bottom: 30px;
    }

    .button {
        display: block;
        position: relative;
        width: 20vw;
        margin: auto auto 20px;
        color: #000;
    }
    
    .button span {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
    }
    
    .reserve-link_pc .button:first-of-type span {
        position: absolute;
        right: 43%;
        top: 43%;
        transform: translateY(-43%);
        -webkit-transform: translateY(-43%);
        margin: auto;
    }
    
    .reserve-link_pc .button:nth-of-type(2) span {
        position: absolute;
        right: 49%;
        top: 43%;
        transform: translateY(-43%);
        -webkit-transform: translateY(-43%);
        margin: auto;
    }
    
    .reserve-link_pc .button:nth-of-type(3) span {
        position: absolute;
        right: 46%;
        top: 43%;
        transform: translateY(-43%);
        -webkit-transform: translateY(-43%);
        margin: auto;
    }
    
    .reserve-link_pc .button:last-child {
        margin-bottom: 0;
    }
    
    .reserve-text {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 5%;
        line-height: 1.5;
        text-align: center;
    }

    .banner {
        margin-bottom: 10%;
        width: 19vw;
    }
}

@media screen and (max-width: 1023px) {
    .brand-logo_pc {
        display: none;
    }

    .left-inner,.right-inner {
        display: none;
    }

    .center-content_wrap {
        width: 430px;
        margin: 0 auto;
    }

    .center-content {
        /* position: relative; */
        margin: 0 auto;
        overflow-x: clip;
    }

    .fix {
        position: fixed;
        width: 430px;
        top: 84px;
        z-index: 999;
    }
}

@media screen and (max-width: 429px) {
    .center-content_wrap {
        width: 100%;
        margin: 0 auto;
    }

    .fix {
        width: 100%;
    }

    #ham-inner {
        top: 63px !important;
    }

    .button-ham {
        top: -19px !important;
    }

    .price {
        font-size: 44px !important;
    }

    .price_bold {
        font-size: 66px !important;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1180px) {
    .contents-list {
    line-height: 1.7;
    }

    .line-qr_pc p,.reserve-link_pc .button span,.reserve-link_pc .reserve-text,.contents-list a {
        font-size: 14px !important;
    }

    .qr-image {
        margin: 10px 8px 0;
        width: 45%;
        text-align: center;
    }

    .qr-image span {
        margin-top: 7px;
        font-size: 12px;
    }

    .line-qr_pc p {
        margin-bottom: 0;
    }
}

.nav-left_pc {
    display: block;
    position: fixed;
    background-image: url(../img/pc_bg.png);
    background-repeat: repeat;
    height: 100%;
    top: 0;
    left: 0;
    width: calc((100% - 430px) / 2);
}

.nav-right_pc {
    display: block;
    position: fixed;
    background-image: url(../img/pc_bg.png);
    background-repeat: repeat;
    height: 100%;
    top: 0;
    right: 0;
    width: calc((100% - 430px) / 2);
}

.center-content_tab {
	display: flex;
	justify-content: center;
	align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 430px;
    z-index: 99;
}

.center-content_tab_under {
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 430px;
}

.tab-enkai,.tab-toranomaki {
	/* width: 50%; */
	padding: 10px 15px;
}

.tab-toranomaki {
	background-color: #EFEFEF;
}

.tab-enkai {
	border-right: 4px solid #BABABA;
}

.enkai-logo,.toranomaki-logo {
	width: 85%;
    margin: 0 auto;
}

.button-ham {
    position: absolute;
    width: 42px;
    height: 42px;
    top: -10px;
    right: 2px;
    z-index: 100;
    cursor: pointer;
}

.content-mv {
    position: relative;
}

.brand-logo_head {
    background-color: #fff;
    text-align: center;
    padding: 9.5px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.brand-logo_head a {
    width: 25%;
    height: 25%;
    margin: 0 10px;
}

.mv-top img {
    vertical-align: bottom;
}

.intro-text {
    transition-delay: .9s !important;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 15px;
    top: 18%;
}

.brand-logo {
    padding: 30px 0;
    width: 70%;
    margin: 0 auto;
}

.corse-price {
    margin-top: 20px;
}

.text-lefttop {
    font-size: 26px;
    font-weight: bold;
}

.price-main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px 0;
}

.circle_items {
    color: #fff;
    width: 74px;
    height: 74px;
    font-size: 20px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    line-height: 74px;
}

.price {
    font-size: 50px;
    font-weight: bold;
}

.price_bold {
    font-size: 86px;
}

.text-underright {
    font-size: 20px;
    display: block;
    text-align: right;
}

/* .bg_pink {
    background: #FFF0F0;
    padding-bottom: 50px;
} */

.inner {
    padding: 0 20px;
    margin: 0 auto;
}

.corse-detail {
    background: #fff;
    padding: 25px;
    margin-top: 25px;
    line-height: 2;
    font-size: 15px;
    border-radius: 10px;
}

.benefits-image {
    background: #fff;
    margin: 50px 0;
    padding: 20px 20px 50px;
}

.reserve-btn {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 25px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    filter: drop-shadow(5px 5px 2px rgba(0,0,0,0.2));
}

.reserve-btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.reserve-btn:hover {
    opacity: 0.6 !important;
    transition: 0.3s;
}

.note {
    margin: 40px 0;
    font-size: 12px;
    line-height: 2;
}

/* .bg_cream {
    background: #FFF4D8;
    padding-bottom: 50px;
} */

.brand-logo_underwrap {
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.brand-logo_under {
    width: 42%;
    margin: 0 auto;
    font-size: 12px;
    color: #000;
}

.brand-logo_under span {
    display: inline-block;
    margin-top: 11px;
}

#button-top {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 2;
    top: -19px;
    right: 14px;
}

/* ハンバーガーメニュー */
#ham-inner {
    display: none;
    background: #FFF0F0;
    padding: 20px;
    position: fixed;
    top: 70px;
    right: -430px;
    max-width: 430px;
    width: 100%;
    height: 100vh;
    z-index: 99;
}

#ham-inner.active {
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#ham-inner.active::-webkit-scrollbar {
    display: none;
}

.ham-logo {
    display: block;
    width: 55%;
}

#ham-inner ul {
    margin: 20px 0 60px; 
}

#ham-inner ul li {
    padding: 20px;
    line-height: 2;
    border-bottom: 1px solid #000;
}

#ham-inner ul li:first-of-type {
    border-top: 1px solid #000;
}

#ham-inner ul li a {
    text-decoration: none;
    color: #000;
}

.ham-reserve-btn {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
}

.ham-innner-btn {
    width: 70%;
    margin: 30px auto 0;
}

/* 要素をふわっと出現させる */
.fade-in {
    transition: 0.8s ease-in-out;
    /* transform: translateY(30px); */
    opacity: 0;
  }
  .fade-in.on {
    /* transform: translateY(0); */
    opacity: 1.0;
  }

#shop_info .bg_color{
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5em;
    padding: 0.5em;
    line-height: 1.5em;
}
#shop_info .shop_logo{
    width: 35%;
}
#shop_info .shop_logo img{
    border: 1px solid #ddd;
}
#shop_info h3 a{
    font-weight: 600;
    color: #bd802a;
    margin-bottom: 1rem;
}
#shop_info p{
    font-size: smaller;
}
#shop_info .btn{
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 1em;
    border-radius: 6px;
    text-decoration: none;
    width: 100%;
}
#shop_info .shop-reserve{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    padding: 0.5em;
    margin-bottom: 2em;
}
#shop_info .reserve-btn01{
    background-color: #cf2e2e;
}
#shop_info .reserve-btn02{
    background-color: #06c655;
}
#shop_info .reserve-btn03{
    background-color: #005bab;
}