/* Minification failed. Returning unminified contents.
(2045,40): run-time error CSS1030: Expected identifier, found '.'
(2045,46): run-time error CSS1031: Expected selector, found ')'
(2045,46): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@charset "utf-8";
/* =================================================================================================

   共通スタイル（初期化）

   ================================================================================================= */
/* ---------------------------------------------------------------------------------------
   全体
   --------------------------------------------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
	font-size: 62.5%;
}

body {
	/* フォント */
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	color: #333;

	/* フォントサイズ自動調整（無効） */
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
			text-size-adjust: 100%;

	/* リンクタップ背景色（無効） */
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td {
	margin: 0;
	padding: 0;
}


/* ---------------------------------------------------------------------------------------
   フォーム
   --------------------------------------------------------------------------------------- */
/* ヘッディング */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

th {
	font-weight: normal;
}

/* 文字装飾 */
strong {
	font-weight: bold;
}

/* リスト */
ol, ul {
	list-style: none;
}

/* 画像 */
img {
	border: 0;
	vertical-align: middle;
}

/* テキストエリア */
textarea {
	position: relative;
	width: 100%;
	padding: 5px;
	overflow: auto !important;
	background: #fff;
	border: 1px solid #ccc;
	resize: none;
	z-index: 10;
}

/* インプット */
input {
	line-height: 2; /* 62.5%対応 */
}

input::-ms-clear {
	display: none !important;
}
input::-ms-reveal {
	display: none !important;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
textarea::-moz-focus-inner {
	border :0;
}

input[type='submit']:focus {
	box-shadow: 0 0 15px rgba(82,168,236,.8);
}

/* フォーム（フォーカス） */ 
:focus {
	outline: none !important;
}

/* フォーム（無効） */ 
input[type='text']:disabled,
textarea:disabled  {
	background: #f4f4f4;
	cursor: not-allowed;
}

/* アンカー */
a {
	color: #006dc5;
	outline: none;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #05bae8;
	outline: none;
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}


/* =================================================================================================

   外部ライブラリ（初期化）

   ================================================================================================= */
/* ---------------------------------------------------------------------------------------
   FontAwesome
   --------------------------------------------------------------------------------------- */
.w200 {
	font-weight: 200;
}
.w300 {
	font-weight: 300;
}
.w400 {
	font-weight: 400;
}
.w500 {
	font-weight: 500;
}
.w600 {
	font-weight: 600;
}
.w700 {
	font-weight: 700;
}
.w900 {
	font-weight: 900;
}


/* ---------------------------------------------------------------------------------------
   jQuery Validate（入力値検証）
   --------------------------------------------------------------------------------------- */
/* ポップオーバー */
.popover.validate {
	max-width: fit-content;
	min-width: 220px;
	background-color: #f9f2f4;
	border: 1px solid #c9302c;
}

.popover.validate.top > .arrow {
	border-top-color: #c9302c;
}
.popover.validate.top > .arrow::after {
	border-top-color: #f9f2f4;
}

.popover.validate .popover-arrow {
	border-top-color: #c9302c;
}

.popover.validate .popover-arrow::before {
	border-top-color: #a94442;
}

.popover.validate .popover-arrow::after {
	border-top-color: #f9f2f4;
}

.popover.validate .popover-content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.popover.validate .popover-content i {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 20px;
	color: #c9302c;
}
	.popover.validate .popover-content span {
		display: table-cell;
		padding: 10px 15px 10px 0;
		vertical-align: middle;
		white-space: nowrap;
		font-size: 1.4rem; /* 62.5%対応 */
	}

.popover.validate .popover-bs-content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.popover.validate .popover-bs-content i {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 20px;
	color: #c9302c;
}

	.popover.validate .popover-bs-content span {
		display: table-cell;
		padding: 10px 15px 10px 0;
		vertical-align: middle;
		white-space: nowrap;
		font-size: 1.4rem; /* 62.5%対応 */
	}

/* 入力エリア */
.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 8px;
}
.has-feedback .form-control-feedback {
	right: 0;
}
.has-feedback .form-control-feedback.fa {
	margin-top: 8px;
	opacity: 0;
	transition: all 1s;
}

/* 入力エリア（OK） */
.has-success .btn-default {
	border-color: #3c763d;
}
.has-success .form-control {
	background-color: #f3f9f3;
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	background-color: #f3f9f3;
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* 入力エリア（NG） */
.has-error .btn-default {
	border-color: #a94442;
}
.has-error .form-control {
	background-color: #f9f2f4;
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	background-color: #f9f2f4;
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* -----------------------------------------------
   メディアクエリ(max-width: 575px)
   ----------------------------------------------- */
@media (max-width: 575px) {
	.popover.validate .popover-content span {
		/* IE */
		flex: 1;
		display: grid;
		display: -ms-grid;
		white-space: pre-wrap;
	}
}

@media (max-width: 575px) {
	.popover.validate .popover-bs-content span {
		/* IE */
		flex: 1;
		display: grid;
		display: -ms-grid;
		white-space: pre-wrap;
	}
}

/* バリデーションメッセージ */
.validate-message {
	color: #eb0a1e;
	display: block;
}

/* モーダルの基本的なスタイル */
#iFrameModal {
	display: none; /* 最初は非表示 */
	position: fixed; /* 常に画面中央に固定 */
	z-index: 50; /* 他の要素より前面に表示 */
	left: 0;
	top: 0;
	width: 100%; /* フル幅 */
	height: 100%; /* フルハイト */
	overflow:hidden; /* コンテンツがはみ出たらスクロール可能 */
	background-color: rgba(0,0,0,0.4); /* 半透明の背景 */
}

	#iFrameModal .modal-content {
		background-color: #fefefe;
		border: 1px solid #888;
		margin: 20px auto; /* 画面中央に配置 */
		padding: 5px;
		width: 90%; /* モーダルの幅 */
		height: 90%; /* モーダルの幅 */
		position: relative;
	}

#iFrameModal .close-button {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

	#iFrameModal .close-button:hover,
	#iFrameModal .close-button:focus {
		color: black;
		text-decoration: none;
	}


/* 共通：幅は100%固定 */
img[src*="/Image/Show/"]{
	display: block;
	width: 100% !important;
}

	/* 縦長：高さを親に合わせ、下をカット */
	img[src*="/Image/Show/"].is-portrait{
		height: 100% !important;
		object-fit: cover !important;
		object-position: top !important;
	}

	/* 横長：高さは自動（下は余白になる） */
	img[src*="/Image/Show/"].is-landscape {
		height: auto !important;
		object-fit: contain !important;
		vertical-align: top;
	}
@charset "utf-8";
/* =================================================================================================

   ヘッダー

   ================================================================================================= */
/* ---------------------------------------------------------------------------------------
   レイアウト
   --------------------------------------------------------------------------------------- */
header div,
header p,
header a,
header ul,
header li,
header span {
    color: #212121;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
    line-height: normal;
    text-transform: none;
}

header .inner {
    width: 1320px;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}

header img {
    display: block;
    max-width: 100%;
}

header .mt10 {
    margin-top: 10px !important;
}

header .mt15 {
    margin-top: 15px !important;
}


/* ------------------------------
   all for PC
   ------------------------------ */
@media screen and (min-width:768px) {
    header a:hover {
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha(opacity=60)";
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
    }
}


/* ---------------------------------------------------------------------------------------
   ヘッダー（megamenu.css）
   --------------------------------------------------------------------------------------- */
/* ------------------------------
   Screen style's
   ------------------------------ */
header .menu-container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

header .menu-mobile {
    display: none;
    padding: 5px 20px;
}

header .menu > ul {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

    header .menu > ul:before,
    header .menu > ul:after {
        display: table;
        content: "";
    }

    header .menu > ul:after {
        clear: both;
    }

    header .menu > ul > li {
        margin: 0;
        padding: 0;
    }

        header .menu > ul > li a {
            display: block;
            text-decoration: none;
        }

        header .menu > ul > li:hover a {
            opacity: 1.0;
        }

        header .menu > ul > li > ul {
            display: none;
            position: absolute;
            left: 0;
            width: 100%;
            margin: 0;
            padding: 20px;
            list-style: none;
            box-sizing: border-box;
            z-index: 99;
        }

            header .menu > ul > li > ul:before,
            header .menu > ul > li > ul:after {
                display: table;
                content: "";
            }

            header .menu > ul > li > ul:after {
                clear: both;
            }

            header .menu > ul > li > ul > li {
                margin: 0;
                padding-bottom: 0;
                list-style: none;
                background: none;
            }

                header .menu > ul > li > ul > li > ul {
                    display: block;
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    box-sizing: border-box;
                }

                    header .menu > ul > li > ul > li > ul:before,
                    header .menu > ul > li > ul > li > ul:after {
                        display: table;
                        content: "";
                    }

                    header .menu > ul > li > ul > li > ul:after {
                        clear: both;
                    }

                    header .menu > ul > li > ul > li > ul > li {
                        float: left;
                        width: 100%;
                        margin: 0;
                        padding: 10px 0;
                        font-size: .8em;
                    }

                        header .menu > ul > li > ul > li > ul > li a {
                            border: 0;
                        }

            header .menu > ul > li > ul.normal-sub.action {
                display: -webkit-flex !important;
                display: flex !important;
                -webkit-justify-content: flex-start;
                justify-content: flex-start;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
            }


/* -----------------------------------------------
   メディアクエリ (min-width:961px)  
   ----------------------------------------------- */
/* only PC */
@media screen and (min-width:961px) {
    header .menu > ul > li.arrow > ul.normal-sub {
        opacity: 1;
    }

    header .menu > ul > li.sp_menuSearch {
        display: none;
    }

    header .menu > ul > li.no-menu.arrow > a:after {
        content: none;
    }
}


/* -----------------------------------------------
   メディアクエリ (max-width:960px) 
   ----------------------------------------------- */
/* Mobile style's */
@media only screen and (max-width: 960px) {
    header .menu-container {
        width: 100%;
        padding: 0;
    }

    header .menu-mobile {
        display: block;
    }

    header .menu-dropdown-icon:before {
        display: block;
    }

    header .menu > ul > li {
        display: block;
        float: none;
        width: 100%;
        padding: 0 5%;
    }

        header .menu > ul > li > ul {
            position: relative;
        }

            header .menu > ul > li > ul.normal-sub {
                width: 100%;
                padding: 0;
                border: none;
            }

            header .menu > ul > li > ul > li {
                float: none;
                width: 100%;
                margin-top: 20px;
            }

            header .menu > ul > li > ul.normal-sub {
                margin-top: 0;
            }

                header .menu > ul > li > ul.normal-sub > li {
                    width: 100%;
                    max-width: 100%;
                    margin-top: 0;
                }

            header .menu > ul > li > ul > li:first-child {
                margin: 0;
            }

            header .menu > ul > li > ul > li > ul {
                position: relative;
            }

                header .menu > ul > li > ul > li > ul > li {
                    float: none;
                }

    header .menu .show-on-mobile {
        display: block;
    }

    header .menu-dropdown-icon {
        position: relative;
    }
}


/* ---------------------------------------------------------------------------------------
   ヘッダー（styele.css）
   --------------------------------------------------------------------------------------- */
/* ------------------------------
   Page_head
   ------------------------------ */
/* header action */
header {
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,1);
    z-index: 10;
    transition: 0.5s;
}

    header.hide {
        transform: translateY(-65px);
    }

    header .page_head_wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: transparent;
        z-index: 997;
        transition: 0.5s;
    }


/* -----------------------------------------------
   メディアクエリ (min-width:1101px)
   ----------------------------------------------- */
/* header for PC */
@media screen and (min-width:1101px) {
    header .page_head_wrap {
        box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
    }

        header .page_head_wrap > .inner {
            position: relative;
        }

    header .menu {
        padding-bottom: 7px;
    }

    header .h_top {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        padding: 10px 0 12px;
    }

        header .h_top a {
            display: block;
            margin: 0 9px;
            font-size: 1.5rem;
        }

            header .h_top a.h_logo img {
                display: block;
                width: 100%;
            }

            header .h_top a.h_q {
                margin-right: 10px;
            }

                header .h_top a.h_q:before {
                    display: inline-block;
                    content: '';
                    width: 18px;
                    height: 18px;
                    vertical-align: middle;
                    background-image: url(/Tour/Public/Image/Common/USER/XXX/h_q_ic.png);
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    margin-top: -2px;
                    margin-right: 5px;
                }

            header .h_top a.h_lang {
                margin-right: 10px;
            }

                header .h_top a.h_lang:before {
                    display: inline-block;
                    content: '';
                    width: 16px;
                    height: 16px;
                    vertical-align: middle;
                    background-image: url(/Tour/Public/Image/Common/USER/XXX/h_lang_ic.png);
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    margin-right: 5px;
                    margin-top: -4px;
                }

            header .h_top a.h_tempo:before {
                display: inline-block;
                content: '';
                width: 16px;
                height: 15px;
                vertical-align: middle;
                background-image: url(/Tour/Public/Image/Common/USER/XXX/h_tempo_ic.png);
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                margin-right: 5px;
                margin-top: -2px;
            }

            header .h_top a.my_page {
                display: flex;
                justify-content: center;
                align-items: center;
                width: fit-content;
                height: 30px;
                padding: 0 20px;
                color: #fff;
                background-color: #fff;
                border: 1px solid #005BAC;
                border-radius: 2px;
            }

                header .h_top a.my_page img {
                    display: block;
                    width: 10px;
                }

                header .h_top a.my_page span {
                    margin-left: 5px;
                    color: #005BAC;
                    font-size: 1.5rem;
                }

    header .menu {
        width: 100%;
        margin: 0 auto;
    }

    header ul.page_navi {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        align-items: stretch;
        width: 100%;
        z-index: 99;
    }

        header ul.page_navi > li > a {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 0 1vw;
            height: 100%;
            color: #212121;
            font-size: min(1.45vw,1.6rem);
            font-weight: 600;
            line-height: 1.2;
            text-align: center;
            white-space: nowrap;
            transition: .3s;
            transition: all 0.5s ease 0s;
        }

        header ul.page_navi > li.kokunai_m > a {
            border-right: 1px solid #CCCCCC;
        }

        header ul.page_navi > li > a:hover {
            color: #005BAC;
        }

        header ul.page_navi > li > a span {
            display: block;
            font-weight: 600;
            font-size: 0.8em;
            transition: all 0.5s ease 0s;
        }

        header ul.page_navi > li > a:hover span {
            color: #005BAC;
        }

        header ul.page_navi > li.menu_cat {
            border-left: 5px solid #005BAC;
        }

    header .menu > ul > li.sp_menu {
        display: none;
    }

    header .h_top a.h_logo {
        position: absolute;
        top: 35px;
        left: 20px;
        display: block;
        width: 255px;
        margin: 0;
    }

    header .cover {
        display: none !important;
    }
}


/* -----------------------------------------------
   メディアクエリ (min-width:767px) and (max-width:1100px) 
   ----------------------------------------------- */
@media screen and (min-width:767px) and (max-width:1100px) {
    header .h_top a.h_logo {
        position: static;
        width: 255px;
    }
}


/* -----------------------------------------------
   メディアクエリ(max-width:1100px) 
   ----------------------------------------------- */
/* header for SP */
@media screen and (max-width:1100px) {
    header {
        top: 0;
        left: 0;
        height: 60px;
        background-color: rgba(255,255,255,1);
        z-index: 100;
    }

        header .inner {
            max-width: 100%;
            min-width: 100%;
            padding-left: 15px;
            padding-right: 15px;
        }

        header .h_top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: calc(100% - 55px);
            height: 60px;
        }

            header .h_top a.h_q {
                display: none;
            }

            header .h_top a.h_tempo {
                display: none;
            }

            header .h_top a.h_lang {
                display: none;
            }

            header .h_top a.my_page {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin-top: 6px;
            }

                header .h_top a.my_page img {
                    display: block;
                    width: 14px;
                    margin-top: 7px;
                }

                header .h_top a.my_page span {
                    margin-top: 5px;
                    font-size: 10px;
                }

        header .header_menu.active .menu-container {
            z-index: 100;
        }

        header .menu-container > .menu {
            position: fixed;
            width: 100%;
            height: 0;
            min-width: 100%;
            -webkit-overflow-scrolling: touch;
            transition: all 0.1s;
        }

        header .header_menu.active .menu-container > .menu {
            height: 100%;
        }

        header .menu-container > .menu > ul {
            display: block;
            transition: all 0.2s;
            transform: translate(800px);
        }

            header .menu-container > .menu > ul.show-on-mobile {
                position: absolute;
                top: 60px;
                right: 0;
                width: 100%;
                height: 100vh;
                margin-top: 0;
                padding: 0 0 150px 0;
                overflow-y: scroll;
                background-color: #fff;
                border-top: 1px solid #212121;
                box-sizing: border-box;
                z-index: 999;
                transform: translate(0px);
                -webkit-overflow-scrolling: touch;
            }

        header #menuButton {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            float: right;
            width: 60px;
            height: 60px;
            margin: 0;
            padding: 0;
            overflow: hidden;
            background-color: #fff;
            cursor: pointer;
            z-index: 998;
        }

            header #menuButton span,
            header #menuButton::before,
            header #menuButton::after {
                position: absolute;
                top: 24px;
                left: 0;
                display: block;
                right: 0;
                width: 30px;
                height: 3px;
                margin: auto;
                background: #006CC5;
            }

            header #menuButton span {
                overflow: hidden;
                z-index: 1;
                color: #006CC5;
            }

            header #menuButton::before {
                content: "";
                z-index: 2;
                transform: translate(0, -8px);
            }

            header #menuButton::after {
                content: "";
                z-index: 2;
                transform: translate(0, 8px);
            }

            header #menuButton span {
                padding: 0;
                opacity: 1;
                transition: opacity 150ms 50ms;
            }

            header #menuButton::before,
            header #menuButton::after {
                transition: transform 200ms;
            }

            header #menuButton.active span {
                opacity: 0;
                transition: opacity 150ms;
            }

            header #menuButton.active::before {
                transform: rotate(45deg);
            }

            header #menuButton.active::after {
                transform: rotate(-45deg);
            }

            header #menuButton span.me,
            header #menuButton span.cl {
                position: absolute;
                top: auto;
                bottom: 5px;
                width: 100%;
                height: auto;
                color: #212121;
                font-size: 10px;
                text-align: center;
                background-color: transparent;
                background: transparent;
            }

            header #menuButton span.cl {
                opacity: 0;
            }

            header #menuButton.active span.me {
                opacity: 0;
            }

            header #menuButton.active span.cl {
                opacity: 1;
            }

        header .menu > ul > li:hover a span {
            filter: alpha(opacity=100);
            -ms-filter: "alpha(opacity=100)";
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
        }

        /* iPhone対応のためコメント */
        header.menu_open {
            /*overflow: auto;*/
        }

        header ul.page_navi {
            background-color: #fff;
        }

            header ul.page_navi > li {
                width: 100%;
                padding: 0;
                border-bottom: 1px solid #D6D6D6;
            }

                header ul.page_navi > li > a {
                    position: relative;
                    width: 100%;
                    padding: 15px 15px 15px 15px;
                    color: #212121;
                    font-size: 1.6rem;
                    font-weight: 600;
                    text-align: left;
                }

                    header ul.page_navi > li > a:after {
                        position: absolute;
                        right: 0;
                        top: 50%;
                        content: '';
                        display: block;
                        width: 10px;
                        height: 12px;
                        background-image: url(/Tour/Public/Image/Common/USER/XXX/sp_menu_ar.png);
                        background-size: contain;
                        background-position: center;
                        background-repeat: no-repeat;
                        transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                    }

                header ul.page_navi > li.sp_my_page {
                    margin-bottom: 20px;
                }

                    header ul.page_navi > li.sp_my_page > a {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border: 1px solid #005BAC;
                        border-radius: 2px;
                    }

                        header ul.page_navi > li.sp_my_page > a span {
                            color: #005BAC;
                            font-size: 1.5rem;
                        }

                        header ul.page_navi > li.sp_my_page > a img {
                            display: block;
                            width: 14px;
                            margin-right: 8px;
                        }

                header ul.page_navi > li.sp_menu {
                    margin-top: 20px;
                    border-bottom: none;
                }

                    header ul.page_navi > li.sp_menu > a:after {
                        content: none;
                    }

                header ul.page_navi > li.sp_menu_links > a {
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    padding: 8px 15px 8px 0;
                }

                    header ul.page_navi > li.sp_menu_links > a span {
                        font-size: 1.5rem;
                    }

                    header ul.page_navi > li.sp_menu_links > a img {
                        display: block;
                        margin-right: 10px;
                    }

                    header ul.page_navi > li.sp_menu_links > a.h_q,
                    header ul.page_navi > li.sp_menu_links > a.h_tempo,
                    header ul.page_navi > li.sp_menu_links > a.h_lang {
                        width: fit-content;
                    }

                        header ul.page_navi > li.sp_menu_links > a.h_q img {
                            width: 18px;
                        }

                        header ul.page_navi > li.sp_menu_links > a.h_tempo img,
                        header ul.page_navi > li.sp_menu_links > a.h_lang img {
                            width: 16px;
                        }

    body.fixed {
        position: relative;
        overflow: hidden;
    }

    header.menu_open #menuButton {
        position: absolute;
    }

    header #menuButton:hover {
        opacity: 1;
    }

    header .menu-container {
        position: absolute;
        top: 0;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 60px;
        margin: 0 auto;
        padding: 0;
    }

    header .page_head {
        position: fixed;
        top: 0;
        right: -40px;
        width: 0;
        height: 100vh;
        padding: 70px 20px 100px 20px;
        overflow: auto;
        overflow-y: scroll;
        background-color: #fff;
        transition: all 0.5s;
    }

    header.menu_open .page_head {
        right: 0;
        width: 90%;
    }
}


/* ------------------------------
   dropdown_box
   ------------------------------ */
header .dropdown_box {
    position: relative;
    margin: 0;
    padding: 0;
}

header .dropdown__btn {
    box-shadow: none;
    cursor: pointer;
}

    header .dropdown__btn.is-open + .dropdown__cont {
        display: block;
        z-index: 100;
    }

header .dropdown__cont {
    position: absolute;
    top: 32px;
    right: 0;
    display: none;
    min-width: 260px;
    padding: 20px 15px 20px 15px;
    overflow: hidden;
    background-color: #005BAC;
}

    header .dropdown__cont > p {
        color: #fff;
        font-size: 1.4rem;
    }

    header .dropdown__cont a {
        position: relative;
        display: block;
        margin: 5px 0 0 0;
        padding: 10px 24px 10px 12px;
        font-size: 1.4rem;
        background-color: #fff;
        border-radius: 4px;
    }

        header .dropdown__cont a:before {
            position: absolute;
            top: 0;
            right: 12px;
            bottom: 0;
            content: '';
            width: 6px;
            height: 6px;
            margin: auto;
            border: 0;
            border-top: solid 2px #005BAC;
            border-right: solid 2px #005BAC;
            transform: rotate(45deg);
        }

        header .dropdown__cont a .org {
            color: #ED7274;
            font-size: 1em;
            font-weight: 600;
        }

        header .dropdown__cont a .sky {
            color: #00B2DF;
            font-size: 1em;
            font-weight: 600;
        }


/* -----------------------------------------------
   メディアクエリ(min-width: 1101px)
   ----------------------------------------------- */
@media screen and (min-width:1101px) {
    /* ------------------------------
       my_page__btn
       ------------------------------ */
    header .my_page__btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        height: 30px;
        padding: 0 20px;
        color: #005BAC;
        background-color: #fff;
        border: 1px solid #005BAC;
        border-radius: 2px;
    }

        header .my_page__btn img {
            display: block;
            width: 10px;
        }

        header .my_page__btn span {
            margin-left: 5px;
            color: #005BAC;
            font-size: 1.5rem;
        }
}


/* -----------------------------------------------
   メディアクエリ(max-width: 1100px)
   ----------------------------------------------- */
@media screen and (max-width: 1100px) {

    /* My PAGE DROPDOWN MENU */
    header .my_page__btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: none;
        margin: 0;
        margin-top: 6px;
        padding: 0;
        background-color: transparent;
    }

        header .my_page__btn img {
            display: block;
            width: 14px;
            margin-top: 7px;
        }

        header .my_page__btn span {
            margin-top: 5px;
            font-size: 10px;
        }

    header .dropdown__cont {
        top: 56px;
    }

    header .my_page__btn:hover {
        opacity: 0.8 !important;
    }

    /* SP MENU My PAGE ACCORDION */
    header ul.page_navi > li.sp_my_page .acc_btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 15px 15px 15px 15px;
        background-color: #fff;
        border: 1px solid #005BAC;
        border-radius: 2px;
    }

        header ul.page_navi > li.sp_my_page .acc_btn:hover {
            opacity: 0.8 !important;
            cursor: pointer;
        }

        header ul.page_navi > li.sp_my_page .acc_btn span {
            color: #005BAC;
            font-size: 1.5rem;
        }

        header ul.page_navi > li.sp_my_page .acc_btn img {
            display: block;
            width: 14px;
            margin-right: 8px;
        }

    header ul.page_navi > li.sp_menu {
        margin-top: 20px;
        border-bottom: none;
    }

        header ul.page_navi > li.sp_menu > a:after {
            content: none;
        }
}


/* ------------------------------
   acc_body
   ------------------------------ */
header .acc_body {
    display: none;
    width: 100%;
    padding: 20px 15px 20px 15px;
    overflow: hidden;
    background-color: #005BAC;
}

    header .acc_body > p {
        color: #fff;
        font-size: 1.4rem;
    }

    header .acc_body a {
        position: relative;
        display: block;
        margin: 5px 0 0 0;
        padding: 10px 24px 10px 12px;
        font-size: 1.4rem;
        background-color: #fff;
        border-radius: 4px;
    }

        header .acc_body a:hover {
            opacity: 0.8 !important;
        }

        header .acc_body a:before {
            position: absolute;
            top: 0;
            right: 12px;
            bottom: 0;
            content: '';
            width: 6px;
            height: 6px;
            margin: auto;
            border: 0;
            border-top: solid 2px #005BAC;
            border-right: solid 2px #005BAC;
            transform: rotate(45deg);
        }

        header .acc_body a .org {
            color: #ED7274;
            font-size: 1em;
            font-weight: 600;
        }

        header .acc_body a .sky {
            color: #00B2DF;
            font-size: 1em;
            font-weight: 600;
        }

/* z-index */
header .h_top a.h_logo {
    z-index: 101;
}

header.menu_open .page_head {
    z-index: 102;
}


/* ---------------------------------------------------------------------------------------
   ヘッダー（styele_sp.css）
   --------------------------------------------------------------------------------------- */
/* -----------------------------------------------
   メディアクエリ(max-width: 767px)
   ----------------------------------------------- */
@media (max-width: 767px) {
    header .inner {
        max-width: 100%;
        min-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    header {
        height: 60px;
    }

        header .h_logo {
            display: block;
            width: 168px;
        }

        header dl.news_list > dt span.date {
            font-size: 1.4rem;
        }
}
@charset "utf-8";
/* =================================================================================================

   メイン（共通）

   ================================================================================================= */
/* ---------------------------------------------------------------------------------------
   レイアウト（全体）
   --------------------------------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	-ms-flex-direction: column;
	min-width: 1200px;
	height: 100%;
	background: #fff;
}

main {
	flex: 1 0 auto;
	min-height: 0%;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
}

.content-flex {
	display: flex;
	justify-content: center;
}

article,
nav {
	width: 1090px;
	font-size: 14px;
}

h3 {
	height: 38px;
	margin-bottom: 14px;
	padding-top: 11px;
	padding-left: 10px;
	color: #fff;
	font-size: 17px;
	background: #006dc5;
}

h4 {
	height: 24px;
	margin-bottom: 8px;
	padding-left: 5px;
	padding-top: 4px;
	font-size: 16px;
	font-weight: bold;
	border-left: 6px solid #006dc5;
}

h5 {
	height: 18px;
	margin-bottom: 8px;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 14px;
	font-weight: bold;
	border-left: 5px solid #006dc5;
}

h6 {
	height: 24px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-left: 5px;
	color: #fff;
	font-size: 16px;
	background: #05bae8;
}

.flame {
	background: #fff;
}

.price {
	color: #eb0a1e;
}

/* width */
.w-60 {
	width: 60px;
}

.w-70 {
	width: 70px;
}

.w-80 {
	width: 80px;
}

.w-100 {
	width: 100px;
}

.w-300 {
	width: 300px;
}

.w-600 {
	width: 600px;
}

.item-flex {
	display: flex;
}

/* 注釈 */
.annotation {
	padding-top: 3px;
	padding-left: 15px;
	text-indent: -15px;
}

.btn-area {
	text-align: center;
}


/* ---------------------------------------------------------------------------------------
   aside.aside（共通）
   --------------------------------------------------------------------------------------- */
aside.aside {
	width: 250px;
	height: 100%;
}

	aside.aside .head {
		height: 38px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px;
		color: #fff;
		font-size: 14px;
		background: #006dc5;
	}

		aside.aside .head h3 {
			display: flex;
			align-items: baseline;
			margin-bottom: 0;
			font-size: 15px;
			padding-left: 0;
			padding-top: 8px;
			color: #fff;
			background: #006dc5;
		}

			aside.aside .head h3 i {
				margin-right: 6px;
				padding-top: 2px;
				font-size: 18px;
			}

	aside.aside .inner {
		padding: 16px 0 40px;
	}


/* -----------------------------------------------
   メディアクエリ(max-width: 980px)
   ----------------------------------------------- */
@media (max-width: 980px) {
	aside.aside {
		width: 100%;
		min-height: 100%;
	}
}


/* ---------------------------------------------------------------------------------------
   aside.aside（recommend）
   --------------------------------------------------------------------------------------- */
aside.aside.recommend ul li .thumbnail img {
	width: 100%;
	height: 100%;
}

aside.aside.recommend ul li .amount-range {
	color: #eb0a1e;
	text-align: right;
}

aside.aside.recommend .arrow {
	display: none;
}


/* ---------------------------------------------------------------------------------------
   aside.aside（banner）
   --------------------------------------------------------------------------------------- */
aside.aside.banner {
	width: 200px;
}

aside.aside .banner-wrap img {
	width: 100%;
	height: auto;
	margin-bottom: 18px;
}


	/* ---------------------------------------------------------------------------------------
   block枠（共通）	Todo：検討
   --------------------------------------------------------------------------------------- */
	.plan {
		margin-bottom: 50px;
	}

		.plan.last {
			margin-bottom: 24px;
		}


	/* ---------------------------------------------------------------------------------------
   summary
   --------------------------------------------------------------------------------------- */
	.block-summary .cource-name, .plan-name {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.block-summary .cource-name, .block-summary .plan-name {
		height: auto;
		margin-bottom: 4px;
		padding-top: 4px;
		padding-left: 5px;
		font-size: 15px;
		font-weight: normal;
		border-left: 6px solid #006dc5;
	}

	.block-summary table {
		width: 100%;
	}

		.block-summary table th,
		.block-summary table td {
			padding-top: 18px;
			text-align: left;
			border-bottom: 1px dotted #ccc;
		}

		.block-summary table th {
			width: 80px;
			font-weight: bold;
		}

		.block-summary table .price {
			font-size: 16px;
		}

	/* summary */
	.summary {
		margin: 0 auto;
		padding-top: 30px;
	}

		.summary .block-summary .head {
			padding: 0;
			font-size: 15px;
		}

			.summary .block-summary .head .area {
				margin-bottom: 4px;
			}

			.summary .block-summary .head .code {
				min-width: 210px;
				text-align: right;
			}

			.summary .block-summary .head .place {
				display: flex;
				justify-content: space-between;
			}

		.summary .block-summary .body {
			display: flex;
			padding: 10px 0;
		}

		.summary .block-summary .photo {
			position: relative;
			width: 280px;
			height: 210px;
		}

			.summary .block-summary .photo img {
				width: 100%;
				height: 100%;
			}

			.summary .block-summary .photo .btn-photo {
				position: absolute;
				bottom: 10px;
				right: 10px;
				width: 126px;
				height: 22px;
				padding-top: 1px;
				color: #fff;
				font-size: 12px;
				text-align: center;
				background: rgba(0,0,0,.5);
				border: 1px solid #515151;
				border-radius: 0;
				z-index: 4;
			}

				.summary .block-summary .photo .btn-photo:hover {
					background: #05bae8;
					opacity: 1 !important;
				}

		.summary .block-summary .info {
			width: calc(100% - 280px); /* 横幅 - 画像サイズ */
			padding-left: 20px;
		}

			.summary .block-summary .info table th {
				height: 25px;
			}

			.summary .block-summary .info table th,
			.summary .block-summary .info table td {
				padding-top: 18px;
			}

				.summary .block-summary .info table th .title {
					font-size: 14px;
				}

			.summary .block-summary .info table .hotel-name {
				font-size: 16px;
			}

				/* ホテル名（コース詳細はリンク、オプション以降はテキスト） */
				.summary .block-summary .info table .hotel-name .link,
				.summary .block-summary .info table .hotel-name .text {
					display: none;
				}

					.summary .block-summary .info table .hotel-name .link.active {
						display: block;
					}

					.summary .block-summary .info table .hotel-name .text.active {
						display: block;
					}

			/* 設定期間 or 出発日（コース詳細は「設定期間」、オプション以降は「出発日」) */
			.summary .block-summary .info table .row-setteikikan,
			.summary .block-summary .info table .row-shuppatsubi {
				display: none;
			}

				.summary .block-summary .info table .row-setteikikan.active {
					display: table-row;
				}

				.summary .block-summary .info table .row-shuppatsubi.active {
					display: table-row;
				}

			.summary .block-summary .info table td .price {
				display: inline-block;
				color: #eb0a1e;
				font-size: 16px;
				text-align: right;
			}

		.summary .plan-info {
			margin-left: 300px;
		}

	/* ---------------------------------------------------------------------------------------
   予約カレンダー（コース詳細・プラン詳細）
   --------------------------------------------------------------------------------------- */
	.calendar .yoyaku-msg {
		margin-bottom: 20px;
		color: #006dc5;
		font-size: 16px;
		font-weight: bold;
	}

	.calendar .month {
		display: flex;
		justify-content: center;
		line-height: 1.6em;
	}

		.calendar .month li {
			float: left;
			margin-bottom: 15px;
			border: 1px solid #ccc;
			border-left: none;
			background: #f7f9fa;
		}

			.calendar .month li.current {
				background: #05bae8;
			}

			.calendar .month li a {
				display: inline-block;
				padding: 10px 0 9px;
				width: 112px;
				color: #333;
				text-align: center;
			}

			.calendar .month li.hide {
				display: none;
			}

			.calendar .month li:hover a {
				opacity: .7;
			}

			.calendar .month li a:hover,
			.calendar .month li.current a {
				color: #fff;
				background: #05bae8;
				border: 1px solid #05bae8;
				cursor: pointer;
			}

			.calendar .month li.prev a,
			.calendar .month li.next a {
				position: relative;
				color: #fff;
			}

			.calendar .month li.prev a {
				width: 80px;
				padding: 10px 12px 9px 10px;
				background: #006dc5;
				border: 1px solid #006dc5;
			}

				.calendar .month li.prev a:hover {
					cursor: pointer;
				}

				.calendar .month li.prev a:after,
				.calendar .month li.next a:after {
					top: 50%;
					content: "";
					width: 13px;
					height: 14px;
					margin-top: -7px;
				}

				.calendar .month li.prev a:after {
					position: absolute;
					left: 18px;
				}

			.calendar .month li.next a {
				position: relative;
				width: 80px;
				padding: 10px 10px 9px 16px;
				background: #006dc5;
				border: 1px solid #006dc5;
			}

				.calendar .month li.next a:hover {
					cursor: pointer;
				}

				.calendar .month li.next a:after {
					position: absolute;
					right: 18px;
				}

	.calendar .grid {
		margin-bottom: 30px;
	}

		.calendar .grid table tr:first-child th {
			text-align: center;
		}

		.calendar .grid table tr:last-child td {
			border-bottom: none;
		}

		.calendar .grid table tr td:last-child,
		.calendar .grid table tr td:last-child {
			border-right: none;
		}

		.calendar .grid table th,
		.calendar .grid table td {
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
		}

		.calendar .grid table th {
			padding: 4px;
			font-size: 15px;
			background: #f7f9fa;
		}

			.calendar .grid table th:first-child {
				color: #dd1c1c;
				background: #fff1f1;
			}

			.calendar .grid table th:last-child {
				color: #006dc5;
				background: #edf5ff;
				border-right: none;
			}

		.calendar .grid table td {
			width: 138px;
		}

			.calendar .grid table td.select:hover,
			.calendar .grid table td.select.active {
				background: #fff5d2;
				cursor: pointer;
			}

			/* 満室・受付停止 */
			.calendar .grid table td.select:has(.batsu):hover .batsu,
			.calendar .grid table td.select:has(.batsu):hover .batsu + .goukei:hover,
			.calendar .grid table td.select:has(.haifun):hover .haifun,
			.calendar .grid table td.select:has(.haifun):hover .haifun + .goukei:hover {
				cursor: pointer;
				/*cursor: not-allowed;*/
			}

		.calendar .grid table {
			margin: 0 auto;
			border: 1px solid #ccc;
		}

			.calendar .grid table .day {
				display: flex;
				justify-content: space-between;
				/* align-items: flex-end; */
				height: 24px;
				padding-left: 3px;
				border-bottom: 1px dotted #999;
			}

			.calendar .grid table .kigou {
				height: 40px;
				padding-top: 10px;
				font-weight: bold;
				text-align: center;
			}

			.calendar .grid table .goukei {
				height: 60px;
				padding-top: 4px;
				color: #333;
				text-align: center;
			}

				.calendar .grid table .goukei span {
					margin-right: 4px;
					font-weight: normal;
				}

			.calendar .grid table .saturday {
				background: #edf5ff;
			}

			.calendar .grid table .sunday {
				background: #fff1f1;
			}

			.calendar .grid table .holiday {
				background: #fff1f1;
				color: #dd1c1c;
			}

			.calendar .grid table td:first-child {
				color: #dd1c1c;
			}

			.calendar .grid table td:last-child {
				color: #0076f9;
			}

			.calendar .grid table td .day span {
				font-size: 15px;
				text-align: left;
			}

				.calendar .grid table td .day span.stop {
					width: 70px;
					height: 20px;
					padding-top: 3px;
					color: #5c4f9b;
					font-size: 11px;
					text-align: center;
					background: transparent url(/Tour/Public/Image/Common/Background/bg_hold_stop.png) no-repeat;
				}

				.calendar .grid table td .day span.fix {
					width: 70px;
					height: 20px;
					padding-top: 3px;
					color: #c00;
					font-size: 11px;
					text-align: center;
					background: transparent url(/Tour/Public/Image/Common/Background/bg_hold_decision.png) no-repeat;
				}

	.calendar .grid table td .deny {
		display: block;
		padding: 6px 0;
		color: #7f7f7f;
		font-size: 11px;
	}

	.calendar .grid table td .price {
		padding: 4px 5px 0;
		color: #333;
		text-align: center;
		margin-bottom: 4px;
		font-weight: bold;
	}

		.calendar .grid table td .price .text {
			margin-right: 4px;
			font-weight: normal;
		}

	.calendar .grid table td.stop {
		background: #dfdfdf !important;
	}

	.calendar .grid table td:first-child {
		height: 20px;
	}

	/* テキスト(早割) */
	.calendar .early {
		height: 15px !important;
		font-size: 11px;
		color: #eb0a1e;
	}

.calendar .grid table .request,
.calendar .grid table .available,
.calendar .grid table .little,
.calendar .grid table .deny,
.calendar .grid table .kigou,
#calendar .available-icon,
.calendar .request-icon,
.calendar .little-icon,
.calendar .deny-icon.novacancy-icon {
	margin: 0 auto;
	padding: 7px 0 9px;
	font-size: 11px;
	text-align: center;
}

#calendar .available-icon,
#calendar .request-icon,
#calendar .little-icon,
#calendar .deny-icon,
#calendar .stop-icon,
#calendar .fix-icon {
	display: inline-block;
	margin: 0 10px;
	text-align: center;
}

#calendar .available-icon,
#calendar .request-icon,
#calendar .little-icon,
#calendar .deny-icon.novacancy-icon {
	width: 80px;
	height: 30px;
}

#calendar .grid table td.select .request {
	width: 80px;
	padding: 7px;
	color: #4c8c2d;
	background: transparent url(/Tour/Public/Image/Common/Button/btn_calendar_green.png) no-repeat;
}

#calendar .grid table td.select .available {
	width: 80px;
	padding: 7px;
	color: #f60;
	background: transparent url(/Tour/Public/Image/Common/Button/btn_calendar_orange.png) no-repeat;
}

#calendar .grid table td.select .little {
	width: 80px;
	padding: 7px;
	color: #e83737;
	background: transparent url(/Tour/Public/Image/Common/Button/btn_calendar_red.png) no-repeat;
}

#calendar .grid table td:hover .request,
#calendar .grid table td:hover .available,
#calendar .grid table td:hover .little,
#calendar .grid table td.active .request,
#calendar .grid table td.active .available,
#calendar .grid table td.active .little {
	color: #fff !important;
	cursor: pointer;
}

#calendar .grid table td:hover .request,
#calendar .grid table td.active .request {
	background: transparent url(/Tour/Public/Image/Common/Button/btn_calendar_green_on.png) no-repeat;
}

#calendar .grid table td:hover .available,
#calendar .grid table td.active .available {
	background: transparent url(/Tour/Public/Image/Common/Button/btn_calendar_orange_on.png) no-repeat;
}

#calendar .grid table td:hover .little,
#calendar .grid table td.active .little {
	background: transparent url(/Tour/Public/Image/Common/Button/btn_calendar_red_on.png) no-repeat;
}

	/* 記号 */
	.calendar .kigou {
		font-size: 20px;
	}

		.calendar .kigou.maru {
			color: #006dc5;
		}

		.calendar .kigou.batsu {
			color: #eb0a1e;
		}

		.calendar .kigou.sankaku {
			font-size: 16px !important;
			color: #006dc5;
		}

		.calendar .kigou.haifun {
			color: #eb0a1e;
		}

		.calendar .kigou.slash {
			color: #006bc0;
		}

#calendar .deny-icon,
#calendar .stop-icon,
#calendar .fix-icon {
	width: 70px;
	height: 20px;
	margin-top: 5px;
	padding: 2px;
	font-size: 11px;
}

#calendar .available-icon {
	color: #f60;
	background: transparent url(/Tour/Public/Image/Common/Button/btn_calendar_orange.png) no-repeat;
}

#calendar .request-icon {
	color: #4c8c2d;
	background: transparent url(/Tour/Public/Image/Common/Button/btn_calendar_green.png) no-repeat;
}

#calendar .little-icon {
	color: #e83737;
	background: transparent url(/Tour/Public/Image/Common/Button/btn_calendar_red.png) no-repeat;
}

#calendar .fix-icon {
	color: #c00;
	background: transparent url(/Tour/Public/Image/Common/Background/bg_hold_decision.png) no-repeat;
}

#calendar .stop-icon {
	color: #5c4f9b;
	background: transparent url(/Tour/Public/Image/Common/Background/bg_hold_stop.png) no-repeat;
}

	#calendar .explain .icon-detail {
		display: flex;
		flex-wrap: wrap;
		padding-top: 5px;
	}

	#calendar .explain .available,
	#calendar .explain .request,
	#calendar .explain .little,
	#calendar .explain .deny,
	#calendar .explain .stop,
	#calendar .explain .fix {
		display: flex;
		align-items: center;
		width: 414px;
		margin-bottom: 10px;
	}

	#calendar .explain .little,
	#calendar .explain .deny {
		margin-bottom: 0;
	}

/* -----------------------------------------------
   メディアクエリ(max-width: 767px)
   ----------------------------------------------- */
@media (max-width: 767px) {

	/* 催行決定（カレンダー用 - width: 20px） */
	.calendar .grid table td .day span.stop {
		background: transparent url(/Tour/Public/Image/Common/Background/bg_hold_stop_sp_01.png) no-repeat;
		width: 16px;
	}

	/* 催行中止（カレンダー用 - width: 20px） */
	.calendar .grid table td .day span.fix {
		background: transparent url(/Tour/Public/Image/Common/Background/bg_hold_decision_sp_01.png) no-repeat;
		width: 16px;
	}
}

	/* ---------------------------------------------------------------------------------------
   bxSlider (検索結果／写真のスライダー)
   --------------------------------------------------------------------------------------- */
	.result-wrap .bx-wrapper {
		position: absolute;
		border: none;
		box-shadow: none;
	}

		.result-wrap .bx-wrapper img {
			width: 100%;
			/*width: 320px !important;*/
			/*height: 240px !important;*/
		}

		/* Todo：矢印を自作の画像に変更 */
		.result-wrap .bx-wrapper .bx-prev {
			background: url(/Tour/Public/Image/bxSlider/controls-white2.png) no-repeat 0 -32px;
		}

		.result-wrap .bx-wrapper .bx-next {
			background: url(/Tour/Public/Image/bxSlider/controls-white2.png) no-repeat -43px -32px;
		}

			.result-wrap .bx-wrapper .bx-prev:hover,
			.result-wrap .bx-wrapper .bx-next:hover {
				opacity: .8;
			}

	/* bxSlider(矢印) がヘッダーのスマホメニューより前に表示されないよう z-index調整 */
	.bx-wrapper .bx-controls-direction a {
		z-index: 99;
	}


	/* ---------------------------------------------------------------------------------------
   フォーム（Bootstrap v5）
   --------------------------------------------------------------------------------------- */
	.form-label {
		margin-bottom: 0;
	}

	.form-control {
		min-height: 35px; /* 62.5%対応 */
		font-size: 14px;
		border-radius: 0;
		border: 1px solid #ccc;
	}

		.form-control:focus {
			border-color: #66afe9;
			outline: 0;
			-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(0, 178, 223,.4);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(0, 178, 223,.4);
		}

	/* selectbox */
	.form-select {
		padding: 6px 26px 5px 12px;
		font-size: 14px;
	}

		.form-select:focus,
		.form-select:hover {
			cursor: pointer;
		}

		.form-select:disabled:focus,
		.form-select:disabled:hover {
			cursor: not-allowed;
		}

	/* textarea */
	textarea {
		resize: block;
		white-space: pre-line;
	}

	.counter {
		text-align: right;
		margin-right: 4px;
	}


	/* ---------------------------------------------------------------------------------------
   フォーム（Select2／セレクトボックス）
   --------------------------------------------------------------------------------------- */
	.select2-container .select2-selection--single {
		height: 34px;
	}

	.select2-container--default .select2-selection--single {
		border: 1px solid #ccc;
		border-radius: 0;
	}

	.select2-container .select2-selection--single .select2-selection__rendered {
		padding-top: 3px;
		padding-left: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		margin-top: -2px;
		border-color: #006dc5 transparent transparent transparent;
		border-width: 8px 5px 0 5px;
	}

	.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
		border-color: #006dc5 transparent transparent transparent;
		border-width: 8px 5px 0 5px;
	}

	.select2-container--default .select2-results__option--highlighted[aria-selected] {
		background-color: #006dc5;
	}

	.select2-results__option {
		padding: 6px 10px;
	}

	.select2-container.select2-container--disabled:hover {
		cursor: not-allowed;
	}

	.select2-container--open .select2-dropdown--below {
		border: 1px solid #aaa;
	}


	/* ---------------------------------------------------------------------------------------
   フォーム（iCheck／チェックボックス）
   --------------------------------------------------------------------------------------- */
	.form-chk-group {
		display: flex;
		flex-wrap: wrap;
	}

		.form-chk-group .form-label {
			font-weight: bold;
		}

	.form-chklabel_pointer span:hover,
	.form-check-label span:hover {
		cursor: pointer;
	}

	.form-chk-group .form-check-label {
		width: calc(100% - 22px);
		padding: 1px 4px;
		font-weight: normal;
		/* 折り返し対応 */
		word-break: keep-all;
		overflow-wrap: anywhere;
	}

	.form-chk-group .chk-item {
		display: flex;
		align-items: flex-start;
		width: 100%;
		margin-bottom: 6px;
	}

		.form-chk-group .chk-item:last-of-type {
			margin-bottom: 0;
		}

	.form-chk-group .group-name {
		padding: 4px;
	}


	/* ---------------------------------------------------------------------------------------
   フォーム（共通）
   --------------------------------------------------------------------------------------- */
	.form-flex {
		display: flex;
		align-items: center;
	}

	/* 必須テキスト */
	.require-text {
		margin-bottom: 2px;
		font-size: 13px;
		text-align: right;
	}

		.require-text i {
			padding-right: 4px;
			color: #eb0a1e;
			font-size: 10px;
			font-weight: 500;
		}

	/* <h5>の見出しと重なる場合 */
	h5 + .require-text {
		margin-top: -22px;
	}

	/* プレースホルダー */
	.form-control::-moz-placeholder {
		color: #e1e1e1;
	}

	.form-control::-webkit-input-placeholder {
		color: #e1e1e1;
	}

	.form-control::-ms-input-placeholder {
		color: #e1e1e1;
	}

	/* 検索条件の見出し */
	.condi-title {
		border-left: 3px solid #006dc5;
		padding-left: 5px;
		line-height: 16px;
		padding-top: 2px;
	}


	/* ---------------------------------------------------------------------------------------
   フォーム（会員登録・変更・決済等の共通）
   --------------------------------------------------------------------------------------- */
	/* 各セクション */
	.edit section {
		margin-bottom: 40px;
	}

		.edit section .info-table {
			margin-bottom: 20px;
		}

	/* 単位（名・年月日） */
	.edit .unit {
		margin: 0 7px 0 4px;
	}

	/* 性別・送付先等（ラジオボタン） */
	.edit .form-flex .form-check-label {
		margin-right: 20px;
	}

	/* 氏名（漢字・カナ・ローマ字） */
	.edit .name,
	.edit .name-en {
		width: 250px;
		margin-right: 10px;
	}

	.edit .name-kanji input,
	.edit .name-katakana input,
	.edit .name-romaji input {
		margin-right: 10px;
	}

	/* 国籍 */
	.edit .nationality .select2 {
		width: 100px;
	}

	/* 生年月日 */
	.edit .birthday input {
		width: 70px;
	}

	/* 郵便番号 */
	.edit .postal-cd .input-group {
		width: 200px;
	}

		.edit .postal-cd .input-group .input-group-text {
			padding: 2px 10px;
		}

		.edit .postal-cd .input-group .btn {
			padding: 0;
		}

	/* 都道府県 */
	.edit .prefectures .select2 {
		width: 200px !important;
	}

	/* 電話番号 */
	.edit .phone-number input {
		width: 200px;
	}

	/* トブポ */
	.edit .tobupo a {
		display: block;
		padding-top: 6px;
		text-align: right;
		text-decoration: underline;
	}

	/* クレジットカードNO */
	.edit .card-no input {
		width: 70px;
	}
	/* 有効期限 */
	.edit .month + .select2,
	.edit .year + .select2 {
		width: 70px !important;
	}

	/* リンク */
	.edit a {
		text-decoration: underline;
	}

	/* 必須マーク有のテーブル */
	.edit .info-table table th {
		position: relative;
		padding-left: 30px;
	}

		.edit .info-table table th.required::before {
			position: absolute;
			top: 50%;
			left: 11px;
			color: #eb0a1e;
			font-size: 10px;
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			content: "\f069";
			transform: translateY(-50%);
		}


	/* ---------------------------------------------------------------------------------------
   テーブル
   --------------------------------------------------------------------------------------- */
	.info-table table {
		width: 100%;
	}

		.info-table table th {
			width: 250px;
			background: #f0fbff;
		}

		.info-table table th,
		.info-table table td {
			height: 42px;
			padding: 8px 8px 6px 8px;
			border: 1px solid #ccc;
		}


	/* ---------------------------------------------------------------------------------------
   ボタン
   --------------------------------------------------------------------------------------- */
	.btn-md {
		width: 150px;
		height: 42px;
		padding-top: 4px;
		color: #fff;
		font-size: 15px;
		background: #05bae8;
		border: none;
	}

	.btn-lg {
		width: 220px;
		height: 42px;
		padding-top: 4px;
		color: #fff;
		font-size: 15px;
		background: #05bae8;
		border: none;
	}

	.btn-md,
	.btn-lg {
		margin: 16px;
	}

		.btn-md:hover,
		.btn-lg:hover {
			color: #fff;
			background: #006dc5 !important;
			opacity: 1 !important;
		}

	/* ボタン（予約する） */
	.search .btn-next {
		background: #05bae8;
	}

	/* ボタン（お問い合わせ） */
	.unit-summary .btn-contact {
		background: #29cca1;
	}

	/* ボタン（残りわずか） */
	.unit-summary .btn-little {
		background: #fcb63d;
	}

	/* ボタン（満室） */
	.unit-summary .btn-full {
		background: #e85862;
	}

	.point .tekiyou .btn:hover {
		color: #fff;
		background: #006dc5;
	}


	/* ---------------------------------------------------------------------------------------
   その他
   --------------------------------------------------------------------------------------- */
	/* リスト（青ドット） */
	ul.blue-dot li {
		position: relative;
		padding-bottom: 6px;
		padding-top: 4px;
		padding-left: 16px;
	}

		ul.blue-dot li::before {
			content: "";
			position: absolute;
			top: 0.6em;
			left: 0;
			width: 8px;
			height: 8px;
			border-radius: 50%;
			background-color: #006dc5;
		}

	/* 旅行代金 */
	.unit-price p {
		padding-top: 16px;
		padding-right: 10px;
		font-size: 15px;
		text-align: right;
	}

		.unit-price p span {
			display: inline-block;
			width: 100px;
			color: #eb0a1e;
			font-size: 19px;
		}

	/* すご得 */
	.block-summary .photo .sugotoku {
		position: absolute;
		top: 5px;
		right: 4px;
		z-index: 10;
	}

	/* おすすめ順（ソート） */
	.genre {
		display: flex;
	}

		.genre li {
			margin-left: 6px;
		}

			.genre li a {
				display: block;
				padding: 2px 5px;
				color: #333;
				font-size: 12px;
				text-align: center;
				background: #fff;
				border: 1px solid #ccc;
				cursor: pointer;
			}

			.genre li.current a {
				position: relative;
			}

			.genre li a:hover,
			.genre li.current a {
				color: #fff !important;
				background: #fcb63d;
				border: 1px solid #fcb63d;
			}

			.genre li a:hover {
				opacity: .7;
			}

	/* おすすめリボン */
	.ribbon {
		position: absolute;
		top: -5px;
		left: -5px;
		width: 75px;
		height: 75px;
		overflow: hidden;
		z-index: 1;
	}

		.ribbon span {
			position: absolute;
			top: 19px;
			left: -21px;
			display: block;
			width: 100px;
			color: #FFF;
			text-align: center;
			line-height: 20px;
			text-transform: uppercase;
			background: linear-gradient(#FCB63D 0%, #FCB63D 100%);
			box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
			transform: rotate(-45deg);
		}

			.ribbon span::before {
				position: absolute;
				left: 0px;
				top: 100%;
				content: "";
				border-right: 3px solid transparent;
				border-bottom: 3px solid transparent;
				border-left: 3px solid #FCB63D;
				border-top: 3px solid #FCB63D;
				z-index: -1;
			}

			.ribbon span::after {
				position: absolute;
				top: 100%;
				right: 0px;
				content: "";
				border-top: 3px solid #FCB63D;
				border-right: 3px solid #FCB63D;
				border-bottom: 3px solid transparent;
				border-left: 3px solid transparent;
				z-index: -1;
			}


	/* ---------------------------------------------------------------------------------------
   aside.aside（conditions／検索条件フォーム）共通項目
   --------------------------------------------------------------------------------------- */
	.conditions .inner {
		padding-bottom: 20px;
	}

		.conditions .inner .item {
			margin-bottom: 15px;
		}

	.conditions .form-label {
		font-weight: bold;
	}

	/* 目的地・出発地（方面・エリア） */
	.conditions .direction .select2,
	.conditions .area .select2 {
		margin-bottom: 8px;
	}

	/* 出発日・日帰り・泊数 */
	.conditions .chk-daytrip {
		margin-left: 18px;
	}

		.conditions .chk-daytrip label {
			margin-left: -5px;
		}

		.conditions .chk-daytrip .icheckbox_square-blue {
			transform: scale(0.6, 0.6);
		}

	/* チェックイン・チェックアウト */
	.conditions .check-in {
		margin-bottom: 6px !important;
	}

	/* 人数 */
	.conditions .person-wrap {
		display: flex;
	}

	.conditions .otona {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.conditions .kodomo {
		margin-right: 16px;
	}

		.conditions .kodomo i {
			transform: scale(.8, .8);
		}

		.conditions .otona .select2,
		.conditions .term .select2,
		.conditions .kodomo .select2,
		.conditions .room-cnt .select2 {
			width: 56px !important;
		}

	/* 金額(範囲) */
	.conditions .amount .select2 {
		width: 105px !important;
	}

	.conditions .amount .between {
		padding: 0 8px;
	}

	/* こだわり条件 */
	.conditions .kodawari .top-label {
		margin-bottom: 6px;
	}

	.conditions .kodawari .chk-item {
		width: 50%;
	}

	.conditions .btn-area {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
	}

		.conditions .btn-area .btn-search {
			margin-bottom: 12px;
		}


	/* ---------------------------------------------------------------------------------------
   カレンダー（datepicker）
   --------------------------------------------------------------------------------------- */
	/* 出発日・チェックイン・チェックアウト */
	.conditions .dept-date input,
	.conditions .check-date input {
		width: 144px;
		padding-bottom: 5px;
	}

	.conditions .dept-date .datepick-area,
	.conditions .check-date .datepick-area {
		position: relative;
		display: inline-block;
		margin-right: 32px;
	}

		.conditions .dept-date .datepick-area input:hover,
		.conditions .check-date .datepick-area input:hover {
			cursor: pointer;
		}

		.conditions .dept-date .datepick-area i,
		.conditions .check-date .datepick-area i {
			position: absolute;
			top: 5px;
			left: 109px;
			color: #006dc5;
			font-size: 22px;
			cursor: pointer;
		}

	/* 前月・翌月hover時の画像変更 */
	.ui-state-hover,
	.ui-widget-content .ui-state-hover,
	.ui-widget-header .ui-state-hover,
	.ui-state-focus,
	.ui-widget-content .ui-state-focus,
	.ui-widget-header .ui-state-focus {
		font-weight: normal;
		border: 1px solid #fff;
		background: url(/Tour/Public/Image/Common/USER/XXX/select-carret.png);
		background-size: 12px 8px;
		background-repeat: no-repeat;
		cursor: pointer;
		opacity: .8;
	}

	/* 前月・翌月hover時の白枠不要 */
	.ui-datepicker a.ui-datepicker-next:hover {
		border: none !important;
	}

	.ui-datepicker a.ui-state-default:hover {
		color: #fff !important;
		background: #05bae8;
	}

	/* 前月・翌月の三角アイコンの位置調整 */
	.ui-datepicker .ui-datepicker-prev-hover,
	.ui-datepicker .ui-datepicker-next-hover {
		top: 2px;
	}

	.ui-datepicker .ui-datepicker-prev-hover {
		left: 2px;
	}

	.ui-datepicker .ui-datepicker-next-hover {
		right: 2px;
	}

	/* Corner radius */
	.ui-corner-all,
	.ui-corner-top,
	.ui-corner-left,
	.ui-corner-tl {
		border-radius: 0;
	}

	/* カレンダーアイコン */
	.datepicker + img {
		position: absolute;
		top: 5px;
		right: 14px;
	}

		.datepicker + img:hover {
			cursor: pointer;
		}

	/* メッセージ（Toast） */
	.area-message {
		max-width: 620px;
		min-width: 200px;
		margin: 0 auto 30px;
	}

		.area-message .message .status:before {
			position: absolute;
			font-family: "Font Awesome 5 Pro";
			font-size: 22px;
			font-weight: 300;
			top: 50%;
			margin-top: -15px;
		}

		.area-message .message .status-info:before {
			content: "";
			color: #006bc0;
		}

		.area-message .message .status-error:before {
			content: "";
			color: #b91b1b;
		}

		.area-message .message .status-success:before {
			content: "";
			color: #5cb85c;
		}

		.area-message .message .status {
			position: relative;
			padding: 6px 10px;
		}

			.area-message .message .status p {
				display: table-cell;
				font-size: 14px;
				height: 32px;
				padding-top: 4px;
				padding-left: 32px;
				vertical-align: middle;
				word-break: break-word;
			}

		.area-message .message .status-info {
			border: 2px solid #006bc0;
			background-color: #e8f1fc;
		}

		.area-message .message .status-error {
			border: 2px solid #df2828;
			background-color: #fff0f0;
		}

		.area-message .message .status-success {
			border: 2px solid #5cb85c;
			background-color: #f0fff0;
		}


	/* ---------------------------------------------------------------------------------------
   画面フロー（矢印）
   --------------------------------------------------------------------------------------- */
	.unit-flow {
		margin-bottom: 25px;
	}

		.unit-flow ul li {
			position: relative;
			display: inline-block;
			width: 185px;
			height: 44px;
			margin-right: 30px;
			padding-top: 13px;
			text-align: center;
			background: #eee;
		}

			.unit-flow ul li:last-child {
				margin-right: 0;
			}

			.unit-flow ul li::before {
				position: absolute;
				top: 0;
				right: -20px;
				width: 0;
				height: 0;
				content: "";
				border-style: solid;
				border-width: 22px 0 22px 20px;
				border-color: transparent transparent transparent #eee;
			}

			.unit-flow ul li.passed {
				color: #fff;
				background: #05bae8;
			}

				.unit-flow ul li.passed::before {
					border-color: transparent transparent transparent #05bae8;
				}


	/* ---------------------------------------------------------------------------------------
   コース詳細（共通項目）
   --------------------------------------------------------------------------------------- */
	/* 泊数・室数・人数 */
	.term .select2,
	.room-cnt .select2,
	.person-cnt .select2,
	.pax-cnt .select2 {
		width: 70px !important;
	}


	/* ---------------------------------------------------------------------------------------
   お問い合わせ先
   --------------------------------------------------------------------------------------- */
	h4.inquiries-name {
		height: auto;
	}


	/* =================================================================================================

   datepicker（jquery-ui）

   ================================================================================================= */
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default,
	.ui-button,
	html .ui-button.ui-state-disabled:hover,
	html .ui-button.ui-state-disabled:active {
		color: #333;
		border: 1px solid #ccc;
		background: #fff;
	}

	/* datepicker（枠線なし版） */
	.ui-datepicker-other-month .ui-state-default {
		border: 1px solid #fff;
		background: #fff;
	}

	.ui-widget-header {
		color: #fff;
		background: #006dc5;
		border-radius: 0;
	}

		.ui-state-highlight,
		.ui-widget-content .ui-state-highlight,
		.ui-widget-header .ui-state-highlight {
			background: #ade1f7;
			border: 1px solid #ccc;
		}


	/* =================================================================================================

   モーダル（modal）

   ================================================================================================= */
	/* 共通 */
	.modal-header {
		padding: 10px;
	}

		.modal-header .btn-close {
			font-size: 12px;
		}

	.modal .modal-title {
		font-size: 15px;
		font-weight: normal;
	}

	.modal-dialog {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 100%;
		margin: 0 auto;
	}

	/* open時の背景ずれ対応 (スクロールあり) */
	.modal-open {
		padding-right: 0px !important;
		overflow: auto !important;
	}

	.modal {
		padding-right: 0px !important;
	}

	/* 写真モーダル（album） */
	.album-modal .modal-dialog {
		max-width: 1000px;
	}

	.album-modal .modal-body {
		padding: 12px 12px 0;
	}

	.album-modal h4 {
		padding-left: 6px;
		font-size: 15px;
		font-weight: normal;
	}

	.album-modal .photo-wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.album-modal figure {
		width: 480px;
		margin-bottom: 30px;
	}

		.album-modal figure:nth-child(2n) {
			margin-right: 0;
		}

		.album-modal figure:nth-child(2n + 1) {
			margin-right: 12px;
		}

	.album-modal .img-wrap {
		position: relative;
	}

		.album-modal .img-wrap::before {
			display: block;
			content: "";
			padding-top: 75%;
		}

		.album-modal .img-wrap img {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

	.album-modal figcaption {
		padding-top: 4px;
		overflow-wrap: break-word;
	}

	.album-modal .modal-footer {
		padding: 8px;
		text-align: center;
	}

		.album-modal .modal-footer .btn {
			width: 90px;
			height: 30px;
			color: #fff;
			font-size: 13px;
			text-shadow: none;
			background: #05bae8;
			border-radius: 0;
		}


	/* -----------------------------------------------------------------------------------------------
   ページトップ
   ----------------------------------------------------------------------------------------------- */
	.page-top {
		position: fixed;
		right: 3%;
		bottom: 35px;
		display: none;
		width: 50px;
		height: 50px;
		cursor: pointer;
		z-index: 100;
	}

		.page-top span {
			position: absolute;
			top: 0;
			left: 0;
			width: 50px;
			height: 50px;
			color: #fff;
			font-size: 30px;
			font-weight: 700;
			line-height: 50px;
			text-align: center;
			background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
			border-radius: 25px;
			transform: rotate(-90deg);
		}

		.page-top:hover {
			animation: 0.3s linear 0s normal none infinite running none;
		}

			.page-top:hover span {
				background: #3c9ada none repeat scroll 0 0;
			}


	/* -----------------------------------------------
   メディアクエリ(max-width: 1219px)
   ----------------------------------------------- */
	@media (max-width: 1219px) {
		.page-top span {
			display: none;
		}

		/* ---------------------------------------------------------------------------------------
       レイアウト（全体）
       --------------------------------------------------------------------------------------- */
		body {
			min-width: 100%;
			background: #eee;
		}

		article,
		nav {
			width: 100%;
		}

		main,
		.content-wrap {
			max-width: 100% !important;
		}

		main {
			width: 100%;
			max-width: 100% !important;
			margin: 0 auto;
			padding: 8px;
			background-color: #fff;
		}

		.content-wrap {
			margin: 0 8px;
			padding-top: 10px;
			padding-bottom: 50px;
		}


		/* ---------------------------------------------------------------------------------------
       aside.aside（recommend）
       --------------------------------------------------------------------------------------- */
		aside.aside.recommend {
			width: 100%;
			height: 100%;
		}

		.slick-slide {
			width: 320px;
		}

		aside.aside.recommend ul li .thumbnail img {
			width: 320px;
			height: 240px;
		}


		/* ---------------------------------------------------------------------------------------
       aside.aside（banner）
       --------------------------------------------------------------------------------------- */
		aside.aside.pc-mode {
			display: none;
		}

		aside.aside.sp-mode {
			display: block;
		}

		aside.aside.banner {
			width: auto;
			margin: 0 6px;
			padding: 0 17px;
			overflow-x: hidden;
		}

		aside.aside .banner-wrap {
			position: relative;
			display: block;
		}

			aside.aside .banner-wrap img {
				margin: 0 auto;
				padding: 0 5px;
				width: auto;
				height: 75px;
			}

		/* bxSlider */
		aside.aside .slick-prev {
			left: -16px;
			z-index: 10;
		}

		aside.aside .slick-next {
			right: -13px;
		}

			aside.aside .slick-prev:before,
			aside.aside .slick-next:before {
				color: gray;
				font-size: 25px;
			}


		/* ---------------------------------------------------------------------------------------
       block枠（共通）	Todo：検討
       --------------------------------------------------------------------------------------- */
		.plan {
			margin-bottom: 38px;
		}


		/* ---------------------------------------------------------------------------------------
       summary
       --------------------------------------------------------------------------------------- */
		.summary .block-summary .head .area {
			margin-bottom: 0;
		}

		.summary .block-summary .head .place {
			flex-direction: column;
		}

			.summary .block-summary .head .place .code {
				margin-bottom: 4px;
				text-align: left;
			}

		.summary .block-summary .body {
			flex-direction: column;
		}

		.summary .block-summary .photo {
			width: 100%;
			height: 100%;
		}

			.summary .block-summary .photo::before {
				display: block;
				content: "";
				padding-top: 75%;
			}

			.summary .block-summary .photo img {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0%;
				left: 0;
				width: 100%;
				height: 100%;
			}

		.summary .block-summary .info {
			width: 100%;
			padding-left: 0;
		}

			.summary .block-summary .info table th {
				width: 75px;
			}

		.summary .plan-info {
			margin-left: initial;
		}

		/* ---------------------------------------------------------------------------------------
       予約カレンダー（コース詳細・プラン詳細）
       --------------------------------------------------------------------------------------- */
		.calendar .month li.prev a,
		.calendar .month li.next a {
			width: 34px;
			padding: 5px;
		}

		.calendar .month li.prev a {
			padding: 7px 0 4px 6px;
		}

		.calendar .month li.next a {
			padding: 7px 6px 4px 0;
		}

		.calendar .month li.prev .prev-text,
		.calendar .month li.next .next-text {
			display: none;
		}

		.calendar .month li a {
			/*width: 50px;*/
			padding: 5px;
			font-size: 14px;
			width: calc((100vw - 108px) / 6);
		}

			.calendar .month li a:hover,
			.calendar .month li.current a {
				font-size: 14px;
			}

		.calendar .grid table .early {
			font-size: 10px;
			color: #eb0a1e;
		}

		.calendar .grid table .goukei {
			padding-top: 0;
			font-size: 11px;
		}


		/* ---------------------------------------------------------------------------------------
       bxSlider (検索結果／写真のスライダー)
       --------------------------------------------------------------------------------------- */
		/*.result-wrap .bxSlider,
	.result-wrap .bxSlider > div,
	.result-wrap .bx-viewport,
	.result-wrap .bx-wrapper img {
		width: 384px !important;
		height: 288px !important;
	}*/

		/* bx-wrapper .bx-next 矢印の表示 打消し */
		.modal {
			z-index: 10000;
		}


		/* ---------------------------------------------------------------------------------------
       フォーム（会員登録・変更・決済等の共通）
       --------------------------------------------------------------------------------------- */
		.edit .name,
		.edit .name-en {
			width: 100%;
		}

		.edit .name-kanji .form-flex,
		.edit .name-katakana .form-flex,
		.edit .name-romaji .form-flex {
			flex-direction: column;
			align-items: flex-start;
		}

			.edit .name-kanji .form-flex > div,
			.edit .name-katakana .form-flex > div,
			.edit .name-romaji .form-flex > div {
				width: 100%;
			}

		.edit .name-kanji input:first-of-type,
		.edit .name-katakana input:first-of-type,
		.edit .name-romaji input:first-of-type {
			margin-right: 0;
			margin-bottom: 6px;
		}

		.edit .tobupo a {
			text-align: left;
		}


		/* ---------------------------------------------------------------------------------------
       テーブル
       --------------------------------------------------------------------------------------- */
		.info-table table th,
		.info-table table td {
			display: block;
			height: 100%;
			min-height: 33px;
			border-bottom: none;
		}

		.info-table table tr:last-child td {
			border-bottom: 1px solid #ccc;
		}

		.info-table table th {
			width: 100%;
		}

		#attender .info-table table th,
		#confirm .info-table table th,
		#credit .info-table table th {
			padding-left: 9px;
		}

			#attender .info-table table th.required,
			#confirm .info-table table th.required,
			#credit .info-table table th.required {
				padding-left: 30px;
			}

				#attender .info-table table th.required::before,
				#confirm .info-table table th.required::before,
				#credit .info-table table th.required::before {
					top: 16px;
				}


		/* ---------------------------------------------------------------------------------------
       aside.aside（conditions／検索条件フォーム）共通項目
       --------------------------------------------------------------------------------------- */
		/* 検索modal */
		.conditions .inner {
			padding: 8px 0;
		}

		.conditions .person-cnt {
			width: 152px;
		}

		.conditions .btn-area {
			flex-direction: row;
			z-index: 10;
		}

			.conditions .btn-area button {
				margin: 0 6px;
			}

			.conditions .btn-area .btn-search {
				margin-bottom: 0;
			}

		/* Select2 上書き */
		.conditions .dest-place .select2,
		.conditions .dept-place .select2 {
			width: 100% !important;
		}


		/* ---------------------------------------------------------------------------------------
       画面フロー（矢印）
       --------------------------------------------------------------------------------------- */
		.unit-flow {
			display: none;
		}


		/* ---------------------------------------------------------------------------------------
       お問い合わせ先
       --------------------------------------------------------------------------------------- */
		.inquiries .name {
			font-size: 16px;
		}


		/* =================================================================================================
       モーダル（modal）
       ================================================================================================= */
		.modal {
			width: 100vw;
		}

		.modal-header {
			padding: 8px;
		}

		.modal-dialog {
			width: 100%;
		}

			.modal-dialog .modal-content {
				height: 100%;
				margin-left: auto;
				margin-right: auto;
				padding-top: 25px;
			}

		.album-modal .modal-dialog {
			width: 90%;
			max-width: 1000px;
			margin: 0 auto;
		}

		.album-modal figure {
			width: 100%;
		}

			.album-modal figure:nth-child(2n + 1) {
				margin-right: 0;
			}

		.album-modal .img-wrap img {
			width: 100%;
		}
	}

	/* -----------------------------------------------
   メディアクエリ(min-width: 1220px)
   ----------------------------------------------- */
	@media (min-width: 1220px) {
		/* ---------------------------------------------------------------------------------------
       レイアウト（全体）
       --------------------------------------------------------------------------------------- */
		main {
			max-width: 1200px !important;
			margin: 0 auto;
			padding: 0;
		}

		main,
		.content-wrap {
			max-width: 1200px !important;
		}

		.content-wrap {
			margin: 0 auto;
			padding-top: 36px;
			padding-bottom: 50px;
		}


		/* ---------------------------------------------------------------------------------------
       aside.aside（recommend）
       --------------------------------------------------------------------------------------- */
		aside.aside.recommend {
			width: 250px;
			min-height: 956px;
			margin-top: 79px;
			margin-left: 20px;
		}

			aside.aside.recommend .head {
				justify-content: left;
				padding-top: 10px;
				font-size: 15px;
			}

			aside.aside.recommend .inner {
				padding: 14px 0;
			}

			aside.aside.recommend ul li {
				padding-bottom: 20px;
			}

				aside.aside.recommend ul li .thumbnail {
					position: relative;
					width: 100%;
					margin-bottom: 4px;
				}

					aside.aside.recommend ul li .thumbnail::before {
						display: block;
						content: "";
						padding-top: 75%;
					}

					aside.aside.recommend ul li .thumbnail img {
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
					}


		/* ---------------------------------------------------------------------------------------
       aside.aside（banner）
       --------------------------------------------------------------------------------------- */
		aside.aside.pc-mode {
			display: block;
		}

		aside.aside.sp-mode {
			display: none;
		}


		/* ---------------------------------------------------------------------------------------
       aside.aside（conditions／検索条件フォーム）共通項目
       --------------------------------------------------------------------------------------- */
		/* Select2 上書き */
		.conditions .dest-place .select2,
		.conditions .dept-place .select2 {
			width: 250px !important;
		}
	}


	/* -----------------------------------------------------------------------------------------------
   画面ロック
   ----------------------------------------------------------------------------------------------- */
	.lock {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #444;
		opacity: 0.8;
		z-index: 9999;
	}

		.lock .loader {
			width: 96px;
			height: 96px;
		}



	/* -----------------------------------------------
   メディアクエリ(max-width: 481px)
   ----------------------------------------------- */
	@media (max-width: 481px) {
		.calendar .grid table .goukei {
			font-size: 9px;
		}
	}


	/* -----------------------------------------------
   メディアクエリ(min-width: 375px)
   ----------------------------------------------- */
	@media (max-width: 375px) {
		.conditions .btn-area button {
			margin: 0 5px;
		}

		.result-wrap .pagecount-top .count .num {
			margin-right: 2px;
		}

		.genre li {
			margin-left: 2px;
		}

			.genre li a {
				padding: 2px 4px;
				font-size: 11px;
			}
	}

























	/* ---------------------------------------------------------------------------------------
   フォーム（共通）
   --------------------------------------------------------------------------------------- */
	/* form 横並び */
	.form-flex {
		display: flex;
		align-items: center;
	}

	/* 必須テキスト */
	.require-text {
		margin-bottom: 2px;
		font-size: 13px;
		text-align: right;
	}

		.require-text i {
			padding-right: 4px;
			color: #eb0a1e;
			font-size: 10px;
			font-weight: 500;
		}

	/* <h5>の見出しと重なる場合 */
	h5 + .require-text {
		margin-top: -22px;
	}

	/* プレースホルダー */
	.form-control::-moz-placeholder {
		color: #e1e1e1;
	}

	.form-control::-webkit-input-placeholder {
		color: #e1e1e1;
	}

	.form-control::-ms-input-placeholder {
		color: #e1e1e1;
	}

	/* focus時のボーダー不要 */
	.btn-check:checked + .btn,
	.btn.active,
	.btn.show,
	.btn:first-child:active,
	:not(.btn-check) + .btn:active {
		border: none;
	}


	/* ---------------------------------------------------------------------------------------
   フォーム（入力系フォームの共通）
   --------------------------------------------------------------------------------------- */
	/* 各セクション */
	.edit section {
		margin-bottom: 40px;
	}

		.edit section .info-table {
			margin-bottom: 20px;
		}

	/* 単位（名・年月日・有効期限） */
	.edit .unit,
	.card-form .unit {
		margin: 0 7px 0 4px;
	}

	/* 性別・送付先等（ラジオボタン） */
	.edit .form-flex .form-check-label {
		margin-right: 20px;
	}

	/* 国籍 */
	.edit .nationality .select2 {
		width: 100% !important;
	}

	/* 氏名 */
	.edit .name,
	.edit .name-en {
		width: 100%;
	}

	.edit .name-kanji .form-flex,
	.edit .name-katakana .form-flex,
	.edit .name-romaji .form-flex {
		flex-direction: column;
		align-items: flex-start;
	}

		.edit .name-kanji .form-flex > div,
		.edit .name-katakana .form-flex > div,
		.edit .name-romaji .form-flex > div {
			width: 100%;
		}

	.edit .name-kanji input:first-of-type,
	.edit .name-katakana input:first-of-type,
	.edit .name-romaji input:first-of-type {
		margin-right: 0;
		margin-bottom: 6px;
	}

	/* 生年月日・パスポート発行日 */
	.edit .birthday input,
	.edit .issue-date input {
		width: 70px;
	}

	/* 郵便番号 */
	.edit .postal-cd .input-group {
		width: 200px;
	}

		.edit .postal-cd .input-group .input-group-text {
			padding: 0;
			border: none;
		}

		.edit .postal-cd .input-group .btn {
			width: 40px;
			height: 35px;
			font-size: 14px;
			background: #eee;
			border: 1px solid #ccc;
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
			box-shadow: none;
		}

			.edit .postal-cd .input-group .btn:hover {
				cursor: pointer;
				background: rgba(221, 221, 221, .7);
			}

			.edit .postal-cd .input-group .btn:disabled,
			.edit .postal-cd .input-group .btn:disabled:hover {
				background: #eee !important;
				cursor: not-allowed;
			}

	/* 都道府県 */
	.edit .prefectures .select2 {
		width: 200px !important;
	}

	/* 電話番号 */
	.edit .phone-number input {
		width: 200px;
	}

	/* リンク */
	.edit a {
		text-decoration: underline;
	}

	/* トブポ */
	.edit .tobupo a {
		display: block;
		padding-top: 6px;
		text-align: right;
		text-decoration: underline;
	}

	.edit .tobupo a {
		text-align: left;
	}

	/* 必須マーク有のテーブル */
	.edit .info-table table th {
		position: relative;
		padding-left: 25px;
	}

		/* 必須マーク「＊」 */
		.edit .info-table table th.required::before {
			position: absolute;
			top: 54%;
			left: 11px;
			color: #eb0a1e;
			font-size: 10px;
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			content: "\f069";
			transform: translateY(-50%);
		}

	/* DM送付確認 */
	.edit .dm-head {
		height: auto;
	}

	.edit .dm-send-flg .form-flex {
		flex-wrap: wrap;
	}

		.edit .dm-send-flg .form-flex > div {
			line-height: 30px;
		}


	/* -----------------------------------------------
   メディアクエリ(min-width: 992px)
   ----------------------------------------------- */
	@media (min-width: 992px) {
		/* 氏名（漢字・カナ・ローマ字） */
		.edit .name {
			width: 250px;
		}

		/* 国籍（日本以外）*/
		.edit .name-en {
			width: 175px;
		}

		.edit .name-kanji .form-flex > div,
		.edit .name-katakana .form-flex > div,
		.edit .name-romaji .form-flex > div {
			width: auto;
		}

		.edit .name-kanji .form-flex,
		.edit .name-katakana .form-flex,
		.edit .name-romaji .form-flex {
			flex-direction: row;
		}


		.edit .name-kanji input:first-of-type,
		.edit .name-katakana input:first-of-type,
		.edit .name-romaji input:first-of-type,
		.edit .name-en input:first-of-type {
			margin-right: 10px;
		}

		/* 国籍 */
		.edit .nationality .select2 {
			width: max-content !important;
			min-width: 250px !important;
		}
	}


	/* ---------------------------------------------------------------------------------------
   オンライン決済（クレジットカード入力フォーム）
   --------------------------------------------------------------------------------------- */
	/* カードブランド */
	.card-form .info-table .card-brand {
		display: flex;
	}

		.card-form .info-table .card-brand img {
			width: auto;
			height: 28px;
			margin-right: 11px;
		}

			.card-form .info-table .card-brand img.jcb,
			.card-form .info-table .card-brand img.amex {
				margin-right: 8px;
			}

			.card-form .info-table .card-brand img.diners {
				margin-top: 2px;
			}

	/* カード番号 */
	.card-form .card-no input {
		margin-right: 8px;
	}

	/* カード番号・有効期限・セキュリティーコード */
	.card-form .card-no input,
	.card-form .sec-cd input,
	.card-form .month.select2,
	.card-form .year.select2 {
		width: 70px;
	}

	/* 名義人 */
	.card-form .info-table .holder-name input {
		width: 100%;
	}


	/* -----------------------------------------------
   メディアクエリ(min-width: 992px)
   ----------------------------------------------- */
	@media (min-width: 992px) {
		.card-form .info-table .holder-name input {
			width: 310px;
		}
	}



	/* ---------------------------------------------------------------------------------------
   テーブル（共通）
   --------------------------------------------------------------------------------------- */
	.info-table table {
		width: 100%;
	}

		.info-table table th {
			width: 100%;
			font-weight: bold;
			background: #f0fbff;
		}

		.info-table table th,
		.info-table table td {
			display: block;
			height: 100%;
			min-height: 33px;
			padding: 8px 8px 6px 8px;
			word-break: break-all;
			border: 1px solid #ccc;
			border-bottom: none;
		}

		.info-table table tr:last-child td {
			border-bottom: 1px solid #ccc;
		}


	/* -----------------------------------------------
   メディアクエリ(min-width: 992px)
   ----------------------------------------------- */
	@media (min-width: 992px) {
		.info-table table th {
			width: 250px;
		}

		.info-table table th,
		.info-table table td {
			display: table-cell;
			height: 42px;
			border: 1px solid #ccc;
		}
	}

@charset "utf-8";
/* =================================================================================================

   フッター

   ================================================================================================= */
/* ---------------------------------------------------------------------------------------
   レイアウト
   --------------------------------------------------------------------------------------- */
footer div,
footer p,
footer a,
footer ul,
footer li,
footer span {
    color: #212121;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
    line-height: normal;
    text-transform: none;
}

footer .inner {
    width: 1320px;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}

footer img {
    display: block;
    max-width: 100%;
}


/* ------------------------------
   all for PC
   ------------------------------ */
@media screen and (min-width:768px) {
    footer a:hover {
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha(opacity=60)";
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
    }
}


/* ---------------------------------------------------------------------------------------
   フッター
   --------------------------------------------------------------------------------------- */
footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #274158;
}

    footer .ft_links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 15px;
    }

        footer .ft_links li {
            margin-bottom: 10px;
        }

            footer .ft_links li a {
                padding: 0 8px 0;
                color: #fff;
                font-size: 1.4rem;
                border-right: 1px solid #fff;
            }

            footer .ft_links li:last-child a {
                border-right: none;
            }

    footer .sns_links {
        display: flex;
        justify-content: center;
        margin: 25px auto 35px;
    }

        footer .sns_links > li {
            margin-right: 8px;
            margin-left: 8px;
        }

            footer .sns_links > li a {
                display: block;
                width: 40px;
            }

    footer .copy_right {
        margin-bottom: 0;
        color: #788A9A;
        text-align: center;
        font-size: 1.2rem;
    }


/* -----------------------------------------------
   メディアクエリ(max-width: 767px)
   ----------------------------------------------- */
@media (max-width: 767px) {
    footer .inner {
        max-width: 100%;
        min-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    footer > .inner {
        padding-right: 7px;
        padding-left: 7px;
    }

    footer .ft_links {
        justify-content: flex-start;
    }

        footer .ft_links li a {
            font-size: 1.2rem;
        }

    footer .sns_links > li a {
        width: 36px !important;
    }

    footer .copy_right {
        font-size: 1.0rem;
    }
}

@charset "utf-8";
/* =================================================================================================

   カスタム

   ================================================================================================= */
header {
	flex-shrink: 0;
}

/* 背景固定（メニューopen時のみ） */
body.fixed {
	position: fixed;
	width: 100%;
	overflow: hidden;
}
