@charset "UTF-8";
body {
    color: #333;
    line-height: 1.5em;
}

section {
    padding-top: 3%;
    padding-bottom: 3%;
}

@media (max-width: 768px) {
    section {
        padding-top: 4vh;
        padding-bottom: 4vh;
    }
}

.image-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.centered-image {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
}

.h1-sec_title {
    position: absolute;
    bottom: 35%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .h1-sec_title {
        font-size: 30px;
    }
}

.h1-sec_title .small-text {
    font-size: 40%;
}

.note-text {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 2em;
	padding-top: 1em;
}

.note-text p {
    font-size: 0.725em;
    /* 約14px */
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
.note-text {
	width: 90%;
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
	    font-size: 12px;
}
	}

.content-box {
    width: 500px;
    padding: 2em;
    border: 1px solid #333;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .content-box {
        width: 94%;
		padding: 2em;
        margin-left: auto;
        margin-right: auto;
    }
}

.content-box ol {
    padding-left: 1.5em;
    margin: 0;
}

.content-box li {
    font-size: 1em;
    line-height: 1.8;
    list-style: decimal;
}

.content-box a {
    color: #333;
    text-decoration: none;
}

.content-box a:hover {
    text-decoration: underline;
}
.company-comparison {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.company-box {
    border: 1px solid #333;
    padding: 2vw;
    width: calc(50% - 10px);
    margin-right: 20px;
    box-sizing: border-box;
}

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

/* スマホ表示用の調整 */
@media screen and (max-width: 768px) {
    .company-comparison {
        flex-direction: column;
    }

    .company-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
		padding: 15px;
    }

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


.company-box:last-child {
    margin-right: 0;
    /* 最後のボックスの右余白をなくす */
}

.company-logo {
    text-align: center;
    margin-bottom: 1.5vw;
}

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

.company-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.company-box li {
    font-size: 14px;
    margin-bottom: 0.5vw;
    line-height: 1.6;
}

.company-box sup {
    font-size: 0.8em;
}

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

.comparison h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.custom-select {
    position: relative;
    max-width: 400px;
    margin: auto;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.custom-select select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #333;
    background: white url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><polygon points="0,0 10,0 5,6" fill="%23333"/></svg>') no-repeat right 10px center;
    background-size: 12px 12px;
    box-sizing: border-box;
    cursor: pointer;
}

.custom-select select:focus {
    outline: none;
}

.comparison-table-container {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    overflow-x: auto;
}

.custom-select .selectbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}

.custom-select .selectbox::after {
    content: "";
    display: none;
}

.custom-select_head {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .scrollbox {
        overflow-x: scroll;
    }
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
    border: 1px solid #868686;
}

@media screen and (max-width: 768px) {
    .comparison-table {
        max-width: max-content;
        width: 700px;
        table-layout: auto;
        font-size: 14px;
    }
}

.comparison-table a {
    padding: 10px;
    background-color: #f00;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    min-width: 150px;
    font-weight: 500;
}

.comparison-table th,
.comparison-table td {
    border: 1px solid #868686;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    word-break: break-word;
}

.comparison-table th {
    background-color: #eeeeee;
}

.comparison-table td.orange-cell {
    width: 20%;
    /* オレンジセルを均等な幅に設定 */
}

.comparison-table .col-red {
    font-size: 22px;
    font-weight: bold;
    color: red;
}

.h2-sec_title {
    background-color: #FFC398;
    color: #000;
    text-align: left;
    padding: 10px;
}

.comparison .tableintrotxt {
    margin-top: 20px;
}

.sec_container {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}

.comparison-coverage {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .comparison-coverage {
        margin-top: 50px;
    }
}

.comparison-coverage_box {
    max-width: 800px;
    margin: auto;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .comparison-coverage_box {
        margin-top: 30px;
    }
}

.comparison-coverage_item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px;
border: 1px solid #dcdcdc;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .comparison-coverage_item {
        gap: 10px;
    }
}

.comparison-coverage_item .coverage_item_img {
    max-width: 140px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .comparison-coverage_item .coverage_item_img {
        max-width: 100px;
        width: 100%;
    }
}

.coverage_item_content {
    max-width: 750px;
    width: 100%;
}

.comparison-coverage_item .coverage_item_img img {
    width: 100%;
    height: auto;
}

.comparison-coverage_item_head {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
background-color: #f2f2f2;
    padding: 8px;
    display: inline-block;
}



@media screen and (max-width: 768px) {
    .comparison-coverage_item_head {
        font-size: 14px;
    }
}

.comparison-conditions {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .comparison-conditions {
        margin-top: 50px;
    }
}

.comparison-conditions_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
    border: 1px solid #868686;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .comparison-conditions_table {
        max-width: max-content;
        width: 700px;
        table-layout: auto;
        font-size: 14px;
    }
}

.comparison-conditions_table th,
.comparison-conditions_table td {
    border: 1px solid #868686;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    word-break: break-word;
}

.comparison-conditions_table th {
    background-color: #eeeeee;
}

.travel-companies {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .travel-companies {
        margin-top: 50px;
    }
}

.travel-companies-box {
    margin-top: 30px;
}

.travel-companies_logos {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .travel-companies_logos {
        flex-direction: column;
		    gap: 10px;
    }
}

.travel-companies_logos img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.travel-companies .noticbox {
    margin-top: 50px;
}

.travel-companies .noticbox_title {
    font-size: 16px;
    font-weight: bold;
}

.travel-companies .noticbox ul li {
    list-style: disc;
    margin-bottom: 5px;
    margin-left: 30px;
}

.travel-companies .noticbox ul li::marker {
    font-size: 12px;
}


/*  */
.galleryslider {
		margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.galleryslider .wrap {
    display: flex;
    align-items: flex-start;
	margin: 0;
	padding: 0;
}

.galleryslider .slideshow {
    display: flex;
    animation: loop-slide 30s infinite linear 1s both;
}

.galleryslider .content {
    width: 300px;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}

@media screen and (max-width: 768px) {
    .galleryslider .content {
        width: 200px;
        height: auto;
    }
}

.galleryslider .content img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    vertical-align: bottom;
}



@keyframes loop-slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

footer #footerNavi #footerInfo #footerlogo {
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    margin-bottom: 20px;
    max-width: 150px;
}

footer #footerNavi #footerInfo #footerlogo img {
    width: 100%;
    height: auto;
}

footer #footerNavi #footerInfo #footerlogo.sp {
    display: flex;
}

footer #footerNavi #footerInfo #footerlogo.pc {
    display: none;
}

#footerNavi .both {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
}

#footerNavi .both::after {
    display: none;
}

#footerNavi .both dl {
    padding: 0;
}

#footerNavi .both dl dt {
    padding: 10px 0;
    border: 1px solid #333;
    text-align: center;
    font-size: 11px;
}

#footerNavi .both dl dd {
    display: none;
}

#footerSitemap p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 0;
}

.highlight a:hover {
    opacity: 0.7;
}

.box {
    border: 1px solid #676767;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

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

.pagebottom {
    display: none;
}

@media screen and (max-width: 768px) {
    footer {
        margin-bottom: 60px;
    }
    .pagebottom {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }
    .pagebottom .pagebottom_innner {
        position: relative;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .pagebottom .pagebottom_innner::after {
        display: none;
    }
    .pagebottom .close {
        position: absolute;
        top: -25px;
        right: 15px;
        font-size: 14px;
        background-color: #fff;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #333;
    }
    .pagebottom .pagebottom_innner .itemlink {
        max-width: 50%;
        width: 100%;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f00;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3;
        border-radius: 5px;
    }
}