@charset "UTF-8";

/*---------------------------------------------------------
システムページ
---------------------------------------------------------*/

#system {
}
.system_text01 {
    text-align: center;
    margin: 0 0 20px;
}
.system_text01 p {
    font-size: 16px;
    color: #fff;
}
.system_text01 p a span {
    color: #e2186f;
    text-decoration: underline;
}
.system_content01 {
    text-align: center;
    display: block;
    background: #000;
    border-radius: 3px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 1);
    padding: 20px;
    margin: 0 0 20px 0;
    border: 10px solid #141414;
    color: #fff;
}
.system_content01 img {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}
.system_content01 a img:hover{
    opacity: 1 !important;
}

.system_price video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.system_price img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
}
.system_price03_image {
    position: relative;
    padding-bottom: calc(100%*1476/1680);
}
.system_price03_image_inner {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: auto;
    background: url(../imgs/system/price03.png) no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding-bottom: calc(100%*1476/1680);
}
.system_price03_image video {
    position: absolute;
    z-index: 0;
    top: 28%;
    left: 45%;
    display: block;
    width: 100%;
    max-width: 25%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 768px) {
    .system_price {
        margin: 0 -15px;
    }
}

.system_content02 {
    text-align: center;
    display: block;
    background: #000;
    border-radius: 3px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 1);
    padding: 20px;
    margin: 20px 0;
    border: 10px solid #141414;
    color: #fff;
}
.system_content02 img {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

.system_content04 h3 {
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.system_content04 p {
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.system_content04 h5 {
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    margin: 20px 0 0 0;
}
.system_movie_outer {
    width: 740px;
    height: 400px;
    position: relative;
    margin: 0 auto 20px;
}
.movie_img {
    background: url(https://galdeli-ikb.com/imgs/main/sys_text2_bg.png) no-repeat;
    width: 740px;
    height: 400px;
    position: absolute;
    top: 0;
    z-index: 2;
}
.system_movie {
    position: relative;
    top: 40px;
    margin: 0 0 0 220px;
    z-index: 1;
}
.system_text02 {
    text-align: center;
    margin: 20px 0 0 0;
}
.system_text02 p {
    font-size: 15px;
    padding: 2px 0;
    color: #fff;
}
.system_text02 p span {
    font-size: 32px;
    font-weight: normal;
}

.delivery_inner{
    padding: 20px 0 0 0;
}

.delivery_flow{
    display: table;
    table-layout: auto;
    width: 100%;
    padding: 20px 0 0;
}
.delivery_flow_list{
    display: table-cell;
    vertical-align: middle;
}
.delivery_flow_list p{
    padding: 10px;
    border: 1px solid #3e3e3e;
    border-radius: 2px;
    background: #2c2c2c;
    font-size: 15px;
    text-align: left;
}
.delivery_flow_list img{
    display: block;
    width: auto;
    height: 100%;
    max-height: 140px;
    margin: 10px auto;
}
.delivery_flow_list_headline{
    background: #b9ac8c;
    text-shadow: 0 0 2px rgba(0,0,0, .1);
    color: #fff;
    font-size: 14px; 
    font-weight: bold;
    padding: 2px 0;
    display: block;
    width: 120px;
    margin: 0 auto 15px;
    text-align: center;
    background: #1D0714;
    background: -ms-linear-gradient(120deg, #1D0714, #6C0542, #1D0714);
    background: -moz-linear-gradient(120deg, #1D0714, #6C0542, #1D0714);
    background: linear-gradient(120deg, #1D0714, #6C0542, #1D0714);
    background-size: auto auto;
    background-size: 200% 100%;
}
.delivery_flow_list_bold{
    font-weight: bold;
}
.delivery_flow_list i.fa-caret-right{
    display: inline-block;
    padding: 0 5px;
    font-size: 20px;
}
.delivery_flow_list i.fa-caret-down{
    display: none;
}
@media screen and (max-width: 1840px) {
    .delivery_flow_list img{
        display: block;
        width: auto;
        height: 100%;
        max-height: 100px;
        margin: 10px auto;
    }
}
@media screen and (max-width: 1400px) {
    .delivery_flow_list img{
        display: block;
        width: auto;
        height: 100%;
        max-height: 80px;
        margin: 10px auto;
    }
}
@media screen and (max-width: 1280px) {
    .delivery_flow{
        display: block;
        table-layout: auto;
        width: 100%;
        padding: 10px 0;
    }
    .delivery_flow_list{
        display: block;
        width: 100%;
        vertical-align: middle;
    }
    .delivery_flow_list_headline{
        width: 100%;
        margin: 0 auto 10px;
    }
    .delivery_flow_list img{
        display: block;
        width: auto;
        height: 100%;
        max-height: 80px;
        margin: 5px 10px 10px 0;
        float: left;
    }
    .delivery_flow_list i.fa-caret-right{
        display: none;
    }
    .delivery_flow_list i.fa-caret-down{
        display: block;
        text-align: center;
        padding: 3px 0;
        font-size: 20px;
    }
}
.system_delivery_attention {
    border: 1px solid #3e3e3e;
    border-radius: 2px;
    background: #2c2c2c;
    padding: 20px 20px 10px;
    margin: 20px 0 10px 0;
}
.system_delivery_attention h5 {
    font-weight: bold;
}
.system_content01 .system_delivery_attention ul {
}
.system_content01 .system_delivery_attention ul li {
    margin: 0;
    padding: 1px 0;
    border-radius: none;
    font-size: 14px;
    background: none;
    border: none;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .system_delivery_attention {
        padding: 20px 10px 10px;
        margin: 10px 0 10px 0;
    }
    .system_content01 .system_delivery_attention ul {
        text-align: left;
    }
    .system_content01 .system_delivery_attention ul li {
        text-align: left;
        font-size: 13px;
        letter-spacing: 0em;
    }
}

.credit{
    margin: 20px auto;
    text-align: center;
}
.credit_image{
    display: inline-block;
    max-width: 280px;
}
.credit_image img{
    display: block;
    width: 100%;
}
.credit_text{
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
    .credit{
        margin: 20px auto 10px;
    }
    .credit_image{
        max-width: 480px;
    }
    .credit_text{
        display: inline-block;
        vertical-align: top;
        padding: 0;
        font-size: 16px;
        letter-spacing: 0em;
    }
}

.member{
    margin: 20px auto;
    text-align: center;
    padding: 20px 0 0 0;
}
.member_image{
    display: inline-block;
    max-width: 440px;
    margin: 0 5px;
}
.member_image img{
    display: block;
    width: 100%;
    border: 1px solid #555;
}
.member_image p{
    letter-spacing: 0em;
    padding: 5px 0;
}
.member_guide{
    margin: 10px 0;
}
.member_guide p{
    text-align: center;
    font-size: 15px;
    letter-spacing: 0em;
    padding: 5px 0;
}
@media screen and (max-width: 768px) {
    .member{
        margin: 10px auto 0;
    }
    .member_image{
        max-width: 480px;
        margin: 0;
    }
    .member_image p{
        letter-spacing: 0em;
        padding: 5px 0 10px;
    }
    .member_guide{
        margin: 0 0 20px 0;
    }
    .member_guide p{
        text-align: left;
        font-size: 14px;
    }
}

.system_barker{
    padding: 20px;
}
.system_content01.system_barker h3 {
    padding: 5px 0;
    font-size: 16px;
}
.system_content01.system_barker h3:nth-child(4) {
    padding: 15px 0 5px 0;
}
.system_barker p{
    text-align: left;
    font-size: 14px;
}
.system_barker p span {
    display: inline;
    padding: 0 0 2px 0;
    font-weight: bold;
    color: #e2186f;
}
@media screen and (max-width: 768px) {
    .system_content04.system_barker p{
        font-size: 13px;
        line-height: 1.4;
    }
    .system_content01.system_barker h3 {
        padding: 10px 0 0;
        font-size: 14px;
    }
}


.pirce_list_title{
    /*color: #e90089;
    background: -ms-linear-gradient(top left, #e90089, #745cd6);
    background: -moz-linear-gradient(top left, #e90089, #745cd6);
    background: -webkit-linear-gradient(top left, #e90089, #745cd6);
    background: linear-gradient(to bottom right, #e90089, #745cd6);
    -moz-background-clip:text;
    -webkit-background-clip:text;
    -o-background-clip:text;
    -ms-background-clip:text;
    -moz-text-fill-color:transparent;
    -webkit-text-fill-color:transparent;
    -o-text-fill-color:transparent;
    -ms-text-fill-color:transparent;*/
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto 20px;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #fff;
    text-shadow: 0 1px 8px rgba(0,0,0, .5);
}
.pirce_list_title span{
    font-size: 18px;
    display: block;
}
.pirce_list_title::first-letter {
    font-size: 48px;
    color: #e90089;
}
@media screen and (max-width: 768px) {
    .pirce_list_title{
        font-size: 24px;
        margin: 10px auto 20px;
    }
    .pirce_list_title span{
        font-size: 16px;
        display: block;
    }
    .pirce_list_title::first-letter {
        font-size: 36px;
        color: #e90089;
    }
}


.price_list_subtitle{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 10px;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #fff;
    text-shadow: 0 1px 8px rgba(0,0,0, .5);
    color: #e90089;

    color:    #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent),
                -webkit-linear-gradient(#E4BA74 0%, #E4BA74 26%, #e2ba78 35%, #a37e43);
    background: -o-linear-gradient(transparent, transparent),
                -o-linear-gradient(#E4BA74 0%, #E4BA74 26%, #e2ba78 35%, #a37e43);
    background: linear-gradient(transparent, transparent),
                linear-gradient(#E4BA74 0%, #E4BA74 26%, #e2ba78 35%, #a37e43);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break: break-all;
}   
.price_list_subtitle span{
    font-size: 22px;
    display: block;
    letter-spacing: 0em;
}


.course_table{
    width:100%;
    border:1px solid #382d2d;
    border-right:none;
    font-size:20px;
    margin: 20px 0 10px;
    display: table;
    background:#504d4d;
}
.course_table tr{
    display: table-cell;
    width: 20%;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    border-right:1px solid #382d2d;
}
.course_table tr.c_course_table{
    width: 33.33333%;
    display: block;
    float: left;
}
.course_table th{
    border-bottom: 1px solid #382d2d;
    color:#FFF;
    text-align:center;
    vertical-align:middle;
    font-weight: bold;
    display: block;
    padding: 20px 0;
    text-shadow: 0 1px 8px rgba(0,0,0, .5);
    word-break: break-all;
    line-height: 1.2;

    background: #1D0714;
    background: -ms-linear-gradient(120deg, #1D0714, #6C0542, #1D0714);
    background: -moz-linear-gradient(120deg, #1D0714, #6C0542, #1D0714);
    background: linear-gradient(120deg, #1D0714, #6C0542, #1D0714);
    background-size: 200% 100%;
}
.price_accordion .course_table th{
    border-bottom: 1px solid #382d2d;
    color:#FFF;
    text-align:center;
    vertical-align:middle;
    font-weight: bold;
    display: block;
    padding: 20px 0;
    text-shadow: 0 1px 8px rgba(0,0,0, .5);
    word-break: break-all;
    line-height: 1.2;

    background: #1D0714;
    background: -ms-linear-gradient(120deg, #1D0714, #593048, #1D0714);
    background: -moz-linear-gradient(120deg, #1D0714, #593048, #1D0714);
    background: linear-gradient(120deg, #1D0714, #593048, #1D0714);
    background-size: 200% 100%;
}
.course_table td{
    text-align:center;
    font-weight:bold;
    vertical-align:middle;
    font-weight: bold;
    display: block;
    padding: 20px 0;
    text-shadow: 0 1px 8px rgba(0,0,0, .5);
    font-size: 20px;
    word-break: break-all;
    line-height: 1.2;
    color: #fff;
}
.price_text_large{
    font-size: 28px;
    font-weight: bold;
}
.price_text_middle{
    font-size: 22px;
    font-weight: bold;
}
.price_text_attention{
    font-size: 13px;
    color: #999;
    letter-spacing: 0em;
}
.price_text_attention_foreign{
    font-size: 13px;
    color: #999;
    letter-spacing: 0em;
    margin: 0 0 -10px;
    text-align: center;
}
@media screen and (max-width: 1300px) {
    .course_table{
        width:100%;
        font-size:16px;
        margin: 20px 0;
    }
    .course_table tr{
        width: 20%;
    }
    .course_table th{
        text-align:center;
        vertical-align:middle;
        font-weight: bold;
        display: block;
        padding: 20px 0;
    }
    .price_accordion .course_table th{
        padding: 20px 0;
    }
    .course_table td{
        text-align:center;
        font-weight:bold;
        vertical-align:middle;
        font-weight: bold;
        display: block;
        padding: 20px 0;
    }
}
@media screen and (max-width: 768px) {
    .course_table{
        width:100%;
        font-size:16px;
        margin: 10px 0 5px;
        border-top: none;
        border-left: 1px solid #382d2d;
        border-right: 1px solid #382d2d;
        border-bottom: 1px solid #382d2d;
    }
    .course_table tr{
        width: 100%;
        display: block;
        float: none;
        clear: both;
        border-bottom: 1px solid #382d2d;
    }
    .course_table tr.c_course_table{
        width: 100%;
        display: block;
        float: none;
    }
    .course_table th{
        text-align:center;
        vertical-align:middle;
        font-weight: bold;
        display: block;
        padding: 0;
        width: 40%;
        float: left;
        height: 50px;
        line-height: 50px;
        letter-spacing: 0em;
    }
    .price_accordion .course_table th{
            text-align:center;
            vertical-align:middle;
            font-weight: bold;
            display: block;
            padding: 0;
            width: 40%;
            float: left;
            height: 50px;
            line-height: 50px;
            letter-spacing: 0em;
    }
    .course_table td{
        text-align:center;
        font-weight:bold;
        vertical-align:middle;
        font-weight: bold;
        display: block;
        padding: 0;
        font-size: 16px;
        width: 60%;
        float: left;
        height: 50px;
        line-height: 50px;
        letter-spacing: 0em;
    }

    .price_list_subtitle{
        font-size: 26px;
        margin: 20px auto 0;
        letter-spacing: 0em;

    }   
    .price_list_subtitle span{
        font-size: 20px;
    }

    .price_text_large{
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 0em;
    }
    .price_text_middle{
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0em;
    }
    .price_text_attention{
        font-size: 12px;
        text-align: left;
    }
    .price_text_attention_foreign{
        font-size: 12px;
        margin: 0 0 -10px;
    }
}


.option_table{
    width:100%;
    border:1px solid #382d2d;
    border-right:none;
    font-size:20px;
    margin: 10px 0 10px;
    display: table;
    background:#111;
}
.option_table_first{
    margin: 20px 0 10px;
}
.option_table_second{
    width: 100%;
    table-layout: fixed;
    display: table;
    margin: 0 0 20px 0;
}
.option_table_third{
    width:auto;
    vertical-align: top;
    /*display: table-cell;*/
    display: block;
}
.option_table_four{
    width:25%;
    vertical-align: top;
    display: table-cell;
}

.option_table tr {
    display: table-cell;
    width: 14.2857%;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    border-right:1px solid #382d2d;
}
.option_table th{
    display: block;
    text-align: center;

    border-bottom: 1px solid #382d2d;
    color:#FFF;
    text-align:center;
    vertical-align:middle;
    font-weight: bold;
    padding: 10px 0;
    text-shadow: 0 1px 8px rgba(0,0,0, .5);
    word-break: break-all;
    line-height: 1.2;

    background: #1D0714;
    background: -ms-linear-gradient(120deg, #1D0714, #6C0542, #1D0714);
    background: -moz-linear-gradient(120deg, #1D0714, #6C0542, #1D0714);
    background: linear-gradient(120deg, #1D0714, #6C0542, #1D0714);
    background-size: 200% 100%;
}
.option_table td{
    text-align:left;
    font-weight:bold;
    vertical-align:middle;
    display: block;
    padding: 10px 5px 5px;
    text-shadow: 0 1px 8px rgba(0,0,0, .5);
    font-size: 18px;
    word-break: break-all;
    line-height: 1.2;
}
.option_table td p{
    font-size: 18px;
    letter-spacing: 0em;
    padding: 10px 0;
}
.option_table td span{
    display: block;
    font-size: 11px;
    letter-spacing: 0em;
    font-weight: normal;
    color: #ccc;
    padding: 3px 0 0 0;
}
.price_list_shot_attention{
    text-align: left;
    font-size: 12px;
    color: #999;
    letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
    .option_table{
        width:100%;
        font-size:16px;
        margin: 10px 0 0;
        border-top: 1px solid #382d2d;
        border-left: 1px solid #382d2d;
        border-right: 1px solid #382d2d;
        border-bottom: 1px solid #382d2d;
    }
    .option_table_first{
        margin: 10px 0.6% 0;
    }
    .option_table_second{
        width: 100%;
        margin: 0 0 10px;
    }
    .option_table_third{
        width:100%;
        display: block;
    }
    .option_table_four{
        width:48.6%;
        display: inline-block;
        margin: 5px 0.2% 0;
    }

    .option_table tr{
        border-bottom: 1px solid #382d2d;
    }
    .option_table th{
        text-align:center;
        vertical-align:middle;
        font-weight: bold;
        display: block;
        padding: 0;
        height: 40px;
        line-height: 40px;
        width: 100%;
        height: auto;
        letter-spacing: 0em;
    }
    .option_table td{
        text-align:center;
        font-weight:bold;
        vertical-align:top;
        font-weight: bold;
        display: block;
        padding: 10px 2px 0;
        font-size: 14px;
        width: 100%;
        height: auto;
        letter-spacing: 0em;
    }
    .option_table td p{
        font-size: 14px;
        letter-spacing: 0em;
        padding: 6px 0 3px;
        border-bottom: none;
        text-align: center;
        margin: 3px 0;
    }
    .option_table td span{
        display: block;
        font-size: 13px;
        letter-spacing: 0em;
        font-weight: normal;
        color: #ccc;
    }
    .price_list_shot_attention{
        text-align: left;
        font-size: 12px;
    }
}

.option_table_item ul {
    text-align: center;
}
.option_table_item ul li {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}
.option_table_item ul li img{
    display: block;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
}
/*.option_table_item ul li video{
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}*/
@media screen and (max-width: 768px) {
    .option_table_item ul li {
        display: inline-block;
        vertical-align: top;
        padding: 4px 2px;
        width: 48%;
    }
    .option_table_item ul li img{
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .option_table_item ul li.option_table_item_one {
        width: 100%;
    }
    .option_table_item ul li.option_table_item_one img{
        display: block;
        width: 100%;
        max-width: 96%;
        margin: 0 auto;
    }

    /*.option_table_item ul li video{
        display: block;
        width: 100%;
        height: auto;
        max-width: 320px;
        margin: 0 auto;
    }
    .option_table_item ul li.option_table_item_one video{
        display: block;
        width: 100%;
        max-width: 32%;
        margin: 0 auto;
    }*/
}
.costume .option_table{
    width:100%;
    border: none;
    font-size:20px;
    margin: 10px 0 10px;
    display: table;
    background: none;
}
.costume .option_table tr {
    display: table-cell;
    width: 14.2857%;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    border-right: none;
}
.costume .option_table td {
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    display: block;
    padding: 0 5px 5px;
    text-shadow: 0 1px 8px rgba(0,0,0, .5);
    font-size: 18px;
    word-break: break-all;
    line-height: 1.2;
}
.costume .option_table_item ul li {
    display: inline-block;
    vertical-align: top;
    padding: 5px 2px;
    max-width: 24%;
}
.costume .option_table_item ul li img{
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .costume .option_table tr {
        border-bottom: none;
    }
    .costume .option_table td {
        padding: 0;
    }
    .costume .option_table_item ul li {
        padding: 5px .2%;
        max-width: 48%;
    }
    .costume .option_table_item ul li img{
        max-width: 220px;
    }
}

.price_accordion *, .price_accordion *:before, .price_accordion *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.price_accordion {
    position: relative;
    margin: 40px 0 60px;
}
.price_accordion label {
    position: absolute;
    cursor: pointer;
    text-align: center;

    z-index: 2;
    bottom: -20px;
    left: 50%;
    width: 100%;
    max-width: 320px;
    margin: 0 0 0 -160px;
    color: #999;
    font-weight: normal;
    text-decoration: underline;
}
.price_accordion label span{
    display: block;
    font-size: 13px;
    letter-spacing: 0em;
}
.price_accordion input {
    display: none;
}
.price_accordion .price_accordion_container {
    overflow: hidden;
    height: 0;
    margin: 40px 0 0 0;
}
.price_accordion input:checked + label {
     display: none;
}
.price_accordion input:checked ~ .price_accordion_container {
    height: auto;
    padding-bottom: 0;
    margin: -30px 0 -40px;
}
@media screen and (max-width: 768px) {
    .price_accordion label {
        position: absolute;
        cursor: pointer;
        text-align: center;

        z-index: 2;
        bottom: -20px;
        left: 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        font-size: 13px;
    }
    .price_accordion label span{
        font-size: 12px;
        font-weight: normal;
    }
}










/*予約ボタン*/
#system_reserve{
    position: relative;
    top: -100px;
}
.system_reserve_inner {
    max-width: 1040px;
    margin: 0 auto;
}
.system_content01 h3.system_reserve_title{
    font-weight: bold;
    font-size: 32px;
    color: #e90089;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 20px 0 0 0;
}
.system_reserve_text{
    font-size: 16px;
    padding: 10px 0;
    text-align: left;
    letter-spacing: 0em;
    line-height: 1.6;
}
.system_content01 .system_reserve_inner ul{
    margin: 10px 0 0 0;
}
.system_content01 .system_reserve_inner ul li {
    text-align: center;
    background: #745cd6;
    padding: 10px 20px;
    margin: 5px auto;
    display: block;
    max-width: 500px;
    font-weight: bold;
    border: 1px solid #7157ad;
    background: #111;
    background: -ms-linear-gradient(-200deg, #111, #745cd6, #111);
    background: -moz-linear-gradient(-200deg, #111, #745cd6, #111);
    background: linear-gradient(-200deg, #111, #745cd6, #111);
        background-size: auto auto;
    background-size: 200% 100%;
    font-size: 20px;
    font-weight: bold;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-shadow: 0 1px 8px rgba(0,0,0, .5);
}
.system_content01 .system_reserve_inner ul li h4 {
    line-height: 1.4;
}
.system_reserve_attention{
    font-size: 14px;
    padding: 0 0 10px 0;
    text-align: center;
}

.system_reserve_button{
    padding: 20px 0 10px 0;
    text-align: center;
}
.system_reserve_line{
    display: inline-block;
    width: 46%;
    max-width: 480px;
    text-align: center;
    border-radius: 2px;
    -webkit-transform: translateZ(0);
    box-shadow: 0 4px 12px rgba(0,0,0, .5);
    border: 1px solid #333;
    transition: all .3s;
    background: -moz-linear-gradient(top, #19BC03, #159105);
    background: -webkit-gradient(linear, left top, left bottom, from(#19BC03), to(#159105));
}
.system_reserve_twitter{
    display: inline-block;
    width: 46%;
    max-width: 480px;
    text-align: center;
    border-radius: 2px;
    -webkit-transform: translateZ(0);
    box-shadow: 0 4px 12px rgba(0,0,0, .5);
    border: 1px solid #333;
    transition: all .3s;
    background: -moz-linear-gradient(top, #6C0542, #1D0714);
    background: -webkit-gradient(linear, left top, left bottom, from(#6C0542), to(#1D0714));
}
.system_reserve_line img{
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 20px 0;
}
.system_reserve_twitter img{
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 0;
}
.system_reserve_twitter:hover , .system_reserve_line:hover{
    border: 1px solid #333;
    opacity: .75;
}


@media screen and (max-width: 768px) {
    .system_text01 {
        text-align: left;
        margin: 20px 0 10px;
    }
    .system_text01 p {
        font-size: 13px;
        color: #fff;
    }
    .system_content01 {
        text-align: center;
        display: block;
        background: none;
        border-radius: 0px;
        box-shadow: none;
        padding: 0;
        margin: 0;
        border: none;
        width: 100%;
    }
    .system_content02 {
        text-align: center;
        display: block;
        background: none;
        border-radius: 0px;
        box-shadow: none;
        padding: 0;
        margin: 0;
        border: none;
        width: 100%;
    }

.system_movie_outer {
    width: 100% !important;
    max-width: 300px !important;
    height: 100% !important;
    position: relative;
    margin: 20px auto 20px;
}
.movie_img {
    background: none;
    width: 100% !important;
    max-width: 300px !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    z-index: 2;
}
.system_movie {
    position: relative;
    top: 0;
    margin: 0 auto;
    z-index: 1;
}
.system_movie video{
    display: block;
    width: 100% !important;
    max-width: 300px !important;
    height: 100% !important;
}

    .system_text02 p span {
        font-size: 24px;
        font-weight: normal;
    }

    .system_content04 h3 {
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        margin: 0 0 20px 0;
    }
    .system_content04 p {
        color: #fff;
        font-size: 14px;
        text-align: left;
        margin: 0;
    }
    .system_content04 h5 {
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        margin: 20px 0;
    }
    .system_text02 {
        text-align: left;
        margin: 20px 0 0 0;
    }
}

.container_pop_agree{
    color: #fff;
}






.system_content01 ul {
    padding: 10px 0;
}
.system_content01 ul li {
    text-align: center;
    background: #745cd6;
    padding: 10px 20px;
    margin: 5px auto;
    display: inline-block;

    border: 1px solid #7157ad;
    background: #111;
    background: -ms-linear-gradient(-200deg, #111, #745cd6, #111);
    background: -moz-linear-gradient(-200deg, #111, #745cd6, #111);
    background: linear-gradient(-200deg, #111, #745cd6, #111);
    background-size: 200% 100%;
    font-size: 20px;
    font-weight: bold;
    /*font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    text-shadow: 0 1px 8px rgba(0,0,0, .5);
}
.system_content01 h3 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 0 auto 10px;
}
.system_content01 h3 span {
    font-size: 26px;
    line-height: 1.4;
    display: block;
}
.system_content01 h3 span.option_title {
    font-size: 22px;
    line-height: 1.4;
    display: inline-block;
    padding: 0 5px;
}
.system_content01 ul li h4 {
    font-weight: bold;
    font-size: 24px;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #fff;
}
.system_content01 ul li p {
    display: inline-block;
    margin: 5px;
    font-size: 20px;
    background: #b9ac8c;
    color: #fff;
    border-radius: 40px;
    padding: 6px 20px;
    font-weight: bold;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 10px 5px;
}
.system_service {
    text-align: center;
    margin: 10px 0 10px;
}
.system_service p {
    display: inline-block;
    margin: 0.5%;
    font-size: 26px;
    background: #b9ac8c;
    color: #fff;
    border-radius: 4px;
    padding: 12px 10px;
    font-weight: bold;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    width: 44%;
}
@media screen and (max-width: 768px) {
    .system_content01 ul {
        padding: 10px 0;
    }
    .system_content01 ul li {
        padding: 2px 5px;
        margin: 5px auto;
        display: inline-block;
        font-size: 15px;
        letter-spacing: 0em;
    }
    .system_content01 ul li h4 {
        font-size: 16px;
        letter-spacing: 0em;
        padding: 5px;
    }
    .system_content01 h3 {
        font-weight: bold;
        font-size: 20px;
        width: 100%;
        margin: 0 auto 10px;
    }
    .system_content01 h3 span {
        font-size: 20px;
        line-height: 1.4;
        display: block;
    }
    .system_content01 h3 span.option_title {
        font-size: 20px;
        line-height: 1.4;
        display: inline-block;
        padding: 0 5px;
    }
    .system_content01 ul li p {
        display: inline-block;
        margin: 5px;
        font-size: 20px;
        background: #b9ac8c;
        color: #fff;
        border-radius: 40px;
        padding: 6px 20px;
        font-weight: bold;
        font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        margin: 5px 0;
    }
    .system_service {
        text-align: center;
        margin: 10px 0 10px;
    }
    .system_service p {
        display: block;
        margin: 5px 0;
        font-size: 18px;
        background: #b9ac8c;
        color: #fff;
        border-radius: 4px;
        padding: 12px 0;
        font-weight: bold;
        font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        width: 100%;
        letter-spacing: 0em;
    }


    #system_reserve{
        position: relative;
        top: -50px;
    }
    .system_reserve_inner {
        max-width: 1040px;
        margin: 0 auto 20px;
    }
    .system_content01 h3.system_reserve_title{
        font-size: 24px;
        letter-spacing: 0em;
    }
    .system_reserve_text{
        font-size: 14px;
    }
    .system_content01 .system_reserve_inner ul{
        margin: 0;
    }
    .system_content01 .system_reserve_inner ul li {
        padding: 10px 0px;
        max-width: 640px;
    }
    .system_reserve_attention{
        font-size: 13px;
        text-align: center;
        letter-spacing: 0em;
        line-height: 1.2;
    }

    .system_reserve_button{
        padding: 10px 0 10px 0;
    }
    .system_reserve_line{
        width: 100%;
        max-width: 640px;
        text-align: center;
        border-radius: 100px;
        -webkit-transform: translateZ(0);
        box-shadow: 0 4px 12px rgba(0,0,0, .5);
        border: 1px solid #fce2e2;
        display: block;
        transition: all .3s;
        background: -moz-linear-gradient(top, #19BC03, #159105);
        background: -webkit-gradient(linear, left top, left bottom, from(#19BC03), to(#159105));
        margin: 10px auto 0;
    }
    .system_reserve_twitter{
        width: 100%;
        max-width: 640px;
        text-align: center;
        border-radius: 100px;
        -webkit-transform: translateZ(0);
        box-shadow: 0 4px 12px rgba(0,0,0, .5);
        border: 1px solid #fce2e2;
        display: block;
        transition: all .3s;
        background: -moz-linear-gradient(top, #6C0542, #1D0714);
        background: -webkit-gradient(linear, left top, left bottom, from(#6C0542), to(#1D0714));
    }
    .system_reserve_line img{
        max-width: 190px;
    }
    .system_reserve_twitter img{
        max-width: 220px;
    }

}

/*接待、デート、お泊まりコース*/
.reception_content_inner {
    max-width: 1040px;
    margin: 0 auto;
}
.reception_content_inner h3{
    font-weight: bold;
    font-size: 36px;
    color: #e90089;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.reception_content_inner img{
    max-width: 1040px;
    margin: 0 auto;
}
.reception_intro_text01{
    font-size: 18px;
    padding: 20px 0 10px;
    text-align: left;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.reception_intro_text02{
    font-size: 18px;
    padding: 10px 0;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.reception_content_inner a {
    display: block;
    width: 100%;
    max-width: 1040px;
    margin: 20px auto 10px;
}

.reception_content {
}
.reception_content_inner .system_section_title{
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    background: #745cd6;
    padding: 10px;
    margin: 20px auto;
    color: #fff;
}
.reception_content_inner .system_section_title span.system01_number {
    background: #fff;
    border-radius: 50%;
    color: #745cd6;
    font-size: 20px;
    font-weight: bold;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 8px 0 0;
}

.system_section_subtitle{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #e90089;
    margin: 10px 0 20px;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.reception_left_image{
    width: 40%;
    float: left;
}
.reception_right_text{
    width: 58%;
    float: right;
}
.reception_left_text{
    width: 58%;
    float: left;
}
.reception_right_image{
    width: 40%;
    float: right;
}
.reception_left_image img,.reception_right_image img{
    margin: 0 0 20px;
}

.reception_bottom_text{
    background: #222;
    border: 1px solid #333;
    padding: 10px 20px 20px;
    margin: 0 0 20px 0;
}

#system_hotel {
    margin-top: -60px;
    padding-top: 60px;
}
.reception_intro_pc {
    display: block;
    width: 100%;
    margin: 20px auto 0;
}
.reception_intro_sp {
    display: none;
}
.system01_content {
    margin: 20px 0 40px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #dedede;
}
.system01_content img {
    display: block;
    width: 100%;
}
.system01_text{
    font-size: 16px;
    text-align: left;
    padding: 0 0 20px;
}
.reception_inquiry_pc {
    display: block;
    width: 100%;
}
.reception_inquiry_sp {
    display: none;
}
.system_banner_link {
    padding: 10px 0 0;
}
.system_banner_link h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px;
    line-height: 1.4;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.system_banner_link a {
    display: block;
    max-width: 1040px;
    margin: 10px auto;
}
.system_banner_link a img {
    width: 100%;
}
.system_banner_pc {
    display: block;
}
.system_banner_sp {
    display: none;
}
.system_image_pc {
    display: block;
    width: 100%;
    margin: 20px 0 0;
}
.system_image_sp {
    display: none;
}
.system_course_content {
}
.system_course_content img {
    display: block;
    width: 100%;
}
.system_course_content h4 {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    background: linear-gradient(transparent 60%, #9f4078 0%);
    padding: 0 10px 3px;
}
.system_course_content_list {
    padding: 20px 0;
    text-align: left;
}
.system_course_content_list p{
    font-size: 18px;
    color: #e90089;
}

.system_course_content_text {
    margin: 0 0 20px 0;
    text-align: left;
}
.system_course_content_text p{
    font-size: 16px;
}
.system_course_content_section {
    margin: 10px 0 0;
    padding: 20px;
    background: #222;
    font-size: 14px;
    text-align: left;
}
.system_course_content_section h5 {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #666;
    padding: 0 0 4px 0;
    margin: 0 0 10px 0;
    color: #ccc;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.system_course_content_section p{
    font-size: 14px;
    text-align: left;
    color: #ccc;
}
.system_course_content_text_bold {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #999;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.reception_content_inner .link_button a {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 20px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background: #fff;
    border-radius: 2px;
}
@media screen and (max-width: 768px) {
    .reception_content {
        margin: 0;
    }
    .reception_guide_text{
        font-size: 14px;
        padding: 5px 0;
    }
    .reception_content_inner {
        padding: 0;
        border-radius: 4px;
    }
    .reception_content_inner h3{
        font-size: 22px;
        margin: 20px 0 0 0;
    }

    .reception_content_inner .system_section_title{
        font-weight: bold;
        font-size: 18px;
        text-align: left;
        background: #745cd6;
        padding: 10px 3%;
        margin: 20px auto;
        color: #fff;
        width: 94%;
    }
    .reception_content_inner .system_section_title span.system01_number {
        font-size: 14px;
        font-weight: bold;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        display: inline-block;
        position: relative;
        top: -2px;
        margin: 0 4px 0 0;
    }

.system_section_subtitle{
    font-size: 16px;
    text-align: left;
}

.reception_left_image{
    width: 100%;
    float: none;
}
.reception_right_text{
    width: 100%;
    float: none;
}
.reception_left_text{
    width: 100%;
    float: none;
}
.reception_right_image{
    width: 100%;
    float: none;
}
.reception_left_image img,.reception_right_image img{
    margin: 0;
}

.reception_bottom_text{
    padding: 0 10px 10px;
}

.reception_intro_text01{
    font-size: 15px;
    padding: 10px 0;
}
.reception_intro_text02{
    font-size: 14px;
    text-align: left;
    margin: 0 0 -20px;
}
    .system01_content {
        margin: 10px 0 20px;
        background: #fff;
        padding: 20px 10px;
        border-radius: 8px;
        border: 1px solid #dedede;
    }
    .system01_text {
        font-size: 14px;
        line-height: 1.4;
        margin: 10px 0 0 0;
    }
    .reception_intro_pc {
        display: none;
    }
    .reception_intro_sp {
        display: block;
        width: 100%;
        padding: 0;
    }
    .reception_inquiry_pc {
        display: none;
    }
    .reception_inquiry_sp {
        display: block;
        width: 100%;
    }
    .system_banner_pc {
        display: none;
    }
    .system_banner_sp {
        display: block;
    }
    .system_image_pc {
        display: none;
    }
    .system_image_sp {
        display: block;
        width: 100%;
        margin: 20px 0 0;
    }
    .system_course_content {
        padding: 0 0 10px;
    }

    .system_course_content h4 {
        font-size: 18px;
        margin: 10px 0 0 0;
    }
    .system_course_content_list {
        padding: 10px 0 0;
        font-size: 15px;
        letter-spacing: 0em;
    }
    .system_course_content_text {
        margin: 10px 0 10px 0;
        font-size: 15px;
    }
    .system_course_content_section {
        margin: 10px 0 0;
        padding: 10px;
        text-align: center;
    }
    .system_course_content_section p {
        text-align: left;
    }
    .system_course_content_section h5 {
        font-size: 16px;
    }
    .system_course_content_text_bold {
        font-size: 18px;
    }
    .system_banner_link h3 {
        font-size: 15px;
        text-align: left;
        margin: 20px 0 10px;
        line-height: 1.3;
    }
}

.special_coupon_img {
  display: block;
  width: 100%;
}
.special_coupon_text {
  text-align: left;
}
.special_coupon_price {
  margin: 10px 0;
}
.special_coupon_price span {
  display: inline-block;
  font-weight: bold;
  padding: 0 2px;
}
.special_coupon_buy {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
    .system_content01 .col-sm-4 {
        margin: -20px 0 0;
    }
    .special_coupon_img {
      max-width: 280px;
      margin: 0 auto 10px;
    }
    .special_coupon_text {
      font-size: 14px;
    }
    .special_coupon_text ul {
        text-align: center;
    }
    .special_coupon_text ul li {
        text-align: center;
        padding: 10px;
    }
    .special_coupon_buy {
      font-size: 13px;
    }
}

.foreign_price_list {
}
.foreign_price_list li {
    color: #fff;
    text-align: center;
    padding: 8px 0;
}

.guide_en {
    margin: 0 0 10px;
}
.guide_en p {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
    word-break: keep-all;
}
.guide_en p.guide_en_attention {
    font-size: 0.9rem;
    font-weight: normal;
    margin-top: 10px;
}

.guide_en_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.guide_en button {
    display: block;
    width: 100%;
    max-width: 180px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0em;
    color: #fff !important;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    padding: 10px;
    background: linear-gradient(90deg, #e90089, #6C0542);
    border: 1px solid #f596bf;
    border-radius: 2px;
    font-feature-settings: "palt";
    cursor: pointer;
    transition: opacity .3s;
}
.guide_en button:hover {
    opacity: .75;
}
.guide_en a {
    display: block;
    width: 100%;
    max-width: 180px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0em;
    color: #fff !important;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    padding: 10px;
    background: linear-gradient(90deg, #e90089, #6C0542);
    border: 1px solid #f596bf;
    border-radius: 2px;
    font-feature-settings: "palt";
    cursor: pointer;
}

.guide_area {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.guide_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}
.guide_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 100%;
    max-width: 1000px;
    max-height: 90%;
    overflow: scroll;
    padding: 40px;
    border-radius: 8px;
    background: #fff;
}
.guide_wrapper img {
    display: block;
    width: 100%;
    height: auto;
}
.guide_close {
    position: absolute;
    top: -18px;
    right: 8px;
    cursor: pointer;
    font-size: 50px;
}
@media screen and (max-width: 768px) {
    .guide_en p {
        text-align: left;
        font-size: 1.1rem;
    }
    .guide_en p.guide_en_attention {
        font-size: 0.8rem;
        margin-top: 10px;
        text-align: center;
    }

    .guide_en_btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }
    .guide_en button {
        font-size: 1.1rem;
        padding: 8px;
    }
    .guide_en a {
        font-size: 1.1rem;
        padding: 8px;
    }

    .guide_wrapper {
        width: 94%;
        max-width: 1000px;
        max-height: 90%;
        overflow: scroll;
        padding: 10px;
    }
}