@charset "utf-8";
@font-face {
	font-family: 'pacifico';
	src: url('fonts/PACIFICO-REGULAR.TTF');
}
@font-face {
	font-family: 'alberta';
	src: url('fonts/UTM ALBERTA HEAVY.TTF');
}
@font-face {
	font-family: 'metro';
	src: url('fonts/UVF METROSCRIPT.TTF');
}
i.fa-solid.fa-angle-down {
    font-size: 12px;
}
.banner {
    position: relative;
}
.banner__txt{
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.bnr-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.banner__txt--h1 h1 {
	font-family: 'alberta';
    font-size: 70px;
    color: #fff;
    text-align: center;
	text-shadow: -2px 2px 6px #001448;
}
.banner__txt--h1 h1 span {
  font-family: 'metro';
  font-size: 120px;
  color: #FAFF70;
  text-shadow: -4px 4px 6px #150946;
  text-align: center;
  z-index: -1;
  display: block;
  margin-top: -23px;
  margin-left: -50px;
}
@media screen and (max-width: 1400px) {
  .banner__txt{
    width: 55%;
  }
	.banner__txt--h1 h1 {
		font-size: 5vw;
	}
	.banner__txt--h1 h1 span {
		font-size: 8.5vw;
		margin-top: -10px;
    margin-left: -35px;
	}
}
@media screen and (max-width: 767px) {
  .bnr-content {
		width: 100%;
		overflow: hidden;
	}
  .banner__txt{
    width: auto;
  }
	.banner__txt--h1 h1 {
		font-size: 7vw;
	}
  .banner__txt--h1 h1 span {
    font-size: 12vw;
    margin-top: -7px;
    margin-left: 0px;
  }
}
article img {
    aspect-ratio: attr(width) / attr(height);
    width: 100%;
    height: auto;
    max-width: 100%;
}
article a:hover {
    opacity: .7;
    color: #333;
    text-decoration: none;
}
.desc {
	margin-bottom: 90px;
}
.desc h2 {
	font-size: 40px;
	font-weight: bold;
    text-align: center;
    padding: 90px 15px 15px;
    line-height: 1;
	position: relative;
	margin-bottom: 40px;
}
.desc_txt {
	text-align: center;
	line-height: 1.5;
}
.menu ul {
	display: flex;
	flex-wrap: wrap;
}
.menu ul li {
	width: calc(100% / 5);
	margin-bottom: 20px;
}
.menu ul li a {
	font-size: 15px;
	color: #007BFF;
}
.menu ul li span {
	margin-left: 10px;
	color: #007BFF;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
	.menu ul li {
		width: calc(100% / 4);
	}
}
@media screen and (min-width: 768px) {
	[block-sc-sp] {
        display: none;
    }
	[block-sc-mb] {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.desc h2 {
		padding: 50px 15px 15px;
		margin-bottom: 30px;
	}
	.menu ul li {
		width: calc(100% / 3);
	}
	.block__item {
		padding: 50px 0;
	}
	.block__item .block__item__nav ul li {
		padding: 7px 20px !important;
	}
}
@media screen and (max-width: 767px) {
	[block-sc-pc] {
        display: none;
    }
	[block-sc-mb] {
        display: none;
    }
	.block__item__img {
		align-items: flex-start;
	}
	.desc {
		margin-bottom: 40px;
	}
	.desc h2 {
		font-size: 30px;
		padding: 70px 0 15px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.desc_txt {
		text-align: left;
	}
	.menu ul li {
		width: calc((100% / 2) - 15px);
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #C2C2C2;
	}
	.menu ul li:nth-child(odd) {
		margin-right: 15px;		
	}
	.menu ul li:nth-child(even) {
		margin-left: 15px;		
	}
	.menu ul li span i {
		color: 333;
		font-size: 12px;
	}	
}
@media screen and (max-width: 479px) {
	.desc h2 {
		font-size: 28px;
		padding: 40px 0 15px;
	}
}
/* ======================= Block Item ========================= */
.block__item {
    padding: 100px 0;
}
.block__item p {
	line-height: 1.5;
}
.block__item.non-container {
    background: url(img/non-container-bg.png) no-repeat;
	background-size: 100% 100%;
}
.block__item__ttl {
    display: flex;

    align-items: center;
    justify-content: center;
}
.block__item .block__item__ttl span {
	font-family: 'pacifico';
}
.block__item:nth-child(odd) .block__item__ttl span {
	background: url(img/bg-odd.png) no-repeat;
    width: 52px;
    height: 49px;
    display: flex;
    justify-content: center;
    color: #fff;
	font-size: 41px;
	margin-right: 10px;
}
.block__item:nth-child(even) .block__item__ttl span {
	background: url(img/bg-even.png) no-repeat;
    width: 52px;
    height: 49px;
    display: flex;
    justify-content: center;
    color: #fff;
	font-size: 41px;
	margin-right: 10px;
}
.block__item__ttl h3 {
	font-size: 33px;
	font-weight: bold;
}
.block__item__nav {
    padding: 25px 0 65px;
}
.block__item__nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block__item:nth-child(odd) .block__item__nav ul li {
	background: #EFFFCF;
	padding: 7px 45px;
	margin-right: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block__item:nth-child(even) .block__item__nav ul li {
	background: #FFFEEC;
	padding: 7px 45px;
	margin-right: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block__item__nav .menu600 {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.block__item__nav .menu600 li {
	width: calc((100%/2) - 4px);
    margin: 0 2px 10px !important;
}
.block__item__nav .menu_w100 li p{
	font-size: 14px;
}
.nature::before {
    content: "";
    background: url(img/icon/plant-based.png) no-repeat;
	width: 24px;
    height: 24px;
    display: flex;
    margin-right: 10px;
}
.photo::before {
	content: "";
    background: url(img/icon/photos.png) no-repeat;
	width: 24px;
    height: 24px;
    display: flex;
    margin-right: 10px;
}
.access::before {
	content: "";
    background: url(img/icon/footprint.png) no-repeat;
	width: 24px;
    height: 24px;
    display: flex;
    margin-right: 10px;
}
.hiking::before {
	content: "";
    background: url(img/icon/hiking.png) no-repeat;
	width: 24px;
    height: 24px;
    display: flex;
    margin-right: 10px;
}
.block__item__img {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 45px;
}
.block__item__img .img__item:first-child {
    margin-right: 60px;
}
.block__item__img .img__item .img__item__caption {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-top: 15px;
}
.block__item__desc {
    margin-bottom: 40px;
}
.block__item__desc a {
    color: #007BFF;
}
.block__item__access {
	margin-bottom: 30px;
}
.block__item__access .block__item__access--ttl {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.block__item__route-ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.route__wrap {
	
}
.route__wrap--ttl {
    font-size: 18px;
    margin-bottom: 5px;
    color: #920000;
    font-weight: bold;
}
.route__item {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border: 1px dashed #CECECE;
    padding: 16px 15px 16px 20px;
    background: #fff;
}
.route__name {
    font-size: 18px;
	display: flex;
	align-items: center;
}
i.fa.fa-arrows-h {
    padding: 0 15px;
}
.route__btn {
    display: flex;
}
.route__btn a {
	background: #FFFAE1;
    border: 1px solid #FFB32E;
    border-radius: 21px;
    padding: 12px 0;
    min-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.route__btn--outbound {
    margin-right: 15px;
}
@media screen and (max-width: 767px) {
	.block__item {
		padding: 40px 0;
	}
	.block__item.non-container {
		background: url(img/non-container-bg-mb.png) no-repeat;
		padding: 70px 0;
		background-size: 100% 100%;
	}
	.block__item__ttl h3 {
		font-size: 30px;
	}
	.block__item__nav {
		padding: 25px 0 45px;
		overflow: hidden;
	}
	.photo::before {
		width: 20px;
		height: 20px;
		background-size: cover;
	}
	.block__item__nav ul {
		padding: 0 15px;
	}
	.block__item__nav ul li {
		width: 100%;
		font-size: 13px;
	}
	.block__item:nth-child(odd) .block__item__nav ul li {
		padding: 7px 15px;
	}
	.block__item:nth-child(even) .block__item__nav ul li {
		padding: 7px 15px;
	}
	.block__item__desc, .block__item__access {
    	margin-bottom: 20px;
	}
	.block__item__access .block__item__access--ttl {
		font-size: 21px;
	}
	.block__item__route-ttl {
		font-size: 18px;
	}
	.block__item__nav .menu600 li {
		margin: 0 2px 5px !important;
		font-size: 13px;
	} 
	.route__item {
		flex-direction: column;
		padding: 16px 20px;
	}
	.route__wrap--ttl {
		font-size: 16px;
	}
	.route__name {
		font-size: 16px;
		width: 100%;
		margin-bottom: 15px;
	}	
	.route__btn {
		width: 100%;
		justify-content: space-around;
	}
	.route__btn--outbound {
		width: 100%; 
	}
	.route__btn--return {
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	.route__btn a {
		min-width: 150px;
	}
}
@media screen and (max-width: 479px) {
	.block__item__img {
		flex-direction: column;
	}
	.block__item__img .img__item {
		width: 100%;
	}
	.block__item__img .img__item:first-child {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.block__item__img .img__item .img__item__caption {
		padding-top: 5px;
	}
	.block__item__ttl h3 {
		font-size: 5.5vw;
	}	
}
@media screen and (max-width: 425px) {
	.block__item__nav ul li {
		width: 100%;
		font-size: 11px;
		padding: 7px 10px !important;
	}
}
@media screen and (max-width: 375px) {
	.block__item__nav .menu600 li {
		padding: 7px 5px !important;
	}
	.menu ul li {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.menu ul li a {
		font-size: 13px;
	}
	
}
@media screen and (max-width: 320px) {
	.route__btn a {
		min-width: 120px;
	}
	.block__item__nav .menu_w100 li p {
		font-size: 10px;
	}
}