* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
html {
	/* min-width: 1100px; */
}
/*=============================================
 * body
 *=============================================*/
body {
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0;
	background: #FFF;
	min-width: inherit;
	max-height: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 * .fnt - customs
 *=============================================*/
.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {}
/*=============================================
 * #wrapper
 *=============================================*/
#wrapper {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	max-width: 1000px;
	width: 100%;
}
/*=============================================
 * header
 *=============================================*/
#header{
	position: relative;
	min-height: 973px;
}
#header .key-slider {
	min-height: 853px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#header h1{
	position: absolute;
	right: 0;
	top: 132px;
	font-size: 12px;
}
#header .header-wrap {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header .wrap h2.title {
	position: absolute;
	top: 427px;
	left: -26px;
}
#header .tel{
	padding-left: 50px;
}
@media screen and (max-width:1142px) {
	#header .wrap h2.title {
		top: 350px;
		left: 0;
	}
}
@media screen and (max-width:1041px) {
	#header h1{
		padding-right: 2.4%;
	}
	#header .logo{
		padding-left: 2.4%;
	}
	#header .tel{
		padding-right: 2.4%;
	}
}
@media screen and (max-width:950px) {
	#header h1{
		top: 110px;
	}
}
@media screen and (max-width:800px) {
	#header h1{
		top: 95px;
	}
}
@media screen and (max-width:767px) {
	#header {
		min-height: unset;
	}
	#header .header-wrap {
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0;
		padding-top: 20px;
	}
	#header h1{
		top: 5px;
		color: #fff;
		text-align: center;
		width: 100%;
		padding: 0 2.4%;
	}
	#header .logo {
		padding: 10px;
		max-width: 200px;
	}
	#header .tel{
		display: none;
	}
	#header .online {
		width: 45%;
		margin-top: 40px;
	}
	#header .bg-nav{
		display: none;
	}
	#header .wrap h2.title {
		display: none;
	}
	#header .key-slider {
		min-height: 800px;
	}
}
@media screen and (max-width:424px) {
	#header .key-slider {
		min-height: 500px;
	}
	#header .logo {
		width: 130px;
	}
	#header h1{
		font-size: 10px;
		top: 2px;
	}
}
/*=============================================
 * nav
 *=============================================*/
#header .bg-nav{
	height: inherit;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 12;
	min-height: 120px;
	background: url(../img/shared/header-bg-nav.png) no-repeat top center / cover;
}
#header .nav{
	display: flex;
	align-items: center;
	min-height: inherit;
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}
#header .bg-nav li.nav-tel{
	display: none;
}
#header .bg-nav li.external-link{
	padding: 0 10px;
}
#header .nav-fixed.fixed{
	position: fixed;
	top: 0;
	bottom: auto;
	z-index: 999;
}
#header .nav-fixed.fixed li.external-link{
	position: absolute;
	right: 0;
	padding-top: 0;
	top: 108px;
	left: auto;
}
#header .nav-fixed.fixed li.nav-tel{
	display: block;
}
@media screen and (max-width:767px) {
	#header .bg-nav{
		display: none;
	}
}
/*=============================================
 * key
 *=============================================*/
#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 500px;
	position: relative;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#key::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/menu/head-deco-bot.png) no-repeat bottom left;
	z-index: 52;
}
#key::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/index/head-corner-top-01.png) no-repeat top right;
	z-index: 0;
}
@media screen and (max-width: 767px) {
	#key::before {
		background: url(../img/shared/k_deco01.png) no-repeat top center / 100% auto;
		width: 100%;
		height: auto;
	}
	#key::after {
		background: url(../img/shared/k_deco02.png) no-repeat bottom center / 100% auto;
		width: 100%;
		height: auto;
		z-index: 52;
	}
}
/*=============================================
 * sidebar
 *=============================================*/
#sidebar{
	position: fixed;
	top:122px;
	right:0;
	z-index: 500;
}
@media screen and (max-width: 1120px) {
	#sidebar{
		top:162px;
	}
}
@media screen and (max-width: 767px) {
	#sidebar{
		display: none;
	}
}
/*=============================================
 * container
 *=============================================*/
#container {
}
/*=============================================
 * #socialbuttons
 *=============================================*/
#socialbuttons {
	margin: auto;
	padding: 67px 0 0;
	text-align: center;
    display: flex;
    justify-content: center;   
}
/*=============================================
 * footer
 *=============================================*/
#footer {
	text-align: center;
	background:url(../img/shared/bg-wood.jpg) repeat center center;
	min-height: 824px;
	position: relative;
}
#footer::before{
	content: '';
	position: absolute;
	top: 0;bottom: 0;left: 0;right: 0;
	background:url(../img/shared/footer-bg-nav.png) repeat top center;
	background-size:cover;
	height: 82px;
}
#footer .nav {
	padding-top: 16px;
}
#footer .nav li {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	padding-left: 12px;
	letter-spacing: 0.25px;
	color:white;
}
#footer .nav li + li:before {
    content: "|";
    padding-right: 28px;
}
#footer .logo{
	padding-top: 53px;
}
#footer .tel{
	width: 590px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: auto;
    padding: 4px 0px;
}
#footer .info{
	width: 590px;
	margin: auto;
}
#footer .info dl{
	clear: both;
	overflow: hidden;
	text-align: left;
	padding-top: 21px;
	color: white;
}
#footer .info dl dt{
	display: inline-block;
	width: 169px;
	text-align: left;
	padding-left: 17px;
}
#footer .info dl dd{
	display: inline-block;
	text-align: left;
	vertical-align: top;
	letter-spacing: 1.6px;
	line-height: 24px;
}
#footer .info dl:nth-child(2){
	padding-top: 15px;
}
#footer .info dl:nth-child(2) dd{
	 line-height: 24px;
}
#footer .info dl:nth-child(4){
	padding-top: 12px;
}
#footer .info dl:nth-child(5){
	padding-top: 18px;
}
#footer .info dl:nth-child(6){
	padding-top: 12px;
}
#footer address{
	font-size: 12px;
    letter-spacing: 0.25px;
    /*line-height: 76px;*/
    line-height: 30px;
    color: white;
    margin-top: -3px;
}
#footer address a{
 font-size: 10px;
 text-align: center;
 color: #FFF;
 display: block;
 text-decoration: none;
}
@media screen and (max-width:841px) {
	#footer .nav li {
		padding-left: 10px;
	}
	#footer .nav li + li:before {
			padding-right: 10px;
	}
}
@media screen and (max-width:767px) {
	#footer {
		background: url(../img/index/hline_02.png), url(../img/shared/f_bg01.jpg);
		background-repeat: repeat-x, repeat;
		background-position: top center;
		color: #fff;
		margin-bottom: 60px;
		text-align: center;
		/* min-height: 824px; */
		min-height: unset;
		height: 100%;
	}
	#footer::before{
		content: none;
	}
	#footer .wrap {
		padding: 12% 0 0;
	}
	#footer .nav {
		display: none;
	}	
	#footer .logo{
		padding-top: 0;
		width: 250px;
    margin: 0 auto 10px;
		img {
			width: 100%;
			height: auto;
		}
	}
	#footer .tel{
		color: #fff;
    text-align: center;
    max-width: 260px;
    margin: 0 auto 15px;
		width: 100%;
		border-top: none;
		border-bottom: none;
		padding: 0;
		img {
			width: 100%;
			height: auto;
		}
	}
	#footer .info{
		max-width: 320px;
		width: 100%;
    margin: 0 auto;
	}
	#footer .info dl{
		padding: 0px 2.34% 8px;
		display: flex;
	}
	#footer .info dl dt{
		width: 20%;
		padding-left: 0;
		font-size: 13px;
    line-height: 23px;
		letter-spacing: normal;
	}
	#footer .info dl dd{
		width: 80%;
		padding-left: 0;
    font-size: 13px;
    line-height: 23px;
		letter-spacing: normal;
	}
	#footer .info dl:nth-child(2){
		padding-top: 0;
	}
	#footer .info dl:nth-child(2) dd{
		 line-height: 23px;
	}
	#footer .info dl:nth-child(4){
		padding-top: 0;
	}
	#footer .info dl:nth-child(5){
		padding-top: 0;
	}
	#footer .info dl:nth-child(6){
		padding-top: 0;
	}
	#footer address{
		line-height: 32px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0 10px;
    background-color: #263255;
		margin-top: 0;
	}
	#footer address a{
	 font-size: 10px;
	 text-align: center;
	 color: #FFF;
	 display: block;
	 text-decoration: none;
	}
}
/*=============================================
 * copyright
 *=============================================*/
address {
}
/*=============================================
 * custom
 *=============================================*/
.txt-center{
	text-align: center;
}
/*=============================================
 * 会員登録
 *=============================================*/
#member {
	background: url(../img/menu/sec9-bg-trans.jpg)no-repeat center center, url(../img/menu/sec9-bg.jpg) repeat center center;
	min-height: 670px;
	padding-bottom: 100px;
	background-size: cover, auto;
}
#member h2 {
	padding-bottom: 18px;
	text-align: center;
	padding-top: 61px;
	margin-left: 15px;
}
#member .box.fl {
	border: 1px solid #896f34;
    width: 416px;
    background: rgba(255, 255, 255, 0.6);
    color: black;
    margin-left: 35px;
    position: relative;
    box-sizing: border-box;
    padding: 67px 70px 30px;
	position:relative;
}
#member .box.fl .rotate {
	position: absolute;
	top: -19px;
	left: -37px;
}
#member .left .content {
	padding-bottom: 17px;
}
#member .left .content:first-child {
	padding-top: 70px;
}
#member .left .content h3 {
	font-size: 22px;
	line-height: 24px;
}
#member .left .content .para {
	font-size: 22px;
}
#member .left .content .para>span {
	font-size: 28px;
	color: #860000;
}
#member .left .para-spec {
	text-align: center;
	font-size: 15px;
	line-height: 24px;
	position:absolute;
	bottom: -40px;
	left:0;
	right:0;
}
#member .right {
	margin-right: 57px;
}
#member .box-right {
	background: #fff;
	width: 436px;
	min-height: 200px;
}
#member .box-right .txt {
	font-size: 26px;
	color: #860000;
	line-height: 35px;
	padding-top: 67px;
	margin-left: 38px;
	letter-spacing: -1.8px;
}
#member .box-right .qr {
	margin-right: 22px;
	padding-top: 22px;
}
#member .right .btn {
	padding-top: 18px;
}
#member .sha_dw {
	display: none;
}
#member .member-br {
	display: none;
}
@media screen and (max-width:1020px) {
	#member {
		background: url(../img/menu/s8_bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 12% 2.4% 15%;
		min-height: auto;
	}
	#member h2 {
		margin-bottom: 5%;
		margin-left: 0;
		padding: 0;
	}
	#member .box.fl {
		max-width: 416px;
		width: 100%;
		position:relative;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0;
		border: none;
		background: none;
	}
	#member .box.fl .rotate {
		width: 50%;
    margin-bottom: -10%;
    margin-left: -12px;
		position: static;
	}
	#member .left .content {
    padding: 10% 2.4% 6%;
    margin: 0 0 5%;
		border: 1px solid #896f34;
		background: rgba(255, 255, 255, 0.6);
	}
	#member .left .content h3 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	#member .left .content .para {
		font-size: 20px;
	}
	#member .left .content .para>span {
		font-size: 25px;
	}
	#member .left .para-spec {
		font-size: 14px;
		line-height: 28px;
		position: static;
		margin-bottom: 6%;
	}
	#member .right {
		margin: 0 2.4%;
	}
	#member .right .txt2 {
		margin-bottom: 4%;
		text-align: center;
		font-style: 14px;
		line-height: 28px;
	}
	#member .box-right {
		display: none;
	}
	#member .sha_dw {
		display: block;
		box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.35);
	}
	#member .member-br {
		display: block;
	}
}
/*=============================================
 * accordion
 *=============================================*/
@media screen and (max-width:767px) {
	.trigger::after {
		font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    line-height: 20px;
		content: '\f13a';
    font-size: 14px;
    color: #000;
    left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}
	.trigger.active::after {
    content: '\f139';
	}
	.accordion_tree {
		display: none;
	}
}