@charset "utf-8";



/* @ wrapper */
.g-okutrip{
	color: #fff;
	background: #000;
}
.g-okutrip .g-breadcrumbs{
	color: #000;
}



/* @ oku header */
.oku-header{
	position: relative;
	z-index: 0;
}
.oku-header::before{
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .8;
	background: linear-gradient(transparent 25%, #000);
}

@media (min-width: 769px){
	.oku-header{
		min-height: calc(200vh - 200px);
	}
}
@media (max-width: 768px){
	.oku-header{
		min-height: calc(200vh - 100px);
	}
}



/* @ oku hero */
.oku-hero{
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	list-style: none;
	margin: 0;
	padding: 0;
}
.oku-hero__item{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-size: cover;
	/* background-attachment: fixed; */
	background-position: center center;
}
.oku-hero__photo{}

/* bug fixed for ios */
.oku-hero{
	position: sticky;
	top: 0;
	height: 100vh;
}
.oku-header > .sitewidth{
	margin-top: -100vh;
}

/* bug fixed for ie */
@media (-ms-high-contrast:none){
	.oku-hero{
		position: absolute;
		height: auto;
	}
	.oku-header > .sitewidth{
		margin-top: 0;
	}
	.oku-hero__item{
		background-attachment: fixed;
	}
}




/* @ oku hero animation */
.oku-hero__item{
	animation: aiueo 24s linear infinite both;
}
.oku-hero__item--1{ animation-delay: 0s; }
.oku-hero__item--2{ animation-delay: 6s; }
.oku-hero__item--3{ animation-delay: 12s; }
.oku-hero__item--4{ animation-delay: 18s; }

.oku-hero__item--1{ background-image: url(../_img/okutrip/hero1--pc.jpg); }
.oku-hero__item--2{ background-image: url(../_img/okutrip/hero2--pc.jpg); }
.oku-hero__item--3{ background-image: url(../_img/okutrip/hero3--pc.jpg); }
.oku-hero__item--4{ background-image: url(../_img/okutrip/hero4--pc.jpg); }

/* @media (min-width: 769px){
	.oku-hero__item--1{ background-image: url(../_img/okutrip/hero1--pc.jpg); }
	.oku-hero__item--2{ background-image: url(../_img/okutrip/hero2--pc.jpg); }
	.oku-hero__item--3{ background-image: url(../_img/okutrip/hero3--pc.jpg); }
	.oku-hero__item--4{ background-image: url(../_img/okutrip/hero4--pc.jpg); }
}
@media (max-width: 768px){
	.oku-hero__item--1{ background-image: url(../_img/okutrip/hero1--sp.jpg); }
	.oku-hero__item--2{ background-image: url(../_img/okutrip/hero2--sp.jpg); }
	.oku-hero__item--3{ background-image: url(../_img/okutrip/hero3--sp.jpg); }
	.oku-hero__item--4{ background-image: url(../_img/okutrip/hero4--sp.jpg); }
} */

@keyframes aiueo{
	5%,
	25%{
		opacity: 1;
	}
	0%,
	30%,
	50%,
	75%,
	100%{
		opacity: 0;
	}
}



/* @ oku header content */
.oku-header__logo,
.oku-header__desc{
	box-sizing: border-box;
	
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
@media (min-width: 769px){
	.oku-header__logo,
	.oku-header__desc{
		min-height: calc(100vh - 100px);
	}
}
@media (max-width: 768px){
	.oku-header__logo,
	.oku-header__desc{
		min-height: calc(100vh - 50px);
	}
}
@media (-ms-high-contrast:none) and (min-width: 769px){
	.oku-header__logo,
	.oku-header__desc{
		height: calc(100vh - 100px);
	}
}
@media (-ms-high-contrast:none) and (max-width: 768px){
	.oku-header__logo,
	.oku-header__desc{
		height: calc(100vh - 50px);
	}
}


.oku-header__logo{
	position: relative;
	z-index: 0;
}
.oku-header__desc{
	text-align: center;
}



/* @ oku header logo */
.oku-h-logo{
	text-align: center;
	margin: 0;
}
.oku-h-logo__data{
	max-width: 100%;
}
@media (max-width: 768px){
	.oku-h-logo__data{
		max-width: 80%;
	}
}



/* @ oku header scroller */
.oku-h-scroll{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3%;
}
.oku-h-scroll__more{
	line-height: 1.33;
	font-size: .875em;
	
	display: inline-flex;
	flex-direction: column;
	
	color: inherit;
	text-decoration: none;
}
.oku-h-scroll__more::after{
	content: "";
	display: block;
	
	width: 1.25em;
	height: 1.25em;
	margin: auto;
	
	border-style: solid;
	border-width: 0 2px 2px 0;
	transform: translateY(-25%) scaleY(.75) rotate(45deg);
}



/* @ oku header (sub directory) */
.page-banner--okutrip{
	position: relative;
	z-index: 0;
}
.page-banner--okutrip::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(transparent, #000);
}



/* @ category */
.category{
	text-align: center;
}
.category__title{
	line-height: 1.33;
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 .66em;
}
.category__items{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
	list-style: none;
	margin: 0 0 -1em -1em;
	padding: 0;
}
.category__item{
	flex: 0 0 auto;
	min-width: 8em;
	margin: 0 0 1em 1em;
}
.category__more{
	line-height: 1.33;
	text-decoration: none;
	color: #000;
	
	
	display: block;
	border-radius: .25em;
	
	padding: .5em 1em;
}
.category__more:not(.category__more--active){
	background: #999;
}
.category__more--active{
	background: #fff;
}



/* @ oku plan list */
.oku-plan{
	list-style: none;
	margin: 0;
	padding: 0;
}
.oku-plan__item{}
.oku-plan__more{
	text-decoration: none;
	color: inherit;
	display: block;
}
.oku-plan__name{
	line-height: 1.33;
	font-size: 1.375em;
	font-weight: normal;
	margin: 0;
}

@media (min-width: 769px){
	.oku-plan{
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0 -5%;
	}
	.oku-plan__item{
		box-sizing: border-box;
		flex: 0 0 28.33%;
		margin: 0 0 3.75em 5%;
	}
}
@media (max-width: 768px){
	.oku-plan__item:not(:last-child){
		margin-bottom: 3.75em;
	}
}



.oku-plan-photo{
	position: relative;
	z-index: 0;
	padding: 56.25% 0 0;
}
.oku-plan-photo__data{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

@media (max-width: 768px){
	.oku-plan-photo{
		margin-left: -5.965722280517664%;
		margin-right: -5.965722280517664%;
	}
}



.oku-plan-cate{
	display: flex;
	flex-wrap: wrap;
	
	list-style: none;
	margin: 2em 0 1em -.5em;
	padding: 0;
}
.oku-plan-cate--detail{
	margin-top: 0;
}
.oku-plan-cate__item{
	line-height: 1.33;
	border: 1px solid;
	margin: 0 0 .5em .5em;
	padding: .25em .75em;
}
.oku-plan-cate__more{
	color: inherit;
	display: block;
	margin: -.25em -.75em;
	padding: .25em .75em;
}
.oku-plan-cate__more:not(:hover){
	text-decoration: none;
}



/* @ detail title */
.article-header{}
.article-header__date{
	line-height: 1.33;
	font-weight: bold;
	
	margin: 0 0 1em;
}
.article-header__title{
	line-height: 1.33;
	font-size: 1.75em;
	font-weight: normal;
	margin: 0;
}




/* @ detail photo */
.article-photo{
	margin: 0 0 2.5em;
}
.article-photo__data{
	width: 100%;
}



/* @ category and SNS */
.meta-grid{}
.meta-grid__item{}

@media (min-width: 769px){
	.meta-grid{
		display: flex;
		justify-content: space-between;
	}
	.meta-grid__item{}
}



/* @ article */
.oku-article{
	margin: 3.75em 0;
}
.oku-article__title{
	line-height: 1.33;
	font-size: 1.375em;
	font-weight: bold;
	
	border-bottom: 1px solid;
	
	margin: 0 0 1.25em;
	padding: 0 0 .66em;
}
.oku-article__note{}



/* @ oku contact */
.oku-contact{}
.oku-contact__title{
	/* line-height: 1.33; */
	line-height: 1;
	font-size: 1.625em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid;
	
	margin: 0 0 1.5em;
	padding: 0 0 .84em;
}