@charset "utf-8";
/* CSS Document */

html {
	font-size:62.5%;
}
body {
	position: relative;
	text-align: left;
	color: #3e3a39;
	line-height: 1.2;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	font-size: 1.4em;
	overflow-x: hidden;
}


*,
*:before,
*:after,
*:hover {
	box-sizing: border-box;
}
#contents_area img {
	width: 100%;
	height: auto;
}
.abs {
	position: absolute;
	z-index: 50
}



#print {
	display: none;
}

a {
	color: #391400
}

a:hover {
	text-decoration: none
}

a:hover img,
button:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

label,
button {
	cursor: pointer
}



.fll,
.flL {
	float: left;
}

.flr,
.flR {
	float: right;
}

.before_icon:before,
.after_icon:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: 100% auto
}

.before_icon:before {}

.after_icon:after {}

.before_icon img,
.after_icon img {
	display: inline-block;
	vertical-align: middle;
}

.yumin{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
}
.hiramin{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", 游明朝,"Yu Mincho",YuMincho,HGS明朝E,"ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ,Meiryo,serif;
	font-weight: bold;
}

.clear,
.clearfix:after {
	clear: both;
	display: block;
	overflow: hidden;
}

.clearfix:after {
	content: " ";
	width: 0;
	height: 0;
}

/* clearfix:after基本的にdisplay: block必要 */

/* For IE 6/7 only */
.clearfix {
	*zoom: 1;
}


.container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 2.0rem;
	box-sizing: border-box;
    display: block;
}


.text {
	line-height: 1.65;
}

.btn a {
	transition: all 0.3s ease;
}

.btn a:hover {
	opacity: 0.65;
}




/* cssアニメーション */
.inview_fadeIn{
	position: relative;
	opacity: 0;
	transition: 0.75s ease-in 0.1s;
	filter: grayscale(100%);
}
.inview_fadeIn.active{
	opacity: 1;
	filter: grayscale(0);
}

.fade_grade{
	position: relative;
	overflow: hidden
}
.fade_grade:before{
	content: "";
	display: block;
	position: absolute;
	left: -100%;
	top: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,1)  50%);
	z-index: 50;
	transition: 1.5s left;
}
.fade_grade.active:before{
	left: 100%
}












#wrap_all {
	position: relative;
	overflow: hidden;
}


/* #contents_area
コンテンツ
------------------------------------------------------------ */
#contents_area {
	color: #4f4b49;
}
#contents_area .baseW {
	position: relative;
}
#contents_area .no_after:after,
#contents_area .no_before:before {
	content: none
}
#contents_area a {}
#contents_area a:hover {}
#contents_area img {}



@media screen and (max-width: 960px) {



	
}
@media screen and (max-width: 768px) {
	html {
		font-size:47%;
	}
	body{
		-webkit-text-size-adjust: 100%;
	}
}












/*---------------------------
　header
-----------------------------*/

#header{
	position: relative;
	transition: 0.5s padding-right;
}

#header .header_inner {
	display: flex;
	justify-content: space-between;
}

#header h1{
	width: 50%;
	max-width: 190px;
	padding: 30px 0 28px;
}
#header h1 img{
	display: block;
	width:100%;
	height:auto
}
#header .head_sub,
#header .head_navi{
	padding: 30px 0 20px;
	display: flex;
	justify-content: flex-end;
}
#header .head_sub{
}
#header .head_sub li{
	display: inline-block;
	margin-left: 40px;
}
#header .head_sub li a{
	color: #4a1b00;
}
#header .head_sub li a:hover{
	color: #391400
}

#header .head_navi{
	margin-top: 15px;
	padding: 0;
}
#header .head_navi li{
	width: 150px;
	font-size: 1.6rem;
	text-align: center;
}
#header .head_navi li a{
	display: block;
	height: 43px;
	line-height: 43px;
	color: #4a1b00;
	border-right:1px solid #727171;
	box-sizing: border-box;
	transition:0.2s all ease-in-out;
}
#header .head_navi li:first-of-type a{
	border-left:1px solid #727171;
}
#header .head_navi li a:hover{
	border-bottom: 5px solid #391400;
	color: #391400;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
}
/*-----------------------------------------
グローバルナビゲーション トグルボタン
-----------------------------------------*/
#header #navToggle {
    display:none; /*通常時は非表示にしておきます*/
    position:fixed; /*bodyに対しての絶対位置指定です*/
    right:0;
    top:0;
    width:50px;
    height:50px;
    cursor:pointer;
	background-color: #fff;
	z-index: 2;
}
#header #navToggle div {position:relative} /*spanの絶対位置指定の親にします*/
#header #navToggle span {
    display:inline-block;
    position:absolute; /*#header #navToggle div に対して*/
    width: 30px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

#header #navToggle span:before,
#header #navToggle span:after {
	content: "";
    display:inline-block;
    position:absolute; /*#header #navToggle div に対して*/
    width:100%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}
#header #navToggle span,
#header #navToggle span:before,
#header #navToggle span:after {
	height: 2px;
	background-color: #4f4b49;
}

#header #navToggle span {top: 24px;left: 10px;}
#header #navToggle span:before {top:-11px}
#header #navToggle span:after {top:11px}

@media screen and (max-width: 960px) {
	#header{
		padding-right: 0;
	}


	
}
@media screen and (max-width: 768px) {
	#header h1{
		padding: 5% 0;
	}
	#header #navToggle {
		display:block;
		z-index: 11;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		-webkit- transform: translateY(-50%) translateX(0);
	}
	#header #navToggle.open span:before {
		top: 0px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
	#header #navToggle.open span {
		height: 0;
	}
	#header #navToggle.open span:after {
		top: 0px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	

	#header .nav_wrap {
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		background-color: #fff;
		z-index: 2;
		width: 100%;
	}
 	#header .nav_wrap.open {
	}
	#header .nav_wrap .nav_inner {
		display: flex;
		flex-wrap: wrap;
	}


	#header .head_sub,
	#header .head_navi{
		padding: 0;
		display: block;
		width: 100%;
	}
	#header .head_sub{
		flex-direction: column-reverse;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
	}

	#header .head_navi{
		margin-top: 0;
		padding: 0;
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
	}
	
	#header .head_sub li,
	#header .head_navi li{
		margin: 0;
		padding: 0;
		width: 100%;
		font-size: 2.2rem;
		text-align: center;
		border-top: solid 1px #4a1b00;
	}
	#header .head_sub li {
		border-bottom: solid 1px #fff;
	}
	
	#header .head_sub li a,
	#header .head_navi li a{
		display: block;
		height: auto;
		line-height: 1.5;
		padding: 1rem;
		border:none;
	}
	#header .head_sub li a {
		background-color: #4a1b00;
		color: #fff;
	}
	#header .head_sub li a:hover{
		color: #fff
	}
	
	#header .head_navi li a:hover {
		border: none;
	}
	#header .head_navi li:first-of-type a {
		border: none;
	}
}


















/*---------------------------
マップ
-----------------------------*/
.access{	
	font-size: 1.3rem;
	border-top: 1px solid #727171;
	display: flex;
	
	flex-direction: row-reverse;
	justify-content: space-between; /* 横 */
	padding-top: 80px;
	padding-bottom: 80px;
}
.access .map{
	width: 66.6%;
	transition: 0.5s width;
}
.access .map img{
	display: block;
	width: 100%;
	height: auto;
}


.access .text{
	padding-top: 20px;
	width: 30.5%;
	line-height: 1.2;
}
.access .text h4 {
	font-size: 1.8rem;
	width: 100%;
	font-feature-settings: "palt";
	letter-spacing: 0.2em;
}

.access .text h4 .large {
	font-size: 3.6rem;
	display: block;
	line-height: 1.5;
}

.access .text p{
	margin-top: 15px;
}
.access .text .address{
	margin-top: 50px;
}
.access .text .link{
	margin-top: 0;
}
.access .text .link a{
	font-size: 3.6rem;
}







/*---------------------------
　footer
-----------------------------*/

#footer{
	margin-top: 75px;
	padding-bottom: 20px;
	text-align: center;	
	font-size: 1.2rem;
	color: #595757;
	background-color: #e9e9e9;
}

#footer .foot_navi{
	padding: 20px 0;
	border-bottom: 1px solid #727171;
}
#footer .foot_navi li{
	display: inline-block;
	margin-left: 90px;
}
#footer .foot_navi li:first-of-type{
	margin-left: 5.5em;
}
#footer .foot_navi li a{
	color: #595757;
	font-weight: bold;
}
#footer .foot_navi li a:hover{
	color: #391400
}
#footer h4{
	margin: 50px auto 0;
	width: 115px;
	transition: 0.5s width,height;
}
#footer h4 img{	
	display: block;
	width:100%;
	height:auto
}
#footer em{
	display: block;
	margin-top: 20px;
}
#footer .address{
	margin-top: 15px;
}
#footer .address li{
	display: inline-block;
	margin-left: 2em;
}
#footer .address li:first-of-type{
	margin-left: 0;
}
/* 聞くまでは消す。 */
#footer .address li:not(:first-of-type){
	display: none;
}

#footer .address li a{
	color: #595757;
	cursor: default
}
#footer strong{
	display: block;	
	margin-top: 15px;
}



/* ページトップへ */
.arrow {
    position: relative;
    display: inline-block;
    padding: 0 35px 0 0 !important;
    vertical-align: middle;
    text-decoration: none;
	color: #4a1b00;
}
.arrow::before,
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #4a1b00;
}
.arrow::after {
    right: 11px;
	width: 11px;
	height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#to_top {
	position: fixed;
	right: 2%;
	bottom: 2%;
	width: 40px;
	height: 40px;
	z-index: 150;
	
	transition: 0.75s bottom ease-in-out;
}

#to_top a {
	display: block
}

#to_top a.arrow {
    position: relative;
    display: inline-block;
    padding: 0 35px 0 0 !important;
    vertical-align: middle;
    text-decoration: none;
	color: #4a1b00;
}
#to_top a.arrow::before,
#to_top a.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#to_top a.arrow::before {
    width: 40px;
	height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #4a1b00;
}
#to_top a.arrow::after {
	top: 3px;
	left: 13px;
	width: 15px;
	height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


@media screen and (max-width: 960px) {


	/*---------------------------
	マップ
	-----------------------------*/

	.access .map {
		width: 55%;
	}
	.access .text{
		width: 45%;
	}


	/*---------------------------
	 footer
	-----------------------------*/

	#footer{
		margin-top: 6%;
		padding-bottom: 3%;
	}


}






@media screen and (max-width: 768px) {
	/*---------------------------
	マップ
	-----------------------------*/
	.access{	
		display: block;
		padding-top: 0;
		padding-bottom: 0;
		border-top: none;
	}

	.access .map {
		width: 100%;
		border:1px solid #727171;
	}	


	.access .text{
		width: 100%;
		text-align: center;
		font-size: 1.8rem;
	}
	.access .text p{
		margin-top: 1%;
	}
	.access .text .address,
	.access .text .link{
		margin-top: 3%;
	}


	/*---------------------------
	 footer
	-----------------------------*/
	#footer h4{
		margin-top: 3.5%;
		width: 35%;
	}
	#footer .foot_navi{
		padding: 2% 0;
		font-size: 1.8rem;
	}
	#footer .foot_navi:after{
		content: "";
		clear: both;
		display: block;
		height: 0;
		overflow: hidden;
	}
	
	#footer .foot_navi li,
	#footer .foot_navi li:first-of-type{
		margin-left: 0;
	}
	#footer .foot_navi li{
		float: left;
		width: 50%;
		box-sizing: border-box;
	}
	#footer .foot_navi li:first-of-type{
		border-right: 1px solid #727171;
	}
	#footer .foot_navi li a{
		display: block;
		padding: 5% 0
	}
	
	#footer .foot_navi li.to_privacy{
		display: none
	}
	
	#footer .foot_info em,
	#footer .foot_info .address{
		display: none;
	}
	
	
	
	
	
}





















/*---------------------------
　overbody
-----------------------------*/
#overbody{
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	transition: 1s opacity;
	z-index: 5000
}
#overbody.active{
	top: 0;
	opacity: 1
}




#privacy{
	position: fixed;
	width: 80%;
	left: 50%;
	top: 200%;
	
	transform: translate(-50%,-50%);
	-webkit- transform: translate(-50%,-50%);
	background-color: white;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	border-radius: 2rem;
	z-index: 10000;
	
	transition: 0.5s top ease-in-out
}
#privacy .btn{
	position: absolute;
	right: 0;
	top: -6rem;
	color: white;
	font-size: 5rem;
	cursor: pointer;
}

#privacy.active{
	top: 50%
}

#privacy .container{
	padding-top: 3rem;
	padding-bottom: 3rem;
}

#privacy h4{
	font-size: 2.4rem;
	text-align: center;
}
#privacy ul{
	margin-top: 1.5rem;
	border-top:1px solid #727171;
}

#privacy ul li{
	padding-top: 1.5rem;
	font-size: 1.6rem;
}


@media screen and (max-width: 960px) {

}

@media screen and (max-width: 768px) {
	
}



















/* プリント */
@media print {}
