@charset "UTF-8";



html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333232;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
}

.sp_only {
    display: block;
}

.pc_only {
    display: none;
}

#wrapper {
    overflow: hidden;
    
}

.contents {
    padding: 0 15px;
}

section {
    margin-top: 70px;
}

h2 {
    font-size: 2.4rem;
    letter-spacing: .1rem;
    padding-bottom: 5px;
    border-bottom: solid #333232 1px;
    margin-bottom: 20px;
}

.-gray {
    
    border-radius: 20px;
    padding: 20px 15px;
    line-height: 1.8;
}

.em {
    color: #E54576;
    font-weight: bold;
}

.list-box li {
    margin-bottom: 30px;
}

.list-box li:last-child {
    margin-bottom: 0;
}

.list-box li > span {
    display: block;
    font-size: 2rem;
    letter-spacing: .2rem;
    margin-bottom: 5px;
    line-height: 1.2;
}

.-box {
    background: #fff;
    padding: 20px 15px;
    border-radius: 20px;
    border: 2px #333232 solid;
}

.cancel_line {
    text-decoration: line-through;
}



header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    z-index: 999;
    background: #fff;

    transition: .3s;
}

header .logo {
    max-width: 100px;
    padding: 10px;
    height: 50px;
}

header .logo img {
    vertical-align: middle;
    width: 95px;
}


.main {
    margin-top: 50px;
    background: #F7F7F7;
    
    text-align: left;
}

.main-ttl > span {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2px;
}

.main-ttl {
    padding: 0 15px;
}

.main h1 {
    font-size: 5rem;
    letter-spacing: .1rem;
    line-height: 1;
}

.main h1 span {
    display: block;
}

.main .main-txt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 120px;
    background: url(../images/img_ticket.png) no-repeat right center;
    background-size: 290px;
    margin: 20px 0;
}

.main .main-txt p {
    width: 190px;
    margin: 14px 45px 0 0;
}

.main .main-img {
    border-top: solid 2px #333232;
    border-bottom: solid 2px #333232;
}

.main .period-box {
    background: #4BAEA0;
    text-align: center;
}

.period-box p {
    padding: 10px;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: .2rem;
}



:root {
    --swiper-theme-color: #4BAEA0;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-area {
    margin: 30px auto 0;
    position: relative;
    padding-bottom: 30px;
}

.swiper-container {
    overflow: hidden;
    list-style: none;
    z-index: 1;
    border-radius: 20px;
    border: solid 2px #333232;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    box-sizing: border-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: solid 1px #333232;
    border-radius: 100%;
    background: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-slide > div img {
    border-radius: 18px 18px 0 0;
    padding: 0;
    width: 100%;
    border-bottom: solid 2px #333232;
}

.slide-pd {
    padding: 20px 15px;
}

.swiper-slide .ttl {
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: solid 1px #333232;
    margin-bottom: 15px;
}

.swiper-slide dl {
    display: flex;
}

.swiper-slide dl dt {
    flex-basis: 90px;
    flex-shrink: 0;
}



.search-area {
    
    border-radius: 20px;
    background: #4BAEA0;
}

.search-area_second dd .search-area:first-of-type .search-area.half_size_bukken.second_bukken {
    background: #EEC343;
}

.search-area_second dd .search-area:last-of-type .search-area.half_size_bukken.second_bukken {
    background: #BB6347;
}

.search-area.third_bukken {
    background: #13AE27;
}

.search-area_second dd .search-area:first-of-type {
    margin-bottom: 10px;
}

.search-area a {
    
    display: flex;
    border: solid 1px #333232;
    border-radius: 20px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
}

.search-img {
    flex-basis: 25%;
    flex-shrink: 0;
    display: none;
}

.search-img img {
    
    height: 120px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.search-txtbox {
    
    padding: 15px 30px;
    
    height: auto;
    flex-grow: 1;
}

.search-txtbox > span {
    display: inline-block;
    color: #333232;
    
    font-size: 2.3rem;
    letter-spacing: .2rem;
    line-height: 1;
    
    margin-bottom: 0;
}

.search-txtbox > p {
    
    padding-bottom: 0;
    
    margin-top: 10px;
    text-align: left;
    
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.search-txtbox > p::after {
    content: "";
    display: inline-block;
    height: 11px;
    width: 120px;
    position: absolute;
    
    bottom: -8px;
    right: 0;
    background: url(../images/img_arrow.png) no-repeat right center;
    background-size: 120px;
    transition: .2s ease-in-out;
}

.search-txtbox > p span {
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.search-txtbox > p span::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 45%;
    margin-top: -8px;
    background: url(../images/icn_lupe_white.png) no-repeat center center;
    background-size: 20px;
}


.summary-box p {
    font-size: 2rem;
    font-weight: bold;
}



.rule-box > div {
    
    overflow-y: auto;
}

.rule-box > div::-webkit-scrollbar {
    width: 8px;
}

.rule-box > div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f7f7f7;
    margin: 15px 0;
}

.rule-box > div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #E0E0E0;
}

.rule-box dl {
    margin-bottom: 20px;
}

.rule-box dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.rule-box dl dd {
    margin-left: 20px;
}

.rule-box dl dd ul {
    margin-left: 20px;
}

.rule-box dl dd ul li {
    list-style: circle;
}

.rule-box dl dd a {
    color: #4baea0;
    text-decoration: underline;
}

.rule-box dl dd a:hover {
    text-decoration: none;
}


.period_shop_heading dt {
    float: left;
    padding-right: 2rem;
}

.rule-box dl.period_shop dl {
    margin-bottom: 10px;
}

.rule-box dl.period_shop > dd {
    margin-bottom: 20px;
}



.rule-box dl.shop_flow dd ul {
    margin-left: 0;
}

.rule-box dl.shop_flow dd ul li {
    list-style: none;
}

.rule-box dl.shop_flow dd ul li p {
    font-weight: bold;
    text-align: center;
    margin-top: .5em;
}

.rule-box dl.shop_flow dd ul li:first-of-type p {
    margin-top: 0;
}


dl.present_conts dd dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



dl.present_conts dd dl {
    margin-bottom: 10px;
}



footer {
    margin-top: 70px;
    text-align: center;
    padding: 30px 15px;
    
    background: #009261;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer ul li a {
    color: #fff;
}




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

    header .g-nav {
        position: absolute;
        top: 50px;
        right: -230px;
        width: 230px;
        height: calc(100vh - 50px);
        background: #fff;
        padding: 15px;
        border-left: solid 1px #333232;
        box-sizing: border-box;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

    header.open .g-nav {
        right: 0;
    }

    header .g-nav > div {
        padding: 40px 10px;
        background: #F7F7F7;
        border-radius: 20px;
        height: 100%;
        text-align: center;
    }

    header .g-nav ul {
        margin-bottom: 40px;
    }

    header .g-nav ul + ul li {
        display: inline-block;
        width: 45px;
    }

    header .g-nav ul + ul li:first-child {
        margin-right: 10px;
    }

    header ul li a {
        display: block;
        color: #333232;
        padding: 10px;
        font-size: 1.6rem;
        font-weight: 500;
    }

    #nav-toggle {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 999;
    }

    #nav-toggle div {
        position: relative;
    }

    #nav-toggle span {
        display: block;
        height: 2px;
        background: #333232;
        position: absolute;
        width: 100%;
        left: 0;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    #nav-toggle span:nth-child(1) {
        top: 0;
    }

    #nav-toggle span:nth-child(2) {
        top: 8px;
    }

    #nav-toggle span:nth-child(3) {
        top: 16px;
    }

    
    .open #nav-toggle span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    
    dl.present_conts dd dl {
        display: block;
    }

    

    dl.present_conts dd dl dd {
        text-align: right;
    }


    dl.present_conts dd dl {
        margin-bottom: 10px;
    }


    dl.period_shop dd dl dd {
        margin-left: 0;
    }

}

@media screen and (min-width:580px) and (max-width:768px) {

    .search-img {
        display: block;
    }

    .search-img img {
        border-radius: 18px 0 0 18px;
    }

    .search-txtbox {
        flex-grow: 1;
        text-align: right;
        padding: 20px 30px;
        height: 50px;
    }

    
    .full_size_bukken .search-txtbox {
        height: 50px;
    }

    .search-txtbox > p {
        margin-top: 20px;
    }

    
    .full_size_bukken .search-txtbox > p {
        margin-top: 25px;
    }

    .search-txtbox > span {
        font-size: 3rem;
    }

    .search-txtbox > p span {
        font-size: 2rem;
    }

    .search-txtbox > p::after {
        bottom: -10px;
    }

    
    .full_size_bukken .search-txtbox > p::after {
        bottom: -5px;
    }

}

@media screen and (min-width:768px) {

    .sp_only {
        display: none;
    }

    .pc_only {
        display: block;
    }

    section {
        
        margin-top: 70px;
    }

    .nav {
        display: flex;
        justify-content: space-between;
    }

    .-gray {
        padding: 30px;
    }

    .-box {
        padding: 30px;
    }

    body {
        font-size: 1.6rem;
    }

    .contents {
        padding: 0 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .sns-box {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }

    header .inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .logo {
        max-width: 115px;
        height: auto;
    }

    header .g-nav ul {
        display: flex;
        transition: all 0.35s ease;
    }

    header .g-nav ul li {
        margin-right: 40px;
    }

    header .g-nav ul li a {
        color: #333232;
        display: block;
        position: relative;
    }

    header .g-nav ul li a:before,
    header .g-nav ul li a:after {
        position: absolute;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    header .g-nav ul li a:before {
        bottom: 0;
        display: block;
        height: 1px;
        width: 0%;
        content: "";
        background-color: #333232;
    }

    header .g-nav ul li a:after {
        left: 0;
        top: 0;
        padding: 2px 0;
        position: absolute;
        content: attr(data-hover);
        white-space: nowrap;
        max-width: 0%;
        overflow: hidden;
    }

    header .g-nav ul li a:hover::before {
        width: 100%;
    }

    header .g-nav ul li a:hover::after {
        max-width: 100%;
    }

    .main {
        border-radius: 20px;
        position: relative;
        margin: 60px 30px;
        padding: 0;
    }

    .main-inner {
        
    }

    .main h1 {
        font-size: 5.5vw;
        margin-right: 220px;
    }

    .main h1 span {
        display: inline-block;
        margin-right: 10px;
    }

    .main-ttl {
        padding: 0;
    }

    .main-ttl > span {
        display: inline-block;
        margin-right: 10px;
        font-size: 2.5vw;
        letter-spacing: .1rem;
    }

    .main-ttl > span + span {
        margin-right: 240px;
    }

    .main .main-txt {
        height: 150px;
        position: absolute;
        right: -60px;
        top: 30px;
        width: 350px;
        background: url(../images/img_ticket.png) no-repeat right center;
        background-size: 350px;
    }

    .main .main-txt p {
        width: 230px;
        margin: 14px 55px 0 0;
    }

    .main .main-img {
        border-right: solid 2px #333232;
        border-left: solid 2px #333232;
        margin: 0 auto;
        max-width: 800px;
        border-radius: 20px;
        position: relative;
        top: 60px;
    }

    .main .main-img img {
        border-radius: 20px;
        width: 100%;
    }

    .main .period-box {
        border-radius: 0 0 20px 20px;
    }

    .period-box p {
        padding: 90px 10px 30px;
        font-size: 2vw;
    }

    header .g-nav .sns-box {
        flex-wrap: wrap;
        width: 40px;
    }

    header .g-nav .sns-box li {
        margin: 0 0 10px 0;
    }

    .swiper-slide {
        display: flex;
        align-items: center;
    }

    .swiper-slide > div {
        flex-shrink: 0;
    }

    .swiper-slide > div img {
        border-radius: 0;
        padding: 0;
        max-width: 320px;
        object-fit: cover;
        border-bottom: none;
    }

    .swiper-slide dl dd {
        word-break: keep-all;
    }

    .slide-pd {
        flex-grow: 1;
        padding: 20px 30px;
        font-size: 1.4rem;
        line-height: 1.8;
    }

    h2 {
        font-size: 3rem;
        border-bottom: none;
        display: flex;
        align-items: center;
    }

    h2::after {
        content: "";
        flex-grow: 1;
        height: 1px;
        background: #333232;
        display: block;
        margin-left: 70px;
    }

    .list-box {
        
        margin-top: 25px;
        display: flex;
    }

    .list-box li {
        border-radius: 20px;
        border: 2px #333232 solid;
        background: #fff;
        position: relative;
        margin: 0 30px 0 0;
    }

    .list-box li:last-child {
        margin-right: 0;
    }

    .list-box li > span {
        margin-bottom: 0;
        position: absolute;
        top: -30px;
        left: 0;
    }

    .list-box .-box {
        border: none;
        font-size: 1.4rem;
    }

    
    .search-area_second dd {
        display: flex;
    }

    .search-area_second dd .search-area:first-of-type {
        margin-bottom: 0;
    }

    .search-area_second > dd > .search-area {
        margin: 0 10px;
        width: 50%;
    }

    .search-img {
        display: block;
    }

    .search-img img {
        border-radius: 18px 0 0 18px;
    }


    .search-area_second dd .search-area .search-txtbox {
        height: auto;
    }


    .search-txtbox .search-txtbox > p {
        margin-top: 15px;
    }

    
    .full_size_bukken .search-txtbox > p {
        margin-top: 25px;
    }

    
    .search-area_second dd .search-area .search-txtbox > p {
        margin-top: 30px;
    }


    .search-txtbox {
        flex-grow: 1;
        text-align: right;
    }

    .search-txtbox > span {
        font-size: 3rem;
    }

    .search-txtbox > p span {
        font-size: 2rem;
    }

    
    .search-area_second dd .search-area .search-txtbox > p span {
        font-size: 1.6rem;
    }

    .search-txtbox > p::after {
        bottom: -5px;
    }

    .rule-box dl {
        margin-bottom: 30px;
    }

    .rule-box dl.period_shop dl {
        margin-bottom: 10px;
    }

    .rule-box dl.period_shop > dd {
        margin-bottom: 25px;
    }

    .search-area a:hover {
        background: #5DD1C1;
        transition: .3s;
        box-shadow: none;
    }

    .search-area_second dd .search-area:first-of-type .search-area.half_size_bukken.second_bukken a:hover {
        background: #EED27F;
    }

    .search-area_second dd .search-area:last-of-type .search-area.half_size_bukken.second_bukken a:hover {
        background: #f3815c;
    }

    .search-area.third_bukken a:hover {
        background: #59AE05;
    }

    footer {
        padding: 60px 15px;
        margin-top: 120px;
    }

    footer ul {
        display: flex;
        justify-content: center;
    }

    footer ul li {
        font-size: 1.4rem;
        margin: 0 15px;
    }
}


@media screen and (min-width:768px) and (max-width:977px) {

    .search-area_second dd .search-area .search-img {
        display: none;
    }

}




@media screen and (min-width:1024px) {
    .main {
        margin: 60px;
    }

    .contents {
        padding: 0 60px;
    }
}

@media screen and (min-width:1450px) {
    .main {
        margin: 60px 175px;
    }

    header .inner {
        margin: 0 135px 0 175px;
    }

}
