﻿@charset "utf-8";
/* CSS Document */
html,body{
	font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
	font-weight: 500;
	color: #ffffff;
}
body{
	overflow: hidden;
	background-color: #005851;
}
.SP{
	display: none;
}
.Noto{
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;/*400と700もある*/
	font-style: normal;
}
.En{
	font-family: "adobe-garamond-pro", serif;
	font-weight: 600; /*400と700もある*/
	font-style: normal;
}

/*ヘッダー*/
header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}
header.head-active{
	
}
.head-inner{
	width: 100%;
	height: 100px;
	color: #ffffff;
	background-color: #005851;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.left-head{
	padding-left: 20px;
}
.head-logo{
	display: block;
	width: 280px;
}
.head-logo h1{
	line-height: 1em;
}
.right-head{
}
.head-navi{
	display: flex;
	align-items: center;
}
.head-navi li{
	font-size: 1rem;
	letter-spacing: 0.075em;
	position: relative;
}
.head-navi li:not(:first-of-type):not(:last-of-type)::after{
	content: "|";
	position: absolute;
	top: 50%;
	left: -1.5em;
	transform: translateY(-50%);
}
.head-navi li:not(:first-of-type){
	margin-left: 3em;
}
.head-navi li:last-of-type{
	margin-left: 2em;
}
.head-navi li:not(:last-of-type) a{
	transition: .5s ease;
}
.head-navi li:not(:last-of-type) a:hover{
	opacity: 0.5;
}
.reserve{
	display: block;
	height: 100px;
	padding: 0 2em;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.075em;
	background-color: #003934;
	transition: .5s ease;
	line-height: 100px;
}
.reserve a{
	display: block;
	width: 100%;
	height: 100%;
}
.reserve:hover{
	background-color: #001d1b;
}



/*フッター*/
.page-bottom{
	padding: 220px 0 550px;
	position: relative;
	background-image: url("../img/foot-img.jpg");
	background-position: center bottom;
	background-size: cover;
}
.page-bottom::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: #005851;
	background: linear-gradient(180deg, rgba(0, 88, 81, 1) 0%, rgba(0, 88, 81, 0) 35%);
}
.page-bottom-info{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}
.page-bottom-info h2{
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.025em;
}
.page-bottom-info p{
    margin-top: 30px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 0.025em;
}
a.page-bottom-link{
	margin: 35px auto 0;
	display: block;
	width: 300px;
	height: 60px;
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: 0.13em;
	line-height: 54px;
	border: 3px solid #ffffff;
	color: #ffffff;
	transition: .5s ease;
}
a.page-bottom-link:hover{
	color: #005851;
	background-color: #ffffff;
}

footer{
	padding: 150px 0 200px;
	background-color: #00312d;
}
.foot-inner{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.foot-logo{
	display: block;
	width: 280px;
}
.foot-logo + p{
	margin-top: 25px;
	font-size: 0.9rem;
	line-height: 1.8em;
	letter-spacing: 0.13em;
}
.left-foot-navi{
	margin-top: 25px;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 0.075em;
}
.foot-navi ul{
	display: flex;
}
.foot-navi ul li{
    font-size: 1rem;
    letter-spacing: 0.075em;
    position: relative;
}
.foot-navi ul li:not(:first-of-type) {
    margin-left: 3em;
}
.foot-navi ul li:not(:first-of-type)::after {
    content: "|";
    position: absolute;
    top: 50%;
    left: -1.5em;
    transform: translateY(-50%);
}
.copy-right{
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.8rem;
	font-weight: 300;
	letter-spacing: 0.13em;
}



/*調整用*/
@media screen and (max-width:1200px) {
	/*ヘッダー*/
	.head-logo{
		width: 180px;
	}
	.head-navi li{
		font-size: 0.9rem;
	}
	
	/*トップコンテンツ*/
	.top-contents-copy p{
		font-size: 0.9rem;
	}
	.top-contents-copy h2{
		width: 70%;
	}
	.top-contents-deco{
		width: 280px;
	}
}


/*スマートフォン*/
@media screen and (max-width:780px) {
	.SP{
		display: block;
	}
	.PC{
		display: none;
	}
	
	/*ヘッダー*/
	.head-inner{
		height: 60px;
	}
	.left-head{
		padding-left: 10px;
	}
	.head-logo{
		width: 120px;
	}
	.head-navi{
		position: fixed;
		flex-wrap: wrap;
        top: 60px;
        left: 0;
		color: #005851;
		background-color: #ffffff;
		transform: translateX(-100%);
		opacity: 0;
		transition: .3s ease;
	}
	.head-navi.active{
		opacity: 1;
		transform:none;
	}
	.head-navi li{
		width: 100%;
	}
	.head-navi li:not(:last-of-type){
		border-bottom: 1px dashed #005851;
	}
	.head-navi li:not(:last-of-type) a{
		display: block;
		text-align: center;
		padding: 1.5em 0;
	}
	.head-navi li.reserve{
		width: 100%;
		height: auto;
		line-height: 1em;
		padding: 0;
		background-color: #ffffff;
	}
	.head-navi li.reserve a{
		padding: 1.5em 0;
	}
	.head-navi li:not(:first-of-type){
		margin-left: 0px;
	}
	.head-navi li:not(:first-of-type):not(:last-of-type)::after{
		content: none;
	}
	.menu-btn{
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: 60px;
		height: 60px;
		padding: 15px;
		cursor: pointer;
	}
	.menu-btn span{
		position: absolute;
		left: 15px;
		width: calc(100% - 30px);
		height: 2px;
		background-color: #ffffff;
		transition: .3s ease;
	}
	.menu-btn span:nth-of-type(1){
		top: 20px;
	}
	.menu-btn span:nth-of-type(2){
		top: 50%;
		transform: translateY(-50%);
	}
	.menu-btn span:nth-of-type(3){
		bottom: 20px;
	}
	.menu-btn.active span:nth-of-type(1),
	.menu-btn.active span:nth-of-type(3){
		opacity: 0;
	}
	
	/*ヘッダー*/
	.page-bottom{
		padding: 100px 0 220px;
	}
	.page-bottom-info h2{
		font-size: 1.3rem;
	}
	.page-bottom-info p{
		margin-top: 15px;
        font-size: 0.8rem;
	}
	a.page-bottom-link{
		width: 90%;
		margin-top: 15px;
	}
	footer{
		padding: 60px 0 40px;
	}
	.foot-inner{
		padding-bottom: 2em;
	}
	.left-foot{
		width: 100%;
	}
	.foot-logo{
		width: 180px;
		margin: 0 auto;
	}
	.foot-logo + p{
		font-weight: 300;
	}
}