@charset "utf-8";
@font-face {
	font-family: 'Intro';
	src: url('../autumnleaves/fonts/UVF INTRO INLINE.TTF');
}
@font-face {
	font-family: 'Avo';
	src: url('../autumnleaves/fonts/UTM AvoBold.ttf');
}
@font-face {
	font-family: 'Bryant';
	src: url('../autumnleaves/fonts/UTM BryantLG.ttf');
}
ul.breadcrumbs {
    display: block;
}
i.fa-solid.fa-angle-down {
    font-size: 12px;
}
.banner {
    position: relative;
}
.bnr-content {
	width: 100%;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner__txt--h1 {
	display: block;
	padding: 45px 0 0 60px;
    background: url(../autumnleaves/img/bg_txt.png) no-repeat;
    background-position: top -35px left;
}
.banner__txt--h1 h1 { 
	font-family: 'Intro';
    font-size: 56px; 
    color: #fff;
    text-align: left;
	text-shadow: 2px 2px 10px #191919;
}
.banner__txt--h1 h1 span {
	position: relative;
    top: -5px;
    font-family: 'Avo';
    font-size: 50px;
    text-shadow: 2px 2px 10px #191919;
    text-align: left;
	display: block;
}
.lead__txt {
	margin-top: 30px;
}
.lead__txt h2 {
	font-family: 'Avo';
	font-size: 28px;
	color: #fff;
	line-height: 1.2;
    margin-bottom: 10px;
	text-shadow: 2px 2px 10px #191919;
}
.lead__txt p {
	font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
	text-shadow: 2px 2px 10px #191919;
}
article img {
    aspect-ratio: attr(width) / attr(height);
    width: 100%;
    height: auto;
    max-width: 100%;
	border-radius: 5px;
}
article a:hover {
    opacity: .7;
    text-decoration: none;
}
.desc h2 {
	font-family: 'Bryant';
	font-size: 50px;
	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% / 3) - 30px);
	display: flex; 
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #C2C2C2;
}
.menu ul li:nth-child(1), .menu ul li:nth-child(2), .menu ul li:nth-child(3) {
	border-top: 1px dotted #C2C2C2;
	padding-top: 10px;
}
.menu ul li a {
	font-size: 15px;
	color: #007BFF; 
	line-height: 1.2;
}
.menu ul li a > br {
	display: none;
}
.menu ul li span {
	margin-left: 10px;
	color: #007BFF;
}
@media screen and (min-width: 768px) {
	.menu ul li:nth-child(3n+2) {
		margin: 0 30px 15px;
	}
}
@media screen and (max-width: 1400px) {
	.bnr-content {
		top: 50%;
		overflow: hidden;
	}
	.banner__txt--h1 h1 {
		
	}
	.banner__txt--h1 h1 span {
		
	}
}
@media screen and (max-width: 1199px) {
	.banner__txt--h1 h1 {
		font-size: 4.5vw;		
	}
	.banner__txt--h1 h1 span {
		font-size: 4.5vw;		
	}
} 
@media screen and (min-width: 768px) and (max-width: 991px) {
	.menu ul li {
		width: calc((100% / 3) - 30px); 
	}	
	.banner__txt--h1 {
		padding: 55px 0 0 50px;
		background-position: top -25px left -20px;
	}
	.banner__txt--h1 h1 {
		font-size: 6vw;
		text-align: center;
	}
	.banner__txt--h1 h1 span {
		font-size: 5.5vw;		
		text-align: center;
	}
}
@media screen and (max-width: 991px) {
	.lead__txt { 
		margin-top: 30px;
	}
	.lead__txt h2 {
		color: #333;
		font-size: 4.1vw; 
		text-align: center; 
		text-shadow: none;
	}
	.lead__txt p {
		font-size: 16px; 
		text-align: left;
		font-weight: normal;
		color: #333; 
		text-shadow: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.desc h2 {
		padding: 50px 15px 15px;
		margin-bottom: 30px;
	}
	.block__item {
		padding: 50px 0;
	} 
}
@media screen and (max-width: 767px) {
	.menu ul li:nth-child(3) {
		border-top: none;
		padding-top: 0;
	}
	.bnr-content {
		width: 100%;
		overflow: hidden;
	} 
	.banner__txt--h1 {
		padding: 15px 0 0 30px;
		background: url(../autumnleaves/img/bg_txt_mb.png) no-repeat; 
		background-position: top -25px left -20px;
	} 
	.banner__txt--h1 h1 {
		font-size: 6vw;
    	line-height: initial;
		text-align: center;
	}
	.banner__txt--h1 h1 span {
		text-align: center;
    	font-size: 6.5vw;
	}	
	.lead__txt h2 {   
		font-size: 5vw; 
	}
	.lead__txt p {
		text-align: justify;
	}
	.desc {
		margin-bottom: 40px;
	}
	.desc h2 {
		font-size: 30px;
		padding: 40px 0 15px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.desc_txt {
		text-align: left;
	}
	.menu ul li {
		width: calc((100% / 2) - 15px);
	}
	.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: 33px;
		padding: 40px 0 15px;
	}
	.banner__txt--h1 h1 span {
		top: 0;
	}
	.menu ul li { 
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.menu ul li a {
		font-size: 13px;
		line-height: 1.5;
	}	
}
@media screen and (max-width: 375px) { 
	.desc h2 { 
		font-size: 30px;
	}
}
/* ======================= Block Item ========================= */
.block__item {
    padding: 100px 0;
	border-bottom: 1px dotted #FFA953;
}
.block__item p {
	line-height: 1.5; 
}
.block__item__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block__item__ttl h3 {
	font-family: "Bryant";
	font-size: 43px;
	font-weight: bold;
	position: relative;
	background: url('img/title-bg-after.png') no-repeat;
	background-size: 100% 100%;
	padding: 0 0 0 80px;
}
.block__item__ttl h3:before {
	content: "";
    background: url(img/title-bg-before.png) no-repeat;
    width: 70px;
    height: 65px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0px;
    bottom: 50%;
    z-index: 1;
    transform: translate(0%, -50%);
}
.block__item__nav {
    padding: 45px 0 25px;
}
.block__item__nav ul {
    display: flex;
    justify-content: center;
}
.block__item__forecast {
    text-align: center; 
    color: #FF4B04;
    margin-bottom: 20px;
}
.block__item__forecast p {
	font-size: 19px;
}
.block__item .block__item__nav ul li {
	background: url("img/bg-icon.png") no-repeat;
	background-size: cover;
	padding: 7px 45px;
	margin-right: 2px;
	display: flex;
	align-items: center;
	justify-content: center; 
}
.block__item__nav .menu600 {
	flex-wrap: wrap;
}
.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/nature.png) no-repeat;
	width: 24px;
    height: 24px;
    display: flex;
    margin-right: 10px;
}
.onsen::before {
	content: "";
    background: url(img/icon/onsen.png) no-repeat;
	width: 31px;
    height: 24px;
    display: flex;
    margin-right: 10px;
	background-size: 100% 100%;
}
.access::before {
	content: "";
    background: url(img/icon/access.png) no-repeat;
	width: 24px;
    height: 24px;
    display: flex;
    margin-right: 10px;
	background-size: 100% 100%;
}
.hiking::before {
	content: "";
    background: url(img/icon/hiking.png) no-repeat; 
	width: 24px;
    height: 24px;
    display: flex;
    margin-right: 10px;
}
.photos::before {
	content: "";
    background: url("img/icon/photos.png") no-repeat;
	width: 22px;
    height: 22px;
    display: flex;
    margin-right: 10px;
}
.block__item__img {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 45px;
}
.block__item__img .img__item {
	width: calc(100% / 2);
}
.block__item__img .img__item:first-child {
    margin-right: 30px;
	width: calc((100% / 2 ) - 30px);
}
.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;
    padding: 16px 15px 16px 20px;
    background: #F6F6F6;

}
.route__name {
    font-size: 18px;
	display: flex;
	align-items: center;
}
.arrow {
    padding: 0 15px;
}
.arrow:before {
    content: "";
    background: url('img/arrow.png') no-repeat;
	display: block;
	width: 18px;
	height: 5px;
}
.route__btn {
    display: flex;
} 
.route__btn a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #FFA953;
    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;
}
.block__item__ttl h3 > br{
    display: none;
}
.higashiyamazoo .block__item__ttl h3 > br{
    display: block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.block__item__ttl h3 { 
		font-size: 41px;
	}
}
@media screen and (max-width: 767px) {
	.block__item {
		padding: 60px 0;
	}
	.block__item__ttl h3 {
		font-size: 30px;
	}
	.block__item__nav {
		padding: 30px 0 25px;
		overflow: hidden; 
	}
	.block__item__nav ul {
	}
	.block__item__nav ul li {
		width: 100%;
	}
	.block__item .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;
	} 
	.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 a {
		min-width: 180px;
	}
	.route__btn--outbound {
		width: 100%; 
	}
	.route__btn--return {
		width: 100%;
	}
}
@media screen and (max-width: 575px) {
    .block__item__ttl h3 > br{
        display: block; 
    }
    .block__item__ttl h3{
        background: url(img/title-bg-after.png) no-repeat center center;
        background-size: 100% 50px;
        text-align: center;
        width: 100%;
        font-size: 7vw;
        padding: 0 0 0 30px;
    }
    .block__item__ttl h3:before{
        background: url(img/title-bg-before.png) no-repeat center;
        background-size: 100%;
        width: 12%;
        max-width: 50px;
        height: 100%;
    }

}
@media screen and (max-width: 500px) {
	.route__btn a {
		min-width: 150px;
	}
}
@media screen and (max-width: 479px) {
	.banner__txt--h1 {
		padding: 30px 0 0 0;
		background-position: top -20px left -20px;
	} 
	.banner__txt--h1 h1 {				
		font-size: 9vw;
		line-height: 1.2;
	}
	.banner__txt--h1 h1 span {
		line-height: initial;
		margin-top: 0;
	}
	.bnr-content {
		top: 40%;
	}
	.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;
		width: 100%;
	}
	.block__item__img .img__item .img__item__caption {
		padding-top: 5px;
	}
	.route__name {
		justify-content: center;
	}
	.block__item .block__item__nav ul li {
		padding: 7px 5px;
	}
	.block__item .block__item__nav ul li p {
		font-size: 11px;
	}
}
@media screen and (max-width: 375px) {	
	.menu ul li {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.menu ul li a {
		font-size: 12px;
	}	
}
@media screen and (max-width: 320px) {
	.route__btn a {
		min-width: 120px;
	}
	.block__item__nav .menu_w100 li p {
		font-size: 10px;
	}
	.block__item__nav .menu600 li p {
		font-size: 11px;
	}
}







/* ===================== Banner Animation ========================= */
.banner__img {
	display: block;
    background: url("img/banner.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 626px;
    animation: BANNER-MOVE 40s linear;
	animation-fill-mode: forwards; 
}
@keyframes BANNER-MOVE {
	0% {
		background-position: 100% 0%;
	}
	100% {
		background-position: 0% 100%;
	}
}
@media screen and (max-width: 767px) {
	.banner__img {
		background: url("img/banner_mb.jpg") no-repeat;
		min-height: 300px;
		background-size: cover;
	}
}
/*------------- Tour ---------*/
.tour-booking-item{
  background: #F9F9F9;
  border-radius: 7px;
  padding: 25px;
}
.tour-booking-content > p{
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #333;
}
.btn-view{
  border-radius: 21px;
  background: #F5FFC5;
  border:1px solid #ADCE1E;
  font-weight: bold;
  text-align: center;
  width: 185px;
  max-width: 100%;
  padding: 10px;
  display: inline-block;
  color: #333;
}
.btn-view:hover{
  background: #f9ffdd;
  border:1px solid #B8D538;
  color: #333;
  opacity: 1;
}
.tour-booking-img{
  position: relative;
}
.tour-booking-img img{
  width: 100%;
}
.tour-booking-img > p{
  position: absolute;
  top: 8px;
  display: block;
  font-size: 14px;
  color: #FFF;
  padding: 6px 10px;
  opacity: 0.9;
}
.tour-booking-img .Tokyo{
  background: #3EAC27;
}
.tour-booking-img .Tokyo {
	background-color: #41ae0f;	
}
.tour-booking-img .Osaka {
	background-color: #c64c4c;	
}
.tour-booking-img .Nagoya {
	background-color: #315bb7;
}
.tour-booking-img .Kobe {
	background-color: #ec7921;
}
.tour-booking-img .Kyoto {
	background-color: #7c27cb;
}
.tour-booking-img .Sapporo {
	background-color: #d5b4ff;
}
.tour-booking-img .Various {
	background-color: #f960b6;
}
.tour-booking-img .Hakata{
	background-color: #e35ce5;
}
.tour-booking-img .Hiroshima{
	background-color: #d5b05e;
}
.tour-booking > div > a:hover{
  opacity: 1;      
  box-shadow: 0 0 10px #e3e3e3;
}
@media(min-width:767px){
  .tour-booking-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tour-booking-img{
    width: 30%;
  }
  .tour-booking-content{
    width: 70%;
    padding-left: 40px;
  }
}
@media(max-width:767px){
  .tour-booking-item{
    padding: 15px 15px 25px 15px;
  }
  .tour-booking-content > p{
    font-size: 17px;
    margin-top: 15px;
  }
  .btn-view{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
}