@charset "UTF-8";
/* CSS Document */



/*header*/
header {position:absolute;background:none;z-index:101;}
header .inner {flex-direction:row-reverse;}
header .logo {display:none;}
header .inner > ul > li a {color:#fff;background:none;border-color:#fff;}


/*main_visual*/
.swiper-slide img {height: auto;width: 100%;aspect-ratio:3 /2;}

#main_visual {position:relative;}
#main_visual .txt {width:100%;height:100%;background:rgba(0,0,0,0.3);position:absolute;left:0;top:0;z-index:100;}
#main_visual .txt > div {width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
#main_visual .txt h1 {width:360px;margin:0 auto 45px;}
#main_visual .txt h1 img {display:block;width:100%;}
#main_visual .txt p {font-family:"ABC Ginto Nord", sans-serif;font-size:18px;font-weight:lighter;color:#fff;text-align:center;}

#tours {padding:70px 0 120px;}

#wtw {background:#80B7E0;padding:60px 0;}
#wtw h2 {max-width:300px;margin:0 auto 30px;}
#wtw h2 > img {width:100%;}
#wtw p {margin-bottom:30px;}
#wtw img {display:block;width:84%;margin:0 auto;}

#people {padding:120px 0;}

#review {background:#80B7E0;padding:60px 0;}
#review .link {display:inline-block;width:0.8em;aspect-ratio:1/1;border-radius:100%;background:#fff url("../img/link.svg") no-repeat center;background-size:60%;margin-left: 0.3em;}
#review .link:hover {background-color:#ccc;}
.cr {display:flex;justify-content:left;flex-wrap:wrap;}
.cr li {width:calc(33.33% - 46.7px);background:#fff;padding:20px;margin-left:10px;}
.cr li:nth-of-type(3n+1) {margin-left:0;}
.cr li h3 {font-family:"ABC Ginto Nord", sans-serif;font-size:16px;line-height:1.5em;font-weight:lighter;margin-bottom:10px;}
.cr li .tour {font-size:12px;line-height:1.3em;margin-bottom:10px;}
.cr li .star {font-family:"Noto Sans JP", sans-serif;font-size:24px;color:#FF4500;border-bottom:solid 1px #333;letter-spacing:0.1em;padding-bottom:10px;margin-bottom:20px;}

#about {background:#1262A9;padding:60px 0;}
#about .txt_img {display:flex;justify-content:space-between;}
#about .txt_img.t_left {flex-direction:row-reverse;}
#about .cont_title,
#about .txt_img .txt {color:#fff;}
#about .txt_img .txt {width:calc(50% - 30px);padding-top:30px;}
#about .txt_img .img {width:50%;}
#about .txt_img .img img {width:100%;}

footer {margin-top:0;}

@media screen and (max-width:768px){
	header .hamburger:before,
	header .hamburger:after {background:#fff;}
	
	.swiper-slide img {aspect-ratio:2 /3;object-fit: cover;}
	#main_visual .txt h1 {width:50%;}
	#main_visual .txt p {font-size:14px;padding:0 20px;line-height:1.8em;}
	
	#tours {padding: 60px 0;}
	
	#wtw img {width:100%;}
	
	#people {padding: 60px 0;}
	
	.cr li {width:100%;margin:10px 0 0 0;}
	.cr li:first-of-type {margin-top:0;}
	
	#about .txt_img {display:block;}
	#about .txt_img .txt {width:100%;margin:0 auto 20px;padding-top:0;}
	#about .txt_img .img {width:100%;margin-bottom:20px;}
}



