@charset "UTF-8";
/* CSS Document */

body {
    /* word-break: auto-phrase; */
    text-spacing-trim: trim-start;
}

section:not(:first-of-type) {
    margin-top: 5rem;
}

/* 終了告知文 */
/* H1 */

.sample {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 500px;
    margin: 20px auto 40px auto;
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, 0.1);
}

/* メインコンテンツ_start */
.BG {
    background-image: linear-gradient(rgb(234, 246, 253) 0%, rgb(255, 255, 255) 100%);
}
.contentmain {
    max-width: 1024px;
    margin: 0 auto;
}
.mainPrt {
    position: relative;
    padding-top: 84px;
}
.badrequest {
    width: 684px;
    height: 90px;
    margin: 0 auto;
}
.parts {
    position: absolute;
    top: 84px;
    right: 10px;
    width: 11.5rem;
    height: auto;
}
.errorInfo {
    margin: 60px 0;
}
.errorTxt_main {
    color: #4c4c4c;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.errorText_sub {
    margin: 30px auto 0;
}
.errorText_sub01 {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 700;
}
.errorText_sub02 {
    margin: 9px auto 0;
    color: #4c4c4c;
    font-size: 16px;
}
.cookie {
    margin: 60px auto;
}
.cookieList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cookieItem {
    width: 422px;
    height: auto;
}
.cookieItem_mainTxt {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 700;
}
.cookieItem_subTxt {
    margin: 9px auto 0;
    color: #4c4c4c;
    font-size: 16px;
}
.cookieDelete_btn {
    display: block;
    width: 422px;
    margin: 13px auto 0;
    text-align: center;
    border-width: 2px;
    border-color: rgb(218, 218, 218);
    border-style: solid;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(238, 245, 246));
    transition: opacity 0.3s;
}
.cookieDelete_btn:hover {
    opacity: 0.7;
}
.cookieDelete_btnTxt {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #1d3994;
}
.btnPrt {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    color: #0093ff;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0;
}
.cookieItem_subTxt_link {
    color: #1d3994;
    text-decoration: none;
}
.cookieItem_subTxt_link:hover {
    text-decoration: underline;
}
/* ＝＝＝＝＝cookieのモーダル表示＝＝＝＝＝ */
/* 共通の設定 */
.cookieModalInner {
    background-color: #ffffff;
    height: auto;
    width: 700px;
    border-radius: 6px;
    padding: 91.5px 0;
    text-align: center;
}
.cookieModal_mainTxt {
    color: #4c4c4c;
    font-size: 24px;
    font-weight: 700;
}

/* 1つめのモーダル */
.cookieModal {
    display: inline;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cookieModal_btn01 {
    width: 284px;
    height: auto;
    margin: 15px auto 0;
    padding: 13px 0;
    text-align: center;
    background-color: #db2100;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.cookieModal_btnClose {
    color: #4c4c4c;
    width: 250px;
    height: auto;
    font-size: 20px;
    font-weight: 400;
    margin: 61px auto 0;
    border-bottom: #4c4c4c solid 1px;
    cursor: pointer;
}
.dli-close01 {
    display: inline-block;
    vertical-align: middle;
    color: #4c4c4c;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
    margin-left: 0;
}
.dli-close01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

/* 2つめのモーダル */
.cookieModal_dli {
    display: inline;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cookieModal_btn02 {
    width: 284px;
    height: auto;
    margin: 15px auto 0;
    padding: 13px 0;
    text-align: center;
    background-color: #888;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.dli-close02 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
}
.dli-close02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

.errorhelp {
    margin: 0 auto 40px;
}
.errorhelpTxt {
    color: #4c4c4c;
    font-size: 16px;
}
/* メインコンテンツ_end */

/* 見出し_start */
/* 見出し_end */

/* タブ_start */
/* タブ_end */

/* アコーディオン_start */
/* アコーディオン_end */

/* 遷移ボタン_start */
/* 遷移ボタン_end */

/* おすすめツアーstart */
/* おすすめツアー_end */

/* ブログ_start */
/* ブログ_end */

/* その他おすすめ特集_start */
/* swiper */
/* その他おすすめ特集_end */

/* 最安値_start */
/* 最安値_end */
