@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
	/*scroll-padding-top: 70px;*/
}

#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin: 0 auto 10px;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
	/*font-family: 'Noto Serif JP', 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;
	}
}

.disnon {
	display: none;
}

.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}

.marker {
	/*background: linear-gradient(transparent 80%, #ffd22c 80%);*/
	background: linear-gradient(transparent 80%, #ff0000 80%);
	font-weight: bold;
}

a.godetail {
	width: 80%;
	max-width: 350px;
	display: block;
	margin: 10px auto 10px;
	padding: 20px 10px 25px;
	text-align: center;
	text-decoration: none;
	background: url("images/button.png") no-repeat center bottom;
	background-size: 100%;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
}

a.godetail:hover,
a.godetail_jr:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}

.price_unit {
	width: 80%;
	max-width: 650px;
	margin: 40px auto 0;
	padding: 20px 0;
	text-align: center;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(253, 243, 210, 1) 8px, rgba(253, 243, 210, 1) 16px);
}

.price_unit .price {
	font-size: 130%;
	font-weight: bold;
	background: url("images/bg_price.png")repeat-x bottom left;
	background-size: auto 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.price_unit .case {
	font-size: 110%;
	font-weight: bold;
}

.price_unit .attention {
	font-size: 90%;
}

@media screen and (max-width: 759.9px) {
	.price_unit .price {
		font-size: 120%;
	}

	.price_unit .case {
		font-size: 110%;
	}

	.price_unit .attention {
		font-size: 80%;
	}
}

.yoyaku {
	width: 100%;
	max-width: 950px;
	margin: 10px auto 40px;
	text-align: center;
}

.yoyaku_unit {
	width: 90%;
	margin: 0 auto;
	display: flex;
}

.yoyaku_unit a.godetail {
	width: 45%;
}

.deco {
	font-weight: normal;
	display: inline-block;
	padding: 0 20px;
	background: url("../common/images/deco_left.png") no-repeat center left, url("../common/images/deco_right.png") no-repeat center right;
	background-size: auto 15px;
	margin: 20px auto 10px;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		width: 80%;
		padding: 15px 0 20px;
		font-size: 90%;
	}

	.deco {
		display: inline-block;
		padding: 0 16px;
		background: url("images/deco_left.png") no-repeat center left, url("images/deco_right.png") no-repeat center right;
		background-size: 12px;
	}
}

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}

.paddingTop {
	padding-top: 180px;
}

#pagetop {
	z-index: 100;
}

/*--------section-------------*/
section {
	width: 100%;
	/*max-width: 950px;*/
	margin: 30px auto 20px;
}

@media screen and (max-width: 759.9px) {
	section .inner>h2 {
		font-weight: bold;
	}
}

#campaign_top {
	width: 100%;
	background: url("images/top_oldoldold.jpg") no-repeat center center;
	background-size: cover;
}

#campaign_top .inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 450px;
}

#campaign_top h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#campaign_top h2 img {
	height: 75%;
}

@media screen and (max-width: 759.9px) {
	#campaign_top .inner {
		padding-top: 40%;
	}
}

.pageContent {
	width: 100%;
	margin: 20px auto;
}

.pageContent>.inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

/*------------トップリード-------------*/
#pageTopLead>.inner {
	text-align: center;
}

#pageTopLead>.inner p {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8;
}

@media screen and (max-width: 759.9px) {
	#pageTopLead>.inner p {
		font-size: 110%;
	}
}

/*-------------ポチッとギフト --------------*/
#gift {
	width: 100%;
	margin-bottom: 30px;
}

#gift .inner {
	width: 100%;
	text-align: center;
	background: #FFEBD2;
	border-radius: 20px;
	padding: 30px 0 20px;
}

#gift h2 {
	font-size: 180%;
}

#gift .tokuten_unit {
	width: 100%;
	background: url("images/ribbon.png")no-repeat top center;
	background-size: 100%;
	padding: 12% 5% 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#gift .tokuten_unit .shinkansen {
	width: 50%;
}

#gift .tokuten_unit .plus {
	width: 10%;

}

#gift .tokuten_unit .present {
	width: 30%;
}

#gift .tokuten_unit p {
	font-size: 120%;
	font-weight: bold;
}

#gift .tokuten_unit img {
	width: 80%;
	margin-bottom: 20px;
}

@media screen and (max-width: 759.9px) {
	#gift h2 {
		font-size: 160%;
	}

	#gift .tokuten_unit {
		width: 100%;
		padding: 12% 0 0;
	}

	#gift .tokuten_unit p {
		font-size: 110%;
	}
}

/*-------------選べるポチッとギフト --------------*/
#about_gift {
	width: 100%;
	margin-bottom: 30px;
}

#about_gift .inner {
	width: 100%;
	text-align: center;
	background: #FFFF88;
	border-radius: 20px;
	padding: 30px 0 20px;
}

#about_gift h2 {
	font-size: 220%;
	color: #FF1D25;
	line-height: 1.5;
}

#about_gift h3 {
	font-size: 160%;
}

#about_gift h3.bg_red {
	background: #FF0000;
	font-size: 140%;
	color: #FFFFFF;
	padding: 7px 20px 5px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 20px;
}

#about_gift>p {
	font-size: 120%;
}

#about_gift .box {
	width: 90%;
	text-align: center;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 25px 10px 20px;
	margin: 0 auto 20px;
}

#about_gift .attention {
	width: 90%;
	text-align: left;
	margin: -5px auto 30px;
	padding: 0 10px;
}

#about_gift .attention li {
	text-indent: -1em;
	margin: 0 0 5px 1em;
}

#about_gift .gift_unit {
	width: 100%;
	display: flex;
	padding: 20px 10px;
	justify-content: center;
	align-items: center;
}

#about_gift .gift_unit .giftbox {
	/* width: 33.3%; */
	text-align: center;
}

#about_gift .gift_unit .giftbox img {
	width: 90%;
}

#about_gift #selectgift {
	position: relative;
	margin-top: 30px;
}

#about_gift #selectgift::before {
	content: "";
	position: absolute;
	top: -30px;
	left: -10px;
	width: 30%;
	height: 30%;
	background: url("images/heartballoon.png")no-repeat top left;
	background-size: contain;
}

@media screen and (max-width: 759.9px) {
	#about_gift .inner {
		border-radius: 15px;
		padding: 30px 0 20px;
	}

	#about_gift h2 {
		font-size: 160%;
		font-weight: bold;
	}

	#about_gift h3 {
		font-size: 120%;
		text-align: center;
		font-weight: bold;
	}

	#about_gift h3.bg_red {
		font-size: 120%;
		color: #FFFFFF;
		padding: 5px 10px 3px;
		font-weight: bold;
	}

	#about_gift .gift_unit {
		padding: 20px 0px;
	}

	#about_gift .gift_unit .giftbox img {
		width: 100%;
	}

	#about_gift .box {
		width: 95%;
		border-radius: 10px;
		padding: 15px 15px;
		margin: 0 auto 20px;
	}

	#about_gift .box p {
		text-align: left;
	}

	#about_gift .attention {
		width: 95%;
		margin: -5px auto 30px;
		padding: 0 5px;
		font-size: 90%;
	}

	#about_gift #selectgift::before {
		content: "";
		position: absolute;
		top: -30px;
		left: -10px;
		width: 22%;
		height: 22%;
		background: url("images/heartballoon.png")no-repeat top left;
		background-size: contain;
	}
}

/*----受け取り方法---------------*/
.step_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 10px 10px;
}

.stepbox {
	background: #FF1D25;
	padding: 10px 5px 5px;
	margin: 0 4% 20px 0;
	position: relative;
	width: 29.3%;
}

.stepbox::after {
	content: "";
	position: absolute;
	top: 0;
	right: -8%;
	width: 8%;
	height: 100%;
	background: url("images/icon_arrow.png") no-repeat center center;
	background-size: contain;
}

.stepbox:last-child::after {
	background: none;
}

.stepbox h4 {
	font-size: 160%;
	color: #FFFF00;
	font-style: italic;
	margin-bottom: 0;
	width: 100%;
	font-weight: bold;
}

.stepbox .process p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 5em;
	font-size: 100%;
	color: #FFFFFF;
}

.stepbox .illust {
	width: 100%;
	background: #FFFFFF;
}

.stepbox .illust img {
	width: 100%;
}

@media screen and (max-width: 759.9px) {
	.step_unit {
		width: 95%;
		margin: 30px auto 0 auto;
	}

	.stepbox {
		padding: 5px 5px;
		margin: 0 0 30px 0;
		position: relative;
		width: 100%;
		display: flex;
	}

	.stepbox .process {
		width: 60%;
		padding: 0 5px;
	}

	.stepbox .illust {
		width: 40%;
	}

	.stepbox::after {
		content: "";
		position: absolute;
		top: auto;
		right: 0;
		left: 0;
		bottom: -18px;
		width: 100%;
		height: 20px;
		background: url("images/icon_arrow.png") no-repeat top center;
		background-size: contain;
		transform: rotate(90deg);
	}

}

/*-----モデルコースヘッダー------*/
#modelcourseHead {
	margin: 50px 0 30px;
}

#modelcourseHead h2 {
	text-align: center;
	font-size: 180%;
	background: url("images/bg_title.png")no-repeat top center;
	background-size: 100%;
	padding-top: 7%;
}

#modelCourseNav {
	width: 100%;
}

#modelCourseNav ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

#modelCourseNav a {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
}

#modelCourseNav a li {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("images/bg_nav.png")no-repeat center center;
	background-size: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: 120%;
	line-height: 1.4;
	font-weight: bold;
}

#modelCourseNav a:hover {
	text-decoration: none !important;
	opacity: 0.8;
}

@media screen and (max-width: 759.9px) {
	#modelcourseHead h2 {
		text-align: center;
		font-size: 150%;
		background: url("images/bg_title.png")no-repeat top center;
		background-size: 100%;
		padding-top: 8%;
		line-height: 1.4;
	}

	#modelcourse h2 {
		font-size: 160%;
		background: url("images/bg_title.png")no-repeat bottom center;
		background-size: 100%;
		padding-bottom: 3%;
	}

	#modelCourseNav a {
		width: 55px;
		height: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 3px;
	}

	#modelCourseNav a li {
		font-size: 90%;
	}

}

/*-----モデルコース------*/
.modelCourse {
	width: 100%;
	max-width: 950px;
	margin: 30px auto;
	background: url("images/bg_bottom.png")no-repeat bottom center;
	background-size: 80%;
	padding: 130px 0 3%;
	position: relative;
}

@media screen and (min-width: 760px) {
	.modelCourse .inner {
		width: 750px;
		margin: 0 auto;
		position: relative;
	}
}

@media screen and (max-width: 759.9px) {
	.modelCourse {
		padding: 65px 0 3%;
	}

	.modelCourse .inner {
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
}

.modelCourse h2 {
	font-size: 160%;
	text-align: center;
}

.modelCourse h2 span {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}

@media screen and (max-width: 759.9px) {
	.modelCourse h2 {
		font-size: 130%;
	}
}

.itinerary_unit {
	width: 90%;
	margin: 20px auto 30px;
	text-align: center;
	background: url("images/dottedline.png")repeat-y bottom center;
}

.itinerary_unit h3.departure {
	background: #DB6767;
	padding: 5px 20px;
	border-radius: 20px;
	color: #FFFFFF;
	display: inline-block;
	margin: 0 auto;
	font-size: 130%;
}

.itinerary_unit h3.departure span {
	margin-right: 20px;
	padding-right: 15px;
	border-right: 1px solid #FFFFFF;
	font-weight: normal;
	font-size: 80%;
}

.itinerary_unit .walk {
	width: 90px;
	height: 90px;
	background: url("images/icon_walk.png")no-repeat bottom 10px center #FFFFFF;
	background-size: auto 25px;
	border: 2px dotted #CCC;
	border-radius: 45px;
	margin: 20px auto;
	padding: 20px 0;
}

.itinerary_unit .bus {
	width: 90px;
	height: 90px;
	background: url("images/icon_bus.png")no-repeat bottom 8px center #FFFFFF;
	background-size: auto 30px;
	border: 2px dotted #CCC;
	border-radius: 45px;
	margin: 20px auto;
	padding: 10px 0 20px 0;
	font-size: 90%;
	line-height: 1.4;
}

.itinerary_unit .train {
	width: 90px;
	height: 90px;
	background: url("images/icon_train.png")no-repeat bottom 8px center #FFFFFF;
	background-size: auto 30px;
	border: 2px dotted #CCC;
	border-radius: 45px;
	margin: 20px auto;
	padding: 10px 0 20px 0;
	font-size: 90%;
	line-height: 1.4;
}

.itinerary_unit .bicycle {
	width: 90px;
	height: 90px;
	background: url("images/icon_bicycle.png")no-repeat bottom 8px center #FFFFFF;
	background-size: auto 30px;
	border: 2px dotted #CCC;
	border-radius: 45px;
	margin: 20px auto;
	padding: 10px 0 20px 0;
	font-size: 90%;
	line-height: 1.4;
}

.itinerary_unit .any {
	width: 50px;
	height: 30px;
	margin: 20px auto 20px;
}

.itinerary_unit .viewpoint {
	width: 80%;
	margin: 20px auto;
	background: #FFFFFF;
	text-align: left;
	padding: 10px 20px;
	border: 1px dotted #CCCCCC;
	border-radius: 10px;
}

.itinerary_unit .itinerary {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.itinerary_unit .itinerary dt {
	width: 40%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.itinerary_unit .itinerary dd {
	width: 60%;
	text-align: left;
	padding: 20px 15px 10px 15px;
	min-height: 180px;
}

.itinerary_unit .itinerary dd h3 {
	font-size: 120%;
	margin-bottom: 10px;
	font-weight: bold;
}

.itinerary_unit .itinerary img {
	width: 100%;
}

@media screen and (max-width: 759.9px) {
	.itinerary_unit h3.departure {
		padding: 5px 20px;
		font-size: 110%;
	}

	.itinerary_unit h3.departure span {
		margin-right: 10px;
		padding-right: 10px;
		font-size: 80%;
	}

	.itinerary_unit .itinerary dt {
		width: 35%;
	}

	.itinerary_unit .itinerary dd {
		width: 65%;
		text-align: left;
		padding: 5px;
		min-height: 100px;
	}

	.itinerary_unit .itinerary dd h3 {
		font-size: 80%;
		margin-bottom: 3px;
	}

	.itinerary_unit .itinerary dd p {
		font-size: 70%;
	}

	.itinerary_unit .viewpoint {
		width: 90%;
		margin: 20px auto;
		background: #FFFFFF;
		text-align: left;
		padding: 10px 15px;
		border: 1px dotted #CCCCCC;
		border-radius: 10px;
	}

	.itinerary_unit .viewpoint a,
	.itinerary_unit .viewpoint p {
		font-size: 80%;
	}

}

/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container {
	width: 100%;
	margin: 0 auto;
}

.swiper-container .swiper-slide {
	text-align: center;
}

.swiper-container .swiper-slide img {
	width: 100%;
}

.swiper-container .swiper-pagination {
	bottom: 15px;
}

.swiper-pagination-bullet-active {
	background: #B20202;
	background: #FFFFFF;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
	opacity: 1;
}

.swiper-button-prev {
	left: 5px;
	top: 48%;
}

.swiper-button-next {
	right: 5px;
	top: 48%;
}

@media screen and (max-width: 759.9px) {

	.swiper-button-prev::after,
	.swiper-button-next::after {
		font-size: 30px;
	}

	.swiper-button-prev {
		left: 5px;
		top: 46%;
	}

	.swiper-button-next {
		right: 5px;
		top: 46%;
	}
}

/*--------開閉パネル-------------*/
.panel-trigger {
	display: none;
	/*チェックボックスは常に非表示*/
}

#wrapper .itinerary_unit {
	position: relative;
}

#wrapper .btnOpen {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 200px;
	padding-top: 150px;
	z-index: 99;
	background: linear-gradient(rgba(255, 2255, 255, 0) 0%, rgba(255, 255, 255, 1) 150px);
}

#wrapper .btnOpen span {
	display: block;
	position: relative;
	width: 95%;
	height: 60px;
	margin: 0 auto;
	border: 2px solid #333;
	line-height: 60px;
	font-size: 120%;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	background: rgba(255, 255, 255, 0.8);
}

#wrapper .btnOpen span::before {
	content: "もっと見る";
}

#wrapper .btnOpen span::after {
	font-family: "Font Awesome 5 Free";
	content: "\F107";
	font-weight: 900;
	position: absolute;
	right: 30px;
	top: 3px;
}

#wrapper .panel {
	height: 750px;
	padding: 0 0 100px;
	overflow: hidden;
	opacity: 1;
	transition: 0.8s;
}

#wrapper .panel-trigger:checked+.btnOpen {
	width: 100%;
	height: 100px;
	background: none;
	padding-top: 0;
}

#wrapper .panel-trigger:checked+.btnOpen span::before {
	content: "閉じる"
		/*チェックされていたら、文言を変更する*/
}

#wrapper .panel-trigger:checked+.btnOpen span::after {
	font-family: "Font Awesome 5 Free";
	content: "\F106";
	font-weight: 900;
	position: absolute;
	right: 30px;
	top: 3px;
}

#wrapper .panel-trigger:checked~.panel {
	height: auto;
	/*チェックされていたら、高さを戻す*/
	opacity: 1;
}

@media screen and (max-width: 759.9px) {
	#wrapper .panel {
		height: 550px;
	}
}