:root {
    --ana-blue: #0B318F;
    /* --ana-blue: #0F1E54; */
    --light-gray: #F4F4F4;
}
body {
    font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    NotoSansCJKjp,
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN",
    Arial,
    Meiryo,
    sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: var(--light-gray);
}
ol, ul {
    list-style: none;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
}
header {
    color: white;
    display: block;
}
.l-site_header {
    background-color: white;
    width: 100%;
    height: 50px;
    z-index: 999;
    top: 0;
    left: 0;
    border-bottom: 1px solid #eee;
}
.l-site_header-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.breadcrumb {
    padding: 8px 0;
    background-color: #fff;
}
.breadcrumb .breadcrumb-list {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}
.wrap-content {
    display: block;
    width: 100%;
    max-width: 1100px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}
.breadcrumb .breadcrumb-list-item {
    position: relative;
    padding-right: 10px;
    padding-left: 9px;
    white-space: nowrap;
    font-size: 13px;
}
.breadcrumb .breadcrumb-list-item-link {
    color: #004ea2;
    text-decoration: none;
    font-size: 13px;
    padding-right: 2px;
}
.breadcrumb .breadcrumb-list-item:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 1em;
	height: 1em;
	font-size: .8em;
	background-image: url("../_assets/img/icon_arrow_black.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
.breadcrumb .breadcrumb-list-item:last-child:after {
	display: none;
}

.l-site_header-logo {
    height: 67px;
    position: absolute;
    left: 10px;
    width: 100%;
}
.sp_kv {
    display: none;
}
h1 {
    margin: 0;
    font-size: 2.5em;
}
.main-content {
    background-color: white;
    border-radius: 10px;
    /* padding: 10px 40px 50px 40px; */
    /* margin-top: 20px; */
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.highlight {
    background-color: #FFF3B0;
    padding: 2px 5px;
    font-weight: bold;
}
.highlight-blue {
    background-color: #0B318F;
    padding: 6px 5px;
    font-weight: bold;
    margin-left: 28px;
    color: #FFDD00;
}
#countdown {
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    color: #9C308D;
    background-color: #FFE921;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}
.sale-info-bg {
    background-color: #9C308D;
    padding-top: 35px;
    padding-bottom: 40px;
}
.sale-info-bg .supplement {
    width: 1100px;
    margin: auto;
    text-align: end;
    padding-right: 20px;
    font-size: 12px;
    margin-top: -25px;
}
.sale-info {
    background-color: #FFFFFF;
    display: flex;
    width: 87%;
    margin: auto;
    justify-content: space-evenly;
}
.sale-info h1 {
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    width: 200px;
    margin: revert;
    background-color: #9C308D;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -40px;
}
.sale-info div {
    display: flex;
    width: 770px;
    justify-content: space-between;
}
.sale-info ul {
    display: flex;
    background-color: #FFFFFF;
}
.sale-info ul:nth-child(2) {
    padding-left: 40px;
}
.sale-info ul li:first-child {
    border: 3px solid #9C308D;
    border-radius: 45px;
    color: #9C308D;
    font-weight: 800;
    font-size: 20px;
    width: 140px;
    margin: auto;
    text-align: center;
}
.sale-info ul li:nth-child(2) {
    color: #FF0000;
    font-size: 50px;
    font-weight: 800;
    padding: 0 10px;
    letter-spacing: -2px;
    margin: auto;
}
.sale-info ul li:nth-child(3) {
    color: #9C308D;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -2px;
    width: 25px;
    line-height: 20px;
    margin: auto;
}
.tour-point {
    background-color: #FDF2F8;
    color: #9C308D;
}
.tour-point h1 {
    font-size: 40px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 40px;
}
.tour-point h1::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/hibiscus_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 80px;
    vertical-align: sub;
}
.tour-point h1::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/hibiscus_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    vertical-align: sub;
}
.tour-point div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
    width: 1100px;
    margin: auto;
}
.tour-point div ul {
    width: 340px;
    background-color: #FFFFFF;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
    border-radius: 25px;
    padding: 20px 25px;
}
.tour-point div ul li:first-child {
    text-align: center;
    padding-top: 10px;
}
.tour-point div ul li:first-child img {
    border-radius: 45px;
}
.tour-point div ul li:nth-child(2) {
    font-size: 25px;
    font-weight: 800;
    padding-top: 10px;
}
.tour-point div ul li:nth-child(3) {
    color: #000000;
    font-weight: 800;
    padding-top: 20px;
    line-height: 30px;
}
.hotel {
    background-color: #FFFFFF;
    color: #9C308D;
    width: 1100px;
    margin: auto;
}
.hotel h1 {
    font-size: 40px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 40px;
}
.hotel h1::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/shisa_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 80px;
    vertical-align: sub;
}
.hotel h1::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/shisa_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    vertical-align: sub;
}



.slider-wrapper {
    display: flex;
    justify-content: space-between;
    background: white;
    overflow: hidden;
    padding-bottom: 130px;
}
.image-slider-container {
    position: relative;
    width: 50%;
}
.image-slider {
    position: relative;
    width: 100%;
    height: 100%;
}
.slide {
    position: absolute;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    width: 100%;
    height: auto;
}
.slide.active {
    opacity: 1;
    z-index: 1;
}
.slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
}
.fixed-info-box {
    width: 50%;
    padding: 0px 24px 24px 24px;
    text-align: center;
}
.hotel_name_title {
    border: 5px solid #D3B205;
    border-radius: 15px;
    padding: 10px 0;
    width: 440px;
    margin: auto;
}
.tagline {
    color: #d3b205;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
}
.hotel_name {
    font-size: 24px;
    font-weight: bold;
    color: #7e2082;
}
.description {
    color: #7e2082;
    font-size: 15px;
    margin: 30px 0;
    width: 400px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 800;
}
.info-card {
    background: #fff;
    color: #000000;
    border-left: 4px solid #000;
    padding: 0px 16px;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    width: 430px;
    margin: auto;
}
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #8c2082;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}
.nav.prev {
    left: 0px;
    width: 50px;
    top: 170px;
}
.nav.next {
    right: 0px;
    width: 50px;
    top: 170px;
}
.dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}
.dots span {
    width: 15px;
    height: 15px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.dots .active {
    background: #8c2082;
}



.tour-faq {
    background-color: #FDF2F8;
    color: #9C308D;
    padding-bottom: 50px;
}
.tour-faq h1 {
    font-size: 40px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
}
.tour-faq h1::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/hibiscus_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 80px;
    vertical-align: sub;
}
.tour-faq h1::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/hibiscus_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    vertical-align: sub;
}
.tour-faq .faq {
    width: 1100px;
    margin: auto;
}
.faq_q {
    background-color: #9C308D;
    font-weight: 800;
    border-radius: 0;
    /* font-size: 22px; */
    padding: 15px;
}
.faq_a {
    background-color: #A868A0;
    color: #FFFFFF;
    font-weight: 800;
    margin-top: 0;
}
.title::after,.title::before {
    top: 0.95em;
    width: 4px;
    height: 1.05em;
}
.toggle:checked + .title + .content {
    padding-top: 15px;
    padding-bottom: 15px;
    /* font-size: 22px; */
}



.tour-booking {
    background-color: #FFFFFF;
    color: #9C308D;
    padding-bottom: 80px;
}
.tour-booking h1 {
    font-size: 40px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
}
.tour-booking h1::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/hibiscus_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 80px;
    vertical-align: sub;
}
.tour-booking h1::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/hibiscus_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    vertical-align: sub;
}
.tour-booking .booking {
    width: 1100px;
    margin: auto;
}


.booking p {
    border-bottom: 10px solid #9C308D;
    width: 160px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 800;
    color: #000000;
}
.booking div {
    display: flex;
    justify-content: space-between;
}
.booking div ul {
    width: 45%;
}
.booking div ul li:first-child {
    text-align: center;
}
.booking div ul li:nth-child(2) {
    color: #FF0000;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
}
.booking div ul li a {
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #9c308d;
    border-radius: 45px;
    padding: 0px 110px;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

.sale-contents {
    padding: 10px 0;
    padding-left: 30px;
}
.sale-contents li,.sale-point li {
    font-size: 15px;
    padding: 5px 0;
}
.sale-point {
    padding-left: 30px;
}
.sale-point li {
    font-size: 18px;
    line-height: 1.8;
}
.sale-point li span {
    font-size: 20px;
    font-weight: 900;
}
.booking {
    padding: 6px 0;
    padding-left: 30px;
    line-height: 2.2;
}
.wrap-content {
    background-color: #FFFFFF;
    border-radius: 15px;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-right: 30px;
}
.flex-wrap ul {
    width: 25%;
    padding-left: 0;
}
.dotted_line .dep_area {
    color: #0069ff;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.dotted_line .dep {
    padding: 20px 5px 35px 5px;
    text-align: center;
    width: 160px;
    margin: auto;
}
.dotted_line .dep a {
    color: #ffffff;
    font-size: 15px;
    background-color: #EC407A;
    padding: 10px 30px;
    border-radius: 40px;
    border: solid 5px #ffffff;
    text-decoration: none;
}
.dotted_line .dep a .video_play {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    border: 0.05em solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    font-size: 20px;
    margin-bottom: -3px;
    margin-right: 10px;
}
.dotted_line .dep a .video_play::before {
    position: absolute;
    color: #EC407A;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.5em solid currentColor;
    box-sizing: border-box;
    content: "";
}
.l-site-footer {
    background-color: #004EA2;
}
.l-site-footer-list {
    display: flex;
    flex-wrap: wrap;
}
.l-site-footer-list .l-site-footer-list-item:first-child {
    border-left: 1px solid rgba(238, 238, 238, 0.4);
}
.l-site-footer-list .l-site-footer-list-item {
    width: 25%;
    border-right: 1px solid rgba(238, 238, 238, 0.4);
    background-color: #004EA2;
    text-align: center;
    border-bottom: 1px solid rgba(238, 238, 238, 0.4);
}
.l-site-footer-list .l-site-footer-list-item-link {
    transition: .3s;
    display: block;
    padding: 20px 15px;
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.l-site-footer-copyright {
    background-color: #fff;
    padding: 40px 15px;
    text-align: center;
    font-size: 8px;
}
.g-footer {
    margin-top: 30px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-50 {
    padding-top: 50px;
}
@media (max-width: 768px) {
    .container {
        padding: 0;
    }
    .main-content {
        padding: 20px;
        max-width: 500px;
        margin: auto;
    }
    h1 {
        font-size: 2em;
    }
    .pc_kv {
        display: none;
    }
    .sp_kv {
        display: block;
        text-align: center;
    }
    #countdown {
        font-size: 4vw;
        margin: -15px 0 30px 0;
        display: none;
    }
    .sale-info {
        display: block;
    }
        .sale-info p {
        font-size: 13px;
    }
    .sale-info-bg {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sale-info div {
        display: block;
        width: 100%;
    }
    .sale-info h1 {
        width: 100%;
        margin: 0;
    }
    .sale-info ul {
        width: 90%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sale-info ul li:first-child {
        width: 120px;
        font-size: 20px;     
    }
    .sale-info ul:nth-child(2) {
        padding-left: 0;
    }
    .sale-info ul li:nth-child(2) {
        font-size: 30px;
    }
    .sale-info ul li:nth-child(3) {
        width: 50px;
    }
    .sale-info-bg .supplement {
        width: 87%;
        text-align: start;
        margin: auto;
        background-color: #FFFFFF;
        padding-left: 20px;
        padding-right: 20px;
        letter-spacing: -0.4px;
        margin-top: -2px;
        padding-bottom: 10px;
    }
    .tour-point div,.hotel {
        display: block;
        width: 87%;
    }
    .tour-point div ul {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .tour-point h1,.hotel h1,.tour-faq h1,.tour-booking h1{
        font-size: 25px;
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .tour-point h1::before,.hotel h1::before,.tour-faq h1::before,.tour-booking h1::before {
        width: 50px;
        height: 50px;
        padding-right: 60px;
    }
    .tour-point h1::after,.hotel h1::after,.tour-faq h1::after,.tour-booking h1::after {
        width: 50px;
        height: 50px;
        margin-left: 10px;
    }
    .tour-point div ul li:nth-child(2) {
        font-size: 23px;
    }
    .tour-point div ul li:nth-child(3) {
        padding-top: 10px;
        line-height: 23px;
        font-size: 14px;
    }
    .slider-wrapper {
        display: block;
        padding-bottom: 60px;
    }
    .image-slider-container {
        width: 100%;
    }
    .nav.prev,.nav.next {
        top: 100px;
    }
    .dots {
        bottom: -230px;
    }
    .fixed-info-box {
        padding: 0;
        width: 100%;
        margin-top: 250px;
    }
    .hotel_name_title {
        width: 100%;
    }
    .hotel_name {
        padding-top: 10px;
        font-size: 19px;
    }
    .info-card {
        width: 100%;
        padding: 0 9px;
        font-size: 12px;
    }
    .tour-faq .faq {
        width: 85%;
    }
    .title::after, .title::before {
        top: 40%;
    }
    .booking p {
        border-bottom: 7px solid #9C308D;
        width: 130px;
        font-size: 25px;
    }
    .tour-booking .booking {
        width: 85%;
    }
    .booking div {
        display: block;
    }
    .booking div ul {
        width: 100%;
    }
    .booking div ul:first-child {
        padding-bottom: 20px;
    }
    .booking div ul li a {
        font-size: 22px;
        padding: 10px 0px 10px 0;
        width: 100%;
    }
    .booking div ul li:nth-child(2) {
        font-size: 24px;
    }


    .highlight-blue {
        display: block;
        margin-left: 0;
        padding: 6px;
    }
    .flex-wrap {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .flex-wrap ul {
        width: 50%;
    }
    .dotted_line .dep_area {
        font-size: 16px;
    }
    .dotted_line .dep {
        padding: 20px 0px 35px 0px;
    }
    .sale-contents,.sale-point,.booking {
        padding-left: 0;
    }
}
