@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　osaka-tokyo専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
#osaka-tokyo {
	font-size: 1.6rem;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.br-700,
.br-599 {
	display: none;
}
.sup {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.3rem;
	font-weight: normal;
}
.feature {
	padding: 43px 0 45px;
}
.feature:nth-of-type(2n + 1) {
	background: #f0f9ff;
}
.feature h2 {
	margin-bottom: 25px;
	color: #432c02;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
}
.feature h2 span {
	position: relative;
	display: inline-block;
	padding: 2px 0 8px 65px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50px;
}
.feature#search_sec h2 span,
.feature#search_sec_2 h2 span {
	padding-left: 56px;
	background-image: url(/plan/tokushu/shinkansen/osaka-tokyo/images/ic001.webp);
}
.feature#recommend_hotel h2 span {
	background-image: url(/plan/tokushu/shinkansen/osaka-tokyo/images/ic002.webp);
}
.feature#keyword h2 span {
	background-image: url(/plan/tokushu/shinkansen/osaka-tokyo/images/ic003.webp);
}
.feature#train_sec h2 span {
	background-image: url(/plan/tokushu/shinkansen/osaka-tokyo/images/ic004.webp);
}
.feature#recommend_article h2 span {
	background-image: url(/plan/tokushu/shinkansen/osaka-tokyo/images/ic005.webp);
}
.feature#recommend_plan h2 span {
	padding-left: 56px;
	background-image: url(/plan/tokushu/shinkansen/osaka-tokyo/images/ic006.webp);
	background-size: auto 45px;
	background-position: left top 1px;
}
.feature#faq h2 span {
	background-image: url(/plan/tokushu/shinkansen/osaka-tokyo/images/ic007.webp);
}
/*-----モーダルウィンドウ------*/
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 1002;
}
.modal-window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	background-color: #fff;
	border-radius: 5px;
	z-index: 1005;
}
.modal-window .gadget {
	padding: 0 30px 10px;
}
#recommend_hotel .fw-search-top__item--keyword {
	display: none;
}
#recommend_hotel .fw-top .fw-search-top__item--date {
	margin: 0;
}
.modal-window .sup {
	width: 590px;
	padding: 0 30px 23px;
}
.button-close {
	position: relative;
	top: 0;
	z-index: 999;
}
.button-close span {
	display: block;
	width: 100%;
	padding-right: 10px;
	border-radius: 5px 5px 0 0;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: right;
	background-color: #fff;
	cursor: pointer;
}

/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 14px auto 0;
	text-align: center;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	margin-top: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}

/*------------------------------------------------------------------
メニューアンカー
------------------------------------------------------------------*/
.menu {
	margin-top: 17px;
	background: #3498db;
}
.menu ul {
	display: flex;
	display: -webkit-flex;
}
.menu li {
	position: relative;
	width: calc(100% / 3);
}
.menu li:before {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	content: "";
	width: 1px;
	border-left: 1px dotted #fff;
}
.menu li:last-of-type:after {
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 0;
	content: "";
	width: 1px;
	border-right: 1px dotted #fff;
}
.menu li a {
	display: block;
	padding: 15px 0 18px;
	border-top: 1px solid #3498db;
	border-bottom: 1px solid #3498db;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	text-align: center;
	transition: 0.25s ease;
}
.menu li a span {
	position: relative;
	display: inline-block;
	padding-right: 24px;
}
.menu li a span:after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(90deg);
	content: '\e902';
	font-family: 'jttweb' !important;
	font-size: 1.2rem;
}
.menu li a:hover {
	color: #3498db;
	background: #fff;
}

/*------------------------------------------------------------------
JR東海ツアーズのEX旅パックならこの価格！
------------------------------------------------------------------*/
.ex_price {
	padding: 35px 0 30px;
	background-image: repeating-linear-gradient(-45deg, #fff 0, #fff 2px, #f0f9ff 0, #f0f9ff 50%);
	background-size: 20px 20px;
}
.ex_price h2 {
	margin-bottom: 30px;
	color: #432c02;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.8rem;
	line-height: 1.4;
	text-shadow: 0.04em 0.02em 0 #fff, 0.1em 0.08em 0 rgb(52 152 219 / 35%);
}
.ex_price h2 span {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-weight: bold;
}
.ex_price h2 span:before,
.ex_price h2 span:after {
	position: absolute;
	top: 1px;
	bottom: 2px;
	content: "";
	width: 2px;
	height: auto;
	border-radius: 30px;
	background: #333;
	box-shadow: 0.04em 0.02em 0 #fff, 0.1em 0.08em 0 rgb(52 152 219 / 35%);
}
.ex_price h2 span:before {
	left: 0;
	transform: rotateZ(-30deg);
}
.ex_price h2 span:after {
	right: 0;
	transform: rotateZ(30deg);
}
.ex_price h3 {
	margin-bottom: 12px;
	font-size: 2.2rem;
	text-align: center;
}
.ex_price .set_plan_price {
	display: flex;
	display: -webkit-flex;
	padding: 15px 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #fff;
}
.ex_price .set_plan_price .price_box {
	width: calc(100% / 2);
	padding: 10px 30px;
	text-align: center;
}
.ex_price .set_plan_price .price_box + .price_box {
	border-left: 1px solid #ccc;
}
.ex_price h4 {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 14px;
	padding-bottom: 15px;
	border-bottom: 2px dashed #ccc;
	font-size: 2rem;
}
.ex_price h4 .yellow_line {
	background: linear-gradient(transparent 60%, #ff6 60%);
}
.ex_price .price_box .plan_name {
	font-size: 1.6rem;
	font-weight: bold;
}
.ex_price .price_box .plan_name .zurashi_coupon {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}
.ex_price .price_box .plan_name .zurashi_coupon a {
	padding-right: 17px;
	background-image: url(/common/images/common_ic_newwin01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 78%;
	font-weight: bold;
	text-decoration: underline;
	filter: brightness(0) saturate(100%) invert(17%) sepia(91%) saturate(2520%) hue-rotate(220deg) brightness(86%) contrast(101%);
}
.ex_price .price_box .plan_name .zurashi_coupon a:hover {
	text-decoration: none;
}
.ex_price .price_box .plan_price {
	margin-top: 6px;
	color: #3498DB;
	font-size: 1.8rem;
	font-weight: bold;
}
.ex_price .price_box .plan_price span {
	font-size: 3rem;
}
.ex_price .price_box .plan_detail {
	margin-top: 8px;
	font-size: 1.4rem;
}
.ex_price .price_box .plan_apply {
	margin-top: 15px;
}
.ex_price .price_box .plan_apply a,
.ex_price .price_box .other_plan dd a {
	position: relative;
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 12px 10px;
	border: 2px solid #1177c8;
	border-radius: 5px;
	color: #fff;
	background: #1177c8;
	font-weight: bold;
	transition: 0.25s ease;
}
.ex_price .price_box.oneday .plan_apply a,
.ex_price .price_box.oneday .other_plan dd a {
	border: 2px solid #fa8513;
	background: #fa8513;
}
.ex_price .price_box .plan_apply a:after,
.ex_price .price_box .other_plan dd a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: '\e902';
	font-family: 'jttweb' !important;
	font-size: 1.2rem;
}
.ex_price .price_box .plan_apply a:hover,
.ex_price .price_box .other_plan dd a:hover {
	color: #1177c8;
	background: #fff;
}
.ex_price .price_box.oneday .plan_apply a:hover,
.ex_price .price_box.oneday .other_plan dd a:hover {
	color: #fa8513;
}
.ex_price .price_box .other_plan dt {
	position: relative;
	display: inline-block;
	margin: 15px 0 4px;
	padding: 0 12px;
	font-weight: bold;
}
.ex_price .price_box .other_plan dt:before,
.ex_price .price_box .other_plan dt:after {
	position: absolute;
	top: 3px;
	bottom: 3px;
	content: "";
	width: 2px;
	height: auto;
	border-radius: 30px;
	background: #333;
}
.ex_price .price_box .other_plan dt:before {
	left: 0;
	transform: rotateZ(-30deg);
}
.ex_price .price_box .other_plan dt:after {
	right: 0;
	transform: rotateZ(30deg);
}
.ex_price .set_plan_sub {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 40px;
}
.ex_price .set_plan_sub .train_price_time {
	width: 51%;
}
.ex_price .set_plan_sub .set_station {
	width: 45%;
}
.ex_price .set_plan_sub h3 {
	font-size: 1.7rem;
}
.ex_price .set_plan_sub dl {
	border: 1px solid #ccc;
	background: #fff;
}
.ex_price .set_plan_sub dl dt {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	padding: 10px 20px;
	background: #f5f5f5;
	font-size: 1.7rem;
}
.ex_price .set_plan_sub .train_box dt figure {
	width: 55px;
	margin: 0 7px 2px;
}
.ex_price .set_plan_sub .train_box dd {
	display: flex;
	display: -webkit-flex;
}
.ex_price .set_plan_sub .train_box_contents {
	padding: 10px;
	text-align: center;
}
.ex_price .set_plan_sub .train_box_contents + .train_box_contents {
	border-left: 1px dashed #ccc;
}
.ex_price .set_plan_sub .train_box_contents.price {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 62%;
	color: #333;
	font-size: 2.4rem;
	line-height: 1.1;
}
.ex_price .set_plan_sub .train_box_contents.price small {
	font-size: 1.3rem;
	font-weight: normal;
}
.ex_price .set_plan_sub .train_box_contents.time {
	width: 38%;
}
.ex_price .set_plan_sub .station_box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.ex_price .set_plan_sub .station_box + .station_box {
	margin-top: 5px;
}
.ex_price .set_plan_sub .station_box dt {
	width: 30%;
}
.ex_price .set_plan_sub .station_box dd {
	width: 70%;
	padding: 10px 20px;
}
.ex_price .sup_bottom {
	margin-top: 5px;
	font-size: 1.2rem;
}
.ex_price .ex_about_link {
	text-align: center;
}
.ex_price .ex_about_link a {
	display: inline-block;
	margin-top: 25px;
	padding-left: 32px;
	color: #004ea1;
	background: url(/plan/tokushu/shinkansen/osaka-tokyo/images/ic_question.webp) no-repeat left top 3px / auto 26px;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: underline;
}
.ex_price .ex_about_link a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search-app .tab .tab-btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.1;
}
.search-app .tab .tab-btn img {
	width: auto;
	height: 32px;
	margin-right: 15px;
}
.search-app .tab .tab-btn p {
	margin-top: 5px;
}
#osaka-tokyo .search-app .tab_content {
	margin-bottom: 0;
}
#osaka-tokyo .search-app .gadget_box.dp {
	margin-top: 15px;
}
/*吹き出し*/
.seach_fukidashi p {
	text-align: center;
}
.seach_fukidashi span {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	border: 2px solid #1d386d;
	border-radius: 5px;
	padding: 8px 50px;
	background: #fffbe0;
	color: #1d386d;
}
.seach_fukidashi p span:before {
	position: absolute;
	content: '';
	top: -9px;
	left: 15%;
	width: 23px;
	height: 12px;
	box-sizing: border-box;
	background-color: #fffbe0;
	transform: translateX(-50%);
	z-index: 0;
	clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}
.seach_fukidashi p span:after {
	content: "";
	position: absolute;
	top: -8px;
	left: 15%;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border: 2px solid;
	border-color: #1d386d #1d386d transparent transparent;
	transform: translateX(-50%) rotate(-45deg);
}
.seach-box.tour {
	width: 100%;
	padding: 27px 30px 25px;
}
.seach-box.tour .form {
	max-width: 1000px;
	width: 100%;
	background: #f8f8f8;
	border-radius: 10px;
	margin-top: 15px;
}
.anc-wrap p {
	text-align: center;
}
.anc-wrap p + p {
	margin-top: 10px;
}
.anc-wrap p a {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	padding-right: 18px;
	text-decoration: underline;
}
.anc-wrap p a:after {
	position: absolute;
	top: 2px;
	right: 0;
	font-family: 'jttweb' !important;
	content: '\e900';
	font-size: 1.4rem;
}
.anc-wrap p a:hover,
.anc-wrap p a:active{
	text-decoration: none;
}

/*------------------------------------------------------------------
おすすめホテルをご紹介
------------------------------------------------------------------*/
#recommend_hotel .hotel_list {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#recommend_hotel .hotel_box {
	width: calc(100% / 3 - 20px);
	margin: 10px;
	padding: 13px 15px 20px;
	border-radius: 10px;
	background: #fff;
	font-size: 1.5rem;
	box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.17);
}
#recommend_hotel .hotel_name {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
#recommend_hotel figure {
	width: 222px;
	margin: 0 auto 10px;
}
#recommend_hotel figure figcaption {
	margin-top: 2px;
	font-size: 1rem;
	text-align: right;
}
#recommend_hotel .hotel_access {
	margin-bottom: 10px;
	font-size: 0.8em;
	font-weight: bold;
}
#recommend_hotel .hotel_apply {
	position: relative;
	display: block;
	margin-top: 20px;
	padding: 11px 16px 10px;
	border: 2px solid #004ea1;
	border-radius: 5px;
	color: #fff;
	background: #004ea1;
	font-weight: bold;
	text-align: center;
	transition: 0.25s ease;
	cursor: pointer;
}
#recommend_hotel .hotel_apply:after {
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
}
#recommend_hotel .hotel_apply:hover {
	color: #004ea1;
	background: #fff;
}
#recommend_hotel .hotel_apply:hover:after {
	border-color: transparent transparent transparent #004ea1;
}

/*------------------------------------------------------------------
キーワードから探す
------------------------------------------------------------------*/
.keyword {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.keyword li {
	margin: 0 10px 15px 0;
}
.keyword li a {
	position: relative;
	display: block;
	padding: 10px 14px;
	border: 1px solid #004ea1;
	border-radius: 30px;
	color: #004ea1;
	background: #f8fbff;
	font-size: 1.4rem;
	font-weight: bold;
	transition: all .25s;
}
.keyword li a .hash {
	margin-right: 2px;
	font-size: 110%;
	line-height: 1;
}
.keyword li a:after {
	position: absolute;
	top: 2px;
	right: 3px;
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 6px);
	border: 1px solid #f7fdff;
	border-radius: 30px;
}
.keyword li a:hover {
	color: #fff;
	background: #004ea1;
}
.keyword li a:hover:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

/*------------------------------------------------------------------
出発駅・到着駅から探す
------------------------------------------------------------------*/
#train_sec .train_sec_list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#train_sec .train_sec_list dl {
	width: calc(100% / 3 - 30px);
	text-align: center;
}
#train_sec .train_sec_list dt {
	margin-bottom: 12px;
	padding-bottom: 4px;
	border-bottom: 3px solid #fa8513;
	font-size: 2.4rem;
	font-weight: bold;
}
#train_sec .train_sec_list dd {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
#train_sec .train_sec_list dd p {
	width: calc(100% / 2);
}
#train_sec .train_sec_list dd p a {
	display: block;
	margin: 0 5px 5px;
	padding: 11px 10px 10px;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	color: #004ea1;
	background: #fff;
	box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.17);
}
#train_sec .train_sec_list dd p a:hover {
	box-shadow: none;
}

/*------------------------------------------------------------------
おすすめ記事
------------------------------------------------------------------*/
#recommend_article .article_list.disp2 li:nth-child(n + 4) {
	display: none;
}
#recommend_article .article_list li.active {
	display: block;
}
#recommend_article .article_list li + li {
	border-top: 1px solid #ccc;
}
#recommend_article .article_list li a {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content: center;
	color: #333;
	padding: 20px 20px 24px;
	transition: 0.2s;
}
#recommend_article .article_list li a:hover {
	opacity: 0.6;
}
#recommend_article .article_list figure {
	width: 20%;
}
#recommend_article .article_list li a img {
	width: 226px;
	height: 120px;
	object-fit: cover; 
}
#recommend_article .article_list li a > div {
	width: 80%;
	margin-left: 16px;
}
#recommend_article .article_title {
	margin: 0 0 3px;
	font-size: 1.7rem;
	font-weight: bold;
}
#recommend_article .article_more_btn.open:before {
	opacity: 0;
	pointer-events: none;
}
#recommend_article .article_more_btn {
	position: relative;
	width: 400px;
	margin: 25px auto 0;
	border: 1px solid #003f6c;
	border-radius: 25px;
	padding: 10px 30px 10px 10px;
	color: #003f6c;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#recommend_article .article_more_btn:before {
	opacity: 0.99;
	position: absolute;
	bottom: 46px;
	left: calc(50% - 500px);
	width: 1000px;
	content: "";
	height: 180px;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 0));
	transition: 0.5s;
	pointer-events: none;
}
#recommend_article .article_more_btn p:before,
#recommend_article .article_more_btn p:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 17px;
	height: 3px;
	top: 47%;
	right: 17px;
	background: #003f6c;
	border-radius: 2px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#recommend_article .article_more_btn p:after {
	transform: rotate(90deg);
}
#recommend_article .article_more_btn.open p:after {
	transform: rotate(0);
}
#recommend_article .article_more_btn:hover {
	border: 1px solid #1179d6;
	color: #1179d6;
}
#recommend_article .article_more_btn:hover p:before,
#recommend_article .article_more_btn:hover p:after {
	background: #1179d6;
}

/*------------------------------------------------------------------
おすすめ特集
------------------------------------------------------------------*/
#recommend_plan .bnr_wrap {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#recommend_plan .bnr_wrap li {
	width: calc(100% / 4 - 15px);
	margin-right: 20px;
}
#recommend_plan .bnr_wrap li:nth-of-type(4n) {
	margin-right: 0;
}
#recommend_plan .bnr_wrap li:nth-of-type(n+5) {
	margin-top: 28px;
}
#recommend_plan .bnr_wrap li:nth-of-type(n+5) {
	margin-top: 28px;
}
#recommend_plan .bnr_wrap li a {
	display: block;
}
#recommend_plan .bnr_wrap li a:hover {
	opacity: 0.7;
	transition: 0.25s ease;
}
#recommend_plan .bnr_wrap li p {
	padding: 5px 0 0;
	color: #333;
	font-size: 1.4rem;
}

/*------------------------------------------------------------------
よくあるご質問
------------------------------------------------------------------*/
.area .qa-list dl {
	border: 1px solid #ccc;
	border-radius: 15px;
}
.area .qa-list dl dt {
	background: #fff;
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅999px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#osaka-tokyo {
	font-size: 1.5rem;
}
.inner {
	padding: 0 14px;
}
.sup {
	font-size: 1.2rem;
}
.feature {
	padding: 30px 0 40px;
}
.feature h2 {
	font-size: 2.4rem;
}
.feature h2 span {
	padding: 8px 0 10px 60px;
	background-size: auto 48px;
}
.feature#search_sec h2 span,
.feature#search_sec_2 h2 span {
	padding-left: 48px;
}
.feature#recommend_plan h2 span {
	padding-left: 49px;
	background-size: auto 40px;
	background-position: left center;
}
/*-----モーダルウィンドウ------*/
.modal-window {
	width: 90%;
}
.modal-window .sup {
	width: auto;
	padding: 0 17px 17px;
	text-align: center;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	font-size: 1.5rem;
}

/*------------------------------------------------------------------
メニューアンカー
------------------------------------------------------------------*/
.menu .inner {
	padding: 0;
}
.menu li:first-of-type:before,
.menu li:last-of-type:after {
	border: 0;
}
.menu li a {
	padding: 13px 0 16px;
}
.menu li a span {
	padding-right: 20px;
}
.menu li a span:after {
	top: calc(50% + 1px);
}

/*------------------------------------------------------------------
JR東海ツアーズのEX旅パックならこの価格！
------------------------------------------------------------------*/
.ex_price {
	padding: 30px 0 25px;
}
.ex_price h2 {
	margin-bottom: 25px;
	font-size: 2.4rem;
}
.ex_price h3 {
	font-size: 1.8rem;
}
.ex_price .set_plan_price .price_box {
	padding: 10px 20px;
}
.ex_price h4 {
	font-size: 1.7rem;
}
.ex_price .price_box .plan_price span {
	font-size: 2.8rem;
}
.ex_price .ex_about_link a {
	margin-top: 20px;
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search-app .tab .tab-btn {
	font-size: 1.4rem;
}
.search-app .seach-box {
	padding: 18px 10px 27px;
}
.seach-box.tour {
	padding: 18px 15px 25px;
}

/*------------------------------------------------------------------
おすすめホテルをご紹介
------------------------------------------------------------------*/
#recommend_hotel .hotel_box {
	width: 285px;
	margin: 0 10px 10px;
	padding: 12px 12px 20px;
}
#recommend_hotel .hotel_name {
	margin-bottom: 8px;
}
#recommend_hotel figure {
	width: 100%;
}
#recommend_hotel .hotel_apply {
	padding: 10px 12px 11px;
}
#recommend_hotel .hotel_apply:after {
	right: 5px;
	border-width: 5px 0 5px 7px;
}
/*-------------slider---------------*/
.slider1 .slick-slide {
	position: relative;
}
.slider1 .slick-list {
	padding: 0 0 10px 20px;
}
.slider1.slick-slider {
	margin: 0 -15px 30px -15px;
}
.slider1 .slick-prev,
.slider1 .slick-next {
	right: 10px;
	height: 40px;
	padding: 0 30px 0 0;
	z-index: 2;
}
.slider1 .slick-prev {
	left: 10px;
}
.slider1 .slick-prev:before,
.slider1 .slick-next:before {
	font-size: 3.1rem;
	opacity: 1;
}
.slider1 .slick-slide {
	z-index: 1;
}
.slider1 .slick-prev.slick-disabled:before,
.slider1 .slick-next.slick-disabled:before {
	display: none;
}
.slick-dots {
	bottom: -20px;
}

/*------------------------------------------------------------------
出発駅・到着駅から探す
------------------------------------------------------------------*/
#train_sec .train_sec_list dl {
	width: calc(100% / 3 - 15px);
}
#train_sec .train_sec_list dt {
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-size: 2rem;
}
#train_sec .train_sec_list dd p a {
	margin: 0 2px 5px;
	padding: 14px 2px 13px;
	font-size: min(2vw, 1.5rem);
}

/*------------------------------------------------------------------
おすすめ記事
------------------------------------------------------------------*/
#recommend_article .article_title {
	font-size: 1.4rem;
}
#recommend_article .article_list li a {
	padding: 20px 0px 27px;
}
#recommend_article .article_list figure {
	width: 30%;
}
#recommend_article .article_list li a img {
	width: 102px;
	height: 60px;
}
#recommend_article .article_list li a > div {
	width: 70%;
	margin-left: 7px;
}
#recommend_article .article_more_btn {
	width: auto;
	margin: 0;
}

/*------------------------------------------------------------------
おすすめ特集
------------------------------------------------------------------*/
#recommend_plan .bnr_wrap li {
	width: calc(100% / 4 - 6px);
	margin-right: 8px;
}
#recommend_plan .bnr_wrap li p {
	font-size: 1.3rem
}
}

@media screen and (min-width: 600px) and (max-width: 999px) {
/*------------------------------------------------------------------
おすすめ記事
------------------------------------------------------------------*/
#recommend_article .article_list li a img {
	width: 222px;
	height: 120px;
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅700px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 700px) {
.br-700 {
	display: block;
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search-app .tab .tab-btn {
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 70px;
}
.search-app .tab .tab-btn img {
	width: auto;
	height: 30px;
	margin-right: 0;
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅599px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
#osaka-tokyo {
	font-size: 1.4rem;
}
.br-700 {
	display: none;
}
.br-599 {
	display: block;
}
.feature {
	padding: 28px 0 30px;
}
.feature h2 {
	margin-bottom: 22px;
	font-size: 2.1rem;
}
.feature h2 span {
	padding: 2px 0 6px 44px;
	background-size: auto 35px;
}
.feature#search_sec h2 span,
.feature#search_sec_2 h2 span {
	padding-left: 36px;
}
.feature#recommend_plan h2 span {
	padding-left: 38px;
	background-size: auto 32px;
	background-position: left top;
}
/*-----モーダルウィンドウ------*/
.modal-window {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.modal-window .gadget {
	padding: 0 20px 10px;
}
.modal-window .sup {
	padding: 0 20px 20px;
	text-align: left;
}
.button-close {
	position: -webkit-sticky;
	position: sticky;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	margin-top: 10px;
	font-size: 1.2rem;
	text-align: left;
}

/*------------------------------------------------------------------
メニューアンカー
------------------------------------------------------------------*/
.menu {
	margin-top: 10px;
}
.menu li a {
	font-size: min(2.9vw, 1.3rem);
	padding: 10px 4px 22px;
}
.menu li a span {
	padding-right: 0;
}
.menu li a span:after {
	top: auto;
	bottom: -13px;
	right: auto;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
	font-size: min(2vw, 0.8rem);
}

/*------------------------------------------------------------------
JR東海ツアーズのEX旅パックならこの価格！
------------------------------------------------------------------*/
.ex_price {
	padding: 15px 0 20px;
}
.ex_price h2 {
	margin-bottom: 15px;
	font-size: min(5vw, 2rem);
}
.ex_price h2 span {
	padding: 0 12px;
}
.ex_price h2 span:before {
	transform: rotateZ(-25deg);
}
.ex_price h2 span:after {
	transform: rotateZ(25deg);
}
.ex_price h3 {
	margin-bottom: 7px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.ex_price .set_plan_price {
	display: block;
	padding: 10px 0;
}
.ex_price .set_plan_price .price_box {
	width: 100%;
	padding: 0 10px;
}
.ex_price .set_plan_price .price_box + .price_box {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	border-left: 0;
}
.ex_price h4 {
	margin-bottom: 11px;
	padding-bottom: 10px;
	font-size: min(4.5vw, 1.7rem);
}
.ex_price .price_box .plan_name {
	font-size: 1.5rem;
}
.ex_price .price_box .plan_name .zurashi_coupon {
	font-size: min(3.1vw, 1.3rem);
}
.ex_price .price_box .plan_name .zurashi_coupon a {
	padding-right: min(4vw , 17px);
}
.ex_price .price_box .plan_price {
	margin-top: 5px;
}
.ex_price .price_box .plan_price span {
	font-size: 2.6rem;
}
.ex_price .price_box .plan_detail {
	margin-top: 5px;
	font-size: min(3vw, 1.3rem);
}
.ex_price .price_box .plan_apply {
	margin-top: 10px;
}
.ex_price .price_box .plan_apply a,
.ex_price .price_box .other_plan dd a {
	width: 100%;
	padding: 8px 10px;
	font-size: 1.5rem;
}
.ex_price .price_box .other_plan dt {
	margin: 10px 0 4px;
}
.ex_price .price_box .other_plan dt:before,
.ex_price .price_box .other_plan dt:after {
	top: 2px;
}
.ex_price .set_plan_sub {
	display: block;
	margin-top: 0;
}
.ex_price .set_plan_sub .train_price_time,
.ex_price .set_plan_sub .set_station {
	width: 100%;
	margin-top: 25px;
}
.ex_price .set_plan_sub .train_box dd {
	display: block;
}
.ex_price .set_plan_sub .train_box_contents.price {
	width: 100%;
	padding-top: 15px;
	font-size: 2.2rem;
}
.ex_price .set_plan_sub .train_box_contents.time {
	width: 100%;
	padding-top: 0;
	border-left: 0;
}
.ex_price .set_plan_sub .station_box dt {
	width: 100px;
}
.ex_price .set_plan_sub .station_box dd {
	width: calc(100% - 100px);
}
.ex_price .sup_bottom {
	font-size: 1.1rem;
}
.ex_price .train_price_time .sup_bottom {
	text-align: left;
}
.ex_price .ex_about_link a {
	margin-top: 15px;
	padding-left: 25px;
	background-position: left center;
	background-size: auto 80%;
	font-size: 1.6rem;
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search-app .tab .tab-btn {
	font-size: 1.1rem;
}
.seach_fukidashi p span {
	display: block;
	padding: 5px;
	font-size: 1.3rem;
}
.anc-wrap p a {
	padding-right: 15px;
}
.anc-wrap p a:after {
	font-size: 1.2rem;
}

/*------------------------------------------------------------------
おすすめホテルをご紹介
------------------------------------------------------------------*/
/*-------------slider---------------*/
.slider1 .slick-list {
	padding: 0px 0 10px calc(50% - 141px);
}

/*------------------------------------------------------------------
キーワードから探す
------------------------------------------------------------------*/
.keyword li a {
	padding: 8px 12px 7px 12px;
}

/*------------------------------------------------------------------
出発駅・到着駅から探す
------------------------------------------------------------------*/
#train_sec .train_sec_list {
	display: block;
}
#train_sec .train_sec_list dl {
	width: 100%;
}
#train_sec .train_sec_list dl + dl {
	margin-top: 15px;
}
#train_sec .train_sec_list dt {
	width: 90%;
	margin: 0 auto 10px;
	font-size: 1.8rem;
}
#train_sec .train_sec_list dd {
	width: 90%;
	margin: 0 auto;
}
#train_sec .train_sec_list dd p a {
	font-size: 1.5rem;
}

/*------------------------------------------------------------------
おすすめ特集
------------------------------------------------------------------*/
#recommend_plan .bnr_wrap li {
	width: calc(100% / 2 - 5px);
	margin-right: 10px;
}
#recommend_plan .bnr_wrap li:nth-of-type(2n) {
	margin-right: 0;
}
#recommend_plan .bnr_wrap li:nth-of-type(n+3) {
	margin-top: 20px;
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅320px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search-app .tab .tab-btn p {
	font-size: 1.0rem;
}
}