@charset "utf-8";

/* Common
-----------------------------------*/
*{
	vertical-align: middle;
}
html{
	font-family: YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	font-size: 14px;
	font-weight: 500;
	color: #1e1e1e;
}
body,
#wrapper{
	overflow-x: hidden;
}
p,td,th,
h1,h2,h3,h4,h5,h6,
li,a,span,span:after{
	font-family: YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif !important;
	font-style: normal !important;
}
img,svg{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.pc{display: block;}
.sp{display: none;}
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.inner1400{
	width: 1400px;
	margin: 0 auto;
	padding: 0 5%;
}
.inner1210{
	width: 1210px;
	margin: 0 auto;
	/*padding: 0 5%;*/
}
.inner1200{
	width: 1200px;
	margin: 0 auto;
}
.inner1000{
	width: 1000px;
	margin: 0 auto;
}
.inner{
	width: 960px;
	margin: 0 auto;
}
footer{
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* Wrapper
-----------------------------------*/
#wrapper{
	width: calc( 100% - 80px);
	margin-left: 80px;
}
.main{
	padding-bottom: 120px;
}

/* Header
-----------------------------------*/
header{
	padding: 0 20px 0;
	font-family: futura-pt, 'Didact Gothic', sans-serif;
	background: #fff;
	position: fixed;
	/*width: 100%;*/
    width: calc( 100% - 80px);
    margin-left: 80px;
	top: 0;
	left: 0;
	height: 100px;
	z-index: 9998;
	box-sizing: border-box;
}
header .logo{
	float: left;
	margin-top: 30px;
}
header .hdr_right{
	float: right;
}
header #gNav{
	float: left;
	font-size: 0;
	margin-top: 35px;
	margin-right: 60px;
}
header #gNav li{
	font-size: 1.14rem;
	font-weight: bold;
	display: inline-block;
}
header #gNav li a{
	padding: 0 20px;
	color: #000;
	text-decoration: none;
}
header .tel{
	float: left;
	margin-top: 15px;
	width: 190px;
	margin-right: 30px;
}
header .tel .num{
	font-size: 1.62rem;
	font-weight: 600;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid  #DEDEDE;
	background: url(../images/ico_tel.svg) no-repeat left center;
}
header .tel .time{
	font-weight: bold;
	font-size: 0.86rem;
	text-align: center;
}
header .btn{
	margin-top: 20px;
	width: 205px;
	float: left;
	text-align: center;
	font-size: 1.43rem;
	font-weight: 600;
}
header .btn a{
	color: #000;
	display: block;
	text-decoration: none;
	padding: 15px 0;
	border: 2px solid  #000;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}
header .switch{
	display: none;
}

/* Sidebar
-----------------------------------*/
#sidebar{
	width: 210px;
}
#sidebar h2{
	font-size: 1.14rem;
	font-weight: bold;
	border-bottom: 1px solid  #707070;
	border-left: 5px solid  #000;
	padding: 5px 0 5px 10px;
	margin-bottom: 20px;
}
#sidebar ul{
	margin-bottom: 40px;
}
#sidebar ul li{
	margin-bottom: 10px;
	font-size: 1.29rem;
	font-weight: 600;
	font-family: YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}
#sidebar ul li:before{
	content: "\f345";
	font-family: "dashicons";
}
#sidebar ul li a{
	color: #000;
	vertical-align: text-top;
	padding-left: 5px;
	text-decoration: none;
	font-size: 14px;
}
#sidebar ul li.cat-item-8{
	display: none;
}

/* Footer
-----------------------------------*/
footer{
	background: url(../images/bg_footer.png) no-repeat center top;
	background-size: cover;
	padding: 70px 0 60px 0;
	color: #FFF;
	line-height: 140%;
}
footer a{
	color: #FFF;
	text-decoration: none;
}
footer h3{
	font-size: 1.71rem;
	margin-bottom: 20px;
}
footer .ftr_upr{
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid  #fff;
}
footer .ftr_upr .tel{
	width: 360px;
	/*font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;;
	margin-right: 45px;
}
footer .ftr_upr .tel .num{
	/*font-size: 3.4rem;*/
	font-size: 3rem;
	font-weight: 600;
	line-height: 120%;
	background: url(../images/ico_ftrtel.svg) no-repeat left center;
	padding-left: 50px;
}
footer .ftr_upr .tel .time{
	font-size: 1.14rem;
	text-align: center;
}
footer .ftr_upr .btn{
	width: 260px;
	font-size: 1.43rem;
	text-align: center;
	/*margin-right: 20px;*/
}
footer .ftr_upr .btn a{
	display: block;
	border: 1px solid  #fff;
	padding: 15px 0;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}
footer .ftr_btm{
	display: flex;
	justify-content: space-between;
}
footer .ftr_btm .left{
	width: 600px;
	border-right: 1px solid  #fff;
}
footer .ftr_btm .left ul{
	float: left;
	margin-right: 50px;
	font-size: 1.14rem;
}
footer .ftr_btm .left ul:last-child{
	margin-right: 0;
}
footer .ftr_btm .left ul li{
	margin-bottom: 10px;
}
footer .ftr_btm .left ul li:first-child{
	margin-bottom: 15px;
}
footer .ftr_btm .left ul li:before{
	content: "・ ";
}
footer .ftr_btm .left ul li:first-child:before{
	content: "■ ";
	font-weight: bold;
}
footer .ftr_btm .left ul li h5{
	display: inline;
	font-weight: bold;
}
footer .ftr_btm .right h2{
	font-size: 2.14rem;
	font-weight: bold;
	margin-bottom: 20px;
}
footer .ftr_btm .right .address{
	font-size: 1rem;
}
.copyright{
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	font-size: 1rem;
}

/* Navigation
-----------------------------------*/
#navigation{
	position: fixed;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #FFF;
}
#navigation .offArea{
	width: 80px;
}
#navigation .switch{
	display: table;
	width: 100%;
	height: calc(100vh - 80px);
}
#navigation .switch .ico{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#navigation .sns li{
	margin-bottom: 1px;
}
#menu{
	opacity: 0;
	position: fixed;
	/* top: 100%; */
	padding: 20px 4% 4% 4%;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	-ms-overflow-y: auto;
	    overflow-y: auto;
	font-size: 0.88rem;
	z-index: 9999;
	background: #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	     -o-transform: translateX(-100%);
	        transform: translateX(-100%);
	transition: 0.2s;
}
#menu.active{
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}
#menu .close{
	text-align: right;
}
#menu h2{
	text-align: center;
	margin-bottom: 20px;
}
#menu .list{
	font-size: 1.29rem;
	margin-bottom: 40px;
	font-weight: 600;
/*	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/	font-family: YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;;
}
#menu .list li{
	border-bottom: 1px solid  #251E1C;
}
#menu .list li a{
	color: #251E1C;
	display: block;
	padding: 15px 5px;
	text-decoration: none;
	position: relative;
}
#menu .sns{
	text-align: center;
	font-size: 0;
}
#menu .sns li{
	margin: 0 10px;
	display: inline-block;
	font-size: 1rem;
}
.mb15{
	margin-bottom: 15px;
}
.media h2{
	border-left: 5px solid #000;
	padding: 5px 0 5px 10px !important;
	border-bottom: none !important;
	font-size: 24px;
}
.officer .desc{
	line-height: 2.5;
	letter-spacing: 1px;
	font-size: 16px;
}

/* 1500px以下の場合 */
@media screen and (max-width: 1500px) {
	header .hdr_right #gNav{
		display: none;
	}
}

/* 768px以下の場合 */
@media screen and (max-width: 768px) {
	/* Common
	-----------------------------------*/
	.pc{display: none;}
	.sp{display: block;}
	.inner1400,
	.inner1210,
	.inner1000,
	.inner{
		width: auto;
		padding: 0 5%;
	}
	.inner1200{
		width: auto;
	}

	/* Header
	-----------------------------------*/
	header{
		padding: 0 4%;
		height: 50px;
	}
	header .logo{
		margin-top: 12px;
	}
	header .logo img{
		max-width: 75%;
	}
	header .hdr_right{
		display: none;
	}
	header .switch{
		margin-top: 12px;
		display: block;
		float: right;
		cursor: pointer;
	}

	/* Wrapper
	-----------------------------------*/
	#wrapper{
		width: auto;
		margin-left: 0;
	}
	.main{
		padding-bottom: 80px;
	}

	/* Sidebar
	-----------------------------------*/
	#sidebar{
		width: auto;
	}
	#sidebar ul li{
		margin-bottom: 15px;
	}


	/* Navigation
	-----------------------------------*/
	#navigation{
		display: none;
	}
	#menu{
		width: 100%;
	}
	#menu .sns li{
		width: 20%;
		margin: 0 2%;
	}

	/* Footer
	-----------------------------------*/
	footer{
		background: #000;
		padding: 60px 0;
	}
	footer h3{
		font-size: 0.95rem;
		margin-bottom: 10px;
		line-height: 140%;
	}
	footer .ftr_upr{
		display: block;
	}
	footer .ftr_upr .tel{
		width: auto;
		margin-right: 0;
		margin-bottom: 40px;
	}
	footer .ftr_upr .tel .num{
		font-size: 3rem;
		padding-left: 50px;
	}
	footer .ftr_upr .tel .time{
		text-align: left;
	}
	footer .ftr_upr .btn{
		width: auto;
		font-size: 1.29rem;
		margin-right: 0;
		margin-bottom: 20px;
	}
	footer .ftr_upr .btn:last-child{
		margin-bottom: 0;
	}
	footer .ftr_btm{
		display: block;
	}
	footer .ftr_btm .left{
		width: auto;
		border-right: none;
		margin-bottom: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid  #fff;
	}
	footer .ftr_btm .left ul{
		/* float: none; */
		width: 50%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	footer .ftr_btm .left ul:nth-child(2n + 1){
		clear: both;
	}
	footer .ftr_btm .left ul li:first-child{
		margin-bottom: 15px;
	}
	footer .ftr_btm .left ul li{
		margin-bottom: 15px;
	}
	footer .ftr_btm .right h2{
		font-size: 2rem;
	}
	.copyright{
		font-weight: bold;
		background: #e9e9e9;
		color: #000;
	}

}