﻿@charset "utf-8";
/* CSS Document */
body {
	font-size: 14px;
}
/*common---------------------------------*/
.font_en {
	font-family: 'Raleway', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
.flex_box {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header {
	z-index: 999;
}
.head_box {
	height: 100vh;
	min-height: 100%;
	overflow: auto;
	padding-bottom: 80px;
}


/*main_menu--------------------------------------*/
#main_menu ul li a {
	position: relative;
	padding-left: 30px;
}
#main_menu ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #603813;
	transition: .5s
}
#main_menu ul li a:hover {
	padding-left: 50px;
}
#main_menu ul li a:hover::before {
	width: 40px;
}
.main_box {
	margin-left: 25%;
}
#form_box dl input,#form_box dl textarea{background-color: rgba(222,222,222,0.1);color:#333}


/*main_img------------------------------------------*/

#main_img {
	z-index: -1;
	overflow: hidden;
	position: relative;
	max-height: 100vh;
	min-height: 100vh
}

#main_img img {
	max-height: 100vh;
	min-height: 100vh;
	position: relative;
	object-fit: cover;
}
.txt1 {
	top: 50%;
	right: 10px;
	z-index: 2;
	width: 60%;
	-ms-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}

.scroll_bt {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
}
.scroll_bt span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.scroll_bt span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
    transform: translate(0, 20px);
    opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


/*attach------------------------------------------------*/
#attach {
	width: 100%;
	height: 300px;
	position: relative;
}

/**/



.button {
	position: relative;
	overflow: hidden;
}
.button::after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	display: block;
	content: '';
	width: 30em;
	height: 30em;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all .5s;
}
.button:hover::after {
	box-shadow: inset 0 0 0 15em rgba(96,59,26,1);
}


.cms_title {
	position: relative;
	padding-left: 60px;
}
.cms_title::before {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #603813;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}

#map .ggmap {
	position: relative;
	padding-bottom: 350px;
	height: 0;
	overflow: hidden;
}
#map .ggmap iframe,
#map .ggmap object,
#map .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.foot_tel_bt {
	display: inline-block!important;
	max-width: 100%!important;
}

#page_title .title_img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 280px;
}
#page_title .title_img::before{
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	display: block;
	background-image: url("../img/title_bg.png");
	z-index: 1;
}
#page_title .page_box {
	position: relative;
	padding-left: 120px;
}
#page_title .page_box::before {
	content: "";
	width: 100px;
	height: 1px;
	background-color: #603813;
	position: absolute;
	top:50%;
	left: 0;
	-ms-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
.button2:hover {
	box-shadow: 0 0 20px rgba(180,180,180,.6) inset;
}

/*pager----------------------------*/
.pager {
	font-size: 0;
}
.pager li {
	height: 50px;
	line-height: 50px;
}

#page-top {
	z-index: 99;
}
#page-top a{
	display: block;
	position: relative;
	text-align: center;
}
#page-top a svg{
	width: 30px;
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	.head_box {
		height: auto;
	}
	.main_box {
		margin-left: 0;
		padding-top: 75px;
	}
	#main_img {
		max-height: auto;
		min-height: auto;
	}
	#main_img img {
		max-height: auto;
		min-height: auto;
	}
	.scroll_bt {
		display: none;
	}
	#attach {
		height: 200px;
	}
	.head_box {
		padding-bottom: 0px;
	}
	#page_title .title_img {
		height: 158px;
	}
	footer .link_box li{
		max-width: 25px;
	}
}


/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	.main_box {
		padding-top: 60px;
	}
	#attach {
		height: 150px;
	}
	#page_title .page_box {
		position: relative;
		padding-left: 60px;
	}
	#page_title .page_box::before {
		content: "";
		width: 50px;
	}
	#page_title .title_img {
		height: 120px;
	}
	.pager li:not(.prev) {
		display: none;
	}
}


/* ----------- IE ------ ---------- */
@media all and (-ms-high-contrast:none) {
	
}