@charset "UTF-8";

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */

/* header
--------------------------------------------------------------------- */
.header {
	background: #fff;
	height: 80px;
	width: 100%;
	padding-right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 100;
	transition: 1s all;
	font-size: 18px;
}

/* head_logo */
.head_logo {
	margin-left: 30px;
	width: 98px;
	height: 62px;
	z-index: 120;
	flex-shrink: 0;
}
.head_logo a {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.head_logo img {
	max-width: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.header.scroll .head_logo img {
	filter: none;
}
.head_logo .logo_white{
	opacity: 0;
}

/* head_menu */
.head_menu {
	display: flex;
	line-height: 1.5;
	height: 100%;
	z-index: 1;
}
.head_menu ul,
.head_menu li {
	display: flex;
	align-items: center;
	height: 100%;
}
.head_menu li{
	position: relative;
}

/* head_page */
.head_page{
	padding-right: 30px;
	position: relative;
}
/* .head_page::after{
	content: "";
	width: 1px;
	height: 35px;
	border-right: 1px solid #000;
	position: absolute;
	right: 0;
} */
.head_page > li a {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding: 0 30px;
	height: 100%;
	cursor: pointer;
}
.head_page .jp{
	font-size: 14px;
}
.head_page .en{
	font-size: 10px;
}

/* head_language */
.head_language > li a {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding: 0 60px;
	height: 100%;
	cursor: pointer;
}
.head_language > li {
	position: relative;
}
.head_language > li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 48px;
	background: #fff;
	background: #000;
	transform: translateY(-50%);
}
.page_front .header.scroll .head_language > li::before {
	background: #000;
}

/* level_second */
.head_menu .level_second{
	background: rgba(255, 255, 255, 1);
	overflow: hidden;
	height: 0;
	transition: 1s all;
	position: absolute;
	/* top: 80px; */
	top: 72px;
	left: 15px;
	flex-direction: column;
	align-items: stretch;
	opacity: 0;
}
.head_menu .head_language .level_second{
	left: 45px;
}
.head_menu .level_second li{
	height: 3em;
}
.head_menu .level_second a{
	width: fit-content;
	height: 3em;
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-size: 16px;
	padding: 0 1em;
	border-bottom: 1px solid #fff;
}
.head_menu li:hover .level_second{
	height: fit-content;
	opacity: 1;
	transition: 1s all;
}

/* head_reserve */
.head_reserve a{
	/* background: #000; */
	background: #C4972F;
	color: #fff !important;
	display: flex;
	align-items: center;
	padding: 0 21px 0 14px;
	height: 100%;
	font-size: 20px;
	white-space: nowrap;
	text-shadow: none !important;
}
.head_reserve a::before{
	content: "";
	width: 54px;
	height: 40px;
	background: url(../images/icon_reserve.png) no-repeat center center;
	background-size: contain;
}

/* head_form */
.head_form{
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 100%;
	height: 64px;
	position: fixed;
	top: 80px;
	left: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	transition: 1s all ease-in-out;
	opacity: 0;
	top: 0;
	z-index: 90;
}
.head_form.scroll{
	opacity: 1;
	/* top: 80px; */
	top: 72px;
}
.head_form .reserve{
	max-width: 1100px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin: 0 auto;
	padding-right: 1em;
	z-index: 105;
}
.head_form .title{
	padding: 0 1.5em 0 1em;
	line-height: 1.3;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.head_form .title .en{
	font-size: 14px;
}
.page_front .header.scroll,
.header.scroll {
	height: 72px;
}
.head_form a,
.page_front .header.scroll .head_form a{
	color: #fff;
}
.head_form .reserve_date,
.head_form .reserve_stays{
	display: flex;
	margin-left: 1em;
}
.head_form #date_i {
	max-width: 140px;
}
.head_form input[type=date],
.head_form select{
	background: #555;
	color: #fff;
	padding: 0.2em 0.3em;
	border: none;
	font-size: 14px;
	margin-left: 0.5em;
}
.head_form input[type=date]{
	position: relative;
}
.head_form input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	background: transparent;
	z-index: 1;
}
.head_form input[type="date"]::after {
	content: '';
	background: url(../images/icon_calendar.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}
.head_form .reserve_submit,
.head_form .reserve_plan{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 40px;
	font-size: 13px;
	margin-left: 1em;
}
.head_form .reserve_submit{
	/* background: #023F6D; */
	background: #C4972F;
	color: #fff;
	border: none;
}
.head_form .reserve_plan{
	border: 1px solid #fff;
}
.head_form .reserve_links{
	font-size: 12px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 4em;
}
.head_form .reserve_links li{
	margin-left: 1em;
}
@media (max-width: 1100px) {
	.head_form{
		font-size: 14px;
	}
}

@media (max-width: 1510px) {
	.head_logo {
		margin-left: 1.98675vw;
	}
	.head_page{
		padding-right: 1.98675vw;
		font-size: 16px;
	}
	.head_page > li a {
		padding: 0 1.98675vw;
	}
	.head_language a{
		padding: 0 3.97351vw;
		font-size: 14px;
	}
	.head_reserve a{
		font-size: 18px;
		padding: 0 1.39073vw 0 0.92715vw;
	}
	.head_reserve a::before{
		width: 45px;
		height: 33px;
	}
}
@media (max-width: 1380px) {
	.head_page{
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		padding: 0.7em 0 0.7em 3em;
	}
	.head_page li,
	.head_page a{
		height: auto;
	}
	/* .head_page::after{
		height: 60px;
	} */

	/* level_second */
	.head_menu .level_second{
		top: 2vw;
		z-index: 1;
		padding-top: 1em;
	}
	.head_menu .level_second li{
		background: rgba(255, 255, 255, 1) !important;
	}
	.head_menu .level_second a{
		color: #000 !important;
	}
	.head_menu .head_language .level_second{
		top: 5vw;
	}
}

/* hamburger
--------------------------------------------------------------------- */
.head_hamburger{
	/* background: #C4972F; */
	background: #023F6D;
	display: none;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 120;
}
/* mark */
.head_hamburger .mark{
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
}
.head_hamburger .mark::before,
.head_hamburger .mark::after{
	content: "";
	display: block;
	transition: all 0.3s;
}
.head_hamburger .mark::before{
	box-sizing: border-box;
	width: 30px;
	height: 13px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: absolute;
	top: calc(50% - 1.5px);
	right: 25px;
}
.head_hamburger .mark::after{
	box-sizing: border-box;
	width: 30px;
	height: 0;
	border-top: 3px solid #fff;
	position: absolute;
	top: calc(50% - 11.5px);
	right: 25px;
}

/* head_hamburgerbody */
.head_hamburgerbody{
	display: none;
	box-sizing: border-box;
	width: 100vw;
	height: 100vh;
	height: -webkit-fill-available;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	color: #fff;
}
.head_hamburgerbody a{
	color: #fff;
}
.head_hamburgerbody .bg_gradation_blue{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.head_hamburgerbody .content{
	height: 100%;
	overflow: auto;
}
.head_hamburgerbody .inner{
	box-sizing: content-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 810px;
	margin: 0 auto;
	padding: 2em 6vw;
}
.head_hamburgerbody .logo{
	width: 190px;
}
.head_hamburgerbody .link{
	width: 100%;
	column-count: 3;
	font-size: 20px;
	margin: 60px 0;
}
.head_hamburgerbody .cva{
	justify-content: space-between;
	width: 100%;
}
.head_hamburgerbody .cva .link_whiteborder{
	width: 48.14815%;
	height: 100px;
	line-height: 1.5;
}
.head_hamburgerbody .cva .link_whiteborder::before,
.head_hamburgerbody .cva a{
	display: flex;
	flex-direction: column;
	height: 100px;
	/* border-radius: 50px; */
}
.head_hamburgerbody .cva .contact .jp{
	font-size: 24px;
}
.head_hamburgerbody .cva .contact .en{
	font-size: 18px;
}
.head_hamburgerbody .cva .tel .jp{
	font-size: 16px;
}
.head_hamburgerbody .cva .tel .en{
	font-size: 26px;
}
.head_hamburgerbody .cva .tel .en .num{
	font-size: 30px;
}
.head_hamburgerbody .other{
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.head_hamburgerbody .address{
	font-size: 20px;
	line-height: 1.5;
	padding-right: 1em;
	letter-spacing: 0.15em;
}
.head_hamburgerbody .language{
	font-size: 16px;
	line-height: 1.5;
}
.head_hamburgerbody .language ul{
	display: flex;
}

/* menu_open 
--------------------------------------------------------------------- */
body.menu_open {
	width: 100%;
	height: 100%;
	position: fixed;
}

/* head_menu */
.menu_open .header{
	top: -80px;
}
/* head_hamburger */
.menu_open .head_hamburger{
	background: none;
}
.menu_open .head_hamburger .mark::before{
	transform-origin: center center;
	transform: rotate(45deg);
	height: 0;
	border-bottom: none;
	width: 40px;
}
.menu_open .head_hamburger .mark::after{
	transform-origin: center center;
	transform: rotate(-45deg);
	width: 40px;
	top: calc(50% - 1.5px);
}

/* reserve */
#front_mv .reserve{
	display: none;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 100%;
	max-width: 1100px;
	height: 80px;
	/* position: absolute; */
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	/* display: flex; */
	align-items: center;
	/* justify-content: space-evenly; */
	white-space: nowrap;
	padding-right: 1em;
	z-index: 105;
}
#front_mv .reserve .title{
	padding: 0 1.5em;
	line-height: 1.3;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#front_mv .reserve .title .en{
	font-size: 14px;
}
#front_mv .reserve a{
	color: #fff;
}
#front_mv .reserve_date,
#front_mv .reserve_stays{
	display: flex;
	margin-left: 1em;
}
#front_mv .reserve #date_i {
	max-width: 140px;
}
#front_mv .reserve input[type=date],
#front_mv .reserve select{
	background: #555;
	color: #fff;
	padding: 0.2em 0.3em;
	border: none;
	font-size: 14px;
	margin-left: 0.5em;
}
#front_mv .reserve input[type=date]{
	position: relative;
}
#front_mv .reserve input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	background: transparent;
	z-index: 1;
}
#front_mv .reserve input[type="date"]::after {
	content: '';
	background: url(../images/icon_calendar.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}
#front_mv .reserve_submit,
#front_mv .reserve_plan{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 40px;
	font-size: 13px;
	margin-left: 1em;
}
#front_mv .reserve_submit{
	background: #023F6D;
	color: #fff;
	border: none;
}
#front_mv .reserve_plan{
	border: 1px solid #fff;
}
#front_mv .reserve_links{
	font-size: 12px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 4em;
}
#front_mv .reserve_links li{
	margin-left: 1em;
}
@media (max-width: 1050px) {
	#front_mv .reserve{
		font-size: 14px;
	}
}

/* footer
--------------------------------------------------------------------- */
.footer{
	background: #002F59;
	color: #fff;
	/* padding-bottom: 100px; */
}

/* foot_content */
.foot_content{
	padding-top: 150px;
	justify-content: space-between;
}

/* foot_logo_add */
.foot_logo{
	width: 316px;
}
.foot_add,
.foot_time{
	line-height: 1.5;
	margin-right: 2em;
}
.foot_add{
	margin-top: 140px;
}
.foot_add dt,
.foot_time dt{
	font-weight: bold;
}
.foot_add dd,
.foot_time dd{
	font-weight: normal;
	margin: 0.5em 0 1.5em;
}

/* foot_cva_link */
.foot_cva_link{
	flex: 1;
}
.foot_cva{
	width: fit-content;
	margin-left: auto;
}
.foot_cva .link_whiteborder{
	font-size: 16px;
	margin-bottom: 30px;
}
.foot_cva .reserve {
/*	width: 400px;*/
	width: 280px;
  height: 70px;
	margin-bottom: 30px;
}
.foot_cva .reserve a {
	background: #C4972F;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.foot_cva .reserve.link_detail a:hover .mark::before,
.foot_cva .reserve.link_detail a:hover .mark::after {
	border-bottom: 1px solid #fff;
}
.foot_cva .tel{
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
}
.foot_cva .tel a{
	color: #fff;
}
.foot_cva .tel .number{
	font-size: 34px;
}
.foot_cva_link .cflex {
	justify-content: flex-end;
	gap: 0 30px;
	width: 100%;
	flex-wrap: wrap;
}
@media (min-width:1001px){
	.foot_cva_link .link_whiteborder {
		width: 280px;
	}
}
.foot_link{
	line-height: 1.5;
	margin-top: 100px;
	column-count: 3;
}

/* foot_bnr */
.foot_bnr{
	margin: 80px 0 60px;
}
.foot_bnr ul{
	justify-content: space-between;
}
.foot_bnr li{
	width: 48.1818%;
	transition: 0.3s all ease-in-out;
}
.foot_bnr li.yokakura{
	background: url(../images/bnr_yokakura_bg.jpg) no-repeat center center;
	background-size: auto 100%;
}
.foot_bnr li.kunosato{
	background: url(../images/bnr_kunosato_bg.jpg) no-repeat center center;
	background-size: auto 100%;
}
.foot_bnr li:hover{
	background-size: auto 110%;
}
.foot_bnr li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	background: rgba(0, 0, 0, 0.3);
}
.foot_bnr li a:hover{
	opacity: 1;
	background: rgba(0, 0, 0, 0);
}
.foot_bnr li.yokakura img{
	width: 159px;
	height: auto;
}
.foot_bnr li.kunosato img{
	width: 116px;
	height: auto;
}
.foot_bnr li a:hover img{
	transform: scale(130%);
}

/*  foot_sns */
.foot_sns{
	position: absolute;
}

/*  copyright */
.copyright{
	padding: 14px 0 50px;
}

/* ---------------------------------------------------------------------- */
/* loading */
#loading{
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 200;
	transition: 1s all ease-in-out;
	opacity: 1;
}
#loading.loaded{
	opacity: 0;
	pointer-events: none;
}
#loading img{
	width: 317px;
	height: auto;
	z-index: 1;
}

/* End PC */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {

	/* header
	--------------------------------------------------------------------- */
	.header {
		height: 18vw;
		padding-right: 18vw;
		font-size: 1rem;
	}

	.header.scroll {
		height: 18vw;
	}

	/* head_logo */
	.head_logo {
		margin-left: 2vw;
		width: 19vw;
		height: 12vw;
	}

	/* head_reserve */
	.head_reserve a{
		padding: 0 3.39073vw 0 1.92715vw;
		font-size: 0.92308rem;
	}
	.head_reserve a::before{
		width: 9vw;
		height: 7vw;
	}

	/* head_form */
	.head_form{
		display: none;
	}

	/* hamburger
	--------------------------------------------------------------------- */
	.head_hamburger{
		display: flex;
		width: 18vw;
		height: 18vw;
	}
	/* mark */
	.head_hamburger .mark::before{
		width: 6vw;
		height: 2vw;
		border-width: 0.4vw;
		top: calc(50% - 0.2vw);
		right: 6vw;
	}
	.head_hamburger .mark::after{
		box-sizing: border-box;
		width: 6vw;
		height: 0;
		border-width: 0.4vw;
		top: calc(50% - 1.8vw);
		right: 6vw;
	}

	/* head_hamburgerbody */
	.head_hamburgerbody .inner{
		padding: 2em 6vw;
	}
	.head_hamburgerbody .logo{
		width: 30vw;
	}
	.head_hamburgerbody .link{
		font-size: 1rem;
		line-height: 1.5;
		margin: 5vw 0;
	}
	.head_hamburgerbody .cva .link_whiteborder{
		width: 100%;
		height: 14vw;
		margin-bottom: 0.8rem;
	}
	.head_hamburgerbody .cva .link_whiteborder::before,
	.head_hamburgerbody .cva a{
		height: 14vw;
		/* border-radius: 8vw; */
		line-height: 1.2;
	}
	.head_hamburgerbody .cva .contact .jp{
		font-size: 1.30769rem;
	}
	.head_hamburgerbody .cva .contact .en{
		font-size: 0.92308rem;
	}
	.head_hamburgerbody .cva .tel{
/*		margin-top: 0.8rem;*/
	}
	.head_hamburgerbody .cva .tel .jp{
		font-size: 0.92308rem;
	}
	.head_hamburgerbody .cva .tel .en{
		font-size: 1.38462rem;
	}
	.head_hamburgerbody .cva .tel .en .num{
		font-size: 1.53846rem;
	}
	.head_hamburgerbody .other{
		margin-top: 5vw;
	}
	.head_hamburgerbody .address{
		font-size: 1.07392rem;
		text-align: center;
	}
	.head_hamburgerbody .sns{
		margin: 1rem auto;
		width: fit-content;
	}
	.head_hamburgerbody .language{
		text-align: center;
		font-size: 1rem;
		margin-top: 2rem;
	}
	.head_hamburgerbody .language ul{
		justify-content: center;
	}
	.head_hamburgerbody .link_whitetogold a {
		letter-spacing: 0;
		padding-left: 1.2rem;
	}
	.head_hamburgerbody .link_whitetogold a::after {
		width: 0.7rem;
	}

	/* menu_open 
	--------------------------------------------------------------------- */

	/* head_menu */
	.menu_open .header{
		top: -18vw;
	}
	/* head_hamburger */
	.menu_open .head_hamburger .mark::before{
		width: 12vw;
		right: 3vw;
	}
	.menu_open .head_hamburger .mark::after{
		width: 12vw;
		top: calc(50% - 0.2vw);
		right: 3vw;
	}

	/* reserve */
	#front_mv .reserve{
		display: none;
	}
	
	/* footer
	--------------------------------------------------------------------- */
	.footer{
		padding-bottom: 0;
	}

	/* foot_content */
	.foot_content{
		padding-top: 13.3333vw;
	}

	/* foot_logo_add */
	.foot_logo{
		width: 42.2667vw;
		margin: auto;
	}
	.foot_add,
	.foot_time{
		font-size: 0.92308rem;
		margin: 0 auto;
		width: 59vw;
	}
	.foot_add{
		margin-top: 6.6667vw;
	}
	.foot_time{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		height: 5em;
	}
	.foot_time dt:first-child{
		width: 58%;
	}

	/* foot_cva_link */
	.foot_cva{
		margin: 10.6667vw auto 0;
	}
	.foot_cva .link_whiteborder{
		font-size: 1.23077rem;
		margin-right: auto;
		margin-bottom: 5.3333vw;
		margin-left: auto;
	}
	.foot_cva .reserve {
		width: 73.3333vw;
    	height: 12vw;
    	margin-left: auto;
    	margin-right: auto;
	}
	.foot_cva .tel{
		font-size: 1.30769rem;
	}
	.foot_cva .tel .number{
		font-size: 1.53846rem;
	}

	.foot_link{
		font-size: 0.92308rem;
		margin-top: 10.6667vw;
	}
	.foot_link.link_whitetogold a {
		letter-spacing: 0;
	}

	/* foot_bnr */
	.foot_bnr{
		margin: 10.6667vw 0 8vw;
	}
	.foot_bnr ul{
		justify-content: space-between;
	}
	.foot_bnr li{
		width: 100%;
		margin-top: 5.3333vw;
	}
	.foot_bnr li a{
		height: 16.4vw;
	}
	.foot_bnr li.yokakura img{
		width: 26vw;
	}
	.foot_bnr li.kunosato img{
		width: 18.9333vw;
	}

	/*  foot_sns */
	.foot_sns{
		position: relative;
		margin: 8vw auto;
		width: fit-content;
	}

	/*  copyright */
	/* .copyright{
		padding: 0 0 24vw;
	} */

	/* ---------------------------------------------------------------------- */
	/* loading */
	#loading img{
		width: 38vw;
		height: 24vw;
	}

}
/* End @media (max-width:1000px) */