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


/*----------------------------base-----------------------------------*/

.entrybody p{
	margin-bottom: 10px;
	margin-top: 10px;
}
.entrybody img.alignright{
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.entrybody img.alignleft{
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.entrybody img.aligncenter{
	margin: 0 auto;
	display: block;
}
@media screen and (max-width: 750px){
	.entrybody p>img:first-child:last-child,
	.entrybody img.alignright,
	.entrybody img.alignleft{
		float: none;
		margin: 0 auto;
		display: block;
	}
}
img[height]{
	height: auto;
}

/*----------------------------link etc--------------------------------*/

a,
input,
button{
	outline: 0;
}
input::-moz-focus-inner,
button::-moz-focus-inner{
	border: 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #79726e;
}

a:hover{
	opacity: 0.7;
}

/*----------------------------load-----------------------------------*/

#load{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}
#load div:nth-of-type(1){
	height: 100%;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.8s ease-in-out;
}
#load .loader {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #d0aa42;
	border-radius: 50%;
	animation: spin 0.75s infinite linear;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	display: block;
	box-sizing: content-box;
}
#load .loader::before,
#load .loader::after {
	left: -2px;
	top: -2px;
	display: none;
	position: absolute;
	content: '';
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
}
#load .loader,
#load .loader::before {
	display: inline-block;
	border-color: transparent;
	border-top-color: #d0aa42;
}
#load .loader::before {
	animation: spin 1.5s infinite ease;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/*----------------------------delay-----------------------------------*/
/*
.delay{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px);
	transition: 0.8s ease-in-out;
}
.delayActive{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: 0.8s ease-in-out;
}
*/
/*----------------------------header-----------------------------------*/

header{
	position: relative;
	z-index: 5;
	margin: 0 auto 35px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	justify-content: space-between;
	padding: 0 30px;
	max-width: none;
	width: 100%;
}
header h1{
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.3;
	text-align: right;
	font-weight: 400;
	opacity: 0.6;
	padding: 10px 0 10px;
}
header .logo{
	width: 280px;
}
header .logo a,
header .logo img{
	display: block;
}
header .inner{
	width: calc(100% - 280px);
	
}
header nav{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	padding-top: 15px;	
}
header nav ul{
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	max-width: 1100px;
	width: 100%;
	font-family: 'Alegreya Sans SC', sans-serif;
	margin-right:-2.5%;
}
header nav ul li{
	flex-grow: 1;
	display: flex;
	align-items: stretch;
	justify-content: center;
	position: relative;
	padding:1%;
}
header nav ul li:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	/*background: #3a3c49;*/
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}
header nav ul li:nth-of-type(1):before{
	width: 50%;
	left: auto;
	right: 0;
}
header nav ul li:nth-last-of-type(3){
	padding-right: 10px;
}
header nav ul li:nth-last-of-type(2):before{
	width: 50%;
}
header nav ul li:nth-last-of-type(1):before{
	display: none;
}
header nav ul li.i{
	flex-grow: 0;
	position:relative;
    top:3%;
	right:0;
	margin-right:0%;
	overflow: hidden;
	margin-top:-1%;
}
header nav ul li.i a{
height: 0; /*高さは0ピクセルです*/
/*幅は300ピクセルです*/
border-bottom: 48px solid #9e9069; /*下側に色がグレーで48ピクセル分の幅のボーダー（縁取り）をつけます*/
border-left: 36px solid transparent; /*右側に透明な36ピクセル分の幅のボーダーをつけま す*/
color:#fff!important; /*文字の色は白（#fff）です*/
font-size: 1.5rem!important; /*フォントサイズは18ピクセルです*/
line-height: 60px; /*行の高さは50ピクセルです*/
padding-left: 16px; /*左側に16ピクセルの余白をとります*/
margin-top:-5%;
/*margin-left:-1%;*/
}

header nav ul li.i a {
	display: inline-block;
	font-size: 16px;
	padding: .8em 1.6em .4em .8em;
	position: relative;
	color: #fff!important;
	z-index: 1;
}

header nav ul li.ss{
	display: none;
}
header nav ul li a{
	z-index: 3;
	/*background: #fff;*/
	display: flex;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	padding: 10px 10px;
	text-align: center;
	position: relative;
	transition: 0.2s;
	color: #3a3c49 !important;
	font-size: 1.8rem;
	letter-spacing: 0.3rem;
	opacity: 1 !important;
	line-height: 1.3;
	font-style:italic;
}
header nav ul li a:hover{
	color: #79726e !important;
}
#bm{
	display: none;
}
#shade{
	width: 100%;
	height: 100%;
	background: rgba(54,44,29,0.7);
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 4;
	pointer-events: none;
	transition: 0.3s ease-in-out;
	display: none;
}
.open #shade{
	opacity: 1;
	pointer-events: auto;
}

@media screen and (max-width: 1200px){
	header{
		padding: 0 0 0 20px;
	}
	header .logo{
		width: 120px;
	}
	header .inner{
		width: calc(100% - 130px);
	}
	header nav ul{
		width: 100%;
		font-size: 1.6rem;
	}
	header nav ul li.i{
		display: none;
	}
	header nav ul li:nth-last-of-type(3){
		padding-right: 0;
	}
	header nav ul li:nth-last-of-type(3):before{
		width: 50%;
	}
}
@media screen and (max-width: 980px){
	header{
		margin-bottom: 0;
		padding: 30px 20px;
	}
	header h1{
		display: none;
	}
	header .logo{
		width: 40%;
		max-width: 250px;
		position: relative;
	}
	header .inner{
		width: 60%;
	}
	header .inner nav{
		position: fixed;
		top: 0;
		right: -290px;
		width: 280px;
		height: 100vh;
		z-index: 9;
		transition: 0.3s ease-in-out;
		opacity: 0;
		color: #fff;
		background: rgba(255,255,255,0.9);
		padding: 60px 10px 10px;
		display: block;
	}
	.open 	header .inner nav{
		right: 0;
		opacity: 1;
	}
	header .inner nav ul{
		padding: 0;
		display: block;
		border: none;
		max-width: 200px;
		margin: 0 auto;
		overflow: hidden;
	}
	header .inner nav ul li{
		display: block;
	}
	header .inner nav ul li.ss{
		display: block;
	}
	header .inner nav a{
		display: block;
		width: 100%;
		text-align: left;
		font-size: 1.7rem;
		padding: 10px 0 !important;
		margin: 0 auto;
		background-color: transparent;
	}
	header .inner nav li:before{
		display: none;
	}
	header .inner nav li.i{
		float: left;
		text-align: center;
		width: auto;
		margin-right: 0px;
	}
header nav ul li.i a{
height: 0; /*高さは0ピクセルです*/
/*幅は300ピクセルです*/
border-bottom: none; /*下側に色がグレーで48ピクセル分の幅のボーダー（縁取り）をつけます*/
border-left: none; /*右側に透明な36ピクセル分の幅のボーダーをつけま す*/
color: #000!important; /*文字の色は白（#fff）です*/
font-size: 1.5rem!important; /*フォントサイズは18ピクセルです*/
line-height: 0px; /*行の高さは50ピクセルです*/
padding-left: 16px; /*左側に16ピクセルの余白をとります*/
margin-top:-3%;
font-weight:300;
/*margin-left:-1%;*/
}
header nav ul li.i a {
	display: inline-block;
	font-size: 16px;
	position: relative;
	color: #fff;
	z-index: 1;
}
header .ss.tel a{
		margin-top: 15px;
		border: 1px solid #ed1c23;
		padding: 5px 10px !important;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #ed1c23 !important;
	}
header .ss.tel a i img{
		display: block;
		width: 30px;
	}
header .ss.tel a:hover{
		background: #ed1c23;
		border-color: #ed1c23;
		color: #fff !important;
	}
#bm{
		display: flex;
		position: fixed;
		top: 38px;
		right: 10px;
		height: 44px;
		width: 44px;
		z-index: 10;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: 0.2s ease-in-out;
	}
	#bm i{
		display: block;
		width: 30px;
		height: 2px;
		background: #3a3c49;
		position: relative;
		transition: 0.3s ease-in-out;
	}
	#bm i:before,
	#bm i:after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #3a3c49;
		position: absolute;
		top: -10px;
		left: 0;
		transition: 0.3s ease-in-out;
	}
	#bm i:after{
		top: 10px;
	}
	.open #bm i{
		background: rgba(154,27,26,0);
	}
	.open #bm i:before,
	.open #bm i:after{
		top: 0;
		transform: rotate(225deg);
	}
	.open #bm i:after{
		transform: rotate(-225deg);
	}
	.scrolled #bm{
		top: 10px;
	}
	#shade{
		display: block;
	}
}

@media screen and (min-width: 980px){
	
}

@media screen and (max-width: 600px){
	header{
		padding: 20px 10px;
	}
	header .logo{
		width: 200px;
	}
	#bm{
		top: 18px;
	}
}
@media screen and (max-width: 500px){
	header .logo{
		width: 100px;
	}
	#bm{
		right: 7px;
		top: 14px;
	}
}

/*----------------------------lv--------------------------------*/

#lv{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#lv .inner{
	width: 100%;
	position: relative;
	z-index: 2;
}
#lv .inner img{
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
#lv .txt{
	width: 61%;
	height: 100%;
	position: absolute;
	top: 0;
	right:0;
	z-index: 2;
	pointer-events: none;
	padding: 20px 70px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
#lv .txt p{
	margin: 0 auto;
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
}
#lv .txt .p1{
	font-size: 6.5rem;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #3a3c49;
	letter-spacing: 0.6rem;
	text-transform: lowercase;
	border-bottom:solid 1px #000;
}
#lv .txt p.p2{
	font-size: 1.3rem;
	line-height: 2.4;
	letter-spacing: 0.3rem;
	text-align:left;
	padding-left:5%;
}
@media screen and (max-width: 1000px){
	#lv .txt{
		padding: 20px 20px;
	}
	#lv .txt p.p1{
		font-size: 4.5rem;
	}
}
@media screen and (max-width: 650px){
	#lv .inner img{
		height: 200px;
	}
	#lv .txt{
		padding: 10px;
	}
	#lv .txt p.p2{
		line-height: 1.8;
	}
}
@media screen and (max-width: 470px){
	#lv .txt p.p1{
		font-size: 8vw;
	}
}

/*----------------------------main--------------------------------*/

#column{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0 auto;
	padding-right: 20px;
	padding-bottom: 60px;
}
#primary{
	width: calc(100% - 250px);
}
#secondary{
	width: 230px;
	padding-top: 80px;
}
.wrapper{
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
#secondary .wrapper{
	padding-left: 0;
	padding-right: 0;
}
section,
.section{
	padding-top: 80px;
	padding-bottom: 80px;
}
#primary section:last-child,
#primary .section:last-child{
	padding-bottom: 0;
}
@media screen and (max-width: 900px){
	#column{
		flex-wrap: wrap;
		padding-right: 0;
		padding-bottom: 30px;
	}
	#primary{
		width: 100%;
	}
	#secondary{
		width: 100%;
	}
	#secondary .sbn,
	#secondary #scontactbn{
		display: none;
	}
	.wrapper{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
@media screen and (max-width: 650px){
	section,
	.section{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 600px){
	#column{
		padding-bottom: 40px;
	}
	.wrapper{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	section,
	.section{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.al,
.al *{
	text-align: left;
}
.ac,
.ac *{
	text-align: center;
}
.ar,
.ar *{
	text-align: right;
}

.btn{
	text-align: center;
}




.btn a,
.wpcf7-form-control.wpcf7-submit/*contactform7*/{
	display: inline-block;
	text-align: center;
	color: #fff !important;
	background-color: #e00048;
	padding: 3px 20px;
	min-width: 180px;
	letter-spacing: 0.2rem;
	transition: 0.2s;
	font-weight: 400;
	margin: 2px 5px;
	font-size: 1.7rem;
	line-height: 1.6;
	border: 1px solid #e00048;
	text-transform: none;
	font-weight: 400;
	border-radius: 5px;
	
}
.wpcf7-form-control.wpcf7-submit/*contactform7*/{
	display: block;
	width: 180px;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	transition: 0.2s;
}
.btn a:hover,
.wpcf7-form-control.wpcf7-submit:hover/*contactform7*/{
	background: #c1ab05;
	color: #fff !important;
	border:1px solid #c1ab05;
}

hr{
	border: none;
	border-bottom: 1px dashed #c4b6a1;
	margin: 0;
	display: block;
}

/*-------*/

main h2{
	text-align: center;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.6rem;
	position: relative;
	margin-bottom: 30px;
	color: #3a3c49;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-style:italic;
}
main h2 span{
	display: inline-block;
}
main h2 i{
	display:block;
	letter-spacing: 0.2rem;
	font-size: 1.6rem;
	padding-left: 15px;
	margin-top:3%;
	
}
main h3{
	text-align: left;
	font-size: 2.0rem;
	line-height: 1.2;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-family: a-otf-ryumin-pr6n,serif;
font-weight: 600;
font-style: normal;
	
}

main h3 i{
	display: block;
	font-weight: 400;
	font-size: 4rem;
	padding-bottom: 10px;
	
	
}
/*
main h3:after{
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #c1ab05;
	position: absolute;
	bottom: 0;
	left: 0;
}
*/
main h4{
	font-size: 3.5rem;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.5rem;
	line-height: 1.3;
	color: #3a3c49;
	text-transform: lowercase;
}
main h4 i{
	margin-bottom: 20px;
	padding-top: 4px;
	font-size: 1.3rem;
	display: block;
	letter-spacing: 0.2rem;
	font-weight: 400;
}
@media screen and (max-width: 600px){
	main h2{
		font-size: 5.2vw;
	}
	main h3{
		margin-bottom: 10px;
	}
	main h2 i{
	display:block;
	letter-spacing: 0.2rem;
	font-size: 1.6rem;
	padding-top: 3%;
	
}
	main h3 i{
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 440px){
	main h2{
		font-size: 2.2rem;
		letter-spacing: 0.3rem;
	}
	main h4{
		font-size: 2.4rem;
	}
}

/*-------*/

.table table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
	font-size: 1.4rem;
	word-wrap: break-word;
	word-break: break-all;
	table-layout: fixed;
	line-height: 1.4;
}
.table table th,
.table table td{
	padding: 8px 10px;
	background: #fff;
	vertical-align: middle;
	border-bottom: 1px solid #ddd6cd;
	border-right: 1px solid #ddd6cd;
}
.table table th:first-child{
	border-left: 1px solid #ddd6cd;
}
.table table th{
	background: #f1eee8;
	text-align: center !important;
}
.table table td{
}
.table table thead th{
	color: #fff;
	padding-top: 13px;
	padding-bottom: 13px;
	background: #abcb5d;
	border-bottom: 1px solid #f4f0e7;
	border-right: 1px solid #f4f0e7;
}
.table table>*:first-child tr:first-child td{
	border-top: 1px solid #dfd4c4;
}
@media screen and (max-width: 950px){
	.table table th,
	.table table td{
		padding: 8px 5px;
	}
}
@media screen and (max-width: 600px){
	.stickytable{
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.stickytable table{
		width: 150%;
	}
	.stickytable table th:first-child{
		position: sticky;
		left: 0;
	}
}

/*----------------------------pager--------------------------------*/

.pager,
.pager2{
	text-align: center;
	padding: 20px 0 10px;
}
.pager ol,
.pager2 ol{
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.pager ol li,
.pager2 ol li{
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin: 0 3px;
}
.pager2 ol li{
	width: 80px;
}
.pager ol li a,
.pager2 ol li a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	min-width: 30px;
	color: #a09584 ;
	font-size: 1.4rem;
	font-weight: 400;
	border: 1px solid #a09584 ;
	width: 100%;
	text-align: center;
	border-radius: 100px;
	transition: 0.2s;
}
.pager ol li a{
	width: 40px;
	height: 40px;
}
.pager ol li.current a,
.pager2 ol li.current a,
.pager ol li a:hover,
.pager2 ol li a:hover{
	background: #a09584;
	color: #fff;
	opacity: 1;
}
@media screen and (max-width: 610px){
	.pager ol li:not(.f){
		display: none;
	}
}

/*----------------------------side news--------------------------------*/

#snews{
	text-align: center;
	background: #f0f3ee;
	padding: 20px;
	position: relative;
	padding-top: calc(2rem + 15px);
	margin-top: 40px;
}
#snews h4{
	letter-spacing: 0;
	font-size: 3.7rem;
	position: absolute;
	top: -1.7rem;
	line-height: 1.1;
	width: 100%;
	height: auto;
	left: 0;
	text-align: center;
}
#snews h4:before{
	display: none;
}
#snews .inner{
	text-align: left;
}
#snews .inner dl{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #e4dcd4;
}
#snews .inner a:first-child dl{
	border-top: 1px solid #e4dcd4;
}
#snews .inner dt,
#snews .inner dd{
	display: block;
	line-height: 1.6;
}
#snews .inner dt{
	font-size: 1.3rem;
	opacity: 0.7;
}
#snews .inner dt p{
	display: none;
}

@media screen and (max-width: 900px){
	#snews{
		margin: 40px auto 0;
	}
	#snews .inner dl{
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
	}
	#snews .inner dt,
	#snews .inner dd{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
		margin: 0;
	}
	#snews .inner dt{
		width: 100px;
	}
	#snews .inner dd{
		width: calc(100% - 100px);
	}
}
@media screen and (max-width: 400px){
	#snews .inner dl{
		display: block;
	}
	#snews .inner dt,
	#snews .inner dd{
		display: block;
		width: auto;
		text-align: left;
	}
}

.newsside{
	margin-bottom: 20px;
}
.newsside h4{
	padding-bottom: 15px;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 1.8rem;
}
.newsside ul{
	border-top: 1px solid #e4dcd4;
}
.newsside li{
	display: block;
	border-bottom: 1px solid #e4dcd4;
	margin-bottom: 0 !important;
}
.newsside ul a{
	display: block;
	line-height: 1.5;
	padding: 10px 0 !important;
}
.newsside ul li:before{
	top: 20px !important;
}
@media screen and (max-width: 900px){
	.newsside ul.ul{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: flex-start;
		justify-content: space-between;
		width: 100%;
		max-width: none;
		border: none;
	}
	.newsside li{
		width: 48%;
	}
	.newsside li:nth-of-type(1),
	.newsside li:nth-of-type(2){
		border-top: 1px solid #e4dcd4;
	}
	.newsside li a{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
@media screen and (max-width: 400px){
	.newsside li{
		width: 100%;
	}
	.newsside li:nth-of-type(2){
		border-top: none;
	}
}

/*----------------------------aside--------------------------------*/

aside{
	text-align: center;
	position: relative;
}
aside #map iframe{
	width: 100%;
	height: 400px;
	display: block;
}
aside .logo img{
	display: block;
	width: 180px;
	margin:0 auto 5% auto;
	
}

aside .wrapper{
	background: #fff;
	max-width: 1000px;
	margin-top: -80px;
	position: relative;
	z-index: 3;
	text-align: justify;
	padding: 50px 20px;
}
aside .wrapper dl{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
aside .wrapper dl dd{
	width: 50%;
	text-align: left;
	padding-left: 15%;
	margin-left:8%;
}
aside .wrapper dl dt img{
	width: 170px;
}
aside .wrapper dl dd{
	width: 50%;
	padding-left: 20px;
}
aside .wrapper dl dd p{
	padding: 2px 0;
}
aside .wrapper dl dd p i{
	font-size: 1.4rem;
	line-height: 2;
	margin-right: 5px;
}
@media screen and (max-width: 600px){
	aside #map iframe{
		height: 300px;
	}
	aside .wrapper{
		margin-top: 0;
		padding: 30px 10px;
	}
	aside .wrapper dl{
		display: block;
	}
	aside .wrapper dl dt{
		margin-bottom: 20px;
	}
	aside .wrapper dl dt,
	aside .wrapper dl dd{
		width: 100%;
		padding: 0;
		text-align: left;
	}
}
@media screen and (max-width: 430px){
	aside .wrapper dl dt{
		text-align: center;
	}
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  color: #4b4949;
  background:url("../images/cmn-images/footer_bg.jpg") repeat;
  background-position:center;
}
#foot span{
	font-size:3rem;
}

#foot a{
  color: #4b4949;
}
#foot .box {
  float: left;
  width: 300px;
  padding: 30px 0;
}
#foot .box h2 {
  width: 300px;
  margin: 0px 0 5px 0;
}
#foot .box dl {
  overflow: hidden;
  margin-bottom: 5px;
}
#foot .box dl dt {
  float: left;
  text-align: left;
  padding: 0px 10px;
}
#foot .box dl dd {
  float: left;
  text-align: left;
  padding: 0px 10px;
}

#foot .tel {
  color: #000;
  text-align: left;
  padding: 0px 10px;
  font-size: 3rem;
  
}
#foot .tel::before {
  font-family: 'FontAwesome';
  content: "\f095";
  color: #000;
  display: inline-block;
  margin-right: 10px;
}

#foot .copy {
  color: #fff;
  background-color: #115779;
  padding: 15px 0;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  float: right;
  width: 800px;
}
#fnav h3 {
  margin-top:20px;
  background: url("../images/cmn-images/line.png") 50% 50% repeat-x;
  margin-bottom: 10px;
}
#fnav h3 span {
  background:url("../images/cmn-images/footer_bg2.jpg") repeat;
  padding-right:10px;
}
#fnav ul {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 55px;
}
#fnav li {
  float: left;
  width: 25%;
  margin-bottom: 30px;
}
#fnav li:last-child {
  border-right: none;
}
#fnav li a {
  display: block;
  box-sizing: border-box;
  color: #4b4949;
  font-size: 1.8rem;
  line-height: 1.1;
  text-align: left;
  transition: 0.4s ease-in-out;
}

#fnav .gnav_child{
	margin-top:10px!important;
}
#fnav .gnav_child li {
height: 0;
transition: 0.3s;
width:100%!important;
float:left!important;
background-color:rgba(255,254,255,0.7);


}
#fnav .gnav_child{
padding: 0!important;
padding-bottom:15px!important;
margin-top:20px!important;
}

#fnav .gnav_child li a{
	text-align:left!important;
	padding-left:2%!important;
	font-size:1.3rem!important;
	
	
}

.border{
	border-top:solid 1px #eee;
	margin-top:-50px;
	padding-top:30px;
}


#copyrigh {
  float: right;
  width: 400px;
	text-align: right;
}
#copyrigh p{
	padding-top:70px;
	font-size:1.3rem!important;
}
#infomation .box {
  float: left;
  width: 600px;
  padding-left:25px;;
  margin-top:-35px;
}
#infomation .box h2 {
  width: 600px;
  margin: 0px 0 5px 0;
}
#infomation .box dl {
  overflow: hidden;
  margin-bottom: 5px;
	font-size:1.3rem!important;
}
#infomation .box dl dt {
  float: left;
  text-align: left;
  padding: 0px 10px;
}
#infomation .box dl dd {
  float: left;
  text-align: left;
  padding: 0px 10px;
}

#infomation .tel {
  color: #000;
  text-align: left;
  padding: 0px 10px;
  font-size: 3rem;
  
}
#foot .tel::before {
  font-family: 'FontAwesome';
  content: "\f095";
  color: #000;
  display: inline-block;
  margin-right: 10px;
}





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

footer{
	text-align: center;
	padding: 30px 0 0;
	border-top: 1px solid #e4dcd4;
	color: #79726e;
	text-transform: none;
	background-color:#fff!important;
}

footer nav{
	padding: 0 20px;
	font-family: 'Alegreya Sans SC', sans-serif;
}
footer nav ul{
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
footer nav li{
	flex-grow: 1;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
footer nav a{
	transition: 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 5px;
	font-weight: 200;
	letter-spacing: 0.2rem;
	line-height: 1.4;
	font-size: 1.3rem;
	color: #79726e !important;
}
footer nav+ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
footer nav+ul li{
	display: block;
}
footer nav+ul li a{
	display: block;
	padding: 10px;
	width: 50px;
}
footer .cp{
	font-size: 1.4rem;
	padding: 20px 10px 20px;
	background-color:#9e9069;
	margin-top:5%;
	color:#fff;
}

@media screen and (max-width: 950px){
	footer nav{
		display:none;
	}
}

#fixbn{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	height: 100vh;
	width: 0;
	z-index: 4;
}
#fixbn li{
	width: 100%;
	display: block;
	padding: 10px 10px;
}
#fixbn li a{
	color: #3a3c49 !important;
	font-weight: 400;
	line-height: 1.1;
	writing-mode: vertical-rl;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
#fixbn li a i,
#fixbn li a span{
	padding: 2px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#fixbn li a i{
	font-size: 1.5rem;
	line-height: 1;
}
#fixbn li a img{
	width: 1.5rem;
	height: auto;
}
@media screen and (max-width: 1000px){
	#fixbn{
		display: none;
	}
}
_:-ms-lang(x), #fixbn{
	display: none;
}

/*----------------------------form--------------------------------*/

.nes{
	padding-left: 5px;
	color: #DC4143;
}
form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form select,
form textarea{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 10px;
	font-size: 1.4rem;
	border: none;
	color: #333;
	letter-spacing: 1px;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	transition: 0.3s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid rgba(180,152,115,0.2);
}
form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
form select:focus,
form textarea:focus{
	background: #fff;
}
form input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form select{
	width: auto;
	cursor: pointer;
}
form select option{
	padding: 3px;
	border: none;
}
.wpcf7-radio>span,
.wpcf7-checkbox>span{
	display: inline-block;
	padding-right: 10px;
}
.wpcf7-radio input,
.wpcf7-checkbox input{
	margin-right: 5px;
}
.wpcf7-not-valid-tip{
	color: #EB4D50;
}
.screen-reader-response{
	text-align: center;
	margin-bottom: 30px;
}
.screen-reader-response:empty{
	margin-bottom: 0;
}
.screen-reader-response ul{
	padding-top: 10px;
	color: #EB4D50;
}
.wpcf7-response-output.wpcf7-validation-errors{
	text-align: center;
	color: #EB4D50;
	padding-top: 30px;
}
.wpcf7-response-outputwpcf7-mail-sent-ok{
	font-size: 2rem;
	text-align: center;
	padding-top: 30px;
}
.wpcf7-form dl{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border-bottom: 1px solid rgba(180,152,115,0.2);
	padding: 15px 0;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
.wpcf7-form dl:nth-of-type(1){
	border-top: 1px solid rgba(180,152,115,0.2);
}
.wpcf7-form dt,
.wpcf7-form dd{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	box-sizing: border-box;
	position: relative;
}
.wpcf7-form dt{
	width: 220px;
}
.wpcf7-form dd{
	align-items: flex-end;
	width: calc(100% - 220px);
	line-height: 2.5;
}
.wpcf7-form dd>*{
	line-height: 1.8;
}
.wpcf7-form dd>span{
	width: 90%;
	margin-right: 5px;
	display: inline-block;
}
.wpcf7-form dl+p{
	padding: 15px;
}
.wpcf7-form .wpcf7-not-valid-tip{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	align-items: center;
	justify-content: flex-start;
	padding: 0 10px;
}
.wpcf7-not-valid{
	margin-top: 30px;
}
.wpcf7-not-valid-tip{
	display: block;
}
.wpcf7 .screen-reader-response{
	padding-top: 30px;
}
.wpcf7 .screen-reader-response ul{
	display: none;
}
@media screen and (max-width: 750px){
	.wpcf7-form dl{
		flex-wrap: wrap;
	}
	.wpcf7-form dt,
	.wpcf7-form dd{
		width: 100%;
	}
	.wpcf7-form dt{
		margin-bottom: 5px;
	}
	.wpcf7-form .wpcf7-not-valid-tip{
		padding: 0;
	}
}

/*----------------------------layout parts--------------------------------*/

.flex1{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 50px;
}
.flex1 .c1{
	width: 42%;
}
.flex1 .c2{
	width: 55%;
}
.flex1:nth-of-type(2n-1) .c1{
	order: 2;
}
.flex1:nth-of-type(2n-1) .c2{
	order: 1;
}
.flex1:last-child{
	margin-bottom: 0 !important;
}
@media screen and (max-width: 700px){
	.flex1 .c1{
		order: 1 !important;
		width: 100%!important;
		margin-bottom: 20px;
	}
	.flex1 .c2{
		order: 2 !important;
		width: 100%!important;
	}
}

ul.ul{
	text-align: left;
	display: inline-table;
	max-width: 600px;
	width: 100%;
}
ul.ul li{
	position: relative;
	line-height: 1.5;
	margin-bottom: 5px;
	padding-left: 12px;
}
ul.ul li:before{
	top: 10px;
	left: 0px;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #d0aa42;
	position: absolute;
	transform: rotate(45deg);
}
ul.ul li:nth-of-type(1){
}
ul.ul li a{
	padding: 15px 5px 15px 0;
	display: block;
	position: relative;
}
@media screen and (max-width: 850px){
	ul.ul li:before{
		top: 7px;
	}
	aside .wrapper dl dd{
	width:85%;
	}
	aside .wrapper dl dd{
	border-top:solid 1px #ccc;
	margin-top:10%;
	padding-top:5%;
}
	
}

/*-------*/

ol.nav{
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: auto;
	margin: 0 auto;
	box-sizing: border-box;
	flex-wrap: wrap;
}

ol.nav li a{
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	font-weight: 400;
	color: #fff !important;
	background: #000;
	border-radius: 3px;
	padding: 5px 20px;
	transition: 0.2s;
	margin: 2px 5px;
}

ol.nav li a:hover{
	background: #ed1c23;
}
.foot-bottom{
position: fixed;
width: 100%;
box-sizing: border-box;
background-color: #9e9069;
bottom: 0;
left: 0;
z-index: 9999;
padding: 5px 5%;
}
.foot-bottom .float-l,.foot-bottom .float-r{
width: 50%;
}
.foot-bottom .float-l{
	margin:0 auto!important;
}
.foot-bottom .float-l{
	float:right;
}

@media screen and (min-width: 900px){
	.foot-bottom{
		display:none;
	}
	}
@media screen and (max-width: 900px){
	footer{
		padding-bottom:10%;
	}
}

