@charset "utf-8";

/*---------------------------------
	pc(tablet)・sp　切り替え
----------------------------------*/
/* sp */
@media (max-width: 767px) {
  .pc-on {
    display: none!important;
  }
  .tab-on {
    display: none!important;
  }
  .sp-on {
    display: block!important;
  }
}

/*pc・tablet*/ 
@media (min-width: 768px) {
  .pc-on {
    display: block!important;
  }
  .tab-on {
    display: none!important;
  }
  .sp-on {
    display: none!important;
  }
}

/* tablet only */
@media (min-width: 768px) and (max-width: 991px) {
  .tab-on {
    display: block!important;
  }
}


/*---------------------------------
	共通　モバイルファースト
----------------------------------*/
body{
	margin: 0 auto;/*MV中央揃え*/
	overflow-x: hidden;
}

#wrap-setsugekka{
	font-family:"ヒラギノ明朝 ProN W5", "HiraMinProN-W5", "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #332D2B;
	font-weight: 500;
}
#wrap-setsugekka p{
	font-size: 14px;
}


img {
	max-width: 100%;
	height: auto;
}

a{	
	text-decoration: none;
	color: inherit;
}
a:hover{
	color: inherit;
}
a:link, a:visited, a:hover, a:active, a:focus{
	text-decoration: none;
}

h1,
h2,
h3,
h4,
ul,
ol,
dl,
dt,
dd,
p,
figure{
	margin:0;
	padding:0;
}

ul,
ol{
	list-style-type: none;
}

button:focus {
	outline: none;
}
		


.red{
	color: #B80E0B;
}

@media (min-width:768px) {
	#wrap-setsugekka p{
		font-size: 20px;
	}
}



/*  見出し
-------------------------------*/
.title-h2{
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	margin: 0 auto 30px;
}

.title-h2 .heading-img img{
	max-width: 51%;
}


.title-h2 .heading-text{
	letter-spacing: 0;
	font-size: 18px;
	margin: 10px 0 0;
}

.title-h3{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 0 auto 30px;
}
.title-h4{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.title-h2 span{
	display: block;
	font-weight: bold;
	line-height: 1.5;
}


@media (min-width:768px) {
	.title-h2{
		font-size: 40px;
		margin: 0 auto 30px;
	}
	.title-h2 .heading-img img{
		max-width: 100%!important;
	}
	.title-h2 .heading-text{
		font-size: 22px;
	}
	.title-h3{
		font-size: 20px;
	}
	.title-h4{
		font-size: 20px;
	}
}



/*  ボタン
-------------------------------*/
.link-btn {
    position: relative;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #332D2B;
	background: #fff;
    border-radius: 10px;
	border: 1px solid #D9D9D9;
    width: 100%;
	max-width: 345px;
    padding: 10px 30px 10px 10px;
    margin: 15px auto;
    transition: 0.3s;
}
.link-btn:hover {
    color: inherit;
	border: 1px solid #AB962D;
	text-decoration: none;
}

/*矢印アイコン*/
.link-btn:before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
	z-index: 2;
    position: absolute;
	right: 0.8em;
	top: 50%;
	transform: translate(0, -50%);
    color: #AB962D;
	font-weight: bold;
	font-size: 12px;
}

/*2行*/
.link-btn > span{
	display: block;
}

.link-btn .icon-triangle{
	font-size: 8px;
	vertical-align: 2px;/*位置調整*/
	padding: 0 5px;
}

.link-btn > .price{
	font-size: 18px;
}


/*各ボタン*/
@media (min-width: 768px) {
	.link-btn {
		font-size: 16px;
		max-width: 563px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 25px 60px 25px 30px;
		margin: 25px auto;
	}

	.link-btn .price {
		font-size: 24px;
	}

	/*矢印アイコン*/
	.link-btn:before {
		font-size: 16px;
		right: 1em;
	}
	
	/*2行にしない*/
	.link-btn > span{
		display: inline;
	}
	
	.link-btn .icon-triangle{
		font-size: 10px;
		padding: 0 8px;
	}
}


/*　MV 
-------------------------------*/
#setsugekka{
	background: url(/static/img/train/setsugekka/bg-pc.jpg) repeat center top / 100%; 
}

.mv-area {
	width: 100%;
	text-align: center;
	margin: auto;
}

/*ロゴ*/
.wrap-mv-logo{
	display: flex;
	justify-content: center;
}

/*スライダー*/
.wrap-slider{
	width: 90%;
	max-width: 351px;
	margin: auto;
}

.slick-slider{
	margin-bottom: 0;
}
.slick-slide img{
	width: 100%;
	max-width: 351px;
}

/*矢印ボタン*/
.slick-prev {
    left: -10px;
    z-index: 99;
}
.slick-next {
    position: absolute;
    left: auto;
    right: -10px;
}

.slick-prev,
.slick-next{
	width: 20px;
	height: 20px;
	margin-top: 0;
	top: 50%;
    transform: translate(0, -50%);
}

.slick-prev:before,
.slick-next:before{
    content: '';
    color: #CBC8C8;
    display: inline-block;
	background: url(/static/img/train/setsugekka/icon-arrow.svg) no-repeat center center / 100%;
	opacity: 1;
    width: 20px;
    height: 20px;
}
.slick-prev:before {
    transform: rotate(-180deg);
}

@media(min-width:768px) {
	.mv-area{
		display: flex;
    	flex-direction: row-reverse;
/*		justify-content: center;*/
		margin: 0 0 0 auto;
		padding: 25px 0 0 25px;
	}
	
	/*ロゴ*/
	.wrap-mv-logo{
		display: block;
	}
	/*スライダー*/
	.wrap-slider{
		width: 63%;
		max-width: 1200px;
		margin: 0;
	}
	.slider-item-top{
		max-width: 1200px;
	}
	.slick-slide img{
		max-width: 1200px;
		height: 28.5vw;
	}
	
	
	/*矢印ボタン*/
	.slick-prev {
		left: -23px;
		z-index: 99;
	}
	.slick-next {
		position: absolute;
		left: auto;
		right: -23px;
	}

	.slick-prev,
	.slick-next{
		width: 47px;
		height: 47px;
	}

	.slick-prev:before,
	.slick-next:before{
		width: 47px;
		height: 47px;
	}
	.slick-prev:before {
		transform: rotate(-180deg);
	}
	
}

@media(min-width:2001px) {
	.mv-area{
		display: flex;
    	flex-direction: row-reverse;
		justify-content: center;
		margin: 0;
		padding-left: 0;
	}
	.slick-slide img{
		height: auto;
	}
}

/*---------------------------------
	About
----------------------------------*/
#About{
	position: relative;
	z-index: 2;
}

#About .wrap-body{
	margin: 0 auto ;
	text-align: center;
}

#About .wrap-img{
	margin: 30px auto;
}

#About .wrap-img img{
	max-width: 30.5%;
}

#About .wrap-text{
	text-align: left;
}


@media (min-width: 768px) {
	#About:before{
		content: "";
		display: block;
		position: absolute;
		background: url(/static/img/train/setsugekka/bg-illust01.svg) no-repeat center top / 100%; 
		width: 185px;
		height: 345px;
		width: 12vw;
        height: 24vw;
        max-width: 185px;
        max-height: 345px;
		left: calc(50% - 430px);
		top: 190px;
		z-index: -1;
		pointer-events: none;
	}
	
	#About .wrap-img{
		margin: 50px auto 40px;
	}
	
	#About .wrap-text{
		text-align: center;
	}
}

@media (min-width: 991px) {
	#About:before{
		left: calc(50% - 500px);
		top: 110px;
	}
}

@media (min-width: 1201px) {
	#About:before{
		left: calc(50% - 660px);
	}
}

/*---------------------------------
	ページ内ナビ
----------------------------------*/
#Navi{
	position: relative;
	z-index: 10;
	margin: 30px auto 0;
}
.page-nav {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-nav > li{
	position: relative;
	width: calc(100% / 3);
}

.page-nav > li a {
	display: block;
	z-index: 3;
	text-align: center;
	font-weight: bold;
	border: none;
	background: transparent;
	margin: 0;
	padding: 10px 20px;
	transition: 0.3s;
	font-size: 16px;
}

/* hover */
.page-nav > li a:hover {
	text-decoration: none;
	transition: 0.3s;
	color: #AB962D;
}

.page-nav > li::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	max-height: 42px;
	background: #332D2B;
	position: absolute;
	right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.page-nav > li:last-of-type:after{
	display: none;
}


/*PC時*/
@media (min-width: 768px) {
	#Navi{
		margin: 65px auto 30px;
	}
	.page-nav > li::after {
		width: 2px;
		max-height: 58px;
	}
	.page-nav > li a {
		font-size: 20px;
	}
}


/*---------------------------------
	section　Train
----------------------------------*/
#Train{
	position: relative;
	padding: 40px 0 40px;
	z-index: 2;
}

/*上部の花びら画像*/
#Train:before{
	content: "";
	display: block;
	position: absolute;
	background: url(/static/img/train/setsugekka/bg-illust01.svg) no-repeat center top / 100%; 
	width: 20vw;
    height: 38vw;
    max-width: 75px;
    max-height: 140px;
    left: 10px;
    top: 22px;
	z-index: -1;
	pointer-events: none;
}

#Train .wrap-text{
	text-align: left;
}

#Train .wrap-img{
	position: relative;
	margin: 20px auto 10px;
}

/*車両画像の背景画像*/
#Train .wrap-img:before{
    content: "";
    display: block;
    position: absolute;
    background: url(/static/img/train/setsugekka/bg-illust02.svg) no-repeat center top / 100%;
    width: 58vw;
    height: 45vw;
    max-width: 251px;
    max-height: 192px;
    right: 0;
    top: -35vw;
    z-index: -1;
	pointer-events: none;
}

/*下部の花びら画像*/
#Train .wrap-img:after{
    content: "";
    display: block;
    position: absolute;
    background: url(/static/img/train/setsugekka/bg-illust01.svg) no-repeat center top / 100%;
	width: 20vw;
    height: 38vw;
    max-width: 75px;
    max-height: 140px;
    right: 15px;
    bottom: -92px;
    z-index: -1;
	pointer-events: none;
}

#Train .wrap-img img{
	margin: 0 auto;
}

#Train .img-bottom-text{
	text-align: center;
}


@media (min-width: 501px) {
	/*車両画像の背景画像*/
	#Train .wrap-img:before{
		top: -22vw;
	}
}
@media (min-width: 768px) {
	#Train{
		padding: 55px 0 140px;
	}
	#Train:before{
		display: none;
	}

	#Train .wrap-text{
		text-align: center;
	}
	#Train .wrap-img{
		margin: 40px auto 15px;
	}
	
	/*車両画像の背景画像*/
	#Train .wrap-img:before{
		background: url(/static/img/train/setsugekka/bg-illust02.svg) no-repeat center top / 100%;
		width: 31.3vw;
		height: 24vw;
		max-width: 601px;
		max-height: 461px;
		left: calc(50% - -7vw);
		top: -13vw;
	}
	
	/*下部の花びら画像*/
	#Train .wrap-img:after{
		background: url(/static/img/train/setsugekka/bg-illust01.svg) no-repeat center top / 100%;
		width: 12vw;
        height: 24vw;
        max-width: 185px;
        max-height: 345px;
        right: inherit;
        left: calc(50% - -25vw);
        bottom: -22vw;
        z-index: -1;
		transform: scale(-1, 1);/*反転*/
	}
}

@media (min-width: 1401px) {
	/*下部の花びら画像*/
	#Train .wrap-img:after{
        bottom: -310px;
		z-index: 1;
	}
}

@media (min-width: 2001px) {
	/*車両画像の背景画像*/
	#Train .wrap-img:before{
		left: calc(50% - -140px);
        top: -250px;
	}
}


/*---------------------------------
	section　Meal
----------------------------------*/
#Meal{
	position: relative;
	z-index: 2;
	padding: 30px 0 30px;
}

/*和柄画像*/
#Meal:before{
	content: "";
	display: block;
	position: absolute;
	background: url(/static/img/train/setsugekka/bg-illust03.svg) no-repeat center top / 100%; 
    width: 258px;
    height: 124px;
    left: 0;
    top: 105px;
    z-index: -1;
	pointer-events: none;
}

#Meal .title-h2 .heading-img img {
    max-width: 57%;
}

#Meal .wrap-text{
    text-align: left;
    margin: 0 auto 30px;
}

.wrap-meal{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.wrap-meal .meal-item{
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
	text-align: center;
}
.wrap-meal .meal-item figcaption{
	margin-top: 10px;
}


@media (min-width: 768px) {
	#Meal{
		padding: 50px 0 50px;
	}
	
	/*和柄画像*/
	#Meal:before{
		width: 439px;
		height: 210px;
		left: calc(50% - 570px);
		top: 125px;
	}
	
	#Meal .title-h2 .heading-img img {
		max-width: 100%;
	}
	#Meal .wrap-text{
		text-align: center;
		margin: 0 auto 50px;
	}
	.wrap-meal .meal-item{
        width: 49%;
        margin: 0 0.5% 50px;
		font-size: 18px;
	}
}

@media (min-width: 991px) {
	/*和柄画像*/
	#Meal:before{
		left: calc(50% - 670px);
	}
}


/*---------------------------------
	section　Reserved
----------------------------------*/
#Reserved{
	position: relative;
	z-index: 2;
    padding: 35px 0 50px;
}

/*左の雪画像*/
#Reserved:before{
	content: "";
	display: block;
	position: absolute;
	background: url(/static/img/train/setsugekka/bg-snow01-sp.svg) no-repeat center top / 100%; 
    width: 54px;
    height: 83px;
    left: 20px;
    top: -25px;
    z-index: -1;
/*	pointer-events: none;*/
}

/*右の雪画像*/
#Reserved:after{
	content: "";
	display: block;
	position: absolute;
	background: url(/static/img/train/setsugekka/bg-snow02.svg) no-repeat center top / 100%; 
    width: 30px;
    height: 30px;
    right: 35px;
    top: 60px;
    z-index: -1;
/*	pointer-events: none;*/
}

#Reserved .wrap-text{
	text-align: left;
}

/*SP調整*/
@media (min-width: 360px) {
	#Reserved .wrap-text{
		text-align: center;
	}
}

/*PC時*/
@media (min-width: 768px) {
	#Reserved{
		padding: 50px 0 50px;
	}
	
	/*左の雪画像*/
	#Reserved:before{
		background: url(/static/img/train/setsugekka/bg-snow01.svg) no-repeat center top / 100%; 
		width: 154px;
		height: 130px;
		left: calc(50% - 420px);
        top: -20px;
	}
	
	/*右の雪画像*/
	#Reserved:after{
		width: 55px;
		height: 55px;
		right: inherit;
        left: calc(50% - -320px);
        top: 100px;
		transform: scale(-1, 1);/*反転*/
	}
	
	#Reserved .wrap-text{
		text-align: center;
	}
}


