@charset "utf-8";
/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
outline:0;
padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}

html {font-size:62.5%; width:100%; height:100%;}

body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
	-webkit-text-size-adjust:100%;
	/*-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;*/
-webkit-font-smoothing:antialiased;
/*font-smoothing:antialiased;*/
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}


hr {display:block;}

ol,
ul {list-style:none;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

input,
select {vertical-align:middle;}

table {border-collapse:collapse; border-spacing:0; empty-cells:show;}


/* ------------------------------
 サイト全体（PC用コード）
------------------------------ */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(../fonts/roboto/Roboto-Thin.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/roboto/Roboto-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/roboto/Roboto-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/roboto/Roboto-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/roboto/Roboto-Black.ttf) format('truetype');
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}
html,
body {
	min-width: 1220px;
	margin: 0 auto;
	color: #333;
	font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	line-height: 1.7;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.cf:after {
	content: "";
	clear: both;
	display: block;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.tal {
	text-align:left;
}

.tac {
	text-align:center;
}

.tar {
	text-align:right;
}

.vat {
	vertical-align:top;
}

.vam {
	vertical-align:middle;
}

.vab {
	vertical-align:bottom;
}

.vtb {
	vertical-align:text-bottom;
}

s {
	text-decoration: line-through;
}

strong,
.bold {
	font-weight: bold;
}

.nobold {
	font-weight: normal !important;
}

.auto {
	margin-left: auto;
	margin-right: auto;
}

input.none{
	display: none;
}

.sp {
	display:none !important;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display:block !important;
	}
	.tac.sp-tal {
		text-align:left;
	}
}
/* スペース */
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}

/* リンク */
a {
	color: #247ABF;
	text-decoration: none;
}
a:hover {
	color: #033F88;
	text-decoration: underline;
}

a img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
a:hover img {
	opacity: 0.7;
}


/* カラー */
.red {
	color: #B01C1B;
}

/* フォントサイズ */
.big,
big {
	font-size: 1.8rem;
}
.small,
small {
	font-size: 1.3rem;
	line-height: 1.7;
	display: inline-block;
}
sup {
	font-size: 62.5%;
	vertical-align:top;
}

.bold { font-weight: bold;}

.f13 { font-size: 1.3rem !important;}
.f14 { font-size: 1.4rem !important;}
.f15 { font-size: 1.5rem !important;}
.f16 { font-size: 1.6rem !important;}
.f17 { font-size: 1.7rem !important;}
.f18 { font-size: 1.8rem !important;}
.f19 { font-size: 1.9rem !important;}
.f20 { font-size: 2rem !important;}
.f21 { font-size: 2.1rem !important;}
.f22 { font-size: 2.2rem !important;}
.f24 { font-size: 2.4rem !important;}
.f26 { font-size: 2.6rem !important;}
.f30 { font-size: 3rem !important;}

/* 改行 */
.nobr_pc br {
	display: none;
}

/* ------------------------------
 サイト全体（スマホ用コード）
------------------------------ */
@media screen and (max-width: 767px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
	}

	.fl,
	.fr {
		float: none;
	}
	/* ;;edit;;20160215 */
	.site {
		min-width: 0;
	}
	img {
		margin-left: auto;
		margin-right: auto;
	}

	.pc_tac {
		text-align:left !important;
	}
	.pc_br br {
		display: none;
	}
	.sp_br br {
		display: block;
	}

	/* スペース */

	.mb40 {
		margin-bottom: 20px !important;
	}
	.mb50 {
		margin-bottom: 30px !important;
	}
	.mb60 {
		margin-bottom: 35px !important;
	}
	.mb70 {
		margin-bottom: 40px !important;
	}
	.mb80 {
		margin-bottom: 40px !important;
	}
	.mb90 {
		margin-bottom: 45px !important;
	}

	.sp_mb30 {
		margin-bottom: 30px;
	}
	.sp_mb50 {
		margin-bottom: 50px;
	}

	.f16 { font-size: 1.4rem !important;}
	.f17 { font-size: 1.5rem !important;}
	.f18 { font-size: 1.6rem !important;}
	.f19 { font-size: 1.7rem !important;}
	.f20 { font-size: 1.7rem !important;}
	.f21 { font-size: 1.7rem !important;}
	.f22 { font-size: 1.8rem !important;}
	.f24 { font-size: 1.8rem !important;}
	.f26 { font-size: 2rem !important;}
	.f30 { font-size: 2.2rem !important;}

	/* 改行 */
	.nobr_pc br {
		display: block;
	}
}

/* ------------------------------
 ヘッダ
------------------------------ */
.header {
	width: 100%;
	margin: 0;
	text-align: center;
	background: #fff;
	position: relative;
	/* なんか消えるの解除 ;;edit;; */
	z-index: 777 !important;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px -7px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px -7px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px -7px;
}
.headerBlock  {
	margin: 0 auto;
	text-align: left;
}


/* ロゴの右Block */
.headerBlock_right a {
	color: #333;
}

/* blankアイコン */
.headerBlock .gnav > li > ul > li a[target="_blank"]::after {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-left: 5px;
	background: url(../img/blank.gif) no-repeat 0 0 / cover;
}


/* -- ふわっと表示 -- */
@keyframes fadeIn {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {

	.header.scroll .headerBlock_right .gnav,
	.siteLink a,
	.siteLink a::before,
	.siteLink a::after,
	.headerBlock .gnav > li p a,
	.headerBlock .gnav > li > p a::after {
		-webkit-transition: 0.1s ease-in-out;
		-moz-transition: 0.1s ease-in-out;
		-o-transition: 0.1s ease-in-out;
		transition: 0.1s ease-in-out;
	}
	.header.scroll .headerBlock_logo h1,
	.headTop,
	.headerBlock .gnav {
		animation: fadeIn .1s ease 0s 1 normal;
    	-webkit-animation: fadeIn .1s ease 0s 1 normal;
	}
    .slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
	#header-sticky-wrapper {
		z-index: 9999 !important;
		max-height: 70px !important;
	}
	.header {
		height: 114px;
		position: fixed;
		z-index: 600 !important;
		border-bottom: solid 3px #247ABF;
	}


	/* ロゴBlock */
	.headerBlock_logo {
		width: 23%;
		float: left;
		text-align: center;
		padding-top: 34px;
	}


	/* ロゴの右Block */
	.headerBlock_right {
		width: 77%;
		height: 111px;
		float: right;
		text-align: right;
		padding-right: 3.5%;
		background: #EEEEEA;
	}

	.headTop {
		margin-top: 20px;
	}
	.headTop div {
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px;
	}
	.headTop .siteLink {
		margin-right: 0;
	}

	/* headテキスト */
	.headText {
		font-size: 1.1rem;
		color: #646464;
	}

	/* head TEL */
	.headTel {
		font-size: 2.1rem;
		font-weight: bold;
		line-height: 1.2;
		color: #247ABF;
		padding-left: 25px;
		background: url(../img/tel_icon_blue.png) no-repeat 0 .2em / 17px auto;
	}
	/* head サイトリンク */
	.siteLink a {
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1;
		color: #7F4D45;
		width: 128px;
		text-align: center;
		border: solid 1px #7F4D45;
		padding: 8px 8px 8px 20px;
		display: block;
		text-decoration: none;
		position: relative;
	}
	.siteLink a::before,
	.siteLink a::after {
		content: "";
		width: 15px;
		height: 13px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 15px;
		margin: auto;
	}
	.siteLink a::before {
		background: url(../img/home_icon.png) no-repeat 0 0 / cover;
	}
	.siteLink a::after {
		background: url(../img/home_icon_w.png) no-repeat 0 0 / cover;
		opacity: 0;
	}
	.siteLink a:hover {
		color: #fff;
		background: #7F4D45;
	}
	.siteLink a:hover::before {
		opacity: 0;
	}
	.siteLink a:hover::after {
		opacity: 1;
	}

	* + .gnav,
	.gnav:after {
		content: "";
		clear: both;
		display: block;
	}

	.headerBlock .gnav {
		display: inline-block;
		vertical-align: middle;
		visibility: visible;
		margin-top: 17px;
	}
	.headerBlock .gnav > li {
		text-align: center;
		font-size: 1.4rem;
		font-weight: bold;
		vertical-align: middle;
		display: inline-block;
		margin: 0 15px;
		height: 43px;
		position: relative;
	}
	.headerBlock .gnav > li.last {
		margin-right: 0;
	}

    .headerBlock .gnav > li a {
		display: inline-block;
		position: relative;
		text-decoration: none;
		height: 43px;
	}
	.headerBlock .gnav > li:hover p a {
		color: #247ABF;
	}
	.headerBlock .gnav > li > p a::after {
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		width: 0;
		height: 0;
		margin: auto;
		border-right: 12px solid transparent;
		border-bottom: 7px solid #247ABF;
		border-left: 12px solid transparent;
		opacity: 0;
	}
	.headerBlock .gnav > li:hover > p a::after,
	.headerBlock .gnav > li.on > p a::after {
		opacity: 1;
	}

	.logo-outer {
		display: none;
	}


	/* スクロール後 */
	.header.scroll {
		height: 66px;
	}
	.header.scroll .headerBlock_logo {
		padding-top: 8px;
	}
	.header.scroll .headerBlock_right {
		height: 63px;
	}
	.header.scroll .headTop {
		display: none;
	}
	.header.scroll .headerBlock .gnav {
		margin-top: 20px;
	}
}
@media print, screen and (max-width: 1825px) {
	.headerBlock .gnav > li {
		margin: 0 5px;
	}
}
@media print, screen and (max-width: 1580px) {
	.headerBlock .gnav > li {
		font-size: 1.3rem;
	}
}
@media print, screen and (max-width: 1470px) {
	.headerBlock .gnav > li {
		margin: 0 3px;
		font-size: 1.2rem;
	}
}
/*
@media print, screen and (max-width: 1655px) {
	.headerBlock .gnav > li {
		margin: 0 5px;
		font-size: 1.3rem;
	}
}
*/
/* ------------------------------
 PC用限定CSS プルダウンメニュー部分
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headerBlock .gnav > li > ul {
		min-width: 330px;
		font-size: 0;
		visibility: hidden;
		text-align: left;
		width: auto;
		background: rgba(232, 233, 236, 1);
		opacity: 0;
		position: absolute;
		top: 46px;
		left: 50%;
		padding: 22px;
		margin-left: -165px;
		white-space: nowrap;
		z-index: 500;
		-webkit-transition: visibility 0s ease .15s, opacity .15s ease-in-out .15s;
		transition: visibility 0s ease .15s, opacity .15s ease-in-out .15s;
	}
	.headerBlock .gnav > li > ul > li {
		font-size: 1.4rem;
		font-weight: bold;
		padding-left: 15px;
		height: auto;
		position: relative;
	}
	.headerBlock .gnav > li > ul > li::before {
		font-family: 'FontAwesome';
		font-weight: 500;
		content: '\f105';
		color: #B3B3B3;
		position: absolute;
		top: .4em;
		left: 0;
	}
	.headerBlock .gnav > li > ul > li a {
		font-weight: 500;
		line-height: 20px;
		height: auto;
		color: #333;
		padding: 8px 0;
		display: block;
		text-decoration: none;
		position: relative;
		-webkit-transition: none;
		transition: none;
	}

	.headerBlock .gnav > li > ul > li a:hover {
		color: #247ABF;
		text-decoration: underline;
	}


	.headerBlock .gnav > li > ul:hover,
	.headerBlock .gnav > li:hover > ul {
		visibility: visible;
		opacity: 1;
	}
}
/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		display: block;
		top: 0;
		left: 0;
		height: 65px;
		width: 100%;
		min-width: 100%;
	}
	.page-open-slidemenu .header  {
		background: none;
	}

	.headerBlock  {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.logo-outer {
		z-index: 10;
		width: 60px;
		height: 65px;
		top: 0;
		right: 0;
		position: absolute;
		z-index: 860;
	}
	body.page-open-slidemenu {
		position: fixed;
	}
	.page-open-slidemenu .logo-outer {
		position: fixed;
	}

	/* ロゴ */
	.headerBlock_logo {
		width: 100%;
		height: 65px;
		position: absolute;
		z-index: 850;
		left: 0;
		right: 0;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.headerBlock_logo img {
		width: 169px;
	}
	.page-open-slidemenu .headerBlock_logo {
		position: fixed;
	}


	/* ロゴの右Block */
	.headerBlock_right {
		width: 15%;
		float: left;
		text-align: center;
		padding-top: 0;
	}
	.headTop {
		display: none;
	}


	/* グローバルナビ */
	.gnav {
		border-top: solid 1px #ccc;
	}

	/* 開閉メニューボタン */
	.slidemenu-btn {
		display: block;
		width: 60px;
		height: 65px;
		position: absolute;
		right: 0;
		top: 0;
		background: #fff;
	}
	.page-open-slidemenu .slidemenu-btn {
		background: #247ABF;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background-color: #247ABF;
	}
	.menu-icon:before,
	.menu-icon:after {
		-webkit-transition: color .25s ease;
		transition: color .25s ease;
	}
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		background-color: #fff;
	}
	.menu-icon:before,
	.menu-icon:after {
		content: '';
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	.menu-icon:before {
		top: -8px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.menu-icon:after {
		bottom: -8px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.page-open-slidemenu .menu-icon {
	  background-color: transparent;
	}
	.page-open-slidemenu .menu-icon,
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		width: 20px;
		height: 2px;
	}
	.page-open-slidemenu .menu-icon:before {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	.page-open-slidemenu .menu-icon:after {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	/* 開閉メニューボタン */


	.headerBlock .headerBlock_right {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 15%;
		width: 85%;
		height: 100vh;
		padding: 0;
		z-index: 800;
		padding-top: 65px;
		padding-bottom: 50px;
		height: 100vh;
		height: -webkit-calc(100vh - 60px);
		height: calc(100vh - 60px);
		background: rgba(255,255,255, 1);
		border-bottom: 1px solid #ccc;
	}

	.page-open-slidemenu .headerBlock .headerBlock_right {
		height: 100vh;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.headerBlock_right > nav{
		height: 100%;
		overflow-y: auto;
		padding-bottom: 60px;
		-webkit-overflow-scrolling: touch;
	}

	.page-open-slidemenu .headerBlock .gnav > li {
		position: relative;
		text-align: left;
		z-index: 1;
	}
	/***/
	.page-open-slidemenu .headerBlock .gnav > li > p {
		position: relative;
	}
	.page-open-slidemenu .headerBlock .gnav > li > p > .btn-submenu-toggle {
		position: absolute;
		z-index: 820;
	}

	/* 開閉ボタン 開く処理 */
	/***/
	/* 要検討 */
	.headerBlock .gnav > li > ul {
		position: relative;
		overflow: hidden;
		display: none;
	}

	.headerBlock .gnav > li.is-open > ul {
		height: 0;
		visibility: visible;
	}

	.headerBlock .gnav > li a:not(.btn-submenu-toggle) {
		font-size: 1.3rem;
		display: block;
		font-weight: bold;
		width: 100%;
		position: relative;
		line-height: 1.2;
		text-decoration: none;
		padding: 17px 12%;
		border-bottom: solid 1px #CCCCCC;
	}
	.headerBlock .gnav > li a:not(.btn-submenu-toggle)::before {
		font-family: 'FontAwesome';
		font-weight: normal;
		font-size: 1.8rem;
		content: '\f105';
		line-height: 1;
		color: #247ABF;
		position: absolute;
		top: 15px;
		left: 5%;
	}

	/* 別サイトリンク */
	.headerBlock .gnav > li.siteLink a:not(.btn-submenu-toggle) {
		color: #7F4D45;
		background: url(../img/home_icon.png) no-repeat 5% 16px / 15px auto;
	}
	.headerBlock .gnav > li.siteLink a:not(.btn-submenu-toggle)::before {
		display: none;
	}


	/* スマホ時ロゴ */
	.headerBlock .gnav > li.logo_eh_sp:not(.btn-submenu-toggle) {
		display: block;
	}
	.headerBlock .gnav > li.logo_eh_sp a:not(.btn-submenu-toggle) {
		border-bottom: none;
		background: none;
	}
	.headerBlock .gnav > li.logo_eh_sp a:not(.btn-submenu-toggle) {
		text-align: center;
		padding: 20px;
	}


	/* -- プルダウンメニュー -- */
	.headerBlock .gnav > li li a:not(.btn-submenu-toggle) {
		background: #F4F8FC;
	}

	.headerBlock .gnav > li li a:not(.btn-submenu-toggle):before {
		content: "\f0da";
		font-family: "FontAwesome";
		font-size: 1.2rem;
		font-weight: normal;
		text-align: center;
		color: #247ABF;
		border-radius: 8px;
		display: inline-block;
		position: absolute;
		left: 5%;
		top: 17px;
		line-height: 14px;
	}
	.headerBlock .gnav > li {
		position: relative;
		text-align: left;
		z-index: 3;
	}
	.headerBlock .gnav > li:before,
	.headerBlock .gnav > li:after {
		content: '';
		display: table;
	}
	.headerBlock .gnav > li:after {
		clear: both;
	}

	.headerBlock .gnav > li > ul > li > a {
		font-size: 14px;
		font-weight: 400 !important;
		width: 100%;
		text-decoration: none;
		background: #F2F5F7;
	}

	/* トグルボタン */
	.btn-submenu-toggle {
		display: block;
		width: 40px;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		z-index: 10;
	}

	.btn-submenu-toggle:before,
	.btn-submenu-toggle:after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 25px;
		margin: auto;
		background-color: #4B4B4B;
		-webkit-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
	}
	.btn-submenu-toggle:before {
		width: 1px;
		height: 11px;
	}
	.btn-submenu-toggle:after {
		width: 11px;
		height: 1px;
	}

	.is-open .btn-submenu-toggle:before {
		background-color: transparent;
	}
	.is-open .btn-submenu-toggle:after {
		background-color: #003366;
	}
}
.menu-layer {
	display: none;
}
@media screen and (max-width: 767px) {
	.menu-layer {
		width: 100%;
		height: 100%;
		position: absolute;
		/* ;;edit;;color */
		background-color: rgba(0,0,0,.2);
		top: 0;
		left: 0;
		z-index: 10;
	}
	.page-open-slidemenu .menu-layer {
		display: block;
		animation-duration: 1.5s;
		animation-name: fade-in;
		-moz-animation-duration: 1.5s;
		-moz-animation-name: fade-in;
		-webkit-animation-duration: 1.5s;
		-webkit-animation-name: fade-in;
	}
	.page-open-slidemenu .site {
		overflow: hidden;
	}
}

/* ------------------------------
 IEハック
------------------------------ */
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	/* head TEL */
	.headTel {
		padding-top: 5px;
	}
	/* head サイトリンク */
	.siteLink a {
		padding: 11px 8px 5px;
	}
}

/* ------------------------------
 コンテンツ
------------------------------ */
.site {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	overflow: hidden;
	position: relative;
	background: #EDEEEA;
}

/* -- ホーム -- */
.contentsHome {
	background: #fff;
}
/* -- コンテンツトップ -- */
.contentsTop {
	padding-top: 114px;
	padding-bottom: 40px;
	background: #fff;
	text-align: left;
}
/* -- コンテンツ -- */
.contents{
	padding-top: 114px;
	background: #fff;
	text-align: left;
	padding-bottom: 80px;
}
/* -- 横幅1220px -- */
.inBlock {
	width: 1220px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;

}
.inBlock::after {
	content: "";
	clear: both;
	display: block;
}
@media screen and (max-width: 767px) {
	.site {
		font-size: 1.5rem;
		line-height: 1.5;
	}
}
/* ------------------------------
 スマホ用コード（コンテンツ）
------------------------------ */
@media screen and (max-width: 767px) {
	#bggr {
		position: relative;
		z-index: 1;
	}
	/* -- トップ -- */
	.contentsHome {
		padding-top: 40px;
	}

	/* -- 横幅1220px -- */
	.inBlock {
		width: auto;
		padding-left: 5%;
		padding-right: 5%;
	}
	/* -- コンテンツトップ -- */
	.contentsTop {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.contents{
		padding-top: 0;
		padding-bottom: 40px;
	}
}
/* 下層ページナビ */
.contents-navi li {
	float:left;
	margin-bottom: 30px;
	position: relative;
}
.contents-navi li img {
	display: block;
}
.contents-navi li a {
	color: #333;
	display: block;
	text-decoration: none;
}
.contents-navi li a.cms_inner_blank {
	padding-right: 0;
	background: none;
}
.contents-navi li p {
	font-size: 1.8rem;
	font-weight: bold;
	background: url(../img/icon-arrow01.png) no-repeat 0 5px;
	background-size: 17px 17px;
	padding-left: 22px;
	margin-top: 10px;
}
/* 3ブロック */
.contents-navi li {
	width: 390px;
	margin-right: 25px;
}
.contents-navi li:nth-child(3n) {
	margin-right: 0;
}
.contents-navi li:nth-child(3n+1) {
	clear: both;
}

@media screen and (max-width: 767px) {
	/* -- コンテンツトップ -- */
	.contents-navi li {
		float:none;
		margin: 0 auto;
	}
	.contents-navi li:nth-child(3n) {
		margin: 0 auto;
	}
	.contents-navi li p {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 420px) {
	.contents-navi li {
		float:none;
		width: 100%;
		min-width: 280px;
	}
}

/* ------------------------------
 下層メニュー
------------------------------ */
.lnav{
	text-align: center;
	background: #F8F8FA;
	padding: 20px;
}
.lnav ul li a{
	color: #4B4B4B;
}

.lnav ul li{
	display: inline-block;
}
.lnav ul li:after{
	content:"｜";
	color: #4B4B4B;
}
.lnav ul li:last-child:after{
	content: none;
}
@media screen and (max-width: 767px) {
	.lnav{
		padding: 15px;
	}
	.lnav{
		font-size: 1.4rem;
	}
}
/* ------------------------------
 フッタ
------------------------------ */
.footerNav::after {
	content: "";
	clear: both;
	display: block;
}
.footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

/* -- フッタお問合せ -- */
.contactBlock {
	width: 1220px;
	margin: 0 auto;
	text-align: left;
	padding: 50px 0 40px;
}
.contactBlock .btnNav {
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}
.contactBlock .btnNav li {
	font-size: 1.8rem;
	display: inline-block;
	margin: 0 5px;
}

.contactBox {
	width: 510px;
	margin: 0 auto;
	text-align: left;
	/*display: inline-block;*/
	margin-bottom: 20px;
}
.contactBox .fl {
	margin-right: 12px;
}
.contactName {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.contactAdd {
	font-size: 1.4rem;
}
.contactTel {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 3.5rem;
	color: #7F4D45;
}


/* -- フッタナビ -- */
.footerNavTop {
	width: 1220px;
	margin: 0 auto;
	text-align: left;
}

/* NAVI */
.footerNav {
	padding: 40px 0;
	background: #3F3B3A;
}
.footerNav a {
	color: #fff;
}
.footerNav .navList {
	font-size: 0;
	float: left;
}
.footerNav .navList li {
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: 55px;
	display: inline-block;
}
.footerNav .navList li img {
	vertical-align: middle;
	margin-right: 5px;
}

/* フッタSNS */
.footerNav .sns {
	float: right;
	font-size: 0;
	color: #fff;
	margin-bottom: 25px;
}
.footerNav .sns li {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}
.footerNav .sns li:last-child {
	margin-right: 0;
}
.footerNav .sns li.text {
	width: 95px;
	font-size: 1.4rem;
	line-height: 30px;
	text-align: center;
	border: solid 1px #fff;
}

/* フッタNAVI */
.footerNavIn {
	width: 1220px;
	margin: 0 auto;
	text-align: left;
	display: table;
}

/* blankアイコン */
.navList a[target="_blank"]::after,
.footerNavIn a[target="_blank"]::after {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-left: 5px;
	background: url(../img/blank_w.gif) no-repeat 0 0 / cover;
}

/* サイトマップBOX */
.footerNavIn .sitemapBox {
	display: table-cell;
	padding-right: 20px;
}
.footerNavIn .sitemapBox:last-child {
	padding-right: 0;
}

.footerNavIn .sitemapBox p {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
	position: relative;
}
.footerNavIn .sitemapBox li {
	font-size: 1.3rem;
	margin-bottom: 3px;
	position: relative;
	color: #d9d8d8;
}
.footerNav a {
	color: #c6c5c4;
}

/* -- 外部リンク -- */
.otherLinkBlock {
	width: 1220px;
	margin: 0 auto;
	color: #7F4D45;
	padding-bottom: 60px;
	position: relative;
}

/* -- 開閉ボタン -- */
.otherLinkBlock .toggleBtn {
	font-weight: bold;
	line-height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}
.otherLinkBlock .toggleBtn .close,
.otherLinkBlock .toggleBtn .open {
	vertical-align: middle;
}
.otherLinkBlock .toggleBtn .close,
.otherLinkBlock .toggleBtn.is-open .open {
	display: none;
}
.otherLinkBlock .toggleBtn.is-open .close {
	display: inline-block;
}


/* ボタン部分 */
.otherLinkBlock .toggleBtn .ocbtn {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	border: solid 2px #7F4D45;
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	position: relative;
}
.otherLinkBlock .toggleBtn .ocbtn::before,
.otherLinkBlock .toggleBtn .ocbtn::after {
	content: "";
	background: #7F4D45;
	position: absolute;
}

/* 開くボタン部分 */
.otherLinkBlock .toggleBtn .ocbtn::before {
	width: 2px;
	height: 8px;
	top: 3px;
	left: 6px;
}
.otherLinkBlock .toggleBtn .ocbtn::after {
	width: 8px;
	height: 2px;
	top: 6px;
	left: 3px;
}

/* 閉じるボタン部分 */
.otherLinkBlock .toggleBtn.is-open .ocbtn::before {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
.otherLinkBlock .toggleBtn.is-open .ocbtn::after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}


/* -- 開閉コンテンツ -- */
.otherLinkBlock .inBlock {
	padding-top: 25px;
	text-align: left;
}
.linkBox {
	display: table-cell;
	padding: 0 32px;
}
.linkBox:first-child {
	padding-left: 0;
}
.linkBox:last-child {
	padding-right: 0;
}
.linkBox + .linkBox {
	border-left: dotted 1px #B3B1B2;
}
.linkBox a {
	color: #7F4D45;
}
.linkBox p {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.linkBox li {
	font-size: 1.2rem;
}


/* -- COPYRIGHT -- */
.footerCopy {
	font-size: 1.3rem;
	font-weight: 500;
	color: #000;
	line-height: 1.7;
	padding: 15px 0;
	border-top: solid 1px rgba(255, 255, 255, .3);
	background: #fff;
}
/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {
	.header,
	.footer,
	.site {
		min-width: 1320px;
	}
}

/* ------------------------------
 スマホ用コード（フッタ）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		padding-bottom: 50px;
	}

	/* -- フッタお問合せ -- */
	.contactBlock {
		width: auto;
		margin: 0 5%;
		padding: 25px 0 20px;
	}
	.contactBlock .btnNav {
		margin-bottom: 20px;
	}
	.contactBlock .btnNav li {
		font-size: 1.5rem;
		margin: 0 0 10px;
	}

	.contactBox {
		width: 270px;
		margin: 0 auto;
		display: block;
	}
	.contactBox .fl {
		width: 140px;
		float: left;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		margin-right: 12px;
		margin-bottom: 10px;
	}
	.contactBox p:before {
		content: "";
		clear: both;
		display: block;
	}
	.contactBox .contactName {
		font-size: 1.6rem;
		margin-bottom: 0;
		height: 88px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: left;
		justify-content: left;
		-webkit-align-items: center;
		align-items: center;
	}
	.contactAdd {
		font-size: 1.1rem;
	}
	.contactTel.sp {
		font-size: 1.3rem;
	}
	.contactTel.sp {
		width: 215px;
		margin-top: 12px;
		padding: 15px 15px 15px 35px;
		border-radius: 3px;
		background: #d06139 url(/shared/img/tel_icon.png) no-repeat 50px center / 16px 16px;
		color: #fff;
		font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		font-size: 1.3rem;
		font-weight: bold;
		text-align: center;
	}
	a:has(.contactTel.sp) {
		text-decoration: none !important;
	}

	/* -- フッタナビ -- */
	.footerNavTop {
		width: auto;
		margin: 0 5%;
	}

	/* NAVI */
	.footerNav {
		padding: 20px 0;
	}
	.footerNav .navList {
		float: none;
		margin-bottom: 10px;
	}
	.footerNav .navList li {
		font-size: 1.3rem;
		margin-right: 20px;
		margin-bottom: 10px;
	}

	/* フッタSNS */
	.footerNav .sns {
		text-align: center;
		float: none;
		margin-bottom: 0;
	}
	.footerNav .sns li {
		margin-right: 11px;
	}
	.footerNav .sns li.text {
		width: 80px;
		font-size: 1.3rem;
		line-height: 36px;
		text-align: center;
		border: solid 1px #fff;
	}

	/* フッタNAVI */
	.footerNavIn {
		display: none;
	}

	/* -- 外部リンク -- */
	.otherLinkBlock {
		width: auto;
		margin: 0 5%;
	}
	/* -- 開閉コンテンツ -- */
	.linkBox {
		display: block;
		padding: 0;
	}
	.linkBox + .linkBox {
		border-top: dotted 1px #B3B1B2;
		border-left: none;
		margin-top: 10px;
		padding-top: 10px;
	}


	/* -- COPYRIGHT -- */
	.footerCopy {
		font-size: 1rem;
		color: #7F4D45;
		padding: 10px 5%;
		background: #F3F0EB;
	}
}


/* ------------------------------
 SIDE NAVI
------------------------------ */
.sideMenu {
	width: 40px;
	font-size: 1.5rem;
	color: #fff;
	position: fixed;
	top: 15%;
	right: 0;
	z-index: 2000000;
}
.sideMenu li {
	text-align: center;
	font-weight: bold;
	background: rgba(204,75,31,.9);
	margin-bottom: 1px;
}
.sideMenu li a {
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	padding: 12px 0;
	text-align: left;
	text-decoration: none;
	position: relative;
}
.sideMenu li img {
	vertical-align: middle;
	margin-bottom: 5px;
}

/* chromeに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sideMenu li img {
		margin-left: -8px;
	}
}

/* -- PAGE TOP -- */
.sideMenu li.js-btn-pagetop {
	height: 40px;
	color: #fff;
	text-align: center;
	display: block;
	z-index: 1000;
	transition: background-color 0.2s ease 0s;
	cursor: pointer;
	background: #7F4D45;
	text-decoration: none;
}
.sideMenu li.js-btn-pagetop a {
	padding: 10px 0 0;
}
.sideMenu li.js-btn-pagetop:hover {
	text-decoration: none;
}
/* ------------------------------
 PC用コード
------------------------------ */
@media print, screen and (min-width: 768px) {
	.sideMenu li a {
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		-o-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
	.sideMenu li.js-btn-pagetop {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .2s ease-in-out, visibility 0s step-end .2s;
		transition: opacity .2s ease-in-out, visibility 0s step-end .2s;
	}
	.page-show-pagetop .sideMenu li.js-btn-pagetop {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity .2s ease-in-out, visibility 0s step-end 0s;
		transition: opacity .2s ease-in-out, visibility 0s step-end 0s;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.sideMenu {
		width: 100%;
		font-size: 1.1rem;
		text-align: center;
		top: auto;
		bottom: 0;
		right: 0;
		display: table;
		table-layout: fixed;
	}
	.sideMenu li {
		width: 100%;
		height: 50px;
		display: table-cell;
		vertical-align: middle;
	}
	.sideMenu li.sp {
		display: table-cell !important;
	}
	.sideMenu li:not(:first-child) {
		border-left: solid 1px #fff;
	}
	.sideMenu li img {
		display: block;
		margin: 0 auto 3px;
	}
	.sideMenu li a {
		line-height: 1.5;
		padding: 0 5px;
		text-align: center;
		display: block;
	}

	/* -- PAGE TOP -- */
	.sideMenu li.js-btn-pagetop {
		width: 50px;
		height: auto;
		display: table-cell !important;
		opacity: 1;
	}
	.sideMenu li.js-btn-pagetop a {
		padding: 0;
	}
	.sideMenu li.js-btn-pagetop {
		width: 0;
		-webkit-transition: width .2s ease-in-out;
		transition: width .2s ease-in-out;
	}
	.page-show-pagetop .sideMenu li.js-btn-pagetop {
		width: 50px;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
	background: #D06139;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
	font-size: 1.2rem;
}


/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html,
	body {
		background: none;
	}

	/* -- 固定footer -- */
	.header,
	.sideMenu {
		position: absolute;
	}
}

 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}

/* ------------------------------
 Android用アラート
------------------------------ */
.alert-old-android-browser {
	display: none;
}
.alert-old-android-browser.is-show {
	border-top: 1px solid #aaa;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	color: #222;
	font-size: 16px;
	z-index: 200000;
	padding: 30px 40px 20px 20px;
}
/* android browser */
.page-fixed-header-android .alert-old-android-browser.is-show {
	position: fixed;
	bottom: 0;
	left: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__text {
	margin-bottom: 1em;
	line-height: 18px;
	background-size: 20px 18px;
	margin-bottom: 10px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__link {
	text-decoration: none;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before,
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	content: '';
    display: block;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #aaa;
    width: 20px;
    height: 2px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.alert-old-android-browser.is-show > .alert-old-android-browser__link:before {
    font-family: 'FontAwesome';
    content: "\f138";
    margin-right: 5px;
    color: #b09e71;
    display: inline-block;
}

