@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h3,
h4,
h5,
h6,
form,
input,
textarea,
button,
p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 160%;
	color: #333;
    font-family:ヒラギノ角ゴ ProN W3,"Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"游ゴシック",YuGothic,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
/*クリアフィックス*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	margin-left: 0;
	text-align: center;
}

.clearfix:before {
	display: block;
	content: "";
	font-size: 14px;
	clear: both;
}

.clearfix {
	display: block;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.fead-mv {
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	opacity: 0.6;
	color: inherit;
	text-decoration: none;
}
ul {
	list-style: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flext {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
.rpic{
	flex-direction:row-reverse;
}
a[href*="tel:"] {
	pointer-events: none;
}
.inner{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
	a[href*="tel:"] {
		pointer-events: initial !important;
	}
}
#wrapper{
	overflow: hidden;
	max-width: 100%;
}
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background:rgba(255,255,255,0.8) ;
}
#header h1{
	font-family:"Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝", "Sawarabi Mincho", serif;
	font-size: 30px;
	line-height: 110%;
	padding: 25px 0 35px 0;
}
#header h1 .h{
	display: block;
	font-size: 16px;
	 font-family:ヒラギノ角ゴ ProN W3,"Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"游ゴシック",YuGothic,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
	line-height: 140%;
}

#nav{
	padding: 35px 0 35px 0;
}
#nav li{
	font-family:"Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝", "Sawarabi Mincho", serif;
	font-size: 24px;
	padding: 0 0 0 30px;
}

.main_img{
	position: relative;
}
.main_img .pic{
	height: 700px;
}
.main_img .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main_img .inner{
	position: relative;
	z-index: 1;
	text-align: right;
}
.main_img .inner h2{
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(60px);
	padding: 90px 0 0 0;
	display: inline-block;
}
.main_img .inner h2:before{
	content: "";
	display: block;
	width: 531px;
	height: 454px;
	background: url("../images/home_tit_bk.png") 0 0 no-repeat;
	position: absolute;
	bottom: -262px;
	left: 0;
	
}
.main_img .inner h2 img{
	position: relative;
	z-index: 1;
}

#about .wrap{
	background: url("../images/about_bk.gif") 0 -10px repeat;
	border-top:2px solid #fff;
	padding: 90px 0 0 0;
	margin-bottom: 35px;
}
#about .inner{
	position: relative;
	z-index: 1;
}
#about h2{
	text-align: left;
}
#about .txt{
	max-width: 820px;
}
#about .txt p{
	padding: 0 0 20px 0;
}
#about .pic{
	text-align: right;
}
.h2h{
	font-size: 36px;
	font-family:"Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝", "Sawarabi Mincho", serif;
	padding: 0 0 30px 0;
	text-align: center;
}
#about .box{
	width: 45.3%;
}
#about .box dt{
	float: left;
	font-weight: bold;
	padding: 30px 0 15px 0;
}
#about .box dd{
	padding: 30px 0 15px 115px;
}
#about .box dl{
	border-bottom: 1px solid #a0a0a0;
	
}
#about .box dl.name dd{
	font-size: 24px;
	font-family:"Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝", "Sawarabi Mincho", serif;
	padding-top: 18px;
}
#about{
	padding-bottom: 35px;
}

.reien p{
	text-align: center;
	padding: 0 0 25px 0;
}
.reien .reien{
	padding-bottom: 20px;
}
.reien li{
	width:48% ;
	text-align: center;
}
.reien li.link1{
	padding-top: 60px;
	padding-bottom: 20px;
}
.reien li.link2{
	padding-top: 20px;
}
.reien li.link1,.reien li.link2{
	background: #f1f1eb;
    border-radius: 1%; /* 丸くする */
}
.reien li strong{
	display: block;
	text-align: center;
	font-weight: normal;
	padding: 15px 0 30px 0;
}
.reien li .in{
	padding-left: 8%;
	padding-right: 8%;
}
.reien .reien ul{
	max-width: 300px;
	margin: 0 auto;
}
.reien .reien li:nth-child(2n){
	margin-left: 4%;
}
.reien .reien li img{
	max-width: 100%;
}
.reien .more a{
	display: inline-block;
	background: #2a425e;
	color: #fff;
	font-family:"Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝", "Sawarabi Mincho", serif;
	padding: 16px 18px;
}
.reien{
	padding-bottom: 80px;
}
.reien.links li{
	width: 48%;
	margin-right: 0;
	text-align: center;
}
.reien.links li.link1 img{
	max-width: 250px;
	width: 100%;
}
#event{
	background:#f8f8f5;
	padding: 30px 0 50px 0;
}
#event .m{
	border-bottom: #626262 3px solid;
	font-size: 36px;
	font-family:"Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝", "Sawarabi Mincho", serif;
	margin-bottom: 35px;
	position: relative;
	cursor: pointer;
}
#event .m:before{
	content: "";
	width: 26px;
	height: 2px;
	background: #333;
	position: absolute;
	top: calc(50% - 1px);
	right: 10px;
}
#event .m:after{
	content: "";
	width: 26px;
	height: 2px;
	background: #333;
	position: absolute;
	top: calc(50% - 1px);
	right: 10px;
	transform: rotate(90deg);
}
#event .m .n{
	font-size: 100px;
	display: inline-block;
	padding-right: 0.15em;
}
#event .m.active + .txt{
	display: block;
}
#event .txt{
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 30px;
	display: none;
}
#event .txt h3{
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 25px 0;
}
#event .txt p{
	padding: 0 0 20px 0;
}

#access{
	padding: 100px 0 70px 0;
}
#access #map{
	padding-bottom:50%;
	position: relative;
	margin-bottom: 20px;
}
#access #map iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
#access dt{
	font-weight: bold;
	float: left;
}
#access dd{
	padding: 0 0 0 45px;
}
#access dl{
	padding: 0 0 20px 0;
}
#footer .wrap{
	background:#f1f1eb;
	padding: 35px 0 15px 0;
}

#footer .foot_nav{
	text-align: center;
	padding-bottom: 25px;
}
#footer .foot_nav li{
	display: inline-block;
	font-family:"Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝", "Sawarabi Mincho", serif;
	padding: 0 1em;
}
#footer .foot_nav li:after{
	content: "";
	display: block;
	width:14px;
	height: 1px;
	background:#999999 ;
	margin: 10px auto 25px auto;
}
#footer h3{
	text-align: center;
	font-family:"Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝", "Sawarabi Mincho", serif;
	font-size: 24px;
	padding: 0 0 20px 0;
}
#footer h3 .h{
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 120%;
	 font-family:ヒラギノ角ゴ ProN W3,"Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"游ゴシック",YuGothic,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#footer .wrap p{
	text-align: center;
	padding: 0 0 20px 0;
	
}

#footer .copy{
	text-align: center;
	padding: 15px 2.5%;
}

.totop{
	position:fixed;
	bottom: 5px;
	right: 5px;
	z-index: 5;
	
}
#nav p{
	display: none;
}
.slick-dots{
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	z-index: 10;
	text-align: center;
}
.slick-dots li{
	display:inline-block;
	margin: 0 10px 0 0;
}

.slick-dots li button{
	text-indent: -9999px;
	background: #2a425e;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	box-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.slick-dots li.slick-active button,.slick-dots li button:hover{
	background:#9d6120;
}
@media only screen and (max-width: 1024px) {
	#nav p{
		display: block;
	}
	#nav p{
		display: block;
	}
	#header{
		z-index: 100;
	}
	#nav{
		
    position: fixed;
    top: 0;
    right: 0;
    width: 220px;
    height: 100vh;
    
    transform: translateX(220px);
    padding: 0;
        padding-bottom: 0px;
    z-index: 101;
    border: none;
    background: #fff;
	transition: ease .5s;
	}
	
	#nav.action {
    transform: translateX(0px);
	}
	
	#nav .toggle {

    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 18px;
    left: -60px;
    cursor: pointer;
    margin: 2px;
    z-index: 1;

}
	#nav .toggle .bar {

    display: block;
    background: #333;
    height: 2px;
    width: 26px;
    text-indent: 9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;

}

	#nav .toggle .bar:before {

    display: block;
    content: "";
    background: #333;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;

}

	#nav .toggle .bar:after {

    display: block;
    content: "";
    background: #333;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
	}
	#nav.action .toggle .bar {
    transform: rotate(-45deg);
    transition: ease .10s;
	}
	#nav.action .toggle .bar:after, #nav.action .toggle .bar:before {
    transform: rotate(90deg);
    top: 0;
    left: 0;
	}
	#nav.action p {
    left: 180px;
	top: 10px;
	}
	.overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 10;
	}
	#nav li:first-child{
		margin-top: 60px;
	}
	#nav li{
		padding: 5px 2.5%;
	}
	#nav li a{
		display: block;
		padding: 0 10px;
	}
	#nav ul{
		height: 100%;
		display: block;
		overflow-y: auto;
	}
	#header h1{
		padding: 15px 0 ;
	}
	#about .inner h2{
		text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	}
	#about .inner p{
		text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	}
	#about .box dd{
		padding-left: 55px;
	}
	.reien.links li{
		width: 100%;
	}
	.reien li.link1{
		padding-bottom: 50px;
		margin-bottom: 20px;
	}
	.reien .reien ul li{
		width: 48%;
	}
}
@media only screen and (max-width: 599px) {
	.h2h{
		font-size: 30px;
	}
	#about .box{
		width: 100%;
	}
	.totop{
		max-width: 60px;
		bottom: 40px;
	}
	.main_img .pic{
		height: 100vh;
	}
	.main_img .inner h2{
		transform: translateY(10px);
		max-height: calc(100vh -110px);
		max-width: 50%;
	}
}