@charset "utf-8";

/*PCSP共通設定*/
main * {font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
.fc_blue{color: #1c4e9c;}
.disnone{display:none}
section:nth-of-type(odd){background-color: #f2f7fd;}
section:nth-of-type(even){background-color:#fff;}
html {scroll-behavior: smooth;color: #333;}
#pc_header .HeadNav01,
#pc_header .HeadNav02,
#pc_header #Gnav,
#smp_header #headRMain li.area,
#smp_header #headRMain li.mycoupon,
#smp_header #headRMain li.menu {display:none!important;}
.fw-top .fw-search-top--train, .fw-search-top--tour .fw-is-show, .fw-search-top--tour-oneway .fw-is-show {background-color: #fff !important;}
.fw-top .fw-search-top--train,.fw-top .fw-search-top--tour,.fw-top .fw-search-top--tour-oneway{background-color: #fff!important;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.5;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 10px;}

/*main*/
#main {
    text-align: center;
    background: -webkit-linear-gradient(45deg, #fff 0%, #fffbfa 10%, #f2f3f8 20%, #ecf3fb 30%, #ecf0fb 40%, #f3f0fb 50%, #f2fcfe 60%, #e1e5f1 70%, #dfe4f2 80%, #e8eef6 90%, #f1f3f8 100%);
    position: relative;
    margin: 1% 0 0;
    padding: 10px 0 15px;
	overflow: hidden;
}
.infinite{
	width:200%;
	display:flex;
	overflow: hidden;
}
.mv{
	display:flex;
	animation: infinity-scroll-left 45s infinite linear 0.5s both;
}
.mv li {
    margin: 3px;
    border: 3px solid #FFF;
    border-radius: 15px;
}
.mv li:nth-of-type(-n+3),
.mv li:nth-of-type(n+9) {display:none;}
.mv li img{
	width: 100%;
    height: auto;
    vertical-align: bottom;
	border-radius: 15px;
}
h1 {
	line-height: 1.2;
	margin: 0 0 1% 1%;
}
h1 .disb {display: block;}
h1 strong {
	width: 100%;
    display: inline-block;
    font-weight: bold;
    background: url(../images/mv/mv_yellow-line.png) no-repeat center 82%;
    background-size: 72%;
    padding-bottom: 20px;
	position:relative;
}
h1 strong:before{
	content: "";
    width: 25%;
    height: 4px;
    position: absolute;
    top: 30px;
    left: 0;
    background: linear-gradient(-90deg,transparent 35%, #267bcd 100%);
	z-index:1;
}
h1 strong:after{
	content: "";
    width: 25%;
    height: 4px;
    position: absolute;
    top: 30px;
    right: 0;
	background: linear-gradient(90deg,transparent 35%, #267bcd 100%);
    z-index: 1;
}
h1 .tiketless{
	font-size: 14px;
	background: linear-gradient(135deg, #2d7ad6 0%, #348def 100%);
	background: -webkit-linear-gradient(-45deg, #2d7ad6 0%, #348def 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h1 small{
	color:#333;
	font-size:10px;
}
h1 .EX{
	color: #fff;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 0.05em;
    -webkit-text-stroke: 2px #1c4e9c;
}
h1 .tabipack{
	font-size:40px;
	font-weight:bold;
	letter-spacing:0.03em;
	background: linear-gradient(135deg, #2858be 0%, #196ecb 100%);
	background: -webkit-linear-gradient(-45deg, #2858be 0%, #196ecb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h1 img {width: 140px;}
#main > p{font-size:10px;}
#main > p b{
	color:#111;
	font-size:14px;
}
h2 {
    font-size: 30px;
    color: #2858be;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 10px auto 10px;
    padding-bottom: 5px;
    clear: both;
}
h2 span{
	font-size: 18px;
    font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #79cefd;
    background: linear-gradient(135deg, #cbeef7 0%, #79cefd 100%);
    background: -webkit-linear-gradient(-45deg, #cbeef7 0%, #79cefd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h3 {
    width: fit-content;
    font-size: 22px;
    color: #2858be;
    font-weight: bold;
    text-align: center;
    margin: 0px auto;
    clear: both;
}
.inner{
	width: 96%;
    margin: 0 2%;
    padding: 50px 0;
    box-sizing: border-box;
}
.inner p{font-size:16px;}
footer #pagetop {
	text-align: right;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 48;
	background: none;
}
footer #pagetop img {
	width: 32px;
	height: 33px;
}
footer p {
	font-size: 10px;
	background: #343474;
    text-align: center;
    color: #fff;
    margin: 25px 0 0;
    padding: 5px 0;
}

/*newsImportant*/
#newsImportant {
	margin-top: 1%;
	padding: 10px 3% !important;
    background: #ececec;
}
#newsImportant summary,
#newsImportant .newsCont {
	font-size: 12px;
	font-weight: normal;
	color: #C00;
}

/*nav*/
main article nav{
	width: 100%;
	padding: 5px 0;
}
main article nav ul {display: flex;}
main article nav li {
    width: 50%;
	margin: auto 0;
    border-right: 2px solid #dedede;
}
main article nav li:last-child {border-right: 0;}
main article nav li a {
    background: #fff;
    text-align: center;
    position: relative;
    height: 30px;
    font-size: 0.9em;
    font-weight: bold;
    display: grid;
    align-items: center;
    color: #004da1!important;
    line-height: 1.4em;
}
main #follow-up_nav-box { height: 0; }
main article nav.fixed {
	position: fixed !important;
    top: 0;
    width: 100%;
    height: 50px;
    max-width: 100%;
    z-index: 9999;
    text-align: center;
    background: #FFF;
    box-shadow: 0px 0 5px #44556a;
    transition-duration: 0.2s;
    left: 0;
    background-color: #ffffff;
	border-top: 5px solid #20208c;
}
main article nav.fixed ul{display: flex;}	
main article nav.fixed ul li{width: 50%;}
main article nav.fixed ul .gadget{background-color: #1c4e9c;}
main article nav.fixed a{
    font-size: 16px;
    padding: 0px 2px;
    margin-left: 5%;
    font-weight: bold;
	color: #fff!important;
}
main article nav.fixed li a:after {font-size: 1px;}
main article nav .login_ex2,main article nav .gadget{
	width:0;
	opacity:0;
}
main article nav.fixed .login_ex2,main article nav.fixed .gadget{
    display: block!important;
    opacity: 1;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #f4f4f4;
    border: 2px solid #1c4e9c;
    padding: 3px 15px;
	margin: 5px;
}
.login_ex2,.gadget{transition-duration: 0.2s;}
.login_ex2:after{
	content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    top: 18%;
    right: 25px;
    background: #FFF;
    border: 1px solid #555;
    box-shadow: 1px 1px 0 #fff, 2px 2px 0 #333;
}
.login_ex2 a{
	display: flex;
	background: #FFF;
	color: #004da1!important;
}
.gadget a {
	display: flex;
	letter-spacing: 0.1em;
	color: #004da1!important;
	background-color: #1c4e9c;
}
.login_ex2 p,.gadget p {
	color: #1c4e9c;
	background-color: #fff;
}
.login_ex2 img {
    width: 36px;
    height: auto;
}

/*slide_banner*/
#slide_banner600 {margin: 15px auto 0px;}
#slide_banner600 .slick li {margin:0 5px;}
#slide_banner640 .slick img,
#slide_banner600 .slick img {width: 100%;}
#slide_banner640 .slick .slick-prev, #slide_banner640 .slick .slick-next,
#slide_banner600 .slick .slick-prev, #slide_banner600 .slick .slick-next {top: calc((100% - 10px) / 2) !important;}

/*EXガシェット*/
#gadgetbox{background: -webkit-linear-gradient(45deg, #fff 0%, #fffbfa 10%, #f2f3f8 20%, #ecf3fb 30%, #ecf0fb 40%, #f3f0fb 50%, #f2fcfe 60%, #e1e5f1 70%, #dfe4f2 80%, #e8eef6 90%, #f1f3f8 100%);}
.gadgetbox {
    background-color: #fffffff7;
    padding-bottom: 50px;
}
.fw-top .fw-search-top--train{background-color: #fffffff7;}
.gadget_inner{
	width: 90%;
    margin: 0 auto;
}
.difference{
	margin:15px 0;
	text-align:center;
}
.difference a{
	font-size: 12px;
	position:relative;
}
.difference a:before{
	content: "?";
    position: absolute;
    top: 0;
    left: -24px;
    background: #1c4e9c;
    width: 18px;
    height: 18px;
    color: #FFF;
    border-radius: 10px;
}
#ex_select{
	display: flex;
    border-bottom: 3px solid #1c4e9c;
}
#ex_select li{
	width: 50%;
    text-align: center;
    padding: 32px 3px 5px;
    background: #FFF;
    position: relative;
	display: grid;
    align-items: center;
	line-height: 1.3;
	font-size: 12px;
    letter-spacing: -1px;
}
#ex_select li a{color: #1c4e9c;font-weight: bold;}
#ex_select li.select{
	background: #1c4e9c;
    color: #FFF;
}
#ex_select li:after {filter: invert(1);}
#ex_select li.select:after {filter: none;}
#ex_select li:nth-of-type(1):after{
	content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: calc((100% - 24px) / 2);
    background: url(../images/EXDP.png) no-repeat;
    background-size: cover;
}
#ex_select li:nth-of-type(2):after{
	content: "";
    width: 40px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: calc((100% - 48px) / 2);
    background: url(../images/EXTour.png) no-repeat;
    background-size: cover;
}
#ex_select li:nth-of-type(3):after{
	content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: calc((100% - 24px) / 2);
    background: url(../images/EXoneway.png) no-repeat;
    background-size: cover;
}
section .fw-top .fw-mv-search {width: 100%;}
.login_ex1{
	position: absolute;
    top: 12px;
    right: 3px;
    width: 40%;
    z-index: 9500;
}
.login_ex1 li{
	margin: 0;
    padding: 10px 15px;
    background: #FFF;
    border: 2px solid #1c4e9c;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #f4f4f4;
}
.login_ex1 li:after{
	content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 33%;
    right: 8px;
    background: #FFF;
    border: 1px solid #555;
    box-shadow: 1px 1px 0 #fff, 2px 2px 0 #333;
}
.login_ex1 li a {
    display: flex;
    background: #FFF;
	padding: 0;
	color: #1c4e9c;
}
.login_ex1 li p {
	font-size: 16px!important;
	font-weight: bold;
    line-height: 1;
    display: grid;
    align-items: center;
}
.login_ex1 li img {
	width: 35px;
    height: fit-content;
    margin: 0;
}

/*dynamicpack_planプラン*/
#dynamicpack_plan dt p {
	font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
}
#dynamicpack_plan .plan_wrap{
	display: flex;
	flex-wrap: wrap;
}
#dynamicpack_plan .plan_wrap li {
    width: 48%;
    margin: 0 1% 2%;
    background: #FFF;
    padding: 5px;
    font-size: 14px;
    box-sizing: border-box;
}
#dynamicpack_plan .plan_wrap dt {
	text-align: center;
    margin: 0;
    padding: 0;
}
#dynamicpack_plan .plan_wrap dt h4{
	font-size: 1.1em;
	font-weight: bold;
}
#dynamicpack_plan .plan_wrap .thumbnail {margin: 10px 0;}
#dynamicpack_plan .plan_wrap .thumbnail img {
	width: 100%;
    height: auto;
}
#dynamicpack_plan .plan_wrap .benefits {
	height: 165px;
	margin: 10px 0;
    line-height: 1.4;
    font-size: 12px;
}
#dynamicpack_plan .inner:nth-of-type(2) .benefits{height: 48px;}
#dynamicpack_plan .plan_wrap .price {
	text-align: center;
    color: red;
    font-weight: bold;
    font-size: 1.2em;
	margin: 10px 0;
}
#dynamicpack_plan .plan_wrap .exp {
	font-size: 10px;
	color: #222;
	font-weight: normal;
}

/*vacationpack_planプラン*/
#vacationpack_plan dt p {
	font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
}
#vacationpack_plan .plan_wrap{
	display: flex;
	flex-wrap: wrap;
}
#vacationpack_plan .plan_wrap li {
    width: 48%;
    margin: 0 1% 2%;
    background: #FFF;
    padding: 5px;
    font-size: 14px;
    box-sizing: border-box;
}
#vacationpack_plan .plan_wrap dt {
	text-align: center;
    margin: 0;
    padding: 0;
}
#vacationpack_plan .plan_wrap dt h4{
	font-size: 1.1em;
	font-weight: bold;
}
#vacationpack_plan .plan_wrap .thumbnail {margin: 10px 0;}
#vacationpack_plan .plan_wrap .thumbnail img {
	width: 100%;
    height: auto;
}
#vacationpack_plan .plan_wrap .benefits {
	height: 80px;
	margin: 10px 0;
    line-height: 1.4;
    font-size: 12px;
}
#vacationpack_plan .inner:nth-of-type(2) .benefits{height: 48px;}
#vacationpack_plan .plan_wrap .price {
	text-align: center;
    color: red;
    font-weight: bold;
    font-size: 1.2em;
	margin: 10px 0;
}
#vacationpack_plan .plan_wrap .exp {font-size: 12px;}

/*oneway_planプラン*/
#oneway_plan dt p {
	font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
}
#oneway_plan .plan_wrap{
	display: flex;
	flex-wrap: wrap;
}
#oneway_plan .plan_wrap li {
    width: 48%;
    margin: 0 1% 2%;
    background: #FFF;
    padding: 5px;
    font-size: 14px;
    box-sizing: border-box;
}
#oneway_plan .plan_wrap dt {
	text-align: center;
    margin: 0;
    padding: 0;
}
#oneway_plan .plan_wrap dt h4{
	font-size: 1.1em;
	font-weight: bold;
}
#oneway_plan .plan_wrap .thumbnail {margin: 10px 0;}
#oneway_plan .plan_wrap .thumbnail img {
	width: 100%;
    height: auto;
}
#oneway_plan .plan_wrap .benefits {
	margin: 10px 0;
    line-height: 1.4;
    font-size: 12px;
}
#oneway_plan .inner:nth-of-type(2) .benefits{height: 48px;}
#oneway_plan .plan_wrap .price {
	text-align: center;
    color: red;
    font-weight: bold;
    font-size: 1.2em;
	margin: 10px 0;
}
#oneway_plan .plan_wrap .exp {font-size: 12px;}
#oneway_plan table {
    width: 100%;
    font-size: 16px;
	background: #FFF;
	margin: auto;
}
#oneway_plan table,
#oneway_plan td,
#oneway_plan th {
    border: 1px solid #555;
    border-collapse: collapse;
}
#oneway_plan th {
	width: 25%;
	background: #d7effb;
	text-align: center;
}
#oneway_plan td {width: 75%;}
#oneway_plan td,
#oneway_plan th {padding: 5px;}

/*blue btn*/
.blue_btn a{
	font-size: 14px;
    padding: 5px 0 7px;
    margin: 0 0 5px;
    font-weight: bold;
    background-color: #1c4e9c;
    display: block;
    text-align: center;
	position:relative;
}
.blue_btn a h5{color: #fff !important;}
.blue_btn a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    position: absolute;
    top: 32%;
    right: 10px;
	border-color: transparent transparent transparent #FFF;
}

/*EX旅パック・EX旅の窓口とは＆日帰りプラン*/
#oneway_plan dt,
#aboutEX dt {
	margin: 1%;
    padding: 0 10px 10px 10px;
}
#oneway_plan dt img,
#aboutEX dt img{
	width: 72%;
    height: auto;
    margin: auto;
    display: block;
}
#oneway_plan dd ul,
#aboutEX dd ul{
	display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
}
#oneway_plan dd li,
#aboutEX dd li{
	display: flex;
    border: 2px solid #1c4e9c;
    border-radius: 10px;
    margin: 2% auto;
    padding: 2% 0%;
    background-color: #fffffff7;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #1c4e9c;
    font-weight: bold;
}
#oneway_plan dd li img,
#aboutEX dd li img{
	width: 30%;
	margin-left: 30px;
}
#oneway_plan dd li p,
#aboutEX dd li p{
    font-size: 17px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.13em;
	margin-right: 30px;
}
#oneway_plan dd li small,
#aboutEX dd li small {font-size: 10px;}
#oneway_plan dd li span,
#aboutEX dd li span{
	background: #1c4e9c;
    color: #FFF;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 12px;
    position: absolute;
    top: -5px;
    left: -5px;
}
#oneway_plan dd p.attention,
#aboutEX dd p.attention {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding: 5px 8% 0px;
    text-align: justify;
}

/*ご予約の流れ*/
#step .stepbox {
    padding: 10%;
    background: -webkit-linear-gradient(45deg, #fff 0%, #fffbfa 10%, #f2f3f8 20%, #ecf3fb 30%, #ecf0fb 40%, #f3f0fb 50%, #f2fcfe 60%, #e1e5f1 70%, #dfe4f2 80%, #e8eef6 90%, #f1f3f8 100%);
}
#step li{
	margin-bottom: 25px;
    padding: 0 10% 40px;
    display: block;
    color: #1c4e9c;
    border: 2px solid #1c4e9c;
    background-color: #fffffff7;
    border-radius: 10px;
    text-align: center;
}
#step li > img{width: 60%;}
#step li p{
	font-size: 18px;
	font-weight: bold;
    text-align: justify;
    letter-spacing: -0.05em;
}
#step li p.attention {
	font-size: 12px;
    color: #333;
    letter-spacing: 0.1em;
    margin-top: 10px;
}
#step li .entry {
    border: 2px solid #0065d6;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    margin: 15px auto;
}
#step li p img{
	width: 48%;
    height: auto;
    background: #fff;
    margin: 2% 0 0;
    padding: 1%;
    box-sizing: border-box;
}
#step .bg_white {
	background: #FFF;
    display: block;
    padding: 20px 20px 30px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
}
#step .bg_white b{line-height: 4;}

/*app DL*/
#step ol li:first-child b {
    text-align: center;
    width: 100%;
    display: inline-block;
	color: #222;
}
#step ol li:first-child .app img,
#step ol li:first-child .gp img {background:none;}

/*ご乗車方法*/
#confirmation div div {margin: 0 auto;}
.howto{width: 100% !important;}
.howto div{
	border: 2px solid #F4F4F4;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 4%;
    margin: 15px 5% 0px !important;
    display: flex;
}
.howto img{
    width: 55px;
    height: 72px;
    margin: auto 5% auto 0%;
}
.howto div p{
	color: #1c4e9c;
    font-weight: bold;
    font-size: 15px;
    text-align: justify;
}
#confirmation p.text-title{
	background-color: #fff;
    padding: 10px 10px 10px 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
    border-left: 4px solid #1C4E9C;
}
#confirmation p.text{
	padding: 15px 19px;
    font-size: 15px;
    font-weight: normal;
    text-align: justify;
}

/*Q&Aよくあるご質問*/
#faq div div {margin: 0 auto;}
#faq p.text-title{
	background-color: #f2f7fd;
    padding: 10px 10px 10px 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
    border-left: 4px solid #1C4E9C;
}
#faq p.text{
	padding: 10px 19px 15px;
    font-size: 15px;
    font-weight: normal;
    text-align: justify;
    line-height: 1.5;
}
#faq p span{
	font-size: 20px;	
	color: #1C4E9C;
	font-weight: bold;
}
#faq h3{margin-top: 60px;}
#faq div.telbox{
    border: 2px solid #1c4e9c;
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px 20px;
}
#faq p.telbox {
	background: #eee;
    padding: 10px 10px 10px 15px;
	font-weight: bold;
	border-left: 4px solid #1C4E9C;
}
#faq ul{
	padding: 10px 34px;
	background-color: #fff;
	display: block;
    flex-wrap: wrap;
	text-align: center;
}
#faq li{
	background-color: #fff;
	width: 100%;
	font-size: 18px;
    font-weight: bold;
}
#faq li small{font-weight: normal;}
#faq li.call{
	font-weight: bold;
    font-size: 35px;
    color: #1C4E9C;
    text-align: center;
}

/*banner*/
.pr_banner{
	width: 85%;
    margin: 30px auto;
}
.pr_banner img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*新着情報*/
.newsCont_section{margin: 0 auto 10%;}
.newsCont_section div{	
	font-size: 14px;
    letter-spacing: 0.05em;
    text-align: justify;
}
.newsCont_section ul {
	width: 85%;
	border: 2px solid #1c4e9c;
    border-radius: 10px;
    margin: 15px auto 0px;
    padding: 20px 2%;
}
.newsCont_section li {
	border-bottom: 1px solid #ccc;
    padding: 10px;
    background: #FFF;
}
.newsCont_section li:last-child {border-bottom: none;}
.newsCont_section li .text span {color: #aaa;}
.newsCont_section .moreBox {
	display: none;
	padding: 0;
}

/*20250613追加分*/
/*ガシェット畳む*/
#gadgetbox{
	padding-top: 50px;	
	padding-bottom: 50px;
}	
#gadgetbox .inner{padding: 0;}		
#gadget_height {
	overflow: hidden;
	position: relative;
}
#gadget_height.close {height: 325px;}
#gadget_height.open {height: auto;}
#gadget_height .click__more {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 50%);
    cursor: pointer;
    transition: bottom 0.2s;
}
#gadget_height .click__more b {
    transform: rotate(90deg);
    position: inherit;
    margin: -4px 0 0 -15px;
    font-size: 20px;
}
	
.slide_banner600_section{margin: 0 auto 10%;}	
.destination_inner{
	width: 96%;
    margin: 0 2%;
    padding: 15px 0;
    box-sizing: border-box;
	}
.destination_section ul {display:flex;}
.destination_section li {width: 100%;position: relative;}
.destination_section li a {
	width: 98%;
    display: inline-block;
	margin: 5px 1%;
    text-align: center;
    color: #222;
    background: #FFF;
	font-size: 14px;
	box-sizing: border-box;
}
.destination_section .picture-box li a {line-height: 0;}
.destination_section .word-box li a {
    font-size: 16px;
    padding: 15px 0;
    border: 1px solid #aaa;
    border-radius: 5px 5px 0 5px;
	position:relative;
}
.destination_section .word-box li a:before {
	content: "";
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #20208c transparent;
}
.destination_section .picture-box li img {
    border-radius: 5px;
    box-sizing: border-box;
	width: 100%;
    height: auto;
}
.destination_section .picture-box li p {
	width: 98%;
    position: absolute;
    bottom: 5px;
    left: 0;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
	letter-spacing: 2px;
    display: block;
    margin: 0 1%;
    padding: 5px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
	pointer-events: none;
}	

p.change_departure{
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    padding-top: 10px;
    margin-bottom: 10px;
	}	
p.change_departure small{
    font-size: 15px;
    text-align: left

}	
.change_departure .blue_btn a h5{
		font-size: 18px;
	}	
.change_departure .blue_btn a:after  {
    top: 31%;
}
	
/*おすすめプラン*/
nav.dynDepList ul {
	display: flex;
    border-bottom: 2px solid #0b318f;
	margin-top: 10px;
	margin-bottom: 20px;
}
nav.dynDepList li {
	width: 24%;
	height: 40px;
    line-height: 40px;
    margin: 0 0.5%;
	padding: 3px 0;
    text-align: center;
    border: 2px solid #0b318f;
	border-bottom: none;
    background: #FFF;
    font-size: 16px;
    cursor: pointer;
}
	
nav.dynDepList li:last-child{
	border: 2px solid #0b318f;	
	border-bottom: none;
	}	
	
nav.dynDepList li.select {
	background: #0b318f;
    color: #FFF;
    font-weight: bold;
}
.scrollbox_wraper {
	margin-bottom: 25px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #888;
}
.scrollbox_wraper .scroll_left_btn {left: 0;}
.scrollbox_wraper .scroll_right_btn {right: 0;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
	/*padding: 0 calc(calc(100% - calc(1040px / 4)) / 2);*/
}

.scrollbox_wraper .scrollbox > ul > li.plan_contents {
	width: calc(1038px / 4) !important;
	margin: 0 5px !important;
	padding: 15px;
	box-sizing: border-box;
	background: #fff
}
.scrollbox_wraper .scrollbox dt {
        text-align: center;
        margin: 0;
        padding: 0;
    }
.scrollbox_wraper .scrollbox dt h4 {
        font-size: 1.2em;
        font-weight: bold;
    }	
.scrollbox_wraper .scrollbox .thumbnail {
        margin: 15px 0;
    }	
.scrollbox_wraper .scrollbox .thumbnail img {
        width: 100%;
        height: auto;
    }	
.scrollbox_wraper .scrollbox .benefits {
        height: 100px;
        margin: 15px 0;
        line-height: 1.4;
    }
.scrollbox_wraper .scrollbox .medium {
        height: 50px;
    }	
.scrollbox_wraper .scrollbox .price {
        text-align: center;
        color: red;
        font-weight: bold;
        font-size: 1.4em;
        margin: 15px 0;
    }	
.scrollbox_wraper .scrollbox .exp {
        font-size: 11px;
        color: #222;
        font-weight: normal;
    }
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important;
}	
}

/*760px以上*/
@media screen and (min-width: 760px) {
/* CSS */
#wrapper {line-height: 1.8;}
#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

/*main*/
#main {
    text-align: center;
    background: -webkit-linear-gradient(45deg, #fff 0%, #fffbfa 10%, #f2f3f8 20%, #ecf3fb 30%, #ecf0fb 40%, #f3f0fb 50%, #f2fcfe 60%, #e1e5f1 70%, #dfe4f2 80%, #e8eef6 90%, #f1f3f8 100%);
    position: relative;
    margin: 1% 0 0;
    padding: 50px 0 15px;
}
#main:before{
	content: "";
    width: 25%;
    height: 5px;
    position: absolute;
    bottom: 156px;
    left: 0;
    background: linear-gradient(-90deg,transparent 45%, #267bcd 70%, #267bcd 100%);
	z-index:1;
}
#main:after{
	content: "";
    width: 25%;
    height: 5px;
    position: absolute;
    bottom: 156px;
    right: 0;
	background: linear-gradient(90deg,transparent 45%, #267bcd 70%, #267bcd 100%);
    z-index: 1;
}
.infinite{
	display:flex;
	overflow: hidden;
}
.mv{
	display:flex;
	animation: infinity-scroll-left 45s infinite linear 0.5s both;
}
.mv li {
	width:150px;
    margin: 5px;
    border: 5px solid #FFF;
    border-radius: 25px;
}
.mv li img{
	width: 100%;
    height: auto;
    vertical-align: bottom;
	border-radius: 22px;
}
h1 {
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
}
h1 .disb {display: block;}
h1 strong {
	width: 470px;
    display: inline-block;
    font-size: 64px;
    font-weight: bold;
    background: url(../images/mv/mv_yellow-line.png) no-repeat 0 76px;
    background-size: contain;
	padding-bottom: 15px;
}
h1 .tiketless{
	font-size: 20px;
    letter-spacing: 0.01em;
	background: linear-gradient(135deg, #2d7ad6 0%, #348def 100%);
	background: -webkit-linear-gradient(-45deg, #2d7ad6 0%, #348def 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h1 small{
	color:#333;
	font-size:16px;
	letter-spacing:0.01em;
}
h1 .EX{
	color: #fff;
    font-size: 90px;
    font-weight: normal;
    letter-spacing: 0.05em;
    -webkit-text-stroke: 2px #1c4e9c;
}
h1 .tabipack{
	font-size:80px;
	font-weight:bold;
	letter-spacing:0.03em;
	color: #2858be;
	background: linear-gradient(135deg, #2858be 0%, #196ecb 100%);
	background: -webkit-linear-gradient(-45deg, #2858be 0%, #196ecb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h1 img {width: 140px;}
#main > p b{
	color:#111;
	font-size:16px;
	letter-spacing:0.07em;
}
h2 {
    font-size: 38px;
    letter-spacing: 0.04em;
	line-height: 1;
    color: #2858be;
    font-weight: bold;
    text-align: center;
    margin: 0px auto 40px;
}
h2 span{
	font-size: 18px;
    font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #79cefd;
    background: linear-gradient(135deg, #cbeef7 0%, #79cefd 100%);
    background: -webkit-linear-gradient(-45deg, #cbeef7 0%, #79cefd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h3 {
	width: fit-content;
    font-size: 24px;
    color: #2858be;
    font-weight: bold;
    text-align: center;
    margin: 0px auto 20px;
    padding: 10px 50px;
    clear: both;
}
.inner{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	padding:60px 0;
	display: block;
}
.inner p{font-size:18px;}
footer #pagetop {
    bottom: 20px;
    position: fixed;
    right: 20px;
    text-align: right;
    z-index: 50;
	background: none;
}
footer p {
	font-size: 12px;
	background: #343474;
    text-align: center;
    color: #fff;
    margin: 25px 0 0;
    padding: 5px 0;
}

/*newsImportant*/
#newsImportant {
	margin-top: 1%;
	padding: 5px 2%!important;
    background: #ececec;
}
#newsImportant summary{cursor: pointer;}
#newsImportant summary,
#newsImportant .newsCont {
	font-size: 16px;
	color: #C00;
}

/*nav*/
.intro{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	padding:30px 0 0;
	display: block;
}
main article nav{width: 100%;}
main article nav ul {display: flex;max-width: 1080px;height: 50px;margin: 10px auto;padding: 0;}
main article nav li {
    width: 50%;
	margin: auto 0;
    border-right: 2px solid #dedede;
}
main article nav li:last-child {border-right: 0;}
main article nav li a {
    background: #fff;
    text-align: center;
    position: relative;
    height: 30px;
    font-size: 1.2em;
    font-weight: bold;
    display: grid;
    align-items: center;
    color: #004da1!important;
    line-height: 1.4em;
}
main #follow-up_nav-box { height: 10px; }
main article nav.fixed {
	position: fixed!important;
	top: 0;
	width: 100%;
	height: 70px;
	max-width:1080px;
	max-width: 100%;
	min-width:760px;
	z-index: 9999;
	text-align: center;
	background: #FFF;
	box-shadow: 0px 0 5px #44556a;
	transition-duration: 0.2s;
	left: 0;
	background-color: #ffffff;
}
main article nav.fixed ul{
	position: relative;
}
main article nav.fixed ul .login_ex2{
	position: absolute;
	right: 0;
}
main article nav.fixed ul .gadget{
	position: absolute;
	right: 190px;
	background-color: #1c4e9c;
}
main article nav.fixed a{
    font-size: 16px;
    padding: 0px 2px;
    margin-left: 5%;
    font-weight: bold;
	color: #fff!important;
}
main article nav.fixed li a:after {font-size: 1px;}
main article nav .login_ex2,main article nav .gadget{
	width:0;
	opacity:0;
}
main article nav.fixed .login_ex2,main article nav.fixed .gadget{
	width: 150px;
    display: block!important;
    opacity: 1;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #f4f4f4;
    border: 2px solid #1c4e9c;
    padding: 10px 15px;
	margin: 0 5px;
}
.login_ex2,.gadget{transition-duration: 0.2s;}
.login_ex2:after{
	content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 32%;
    right: 25px;
    background: #FFF;
    border: 1px solid #555;
    box-shadow: 1px 1px 0 #fff, 2px 2px 0 #333;
}
.login_ex2 a{
	display: flex;
	background: #FFF;
	color: #004da1!important;
}
.gadget a {
	display: flex;
	letter-spacing: 0.1em;
	color: #004da1!important;
	background-color: #1c4e9c;
}
.login_ex2 p,.gadget p {
	color: #1c4e9c;
	background-color: #fff;
}
.login_ex2 img {
    width: 36px;
    height: auto;
}

/*slide_banner*/
#slide_banner640 .slick,
#slide_banner600 .slick {
    width: 100%;
    margin: auto;
}
#slide_banner600 .slick li {margin:0 5px;}
#slide_banner640 .slick img,
#slide_banner600 .slick img {width: 100%;}
#slide_banner640 .slick .slick-prev, #slide_banner640 .slick .slick-next,
#slide_banner600 .slick .slick-prev, #slide_banner600 .slick .slick-next {top: calc((100% - 10px) / 2) !important;}

/*EXガシェット調整*/
#gadgetbox{
    background: -webkit-linear-gradient(45deg, #fff 0%, #fffbfa 10%, #f2f3f8 20%, #ecf3fb 30%, #ecf0fb 40%, #f3f0fb 50%, #f2fcfe 60%, #e1e5f1 70%, #dfe4f2 80%, #e8eef6 90%, #f1f3f8 100%);
}
.gadgetbox{
    background-color: #ffffff;
    padding-bottom: 60px;
}
.gadget_inner{
	max-width: 890px;
    margin: 0 auto;	
}
.difference{
    margin: 15px 0;
    text-align: right;
    font-size: 16px;
}
.difference a{position:relative;font-size: 16px;}
.difference a:before{
	content: "?";
    font-weight: bold;
    position: absolute;
    top: -1px;
    left: -33px;
    background: #1c4e9c;
    width: 27px;
    height: 27px;
    color: #FFF;
    border-radius: 15px;
    font-size: 16px;
    font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: center;
}
#ex_select{
	display: flex;
    border-bottom: 3px solid #1c4e9c;
	margin-top: 20px;
}
#ex_select li{
	width: 50%;
    text-align: center;
    padding: 44px 10px 5px;
    background: #FFF;
    position: relative;
	font-size: 15px;
    font-weight: bold;
	cursor:pointer;
	display: grid;
    align-items: center;
	line-height: 1.4;
}
#ex_select li a{color: #1c4e9c;}
#ex_select li.select{
	background: #1c4e9c;
    color: #FFF;
}
#ex_select li:after {filter: invert(1);}
#ex_select li.select:after {filter: none;}
#ex_select li:nth-of-type(1):after{
	content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: calc((100% - 24px) / 2);
    background: url(../images/EXDP.png) no-repeat;
    background-size: cover;
}
#ex_select li:nth-of-type(2):after{
	content: "";
    width: 60px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: calc((100% - 48px) / 2);
    background: url(../images/EXTour.png) no-repeat;
    background-size: cover;
}
#ex_select li:nth-of-type(3):after{
	content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: calc((100% - 24px) / 2);
    background: url(../images/EXoneway.png) no-repeat;
    background-size: cover;
}
#ex_select li:not(.select):hover{opacity:0.8;}
section .fw-top .fw-mv-search {width: 100%;}
.login_ex1{
	position: absolute;
    top: 16px;
    right: 8px;
    width: 180px;
    z-index: 9500;
    margin-right: calc((100% - 962px) / 2);
}
@media screen and (max-width: 980px) {
.login_ex1{
    margin-right: calc((100% - 770px) / 2);
}
}
.login_ex1 li{
	margin: 0;
    padding: 10px 15px;
    background: #FFF;
    border: 2px solid #1c4e9c;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #f4f4f4;
}
.login_ex1 li:after{
	content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 32%;
    right: 25px;
    background: #FFF;
    border: 1px solid #555;
    box-shadow: 1px 1px 0 #fff, 2px 2px 0 #333;
}
.login_ex1 li a {
    display: flex;
    background: #FFF;
	padding: 0;
	color: #1c4e9c;
}
.login_ex1 li p {
	font-size: 16px!important;
	font-weight: bold;
    margin-left: 5%;
    display: grid;
    align-items: center;
}
.login_ex1 li img {
    width: 36px;
    height: auto;
}

/*dynamicpack_planプラン*/
#dynamicpack_plan dt p {
	font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
}
#dynamicpack_plan .plan_wrap{
	display: flex;
	flex-wrap: wrap;
}
#dynamicpack_plan .plan_wrap li {
    width: calc(94% / 3);
    margin: 0 1% 2%;
    background: #FFF;
    padding: 20px;
    font-size: 14px;
    box-sizing: border-box;
}
#dynamicpack_plan .plan_wrap dt {
	text-align: center;
    margin: 0;
    padding: 0;
}
#dynamicpack_plan .plan_wrap dt h4{
	font-size: 1.2em;
	font-weight: bold;
}
#dynamicpack_plan .plan_wrap .thumbnail {margin: 15px 0;}
#dynamicpack_plan .plan_wrap .thumbnail img {
	width: 100%;
    height: auto;
}
#dynamicpack_plan .plan_wrap .benefits {
    height: 125px;
	margin: 15px 0;
    line-height: 1.4;
}
#dynamicpack_plan .plan_wrap .price {
	text-align: center;
    color: red;
    font-weight: bold;
    font-size: 1.4em;
	margin: 15px 0;
}
#dynamicpack_plan .plan_wrap .exp {
	font-size: 11px;
	color: #222;
	font-weight: normal;
}

/*vacationpack_planプラン*/
#vacationpack_plan dt p {
	font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
}
#vacationpack_plan .plan_wrap{
	display: flex;
	flex-wrap: wrap;
}
#vacationpack_plan .plan_wrap li {
    width: calc(94% / 3);
    margin: 0 1% 2%;
    background: #FFF;
    padding: 20px;
    font-size: 14px;
    box-sizing: border-box;
}
#vacationpack_plan .plan_wrap dt {
	text-align: center;
    margin: 0;
    padding: 0;
}
#vacationpack_plan .plan_wrap dt h4{
	font-size: 1.2em;
	font-weight: bold;
}
#vacationpack_plan .plan_wrap .thumbnail {margin: 15px 0;}
#vacationpack_plan .plan_wrap .thumbnail img {
	width: 100%;
    height: auto;
}
#vacationpack_plan .plan_wrap .benefits {
    height: 50px;
	margin: 15px 0;
    line-height: 1.4;
}
#vacationpack_plan .plan_wrap .price {
	text-align: center;
    color: red;
    font-weight: bold;
    font-size: 1.4em;
	margin: 15px 0;
}
#vacationpack_plan .plan_wrap .exp {font-size: 12px;}

/*oneway_planプラン*/
#oneway_plan dt p {
	font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
}
#oneway_plan .plan_wrap{
	display: flex;
	flex-wrap: wrap;
}
#oneway_plan .plan_wrap li {
    width: calc(94% / 3);
    margin: 0 1% 2%;
    background: #FFF;
    padding: 20px;
    font-size: 14px;
    box-sizing: border-box;
}
#oneway_plan .plan_wrap dt {
	text-align: center;
    margin: 0;
    padding: 0;
}
#oneway_plan .plan_wrap dt h4{
	font-size: 1.2em;
	font-weight: bold;
}
#oneway_plan .plan_wrap .thumbnail {margin: 15px 0;}
#oneway_plan .plan_wrap .thumbnail img {
	width: 100%;
    height: auto;
}
#oneway_plan .plan_wrap .benefits {
    height: 28px;
	margin: 15px 0;
    line-height: 1.4;
}
#oneway_plan .plan_wrap .price {
	text-align: center;
    color: red;
    font-weight: bold;
    font-size: 1.4em;
	margin: 15px 0;
}
#oneway_plan .plan_wrap .exp {font-size: 12px;}
#oneway_plan table {
    width: 640px;
    font-size: 16px;
	background: #FFF;
	margin: auto;
}
#oneway_plan table,
#oneway_plan td,
#oneway_plan th {
    border: 1px solid #555;
    border-collapse: collapse;
}
#oneway_plan th {
	width: 25%;
	background: #d7effb;
	text-align: center;
}
#oneway_plan td {width: 75%;}
#oneway_plan td,
#oneway_plan th {padding: 5px;}

/*blue btn*/
.blue_btn a{
	font-size: 16px;
    padding: 5px 0 7px;
    margin: 0 0 12px;
    font-weight: bold;
    background-color: #1c4e9c;
    display: block;
    text-align: center;
	position:relative;
}
.blue_btn a h5{color: #fff !important;}
.blue_btn a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    position: absolute;
    top: 32%;
    right: 10px;
	border-color: transparent transparent transparent #FFF;
}

/*EX旅パック・EX旅の窓口とは＆日帰りプラン*/
#oneway_plan dt,
#aboutEX dt {
	width: 100%;
    margin: 0 auto 30px;
    padding: 0px 10px;
    box-sizing: border-box;
}
#oneway_plan dt img,
#aboutEX dt img{
    width: 30%;
    height: auto;
    margin: auto;
    display: block;
}
#oneway_plan dd,
#aboutEX dd{
    width: 100%;
    margin: auto;
}
#oneway_plan dd ul,
#aboutEX dd ul{display: flex;}
#oneway_plan li > img,
#aboutEX li > img{
	width: 90%;
    height: fit-content;   
}
#oneway_plan dd li,
#aboutEX dd li{
    width: 50%;
    border: 2px solid #1c4e9c;
    background-color: #fffffff7;
    border-radius: 10px;
    margin: 0.2%;
    padding: 15px 1.5% 15px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    font-size: 15px;
    color: #1c4e9c;
    font-weight: bold;
	line-height: 1.4;
}
#oneway_plan dd li span,
#aboutEX dd li span{
	background: #1c4e9c;
    color: #FFF;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 18px;
    position: absolute;
    top: -10px;
    left: -10px;
}
#oneway_plan dd li small,
#aboutEX dd li small{font-size: 10px;}
#oneway_plan dd ul li p,
#aboutEX dd ul li p{
	font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
}
#oneway_plan dd p.attention,
#aboutEX dd p.attention{
	font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    padding: 5px 5px 0px 5px;
    text-align: justify;
}

/*ご予約の流れ*/
#step .stepbox{
	padding: 80px;
	background: -webkit-linear-gradient(45deg, #fff 0%, #fffbfa 10%, #f2f3f8 20%, #ecf3fb 30%, #ecf0fb 40%, #f3f0fb 50%, #f2fcfe 60%, #e1e5f1 70%, #dfe4f2 80%, #e8eef6 90%, #f1f3f8 100%);
}
#step ol{
	display: flex;
    flex-wrap: wrap;	
}
#step li{
	width: calc(98% / 3);
    border: 2px solid #1c4e9c;
    background-color: #fffffff7;
    border-radius: 10px;
    margin: 0.3%;
    padding: 10px 1.5% 15px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #1c4e9c;
    font-weight: bold;
}
#step li > img{
	width: 90%;
    height: fit-content;   
}
#step li p{
    font-size: 17px;
    color: #1c4e9c;
    font-weight: bold;
    text-align: justify;
    letter-spacing: -0.05em;
}
#step li .entry	{	
	border: 1px solid #0065d6;
    padding: 5px 15px;
    border-radius: 20px;	
	font-size: 15px;
	margin: 10px auto;
}
#step li p.attention{
	font-size: 12px;
    color: #333;
	margin-top: 30px;
}
#step li p img{
	width: fit-content;
    height: fit-content;
    background: #fff;
    margin: 2% 0 0;
    padding: 1%;
    box-sizing: border-box;
}
#step .application{margin-top: 40px;}
#step .bg_white {
    background: #FFF;
    display: block;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 4;
}

/*app DL*/
#step ol li:first-child b {
	text-align: center;
    width: 420px;
    display: inline-block;
    color: #222;
}
#step ol li:first-child .app,
#step ol li:first-child .gp {width: 48%;}
#step ol li:first-child .app img,
#step ol li:first-child .gp img {background: none;}
.howto div{
	border: 2px solid #F4F4F4;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 6%;
    display: flex;
	margin: 20px 40px 0px;
}
.howto img{
    width: 55px;
    height: 72px;
    margin: auto 5% auto 0%;
}
.howto div p{
    width: calc(100% - 55px);
    color: #1c4e9c;
    font-weight: bold;
}

/*Q&Aよくあるご質問*/
#faq p.text-title{
	background-color: #f2f7fd;
    padding: 10px 10px 10px 30px;
    font-size: 18px;
    font-weight: bold;
	letter-spacing: 0.1em;
    border-left: 4px solid #1C4E9C;
}
#faq p.text{
    padding: 10px 36px;
    font-size: 15px;
    font-weight: normal;
}
#faq p span{
	font-size: 20px;	
	color: #1C4E9C;
	font-weight: bold;
}
#faq h3{margin-top: 60px;}
#faq div.telbox{
    border: 2px solid #1c4e9c;
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px;
}
#faq p.telbox {
	background: #eee;
    padding: 10px 10px 10px 30px;
	font-weight: bold;
	border-left: 4px solid #1C4E9C;
}
#faq ul{
	padding: 10px 34px;
	background-color: #fff;
	display: flex;
    flex-wrap: wrap;
}
#faq li{
	background-color: #fff;
	width: 50%;
	font-size: 18px;
    font-weight: bold;
}
#faq li small{
    font-weight: normal;
}
#faq li.call{
    font-weight: bold;
	font-size: 35px;
	color: #1C4E9C;
}	

/*banner*/
.pr_banner{
	width: 600px;
    height: auto;
    margin: 0 auto 10px;
}
.pr_banner img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*新着情報*/
.newsCont_section{margin: 0 auto 7%;}
.newsCont_section ul {	
    border: 2px solid #1c4e9c;
    border-radius: 10px;
    /*margin-top: 30px;*/
    padding: 20px 0;
}
.newsCont_section li {
	border-bottom: 1px solid #ccc;
    padding: 15px;
    background: #FFF;
    font-size: 14px;
    margin: 0px 10px;	
}
.newsCont_section li:last-child {border-bottom: none;}
.newsCont_section li .text span {color: #aaa;}
.newsCont_section .moreBox {
	display: none;
	padding: 0;
}
	
#confirmation p.text-title{
	background-color: #fff;
    padding: 10px 10px 10px 30px;
    font-size: 18px;
    font-weight: bold;
	letter-spacing: 0.1em;
    border-left: 4px solid #1C4E9C;
}
#confirmation p.text{
    padding: 10px 34px;
    font-size: 15px;
    font-weight: normal;
}

/*20250613追加分*/
/*ガシェット畳む*/
.intro{
    padding: 10px 0 0;
}
#gadgetbox{
    padding-top: 60px;
    padding-bottom: 80px;
	}	

#gadgetbox .inner{
    padding: 0; 
	}	
	
#gadget_height {
	overflow: hidden;
	position: relative;
}
#gadget_height.close {height: 300px;}
#gadget_height.open {height: auto;}
#gadget_height .click__more {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 50%);
    cursor: pointer;
    transition: bottom 0.2s;
}
#gadget_height .click__more b {
    transform: rotate(90deg);
    position: inherit;
    margin: -4px 0 0 -15px;
    font-size: 20px;
}
	
/*おすすめのピックアップ*/
.slide_banner600_section{margin: 0 auto 7%;}	
	
/*おすすめツアー*/	
.destination_inner{
	width: 100%;
    max-width: 1080px;
    min-width: 760px;
    margin: 0 auto;
    /*padding: 15px 0;*/
    box-sizing: border-box;
	}	
.destination_section ul {display:flex;}
.destination_section li {
	width: 48%;
	margin: 0 1% 1%;
    overflow: hidden;
    position: relative;
}
.destination_section li a {
	width: 98%;
    display: inline-block;
	margin: 5px 1%;
    text-align: center;
    color: #222;
    background: #FFF;
	font-size: 14px;
	box-sizing: border-box;
}
.destination_section .picture-box li a {line-height: 0;}
.destination_section .word-box li a {
    font-size: 16px;
    padding: 15px 0;
    border: 1px solid #aaa;
    border-radius: 3px 3px 0 3px;
	position:relative;
}
.destination_section .word-box li a:before {
	content: "";
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #20208c transparent;
}
.destination_section .picture-box li img {
    box-sizing: border-box;
	border-radius: 3px;
	width: 100%;
	height: auto;
}
.destination_section .picture-box li p {
	width: 98%;
    position: absolute;
    bottom: 5px;
    left: 0px;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 3px;
    display: block;
    margin: 0 1%;
    padding: 5px 5px 5px 15px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    border-radius: 0 0 3px 3px;
    box-sizing: border-box;
    pointer-events: none;
}	
	
p.change_departure{
    font-size: 22px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
	}	
.change_departure .blue_btn a h5{
		font-size: 25px;
	}	
.change_departure .blue_btn a:after  {
    top: 37%;
} 

#dynamicpack_plan{	
	width: 1200px;
    display: block;
    margin: 0 auto 0;
    padding: 60px 0 0 0;
    position: relative;
	}

nav.dynDepList ul {
	display: flex;
    /*width: 35%;*/
    border-bottom: 2px solid #0b318f;
    margin-bottom: 25px;
}
	
nav.dynDepList li.select {
	background: #0b318f;
    color: #FFF;
    font-weight: bold;
}		
nav.dynDepList li {
	width: 24%;
    margin: 0 0.5%;
	padding: 3px 0;
    text-align: center;
	line-height: 40px;
    border: 2px solid #0b318f;
	border-bottom: none;
    background: #FFF;
    font-size: 16px;
    cursor: pointer;
}
nav.dynDepList li:last-child{
	border: 2px solid #0b318f;	
	border-bottom: none;
	}
.scrollbox_wraper {
	margin-bottom: 25px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #888;
}
.scrollbox_wraper .scroll_left_btn {left: 0;}
.scrollbox_wraper .scroll_right_btn {right: 0;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
	/*padding: 0 calc(calc(100% - calc(1040px / 4)) / 2);*/
}
.scrollbox_wraper .scrollbox > ul > li.plan_contents {
	width: calc(1038px / 4) !important;
	margin: 0 5px !important;
	padding: 15px;
	box-sizing: border-box;
	background: #fff
}
.scrollbox_wraper .scrollbox dt {
        text-align: center;
        margin: 0;
        padding: 0;
    }
.scrollbox_wraper .scrollbox dt h4 {
        font-size: 1.2em;
        font-weight: bold;
    }	
.scrollbox_wraper .scrollbox .thumbnail {
        margin: 15px 0;
    }	
.scrollbox_wraper .scrollbox .thumbnail img {
        width: 100%;
        height: auto;
    }	
.scrollbox_wraper .scrollbox .benefits {
        height: 100px;
        margin: 15px 0;
        line-height: 1.4;
    }

.scrollbox_wraper .scrollbox .medium {
        height: 70px;
    }	
.scrollbox_wraper .scrollbox .price {
        text-align: center;
        color: red;
        font-weight: bold;
        font-size: 1.4em;
        margin: 15px 0;
    }	
.scrollbox_wraper .scrollbox .exp {
        font-size: 11px;
        color: #222;
        font-weight: normal;
    }	
.scrollbox_wraper .scrollbox > ul > li .txt {font-size: 14px;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important;
}	
}

/*infinity-scroll-left*/
@keyframes infinity-scroll-left {
from {
	transform: translateX(0);
}
to {
	transform: translateX(-100%);
}
}