@charset "utf-8";
/* CSS Document */
/*fs w375 1rem = 10px*/
/* 全体
-------------------------------------------------*/
body {
	min-width: 320px;
}
.cntsWrap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.cntsWrap * {
	box-sizing: border-box;
}
.cntsWrap .inner {
	width: calc((706 / 750) * 100%);
	margin: auto;
}
.go-to-top {
	z-index: 5;
}
:focus {
	outline: none;
}
html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
input {
	border-style: none;
	color: inherit;
	background-color: transparent;
	font: inherit;
	border-radius: 0;
}
input, select {
	vertical-align: top;
}
/* 【共通】メニュー
-------------------------------------------------*/
.menu-list-wrap {
	width: calc((695 / 750) * 100%);
	margin: auto;
}
.menu-list-wrap .list-ttl {
	background: #000;
	padding: calc(16.5rem / 10) 1rem;
	font-size: calc(18rem / 10);
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.menu-list-wrap .list-ttl .ttl-txt > span {
	display: inline-block;
}
.menu-list-wrap .menu-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menu-list-wrap .menu-list + .list-ttl {
	margin-top: calc((30 / 695) * 100%);
}
.menu-list-wrap .menu-list .list {
	width: calc((337 / 695) * 100%);
	margin-top: calc((20 / 695) * 100%);
}
.menu-list-wrap .menu-list .list .btn {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: calc(34rem / 10);
	background: #fff;
	font-size: 1.2;
	color: #000;
	padding: calc(5rem / 10) calc(13rem / 10);
}
.menu-list-wrap .menu-list .list .btn .list-txt {
	display: block;
	position: relative;
	padding-left: calc(21rem / 10);
}
.menu-list-wrap .menu-list .list .btn .list-txt::before {
	content: "";
	width: calc(7rem / 10);
	height: calc(7rem / 10);
	background: #998110;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.menu-list-wrap .menu-list .list .btn .list-txt > span {
	display: inline-block;
}
/* 【ヘッダー】全体
-------------------------------------------------*/
#mvArea .lead-txt-box {
	margin: calc(12rem / 10) calc((22 / 750) * 100%) calc(19rem / 10);
}
#mvArea .lead-txt-box .txt {
	font-size: calc(13rem / 10);
	line-height: calc(32 / 26);
}
.area-nav .area-list {
	display: flex;
	justify-content: space-between;
}
.area-nav .list {
	width: calc((166 / 706) * 100%);
}
.area-nav .list .btn {
	display: block;
}
.area-gnav {
	background-color: #1b70b3;
	margin: calc(20rem / 10) 0 calc(30rem / 10);
	padding: calc(12rem / 10) 0 calc(15rem / 10);
}
.area-gnav .nav-ttl {
	font-size: calc(13rem / 10);
	line-height: 1;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1rem;
    color: #fff;
}
.area-gnav .area-gnav-list {
	width: calc((663 / 706) * 100%);
	margin: auto;
	margin-top: calc((20 / 663) * -100%);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.area-gnav .area-gnav-list .list {
	width: 100%;
	margin-top: calc((20 / 663) * 100%);
}
.area-gnav .area-gnav-list .list .btn {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: calc(33rem / 10);
	padding: calc(5rem / 10) calc(8rem / 10) calc(6rem / 10) calc(15rem / 10);
	background: #fff;
	font-size: calc(13rem / 10);
	line-height: 1.2;
	color: #000;
}
.area-gnav .area-gnav-list .list .btn.select {
	background: #fff000;
}
.area-gnav .area-gnav-list .list .list-txt {
	display: block;
	width: 100%;
	padding-right: calc(18rem / 10);
	position: relative;
    color: #1b70b3;
}
.area-gnav .area-gnav-list .list .list-txt::after {
	content: "";
	width: calc(13rem / 10);
	height: calc(9rem / 10);
	background: url(../images/ico-arrow-btm-gray.png) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.area-gnav .area-gnav-list .list .is-link .list-txt::after {
	transform: rotate(-90deg);
}
.area-gnav .area-gnav-list .list .list-txt > span {
	display: inline-block;
}
.area-gnav .area-gnav-list .list .list-txt > span:not(:last-child)::after {
	content: "・";
}
.other-menu.search {
	margin: calc(30rem / 10) 0 calc(23rem / 10);
}
.other-menu.search .btn {
	height: calc(45rem / 10);
	display: flex;
	align-items: center;
	background: #e4e4e4;
	color: #17181c;
	font-weight: bold;
	padding: 0 calc(13rem / 10);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	font-size: calc(15rem / 10);
}
.other-menu.search .btn .link-txt {
	width: 100%;
	display: block;
	padding: 0 calc(25rem / 10) 0 calc(33rem / 10);
	position: relative;
}
.other-menu.search .btn .link-txt::before, .other-menu.search .btn .link-txt::after {
	content: "";
	background: no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.other-menu.search .btn .link-txt::before {
	width: calc(24rem / 10);
	height: calc(24rem / 10);
	background-image: url("/tyo/common/images/sp/icon/ico-search.png");
	left: 0;
}
.other-menu.search .btn .link-txt::after {
	width: calc(20rem / 10);
	height: calc(13rem / 10);
	background-image: url("/tyo/common/images/sp/icon/ico-arrow-btm-gray.png");
	right: 0;
}
/* 【ヘッダー】メニュー
-------------------------------------------------*/
.menu-box {
	position: relative;
}
.menu-box.open {
	width: 100%;
	background: #f5f3d3;
	position: absolute;
	top: 65px;
	z-index: 10;
}
.menu-btn-open {
	display: block;
	color: #fff;
	border: none;
	position: absolute;
	transition: all .5s;
}
.menu-btn-open:not(.open) {
	width: 45px;
	height: 45px;
	background: #000;
	font-size: 6px;
	border-radius: 100%;
	top: calc(5rem / 10);
	right: calc(5rem / 10);
}
.menu-btn-open.open {
	background: #d3bd00;
	border-radius: 5px;
	top: 11px;
	right: calc(15rem / 10);
}
.menu-btn-open .txt {
	display: block;
	margin-top: 4px;
}
.menu-btn-open.open .txt {
	display: none;
}
.menu-btn-open .border {
	display: block;
	width: 20px;
	margin: auto;
}
.menu-btn-open .border span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all .4s;
}
.menu-btn-open .border span + span {
	margin-top: 3px;
}
.menu-btn-open.open {
	width: 40px;
	height: 40px;
}
.menu-btn-open.open .border {
	height: 16px;
	position: relative;
	margin-bottom: 2.5px;
}
.menu-btn-open.open .border span {
	height: 3px;
	position: absolute;
}
.menu-btn-open.open .border span:nth-child(1) {
	transform: translateY(7.5px) rotate(-45deg);
	top: 0;
}
.menu-btn-open.open .border span:nth-child(2) {
	display: none;
}
.menu-btn-open.open .border span:nth-child(3) {
	transform: translateY(-5.5px) rotate(45deg);
	bottom: 0;
}
.menu-box:not(.open) .menu-conts {
	display: none;
	opacity: 0;
}
.menu-box .menu-conts {
	padding: 63px 0 calc(34rem / 10);
	opacity: 1;
	transition: opacity .8s;
}
.menu-btn-close {
	display: block;
	width: calc((500 / 750) * 100%);
	margin: calc(34rem / 10) auto 0;
	padding: calc(19rem / 10) .5rem;
	background: #d3bd00;
	color: #fff;
	font-size: calc(13rem / 10);
	line-height: 1;
	font-weight: bold;
	border: none;
	border-bottom: 2.5px solid #dcdabd;
	border-radius: 4px;
}
/* 【メイン】全体
-------------------------------------------------*/
#mainArea, #mainArea section {
	margin: 0;
}
#mainArea {
	background: #fff;
	padding-bottom: calc(30rem / 10);
}
#mainArea .sec-box-wrap + .sec-box-wrap {
	margin-top: calc(30rem / 10);
}
/* 【メイン】パーツ設定
-------------------------------------------------*/
.inner > .tour-api-box {
	margin-top: calc(25rem / 10);
}
.inner > * + .tour-api-box {
	margin-top: 0;
}
#mainArea .sec-main-ttl {
    margin-top: calc(30rem / 10);
}
.sec-main-ttl {
	min-height: calc(50rem / 10);
	padding: 1rem calc((22 / 750) * 100%);
	display: flex;
	align-items: center;
	background-color: #0772c5;
	color: #fff;
}
.sec-main-ttl .ttl-txt {
	font-size: calc(18rem / 10);
	line-height: 1.2;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: calc(38rem / 10);
	position: relative;
	background: no-repeat 0 center;
	background-size: calc(30rem / 10);
	min-height: calc(30rem / 10);
}
.sec-main-ttl.pickup .ttl-txt {
	background-image: url("/tyo/common/images/sp/icon/ico-attach-star.png");
}
.sec-main-ttl.reco .ttl-txt {
	background-image: url("/tyo/common/images/sp/icon/ico-attach-bag.png");
}
.sec-main-ttl.ad .ttl-txt {
	background-image: url("/tyo/common/images/sp/icon/ico-attach-qad.png");
}
.sec-main-ttl .ttl-txt > span {
	display: inline-block;
}
.sec-main-ttl .ttl-txt > span:not(:last-child)::after {
	content: "・";
}
.sec-sub-ttl {
	font-size: calc(15rem / 10);
	color: #0772c5;
	min-height: calc(28rem / 10);
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-left: calc(40rem / 10);
	margin: calc(20rem / 10) 0 calc(15rem / 10);
	background: no-repeat left center;
	background-size: calc(26.5rem / 10);
}
.sec-box .conts-ttl {
	font-size: calc(16rem / 10);
	color: #1b70b3;
	font-weight: bold;
	border-left: 10px solid #1b70b3;
	border-bottom: 1.5px solid #1b70b3;
	padding: 10px 0 10px 15px;
}
/* 【メイン】商品カセット
-------------------------------------------------*/
.tour-item-box:not(.tab-box) + .tour-item-box {
	margin-top: calc(25rem / 10) !important;
}
.tour-item-conts {
	display: flex;
	flex-wrap: wrap;
}
.tour-item-conts .item-conts {
	width: 100%;
}
.tour-item-box a {
	color: #000;
}
.tour-item-box a, .tour-item-box span {
	display: block;
}
.tour-item-box .tour-other-link {
	margin-top: calc(15rem / 10);
}
.tour-item-box .tour-other-link .btn {
	border: 1px solid #d6d6d6;
	border-left: 0;
	border-right: 0;
	font-size: calc(15rem / 10);
	font-weight: bold;
	padding: calc(13rem / 10) calc((16 / 750) * 100%);
}
.tour-item-box .tour-other-link .btn .link-txt {
	padding-right: calc(13rem / 10);
	position: relative;
}
.tour-item-box .tour-other-link .btn .link-txt > span {
	display: inline-block;
}
.tour-item-box .tour-other-link .btn .link-txt::after {
	content: "";
	width: calc(9rem / 10);
	height: calc(12rem / 10);
	background: url("/tyo/common/images/sp/icon/ico-arrow-rgt-gray.png") no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.tour-item-box .item-conts {
	margin-top: calc(20rem / 10);
}
.tour-item-box .item-conts + .item-conts {
	padding-top: calc(20rem / 10);
	/*border-top: 1px solid #998110;*/
}
.tour-item-box .item-conts .conts-ttl {
	margin-bottom: calc(20rem / 10);
}
.tour-api-box .tour-api + .tour-api {
	margin-top: calc(15rem / 10);
	padding-top: calc(15rem / 10);
	border-top: 1px dashed #d6d6d6;
}
#container .tour-preview, #container .tmbBig .tour-preview {
	padding: 0;
	border: none;
}
#container .tour-img {
	width: calc((236 / 706) * 100%);
	padding-top: calc((178 / 706) * 100%);
	margin: 0;
	position: relative;
}
#container .tmbBig .tour-preview .tour-img {
	width: 100%;
	height: 0;
	padding-top: calc((226 / 706) * 100%);
}
#container .tour-img .tour-img-container, #container .tmbBig .tour-preview .tour-img .tour-img-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: no-repeat right center;
	background-size: cover;
}
#container .tour-desc {
	width: calc((458 / 706) * 100%);
	margin-left: calc((12 / 706) * 100%);
}
#container .on-airport {
	font-size: calc(12rem / 10);
	line-height: 1.2;
	margin: 0;
	margin-bottom: calc(4rem / 10);
}
#container .tmbBig .on-airport {
	font-size: calc(13rem / 10);
}
#container .tmbBig .tour-desc .tour-desc-text01, #container .tour-api .tour-desc-date {
	font-size: calc(11rem / 10);
	margin-bottom: calc(3rem / 10);
}
#container .tour-desc .tour-desc-text02 {
	font-size: calc(12rem / 10);
	margin-bottom: calc(4rem / 10);
}
#container .tmbBig .tour-desc .tour-desc-text02 {
	font-size: calc(14rem / 10);
	margin-bottom: calc(6rem / 10);
}
#container .tour-desc .tour-desc-text03 {
	font-size: calc(15rem / 10);
	line-height: 1.2;
	margin-top: calc(6rem /10);
}
#container .tmbBig .tour-desc .tour-desc-text03 {
	font-size: calc(18rem / 10);
}
#container .tour-api .tour-fuel {
	margin-top: calc(4rem / 10);
}
#container .tmbBig .tour-api .tour-fuel {
	font-size: calc(13rem / 10);
}
/* 【フッター】全体
-------------------------------------------------*/
#footerArea {
	margin: 0;
}
#fnavArea {
	padding: calc(30rem / 10) 0 calc(40rem / 10);
}
.linkArea.list.top {
	margin-top: 0;
}
.linkArea.list.top a {
	padding-right: 30px;
}
.linkArea.list.top a > span {
	display: inline-block;
}
#footerArea .sec-box {
    margin: 0 calc(15rem / 10) calc(20rem / 10);
}
#footerArea #searchArea, #footerArea #otherLinkArea {
    background: #dff2fa;
}

#footerArea .sec-main-ttl {
    background-color: #019be1;
    padding: 0.5rem calc((22 / 750) * 100%);
    min-height: calc(40rem / 10);
}
#footerArea .sec-main-ttl .ttl-txt{
    padding: 0;
    margin: 0 auto;
    font-size: calc(15rem / 10);
}

/* 【フッター】検索ボックス
-------------------------------------------------*/
#searchArea #tour_search_module {
	padding: calc(15rem / 10) 0 calc(20rem / 10);
}
#searchArea #tour_search_module ul.start-p {
	width: calc((680 / 750) * 100%);
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#searchArea #tour_search_module ul.start-p > li {
	width: calc((330 / 680) * 100%);
	margin: 0;
	float: none;
	background: #fff;
	border: 1px solid #000;
}
#searchArea #tour_search_module ul.start-p > li:nth-child(even) {
	margin-left: 0;
}
#searchArea #tour_search_module ul.start-p > li:nth-child(n + 3) {
	margin-top: calc((20 / 680) * 100%);
}
#searchArea #tour_search_module .selectBox {
	font-size: calc(13rem / 10);
	line-height: 1.2;
	font-weight: normal;
	border: none;
	height: 100%;
	min-height: calc(35rem / 10);
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
#searchArea #tour_search_module a {
	background: #fff;
}
#searchArea #tour_search_module .squeeze-area {
	margin-top: 1rem;
}
#searchArea #tour_search_module .squeeze-area .btn-area {
	width: calc((680 / 750) * 100%);
	margin: auto;
}
#searchArea #tour_search_module .squeeze-area .btn-area .orange-btn04 {
	background: #ff8900;
	border-radius: 5px;
	font-size: calc(15rem / 10);
	padding: calc(12rem / 10);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
#otherLinkArea .other_link_module {
	padding: calc(20rem / 10) 0 calc(25rem / 10);
}
#otherLinkArea .lead-txt {
	margin: 0 calc((44 / 750) * 100%);
}
#otherLinkArea .linkArea.btn {
	width: calc((600 / 750) * 100%);
	margin: calc(12rem / 10) auto 0;
	background-color: #ff8900;
	border-radius: 8px;
}
#otherLinkArea .linkArea.btn a {
	padding: calc(12rem / 10) 40px;
}
/* 【フッター】おすすめ特集
-------------------------------------------------*/
#featureArea {
	background: #fff;
}
#featureArea .feature-list {
	margin: calc(6rem / 10) 0 0;
}
#featureArea .feature-list li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #9b9b9b;
}
#featureArea .feature-list li a {
	display: block;
	padding: calc(6rem / 10) calc(25rem / 10) calc(6rem / 10) calc(6rem / 10);
	position: relative;
}
#featureArea .feature-list li a::after {
	content: "";
	width: calc(9rem / 10);
	height: calc(12rem / 10);
	background: url("/tyo/common/images/sp/icon/ico-arrow-rgt-gray.png") no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(6rem / 10);
	margin: auto;
}
#featureArea .feature-list .featureBox {
	margin: 0;
	display: flex;
}
#featureArea .feature-list .featureBox .phArea {
	display: block;
	width: calc(67rem / 10);
	padding: 0;
}
#featureArea .feature-list .featureBox .detailArea {
	display: block;
	width: calc(100% - (67rem / 10));
	padding-left: 0.5rem;
}
#featureArea .feature-list .featureBox .detailArea .titleText {
	font-size: calc(12rem / 10);
	color: #0772c5;
	font-weight: bold;
	/*margin-bottom: calc(4rem / 10);*/
}
/* 【フッター】他営本リンク
-------------------------------------------------*/
.eihonList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
	gap: 1rem
}
.eihon-list--item {
	min-width: calc(90rem / 10);
	background: #fff;
    color: #2572be;
    font-size: calc(15rem / 10);;
    font-weight: bold;
    text-align: center;
	border: 2px solid #2572be;
}
.eihon-list--link {
	display: flex;
	justify-content: end;
	align-items: center;
	color: #2572be;
	padding: calc(6rem / 10) calc(3rem / 10) calc(6rem / 10) calc(6rem / 10);
	text-decoration: none;
}
.eihon-list--link::after {
	display: block;
	content: "";
    width: calc(20rem / 10);
    height: calc(20rem / 10);
    background: url("/kanto/web/common/images/icon_arrow_right_blue.svg");
    margin-left: 0.5em;
}