@charset "utf-8";

/* ---------------------------------------- 
 - header
---------------------------------------- */
#header{
    position: fixed;
}
#header #header_box{
	background-color: transparent;
}
#header.fixed #header_box {
    background: #dddeda;
}
#header.fixed.top #header_box {
    background-color: transparent;
}
#header .header_list a,
#header .header_list span{
	color:#fff;
}
#header.fixed #header_box .header_list a,
#header.fixed #header_box .header_list span {
    color: #222;
}
#header.fixed.top #header_box .header_list a,
#header.fixed.top #header_box .header_list span {
    color: #fff;
}
#header ul.header_list > li > ul {
	background-color: transparent;
	padding: 0;
	margin-left: 0;
}
#header.fixed #header_box .header_list > li > ul {
    background: #dddeda;
	padding: 0 10px 5px;
	margin-left: -10px;
}
#header.fixed.top #header_box .header_list > li > ul {
    background-color: transparent;
	padding: 0;
	margin-left: 0;
}
#header .header_language{
	color:#fff;
}
#header.fixed #header_box .header_language {
    color: #222;
}
#header.fixed.top #header_box .header_language {
    color: #fff;
}
#header .header_language::after {
    background-image: url(/assets/images/common/ico_language_wht.svg);
}
#header.fixed #header_box .header_language::after {
    background-image: url(/assets/images/common/ico_language.svg);
}
#header.fixed.top #header_box .header_language::after {
    background-image: url(/assets/images/common/ico_language_wht.svg);
}

#header .reservation a {
	border-color: #fff;
	color: #fff;
}
#header.fixed #header_box .reservation a {
    border-color: #111;
	color: #111;
}
#header.fixed.top #header_box .reservation a {
    border-color: #fff;
	color: #fff;
}
/* hamburger-menu */
.hamburger {
	border-color: #fff;
	color:#fff;
}
#header.fixed #header_box .hamburger {
    border-color: #111;
	color:#111;
}
#header.fixed.top #header_box .hamburger {
    border-color: #fff;
	color:#fff;
}
.hamburger.active .hamburger_txt .close{
	color: #111;
}
.hamburger i,
.hamburger i::after{
    background: #fff;
}
#header.fixed #header_box .hamburger i,
#header.fixed #header_box .hamburger i::after {
    background: #111;
}
#header.fixed.top #header_box .hamburger i,
#header.fixed.top #header_box .hamburger i::after {
    background: #fff;
}
.hamburger.active i,
.hamburger.active i::after{
    background: #111 !important;
}

/* ---------------------------------------- 
 - #mainvisual
---------------------------------------- */
#mainvisual {
	width: 100%;
	box-sizing: border-box;
	position: relative;    
}
#mainvisual > .inner{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.mainvisual_swiper {
	width: 100%;
    height: 100%;
	transform:translate3d(0,0,0);
}
.mainvisual_swiper .swiper-slide {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.mainvisual_swiper img,
.mainvisual_swiper picture{
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
.mainvisual_visual {
	width: 100%;
    height: 100%;
	transform:translate3d(0,0,0);
}
.mainvisual_visual img,
.mainvisual_visual video{
	width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: 'object-fit: cover';
    margin: auto;
}
/* mainvisual_txt */
.mainvisual_txt {
	position:absolute;
	bottom:0;
	text-align: center;
	width:100%;
	z-index: 2;
	color: #fff;
	opacity: 0;
}
.mainvisual_txt.is-fade {
	animation:text-fade 1s ease-in-out 3.2s forwards;
}
.mainvisual_txt .catch {
	max-width: 1400px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	font-size: 7rem;
	font-weight:100;
	letter-spacing: 0.1em;
	white-space: nowrap;
	line-height: 0.65;
	margin: 0 0 115px auto;
	padding: 0 75px 0 35px;
	box-sizing: border-box;
}
.mainvisual_txt .catch span {
	display: block;
	font-size: 18.5rem;
	margin-left: 15px;
}
body#local-setouchi .mainvisual_txt .catch { /* 瀬戸内 */
	letter-spacing: 0.08em;
}
body#local-setouchi .mainvisual_txt .catch span { /* 瀬戸内 */
    font-size: 16.5rem;
	margin-left: 0;
	margin-right: 10px;
}
body#local-daiatami .mainvisual_txt .catch { /* 大熱海 */
	font-size: 6.5rem;
	letter-spacing: 0.05em;
}
body#local-daiatami .mainvisual_txt .catch span { /* 大熱海 */
    font-size: 10rem;
	margin-left: 0;
	margin-right: 15px;
}
body#local-mashiko .mainvisual_txt .catch { /* 益子 */
	letter-spacing: 0.08em;
}
body#local-mashiko .mainvisual_txt .catch span { /* 益子 */
    font-size: 16.5rem;
	margin-left: 0;
	margin-right: 10px;
}
body#local-kansai .mainvisual_txt .catch { /* 関西 */
	letter-spacing: 0.08em;
}
body#local-kansai .mainvisual_txt .catch span { /* 関西 */
    font-size: 16.5rem;
	margin-left: 0;
	margin-right: 10px;
}
body#local-iruma .mainvisual_txt .catch { /* 入間 */
	letter-spacing: 0.08em;
}
body#local-iruma .mainvisual_txt .catch span { /* 入間 */
    font-size: 16.5rem;
	margin-left: 0;
	margin-right: 10px;
}
body#local-kitamusashi .mainvisual_txt .catch { /* 北武蔵 */
	letter-spacing: 0.08em;
}
body#local-kitamusashi .mainvisual_txt .catch span { /* 北武蔵 */
    font-size: 16.5rem;
	margin-left: 0;
	margin-right: 10px;
}
@keyframes text-fade{
    0% {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}
/* mainvisual_scroll */
.mainvisual_scroll {
	position: absolute;
	display: inline-block;
	bottom: 85px;
	right: 35px;
	margin: auto;
	text-align: center;
	z-index: 2;
	font-weight: normal;
	height:156px;
	opacity: 0;
	animation: scrollIn 1s ease 0s 1 forwards;
	animation-delay:1.5s;
}
.mainvisual_scroll.is-fade {
	animation:text-fade 1s ease-in-out 3.2s forwards;
}
.mainvisual_scroll::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 1px;
	height: 100%;
	margin: auto;
	display: block;
	opacity: 1;
	background-color:#fff;
	z-index: 2;
	transform: translate3d(0, 0, 0) scaleY(1);
	transform-origin: top left;
	transition: transform .4s;
}
.mainvisual_scroll.fadeOut::after {
	opacity: 0;
}
.mainvisual_scroll.active::after {
	transform-origin: bottom left;
	transform: translate3d(0, 0, 0) scaleY(0);
}
@keyframes scrollIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* mainvisual_btm */
.mainvisual_btm {
    position: absolute;
    bottom: 0;
    width: 100%;
	height: 60px;
    background:rgba(0,0,0,0.75);
    z-index: 2;
	color:#fff;
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	padding: 0 35px;
	transition: .6s;
}
.mainvisual_btm.is-slide {
	bottom: -60px;
	animation: mainBtm-slide .5s linear .2s;
	animation-fill-mode: forwards;
}
@keyframes mainBtm-slide{
	0% {
		bottom: -60px;
	}
	100% {
		bottom: 0;
	}
}
.mainvisual_btm.is-hide {
	bottom: -60px;
}
.mainvisual_btm .weather {
	margin-right: 20px;
}
.mainvisual_btm .weather a {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .3s;
	text-decoration: none;
}
.mainvisual_btm .weather a:hover {
	opacity: 0.6;
}
.mainvisual_btm .weather .ttl {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	border:solid 1px rgba(255,255,255,0.35);
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
}
.mainvisual_btm .weather .icon {
	width: 46px;
	margin-left: 26px;
}
.mainvisual_btm .weather .degree {
	font-size: 4rem;
	font-weight: 100;
	line-height: 1.2;
	margin-left: 26px;
}
.mainvisual_btm .weather .degree span {
	font-size: 2.2rem;
}
.mainvisual_btm .movie {
	/*margin-right: auto;*/
	margin-left: 30px;
}
.mainvisual_btm .movie a {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .3s;
	text-decoration: none;
}
.mainvisual_btm .movie a:hover {
	opacity: 0.6;
}
.mainvisual_btm .movie .ttl {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	border:solid 1px rgba(255,255,255,0.35);
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
}
.mainvisual_btm .map_link {
	font-size: 1.8rem;
	font-weight: 200;
	letter-spacing: 0.1em;
	line-height: 1.0;
	text-align: right;
}
.mainvisual_btm .map_link a {
	position: relative;
	display: block;
	cursor: pointer;
	transition: .3s;
	padding-left: 25px;
	text-decoration: none;
}
.mainvisual_btm .map_link a::after {
	content: '';
    display: inline-block;	
    background-image: url(/assets/images/common/ico_access_wht.svg);
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
	width: 19px;
    height: 28px;
    transform: translate(0, -50%);
}
.mainvisual_btm .map_link a:hover {
	opacity: 0.6;
}
.mainvisual_btm .map_link .lat {
	margin-bottom: 0.3em;
}
.mainvisual_btm.is-open .map_link {
	opacity: 0;
	animation: fade-in 0.5s ease 0.5s forwards;
}
@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.mainvisual_btm.is-open .map_link .typing {
    display: block;
    position: relative;
    text-align: right;
    min-width: 12ch;
    white-space: nowrap;
}
.mainvisual_btm.is-open .map_link .typing .typing-text {
	display: inline-block;
}
.mainvisual_btm.is-open .map_link .typing .cursor {
	display: inline-block;
	width: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	animation: blink 0.4s step-end infinite;
	display: none;
}
@keyframes blink {
	50% { background-color: transparent; }
}
.mainvisual_btm.is-open .map_link .typing .cursor.is-fade {
	display: block;
}
@media screen and (max-width: 1600px) {
	body#local-setouchi .mainvisual_txt .catch { /* 瀬戸内 */
		font-size: 4.2vw;
	}
	body#local-setouchi .mainvisual_txt .catch span { /* 瀬戸内 */
		font-size: 9.5vw;
	}
	body#local-daiatami .mainvisual_txt .catch { /* 大熱海 */
		font-size: 3.9vw;
	}
	body#local-daiatami .mainvisual_txt .catch span { /* 大熱海 */
		font-size: 6.0vw;
	}
	body#local-mashiko .mainvisual_txt .catch { /* 益子 */
		font-size: 4.2vw;
	}
	body#local-mashiko .mainvisual_txt .catch span { /* 益子 */
		font-size: 10.2vw;
	}
	body#local-kansai .mainvisual_txt .catch { /* 関西 */
		font-size: 4.2vw;
	}
	body#local-kansai .mainvisual_txt .catch span { /* 関西 */
		font-size: 10.2vw;
	}
	body#local-iruma .mainvisual_txt .catch { /* 入間 */
		font-size: 4.2vw;
	}
	body#local-iruma .mainvisual_txt .catch span { /* 入間 */
		font-size: 10.2vw;
	}
	body#local-kitamusashi .mainvisual_txt .catch { /* 北武蔵 */
		font-size: 4.2vw;
	}
	body#local-kitamusashi .mainvisual_txt .catch span { /* 北武蔵 */
		font-size: 10.2vw;
	}
}
@media screen and (max-width: 1400px) {
	.mainvisual_txt .catch {
		font-size: 5vw;
	}
	.mainvisual_txt .catch span {
		font-size: 12vw;
	}
	/* mainvisual_scroll */
	.mainvisual_scroll {
		height:11vw;
	}
}
@media screen and (max-width: 1024px) {
	.mainvisual_txt .catch {
		font-size: 4.7vw;
		padding-right: 60px;
	}
	.mainvisual_txt .catch span {
		font-size: 11vw;
	}
}
@media screen and (max-width: 768px) {
	/* mainvisual_txt */
	.mainvisual_txt {
		top:50%;
		bottom: auto;
		left: 50%;
		transform: translate(-50%, -50%) !important;
		margin: -5% auto 0;
		text-align: center;
	}
	.mainvisual_txt .catch {
		font-size: 7.4vw;
		margin: 0 auto;
		padding: 0;
		display: block;
	}
	.mainvisual_txt .catch span {
		display: block;
		font-size: 18.5vw;
		margin: 0.4em auto 0;
	}
	body#local-setouchi .mainvisual_txt .catch { /* 瀬戸内 */
		font-size: 7.4vw;
	}
	body#local-setouchi .mainvisual_txt .catch span { /* 瀬戸内 */
		font-size: 14.5vw;
		margin: 0 auto 0.6em;
		font-weight: 200;
	}	
	body#local-daiatami .mainvisual_txt .catch { /* 大熱海 */
		font-size: 7.4vw;
	}
	body#local-daiatami .mainvisual_txt .catch span { /* 大熱海 */
		font-size: 8.2vw;
        margin: 0 auto 0.7em;
        font-weight: 200;
	}
	body#local-mashiko .mainvisual_txt .catch { /* 益子 */
		font-size: 7.4vw;
	}
	body#local-mashiko .mainvisual_txt .catch span { /* 益子 */
		font-size: 14.5vw;
		margin: 0 auto 0.6em;
		font-weight: 200;
	}
	body#local-kansai .mainvisual_txt .catch { /* 関西 */
		font-size: 7.4vw;
	}
	body#local-kansai .mainvisual_txt .catch span { /* 関西 */
		font-size: 14.5vw;
		margin: 0 auto 0.6em;
		font-weight: 200;
	}
	body#local-iruma .mainvisual_txt .catch { /* 入間 */
		font-size: 7.4vw;
	}
	body#local-iruma .mainvisual_txt .catch span { /* 入間 */
		font-size: 14.5vw;
		margin: 0 auto 0.6em;
		font-weight: 200;
	}
	body#local-kitamusashi .mainvisual_txt .catch { /* 北武蔵 */
		font-size: 7.4vw;
	}
	body#local-kitamusashi .mainvisual_txt .catch span { /* 北武蔵 */
		font-size: 14.5vw;
		margin: 0 auto 0.6em;
		font-weight: 200;
	}
	/* mainvisual_scroll */
	.mainvisual_scroll {
		height:60px;
		left:5%;
	}
	.mainvisual_scroll::after {
		height: 60px;
	}
	/* mainvisual_btm */
	.mainvisual_btm {
		display: none;
		/*height: 55px;
		padding: 0 4%;*/
	}
	/*.mainvisual_btm.is-hide {
		bottom: -55px;
	}
	.mainvisual_btm .weather {
		margin-right: 5%;
	}*/
	.mainvisual_btm .weather .icon {
		margin-left: 0;
	}
	.mainvisual_btm .weather .degree {
		font-size: 2.8rem;
		margin-left: 15%;
	}
	.mainvisual_btm .weather .degree span {
		font-size: 1.4rem;
	}
	.mainvisual_btm .map_link {
		font-size: 1.4rem;
	}
	.mainvisual_btm .map_link a {
		padding-left: 25px;
		text-decoration: none;
	}
	.mainvisual_btm .map_link a::after {
		width: 16px;
		height: 23px;
	}	
}

/* ムービング */
.mainvisual_swiper .swiper-slide{
	width:100% !important;
	margin: 0 auto;
	text-align:center;
}
.swiper-img {
    width: 105%;
	height: 100%;
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
    animation: slideAnime 8s linear 0s;
	animation-fill-mode: forwards;
}
@-webkit-keyframes slideAnime {
0% {
	transform: translate(0%);
    }
100% {
	transform: translate(-4%);
    }
}
@keyframes slideAnime { 
0% {
	transform: translate(0%);
    }
100% {
	transform: translate(-4%);
    }
}
@media screen and (max-width: 768px){
	.swiper-img {
		width: 110%;
	}
	@-webkit-keyframes slideAnime {
	0% {
		transform: translate(0%);
		}
	100% {
		transform: translate(-9%);
		}
	}
	@keyframes slideAnime { 
	0% {
		transform: translate(0%);
		}
	100% {
		transform: translate(-9%);
		}
	}
}

/* ---------------------------------------- 
 - .section_head（共通）
---------------------------------------- */
.section_head {
	margin-bottom: 50px;
	text-align: center;
}
.section_head .ttl {
	font-size: 6rem;
	font-weight: 100;
	line-height: 1.4;
	color:#657568;
	display: block;
	margin-bottom: 0.2em;
}
.section_head .lead {
	width: 90%;
	max-width: 750px;
	font-size: 1.6rem;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.section_head {
		margin-bottom: 30px;
	}
	.section_head .ttl {
		font-size: 3rem;
		font-weight: 200;
	}
	.section_head .lead {
		font-size: 1.4rem;
	}
}

/* ---------------------------------------- 
 - #concept
---------------------------------------- */
#concept {
	margin: 60px auto 130px;
}
#concept_inner {
	width:100%;	
	max-width: 1366px;
	margin: 0 auto 125px;
	display: flex;
	justify-content:end;
	flex-direction:row-reverse;
}
/* concept_catch */
.concept_catch {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: unset;
	overflow: hidden;
	position: relative;
	font-size: 12rem;
	font-weight: 200;
	line-height: 1;
	color: #a3b0a4;
	margin-bottom: 30px;
}
.concept_catch ul{
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	justify-content: unset;
	animation: concept-slide 70s infinite linear 1s both;
}
.concept_catch ul li{
	padding: 0 50px;
	position: relative;
}
@keyframes concept-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
/* concept_movie */
.concept_movie {
	width:50%;
	max-width: 670px;
	line-height: 0;
}
.concept_movie video{
	width: 100%;
	height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
/* concept_lead */
.concept_lead {
	width: 35%;
	max-width: 450px;
    margin-right: 10%;
	padding-top: 40px;
	display: flex;
    flex-flow: column;
}
.concept_lead .catch{
	font-size: 2.2rem;
	line-height: 1.8;
	margin-bottom: 1.5em;
}
.concept_lead .txt{
	font-size: 1.5rem;
	line-height: 2.4;
	margin-bottom: 20px;
}
.concept_lead .link_btn {  
	margin-bottom: 30px;
}
.concept_lead .visual {
	margin-top: auto;
}
/* concept_slide */
.concept_slide {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: unset;
	overflow: hidden;
	position: relative;
}
.concept_slide ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: unset;
	animation: restaurant-slide 70s infinite linear 1s both;
}
@keyframes restaurant-slide {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
.concept_slide ul li {
	width: 565px;
	margin-right: 70px;
}
@media screen and (max-width: 768px) {
	#concept {
		margin: 30px auto 65px;
	}
	#concept_inner {
		margin-bottom: 70px;
		display: block;
	}
	/* concept_catch */
	.concept_catch {
		font-size: 5rem;
		margin-bottom: 20px;
	}
	.concept_catch ul li{
		padding: 0 20px;
	}
	/* concept_movie */
	.concept_movie {
		width:90%;
	}
	/* concept_lead */
	.concept_lead {
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
		padding-top: 30px;
		display: block;
	}
	.concept_lead .catch{
		font-size: 1.8rem;
		margin-bottom: 1.0em;
	}
	.concept_lead .txt{
		font-size: 1.3rem;
	}
	/* concept_slide */
	.concept_slide ul li {
		width: 85vw;
		margin-right: 5%;
	}	
}

/* ---------------------------------------- 
 - #course_map
---------------------------------------- */
#course_map {
	height: 600px;
	overflow: hidden;
	position: relative;
}
#course_map .visual{
	height: 100%;
}
#course_map .visual img{
	width: 100%;
	height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
#course_map .ttl_box {
	width: 460px;
	height: 45px;
	background: rgba(17, 17, 17, 0.65);
	color: #fff;
	border-radius: 45px;
	text-align: center;
	position: absolute;
	top:35px;
	left:0;
	right: 0;
	margin: auto;
	z-index: 1;
}
#course_map .ttl_box .ttl {
	font-weight: 100;
	font-size: 3.6rem;
	line-height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#course_map .ttl_box .ttl span {
	font-size: 2.6rem;
	margin-left: 0.5em;
}
#course_map .ttl_box .howto_btn {
	width: 30px;
	height: 30px;
	position: absolute;
	top:0;
	bottom: 0;
	right:10px;
	margin: auto;
	cursor: pointer;
	transition: .3s;
}
#course_map .ttl_box .howto_btn:hover {
	opacity: 0.6;
}
/* map（マップ用） */
.leaflet-control-container {
	position: absolute;
    right: 25px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
/* 変更＆追加 */
.leaflet-top, .leaflet-bottom {
    position: relative;
}
.leaflet-touch .leaflet-bar a {
    background:rgba(255,255,255,0.5);
    transition: .3s;
}
.leaflet-touch .leaflet-bar a:hover {
	opacity: 0.6;
}
.leaflet-touch .leaflet-bar a > span {
	display: none;
}
.leaflet-touch .leaflet-bar a:before,
.leaflet-touch .leaflet-bar a:after {
    display: block;
    content: '';
    background-color: #222;
    position: absolute;
    width: 35px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}	
.leaflet-touch .leaflet-bar a:before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.leaflet-touch .leaflet-bar a:last-child:before {
    transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 768px) {
	#course_map {
		height: 450px;
	}
	#course_map .ttl_box {
		width: 90%;
		max-width: 460px;
		height: 40px;
		top:20px;
	}
	#course_map .ttl_box .ttl {
		font-size: 2.4rem;
		line-height: 40px;
	}
	#course_map .ttl_box .ttl span {
		font-size: 2rem;
	}
	#course_map .ttl_box .howto_btn {
		width: 25px;
		height: 25px;
	}
	/* map（マップ用） */
	.leaflet-control-container {
		right: 3%;
	}
	.leaflet-touch .leaflet-bar a:before,
	.leaflet-touch .leaflet-bar a:after {
		width: 25px;
	}
}

/* ---------------------------------------- 
 - #experience
---------------------------------------- */
#signature {
	width: 100%;
	max-width: 1366px;
	margin: 110px auto 150px;
	display: flex;
    align-items: center;
	justify-content: space-between;
	flex-direction:row-reverse;
	background-color: #d0d1cc;
	height: 405px;
}
#signature .txt_box {
	width: 47%;
	padding: 5%;
}
#signature .txt_box .ttl {
	font-size: 4.8rem;
	font-weight: 200;
	line-height: 1.2;	
	color:#657568;
	margin-bottom: 0.5em;
}
#signature .txt_box .link_btn {
	margin-top: 35px;
    text-align: center;
}
#signature .movie {
	width: 53%;
	max-width: 750px;
	height: 100%;
}
#signature .movie video {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
@media screen and (max-width: 1366px) {
	#signature {
		align-items: stretch;
		height: auto;
	}
	#signature .txt_box .ttl {
		font-size: 3.6vw;
	}
	#signature .movie {
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	#signature {
		width: 90%;
		margin: 70px auto;
		display: block;
	}
	#signature .txt_box {
		width: 100%;
        padding: 10% 5%;
	}
	#signature .txt_box .ttl {
		font-size: 3rem;
		letter-spacing: 0;
        text-align: center;
	}
	#signature .txt_box .txt {
		font-size: 1.4rem;
	}
	#signature .txt_box .link_btn {
		margin-top: 20px;
	}
	#signature .movie {
		width: 100%;
	}
}

/* ---------------------------------------- 
 - #experience
---------------------------------------- */
#experience {
	margin: 150px auto;
}
.experience_list {
	width: 90%;
	max-width: 1254px;
	margin: 0 auto;
}
.experience_list_box {
	display: flex;
	justify-content:space-between;
	margin-bottom: 2.8%;
}
.experience_list_box.box_01 > .experience_item { /* box_01 */
	width: 41.6%;
}
.experience_list_box.box_01 > .experience_item_wrap { /* box_01 */
	width: 55.6%;
	display: flex;
    flex-flow: column;
}
.experience_list_box.box_01 > .experience_item_wrap .experience_item:nth-child(2) { /* box_01 */
	margin-top: auto;
}
.experience_list_box.box_02 > .experience_item { /* box_02 */
	width: 48.6%;
}
.experience_item > a {
	display: block;
    width: 100%;
    height: 100%;
	position: relative;
	overflow: hidden;
}
.experience_item > a.comingsoon {
	pointer-events: none;
}
.experience_item > a.comingsoon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.experience_item .ttl_box {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 1;
	transition: .3s;
}
.experience_item .ttl_box .ttl .en {
	font-size: 4.0rem;
	font-weight: 100;
	line-height: 1.4;
	white-space: nowrap;
}
.experience_item .ttl_box .ttl .jp {
	font-size: 1.6rem;
	font-weight: 200;
	display: block;
}
.experience_item .ttl_box .btn {  
    width: 55px;
    height: 55px;
    position: relative;
	border: solid 1px #fff;
	border-radius: 50%;
	margin: 20px auto 0;
}
.experience_item .ttl_box .btn::before {
    content: '';
    display: inline-block;
	width: 13px;
    height: 10px;
    position: absolute;
	top:0;
    bottom: 0;
	left: 0;
	right: 0;   
	margin: auto;
    background-image: url(/assets/images/common/ico_arw_next_wht.svg);
	background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
}
.experience_item .visual {
    width: 100%;
    height: 100%;
}
.experience_item .visual img,
.experience_item .visual picture{
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
    transition: transform 0.3s ease-out;
}
.experience_item a:hover .visual img,
.experience_item a:hover .visual picture {
	transform: scale(1.02);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.experience_item .ttl_box .ttl .en {
		font-size: 4vw;
	}
}
@media screen and (max-width: 768px) {
	#experience {
		margin: 75px auto;
	}
	.experience_list {
		width: 100%;
	}
	.experience_list_box {
		display: block;
	}
	.experience_list_box.box_01 > .experience_item { /* box_01 */
		width: 92%;
		margin-bottom: 40px;
	}
	.experience_list_box.box_01 > .experience_item_wrap { /* box_01 */
		width: 100%;
		display: block;
	}
	.experience_list_box.box_01 > .experience_item_wrap .experience_item:nth-child(1) { /* box_01 */
		margin-left: auto;
		width: 92%;
		margin-bottom: 40px;
	}
	.experience_list_box.box_01 > .experience_item_wrap .experience_item:nth-child(2) { /* box_01 */
		margin-top: 0;
		width: 92%;
		margin-bottom: 40px;
	}
	.experience_list_box.box_02 > .experience_item { /* box_02 */		
		width: 92%;
		margin-bottom: 40px;
	}
	.experience_list_box.box_02 > .experience_item:nth-child(1) { /* box_01 */
		margin-left: auto;
	}
	.experience_item {
		width: 92%;
		margin-bottom: 40px;
	}
	.experience_item:nth-child(3) {
		margin-left: auto;
	}
	.experience_item .ttl_box {
		width: 90%;
	}
	.experience_item .ttl_box .ttl .en {
		font-size: 2.8rem;
		font-weight: 200;
	}
	.experience_item .ttl_box .ttl .jp {
		font-size: 1.4rem;
	}
	.experience_item .ttl_box .btn {  
		width: 35px;
		height: 35px;
		margin-top: 10px;
	}
	.experience_item .ttl_box .btn::before {
		width: 11px;
		height: 8px;
	}
}

/* ---------------------------------------- 
 - #golfstay
---------------------------------------- */
#golfstay {
	width: 100%;
	max-width: 1366px;
	margin: 110px auto 150px;
	display: flex;
    align-items: center;
	justify-content: space-between;
	flex-direction:row-reverse;
	background-color: #d0d1cc;
	height: 405px;
}
#golfstay .txt_box {
	width: 47%;
	padding: 5%;
}
#golfstay .txt_box .ttl {
	font-size: 4.8rem;
	font-weight: 200;
	line-height: 1.2;	
	color:#657568;
	margin-bottom: 0.5em;
}
#golfstay .txt_box .link_btn {
	margin-top: 35px;
    text-align: center;
}
#golfstay .visual {
	width: 53%;
	max-width: 750px;
	height: 100%;
}
#golfstay .visual picture,
#golfstay .visual img{
	width: 100%;
	height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
@media screen and (max-width: 1366px) {
	#golfstay {
		align-items: stretch;
		height: auto;
	}
	#golfstay .txt_box .ttl {
		font-size: 3.6vw;
	}
	#golfstay .visual {
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	#golfstay {
		width: 90%;
		margin: 70px auto;
		display: block;
	}
	#golfstay .txt_box {
		width: 100%;
        padding: 10% 5%;
	}
	#golfstay .txt_box .ttl {
		font-size: 3rem;
		letter-spacing: 0;
        text-align: center;
	}
	#golfstay .txt_box .txt {
		font-size: 1.4rem;
	}
	#golfstay .txt_box .link_btn {
		margin-top: 20px;
	}
	#golfstay .visual {
		width: 100%;
	}
}

/* ---------------------------------------- 
 - #recommend
---------------------------------------- */
#recommend{
	position: relative;
	margin: 120px auto 100px;
}
#recommend > .inner {
	width: 94%;
	max-width: 1366px;
	overflow: hidden;
	margin: 0 auto;
}
#recommend ul.list {
	width: 100%;
	text-align: left;
}
#recommend ul.list > li a {
	width: 100%;
	display: block;
	text-decoration: none;
}
#recommend ul.list > li .visual{
	width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    position: relative;
	margin-bottom: 15px;
}
#recommend ul.list > li .visual::before {
    content: '';
    display: block;
    padding-top: 66.7%;
}
#recommend ul.list > li .visual img {
    transition: transform 0.5s ease-out;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	margin: auto;	
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
#recommend ul.list > li a:hover .visual img {
    transform: scale(1.05);	    
}
#recommend ul.list > li .category_box {
	display: flex;
	justify-content: space-around;
	margin-bottom: 0.5em;
	font-size: 1.4rem;
}
#recommend ul.list > li .category_box .date {
	margin-right: auto;
	color:#5a5a5a;
}
#recommend ul.list > li .category_box .category{
	margin-left: auto;
	color: #657568;
    font-weight: 400;
}
/* swiper */
#recommend .swiper-wrapper {
	width: 100%;
}
#recommend .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#recommend .swiper-pagination-bullets {
	width: 100px;
}
#recommend .swiper-button-wrap{
	display: flex;
	justify-content:space-between;
	align-items: center;
	width: 100px;
	margin-bottom: 20px;
	margin-left: auto;
}
#recommend .swiper-button-next,
#recommend .swiper-button-prev {
	position:relative;
    top: 0;
    width: 45px;
    height: 45px;
    margin-top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	background: none;
    transition: .3s;
	border: solid 1px #657568;
	border-radius: 50%;
}
#recommend .swiper-button-prev,
#recommend .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
}	
#recommend .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}
#recommend .swiper-button-next img,
#recommend .swiper-button-prev img {
	width: 13px;
	height: 10px;
}
#recommend .swiper-button-next:hover,
#recommend .swiper-button-prev:hover {
	opacity: 0.6;
}
#recommend .swiper-button-next.swiper-button-disabled,
#recommend .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3;
}
#recommend .link_btn_wrap {
    position: relative;
	margin: 60px auto 0;
	text-align: center;
	width: 100%;
	max-width: 1254px;
}
#recommend .link_btn_wrap::after {
    content: '';
    display: inline-block;	
    background-color: #92a395;
    position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
    height: 1px;
    transform: translate(-50%, -50%);
}
#recommend .link_btn_wrap .link_btn {
    background-color: #dddeda;	
	display: inline-block;
    position: relative;
    z-index: 1;
	padding: 0 30px;
}
@media screen and (max-width: 768px) {
	#recommend{
		margin: 70px auto;
	}
	#recommend > .inner {
		width: 100%;
		overflow: visible;
	}	
	#recommend ul.list > li .visual{
		margin-bottom: 10px;
	}
	#recommend ul.list > li .category_box {
		font-size: 1.2rem;
	}
	/* swiper */
	#recommend .swiper-button-wrap{
		width: 80px;
		margin: -20px 5% 20px auto;
	}
	#recommend .swiper-button-next,
	#recommend .swiper-button-prev {
		width: 35px;
		height: 35px;
	}
	#recommend .swiper-button-next img,
	#recommend .swiper-button-prev img {
		width: 11px;
		height: 8px;
	}
	#recommend .link_btn_wrap {
		margin-top: 40px;
	}
	#recommend .link_btn_wrap .link_btn {
		padding: 0 15px;
	}
}

/* ---------------------------------------- 
 - #news
---------------------------------------- */
#news{
	position: relative;
	margin: 120px auto 100px;
}
#news ul.list {	
	width: 90%;
	max-width: 860px;
	margin: 0 auto 60px;
	text-align: left;
}
#news ul.list li {
	margin-bottom: 2.5em;
	padding-top: 1em;
	border-top: dotted 1px #6e6e6e;
	padding-left:0.5em;
}
#news ul.list li a {
	width: 100%;
	text-decoration: none;
	display: flex;
}
#news ul.list li .date{
	font-size: 1.4rem;
	color:#5a5a5a;
	width:8em;
}
#news ul.list li .ttl{
	line-height: 1.8;
	width:calc(100% - 15em);
	flex:1;
}
#news ul.list li a:hover .ttl{
	text-decoration: underline;
}
#news .link_btn_wrap {
    position: relative;
	margin: 60px auto 0;
	text-align: center;
	width: 94%;
	max-width: 1254px;
}
#news .link_btn_wrap::after {
    content: '';
    display: inline-block;	
    background-color: #92a395;
    position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
    height: 1px;
    transform: translate(-50%, -50%);
}
#news .link_btn_wrap .link_btn {
    background-color: #dddeda;	
	display: inline-block;
    position: relative;
    z-index: 1;
	padding: 0 30px;
}
@media screen and (max-width: 768px) {
	#news{
		margin: 70px auto;
	}
	#news ul.list {	
		width: 90%;
		margin-bottom: 40px;
	}
	#news ul.list li {
		margin-bottom: 2em;
	}
	#news ul.list li a {
		display: block;
		position: relative;
	}
	#news ul.list li .date{
		font-size: 1.2rem;
	}
	#news ul.list li .ttl{
		width:100%;
	}
	#news .link_btn_wrap {
		margin-top: 40px;
		width: 100%;
	}
	#news .link_btn_wrap .link_btn {
		padding: 0 15px;
	}
}