@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');


html {
}

body{
}
/*	link
------------------------------------------------ */
.u-y-train-journey a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-tranPerformersition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.u-y-train-journey a:link {
	text-decoration: none;
	outline: none;
}
.u-y-train-journey a:visited {
}
.u-y-train-journey a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}




.u-y-train-journey{
	background-color: #f4f3ea;
	color: #333;
	  font-family: 'Noto Sans JP', "メイリオ", "Meiryo", sans-serif;
	font-size: 62.5%;
	font-size: 1.6em;
	line-height: 1.6;
	*font-size:small;
	*font:x-small;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.02em;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	
	overflow-x: hidden;
}
.u-y-train-journey img {
	max-width: 100%;
}
.u-y-train-journey div{
	box-sizing: border-box;
}
.u-y-train-journey img,
.u-y-train-journey iframe{
	vertical-align: bottom;
	border-style: none;
}
.u-y-train-journey .clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.wrap{
	width:1000px;
	min-width: 1000px;
	margin: auto;
	position: relative;
} 
/*以下フェードイン表示の指定*/
.fadein {
    opacity: 0;
    animation: fadein 1s ease-out forwards;
}
@keyframes fadein {
    0% {  margin-top: 100px;}
    100% {  opacity: 1;}
}
 
/*以下遅延の指定*/
.delay01 {animation-delay: 0.4s;}
.delay02 {animation-delay: 1s;}


.u-y-train-journey .header{
	text-align: center;
	background-image: url(images/bg_header.jpg);
	background-size: cover;
}
.u-y-train-journey .header img{
	max-width: 1000px;
	margin: 2rem auto;
}
.u-y-train-journey .campaign{
}
.u-y-train-journey .campaign .title{
	background-image: url(images/bg_title.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: -40px;
	position: relative;
	z-index: 2;
}
.u-y-train-journey .campaign .title img{
	max-width: 800px;
	margin: 2rem auto;
}
.u-y-train-journey .campaign .bg_orange{
	background-image:url(images/bg_orange.png);
	max-width: 1000px;
	margin: -50px auto 0 auto;
	text-align: center;
	padding: 60px 10px 100px 10px;
}
.u-y-train-journey .campaign .bg_orange .copy{
	width: 90%;
	margin: 4rem auto 2rem auto;
}
.u-y-train-journey .campaign .present{
	background-image:url(images/bg_yellow.png);
	max-width: 1000px;
	margin: -60px auto 0 auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	padding: 40px;
}
.u-y-train-journey .present .flex{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}
.u-y-train-journey .present .flex .box{
	width: 30%;
	margin-bottom: 20px;
}
.u-y-train-journey .present .entry{}
.u-y-train-journey .present .join{
	background-color: #fff;
	border: solid 3px #174E99;
	padding: 1rem 1rem 1rem 7rem;
	border-radius: 10px;
	margin: auto;
	width: 95%;
	position: relative;
	color: #FF0000;
}
.u-y-train-journey .present .join .icon{
	position: absolute;
	top:0;bottom:0;
	left: -50px;
	width: 84px;
	height: 84px;
	margin: auto;
}
.u-y-train-journey .present .join p{
	text-indent: -1em;
	font-size: 2.5rem;
	font-weight: 700;
}
.u-y-train-journey .map{
	margin: auto;
	max-width: 1000px;
	position: relative;
	text-align: center;
	padding: 0 0;
	background-image: url(images/map_bg.jpg);
	background-size: cover;
}
.u-y-train-journey .map .htext{
	width: 460px;
	display: block;
	position: absolute;
	top: 10rem;
	left: 6rem;
}
.u-y-train-journey .spot{
	margin: auto;
	max-width: 1000px;
	position: relative;
	text-align: center;
	padding: 5rem 0;
}
.u-y-train-journey .spot .htext{
	width: 535px;
	display: block;
	margin: 0 auto 3rem auto;
}
.u-y-train-journey .tabs{
	text-align: center;
}


/*tab切り替え*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border: 3px solid #E59D48;
	border-bottom: none;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #E59D48;
  display: inline-block;
  text-align: center;
  font-weight: bold;
	margin: 0 2rem;
  transition: all 0.2s ease;
}
.tab_item.shirayuki{
  border: 3px solid #7FB9D3;
	border-bottom: none;
  color: #7FB9D3;
}
input[name="tab_item"],
input[name="tab_item2"] {
  display: none;
}
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
#inaho:checked ~ .inaho,
#inaho2:checked ~ .inaho{
	background-color: #E59D48;
	color: #fff;
}
#shirayuki:checked ~ .shirayuki,
#shirayuki2:checked ~ .shirayuki{
	background-color: #7FB9D3;
	color: #fff;
}
#inaho:checked ~ #inaho_content,
#shirayuki:checked ~ #shirayuki_content {
  display: block;
}
#inaho_content,
#inaho2_content{
	background-color: #FBF3E7;
	border: solid 5px #E59D48;
	border-radius: 20px;
	padding: 5rem 8rem;
}
#shirayuki_content,
#shirayuki2_content{
	background-color: #EAF1F4;
	border: solid 5px #7FB9D3;
	border-radius: 20px;
	padding: 5rem 8rem;
}


.u-y-train-journey .infor{
	margin: auto;
	max-width: 1000px;
	position: relative;
	text-align: center;
	padding: 5rem 0;
}
.u-y-train-journey .infor .links{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.u-y-train-journey .infor .links .title{
	font-size: 3rem;
	font-weight: 700;
	color: #D27800;
	margin-bottom: 2rem;
}
.u-y-train-journey .infor #shirayuki2_content .links .title{
	color: #40709D;
}
.u-y-train-journey .infor .links .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.u-y-train-journey .infor .links .flex .link-box{
	width: 45%;
	margin-bottom: 2rem;
}
.u-y-train-journey .infor .copy{
	color: #D27800;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 4rem auto;
}
.u-y-train-journey .infor #shirayuki2_content .copy{
	color: #40709D;
}
.u-y-train-journey .infor .copy .red{
	color: red;
}
.u-y-train-journey .infor .copy .big{
	font-size: 180%;
}
.u-y-train-journey .infor .copy .small{
	font-size: 70%;
}
.u-y-train-journey .infor .price{
}
.u-y-train-journey .infor .price ul{
	text-align: left;
	margin: 4rem auto;
	width: 80%;
	list-style:disc;
	font-size: 1.6rem;
}
.u-y-train-journey .btn a{
	background-color: #D27800;
	border-radius: 20px;
	font-weight: 700;
	margin: 4rem auto;
	position: relative;
}
.u-y-train-journey .btn a:hover{
	box-shadow: none;
}
.u-y-train-journey .btn a::after{
	content: "";
	width: 13px;
	height: 19px;
	display: inline-block;
	background-image: url(images/arrow_white.png);
	background-size: cover;
	margin-left: 2rem;
	vertical-align: middle;
}
.u-y-train-journey .infor #shirayuki2_content .btn a{
	background-color: #40709D;
}

.tab_content2 {
  display: none;
  clear: both;
  overflow: hidden;
}
#inaho2:checked ~ #inaho2_content,
#shirayuki2:checked ~ #shirayuki2_content {
  display: block;
}
















.pc{display: initial;}
.sp{display:none;}
/*	sp
---------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 37.4em) {

	.sp {display: initial;}
	.pc{display:none;}
	body {
		min-width: 100%;
		width: 100%;
		font-size: 1.3em;
	}	

	.u-y-train-journey .campaign .title img{
		width: 90%;
	}
	.u-y-train-journey .campaign .bg_orange{
    margin: -30px auto 0 auto;
    text-align: center;
    padding: 50px 10px 80px 10px;
	}
	.u-y-train-journey .campaign .bg_orange .copy {
    width: 90%;
    margin: 2rem auto 0 auto;
}
	.u-y-train-journey .campaign .present {
    padding: 20px 10px;
	}
	.u-y-train-journey .present .flex .box {
    width: 50%;
    margin-bottom: 10px;
	}
	.u-y-train-journey .present .join {
    width: 90%;
    padding: 1rem 1rem 1rem 5rem;
	}
	.u-y-train-journey .present .join .icon {
    top: 0;
    bottom: 0;
    left: -30px;
    width: 60px;
    height: 60px;
    margin: auto;
	}
	.u-y-train-journey .present .join p {
    text-indent: -1em;
    font-size: 1.6rem;
	}
	.u-y-train-journey .map .htext {
    width: 180px;
    top: 8rem;
    left: 1rem;
	}
	.u-y-train-journey .spot {
    padding: 2rem 0;
	}	
	.u-y-train-journey .spot .htext {
		width: 70%;
		display: block;
		margin: 0 auto 2rem auto;
	}
	#inaho_content, #inaho2_content {
    padding: 2rem 1rem;
	}	
	#shirayuki_content, #shirayuki2_content {
    padding: 2rem 1rem;
	}
	.u-y-train-journey .infor {
    padding: 2rem 0;
}
	.u-y-train-journey .infor .links .title {
    font-size: 2rem;
	}
	.u-y-train-journey .infor .copy {
    font-size: 2.3rem;
    margin: 3rem auto;
	}
	.u-y-train-journey .infor .price ul {
    margin: 2rem auto;
    width: 90%;
    font-size: 1.3rem;
		padding: 0 0 0 1rem;
	}

	.u-y-train-journey .btn a{
		font-size: 1.8rem;
		width: 90%;
	}







}





