@charset 'utf-8';
/* ======================================
　　PC・スマホ共通
========================================= */
.bg_yellow {
    background: #FFE071;
}
.radius {
    border-radius: 12px;
    overflow: hidden;
}
.title {
    font-weight: 900;
    color: #FEC402;
    text-align: center;
    background: url(../img/title_bg.png)no-repeat center;
    background-size: contain;
}
/* nav */
nav {
    margin-bottom: 24px;
}
nav li {
    margin-bottom: 16px;
    padding-bottom: 8px;
    display: table;
    background-image: linear-gradient(to right, #133047 2px, transparent 2px);
    background-size: 5px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
nav a {
    font-size: 20px;
    padding: 0 24px 0 26px;
    background-size: 20px;
    font-weight: 900;
    text-decoration: none;
    color: #133047;
    position: relative;
}
nav a:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/ico_nav_arrow.png)no-repeat center #FEC402;
    background-size: contain;
    transition: 0.3s;
}
nav a:hover:before {
    background-color: #EB5D48;
}
.information {
    margin-right: 56px;
    padding: 3px;
    border: 1px solid #98251D;
    background: #FFEEEB;
    border-radius: 4px;
    color: #98251D;
}
.information table {
    background: #FDF4F2;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
}
.information tr {
    border-bottom: 1px dashed #98251D;
}
.information tr:last-of-type {
    border-bottom: none;
}
.information th {
    width: 78px;
    vertical-align: middle;
}
.information td {
    width: calc(100% - 78px);
    border-left: 1px dashed #98251D;
    box-sizing: border-box;
    padding: 5px 10px 8px;
}
.information .left {
    text-align: left;
}
.information .time {
    font-size: 20px;
}
.information .time span {
    font-size: 10px;
    position: relative;
    top: -3px;
}
.information .attention {
    font-size: 10px;
}
.information .seat {
    font-size: 20px;
}
.information .seat span {
    font-size: 12px;
}
.lang {
    margin-bottom: 16px;
}
.lang p {
    margin-bottom: 12px;
    font-size: 10px;
}
.lang ul {
    display: flex;
    flex-wrap: wrap;
}
.lang li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 8px;
}
.lang li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    width: 5px;
    height: 4px;
    background: url(../img/ico_lang_arrow.png)no-repeat center;
    background-size: contain;
}
.lang a {
    border: 1px solid #133047;
    background: #FEC402;
    transition: 0.3s;
    border-radius: 50px;
    text-decoration: none;
    color: #133047;
    display: block;
    padding: 0 16px;
    line-height: 21px;
    font-size: 12px;
    transition: 0.3s;
}
.lang a:hover {
    background-color: #EB5D48;
}
/* logos */
.logos {
    width: 100%;
    height: 96px;
    overflow: hidden;
    display: flex;
    overflow: hidden;
}
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.logos_slides {
    animation: scroll-left 60s infinite linear .5s both;
    display: flex;
}
/* photos */
.photos {
    width: 100%;
    overflow: hidden;
    display: flex;
    overflow: hidden;
    background: #F5E2BD;
    margin-top: -1px;
}
.photos__slides {
    animation: scroll-left 60s infinite linear .5s both;
    display: flex;
}
.photos__slides li {
    margin: 0 1px;
    position: relative;
}
.photos__slides li:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../img/ico_plus.png)no-repeat center #FEC402;
    background-size: contain;
    z-index: 1;
    border-radius: 50%;
    transition: 0.3s;
}
.photos__slides li:hover:before {
    background-color: #EB5D48;
    ;
}
.photos__slides img {
    object-fit: cover;
    transition: 0.3s;
}
.photos__slides li:hover img {
    filter: grayscale(0.5);
    cursor: pointer;
}
/* main */
.main__slides li img {
    width: 100%;
    height: auto;
}
.lead {
    position: relative;
}
.lead h2 {
    font-weight: 900;
}
/* shops */
.illust {
    position: relative;
    z-index: 1;
}
@keyframes illust__wrapper__top {
    0% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}
.illust__wrapper__top li {
    transform: rotate(10deg);
    animation: illust__wrapper__top 2s infinite step-start;
}
@keyframes illust__wrapper__bottom {
    0% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(-10deg);
    }
}
.illust__wrapper__bottom li {
    transform: rotate(-10deg);
    animation: illust__wrapper__bottom 2s infinite step-start;
}
.shops__inner {
    background: #F5E2BD;
    transform: translateY(-1px);
}
.shop__logo {
    top: -59px;
}
.shop__item {
    position: relative;
    margin-bottom: 75px;
}
.shop__logo {
    position: absolute;
    z-index: 1;
}
.shop__imgs {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.shop__info {
    background: #fff;
    padding: 20px 20px 48px;
}
.popular__menu {
    position: relative;
    background: #B64E3D;
    color: #fff;
    padding: 12px 20px 20px;
    border-radius: 0 0 12px 12px;
}
.popular__menu h5 {
    color: #FFEB00;
    background: #B64E3D;
    position: absolute;
    left: 0;
    font-size: 11px;
    line-height: 16px;
    padding: 8px 20px 0;
    border-radius: 0 8px 0 0;
    top: -24px;
}
/* howto */
.comingsoon {
    object-fit: contain;
    background: #fff;
}
#youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* access */
.map {
    width: 100%;
    height: 532px;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* モーダル */
#modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
#modal.active {
    opacity: 1;
    visibility: visible;
}
#modalInner {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}
#closeModal {
    position: absolute;
    top: -40px;
    right: -40px;
    cursor: pointer;
    background-color: #FEC402;
    border-radius: 50%;
    transition: 0.3s;
}
#closeModal:hover {
    background-color: #EB5D48;
}
#modalImage {
    border-radius: 16px;
    border: 4px solid #FFFFFF;
    box-sizing: border-box;
}
/* ローディング */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
@keyframes loaderImage {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
#loaderImage {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    animation: loaderImage 2s infinite ease;
}
/* ======================================
　　PC用
========================================= */
@media screen and (min-width: 737px) {
    .sp {
        display: none;
    }
    .wrapper {
        display: flex;
    }
    .w744 {
        width: 744px;
        margin: auto;
        padding-right: 119px;
        padding-left: 48px;
    }
    .title {
        width: 246px;
        line-height: 119px;
        margin: 0 auto 48px;
        font-size: 24px;
    }
    /* nav */
    .nav {
        width: 369px;
        padding-top: 24px;
        padding-left: 48px;
        box-sizing: border-box;
        background: #fff;
    }
    .nav__wrapper {
        position: sticky;
        top: 24px;
        left: 0;
    }
    h1 {
        margin-bottom: 40px;
        width: 280px;
    }
    h1 img {
        width: 100%;
        height: auto;
    }
    /* main */
    main {
        width: calc(100% - 369px);
    }
    .main__slides {
        border-radius: 0 0 0 80px;
        overflow: hidden;
        margin-left: 48px;
        margin-bottom: 40px;
    }
    #ho {
        padding: 0;
        background: #98251D;
        box-sizing: border-box;
        border-radius: 4px;
        margin-bottom: 32px;
    }
    #ho p {
        display: block;
        padding: 16px;
        line-height: 1em;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }
    #ho p span {
        font-size: 14px;
    }
    .lead {
        margin-bottom: 36px;
    }
    .lead h2 {
        font-size: 34px;
        line-height: 1.5;
        margin-bottom: 32px;
    }
    .lead p {
        font-size: 17px;
        line-height: 2;
    }
    /* photos */
    .photos {
        height: 280px;
    }
    .photos__slides img {
        width: 280px;
        height: 280px;
    }
    .photos__slides li:before {
        bottom: 16px;
        right: 16px;
    }
    /* shops */
    .shops_bg {
        margin-top: -277px;
    }
    .illust__wrapper, .illust__wrapper ul {
        display: flex;
    }
    .illust__wrapper__top {
        margin-left: 93px;
        margin-bottom: 14px;
    }
    .illust1 {
        margin-top: 14px;
    }
    .illust7 {
        margin-top: -24px;
    }
    .pc_mr159 {
        margin-right: 159px;
    }
    .pc_mr108 {
        margin-right: 108px;
    }
    .pc_mr143 {
        margin-right: 143px;
    }
    .pc_mr147 {
        margin-right: 147px;
    }
    .pc_mr98 {
        margin-right: 98px;
    }
    .pc_mr132 {
        margin-right: 132px;
    }
    .shops__inner {
        padding-top: 32px;
    }
    .shops__inner .title {
        margin-bottom: 83px;
    }
    .shop__list {
        margin-left: -24px;
        width: calc(100% + 48px);
        padding-bottom: 5px;
    }
    .shop__list {
        display: flex;
        flex-wrap: wrap;
    }
    .shop__logo {
        top: -59px;
        right: -48px;
    }
    .shop__item {
        width: 348px;
        margin-left: 24px;
        margin-right: 24px;
    }
    .shop__info h4 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .shop__info h4 span {
        font-size: 12px;
    }
    .shop__info p {
        font-size: 14px;
        line-height: 2;
    }
    .popular__menu {
        font-size: 13px;
        line-height: 1.8;
    }
    /* howto */
    .comingsoon {
        height: 420px;
    }
    .howto__wrapper {
        padding: 80px 0;
    }
    /* access */
    .access__wrapper {
        padding: 0 0 80px;
    }
    .access__text {
        margin-top: 32px;
        font-size: 17px;
    }
}
/* ======================================
　　PC用（横1280px以上）
========================================= */
@media screen and (min-width: 1280px) {
    .main__slides li, .main__slides li img {
        width: 100%;
        height: 640px;
    }
    .main__slides li img {
        object-fit: cover;
    }
}
/* ======================================
　　スマホ用
========================================= */
@media screen and (max-width: 736px) {
    html {
        padding-top: 60px;
    }
    .pc {
        display: none;
    }
    .w744 {
        padding: 0 24px;
    }
    .title {
        width: 172px;
        line-height: 83px;
        margin: 0 auto 24px;
        font-size: 20px;
    }
    /* logo */
    .logos {
        height: 56px;
    }
    .logos img {
        width: 108px;
        height: 56px;
    }
    /* nav */
    .menuBtn {
        width: 36px;
        height: 36px;
        border: 2px solid #133047;
        border-radius: 50%;
        background: #FEC402;
        position: fixed;
        top: 12px;
        right: 12px;
        box-sizing: border-box;
    }
    .menuBtn span {
        width: 16px;
        height: 2px;
        background: #133047;
        position: absolute;
        left: 8px;
        transition: 0.3s;
    }
    .menuBtn span:nth-of-type(1) {
        top: 10px;
    }
    .menuBtn span:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%);
    }
    .menuBtn span:nth-of-type(3) {
        bottom: 10px;
    }
    .menuBtn.active span:nth-of-type(1) {
        top: 15px;
        transform: rotate(45deg);
    }
    .menuBtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menuBtn.active span:nth-of-type(3) {
        top: 15px;
        bottom: unset;
        transform: rotate(-45deg);
    }
    .nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
        z-index: 2;
        background: #fff;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    }
    h1 img {
        width: auto;
        height: 36px;
    }
    .nav__inner {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        padding: calc((100vw - 257px) / 2);
        box-sizing: border-box;
        width: 100%;
        background: rgba(255, 255, 255, 0.9);
        box-sizing: border-box;
        height: calc(100% - 60px);
    }
    .information {
        margin-right: 0;
    }
    /* photos */
    .photos {
        height: 180px;
    }
    .photos__slides img {
        width: 180px;
        height: 180px;
    }
    .photos__slides li:before {
        bottom: 8px;
        right: 8px;
    }
    /* main */
    .main__slides {
        border-radius: 0 0 0 64px;
        overflow: hidden;
        margin-bottom: 24px;
    }
    #ho {
        padding: 0;
        background: #98251D;
        box-sizing: border-box;
        border-radius: 4px;
        margin: 0 auto 24px;
    }
    #ho p {
        display: block;
        padding: 10px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 1.4em;
    }
    #ho p span {
        display: block;
        font-size: 11px;
    }
    .lead {
        margin-bottom: 36px;
    }
    .lead h2 {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 16px;
    }
    .lead p {
        font-size: 14px;
        line-height: 1.8;
    }
    /* shops */
    .shops_bg {
        margin-top: -80px;
    }
    .shops_bg img {
        width: 100%;
        height: auto;
    }
    .illust__wrapper__bottom {
        display: none;
    }
    .illust__wrapper__top {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .illust__wrapper__top li img {
        width: 100%;
        height: auto;
    }
    .illust1, .illust3 {
        position: relative;
        bottom: 0px;
        width: 56px;
    }
    .illust2, .illust4 {
        position: relative;
        top: -24px;
        animation: illust__wrapper__bottom 2s infinite step-start !important;
        width: 56px;
    }
    .shop__list {
        padding-bottom: 5px;
    }
    .shops__inner {
        padding-top: 16px;
    }
    .shop__logo {
        right: -24px;
    }
    .shop__imgs img {
        width: 100%;
        height: auto;
    }
    .shop__info h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .shop__info h4 span {
        font-size: 12px;
    }
    .shop__info p {
        font-size: 13px;
        line-height: 1.8;
    }
    .popular__menu {
        font-size: 12px;
        line-height: 1.6;
    }
    /* howto */
    .howto__wrapper {
        padding: 80px 0;
    }
    #youtube {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    #youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    /* access */
    .access__wrapper {
        padding: 0 0 80px;
    }
    .access__text {
        margin-top: 24px;
        font-size: 15px;
        line-height: 1.8;
    }
    .map {
        aspect-ratio: 1 / 1;
        height: auto;
    }
    /* モーダル */
    #modal img {
        max-width: 100%;
        height: auto;
    }
    #closeModal {
        right: 0;
        top: -48px;
    }
}