@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
/* CSS Document */
html {
	scroll-behavior: smooth;
}
#wrapper {
	width: 100%;
	/*max-width:970px;*/
	margin:0 auto 10px;
	padding:0 0 50px;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Sans JP', sans-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;
}

.text_bold {
	font-weight: bold;
	font-size: 120%;
}

.text_normal {
	font-weight: normal;
}

.text_center {
	text-align: center;
}

.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.attention {
	font-size: 90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
	line-height: 1.5;
	text-align: left;
}

.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}

.deco {
	font-weight: normal;
	padding: 0 20px;
	background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
	background-size: 12px;
}

@media screen and (max-width: 759.9px) {
	.deco {
		display: inline-block;
		padding: 0 12px;
		background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
		background-size: 8px;
	}
}

a.godetail {
	width: 90%;
	max-width: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px 15px;
	padding: 10px 0 15px;
	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;
	z-index: 10;
}

a.godetail.chubu {
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100%;
}

a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}

a.godetail.gray {
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100%;
	pointer-events: none;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		width: 95%;
		font-size: 90%;
		margin: 0 5px 15px;
	}
}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.page_roof .roof {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

.page_roof .roof h2 {
	width: 100%;
	height: 100%;
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_roof .roof h2 img {
	width: 100%;
	-webkit-animation: fadeIn 6s;
	animation: fadeIn 6s;
}

@media screen and (max-width: 759.9px) {
	.page_roof .roof {}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*------------pageTopLead--------------*/
#pageTopLead {
	width: 100%;
	margin-bottom: 20px;
}

#pageTopLead .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}

#pageTopLead .inner h2 {
	display: inline-block;
	text-align: center;
	font-size: 220%;
	background: url("../images/icon_train.svg")no-repeat center left;
	background-size: 35px;
	padding: 20px 0 20px 40px;
	font-family: 'Noto Sans JP', sans-serif;
}

.toplead_point {
	margin: 10px auto;
	padding: 10px 30px;
	background-color: rgba(255, 200, 200, 0.6);
}

.toplead_point p {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

@media screen and (max-width: 759.9px) {
	#pageTopLead {
		margin-bottom: 30px;
	}

	#pageTopLead .inner h2 {
		font-size: 180%;
		background-size: 30px;
		padding: 10px 0 10px 35px;
	}

	.toplead_point p {
		font-size: 110%;
	}
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
	width: 100%;
	margin-bottom: 40px;
}

.pageContent .inner {
	width: 98%;
	max-width: 950px;
	margin: 0 auto;
}

.box_yoko {
	width: 100%;
	background: url("../images/line_senro.svg")repeat-x top center,
		url("../images/line_senro.svg")repeat-x bottom center, rgba(211, 133, 126, 0.6);
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.box_yoko .intro {
	width: 40%;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.box_yoko .intro h3 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 5px 0 5px;
	font-size: 160%;
	font-family: 'Noto Serif JP', serif;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.box_yoko .intro h3 span {
	padding: 0 5px;
}

.box_yoko .intro .photo {
	width: 100%;
	position: relative;
}

.box_yoko .intro .photo img {
	width: 100%;
}

.box_yoko .info_yoyaku {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.box_yoko .info_yoyaku>h3 {
	font-size: 150%;
	font-family: 'Noto Serif JP', serif;
	margin: 20px auto;
	text-align: center;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 5px 20px 5px;
}

.box_yoko .info_yoyaku>h3 span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 70%;
	padding: 2px 10px;
	background: #F83978;
	color: #FFFFFF;
	border-radius: 20px;
	margin: 5px auto;
	display: inline-block;
}

.box_yoko .info_yoyaku .info {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.box_yoko .info p.kikan {
	font-weight: bold;
	margin-bottom: 10px;
}

.box_yoko .info dd {
	width: 60%;
	text-align: left;
	padding: 0 15px;
}

.box_yoko .info dt {
	width: 40%;
	position: relative;
}

.box_yoko .info img {
	width: 100%;
}

.yoyaku {
	width: 100%;
}

.yoyaku h2 {
	font-size: 110%;
}

.yoyaku_unit {
	width: 95%;
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 759.9px) {
	.box_yoko .intro {
		width: 100%;
		margin-bottom: 15px;
	}

	.box_yoko .intro h3 {
		font-size: 130%;
		z-index: 2;
		position: relative;
		margin-bottom: -20px;
	}

	.box_yoko .info_yoyaku .info {
		width: 90%;
		margin: 0 auto 20px;
	}

	.box_yoko .info dd {
		width: 100%;
		margin-bottom: 15px;
	}

	.box_yoko .info dt {
		width: 80%;
		margin: 0 auto;
	}

	.box_yoko .info_yoyaku {
		width: 100%;
	}

	.box_yoko .info_yoyaku>h3 {
		width: 90%;
		font-size: 120%;
		margin-top: 0;
	}
}

.box_tate_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.box_tate {
	width: 31.3%;
	margin: 0 1% 20px;
	background: rgba(204, 204, 204, 0.2);
	box-shadow: 1px 1px 2px #CCCCCC;
}

.box_tate .intro {
	width: 100%;
	background: rgba(162, 194, 128, 0.6);
	text-align: center;
}

.box_tate .intro>div {
	position: relative;
}

.box_tate .intro img {
	width: 100%;
}

.box_tate .intro h3 {
	text-align: center;
	padding: 10px 0;
}

.box_tate .info_yoyaku {
	width: 100%;
	padding: 10px 10px
}

.box_tate .info_yoyaku .info {
	margin-bottom: 20px;
}

p.credit {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 80%;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.5);
	padding: 2px 10px;
	border-radius: 10px;
	z-index: 10;
}

@media screen and (max-width: 759.9px) {
	.box_tate_unit {
		justify-content: space-between;
	}

	.box_tate {
		width: 47%;
		margin-bottom: 20px;
	}
}

/*-----from北海道-----*/
#fromHokkaido img {
	width: 100%;
	border: 1px solid #CCC;
}

#fromHokkaido img:hover {
	opacity: 0.7;
}

.caution {
	width: 90%;
	margin: 15px auto;
	text-align: left;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 20px;
	border-radius: 10px;
	border: 3px solid #930003;
}

.caution h2 {
	text-align: center;
	font-size: 120%;
	margin-bottom: 10px;
}

.caution p {
	font-size: 95%;
}

.caution ul {
	margin: 5px 0 0 10px;
}

.caution ul li {
	text-indent: -1.5em;
	margin-left: 1.5em;
}

@media screen and (max-width: 759.9px) {
	.caution ul {
		margin: 5px 0 0 0;
	}
}

/*-----トップwiper カスタマイズ--------------------*/
.swiper-container_top {
	width: 100%;
	margin: 0 auto;
}

.swiper-container_top .swiper-slide {
	position: relative;
	width: 100%;
	margin: 0;
	padding-top: 450px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container_top .swiper-slide p {
	z-index: 10;
	position: absolute;
	width: 100%;
	max-width: 950px;
	margin: 0 auto 10px;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: right;
	font-size: 100%;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.swiper-container_top .swiper-slide .slide-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background-size: cover;
	background-position: center center;
	/* 背景画像は中央を軸に表示させる */
}

@-webkit-keyframes zoomUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@keyframes zoomUp {

	/* 1.15倍させる指定 */
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	/* 12秒かけて拡大させる */
	-webkit-animation: zoomUp 12s linear 0s;
	animation: zoomUp 12s linear 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@media screen and (max-width: 759.9px) {
	.swiper-container_top .swiper-slide {
		position: relative;
		width: 100%;
		margin: 0;
		padding-top: 45%;
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
}

/*-----スライド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%;
	}
}