@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ------------------------------
 リセット
------------------------------ */

* {
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用コード）
------------------------------ */

html, 
body {
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.5;
	word-wrap: break-word;
	color: #333;
	min-width: 1200px;
	max-width: 1600px;
	margin: 0 auto;
	background: #f5f4f0;
}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

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 !important;
}

.tar {
	text-align:right;
}

.vat {
	vertical-align:top;
}

.vam {
	vertical-align:middle;
}

.vab {
	vertical-align:bottom;
}

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

strong {
	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;
	}
	.sp {
		display:block !important;
	}
	
}
/* 行スペース */
.b1 {
	margin-bottom: 1.7em;
}

.b2 {
	margin-bottom: 3.4em;
}

.b3 {
	margin-bottom: 5.1em;
}


/* スペース */
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.ml0 {
	margin-left: 0 !important;
}

.sp_mb20 {
	margin-bottom: 0 !important;
}


/* リンク */
a {
	color: #03A9F4;
	text-decoration: none;
}
a:hover {
	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: #C62828;
}
.blue {
	color: #0073BC;
}

/* フォントサイズ */
.big,
big {
	font-size: 1.8rem;
}
.small,
small {
	font-size: 1.4rem;
}
sup {
	font-size: 62.5%;
	vertical-align:top;
}
.f16 { font-size: 1.6rem !important;}
.f20 { font-size: 2rem !important;}
.f30 { font-size: 3rem !important;}
.f36 { font-size: 3.6rem !important;}

/* ------------------------------
 サイト全体（スマホ用コード）
------------------------------ */
@media screen and (max-width: 767px) {
	html, 
	body {
		min-width: 100%;
		max-width: 100%;
	}
	
	.fl,
	.fr {
		float: none;
	}
	/* ;;edit;;20160215 */
	.site {
		min-width: 0;
	}
	
	.sp_mb20 {
		margin-bottom: 20px !important;
	}
	
	.f30 { font-size: 2.4rem !important;}
	.f36 { font-size: 3rem;}
}



/* ------------------------------
 ヘッダ
------------------------------ */
.header {
	width: 100%;
	height: 115px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: rgba(255,255,255,1);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 900;
}
.headerBlock  {
	margin: 0 auto;
	text-align: left;
}


/* ロゴ */
.headerBlock_logo {
	height: 76px;
	float: left;
	margin-top: 28px;
}

.headerBlock_logo img.pc {
	margin: 0 0 10px 5px;
	display: block;
}

/* ロゴの右Block */
.headerBlock_right {
	float: right;
	padding-top: 13px;
}
.headerBlock_right a {
	color: #333;
}
.headerBlock_right .fl {
	margin-right: 25px;
}

.headNav:after,
.sns:after {
	content: "";
	clear: both;
	display: block;
}
.headNav {
	font-size: 1.4rem;
	float: right;
	margin: 6px 0 17px;
}
.headNav .nav {
	float: left;
	margin: 9px 10px 10px 0;
}

.headNav .nav li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	line-height: 1;
	border-right: solid 1px #333;
}
.headNav .nav li:last-child {
	border-right: none;
	margin-right: 177px;
}
/*
.headNav .nav li.recruit a {
	color: #D90E7D;
}
*/
.sns {
	position: absolute;
	top: 20px;
	right: 50%;
	margin-right: -490px;
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-weight: bold;
	z-index: 1000;
}
.sns li {
	margin: 0 2px;
	line-height: 32px;
	display: inline-block;
}
.sns li img {
	width: 32px;
	height: auto;
}


/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
    .slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
    .headerBlock {
		width: 1220px;
		margin: 0 auto;
	}
	* + .gnav,
	.gnav:after {
		content: "";
		clear: both;
		display: block;
	}
	
	.headerBlock .gnav {
		margin: 0 auto;
		position: relative;
        visibility: visible;
	}
	.headerBlock .gnav > li {
		font-weight: bold;
		line-height: 1;
		text-align: center;
		vertical-align: top;
		float: left;
		position: relative;
	}
    .headerBlock .gnav > li > a,
    .headerBlock .gnav > li > p > a {
		display: block;
		line-height: 1;
		margin-left: 25px;
		padding-bottom: 27px;
		-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;
	}
	
	.headerBlock .gnav > li:hover > a, 
	.headerBlock .gnav > li.on > a,
	.headerBlock .gnav > li:hover > p > a, 
	.headerBlock .gnav > li.on > p > a {
		color: #0073BC;
		text-decoration: none;
		border-bottom: solid 4px #0073BC;
	}
}
/* ------------------------------
 PC用限定CSS プルダウンメニュー部分
------------------------------ */
@media screen and (min-width: 768px) {
	.headerBlock .gnav > li > ul {
		position: absolute;
		visibility: hidden;
		background-color: #666;
		opacity: 0;
		padding: 10px 0;
		font-size: 1.4rem;
		top: 46px;
		left: 25px;
		-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 {
		list-style: none;
		text-align: left;
		white-space: nowrap;
	}
	
	.headerBlock .gnav > li > ul > li a {
		display: block;
		position: relative;
		-webkit-transition: none;
		transition: none;
		padding: 0 20px;
		color: #fff;
		font-weight: bold;
		line-height: 2.5;
		text-decoration: none;
	}
	.headerBlock .gnav > li > ul > li a:hover {
		color: #03A9F4 !important;
	}
	
	.headerBlock .gnav > li > ul:hover,
	.headerBlock .gnav > li:hover > ul {
		visibility: visible;
		opacity: 1;
	}
}

/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		height: 50px;
		width: 100%;
		min-width: 100%;
		z-index: 1000;
	}
	.headerBlock  {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.logo-outer {
		z-index: 10;
		width: 100%;
		height: 50px;
		top: 0;
		position: relative;
		background-color: #fff;
		border-bottom: 2px solid #0073bc;
	}
	
	/* ロゴ */
	.headerBlock_logo {
		width: 80%;
		height: auto;
		float: left;
		margin-left: 5%;
		margin-top: 10px;
	}
	.headerBlock_logo img.pc {
		display: none;
	}
	.headerBlock_logo span {
		display: none;
	}
	.headerBlock_logo img {
		width: 200px;
		float: none;
		margin: 0;
	}
	
	
	/* ロゴの右Block */
	.headerBlock_right {
		width: 15%;
		float: left;
		text-align: center;
		padding-top: 0;
	}
	.headNav {
		display: none;
	}
	
	.sns {
		position: static;
		margin: 0 8% 15px;
		padding-bottom: 15px;
		border-bottom: dotted 1px #E6E6E6;
	}
	.sns li:first-child {
		display: block;
	}
	.sns li img {
		width: 35px;
		height: auto;
	}
	
	
	/* グローバルナビ */
	/* 開閉メニューボタン */
	.slidemenu-btn {
		display: block;
		width: 60px;
		height: 49px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 30px;
		height: 4px;
		border-radius: 2px;
		background-color: #0073bc;
	}
	.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: #0073bc;
	}
	.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: -10px;
		-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: -10px;
		-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:before {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) 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(-10px) rotate(-45deg);
		transform: translateY(-10px) 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 .gnav {
		-webkit-transform: translateY(-100%);
		transform: translateY(-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: absolute;
		width: 100%;
		background: rgba(255,255,255,0.95);
	}
	.page-open-slidemenu .headerBlock .gnav {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		max-height: 100vh;
		max-height: -webkit-calc(100vh - 60px);
		max-height: calc(100vh - 60px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		border-bottom: 1px solid #ccc;
	}
	.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;
	}
	
	
	/* 開閉ボタン 開く処理 */
	/***/
	/* 要検討 */
	.headerBlock .gnav > li > ul {
		position: relative;
		overflow: hidden;
		display: none;
		padding-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}
	.headerBlock .gnav > li.is-open > ul {
		/*position: relative;
		height: 0;
		visibility: visible;*/
	}

	.headerBlock .gnav > li a:not(.btn-submenu-toggle) {
		display: block;
		width: 100%;
		position: relative;
		color: #333;
		line-height: 1;
		font-weight: bold;
		text-decoration: none;
		padding: 18px 15px;
	}
	.headerBlock .gnav > li p a:not(.btn-submenu-toggle):before,
	.headerBlock .gnav > li > a:not(.btn-submenu-toggle):before {
		font-size: 1.2rem;
		font-family: 'FontAwesome';
		content: "\f105";
		margin-right: 5px;
		color: #fff;
		width: 17px;
		height: 18px;
		padding-left: 1px;
		line-height: 18px;
		border-radius: 12px;
		text-align: center;
		display: inline-block;
		background: #03A9F4;
		z-index: 3;
	}
	.headerBlock .gnav > li li a:not(.btn-submenu-toggle):before {
		content: "\f105";
		font-family: "FontAwesome";
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
		color: #03A9F4;
		content: "\f105";
		border-radius: 8px;
		display: inline-block;
		position: absolute;
		left: 27px;
		top: 14px;
		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:not(:last-child) a:not(.btn-submenu-toggle) {
		border-bottom: 1px solid #ccc;
	}
	.headerBlock .gnav > li:not(:last-child) .is-open a:not(.btn-submenu-toggle) {
		border-bottom: none;
	}
	
	/* 横並びボタン */
	.headerBlock .gnav > li.sp {
		font-size: 1.3rem;
		width: 50%;
		float: left;
	}
	.headerBlock .gnav > li.sp a {
		font-weight: normal;
	}
	.headerBlock .gnav > li.sp.line {
		border-right: 1px solid #ccc;
	}
	.headerBlock .gnav > li.sp a:not(.btn-submenu-toggle):before {
		font-size: 1.2rem;
		font-family: 'FontAwesome';
		content: "\f105";
		margin-right: 5px;
		color: #333;
		width: auto;
		height: auto;
		line-height: 18px;
		border-radius: 12px;
		text-align: center;
		display: inline-block;
		background: none;
		z-index: 3;
	}
	/*
	.headerBlock .gnav > li.recruit a,
	.headerBlock .gnav > li.recruit a:not(.btn-submenu-toggle):before {
		color: #D90E7D;
	}
	*/
	/* 横並びボタン */
	
	
	.headerBlock .gnav > li > ul > li > a {
		font-size: 14px;
		font-weight: 400 !important;
		width: 100%;
		text-decoration: none;
		padding: 15px 20px 15px 35px !important;
		border: none !important;
	}
	
	/* トグルボタン */
	.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: #0073BC;
		-webkit-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
	}
	.btn-submenu-toggle:before {
		width: 2px;
		height: 14px;
	}
	.btn-submenu-toggle:after {
		width: 14px;
		height: 2px;
	}
	
	.is-open .btn-submenu-toggle:before {
		background-color: transparent;
	}
	.is-open .btn-submenu-toggle:after {
		background-color: #0073BC;
	}
}

/* ------------------------------
 コンテンツ
------------------------------ */
.site {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	background: #fff;
}
.contents {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
.contentsWide:after,
.contentsTop:after,
.contentsPage:after {
	content: "";
	clear: both;
	display: block;
}
.contentsWide,
.contentsTop,
.contentsPage {
	width: 1220px;
	margin: 0 auto;
	text-align: left;
	padding: 60px 0 80px;
}

/* パンくず */
.crumb {
	width: 1220px;
	font-size: 1.4rem;
	line-height: 32px;
	color: #fff;
	text-align: left;
	position: absolute;
	top: 115px;
	left: 50%;
	margin-left: -610px;
}
.crumb a {
	color: #fff;
}

/* 電話番号 */
.cms_block .tel {
	font-size: 4rem;
	line-height: 1.2;
	color: #0073BC;
}


/* ------------------------------
 スマホ用コード（コンテンツ）
------------------------------ */
@media screen and (max-width: 767px) {
	#bggr {
		position: relative;
		z-index: 1;
	}
	.contents {
		min-width:100%;
	}
	.contentsWide {
		width: 90%;
		padding: 20px 0 40px;
		margin: 0 auto;
	}
	.contentsTop {
		width: 90%;
		padding: 20px 0 40px;
	}
	.contentsPage {
		width: 90%;
		padding: 20px 0 0;
	}
	
	/* パンくず */
	.crumb {
		display: none;
	}
	/* 電話番号 */
	.cms_block .tel {
		font-size: 2.4rem;
	}
}
.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;
	}
	.page-open-slidemenu .site {
		overflow: hidden;
	}
}


/* ------------------------------
 メインイメージ
------------------------------ */
.mainimgTop {
	height: 400px;
	padding-top: 115px;
	background: #ccc;
}
.mainimgPage {
	height: 320px;
	padding-top: 115px;
	background: #ccc;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.mainimgTop {
		height: 200px;
		padding-top: 0;
	}
	.mainimgPage {
		height: 160px;
		padding-top: 0;
	}
}
@media screen and (max-width: 479px) {
	.mainimgTop {
		height: 150px;
	}
	.mainimgPage {
		height: 120px;
	}
}

/* ------------------------------
 メインメニュー
------------------------------ */
.contents_navi:after {
	clear: both;
	content: "";
	display: block;
}
.contents_navi li {
	width: 390px;
	float: left;
	margin-bottom: 25px;
	margin-right: 25px;
}
.contents_navi li:nth-child(3n),
.contentsPage .contents_navi li:nth-child(3n) {
	margin-right: 0;
}
.contents_navi li a,
.contents_navi .cms_image a,
.contents_navi.four .cms_image a,
.iconLink a {
	color: #333;
	text-decoration: none;
	display: block;
}
/* メインメニュー 3ブロック 下層 */
.contentsPage .contents_navi li {
	width: 287px;
	float: left;
	margin-right: 24px;
	margin-bottom: 25px;
}


/* メインメニュー 4ブロック */
.contents_navi.four li,
.contents_navi.four .cms_image {
	width: 287px;
	margin-right: 24px;
}
.contents_navi.four li:nth-child(3n) {
	margin-right: 24px;
}
.contents_navi.four li:nth-child(4n),
.contents_navi.four .cms_image.cms_fr {
	margin-right: 0;
}
.contents_navi .cms_image:hover img {
	opacity: .7;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contents_navi li,
	.contentsPage .contents_navi li,
	.contents_navi.four li,
	.contents_navi.four .cms_image {
		width: auto;
		float: none;
		text-align: center;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.contents_navi.four li:nth-child(3n) {
		margin-right: 0;
	}
	
	.contents_navi li h3 {
		margin-bottom: 0;
	}
	.contents_navi li div {
		text-align: left;
	}
}


/* ------------------------------
 CONTENTS RIGHT
------------------------------ */
.contentsMain {
	width: 909px;
	text-align: left;
	float: right;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsMain {
		width: 100%;
		float: none;
		padding-bottom: 40px;
	}
}


/* ------------------------------
 CONTENTS LEFT
------------------------------ */
.contentsSide {
	width: 287px;
	text-align: left;
	float: left;
}
.lnavhead {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px 12px;
	background: #0073BC;
	margin-bottom: 1px;
}
.lnavhead a {
	color: #fff;
	display: block;
	text-decoration: none;
}
/* サイドナビ */
.sideNav li a {
	color: #333;
	display: block;
	line-height: 1.4;
	padding: 13px 0 13px 30px;
	text-decoration: none;
	border-bottom: solid 1px #E6E6E6;
	-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;
	position: relative;
}
.sideNav li a:before {
	font-family: "FontAwesome";
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	content: "\f105";
	width: 13px;
	border-radius: 8px;
	display: inline-block;
	position: absolute;
	left: 8px;
	top: 17px;
	line-height: 14px;
	padding-left: 1px;
	background: #03A9F4;
}
.sideNav > ul > li a:hover,
.sideNav > ul > li.on > a,
.sideNav > ul > li > ul li.on a {
	color: #fff;
	background: #03A9F4;
}
.sideNav > ul > li a:hover:before,
.sideNav > ul > li.on > a:before {
	color: #03A9F4;
	background: #fff;
}

.sideNav > ul > li > ul li a {
	font-size: 1.4rem;
	padding: 13px 0 13px 42px;
}
.sideNav > ul > li > ul li a:before {
	color: #03A9F4;
	content: "\f105";
	width: auto;
	border-radius: 0;
	position: absolute;
	left: 28px;
	padding-left: 0;
	background: none;
}
.sideNav > ul > li > ul li a:hover:before,
.sideNav > ul > li > ul li.on a:before {
	color: #fff;
	background: none;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsSide {
		width: auto;
		float: none;
		margin: 0 -5.5%;
	}
}


/* ------------------------------
 SIDE NAVI
------------------------------ */
#sideMenu{
	position: fixed;
	top: 130px;
	right: 0;
	z-index: 8888 !important;
}
#sideMenu ul li{
	width: 86px;
	height: 80px;
	margin-bottom: 2px;
	background:rgba(0,0,0,.6);
}
#sideMenu ul li a{
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	text-decoration: none;
	padding: 11px 0 8px;
	display: block;
}
#sideMenu ul li img{
	width: auto;
	height: 40px;
	margin: 0 auto 7px;
	display: block;
}

/* -- OVERLAY -- */
.modal-overlay {
	z-index:2;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;/*for old Safari*/
	height:100vh;
	background-color:rgba(0,0,0,.5);
	z-index: 9000;
}
.modal-overlay (:target) {height:100%\9} /* IE9,10 */
a.modal-open:hover {cursor:pointer}

.modal-contentIn:after {
	content: "";
	clear: both;
	display: block;
}
.modal-contentIn {
	padding: 30px;
	text-align: left;
	overflow: auto;
}

/* -- MODAL CONTENT -- */
.modal-content {
	position:fixed;
	display:none;
	background:#fff;
	z-index: 9100;
}
.modal-content .title {
	line-height: 63px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
}

.selectBox .scroll_area {
	height: 220px;
}
.selectBox .jspDrag {
	background: #666;
}


/* -- modalカレンダー -- */
#modal_calendar .title {
	background: #0073BC;
}
#modal_calendar .modal-contentIn {
	padding-bottom: 20px;
}

.calendar ul:after,
.calendar ol:after {
	content: "";
	clear: both;
	display: block;
}
.calendar {
	font-family: 'Roboto', 'Noto Sans Japanese', "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, sans-serif;
	width: 308px;
	margin: 0 43px;
	float: left;
}
.calendar .month {
	font-size: 2.4rem;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 25px;
}
.calendar .month strong {
	font-size: 7rem;
	line-height: 1;
	vertical-align: middle;
	margin: 0 20px;
	display: inline-block;
	margin-top: -10px;
}
.calendar li {
	width: 44px;
	float: left;
	font-weight: bold;
	text-align: center;
	display: block;
}
.calendar ul li {
	font-size: 1.4rem;
}

.calendar li a {
	text-decoration: underline;
}

.calendar li a:hover {
	text-decoration: none;
}


.calendar ol li {
	font-size: 2.4rem;
	height:36px;
}
/*.calendar ol li:nth-child(7n+1),
.calendar ol li:nth-child(7n) {
	color: #03A9F4;
}*/
/*.calendar li.category0 {
	color: #333;
}*/
.calendar li.category0 {
	color: #D32F2F;
}
.calendar li.category1 {
	color: #03A9F4;
}


.modal-contentIn .notes {
	text-align: center;
	position: relative;
}
.modal-contentIn .notes li {
	display: inline-block;
	margin: 0 7px;
}
.modal-contentIn .notes li:before {
	font-family: 'FontAwesome';
	content: "\f111";
	display: inline-block;
	margin-right: 4px;
}
.modal-contentIn .notes li:first-child:before {
	color: #d32f2f;
}
.modal-contentIn .notes li:last-child:before {
	color: #03A9F4;
}

.modal-contentIn .notes p {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/next_bg.png) no-repeat 0 0;
	background-size: 80px auto;
}

.modal-contentIn .notes p.prev a {
	color: #fff;
	width: 80px;
	line-height: 26px;
	padding: 0 0 2px 5px;
	padding: 0 5px 2px 0;
	display: block;
}

.modal-contentIn .notes p.next a {
	color: #fff;
	width: 80px;
	line-height: 26px;
	padding: 0 5px 2px 0;
	display: block;
}



/* -- CLOSE BUTTON -- */
a.modal-close {
	position:absolute;
	top:10px;
	right:15px;
	color:#fff;
	font-size:38px;
	line-height:1;
	font-weight:normal;
	text-decoration:none
}
a.modal-close:hover {
	cursor:pointer;
	opacity:.7
}

/* ------------------------------
 スマホ用コード（PC）
------------------------------ */
@media screen and (min-width: 768px) {
	.sticky-wrapper {
		height: 0 !important;
	}
	#sideMenu {
		width: 86px !important;
		position: fixed !important;
		top: 130px !important;
		right: 0;
	}
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.sticky-wrapper {
		height: 80px !important;
	}
	#sideMenu{
		position: static;
	}
	#sideMenu ul li {
		width: 16.6666666%;
		float: left;
		margin-bottom: 0;
		border-right: solid 1px #fff;
		background:rgba(0,0,0,.6);
	}
	#sideMenu ul li:last-child {
		border-right: none;
	}
	#sideMenu ul li a{
		color: #fff;
		font-size: 1rem;
		line-height: 1;
		text-decoration: none;
		padding: 11px 0 8px;
		display: block;
	}
	#sideMenu ul li img{
		width: auto;
		height: 40px;
		margin: 0 auto 7px;
		display: block;
	}
/*
	.fixed {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 8000;
	}
*/
	
	/* -- OVERLAY -- */
	.modal-contentIn {
		padding: 15px;
	}

	/* -- MODAL CONTENT -- */
	.modal-content {
		width: auto;
		
		left: 5%;
		right: 5%;
	}
	.modal-content .title {
		line-height: 40px;
		font-size: 1.8rem;
	}
	
	/* -- modalカレンダー -- */
	#modal_calendar .modal-contentIn {
		padding-bottom: 15px;
	}
	#modal_calendar .modal-contentIn .area {
		height: 305px;
		overflow: hidden;
	}
	.calendar {
		width: auto;
		margin: 0;
		float: none;
	}
	
	.calendar li {
		width: 14.285714%;
	}
	.calendar ul li {
		font-size: 1.3rem;
	}
	.calendar ol li {
		font-size: 2.2rem;
	}
	
	.notes {
		margin-top: 15px;
	}
	.modal-contentIn .notes li {
		display: inline-block;
		margin: 0 7px;
	}
	
	.notes p.prev {
		float: left;
		margin-top: 0;
	}
	
	.notes p.next {
		float: right;
		margin-top: 0;
	}
	
	.modal-contentIn .notes p.prev {
		position: static;
		background: url(../img/prev_bg.png) no-repeat left 0 / 80px auto;
	}
	
	.modal-contentIn .notes p.next {
		position: static;
		background: url(../img/next_bg.png) no-repeat right 0 / 80px auto;
	}

	
	.modal-contentIn .notes p {
		position: static;
		background: url(../img/next_bg.png) no-repeat right 0 / 80px auto;
	}
	.modal-contentIn .notes p a {
		font-size: 1.4rem;
		width: 60px;
	}
	
	/* -- CLOSE BUTTON -- */
	a.modal-close {
		position:absolute;
		top:5px;
		right: 5%;
		font-size:28px;
	}
}



/* ------------------------------
 MENU
------------------------------ */
.menuBox {
	height: 400px;
	padding: 125px 0 0;
	background: url(../img/menu_bg.jpg) no-repeat center 0;
	overflow: hidden;
}
.menuBox ul {
	width: 1220px;
	margin: 0 auto;
}
.menuBox li {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: bold;
	width: 164px;
	height: 150px;
	margin-right: 12px;
	float: left;
	border-radius: 8px;
	-ms-border-radius: 8px;
	-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;
	position: relative;
}

.menuBox li:first-child {
	background: #fff url(../img/menu_icon01.png) no-repeat center 19px;
	background-size: auto 84px;
}
.menuBox li:nth-child(2) {
	background: #fff url(../img/menu_icon02.png) no-repeat center 19px;
	background-size: auto 84px;
}
.menuBox li:nth-child(3) {
	background: #fff url(../img/menu_icon03.png) no-repeat center 19px;
	background-size: auto 84px;
}
.menuBox li:nth-child(4) {
	background: #fff url(../img/menu_icon04.png) no-repeat center 19px;
	background-size: auto 84px;
}
.menuBox li:nth-child(5) {
	background: #fff url(../img/menu_icon05.png) no-repeat center 19px;
	background-size: auto 84px;
}
.menuBox li:nth-child(6) {
	background: #fff url(../img/menu_icon06.png) no-repeat center 19px;
	background-size: auto 84px;
}
.menuBox li:last-child {
	margin-right: 0;
	background: #fff url(../img/menu_icon07.png) no-repeat center 19px;
	background-size: auto 84px;
}

.menuBox li:first-child:hover {
	background: #D90E7D url(../img/menu_icon01o.png) no-repeat center 19px;
	background-size: auto 84px;
}
.menuBox li:nth-child(2):hover {
	background: #D90E7D url(../img/menu_icon02o.png) no-repeat center 19px;
	background-size: auto 84px;
}
.menuBox li:nth-child(3):hover {
	background: #D90E7D url(../img/menu_icon03o.png) no-repeat center 19px;
	background-size: auto 84px;
}
.menuBox li:nth-child(4):hover {
	background: #D90E7D url(../img/menu_icon04o.png) no-repeat center 19px;
	background-size: auto 84px;
}
.menuBox li:nth-child(5):hover {
	background: #D90E7D url(../img/menu_icon05o.png) no-repeat center 19px;
	background-size: auto 84px;
}
.menuBox li:nth-child(6):hover {
	background: #1D398A url(../img/menu_icon06o.png) no-repeat center 19px;
	background-size: auto 84px;
}
.menuBox li:last-child:hover {
	background: #EB5505 url(../img/menu_icon07o.png) no-repeat center 19px;
	background-size: auto 84px;
}

.menuBox li a {
	color: #D90E7D;
	padding: 115px 10px 10px;
	display: block;
	height: 150px;
}

.menuBox li:nth-child(6) a {
	color: #1D398A;
}
.menuBox li:last-child a {
	color: #EB5505;
}
.menuBox li:hover a {
	color: #fff;
	text-decoration: none;
}

.menuBox li p {
	display: none;
}
.menuBox li p :after {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 0;
	height: 0;
	border: solid transparent;
	border-color: rgba(51, 51, 51, 0);
	border-width: 15px;
	pointer-events: none;
	content: " ";
}

.menuBox li div:hover + p {
	opacity: 1;
	width: 265px;
	position: absolute;
	bottom: 100%;
	left: 10px;
	display: block;
}
.menuBox li:nth-child(6) div:hover + p,
.menuBox li:nth-child(7) div:hover + p {
	left: auto;
	right: 10px;
	display: block;
}

.menuBox_sp {
	display: none;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.menuBox {
		display: none;
	}
	.menuBox_sp {
		padding: 5%;
		display: block;
		background: url(../img/dot_thinblue_bg.gif) repeat 0 0;
	}
	.menuBox_sp li {
		width: 49%;
		font-weight: bold;
		background: #fff;
		border-radius: 4px;
	}
	.menuBox_sp li a {
		display: block;
		padding: 16px 0;
	}
	.menuBox_sp li a:hover {
		text-decoration: none;
	}
	.menuBox_sp li:first-child {
		float: left;
		border: solid 2px #1d398a;
	}
	.menuBox_sp li:first-child a {
		color: #1d398a;
	}
	.menuBox_sp li:last-child {
		float: right;
		border: solid 2px #eb5505;
	}
	.menuBox_sp li:last-child a {
		color: #eb5505;
	}
	
	.menuBox_sp img {
		height: 50px;
		width: auto;
		margin-right: 8px;
		vertical-align: middle;
	}
}

@media screen and (max-width: 479px) {
	.menuBox_sp li {
		font-size: 1.2rem;
	}
	.menuBox_sp img {
		height: 28px;
		margin-right: 5px;
	}
	.menuBox_sp li a {
		padding: 8px 0;
	}
}


/* ------------------------------
 BANNER SLIDE
------------------------------ */
.bannerBox {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: url(../img/dot_bg.gif) repeat 0 0;
}
.bannerBox .bannerList {
	width: 1140px;
	margin: 0 auto;
}
.bannerBox .bannerList li span {
	display: block;
	margin: 0 10px;
	background: #fff;
}
.bannerBox .bannerList li span img {
	margin: 0 auto;
}

.bannerBox .slick-prev,
.bannerBox .slick-next{
	width: 70px !important;
	height: 70px !important;
	margin-top: -35px !important;
	z-index: 300;
}
.bannerBox .slick-prev{
	background: url(../img/slick-prev.png) no-repeat 0 0;
}
.bannerBox .slick-next{
	background: url(../img/slick-next.png) no-repeat 0 0;
}

.bannerBox .slick-prev{
    left: -40px !important;
}
[dir='rtl'] .bannerBox .slick-prev{
    right: -40px !important;
    left: auto;
}
.bannerBox .slick-next{
    right: -40px !important;
}
[dir='rtl'] .bannerBox .slick-next{
    right: auto;
    left: -40px !important;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.bannerBox {
		padding: 30px 0;
	}
	.bannerBox .bannerList {
		width: 100%;
	}
	.bannerBox .bannerList li span {
		margin: 0;
	}
	.bannerBox .bannerList li span img {
		width: 100%;
	}
	.bannerBox .slick-prev,
	.bannerBox .slick-next{
		width: 22% !important;
		height: 100% !important;
		margin-top: 0 !important;
		top: 0;
	}
	.bannerBox .slick-prev{
		background: rgba(0,0,0,0.5) url(../img/slick-prev_w.png) no-repeat center center;
		background-size: 70px 70px;
	}
	.bannerBox .slick-next{
		background: rgba(0,0,0,0.5) url(../img/slick-next_w.png) no-repeat center center;
		background-size: 70px 70px;
	}
	
	.bannerBox .slick-prev{
	    left: 0 !important;
	}
	[dir='rtl'] .bannerBox .slick-prev{
	    right: 0 !important;
	}
	.bannerBox .slick-next{
	    right: 0 !important;
	}
	[dir='rtl'] .bannerBox .slick-next{
	     left: 0 !important;
	}
}

@media screen and (max-width: 479px) {
	.bannerBox .slick-prev{
		background: rgba(0,0,0,0.5) url(../img/slick-prev_w.png) no-repeat center center;
		background-size: 35px 35px;
	}
	.bannerBox .slick-next{
		background: rgba(0,0,0,0.5) url(../img/slick-next_w.png) no-repeat center center;
		background-size: 35px 35px;
	}
	
}

/* ------------------------------
 新着一覧
------------------------------ */
.cms_block .scroll_area li:first-child {
	border-top: dotted 1px #ccc;
}

.cms_block .scroll_area li {
	padding: 15px 0;
	border-bottom: dotted 1px #ccc;
}
.cms_block .scroll_area li p {
	font-size: 1.6rem;
	font-weight: bold;
	color: #B2B2B2;
	margin-bottom: 8px;
	display: block;
}
.cms_block .scroll_area em {
	min-width: 50px;
	font-size: 1.2rem;
	font-style:normal;
	text-align: center;
	color: #fff;
	line-height: 1;
	margin-right: 10px;
	padding: 4px 10px;
	border-radius: 10px;
	-ms-border-radius: 10px;
	display: inline-block;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block .scroll_area li p {
		margin-bottom: 10px;
	}
	.cms_block .scroll_area li p em {
		margin-right: 10px;
	}
}


/* ------------------------------
 フッタ
------------------------------ */
.footer {
	width: 100%;
	margin: 0;
	text-align: center;
}


/* -- フッタ住所 -- */
.footer_info {
	font-size: 1.4rem;
	width: 1220px;
	text-align: left;
	margin: 0 auto;
	padding: 30px 0;
}
.footer_info:after {
	content: "";
	clear: both;
	display: block;
}

/* -- フッタロゴ -- */
.footerLogo {
	width: 330px;
	float: left;
}
.footerLogo img {
	width: 284px;
	height: auto;
	margin-bottom: 10px;
}
.footerLogo small {
	font-size: 1.2rem;
}

/* -- フッタ営業時間 -- */
.footerTime {
	line-height: 1.27;
	float: left;
}
.footerTime .time_icon {
	margin-bottom: 3px;
}
.footerTime .time_icon:before {
	font-family: 'FontAwesome';
	content: "\f017";
	color: #0073BC;
	margin-right: 3px;
}
.footerTime small {
	font-size: 1.2rem;
}

/* -- フッタナビ -- */
.footerNav {
	line-height: 2;
	float: right;
	display: table;
}
.footerNav ul {
	width: 190px;
	display: table-cell;
	padding-left: 10px;
	border-left: dotted 1px #e6e6e6;
}
.footerNav ul:last-child {
	border-right: dotted 1px #e6e6e6;
}
.footerNav ul a {
	color: #333;
}


/* -- COPYRIGHT -- */
.footerCopy:after {
	content: "";
	clear: both;
	display: block;
}
.footerCopy {
	width: 100%;
	font-family: 'Roboto', 'Noto Sans Japanese', "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 30px;
	color: #fff;
	background: #0073BC;
}
.footerCopy p {
	width: 1220px;
	margin: 0 auto;
	text-align: center;
}


/* -- PAGE TOP -- */
.js-btn-pagetop {
	width: 86px;
	height: 60px;
	color: #fff;
	text-align: center;
	display: block;
	position: fixed;
	top: 622px;
	right: 0;
	z-index: 1000;
	transition: background-color 0.2s ease 0s;
	cursor: pointer;
	background:rgba(0,0,0,.6);
	text-decoration: none;
}
.js-btn-pagetop:hover {
	text-decoration: none;
}

.js-btn-pagetop span {
	padding-top: 5px;
	display: block;
	font-size: 5.6rem;
	line-height: .5;
}
.js-btn-pagetop p {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 3px;
}

/* ------------------------------
 スマホ用コード（フッタ）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- フッタ住所 -- */
	.footer_info {
		width: 90%;
		text-align: center;
	}
	
	/* -- フッタナビ -- */
	.footerNav {
		display: none;
	}
	
	
	/* -- フッタロゴ -- */
	.footerLogo {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.footerLogo img {
		margin-bottom: 10px;
	}
	
	/* -- フッタ営業時間 -- */
	.footerTime {
		float: none;
	}
	.footerTime .time_icon {
		font-weight: bold;
	}
	
	
	/* -- COPYRIGHT -- */
	.footerCopy {
		padding: 8px 0;
		line-height: 18px;
	}
	.footerCopy p {
		width: 90%;
		text-align: center;
	}
	.footerCopy p span {
		float: none;
		display: block;
	}
	
	/* -- PAGE TOP -- */
	.js-btn-pagetop {
		bottom: 100px;
		width: 40px;
		height:40px;
		right: 0;
		top: auto;
		bottom: 0;
	}
	.js-btn-pagetop::before {
		left: 15px;
		height:20px;
		width:20px;
		top: 15px;
	}
	.js-btn-pagetop span {
		padding: 0;
		line-height: 36px;
	}
	.js-btn-pagetop p {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.footerAddress {
		font-size: 0.86rem;
	}
	.footerAddress p {
		font-size: 1.29rem;
		font-weight: bold;
	}
}


/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
	background: #009D5D;
}

#nojs p {
	padding: 3px 0;
	color: #fff;
	font-size: 1.2rem;
}



/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html, 
	body {
		background: none;
	}
	
	#sideMenu,
	.headerBlock .gnav > li > ul,
	.js-btn-pagetop {
		display: none !important;
	}
}


 /* -- 余白 -- */
@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;
	background-image: url(../img/warning.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 18px;
    background-size: 20px 18px;
    margin-bottom: 10px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__link {
	color: #1685D2;
	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: #1685D2;
    display: inline-block;
}


.pc_hide {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc_hide {
		display: block;
	}
}


/** コンバージョンタグ 崩れ調整 **/
iframe[name='google_conversion_frame'] {
	width: 0px !important;
}