@charset "UTF-8";
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
a {
	transition: .3s;
}
a:link, a:visited {
	color: #0952a4;
}
a:hover {
	opacity: 0.8;
}
a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=80);
}
.active {
	opacity: 1;
}
.textCenter {
	text-align: center;
}
.red {
	color: #FF0000;
}
:root {
	--Jnavy: #004a9e;
	--JnavyRGB: 0 74 158;
	--skyBlue: #1e97e5;
	--skyBlueRGB: 0 190 235;
	--ad2blue:#244fda;
	--yellow: #ffff00;
	--yellowRGB: 255 255 0;
	--hatYellow: #fbf875;
	--red: #ff0000;
	--redRGB: 255 0 0;
	--orange: #f29a16;
	--mainFont: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; /*bodyに使用*/
}
article img {
	width: 100%;
}
article b {
	font-size: 1.2em;
}
.noWrap {
	white-space: nowrap;
}
.inner {
	max-width: 970px;
	margin: 0 auto;
	padding: clamp(3rem, 2.015rem + 4.92vw, 5rem) clamp(0.3rem, -0.045rem + 1.72vw, 1rem);
}
section {
	position: relative;
}
/*ランダム背景色設定*/
/*section:nth-of-type(odd) {
	background-color: rgba(var(--yellowRGB)/ .1);
 background-color: rgba(var(--skyBlueRGB) / .1);
}*/
section:nth-of-type(even), #title {
	/*background-color: rgba(var(--skyBlueRGB) / .1);*/
		background-color: rgba(var(--yellowRGB)/ .1);
}
/*タイトル*/
.h3main {
	text-align: center;
}
.h3main > span {
	display: inline-block;
	padding: 0 .3em .2em .3em;
	color: var(--Jnavy);
	font-size: 1.5em;
	font-weight: 700;
	border-bottom: 3px solid var(--Jnavy);
}
.h3main > span::before {
	content: "";
	background: url(../images/check.png) no-repeat center / contain;
	width: 1.2em;
	top: 50%;
	padding-left: 1.2em;
	margin-right: .2em;
}
section h4 {
	font-weight: 700;
}
/*横断検索#crossSearch*/
#crossSearch .inner {
	padding: 2.8em clamp(0.3rem, -0.045rem + 1.72vw, 1rem) clamp(3rem, 2.015rem + 4.92vw, 5rem);
}
.tabiwaPR {
	padding-bottom: 1em;
}
a.signupBtn {
	position: absolute;
	width: 19%;
	top: 56%;
	left: 11%;
	filter: drop-shadow(3px 3px 1px var(--Jnavy));
	transform: translate(0, 0);
	opacity: 1;
	transition: .2s;
}
a.signupBtn:hover {
	transform: translate(3px, 3px);
	filter: drop-shadow(0 0 0 var(--Jnavy));
}
a.signupBtn:hover img {
	opacity: 1;
}
@media screen and (max-width: 599px) {
	.tabiwaPR {
		margin: -1.5rem 0 -.8rem;
	}
	a.signupBtn {
		width: 36%;
		top: 26%;
		left: 59%;
		filter: drop-shadow(2px 2px 1px var(--Jnavy));
	}
}

/*WeSTER IDをお持ちでないお客様*/
#westerID {
	border: solid 2px var(--Jnavy);
	margin: 1em;
	padding: .6em;
}
.title_westerID {
	font-size: 1.2em;
	text-decoration-line: underline;
	font-weight: 700;
	text-align: center;
	color: var(--Jnavy);
	margin-bottom: .3em;
}
.guideList li {
	text-indent: -1em;
	margin: .1em 0 0 1em;
}
.guideList li::before {
	content: "・";
}
/*クイック検索#section_quickSearch*/
.planPR {
	width: min(600px, 80%);
	margin: 1rem auto 3rem;
}
.tabiwaPR {
	position: relative;
}
/*キャンペーン#campain*/
.campainBannerEria {
	width: min(700px, 90%);
	margin: 4.5rem auto 0;
}
#campain p {
	margin-top: .5em;
	font-size: 1rem;
}
#campain .Btn {
	margin-top: 1.5rem;
}
/*おすすめtabiwaチケット#tabiwaTicket*/
#tabiwaTicket .unit {
	gap: 1.5rem 1rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	margin: 3rem 0;
}
#tabiwaTicket .unit > dl {
	border: 2px solid var(--skyBlue);
	background-color: #FFF;
	padding-bottom: .5rem;
}
#tabiwaTicket .unit dt {
	padding: .5rem .5rem .3rem .5rem;
	background-color: var(--skyBlue);
	font-weight: 700;
	color: var(--hatYellow);
}
#tabiwaTicket .unit dd {
	padding: .5rem .5rem 0 .5rem;
}
#tabiwaTicket .unit + p {
	text-align: center;
	font-size: 1.07rem;
	font-weight: 700;
	margin-top: 1rem;
}
/*tabiwaならではおすすめ新機能#features*/
#features .unit {
	display: grid;
	margin: 3rem .5rem 0;
	display: grid;
	padding: .6rem;
	gap: .6rem;
	grid-template-columns: repeat(2, 1fr);
	background: var(--skyBlue);
}
#features .unit > li {
	padding: .5rem;
	border-radius: 5px;
	background: var(--hatYellow);
	color: var(--Jnavy);
	display: grid;
	align-content: space-between;
}
#features .unit > li > p {
	margin-top: .5em;
	font-size: .8em;
}
.imageIcon {
	margin-top: 1rem;
	max-width: 200px;
	margin: .5em auto 0;
}
/*modal*/
.modal {
	position: fixed;
	inset: 10% 5%;
	z-index: 1002;
	background: #FFF;
}
.modal h5 {
	background: var(--skyBlue);
	font-size: 1.2rem;
	color: #FFF;
	text-align: center;
	line-height: 2;
	padding: .5rem 1rem;
}
.modal > dl {
	padding: 1rem;
	line-height: 1.5;
}
.modal dt {
	margin: 1rem 0 .5em;
}
.modal dd {
	text-indent: -1.5em;
	margin: .5rem 0 0 1.3em;
}
.modal dd::before {
	font-family: "Material Symbols Rounded";
	content: "\e834";
	font-size: 20px;
	font-weight: normal;
	vertical-align: bottom;
	line-height: 1;
}
.modal button.modal-close {
	font-family: "Material Symbols Rounded";
	content: "\e5cd";
	position: absolute;
	top: -42px;
	background: #fff;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*overlay*/
.disnone {
	display: none !important;
}
#overlay2 {
	width: 100%;
	height: 150%;
	position: fixed;
	display: none;
	left: 0;
	overflow: hidden;
	top: -1px;
	background: rgba(0, 0, 0, .7);
	z-index: 1001;
}
/*ボタン*/
.Btn a {
	display: block;
	position: relative;
	text-align: center;
	font-size: 1.2em;
	padding: .8em;
	font-weight: 700;
	color: #fff;
	background: var(--orange);
	border-radius: 50px;
	box-shadow: 0 1px 2px 0 rgba(60, 61, 71, 1);
	transition: .3s;
}
section a:hover {
	box-shadow: 0 0 0 0 rgba(60, 61, 71, 1);
	transform: translate(1px, 2px);
}
.Btn a::after {
	content: "";
	border-top: solid 2px;
	border-right: solid 2px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 2em;
	translate: 100% -50%;
	transform: rotate(45deg);
}
/*ナビゲーション*/
#pNavi {
	background: var(--ad2blue);
	position: sticky;
	top: 0;
	z-index: 500;
}
#pNavi ul {
	padding: .5rem .1rem 0;
	max-width: 970px;
	margin: 0 auto;
	display: flex;
}
#pNavi li {
	flex-basis: calc(100% / 6);
}
#pNavi a {
	letter-spacing: .1em;
	font-weight: 700;
	display: grid;
	place-items: center;
	width: 95%;
	margin: auto;
	padding-left: .85em;
	color: var(--Jnavy);
	background-color: #fff;
	position: relative;
	height: 40px;
	border-radius: 10px 10px 0 0;
	text-align: center;
	opacity: .7;
	transform: scale(1);
	transform-origin: bottom;
	transition: .2s;
}
#pNavi li:nth-child(2) a, #pNavi li:nth-child(4) a {
	letter-spacing: -.01em;
}
#kansai #pNavi li:first-child a, #syutoken #pNavi li:nth-child(2) a, #hokuriku #pNavi li:nth-child(3) a, #chugoku #pNavi li:nth-child(4) a, #kyusyu #pNavi li:nth-child(5) a, #chubu #pNavi li:nth-child(6) a {
	transform: scale(1.05, 1.1);
	opacity: 1;
}
#pNavi a:hover {
	transform: scale(1.02, 1.05);
	opacity: .9;
}
#pNavi ul a::before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f3c5";
	top: 28%;
	left: 5%;
}
@media screen and (max-width: 759.9px) {
	.spnone {
		display: none !important;
	}
	section {
		font-size: 14px;
		line-height: 1.3;
	}
	/*メインビジュアル*/
	.titlePc {
		display: none !important;
	}
	/*	以下削除不可====================================================*/
	/*news*/
	#newsImportant {
		margin: 5px;
		display: flex;
		font-size: 11px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 2px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 5px 3px 5px 12px;
		position: relative;
		font-size: 1.1em;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	/*footer*/
	#footer {
		background-color: #F0F5FA;
	}
	#footer .inner {
		width: 96%;
		margin: 0 auto;
		padding: 2% 2%;
	}
	#footer .inner ul {
		font-size: 11px;
		line-height: 1.4;
		text-align: left;
	}
	#footer .inner ul li {
		display: inline-block;
		width: 46%;
		padding: 2% 0;
	}
	#footer .inner ul li:last-child {
		border-right: none;
	}
	#footer .copy {
		background-color: #0952a4;
		color: #FFFFFF;
		font-size: 9px;
		text-align: center;
		padding: 2% 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 3em;
		height: 3em;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
}
@media screen and (min-width: 760px), print {
	.pcnone {
		display: none !important;
	}
	.PCtextCenter {
		text-align: center;
	}
	section {
		line-height: 1.4;
	}
	/*メインビジュアル*/
	.titlePc {
		max-width: max-content;
		margin: auto;
	}
	.titlePc img {
		height: 340px;
		object-fit: cover;
		object-position: center;
	}
	.titleSp {
		display: none !important;
	}
	/*tabiwaならではおすすめ新機能#features*/
	#features .unit {
		grid-template-columns: repeat(4, 1fr);
	}
	#features h4, #features .unit > li > p {
		text-align: center;
	}
	/*modal*/
	.modal {
		max-width: 740px;
		height: 60vh;
		margin: auto;
		inset: 20% 5%;
	}
	/*ナビゲーション*/
	#pNavi ul li a {
		font-size: 1.25em;
		padding-left: .7em;
	}
	#pNavi ul li a::before {
		top: 20%;
		left: 10%;
	}
	/*以下削除不可==================================================== */
	/*news*/
	#newsImportant {
		width: 100%;
		max-width: 970px;
		margin: 5px auto;
		display: flex;
		font-size: 12px;
		padding: 8px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 1px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 3px 3px 3px 12px;
		position: relative;
		font-size: 13px;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n + 2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	/*footer*/
	#footer {
		background-color: #F0F5FA;
	}
	#footer .inner {
		max-width: 990px;
		margin: 0 auto;
		padding: 20px 0;
	}
	#footer .inner ul {
		font-size: 13px;
		line-height: 1.4;
		text-align: center;
	}
	#footer .inner ul li {
		display: inline-block;
		padding: 0 6px;
		border-right: 1px solid #CCC;
	}
	#footer .inner ul li:last-child {
		border-right: none;
	}
	#footer .copy {
		background-color: #0952a4;
		color: #FFFFFF;
		font-size: 12px;
		text-align: center;
		padding: 10px 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 50px;
		bottom: 50px;
		cursor: pointer;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 80px;
		height: 80px;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
	#pagetop a:hover {
		background-color: #152a8c;
	}
	#pagetop a:hover::after {
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #fff transparent;
	}
}
@media screen and (max-width: 280px) { /*Galaxy Fold*/
	body {
		font-size: 14px;
	}
}
/*-------------------------------------------
add 20250716 プラン
-------------------------------------------*/
@media screen and (max-width: 759.9px) {
	#jr_shinkansen_price {
		margin-bottom: 5%;
	}
	#jr_shinkansen_price > p {
		width: 100%;
		text-align: center;
		padding: 2px 0 3px;
		font-size: 14px;
	}
	#jr_shinkansen_price > p span {
		font-size: 16px;
		color: red;
		font-weight: bold;
	}
	#quickSearch {
		display: flex;
		flex-wrap: wrap;
		margin: 5% 0;
	}
	#quickSearch li {
		margin: 0 2% 2%;
		display: block;
		width: 46%;
		text-align: center;
	}
	#quickSearch li a {
		width: 144px;
		height: 40px;
		display: inline-block;
		background: url(/jrodekakenet/tabiwasp/ad/images/b_quick_nav.jpg) no-repeat;
		background-size: 100%;
		font-size: 19px;
		font-weight: bold;
		line-height: 2;
		color: #22279a;
	}
	#quickSearch li strong {
		display: block;
		text-align: center;
		color: #F00;
		margin: 2px 0 8px 0;
		font-size: 13px;
		font-weight: bold;
	}
	#business_trip .ex {
		font-weight: bold;
		text-align: left;
		margin: 0 auto;
		padding-bottom: 2%;
		width: 94%;
	}
	#business_trip p {
		text-align: center;
		clear: both;
	}
	#business_trip span {
		color: red;
	}
	#business_trip div img {
		width: 90%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	#business_trip .icon_txt, #business_trip .otoku_pri {
		float: left;
	}
	#business_trip .icon_txt {
		width: 60px;
		height: 20px;
		text-align: center;
		font-size: 12px;
		margin: 5px 5px 0 0;
		padding: 2px 6px 0 6px;
		color: #ffffff;
		background: #1398fd;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#business_trip .otoku_pri {
		width: 100%;
		display: block;
		text-align: center;
		font-size: 25px;
		color: #ff0000;
	}
	#business_trip .otoku_txt {
		font-size: 30px;
		color: #ff0000;
	}
}
@media screen and (min-width: 760px), print {
	#jr_shinkansen_price {
		margin-bottom: 5%;
	}
	#jr_shinkansen_price > p {
		width: 100%;
		text-align: center;
		padding: 2px 0 3px;
		font-size: 16px;
	}
	#jr_shinkansen_price > p span {
		font-size: 18px;
		color: red;
		font-weight: bold;
	}
	#quickSearch {
		display: flex;
		flex-wrap: wrap;
		margin: 5% 0;
	}
	#quickSearch li {
		margin: 0 1% 2%;
		display: block;
		width: 18%;
		text-align: center;
	}
	#quickSearch li a {
		width: 144px;
		height: 40px;
		display: inline-block;
		background: url(/jrodekakenet/tabiwasp/ad/images/b_quick_nav.jpg) no-repeat;
		background-size: 100%;
		font-size: 19px;
		font-weight: bold;
		line-height: 2;
		color: #22279a;
	}
	#quickSearch li strong {
		display: block;
		text-align: center;
		color: #F00;
		margin: 2px 0 8px 0;
		font-size: 13px;
		font-weight: bold;
	}
	#business_trip .ex {
		font-weight: bold;
		text-align: left;
		margin-left: 30px;
		padding-bottom: 15px;
	}
	#business_trip p {
		text-align: center;
		clear: both;
	}
	#business_trip span {
		color: red;
	}
	#business_trip .icon_txt, #business_trip div .otoku_pri {
		width: 100%;
		display: block;
		text-align: center;
		float: left;
	}
	#business_trip .icon_txt {
		width: 60px;
		height: 20px;
		text-align: center;
		font-size: 12px;
		margin: 10px 5px 0 0;
		padding: 1px 6px 0 6px;
		color: #ffffff;
		background: #1398fd;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#business_trip div .otoku_pri {
		font-size: 25px;
		color: #ff0000;
	}
	#business_trip div .otoku_txt {
		font-size: 42px;
		color: #ff0000;
	}
}