@charset "UTF-8";

@font-face {
	font-family: Cinzel;
	src:url("CinzelRegular.ttf");
}

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 1100px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	word-break: normal;
	word-wrap: break-word;
	color: #2d2d2d;
}

h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, a, span, blockquote, i, img, figure, figcaption, table {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	list-style: none;
}

table {
	border-collapse: collapse;
}

address, em, i {
	font-style: normal;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: 0;
}

input , textarea , select , option {
	font-family : "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	font-size: 100%;
	color: #2d2d2d;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.sp {
	display: none;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

::-webkit-input-placeholder {
	color: #c8c8c8;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #c8c8c8;
}

/* ---------------------------------------------------------
	CSS Document Link
--------------------------------------------------------- */

a {
	outline: none;
	text-decoration: underline;
	color: #4959a7;
	transition: .4s;
}

a:hover {
	opacity: 0.6;
}

.find {
	cursor: pointer;
	transition: .4s;
}

.find a:hover {
	opacity: 1;
}

.tel {
	text-decoration: none;
	color: #2d2d2d;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
	padding-top: 96px;
	position: relative;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
	CSS Document h1
--------------------------------------------------------- */

h1 {
	width: 100%;
	height: 96px;
	background: #fff;
	font-size: 0;
	line-height: 98px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
	transition: .4s;
}

h1 img {
	vertical-align: middle;
	width: 265px;
	height: 50px;
	transition: .4s;
}

h1 a:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document swicth
--------------------------------------------------------- */

#swicth {
	width: 90px;
	height: 90px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
	cursor: pointer;
	transition: .4s;
}

#swicth:hover {
	opacity: 0.6;
}

#swicth span {
	display: inline-block;
	width: 48px;
	height: 2px;
	background: #2d3145;
	position: absolute;
	left: 0;
	transition: all .4s;
}

#swicth span:nth-of-type(1) {
	top: 28px;
}

#swicth span:nth-of-type(2) {
	top: 45px;
}

#swicth span:nth-of-type(3) {
	top: 62px;
}

.active #swicth span:nth-of-type(1) {
	transform: translateY(17px) rotate(-45deg);
}

.active #swicth span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	animation: swicth 0.8s forwards;
	animation-fill-mode: both;
}

.active #swicth span:nth-of-type(3) {
	transform: translateY(-17px) rotate(45deg);
}

@keyframes swicth {
	100% {
		height: 0;
	}
}

/* ---------------------------------------------------------
	CSS Document navi
--------------------------------------------------------- */

#navi {
	width: 510px;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	background: #f5f4f0;
	position: fixed;
	top: 0;
	right: -510px;
	z-index: 8;
	transition: .4s;
}

#header.active #navi {
	right: 0;
}

#navi a:hover {
	opacity: 0.6;
}

#navi .h_navi {
	padding: 60px 0 20px;
}

#navi .h_navi a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-family: Lora, serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 60px;
	color: #2d3145;
}

#navi .h_contact {
	margin: 5vw;
}

#navi .h_sns {
	display: flex;
	justify-content: center;
}

#navi .h_sns li {
	width: 28px;
	height: 28px;
	margin: 0 10px;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 140px;
	overflow: hidden;
	background: #eef1f6 url(../images/visual.png) no-repeat center;
}

@media only screen and (min-width: 1401px) {
	#visual {
		background-size: 100% auto;
	}
}

#visual h2 {
	font-family: Italianno;
	font-weight: 100;
	font-size: 62px;
	line-height: 140px;
}

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread {
	height: 40px;
	overflow: hidden;
	margin-bottom: 60px;
	border-top: solid 5px #e2e2e2;
	background: url(../top/info_01.jpg) repeat-x center top;
}

#bread ol {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	line-height: 35px;
}

#bread li {
	float: left;
	margin-right: 8px;
}

#bread li:after {
	content: "\203a";
	margin-left: 10px;
	font-size: 12px;
}

#bread li:last-child:after {
	content: "";
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	margin-top: 100px;
	padding-bottom: 25px;
	background: #f5f4f0;
}

#footer .f_reserve {
	max-width: 1400px;
	height: 420px;
	margin: 0 auto 30px;
	background: #2d3145;
	position: relative;
	z-index: 0;
}

#footer .f_reserve img {
	max-width: 400%;
	height: 420px;
	object-fit: contain;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#footer .f_reserve ul {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 420px;
}

#footer .f_reserve li {
	margin: 0 40px;
}

#footer .f_reserve a {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	height: 80px;
	border-radius: 48px;
	border: solid 2px #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3), 2px 2px 4px rgba(0,0,0,0.2) inset;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 4px rgba(0,0,0,0.7);
	font-size: 18px;
	line-height: 76px;
	color: #fff;
}

#footer .f_reserve a:hover {
	opacity: 0.6;
}

#footer .f_logo img {
	width: 207px;
	height: 39px;
}

#footer .f_logo p {
	margin-top: 15px;
	letter-spacing: 0.05em;
	font-size: 14px;
}

#footer .f_logo ul {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

#footer .f_logo li {
	width: 28px;
	height: 28px;
	margin: 0 10px;
}

#footer .f_logo li img {
	height: 28px;
}

#footer .f_logo li a:hover {
	opacity: 0.6;
}

#footer address {
	margin-top: 40px;
	letter-spacing: 0.05em;
	font-size: 12px;
	line-height: 1;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 50px;
	overflow: hidden;
	font-size: 0;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9;
}

#pagetop li {
	margin-bottom: 10px;
}

#pagetop img {
	height: 50px;
}
