@charset "utf-8";


@font-face {
	font-family: 'HCo Gotham';
	src:local('Gotham'),
	url('./font/Gotham-Light_Web.woff2') format('woff2'),
	url('./font/Gotham-Light_Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HCo Gotham';
	src:local('Gotham'),
	url('./font/Gotham-Book_Web.woff2') format('woff2'),
	url('./font/Gotham-Book_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HCo Gotham';
	src:local('Gotham'),
	url('./font/Gotham-Medium_Web.woff2') format('woff2'),
	url('./font/Gotham-Medium_Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HCo Gotham';
	src:local('Gotham'),
	url('./font/Gotham-Bold_Web.woff2') format('woff2'),
	url('./font/Gotham-Bold_Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&display=swap');

.min{font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;}
.tfont{font-family: 'Playfair Display', serif !important;}


@media (min-width:768px){
	.sp{
		display: none !important;
	}
}


html, body{
	text-align: center;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0 0 0;
	position: relative;
}
#loading{
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100vw;
	height: 100vh;
}
.scrollme.animateme{
	opacity: 0;
}
#scrup{
	position: fixed;
	bottom: 46px;
	right: 30px;
	cursor: pointer;
	line-height: 0;
	display: block;
	z-index: 99;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#scrup img{
	width: auto;
	height: 40px;
}
#scrup:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/*Header
------------------------------------------*/
header{
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.85);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
header>.inner{
	position: relative;
	padding: 0 10px;
	z-index: 99;
}
header p.logo{
	width: 30%;
	float: left;
	line-height: 0;
	padding: 21px 0 0;
	text-align: left;
}
header p.logo img{
	max-width: 270px;
	height: auto;
	width: 100%;
}
header nav{
	width: 65%;
	float: right;
}
header nav>ul{
	float: right;
	line-height: 0;
	display: block;
}
header nav>ul>li{
	float: left;
	font-size: 2.2rem;
	padding: 0;
	line-height: 0;
}
header nav>ul>li>a{
	display: block;
	color: #333;
	padding: 0 15px;
	line-height: 75px;
	font-size: 1.5rem;
	position: relative;
}
header nav>ul>li>a:after{
	width: 0;
	height: 1px;
	background: #333;
	position: absolute;
	bottom: 10px;
	left: 50%;
	content: '';
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
header nav>ul>li>a.active:after,
header nav>ul>li>a:hover:after{
	width: 90%;
	left: 5%;
}
header nav>ul>li a:hover{
	text-decoration: none;
}

header nav>ul>li>a.icn{
	padding: 0 10px;
	display: inline-block;
}
header nav>ul>li>a.icn:after{
	content: none;
}
header nav>ul>li>a.icn img{
	width: auto;
	height: 24px;
	vertical-align: sub;
}
header nav>ul>li>a.icn.fb img{
	height: 25px;
}


@media (min-width: 768px){
	header nav{display: block !important;}
	header nav>ul>li.parent>ul>li>a:hover:after{
		width: 80%;
		height: 1px;
		margin-left: -40%;
	}
}
header #sp-nav{
	display: none;
}



/*Footer
------------------------------------------*/
footer{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 60px 0 0;
	position: relative;
	z-index: 2;
}
footer:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/main.jpg) center bottom no-repeat;
	background-size: 100% auto;
	z-index: -2;
}
footer:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.85);
	z-index: -1;
}
footer p.logo{
	text-align: center;
	line-height: 0;
	margin: 0 auto 60px;
}
footer p.logo img{
	width: auto;
	height: 70px;
}
footer #copy{
	margin: 50px 20px 0;
	padding: 0 0 20px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 100%;
}

footer ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	margin: 0 auto;
}
footer ul>li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 20px;
	font-size: 1.6rem;
	line-height: 160%;
}
footer ul>li>a{
	display: inline-block;
	color: #fff;
	padding: 0 20px 0 0;
	position: relative;
}
footer ul>li>a:after{
	position: absolute;
	top: 50%;
	right: 4px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -2.5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#cal{
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	line-height: 0;
	z-index: 2;
}
#cal>a{
	display: block;
	line-height: 100%;
	background: #1380C6 url(../img/calender.svg) center top 10px no-repeat;
	background-size: 45% auto;
	padding: 36px 31px 15px;
	border-radius: 100%;
}
#cal>a>span{
	display: block;
	color: #fff;
	font-size: 1.6rem;
	line-height: 120%;
}
#cal>a>span:nth-child(1){
	padding-bottom: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.8px;
}

#scrt{
	position: absolute;
	top: -40px;
	right: 10px;
	z-index: 3;
	display: block;
	cursor: pointer;
	background: #fff;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	text-indent: -9999px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#scrt:after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	margin-top: -4px;
	margin-left: -8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#scrt:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*Common
------------------------------------------*/
.inner{
	width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width:1079px){
	.inner{
		width:100%;
		padding: 0 10px;
	}
}
#pkz{
	padding: 20px 0 40px;
	margin: 0;
}
#pkz>ul{
	letter-spacing: -0.4em;
	text-align: left;
}
#pkz>ul>li{
	letter-spacing: normal;
	display: inline-block;
	margin: 0 auto;
	padding: 0 2em 0 0;
	font-size: 1.2rem;
	position: relative;
}
#pkz>ul>li>a{
	color: #29392b;
	position: relative;
}
#pkz>ul>li>a:hover{
	text-decoration: none;
}
#pkz>ul>li:after{
	position: absolute;
	top: 50%;
	right: 0.9em;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 1px solid #29392b;
	border-right: 1px solid #29392b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#pkz>ul>li:last-child:after{
	content: none;
}
#pkz>ul>li>a:after{
	content: '';
	width: 0;
	height: 0;
	background: #29392b;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media (min-width: 768px){
	#pkz>ul>li>a:hover:after{
		width: 100%;
		height: 1px;
	}
}
#contents table{
	padding: 0;
	margin: 0;
	text-align: left;
}
#contents table tr:nth-child(even){
	background: rgba(0, 128, 202, 0.2);
}
#contents table th,#contents table td{
	font-size: 1.4rem;
	line-height: 200%;
	padding: 1em;
	margin: 0;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}
#contents table th{
	width: 25%;
	padding: 1em 3em;
}
#contents>#title{
	margin: 0 auto;
}
#contents>#title>h1{
	font-size: 4.2rem;
	font-weight: 100;
	text-align: center;
	margin: 0 auto 15px;
}
#contents>#title>h1>span{
	display: inline-block;
	border-bottom: 1px solid #000;
}
#contents>#title>p{
	font-size: 1.8rem;
	line-height: 100%;
	text-align: center;
	display: inline-block;
	font-family: 'Playfair Display', serif;
}
#contents>#title>p>span{
	font-family: 'HCo Gotham', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
#contents>#title>p:before,
#contents>#title>p:after{
	content: "-";
	padding: 0 5px;
}


#maps{
	padding: 80px 0;
	background: rgba(0, 128, 202, 0.2) url(../img/map_bg.svg) center top no-repeat;
	background-size: 100% auto;
}
#maps h2{
	font-size: 3.4rem;
	font-weight: 100;
	margin: 0 auto 40px;
	color: #000;
	text-align: center;
}
#maps p{
	font-size: 1.8rem;
	color: #000;
	margin: 0 auto;
	line-height: 180%;
	text-align: center;
	margin: 0 auto 40px;
}
#maps iframe{
	width: 100%;
	height: 450px;
	margin: 0 auto 40px;
}
#maps ul.tels{
	display: block;
	letter-spacing: -0.4em;
	line-height: 0;
	margin: 0 auto 40px;
	text-align: center;
}
#maps ul.tels>li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 30px;
}
#maps .btn{
	line-height: 0;
	text-align: center;
}
#maps .btn>a{
	display: inline-block;
	position: relative;
	width: 140px;
	height: 76px;
	margin: 0 15px;
}
#maps .btn>a.mail{
	width: 240px;
}
#maps .btn>a .button-svg{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 76px;
	height: 76px;
	margin-top: -38px;
}
#maps .btn>a.mail .button-svg{
	left: inherit;
	right: 0;
}
#maps .btn>a .button-svg path{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#maps .btn>a .button-svg path.b{
	height: 1px;
	width: 100%;
	fill: none;
	stroke: #bbb;
	stroke-miterlimit: 10;
	stroke-width: 2px;
}
#maps .btn>a .button-svg path.f{
	fill: none;
	stroke-miterlimit: 10;
	stroke-width: 2px;
	stroke-dashoffset: 252.378;
	stroke-dasharray: 0px, 999999px;
	stroke: #007735;
	stroke-dashoffset: 436;
	stroke-dasharray: 436px;
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#maps .btn>a.mail .button-svg path.f{
	stroke: #007FC9;
}
#maps .btn>a:hover .button-svg path.f{
	stroke-dashoffset: 0;
}
#maps .btn>a span.t{
	position: absolute;
	top: 42%;
	right: 0;
	font-size: 1.6rem;
	line-height: 100%;
	color: #bbb;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#maps .btn>a.mail span.t{
	left: 0;
	right: inherit;
}
#maps .btn>a:hover span.t{
	color: #007735;
}
#maps .btn>a.mail:hover span.t{
	color: #007FC9;
}


@media (max-width: 767px){
	.pc{
		display: none !important;
	}
	header{
		height: 70px;
	}
	header p.logo{
		width: auto;
		float: none;
		text-align: center;
		padding: 18px 40px 0 0;
	}
	header p.logo img{
		max-width: 220px;
	}
	header #sp_nav{
		position: absolute;
		top: 5px;
		right: 5px;
		cursor: pointer;
	}
	header #sp_nav img{
		width: 60px;
	}
	header nav{
		display: block;
		position: absolute;
		top: 70px;
		right: 0;
		width: 0;
		height: 100vh;
		background: rgba(255, 255, 255, 0.95);
		overflow: hidden;
	}
	header nav>ul{
		display: block;
		width: 100%;
		border-top: 1px solid #333;
	}
	header nav>ul>li{
		display: block;
		width: 100%;
		padding: 0;
		border-bottom: 1px solid #333;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	header nav>ul>li.icn{
		padding: 15px 0;
	}
	header nav>ul>li>a{
		padding: 1em;
		line-height: 140%;
		text-align: left;
		position: relative;
	}
	header nav>ul>li.tel>a{
		background: #007FC9 url(../img/tel.svg) left 58px top 4px no-repeat;
		background-size: auto 38px;
		color: #fff;
		text-align: center;
	}
	header nav>ul>li.tel.mini>a{
		background: #757b44 url(../img/tel.svg) left 58px top 4px no-repeat;
		background-size: auto 38px;
	}
	header nav>ul>li>a:after{
		position: absolute;
		top: 50%;
		bottom: inherit;
		left: inherit !important;
		right: 10px;
		display: block;
		content: '';
		width: 8px !important;
		height: 8px;
		margin-top: -4px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background: none !important;
	}
	header nav>ul>li.tel>a:after{
		content: none;
	}
	header nav>ul>li>a.icn{
		padding: 0 25px;
	}
	
	footer{
		padding: 40px 0 0;
		z-index: 2;
	}
	footer:before{
		background-size: cover !important;
	}
	footer p.logo{
		margin-bottom: 40px;
	}
	footer p.logo img{
		height: 40px;
	}
	footer ul>li{
		font-size: 1.4rem;
		margin: 0 10px;
	}
	footer #copy{
		margin-top: 30px;
	}
	
	#cal{
		right: 10px;
	}
	#cal>a{
		padding: 0;
		background-size: 52% auto !important;
		background: #1380C6 url(../img/calender.svg) center top 3px no-repeat;
		width: 78px;
		height: 78px;
	}
	#cal>a>span{
		font-size: 1.2rem;
	}
	#cal>a>span:nth-child(1){
		font-size: 1rem;
		padding-bottom: 12px;
		padding-top: 21px;
	}
	
	
	#title{
		padding: 100px 0 40px !important;
	}
	#contents>#title>h1{
		font-size: 3rem;
		margin: 0 auto 10px;
	}
	#contents>#title>p{
		font-size: 1.4rem;
	}
	
	
	
	#maps{
		padding: 60px 0 20px;
	}
	#maps h2{
		font-size: 3rem;
	}
	#maps p{
		text-align: left;
		font-size: 1.4rem;
	}
	#maps iframe{
		height: 300px;
	}
	#maps ul.tels>li{
		margin: 0 auto 20px;
	}
	#maps ul.tels>li img{
		max-width: 100%;
		height: auto;
	}
	#maps .btn{
		margin-top: -20px;
	}
	#maps .btn>a{
		margin: 10px auto;
		width: 140px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background-position-x: 56px !important;
	}
	#maps .btn>a.tel{
		background-position-x: 62px !important;
	}
	#maps .btn>a:after{
		width: 135%;
		left: -50px;
		-webkit-transform: rotate(-9deg);
		transform: rotate(-9deg);
	}
	#maps .btn>a span.t{
		color: #007735;
	}
	#maps .btn>a.mail span.t{
		color: #007FC9;
	}
	#maps .btn>a .button-svg path.f{
		stroke-dashoffset: 0;
	}
}