/* Minification failed. Returning unminified contents.
(378,55): run-time error CSS1030: Expected identifier, found '*'
(378,56): run-time error CSS1031: Expected selector, found ')'
(378,56): 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: 13px; */
	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;
	/* border-radius: 3px; */
	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,
input[type='password']:disabled,
textarea:disabled,
select:disabled + span .select2-selection {
	background: #f4f4f4;
	cursor: not-allowed !important;
}

/* アンカー */
a {
	color: #006dc5;
	outline: none;
	text-decoration: none;
}

	a:hover,
	a:focus,
	a:active {
		/* color: #069; */
		color: #05bae8;
		outline: none;
		text-decoration: none;
	}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}


/* ---------------------------------------------------------------------------------------
   BootstrapMaxlength
   --------------------------------------------------------------------------------------- */
.bootstrap-maxlength {
	padding: 6px 10px;
	opacity: 0.85;
	z-index: 1000 !important;
	/* 装飾 */
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	background-color: #5bc0de;
	border-radius: 2px;
}


/* ---------------------------------------------------------------------------------------
   jQuery Validate（入力値検証）
   --------------------------------------------------------------------------------------- */
/* ポップオーバー */
.popover.validate {
	max-width: 650px;
	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;
	}

/* 郵便番号 */
.has-success input.form-control + .input-group-text .btn {
	border: 1px solid #2b542c;
}

/* select2 (都道府県) */
.has-success .select2-container--default .select2-selection--single {
	/*background-color: #f3f9f3;*/
	/*border-color: #2b542c;*/
}

/* 入力エリア（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;
}

/* 郵便番号 */
.has-error input.form-control + .input-group-text .btn {
	border: 1px solid #a94442;
}

/* select2 (都道府県) */
.has-error .select2-container--default .select2-selection--single {
	background-color: #f9f2f4;
	border-color: #a94442;
}


/* -----------------------------------------------
   メディアクエリ(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;
	}
}



/* =================================================================================================

   外部ライブラリ（初期化）

   ================================================================================================= */
/* ---------------------------------------------------------------------------------------
   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;
}

/* 共通：幅は100%固定 */
img[src*="/Image/Show/"] {
	display: block;
	width: 100% !important;
}

	/* 縦長：高さを親に合わせ、下をカット */
	img[src*="/Image/Show/"].is-portrait:not(.bx-wrapper *) {
		height: 100% !important;
		object-fit: cover !important;
		object-position: top !important;
	}

	img[src*="/Image/Show/"].is-portrait {
		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(/Member/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(/Member/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(/Member/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(/Member/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";
/* =================================================================================================
 
	ツアー共通（概要）
 
  ================================================================================================= */
.summary {
    margin-bottom: 10px;
}

    .summary .block-summary .head {
        padding: 0;
        font-size: 15px;
    }

        .summary .block-summary .head .place {
            display: flex;
            justify-content: space-between;
            flex-flow: column;
        }

        .summary .block-summary .head .area {
            margin-bottom: 4px;
        }

        .summary .block-summary .head .code {
            min-width: 210px;
        }

    .summary .block-summary .body {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
    }

    .summary .block-summary .photo {
        position: relative;
        width: 100%;
        height: 100%;
        /* 画像読込NG時は枠のみ表示 */
        background: #f4f4f4;
        border: 1px solid #ccc;
    }

        .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%;
            z-index: 1; /* 最背面 */
        }

        /* アイコン */
        .summary .block-summary .photo .photo-wrap {
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 10; /* 最前面 */
        }
            /* アイコンの画像 */
            .summary .block-summary .photo .photo-wrap img {
                display: flex !important; /* 縦並び */
                position: relative; /* 相対位置を指定 */
                margin: 3px 0 0 auto; /* 右寄せ */
                width: 60% !important;
                height: auto !important; /* 横幅基準 */
            }

    .summary .block-summary .info {
        width: 100%;
        padding-left: 0;
    }

        .summary .block-summary .info table {
            width: 100%;
        }

            .summary .block-summary .info table th,
            .summary .block-summary .info table td {
                padding-top: 18px;
                text-align: left;
                border-bottom: 1px dotted #ccc;
            }

            .summary .block-summary .info table th {
                width: 75px;
                height: 25px;
                font-weight: bold;
            }

            .summary .block-summary .info table .meal span:not(:last-child) {
                margin-right: 14px;
            }

    .summary .block-summary .head .item-flex {
        flex-direction: column;
        margin-bottom: 0;
    }

    .summary .block-summary .head .cource-code {
        margin-bottom: 4px;
        text-align: left;
    }


    /* ▼ Todo: Kubo 3点リーダー（暫定対応）▼ */
    .summary .block-summary .cource-name {
        height: auto;
        margin-bottom: 4px;
        padding-top: 4px;
        padding-left: 5px;
        font-size: 15px;
        font-weight: normal;
        border-left: 6px solid #006dc5;
    }

    .summary .block-summary .cource-name {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

        .summary .block-summary .cource-name.no-open {
            display: block;
            overflow: visible;
        }

        .summary .block-summary .cource-name.no-open {
            cursor: pointer;
            display: block;
            overflow: visible;
        }

        .summary .block-summary .cource-name:hover {
            cursor: pointer;
        }
/* ▲ Todo: Kubo 3点リーダー（暫定対応）▲ */



/* -----------------------------------------------
   メディアクエリ(min-width: 992px)
   ----------------------------------------------- */
@media (min-width: 992px) {
    .summary .block-summary .cource-name:hover,
    .summary .plan-name:hover {
        display: block;
        overflow: visible;
        cursor: default;
    }

    .summary .block-summary .head .item-flex {
        justify-content: space-between;
        margin-bottom: 4px;
    }

    .summary .block-summary .body {
        flex-direction: row;
    }

    .summary .block-summary .photo {
        width: 280px;
        height: 210px;
    }

    .summary .block-summary .head .place {
        flex-flow: nowrap;
    }

    .summary .block-summary .head .code {
        text-align: right;
    }

    .summary .block-summary .info {
        /* 横幅 - 画像サイズ */
        width: calc(100% - 280px);
        padding-left: 20px;
    }

        .summary .block-summary .info table th {
            width: 80px;
        }


    /* ▼ Todo: Kubo 3点リーダー（暫定対応）▼ */
    .summary .block-summary .cource-name:hover {
        display: block;
        overflow: visible;
    }
    /* ▲ Todo: Kubo 3点リーダー（暫定対応）▲ */

    .summary .block-summary .info table th {
        width: 80px;
    }
}
@charset "utf-8";
/* =================================================================================================

   メイン（共通）

   ================================================================================================= */
/* ---------------------------------------------------------------------------------------
   レイアウト（全体）
   --------------------------------------------------------------------------------------- */
html {
    height: 100%;
}

body {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    min-width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
       -moz-font-smoothing: antialiased;
         -o-font-smoothing: antialiased;
    background: #eee;
}

main {
    flex: 1 0 auto;
    width: 100%;
    min-height: 0%;
    margin: 0 auto;
    padding: 8px;
    background-color: #fff;
}

.content-wrap {
    height: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 50px;
}

article,
nav {
    width: 100%;
    font-size: 14px;
}


/* -----------------------------------------------
   メディアクエリ(min-width: 992px)
   ----------------------------------------------- */
@media (min-width: 992px) {
    body {
        background: #fff;
    }

    main {
        padding: 0;
    }

    main,
    .content-wrap {
        max-width: 990px !important;
    }

    .content-wrap {
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    article,
    nav {
        margin: 0 auto;
    }
}


/* heading */
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;
}


/* item 横並び */
.item-flex {
    display: flex;
}

/* 文字色 (赤色) */
.price,
.font-red {
    color: #eb0a1e;
}

/* BS3 → BS5 対応用 (BS5には「.hidden」がないため) */
.hidden {
    display: none !important;
}

/* 注釈 */
.annotation {
    padding-top: 3px;
    padding-left: 15px;
    text-indent: -15px;
}

.btn-area {
    text-align: center;
}


/* ---------------------------------------------------------------------------------------
   テキストメッセージエリア (Toastなし)
   --------------------------------------------------------------------------------------- */
.text-area {
    padding: 20px 10px 0;
    text-align: center;
}


/* -----------------------------------------------
   メディアクエリ(min-width: 768px)
   ----------------------------------------------- */
@media (min-width: 768px) {
    .text-area {
        padding: 50px 50px 30px;
    }
}


/* ---------------------------------------------------------------------------------------
   メッセージ (Toast)
   --------------------------------------------------------------------------------------- */
.area-message {
    max-width: 100%;
    min-width: 200px;
    margin: 0 auto 18px;
}

    .area-message:last-of-type {
        margin-bottom: 20px;
    }

    /* status */
    .area-message .message .status {
        position: relative;
        padding: 6px 8px;
    }

        .area-message .message .status:before {
            position: absolute;
            top: 50%;
            margin-top: -13px;
            font-size: 18px;
            font-weight: 300;
            font-family: "Font Awesome 5 Pro";
        }

    /* status-info */
    .area-message .message .status-info {
        background-color: #e8f1fc;
        border: 2px solid #006bc0;
    }

        .area-message .message .status-info:before {
            content: "";
            color: #006bc0;
        }


        /* :before を無効化 */
        .area-message .message .status-info.no-icon::before {
            content: none; 
            display: none; 
        }

        /* パネル全体 */
        .message-panel {
            border: 1px solid #3b6ea5;
            border-radius: 0;
            background: #f2f2f2;
            padding: 0;
            max-width: 100%;
            margin: 12px 0;
            box-shadow: 0 1px 0 #fff inset;
        }

        /* 見出しバー */
        .panel-heading {
            margin: 0;
            padding: 8px 12px;
            font-size: 14px;
            color: #333;
            background: linear-gradient(#e7e7e7, #cfcfcf); /* グラデーション風 */
            border-bottom: 1px solid #b5b5b5;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        /* リスト部分 */
        .message-list {
            list-style: none;
            margin: 0;
            padding: 16px 18px;
            background: #eef3f7; /* 画像の薄い水色 */
            border: none; /* ← これが重要 */
        }


            /* 各行 */
            .message-list li + li {
                margin-top: 8px; /* 行間 */
            }


    /* status-error */
    .area-message .message .status-error {
        background-color: #fff0f0;
        border: 2px solid #df2828;
    }

        .area-message .message .status-error:before {
            content: "";
            color: #b91b1b;
        }

    /* status-success */
    .area-message .message .status-success {
        background-color: #f0fff0;
        border: 2px solid #5cb85c;
    }

        .area-message .message .status-success:before {
            content: "";
            color: #5cb85c;
        }

    .area-message .message .status p {
        display: table-cell;
        height: 20px;
        padding-top: 3px;
        padding-left: 26px;
        font-size: 13px;
        vertical-align: middle;
        word-break: break-word;
    }


/* -----------------------------------------------
   メディアクエリ(min-width: 992px)
   ----------------------------------------------- */
@media (min-width: 992px) {
    .area-message {
        margin: 0 auto 30px;
    }

        .area-message .message .status:before {
            margin-top: -15px;
            font-size: 22px;
        }

        .area-message .message .status p {
            height: 32px;
            padding-top: 4px;
            padding-left: 32px;
            font-size: 14px;
        }
}


/* ---------------------------------------------------------------------------------------
   フォーム（Bootstrap v5）
   --------------------------------------------------------------------------------------- */
.form-label {
    margin-bottom: 0;
}

.form-control {
    min-height: 35px; /* 62.5%対応 */
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 0;
}

    .form-control:focus {
        border-color: #66afe9;
        -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);
        outline: 0;
    }

/* 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 {
    margin-right: 4px;
    text-align: right;
}


/* ---------------------------------------------------------------------------------------
   フォーム（Select2／セレクトボックス）※plugin
   --------------------------------------------------------------------------------------- */
.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single {
    height: 100% !important;
    min-height: 34px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 3px;
    padding-left: 10px;
    white-space: pre-wrap;
}

.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 #ccc;
}


/* ---------------------------------------------------------------------------------------
   フォーム（iCheck／チェックボックス）※plugin
   --------------------------------------------------------------------------------------- */
.form-chk-group {
    display: flex;
    flex-wrap: wrap;
}

    .form-chk-group .form-label {
        font-weight: bold;
    }

.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 横並び */
.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;
    }
}


/* ---------------------------------------------------------------------------------------
   ボタン
   --------------------------------------------------------------------------------------- */
button {
    box-shadow: 3px 3px 3px #ddd;
}

.btn-sm {
    width: 180px;
    height: 34px;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    background: #05bae8;
    border: none;
}

.btn-md {
    width: 150px;
    height: 42px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    background: #05bae8;
    border: none;
}

.btn-lg {
    width: 220px;
    height: 42px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    background: #05bae8;
    border: none;
}

.btn-square {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    color: #fff;
    background: #05bae8;
    border: none;
}

.btn-square-sm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #05bae8;
    border: none;
}

.btn-md,
.btn-lg {
    margin: 16px;
}

    .btn-sm:hover,
    .btn-md:hover,
    .btn-lg:hover,
    .btn-square:hover {
        color: #fff;
        background: #006dc5 !important;
        opacity: 1 !important;
    }

/* ボタン（非活性）*/
button:disabled,
button:disabled:hover {
    background: #05bae8 !important;
    opacity: .7 !important;
    cursor: not-allowed;
}

/* ボタン（適用） */
.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;
}

/* XX枚の写真を見る */
.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;
    box-shadow: initial;
    z-index: 4;
}

/* ---------------------------------------------------------------------------------------
   お問い合わせ先
   --------------------------------------------------------------------------------------- */
.inquiries .name {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: bold;
}
.inquiries .phone-number span,
.inquiries .phone-number i {
    color: #006dc5;
    font-weight: bold;
}


/* -----------------------------------------------
   メディアクエリ(min-width: 992px)
   ----------------------------------------------- */
@media (min-width: 992px) {
    .inquiries .postal-cd,
    .inquiries .address {
        display: inline-block;
    }
}


/* =================================================================================================

   モーダル（modal）

   ================================================================================================= */
.modal-header {
    padding: 8px;
}

.modal-dialog {
    width: 100%;
}

.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;
    margin: 0 auto;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    border-radius: 0;
}

.modal-body {
    background: #fff;
}

.modal-footer {
    padding: 8px;
    text-align: center;
    background: #fff;
}

    .modal-footer .btn {
        width: 90px;
        height: 30px;
        color: #fff;
        font-size: 13px;
        text-shadow: none;
        background: #05bae8;
        border-radius: 0;
    }

        .modal-footer .btn:focus,
        .modal-footer .btn:hover {
            color: #fff !important;
            background: #006dc5 !important;
        }

/* open時の背景ずれ対応 (スクロールあり) */
.modal-open {
    padding-right: 0px !important;
    overflow: auto !important;
}

.modal {
    padding-right: 0px !important;
}

/* 確認メッセージ用モーダル（サイズ小） */
.modal-dialog.confirm {
    width: 300px;
}

    .modal-dialog.confirm .modal-body {
        text-align: center;
    }

    .modal-dialog.confirm .modal-footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .modal-dialog.confirm .modal-footer .btn {
            margin: 3px 8px;
        }


/* -----------------------------------------------
   メディアクエリ(min-width: 992px)
   ----------------------------------------------- */
@media (min-width: 992px) {
    .modal-header {
        padding: 10px;
    }

    .modal-dialog {
        display: flex;
        width: 100%;
        max-width: 1000px;
        min-height: 100%;
    }
}


/* 写真モーダル（album）
---------------------------------------- */
.album-modal .modal-dialog {
    flex-direction: initial;
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
}
    .album-modal .modal-dialog .modal-content {
        position: initial;
        top: initial;
        left: initial;
        width: 100%;
        transform: initial;
        border-radius: initial;
    }

.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;
    text-align: left !important;
}

.album-modal .modal-footer {
    padding: 8px;
}

    .album-modal .modal-footer .btn {
        width: 90px;
        height: 30px;
        color: #fff;
        font-size: 13px;
        text-shadow: none;
        background: #05bae8;
        border-radius: 0;
    }

/* -----------------------------------------------
   メディアクエリ(max-width: 991px)
   ----------------------------------------------- */
@media (max-width: 991px) {
    .album-modal .modal-dialog {
        width: 95%;
        margin: 0 auto;
        flex-direction: initial;
        min-height: 100%;
        max-width: 100%;
    }

    .album-modal figure {
        width: 100%;
    }

        .album-modal figure:nth-child(2n + 1) {
            margin-right: 0;
        }

    .album-modal .img-wrap img {
        width: 100%;
        padding: 5px
    }
}


/* -----------------------------------------------------------------------------------------------
   ページトップ
   ----------------------------------------------------------------------------------------------- */
.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: #006dc5 none repeat scroll 0 0;
        }


/* -----------------------------------------------
   メディアクエリ(max-width: 991px)
   ----------------------------------------------- */
@media (max-width: 991px) {
    .page-top span {
        display: none;
    }

    .modal-dialog.confirm {
        width: 300px;
        position:relative;
        top:50%;
    }
}


/* -----------------------------------------------------------------------------------------------
   画面ロック
   ----------------------------------------------------------------------------------------------- */
.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;
    }
@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;
}
