@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://use.fontawesome.com/releases/v6.7.2/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
}

#wrapper {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 0 50px;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Shippori Mincho B1', serif;
	overflow: hidden;
}

#wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper a {
	word-break: break-all;
}

#wrapper img {
	vertical-align: bottom;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}

@media screen and (min-width: 760px) {
	.pc_none {
		display: none;
	}
}

@media screen and (max-width: 759.9px) {
	.sp_none {
		display: none;
	}
}

.marker {
	background: linear-gradient(transparent 70%, rgba(255, 210, 44, 0.6) 70%);
	font-weight: bold;
	padding-bottom: 0.1em;
}

.slash {
	width: fit-content;
	margin: 0 auto 20px;
	padding: 0 25px;
	background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
	background-size: 20px;
	font-size: 120%;
	color: #ed5603;
}

@media screen and (max-width: 759.9px) {
	.slash {
		padding: 0 20px;
		background-size: 15px;
		font-size: 110%;
	}
}

p.credit {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10px 2px;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	width: fit-content;
	margin: 5px 5px 5px auto;
	border-radius: 15px;
}

.disnon {
	display: none;
}

/*--------予約ボタン-------------*/
a.godetail {
	background: #465691;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	transition: 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	border: solid 2px;
	font-family: 'Noto Sans JP', sans-serif;
}

a.godetail:hover {
	opacity: 0.8;
	background-image: linear-gradient(150deg, rgba(168, 202, 240, 1), rgba(195, 243, 239, 1));
	color: #062d5e;
	border: solid 2px #062d5e;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		font-size: 14px;
	}
}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.page_roof .roof {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: rgba(0,0,0,0.3);*/
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.page_roof .roof h2 {
	width: 100%;
	max-width: 970px;
	height: 100%;
	animation: fadeIn 2s;
	margin: 0 auto;
	text-align: center;
}

.page_roof .roof h2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 759.9px) {
	.page_roof .roof h2 img {}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*--------.toplead-------------*/
.toplead {
	margin: 0 10px 30px;
}

.toplead p {
	text-align: center;
	font-size: 160%;
}

@media screen and (max-width: 759.9px) {
	.toplead p {
		font-size: 120%;
		text-align: left;
	}
}

/*------------ナビ------------*/
nav#pageNav {
	width: 100%;
}

nav#pageNav ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	z-index: 10;
}

nav#pageNav ul a {
	width: calc(100% / 3);
	height: 200px;
	position: relative;
}

nav#pageNav ul a li {
	width: 100%;
	height: 100%;
}

nav#pageNav ul a li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

nav#pageNav ul a li p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 180%;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.4);
	transition: 0.25s;
	color: #FFFFFF;
}

nav#pageNav ul a:hover li p {
	background: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 759.9px) {
	nav#pageNav ul a {
		height: 100px;
	}

	nav#pageNav ul a li p {
		font-size: 140%;
	}
}

/*------------pageContent-----------*/
.pageContent {
	width: 100%;
	padding: 80px 0;
	margin-bottom: 10px;
}

@media screen and (max-width: 759.9px) {
	.pageContent {
		width: 100%;
		padding: 60px 0;
		margin-bottom: 10px;
	}
}

.pageContent .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
}

.pageContent .title {
	width: 95%;
	display: flex;
	align-items: center;
	margin: 0 auto 40px;
}

.pageContent .title h2 {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 200%;
}

.pageContent .title a {
	width: 80%;
	height: 80px;
	border: 1px solid #CCC;
	color: inherit;
}

.pageContent .title p {
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 100%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 25%;
	background-color: #FFFFFF;
	font-size: 160%;
}

@media screen and (max-width: 759.9px) {
	.pageContent .title {
		width: 95%;
		flex-direction: column;
		margin: 0 auto 30px;
	}

	.pageContent .title h2 {
		width: auto;
		font-size: 140%;
		margin-bottom: 20px;
	}

	.pageContent .title a {
		width: 100%;
		height: 60px;
	}

	.pageContent .title p {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 0 0 0 20px;
		font-size: 120%;
	}
}

.pageContent .modelcourse {
	margin-bottom: 50px;
}

.pageContent .modelcourse>h3,
.pageContent .banner_wrap>h3 {
	width: fit-content;
	text-align: center;
	font-size: 160%;
	margin: 0 auto 30px;
	position: relative;
}

.pageContent .modelcourse>h3::before,
.pageContent .banner_wrap>h3::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 60px;
	height: 5px;
	margin: 0 auto;
}

@media screen and (max-width: 759.9px) {

	.pageContent .modelcourse>h3::before,
	.pageContent .banner_wrap>h3::before {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		width: 40px;
		height: 4px;
		margin: 0 auto;
	}
}

#sec_fukushima {
	background: rgba(0, 158, 65, 0.1);
}

#sec_miyagi {
	background: rgba(0, 158, 156, 0.1);
}

#sec_iwate {
	background: rgba(40, 113, 158, 0.1);
}

#sec_fukushima .modelcourse>h3::before,
#sec_fukushima .banner_wrap>h3::before {
	background: #005725;
}

#sec_miyagi .modelcourse>h3::before,
#sec_miyagi .banner_wrap>h3::before {
	background: #005757;
}

#sec_iwate .modelcourse>h3::before,
#sec_iwate .banner_wrap>h3::before {
	background: #173e57;
}

#sec_fukushima .itinerary .day_unit h3.nday {
	background: rgba(0, 87, 37, 0.4);
}

#sec_miyagi .itinerary .day_unit h3.nday {
	background: rgba(0, 87, 87, 0.4);
}

#sec_iwate .itinerary .day_unit h3.nday {
	background: rgba(23, 62, 87, 0.4);
}

.pageContent .banner_unit {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}

.pageContent .banner_unit a {
	width: 35%;
}

.pageContent .banner_unit a img {
	width: 100%;
}

.pageContent .modelcourse p.sample {
	width: fit-content;
	margin: 10px 0 0 auto;
	position: relative;
	font-size: 90%;
}

.pageContent .modelcourse p.sample::before {
	content: "";
	position: absolute;
	top: 0;
	left: -60px;
	bottom: 0;
	width: 55px;
	background: url("../images/itinerary/line_double_car.svg")repeat-x center;
}

@media screen and (max-width: 759.9px) {
	.pageContent .banner_unit {
		gap: 10px;
		margin-top: 30px;
	}

	.pageContent .banner_unit a {
		width: 45%;
	}

	.pageContent .modelcourse p.sample {
		margin: 5px 0 0 auto;
		position: relative;
		font-size: 90%;
	}

	.pageContent .modelcourse p.sample::before {
		content: "";
		position: absolute;
		top: 0;
		left: -40px;
		bottom: 0;
		width: 35px;
		background: url("../images/itinerary/line_double_car.svg")repeat-x center;
	}
}

/*----------------------*/
#sec_fukushima .title p {
	background-image: url("../images/bg_title_fukushima.jpg");
}

#sec_miyagi .title p {
	background-image: url("../images/bg_title_miyagi.jpg");
}

#sec_iwate .title p {
	background-image: url("../images/bg_title_iwate.jpg");
}


/*-----トップwiper カスタマイズ------------------*/
.swiper-container.top {
	width: 100%;
	margin: 0 auto;
	height: 550px;
}

.swiper-container.top .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.swiper-container.top .swiper-slide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 45, 94, 0.4);
	z-index: 2;
}

.swiper-container.top .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-container.top .swiper-slide p {
	z-index: 10;
	position: absolute;
	width: fit-content;
	max-width: 950px;
	margin: 0 10px 10px auto;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: right;
	font-size: 100%;
	background: #FFFFFF;
	padding: 0 10px;
	border-radius: 10px;
}

@media screen and (max-width: 759.9px) {
	.swiper-container.top {
		height: 40vh;
	}

	.swiper-container.top .swiper-slide p {
		font-size: 12px;
	}
}

.jrlink {
	text-align: center;
	margin: 60px auto 0;
}