/* ! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.min.css");*/


/*============================

	タグ

============================*/

a {
	color: #003193;
	text-decoration: none;
}
html.notouch a:hover {
	text-decoration: underline;
}


/*============================

	ブレイクポイント

============================*/

@media (max-width: 767px) {
	/* スマホのみ */
}
@media (min-width: 768px) {
	/* PCのみ */
}



/*============================

	タイポグラフィ

============================*/

.text-sans {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}
.text-serif {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ明朝", "Times New Roman", serif;
}
.text-lato {
	font-family: Lato, sans-serif;
}



/*============================

	ヘルパー

============================*/

.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.hidden {
	display: none !important;
}

.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}

.text-hide {
	font: ~"0/0" a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}

.bold, .text-bold {font-weight: bold;}
.italic, .text-italic {font-style: italic;}

.mt-0  {margin-top: 0px!important;}
.mt-5  {margin-top: 5px!important;}
.mt-10 {margin-top: 10px!important;}
.mt-15 {margin-top: 15px!important;}
.mt-20 {margin-top: 20px!important;}
.mt-25 {margin-top: 25px!important;}
.mt-30 {margin-top: 30px!important;}
.mt-35 {margin-top: 35px!important;}
.mt-40 {margin-top: 40px!important;}
.mt-45 {margin-top: 45px!important;}
.mt-50 {margin-top: 50px!important;}
.mt-100 {margin-top: 100px!important;}
.mt-1em  {margin-top: 1em!important;}
.mt-2em  {margin-top: 2em!important;}
.mt-3em  {margin-top: 3em!important;}

.mb-0  {margin-bottom: 0px!important;}
.mb-5  {margin-bottom: 5px!important;}
.mb-10 {margin-bottom: 10px!important;}
.mb-15 {margin-bottom: 15px!important;}
.mb-20 {margin-bottom: 20px!important;}
.mb-25 {margin-bottom: 25px!important;}
.mb-30 {margin-bottom: 30px!important;}
.mb-35 {margin-bottom: 35px!important;}
.mb-40 {margin-bottom: 40px!important;}
.mb-45 {margin-bottom: 45px!important;}
.mb-50 {margin-bottom: 50px!important;}
.mb-1em  {margin-bottom: 1em!important;}
.mb-2em  {margin-bottom: 2em!important;}
.mb-3em  {margin-bottom: 3em!important;}

.ml-0  {margin-left: 0px!important;}
.ml-5  {margin-left: 5px!important;}
.ml-10 {margin-left: 10px!important;}
.ml-15 {margin-left: 15px!important;}
.ml-20 {margin-left: 20px!important;}
.ml-25 {margin-left: 25px!important;}
.ml-30 {margin-left: 30px!important;}
.ml-35 {margin-left: 35px!important;}
.ml-40 {margin-left: 40px!important;}
.ml-45 {margin-left: 45px!important;}
.ml-50 {margin-left: 50px!important;}
.ml-100 {margin-left: 100px!important;}
.ml-1em  {margin-left: 1em!important;}
.ml-2em  {margin-left: 2em!important;}
.ml-3em  {margin-left: 3em!important;}

.mr-0  {margin-right: 0px!important;}
.mr-5  {margin-right: 5px!important;}
.mr-10 {margin-right: 10px!important;}
.mr-15 {margin-right: 15px!important;}
.mr-20 {margin-right: 20px!important;}
.mr-25 {margin-right: 25px!important;}
.mr-30 {margin-right: 30px!important;}
.mr-35 {margin-right: 35px!important;}
.mr-40 {margin-right: 40px!important;}
.mr-45 {margin-right: 45px!important;}
.mr-50 {margin-right: 50px!important;}
.mr-100 {margin-right: 100px!important;}
.mr-1em  {margin-right: 1em!important;}
.mr-2em  {margin-right: 2em!important;}
.mr-3em  {margin-right: 3em!important;}

.mt-sm {margin-top: 20px!important}
.mt-md {margin-top: 40px!important}
.mt-lg {margin-top: 80px!important}
.mb-sm {margin-bottom: 20px!important}
.mb-md {margin-bottom: 40px!important}
.mb-lg {margin-bottom: 80px!important}

.round {
	border-radius: 2px;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.container	{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1030px;
}
.container::before,
.container::after {
	content: "";
	display: table;
	clear: both;
}
@media (max-width: 767px) {
	.container	{
		padding-right: 10px;
		padding-left: 10px;
	}
	.container2 {
		max-width: 556px;
	}
}

.content {
	margin-right: 20px;
	margin-left: 20px;
}
@media (max-width: 767px) {
	.content {
		margin-left: auto;
		margin-right: auto;
		max-width: 556px;
	}
}


.heading1 {
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
	padding: 0;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
}
.heading1::after {
	content: "";
	display: table;
	clear: both;
}
.heading1 > span {
	display: block;
	float: left;
	margin-bottom: -2px;
	border-bottom: 2px solid;
	padding-bottom: .3em;
}
.theme-a .heading1 > span {border-bottom-color: #236a5c;}
.theme-b .heading1 > span {border-bottom-color: #e65226;}

@media (max-width: 767px) {
	.heading1 {
		margin: 30px 0 15px;
		border-bottom: none;
		font-size: 16px;
	}
	.heading1 > span {
		float: none;
		text-align: center;
		margin: 0 -10px 0;
		padding-left: 0 10px .3em;
	}
}

.heading2 {
	margin: 30px 0 14px;
	border-left: 5px solid;
	padding-left: 7px;
	line-height: 1.2;
	font-size: 17px;
	font-weight: bold;
}
.theme-a .heading2 {border-left-color: #236a5c;}
.theme-b .heading2 {border-left-color: #e65226;}

@media (max-width: 767px) {
	.heading2 {
		margin: 25px 0 14px;
		font-size: 15px;
	}
}


.fullImg {
	display: block;
	width: 100%;
	height: auto;
}




/*============================

	グリッド

============================*/

.grid {
	margin-top: 3.6%;
}
.grid::before,
.grid::after {
	content: "";
	display: table;
	clear: both;
}

.grid-inner {
	margin: -1.8%;
	font-size: 0;
}

.grid-col {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	padding: 1.8%;
	width: 50%;
	font-size: 14px;
}
.grid-type-2 .grid-col {width: 50.00%;}
.grid-type-3 .grid-col {width: 33.33%;}
.grid-type-4 .grid-col {width: 25.00%;}
.grid-type-5 .grid-col {width: 20.00%;}

@media (max-width: 767px) {
	.grid {margin-top: 2%;}
	.grid-inner {margin: -1%;}
	.grid-col  {padding: 1%;}
	.grid-col {width: 100%;}
	.grid-type-2 .grid-col {width: 100%;}
	.grid-type-3 .grid-col {width: 50.00%;}
	.grid-type-4 .grid-col {width: 33.33%;}
	.grid-type-5 .grid-col {width: 25.00%;}
}
@media (max-width: 640px) {
	.grid-col {width: 100%;}
	.grid-type-2 .grid-col {width: 100%;}
	.grid-type-3 .grid-col {width: 100%;}
	.grid-type-4 .grid-col {width: 50.00%;}
	.grid-type-5 .grid-col {width: 33.33%;}
}
@media (max-width: 480px) {
	.grid {margin-top: 10px;}
	.grid-inner {margin: -5px;}
	.grid-col  {padding: 5px;}
	.grid-col {width: 100%;}
	.grid-type-2 .grid-col {width: 100%;}
	.grid-type-3 .grid-col {width: 100%;}
	.grid-type-4 .grid-col {width: 100%;}
	.grid-type-5 .grid-col {width: 50.00%;}
}
@media (max-width: 400px) {
	.grid-col {width: 100%;}
	.grid-type-2 .grid-col {width: 100%;}
	.grid-type-3 .grid-col {width: 100%;}
	.grid-type-4 .grid-col {width: 100%;}
	.grid-type-5 .grid-col {width: 100%;}
}



/*============================

	基本構造

============================*/

html {
	background: #fff;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	line-height: 1.5;
	font-size: 14px;
	color: #000;
}



/*============================

	ヘッダー

============================*/

.header {
	position: relative;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	background: rgba(255,255,255,.5);
}

.header.type-home,
.html-home .header {
	position: absolute;
}

.header-left,
.header-right {
	height: 100%;
}
.header-left::before,
.header-right::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 50px;
}
.header-left {float: left;}
.header-right {float: right;}

.header-logo {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	width: 126px;
	height: 32px;
}
.header-logo a,
.header-logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.header-desc {
	display: inline-block;
	margin-left: 10px;
	line-height: 1.2;
	font-size: 10px;
}

.header-contactBtn,
.header-telBtn,
.header-mbMenuBtn {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 0 8px;
	padding: 0;
	height: 30px;
	border: none;
	border-radius: 2px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.header-contactBtn {
	padding: 0 .5em;
	width: 130px;
	color: #fff;
}
.theme-a .header-contactBtn {background-color: #236a5c;}
.theme-b .header-contactBtn {background-color: #e65226;}

.header-telBtn {
	color: #333;
}
.header-telBtn .el-txt1 {
	display: none;
}

.header-mbMenuBtn {
	display: none;
}

@media (max-width: 767px) {
	.header {
		border-bottom: 2px solid;
	}
	.header.type-home {
		border-bottom: none;
	}
	.theme-a .header {border-color: #236a5c;}
	.theme-b .header {border-color: #e65226;}

	.header-logo {
	}
	.header-desc {
		display: none;
	}
	.header-contactBtn,
	.header-telBtn,
	.header-mbMenuBtn {
		margin: 0 0 0 0px;
		height: 40px;
		line-height: 40px;
		font-size: 11px;
	}
	html.notouch .header-contactBtn:hover,
	html.notouch .header-telBtn:hover,
	html.notouch .header-mbMenuBtn:hover {
		text-decoration: none;
	}

	.header-contactBtn {
		width: auto;
	}
	.header-telBtn {
		width: 40px;
		color: #fff;
	}
	.theme-a .header-telBtn {background-color: #236a5c;}
	.theme-b .header-telBtn {background-color: #e65226;}
	.header-telBtn .fa {
		display: block;
		margin: 5px 0 3px;
		width: auto;
		text-align: center;
		font-size: 16px;
	}
	.header-telBtn .el-txt1 {
		display: block;
		line-height: 1;
		text-align: center;
		font-size: 10px;
	}
	.header-telBtn .el-txt2 {
		display: none;
	}

	.header-mbMenuBtn {
		display: inline-block;
		width: 40px;
		color: #fff;
	}
	.theme-a .header-mbMenuBtn {background-color: #236a5c;}
	.theme-b .header-mbMenuBtn {background-color: #e65226;}

	.header-mbMenuBtn .el-open  {display: block;}
	.header-mbMenuBtn .el-close {display: none;}
	.mbMenu-opened .header-mbMenuBtn .el-open  {display: none;}
	.mbMenu-opened .header-mbMenuBtn .el-close {display: block;}

	.header-mbMenuBtn .fa {
		display: block;
		margin: 5px 0 3px;
		width: auto;
		text-align: center;
		font-size: 16px;
	}
	.header-mbMenuBtn .el-txt {
		display: block;
		line-height: 1;
		text-align: center;
		font-size: 10px;
	}

	.header-contactBtn {
		display: none;
	}
}


/*============================

	モバイル用メニュー

============================*/

@media (min-width: 766px) {
	.mbMenu {
		display: none;
	}
}
@media (max-width: 767px) {
	.mbMenu {display: none;}
	.mbMenu-opened .mbMenu {display: block;}

	.mbMenu {
		position: absolute;
		z-index: 10;
		left: 0;
		top: 50px;
		width: 100%;
		/*box-shadow: 0 0 8px rgba(0,0,0,.4);*/
	}
	.theme-a .mbMenu {background: #236a5c;}
	.theme-b .mbMenu {background: #e65226;}

	.mbMenu .el-item {
		display: block;
		position: relative;
		padding: .9em 2em .9em;
		line-height: 1.2;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
	}
	.mbMenu .el-item::after {
		content: "\f105";
		font-family: FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: block;
		position: absolute;
		right: 1em;
		top: 50%;
		margin-top: -.5em;
		width: 1em;
		height: 1em;
		text-align: center;
	}

	.mbMenu .el-item + .el-item::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: -1px;
		border-top: 1px solid rgba(0,0,0,.2);
		border-bottom: 1px solid rgba(255,255,255,.2);
		width: 100%;
		height: 0;
		pointer-events: none;
	}

	.mbMenu .el-item.type-close {
		text-align: center;
	}
	.mbMenu .el-item.type-close::after {
		display: none;
	}
	.mbMenu .el-item.type-close span {
		font-size: 11px;
	}
}



/*============================

	グローバルメニュー

============================*/

.globalMenu {
	overflow: hidden;
	position: relative;
	z-index: 10;
	border-bottom: 2px solid;
	width: auto;
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,.3);
}
.theme-a .globalMenu {border-bottom-color: #236a5c;}
.theme-b .globalMenu {border-bottom-color: #e65226;}

.globalMenu .el-inner {
	display: table;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1030px;
}
.globalMenu a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 5px solid transparent;
	padding: 5px 1em 0;
	height: 40px;
	line-height: 1.2;
	font-weight: bold;
	color: #333;
}

.theme-a .globalMenu a.is-current,
.theme-a.html-home .globalMenu a.type-home,
.theme-a.html-mind .globalMenu a.type-mind,
.theme-a.html-intro .globalMenu a.type-intro,
.theme-a.html-service .globalMenu a.type-service,
.theme-a.html-facility .globalMenu a.type-facility,
.theme-a.html-event .globalMenu a.type-event,
.theme-a.html-news .globalMenu a.type-news {
	border-bottom-color: #236a5c;
}
.theme-b .globalMenu a.is-current,
.theme-b.html-home .globalMenu a.type-home,
.theme-b.html-mind .globalMenu a.type-mind,
.theme-b.html-intro .globalMenu a.type-intro,
.theme-b.html-service .globalMenu a.type-service,
.theme-b.html-facility .globalMenu a.type-facility,
.theme-b.html-event .globalMenu a.type-event,
.theme-b.html-news .globalMenu a.type-news {
	border-bottom-color: #e65226;
}


.globalMenu .el-closeBtn {
	display: none;
}

@media (max-width: 767px) {
	.globalMenu {
		display: none;
	}
}



/*============================

	パンくず

============================*/

.topicpath {
	margin: 0 auto;
	padding: 1.5em 0;
	max-width: 900px;
}
.topicpath li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.topicpath li + li::before {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 .5em;
	width: 1em;
	text-align: center;
}

@media (max-width: 767px) {
	.topicpath {
		padding: 1em 0;
		font-size: 85.71%;
	}
}



/*============================

	ローカルメニュー

============================*/

.localMenu {
	margin: 0 0 40px;
	border-bottom: 1px solid #ccc;
}

.localMenu-inner {
	margin: 0 auto -1px;
	padding: 0 15px;
	max-width: 900px;
}

.localMenu-inner2 {
	display: table;
	border-collapse: collapse;
}

.localMenu a {
	display: table-cell;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: 225px;
	height: 60px;
	background-color: #f8f8f8;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	color: #333;
}
.localMenu a.is-current {
	border-bottom-color: #fff;
	background-color: #fff;
}

@media (max-width: 767px) {
	.localMenu {
		margin: 0 10px 25px;
		border-bottom: none;
	}
	.localMenu-inner {
		overflow: hidden;
		margin: 0;
		padding: 0;
		border: 1px solid #ccc;
		background-color: #f8f8f8;
	}
	.localMenu-inner2 {
		display: block;
		margin: -1px;
	}
	.localMenu-inner2::after {
		content: "";
		display: table;
		clear: both;
	}
	.localMenu a {
		display: block;
		float: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-width: 0 1px 1px 0;
		padding: 1.2em .5em;
		width: 50%;
		height: auto;
	}
	.localMenu a.is-current {
		border-bottom-color: #ccc;
	}
}



/*============================

	ページ

============================*/

.page {
	margin: 0 auto;
	max-width: 900px;
}

.page-header {
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 40px;
	border: 1px solid #eee;
	width: 100%;
}
.page-header-col {
	display: table-cell;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	padding: 30px;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.page-header-col + .page-header-col {
	padding: 0;
}
.page-header-col + .page-header-col::before {
	content: "";
	display: block;
	height: 0;
	padding-bottom: 35.5%;
}
.page-header h1 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 200%;
}
.page-header p {
	margin: 1em 0 0;
	font-size: 92%;
}

@media (max-width: 767px) {
	.page-header {
		display: block;
		position: relative;
		margin: 0 -10px 30px;
		width: auto;
		border: none;
	}
	.page-header::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		box-shadow: 0 0 6px rgba(0,0,0,.2);
	}
	.page-header-col {
		display: block;
		position: relative;
		z-index: 1;
		background: #fff;
		padding: 0 10px 20px;
		width: auto;
	}
	.page-header-col + .page-header-col {
		display: none;
	}
	.page-header h1 {
		font-size: 180%;
	}
	.page-header p {
		margin-top: .6em;
	}
}

.page-body1 {
	margin: 0 20px;
}
@media (max-width: 767px) {
	.page-body1 {
		margin: 0 -10px;
		padding: 2%;
		background: #f8f8f8;
	}
	.heading1 + .page-body1 {
		margin-top: -15px;
	}
}
@media (max-width: 480px) {
	.page-body1 {
		padding: 10px;
	}
}


/*============================

	フッター

============================*/

.footer {
	margin-top: 40px;
}
@media (max-width: 767px) {
	.footer {
		margin-top: 30px;
	}
}

.footer-block1 {
	padding: 0 0 20px;
}

.footer-block1-aboutus {
	text-align: center;
}
.footer-block1-aboutus img {
}
.footer-block1-aboutus p {
	margin: .6em 0 0;
	font-size: 85.71%;
	font-weight: bold;
}

.footer-block1-menu {
	margin: 1em 0 0;
	text-align: center;
}
.footer-block1-menu ul {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.footer-block1-menu li {
	display: inline;
	list-style: none;
	margin: 0 0 0 1em;
	border-left: 1px solid #ccc;
	padding: 0 0 0 1em;
	font-size: 12px;
}
.footer-block1-menu ul:nth-child(1) li:nth-child(1) {
	margin-left: 0;
	border-left: 0;
	padding-left: 0;
}

@media (max-width: 767px) {
	.footer-block1-menu ul {
		display: block;
	}
	.footer-block1-menu ul + ul {
		margin-top: 6px;
	}
	.footer-block1-menu li {
		margin-left: .8em;
		padding-left: .8em;
	}
	.footer-block1-menu li:nth-child(1) {
		margin-left: 0;
		border-left: 0;
		padding-left: 0;
	}
}

.footer-block2 {
	padding: 20px 0;
	color: #fff;
}
.theme-a .footer-block2 {background: #236a5c;}
.theme-b .footer-block2 {background: #e65226;}

.footer-block2-links {
	float: left;
	width: calc(100% - 260px);
}
.footer-block2-links h1 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 100%;
}
.footer-block2-links ul {
	margin: .4em 0 0 -1.5em;
	padding: 0;
	font-size: 11px;
}
.footer-block2-links ul::after {
	content: "";
	display: table;
	clear: both;
}
.footer-block2-links li {
	list-style: none;
	float: left;
	margin: 0;
	padding: .8em 0 0 1.5em;
	line-height: 1.2;
}
.footer-block2-links a {
	color: #fff;
}
.footer-block2-links a::before {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 1em;
}

.footer-block2-bnr {
	float: right;
	padding: 1em 0 0 1em;
	width: 240px;
}
.footer-block2-bnr ul {
	margin: 0;
	padding: 0;
}
.footer-block2-bnr li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-block2-bnr li + li {
	margin-top: 10px;
}
.footer-block2-bnr a {}
.footer-block2-bnr a img {
}

@media (max-width: 767px) {
	.footer-block2-links {
		float: none;
		width: auto;
	}
	.footer-block2-bnr {
		float: none;
		padding: 1.5em 0 0;
		width: auto;
		text-align: center;
	}
}

.footer-block3 {
	padding: 20px 0;
	background: #f5f5f5;
}

.footer-block3-menu {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.footer-block3-menu li {
	list-style: none;
	display: inline;
	margin: 0 1em 0 0;
	padding: 0;
}
.footer-block3-menu a {}

.footer-block3-copyright {
	float: right;
	margin: 0;
	font-size: 11px;
}

@media (max-width: 767px) {
	.footer-block3 {
		padding: 10px 0;
	}
	.footer-block3-menu {
		float: none;
	}
	.footer-block3-copyright {
		float: none;
		margin: .4em 0 0;
	}
}



/*============================

	ホーム

============================*/

.home-hero {
	display: none;
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	height: 0;
	background: #fff;
}

.html-home .home-hero {
	display: block;
}

.home-hero-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home-hero-loading {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 1em;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.home-hero-loading::before {
	content: "Loading...";
}

.home-hero-item {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 0;
}

.home-hero-logo,
.home-hero-text {
	font-size: 20px;
	opacity: 0;
}
.home-hero-logo {
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: 41%;
	margin: 0 auto;
	width: 5.5em;
	height: auto;
	-webkit-filter: drop-shadow(0 0 5px rgba(0,0,0,.7));
	filter: drop-shadow(0 0 5px rgba(0,0,0,.7));
}
.home-hero-text {
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	top: 61%;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,.7);
}

@media (max-width: 1000px) {
	.home-hero-logo,
	.home-hero-text {
		font-size: 2vw;
	}
}

@media (max-width: 767px) {
	.home-hero {
		padding-bottom: 100%;
	}
	.home-hero-logo,
	.home-hero-text {
		font-size: 2.6vw;
	}
}

@media (max-width: 500px) {
	.home-hero-logo,
	.home-hero-text {
		font-size: 13px;
	}
}



.home-featureMenu-block {
	padding: 35px 0;
	background: #f8f8f8;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}

.home-featureMenu {}
.home-featureMenu::after {
	content: "";
	display: table;
	clear: both;
}

.home-featureMenu a {
	display: block;
	float: left;
	padding: 1.5%;
	width: 30%;
	border-radius: 2px;

	-webkit-transition: .6s ease;
	transition: .6s ease;
	background: rgba(255,255,255,0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	box-shadow: 0 0 0px rgba(0,0,0,0);
}

.home-featureMenu a + a {
	margin-left: .5%;
}

.home-featureMenu .el-img {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
}
.home-featureMenu .el-img::before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 61.66%;
}
.home-featureMenu .el-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home-featureMenu .el-title {
	display: table;
	margin: 1.2em auto 0;
	border-bottom: 2px solid;
	padding: 0 0 .3em;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
}
.theme-a .home-featureMenu .el-title {border-bottom-color: #236a5c;}
.theme-b .home-featureMenu .el-title {border-bottom-color: #e65226;}

.home-featureMenu .el-desc {
	display: block;
	position: relative;
	margin: 1.3em 0 0;
	padding: 0 1.5em 0 0;
}
.home-featureMenu .el-desc::after {
	content: "\f054";
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.4em;
	line-height: 1;
	width: 1em;
	text-align: center;
	font-size: 18px;
	color: #00859b;
}

html.notouch .home-featureMenu a:hover {
	text-decoration: none;
	background: rgba(255,255,255,1);
	-webkit-transform: translate3d(0, -2%, 0);
	transform: translate3d(0, -2%, 0);
	box-shadow: 0 0 20px rgba(0,0,0,.3);

}

/* 大きいスクリーンならjsでtype-animation追加してアニメーションさせる */
[screen-mode="large"] .home-featureMenu {
	opacity: 0;
}
[screen-mode="large"] .home-featureMenu.type-animation {
	opacity: 1;
}
[screen-mode="large"] .home-featureMenu.type-animation a {
	-webkit-animation: home-featureMenu .8s ease 0s backwards;
	animation: home-featureMenu .8s ease 0s backwards;
}
[screen-mode="large"] .home-featureMenu.type-animation a:nth-child(1) {-webkit-animation-delay: 200ms; animation-delay: 200ms;}
[screen-mode="large"] .home-featureMenu.type-animation a:nth-child(2) {-webkit-animation-delay: 400ms; animation-delay: 400ms;}
[screen-mode="large"] .home-featureMenu.type-animation a:nth-child(3) {-webkit-animation-delay: 600ms; animation-delay: 600ms;}
@-webkit-keyframes home-featureMenu {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
	}
}
@keyframes home-featureMenu {
	from {
		opacity: 0;
		transform: translate3d(0, 30px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0px, 0);
	}
}

@media (max-width: 767px) {
	.home-featureMenu-block {
		padding: 4% 0;
	}
	.home-featureMenu {
		margin: 0 auto;
		/*max-width: 420px;*/
	}
	.home-featureMenu a {
		float: none;
		padding: 3%;
		width: auto;
		background: #fff;
	}
	.home-featureMenu a + a {
		margin-left: 0;
		margin-top: 3%;
	}
}
@media (max-width: 480px) {
	.home-featureMenu a {
		padding: 10px;
	}
	.home-featureMenu a + a {
		margin-top: 10px;
	}
}


.home-heading {
	position: relative;
	margin: 30px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 9px 10px;
}
.home-heading::after {
	content: "";
	display: table;
	clear: both;
}
.home-heading .el-h {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: normal;
}
.home-heading .el-en {
	display: block;
	float: left;
	margin-left: 20px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 8px;
}
.theme-a .home-heading .el-en {color: #236a5c;}
.theme-b .home-heading .el-en {color: #e65226;}

.home-heading .el-link {
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
}

@media (max-width: 767px) {
	.home-heading .el-h {
		font-size: 16px;
	}
}

.home-row1 {}
.home-row1::after {
	content: "";
	display: table;
	clear: both;
}
.home-row1-col {
	float: left;
	width: 47%;
}
.home-row1-col + .home-row1-col {
	margin-left: 6%;
}
@media (max-width: 767px) {
	.home-row1-col {
		float: none;
		width: auto;
	}
	.home-row1-col + .home-row1-col {
		margin-left: 0;
	}
}


.home-eventList {
	overflow: hidden;
}
.home-eventList a {
	display: block;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 20px 3em 20px 0;
	padding: 20px 0 20px;
}
.home-eventList a:first-child {
	margin-top: -20px;
}
.home-eventList a::after {
	content: "\f054";
	display: block;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.5em;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 200%;
	color: #c89f62;
}
html.notouch .home-eventList a:hover {
	text-decoration: none;
}
.home-eventList a .el-img {
	float: left;
	margin-right: 1.4em;
	width: 100px;
	height: 100px;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.home-eventList a .el-date {
	display: block;
	overflow: hidden;
	margin: 1em 0 0;
	font-size: 71.42%;
	color: #000;
}
.home-eventList a .el-title {
	display: block;
	overflow: hidden;
	margin-top: .5em;
	font-size: 85.71%;
}
html.notouch .home-eventList a:hover .el-title {
	text-decoration: underline;
}

.home-greeting {
	display: block;
	position: relative;
	padding-right: 2.5em;
	color: inherit;
	text-decoration: none;
}
.home-greeting::before {
	content: "\f054";
	display: block;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.5em;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 200%;
	color: #c89f62;
}
html.notouch .home-greeting:hover {
	text-decoration: none;
}
.home-greeting::after {
	content: "";
	display: table;
	clear: both;
}
.home-greeting .el-img {
	float: left;
	margin-right: 25px;
	width: 155px;
	height: auto;
}

.home-greeting .el-content {
	display: block;
	overflow: hidden;
}
.home-greeting .el-content strong {
	display: block;
	margin: 1em 0 0;
}
.home-greeting .el-content-detail {
	display: block;
	margin: 1em 0 0;
	font-size: 85.71%;
}
.home-greeting .el-content span {
	display: block;
	margin: 1em 0 0;
	font-size: 85.71%;
}

.home-greeting .el-name {
	display: block;
	float: right;
	margin: 1em 0 0;
	text-align: right;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ明朝", "Times New Roman", serif;
	font-weight: bold;
}

@media (max-width: 767px) {
}
@media (max-width: 480px) {
	.home-greeting .el-img {
		margin-right: 10px;
		width: 120px;
		border-radius: 2px;
	}
	.home-greeting .el-content strong {
		margin-top: .5em;
	}
	.home-greeting .el-name {
		font-size: 85.71%;
	}
}

.home-staff {
	margin: 15px 0 0;
	position: relative;
	height: 0;
	padding-bottom: 42.1%;
}
.home-staff a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.home-staff a img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 2px;
}
.home-staff a span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 1.2em;
	width: 12em;
	height: 2.6em;
	background: rgba(255,255,255,.8);
	border-radius: 1.3em;
	text-align: center;
	line-height: 2.6;
	font-weight: bold;
	color: #000;
}


.home-newsList {
	overflow: hidden;
	margin: 0 auto;
}
.home-newsList .el-inner {
	margin: -10px;
	font-size: 0;
}
.home-newsList .el-col {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 16.66%;
}
.home-newsList .el-item {
	display: block;
	line-height: 1.2;
	font-size: 10px;
}
html.notouch .home-newsList .el-item:hover {
	text-decoration: none;
}
.home-newsList .el-img {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-newsList .el-img::before {
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
}

.home-newsList .el-date {
	display: block;
	margin: 1em 0 .5em;
	color: #000;
}
.home-newsList .el-title {
	display: block;
	font-size: 120%;
}
html.notouch .home-newsList .el-item:hover .el-title {
	text-decoration: underline;
}


@media (max-width: 767px) {
	.home-newsList {
		max-width: 490px;
	}
	.home-newsList .el-col {
		width: 33.33%;
	}
}
@media (max-width: 480px) {
	.home-newsList {
		max-width: 320px;
	}
	.home-newsList .el-col {
		width: 50%;
	}
}



.home-map {
	margin: 60px 0;
	padding: 20px 0;
	background: #f8f8f8;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.home-map-heading {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.2;
	font-weight: normal;
	font-size: 100%;
}
.home-map-heading .fa {
	color: #c89f62;
}
.home-map-heading span {
	display: block;
	font-size: 20px;
}

.home-map-address {
	margin: 1em 0 0;
	text-align: center;
}

.home-map-canvas {
	margin: 1em 0 0;
	height: 500px;
	background: black;
}
@media (max-width: 767px) {
	.home-map-canvas {
		height: 400px;
	}
}
@media (max-width: 480px) {
	.home-map-canvas {
		height: 250px;
	}
}

.home-map-btn {
	margin: 1.5em 0 0;
	text-align: center;
}
.home-map-btn a {
	display: inline-block;
	padding: .8em 2em;
	background: gray;
	border-radius: 2px;
	line-height: 1.2;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.theme-a .home-map-btn a {background-color: #236a5c;}
.theme-b .home-map-btn a {background-color: #e65226;}

.home-map-dl {
	margin: 1em 0 0;
	padding: 0;
	font-size: 12px;
}
.home-map-dl dt {
	font-weight: bold;
}
.home-map-dl dd + dt {
	margin-top: 1em;
}
.home-map-dl dd {
	margin: 0 0 0 2em;
}



/*============================

	私たちの想い

============================*/

.mind-block1 {
}
.mind-block1::after {
	content: "";
	display: table;
	clear: both;
}
.mind-block1 .el-content {
	float: left;
	width: calc(100% - 355px - 10px);
}
.mind-block1 .el-content .heading1 {
	margin-top: 0;
}
.mind-block1 .el-content p {
	margin: 1em 0 0 20px;
}
.mind-block1 .el-img {
	float: right;
	border-radius: 2px;
	width: 355px;
	height: 219px;
}
@media (max-width: 767px) {
	.mind-block1 .el-content {
		float: none;
		width: auto;
	}
	.mind-block1 .el-content p {
		margin: 1em auto 0;
		max-width: 556px;
	}
	.mind-block1 .el-img {
		float: none;
		display: block;
		margin: 1em auto 0;
		width: 100%;
		max-width: 355px;
		height: auto;
	}
}

.mind-item {
	border: 1px solid #eee;
	padding: 20px;
}
.mind-item .el-point {
	margin: 0 0 .2em;
	line-height: 1.2;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}
.mind-item .el-point > span:nth-child(1) {
	font-size: 10px;
}
.mind-item .el-point > span:nth-child(2) {
	font-size: 18px;
}
.theme-a .mind-item .el-point {color: #236a5c;}
.theme-b .mind-item .el-point {color: #e65226;}
.mind-item .el-h {
	margin: 0;
	line-height: 1.2;
	text-align: center;
}
.mind-item .el-img {
	display: block;
	margin: 1em auto;
	width: 175px;
	height: auto;
	border-radius: 2px;
}
.mind-item .el-desc {
	font-size: 13px;
}

@media (max-width: 767px) {
	.mind-item {
		padding: 10px;
	}
}



/*============================

	ご挨拶

============================*/

.greeting-block1 {
}
.greeting-block1 + .greeting-block1 {
	margin-top: 50px;
}
.greeting-block1::after {
	content: "";
	display: table;
	clear: both;
}

.greeting-block1 .el-img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
.greeting-block1 .el-content {
	width: calc(100% - 300px - 30px);
}
.greeting-block1:nth-of-type(odd)  .el-img     {float: right;}
.greeting-block1:nth-of-type(odd)  .el-content {float: left;}
.greeting-block1:nth-of-type(even) .el-img     {float: left;}
.greeting-block1:nth-of-type(even) .el-content {float: right;}

.greeting-block1 .el-title {
	margin: 0;
	line-height: 1.2;
	font-size: 20px;
}
.greeting-block1 .el-name {
	margin: 1em 0 0;
	line-height: 1.2;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ明朝", "Times New Roman", serif;
	font-size: 100%;
}
.greeting-block1 .el-name-pos {
	margin-right: .5em;
	letter-spacing: .3em;
}
.greeting-block1 .el-name-name {
	font-size: 128.57%;
}
.greeting-block1 .el-p {
	margin: 1em 0 0 1.5em;
}

@media (max-width: 767px) {
	.greeting-block1 {
		margin-top: 40px;
	}
	.greeting-block1 .el-img {
		display: block;
		margin: 0 auto;
	}
	.greeting-block1:nth-of-type(odd)  .el-img,
	.greeting-block1:nth-of-type(odd)  .el-content,
	.greeting-block1:nth-of-type(even) .el-img,
	.greeting-block1:nth-of-type(even) .el-content {
		float: none;
	}

	.greeting-block1 .el-content {
		width: auto;
		margin: 20px 0 0;
	}
	.greeting-block1 .el-p {
		margin-left: 0;
	}
}



/*============================

	理念・行動指針

============================*/

.thought-block1 {}
.thought-block1::before,
.thought-block1::after {
	content: "";
	display: table;
	clear: both;
}
.thought-block1 .el-inner {
	margin: -15px;
}
.thought-block1 .el-col {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	width: 33.33%;
}
.thought-block1.type-quarter .el-col {
	width: 25%;
}
.thought-block1 .el-box {
	padding: 35px 20px;
	background: #f5f5f5 url(../img/mind/thought/thought-block1-bg.jpg) repeat;
	background-size: 200px 200px;
	text-align: center;
}

.thought-block1 .el-txt {
	display: inline-block;
	margin: 0;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	writing-mode: tb-rl; /* IE */
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ明朝", "Times New Roman", serif;
	font-size: 21px;
	text-align: left;
	text-shadow: 1px 1px 4px rgba(0,0,0,.3);
}

@media (max-width: 767px) {

	.thought-block1 {
		position: relative;
		margin: -16px -10px 0;
	}
	.thought-block1::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		box-shadow: 0 0 6px rgba(0,0,0,.2);
	}
	.thought-block1 .el-inner {
		margin: 0;
		position: relative;
		background: #f8f8f8;
	}
	.thought-block1 .el-col {
		float: none;
		margin: 0 10px;
		width: auto!important;
	}
	.thought-block1 .el-col + .el-col {
		border-top: 1px solid #ddd;
	}
	.thought-block1 .el-box {
		margin: 0 auto;
		padding: 20px 20px;
		background: none;
	}

}



/*============================

	 総合案内

============================*/

.access-block1 {}
.access-block1::after {
	content: "";
	display: table;
	clear: both;
}
.access-block1 .el-content {
	float: left;
	width: 43%;
}
.access-block1 .el-content .heading1 {
	margin: 0;
}
.access-block1 .el-address {
	margin: 1.4em 0 1.4em 1em;
	font-size: 13px;
}
.access-block1 .el-table {
	/*padding: 15px;
	background: #f8f8f8;*/
}
.access-block1 .el-table table {
	width: 100%;
}
.access-block1 .el-table th,
.access-block1 .el-table td {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	vertical-align: top;
	font-size: 13px;
}
.access-block1 .el-table th {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}
.access-block1 .el-table td {
	text-align: left;
}

.access-block1 .el-map {
	float: right;
	width: 52%;
	height: 300px;
	background: #eee;
}

.access-block1 .el-map2 {
	float: right;
	width: 45%;
	height: 200px;
	background: #eee;
	margin-top: 10px;
}

.access-block1 .el-img2 {
	float: right;
	width: 45%;
	height: 300px;
	background: #eee;
}


@media (max-width: 767px) {
	.access-block1 {
		position: relative;
	}
	.access-block1 .el-content {
		float: none;
		width: auto;
	}
	.access-block1 .el-address {
		float: none;
		margin: 1em auto 0;
		width: auto;
		max-width: 556px;
	}
	.access-block1 .el-table {
		margin: 1em auto 0;
		max-width: 556px;
	}
	.access-block1 .el-map {
		float: none;
		margin: 20px auto 0;
		width: auto;
		max-width: 552px;
	}
	.access-block1 .el-map2 {
		float: none;
		margin: 20px auto 0;
		width: auto;
		max-width: 552px;
	}
	.access-block1 .el-img2 {
    float: none;
    display: block;
    margin: 1em auto 0;
    width: 100%;
    max-width: 355px;
    height: auto;
    }
}
.access-item {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #eee;
	padding: 20px;
	max-width: 240px;
}
.access-item .el-img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 210px;
	height: auto;
	border-radius: 2px;
}
.access-item .el-name {
	margin: 12px 0 0;
	line-height: 1.2;
	text-align: center;
	font-size: 100%;
}
.access-item .el-list {
	margin: 12px 0 0;
	padding: 6px 8px;
	background: #f5f5f5;
}
.access-item .el-list li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 11px;
}
.access-item .el-list li + li {
	margin-top: .5em;
}
.access-item .el-desc {
	margin: 12px 0 0;
	font-size: 13px;
}



/*============================

	ご利用方法・料金

============================*/

.flow-attention {
	border: 1px solid #eee;
	background: #fff5f2;
}
.flow-attention .el-h {
	margin: 0;
	padding: 15px;
	background: #ff3300;
	font-size: 100%;
}
.flow-attention .el-h span {
	display: block;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.flow-attention .el-h span:nth-child(1) {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
}
.flow-attention .el-h span:nth-child(2) {
	margin-top: .2em;
	font-size: 20px;
}
.flow-attention .el-list {
	margin: 0;
	padding: 15px;
}
.flow-attention .el-list li {
	list-style: none;
	position: relative;
	padding: 0 0 0 1.2em;
	font-size: 13px;
}
.flow-attention .el-list li::before {
	content: "\f06a";
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: .2em;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: left;
	color: #ff3300;
}
.flow-attention .el-list li + li {
	margin-top: .5em;
}

.flow-step {
	border: 1px solid #eee;
	padding: 18px;
}
.flow-step .el-step {
	margin: 0 auto;
	width: 10em;
	height: 10em;
	border-radius: 5em;
	background: #00859b;
	text-align: center;
	line-height: 1.2;
	font-size: 10px;
	color: #fff;
}
.flow-step .el-step span {
	display: block;
	font-family: Helvetica, sans-serif;
}
.flow-step .el-step span:nth-child(1) {
	padding-top: 2.6em;
	font-weight: bold;
}
.flow-step .el-step span:nth-child(2) {
	font-size: 30px;
}
.flow-step .el-h {
	margin: 1.3em 0 1.5em;
	border-bottom: 1px solid #ddd;
	padding: 0 0 1.5em;
	line-height: 1.2;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}
.flow-step .el-desc {
	margin: 15px 6px;
	font-size: 13px;
}
.flow-step .el-note {
	margin: 15px 6px;
	font-size: 11px;
	color: #990000;
}

.fee-block {
	border: 1px solid #eee;
	padding: 20px;
}
.fee-block::after {
	content: "";
	display: table;
	clear: both;
}
.fee-block .el-row {
	margin: 0 0 20px;
	border-bottom: 3px double #ddd;
	padding: 0 0 20px;
}
.fee-block .el-row::after {
	content: "";
	display: table;
	clear: both;
}
.fee-block .el-h {
	float: left;
	margin: 0 1.5em 0 0;
	padding: 1em 0;
	width: 16em;
	background: #00859b;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.fee-block .el-fee {
	display: table;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
.fee-block .el-fee dl {
	display: table-row;
	margin: 0;
	padding: 0;
}
.fee-block .el-fee dt,
.fee-block .el-fee dd {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.fee-block .el-fee dl + dl dt,
.fee-block .el-fee dl + dl dd {
	padding-top: .1em;
}
.fee-block .el-fee dt {
	font-size: 14px;
	font-weight: bold;
}
.fee-block .el-fee dd:nth-of-type(1) {
	padding-left: .3em;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #ff0000;
}
.fee-block .el-fee dd:nth-of-type(2) {
	padding-left: 1em;
	font-size: 11px;
	color: #333;
}

.fee-block .el-table {
	float: left;
	margin: 0 2em 0 0;
	line-height: 1.2;
	font-size: 13px;
}
.fee-block .el-table caption {
	padding: 0 0 1em;
	text-align: left;
	font-weight: bold;
}
.fee-block .el-table th,
.fee-block .el-table td {
	padding: .4em 1em;
	text-align: right;
	font-size: 13px;
	font-weight: normal;
}
.fee-block .el-table tr + tr th,
.fee-block .el-table tr + tr td {
	border-top: 1px solid #ccc;
}
.fee-block .el-table th {
}
.fee-block .el-table td {
	padding-left: 5em;
	font-weight: bold;
}

.fee-block .el-note {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.fee-block .el-note li {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0 0 0 1.2em;
	line-height: 1.2;
	font-size: 11px;
	color: #900;
}
.fee-block .el-note li + li {
	margin-top: .2em;
}
.fee-block .el-note li::before {
	content: "※";
	display: block;
	position: absolute;
	left: 0;
	top: .05em;
}

@media (max-width: 767px) {
	.fee-block {
		margin-top: 25px;
	}
	.fee-block .el-h {
		margin: -20px -20px 10px;
		float: none;
		width: auto;
	}
	.fee-block .el-fee {
		float: none;
		width: auto;
	}
	.fee-block .el-fee dl {
		display: block;
	}
	.fee-block .el-fee dl + dl {
		margin-top: .5em;
	}
	.fee-block .el-fee dl dt,
	.fee-block .el-fee dl dd {
		display: inline-block;
	}
	.fee-block .el-fee dl dt {
		width: 7em;
		padding: 0;
	}
	.fee-block .el-fee dl dd:nth-of-type(1) {
		padding: 0;
	}
	.fee-block .el-fee dl dd:nth-of-type(2) {
		display: block;
		padding: 0;
	}
	.fee-block .el-table {
		float: none;
		width: 100%;
	}
	.fee-block .el-table caption {
		padding-bottom: .5em;
	}
	.fee-block .el-table th,
	.fee-block .el-table td {
		width: 50%;
		padding-left: 0;
	}
	.fee-block .el-note {
		margin-top: 1em;
	}
}

.fee-table1,
.fee-table2 {
}
.fee-table1 th,
.fee-table1 td,
.fee-table2 th,
.fee-table2 td {
	border: 1px solid #ccc;
	padding: .4em .8em;
}
.fee-table1 tbody td {
	text-align: right;
}

.fee-table2 thead th,
.fee-table2 thead td {
	overflow: hidden;
	white-space: nowrap;
}
.fee-table2 tbody td:nth-of-type(1) {
	text-align: center;
}
.fee-table2 tbody td:nth-of-type(2) {
	font-size: 12px;
}




/*============================

	よくあるご質問

============================*/

.faq-block {}
.faq-block dl {
	margin: 0 0 -1px;
	padding: 0;
	border: 1px solid #eee;
	font-size: 13px;
}
.faq-block dl:last-child {
	margin-bottom: 0;
}
.faq-block dl.is-opened {
	margin-top: 30px;
	margin-bottom: 30px;
}
.faq-block dt,
.faq-block dd {
	position: relative;
}
.faq-block dt::before,
.faq-block dd::before {
	content: "";
	display: block;
	position: absolute;
	/*left: 0;*/
	top: 1.1em;
	width: 1.8em;
	height: 1.8em;
	border-radius: .9em;
	line-height: 1.8;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.faq-block dt {
	margin: 0;
	padding: 25px 50px 25px 60px;
	line-height: 1.2;
	font-weight: bold;
	color: #003193;
	cursor: pointer;
}
html.notouch .faq-block dt:hover {
	text-decoration: underline;
}
.faq-block dt::before {
	content: "?";
	left: 20px;
	background: #00859b;
}
.faq-block dt::after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	width: 1em;
	text-align: center;
	color: #00859b;
}
.faq-block dl.is-opened dt::after {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.faq-block dd {
	margin: 0 20px;
	border-top: 1px solid #eee;
	padding: 25px 10px 25px 80px;
	line-height: 1.5;
	display: none;
}
.faq-block dl.is-opened dd {
	display: block;
}

.faq-block dd::before {
	content: "A";
	left: 40px;
	background: #f6bf00;
}

@media (max-width: 767px) {
	.faq-block dd {
		padding-left: 40px;
	}
	.faq-block dd::before {
		left: 0;
	}
}



/*============================

	スタッフ紹介

============================*/

.staff-item {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #eee;
	padding: 20px;
	max-width: 280px;
	background: #fff;
}
.staff-item .el-img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 220px;
	height: auto;
}
.staff-item .el-h {
	margin: 15px 0 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.2;
	text-align: center;
}
.staff-item .el-role {
	display: block;
	font-size: 11px;
}
.staff-item .el-name {
	display: block;
	margin: .2em 0;
	font-size: 20px;
	font-weight: bold;
}
.staff-item .el-ruby {
	display: block;
	font-size: 10px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
.theme-a .staff-item .el-ruby {color: #236a5c;}
.theme-b .staff-item .el-ruby {color: #e65226;}
.staff-item .el-desc {
	margin: 15px 0 0;
	border-top: 1px solid #eee;
	padding: 15px 0 0;
	font-size: 13px;
}


/*============================

	入居者の声

============================*/

.voice-block {
	border: 1px solid #eee;
	background: #fff;
}
.voice-block .el-item {
	margin: 30px 20px;
}
.voice-block .el-item + .el-item {
	border-top: 3px double #eee;
	padding-top: 30px;
}
.voice-block .el-h {
	display: inline-block;
	margin: 0;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px;
	line-height: 1.2;
	font-size: 100%;
	font-weight: bold;
}
.voice-block .el-h span:nth-child(1) {
	font-size: 20px;
}
.voice-block .el-h span:nth-child(2) {
	font-size: 13px;
}
.voice-block .el-h span:nth-child(3) {
	margin-left: 2em;
	font-size: 11px;
}
.voice-block .el-body {
	margin: 15px 0 0 20px;
	line-height: 1.7;
	font-size: 13px;
}
.voice-block .el-body::after {
	content: "";
	display: table;
	clear: both;
}
.voice-block .el-img {
	float: left;
	margin: 0 1em 1em 0;
	max-width: 50%;
	height: auto;
	border-radius: 2px;
}

@media (max-width: 767px) {
	.voice-block {
		margin-left: 0;
		margin-right: 0;
	}
	.voice-block .el-body {
		margin: 10px 0 0;
	}
	.voice-block .el-img {
		float: none;
		display: block;
		margin: 0 auto 15px;
		max-width: 640px;
	}
}



/*============================

	イベント・ニュース一覧

============================*/

.post-list {
	margin: 0;
}
.post-list .el-item {
	display: block;
	margin: 20px 0 0;
	border: 1px solid #eee;
	padding: 18px;
	background: #fff;
	color: inherit;
}
.post-list .el-item::after {
	content: "";
	display: table;
	clear: both;
}
html.notouch .post-list .el-item:hover {
	text-decoration: none;
}
.post-list .el-img {
	display: block;
	float: left;
	margin-right: 20px;
	width: 150px;
	height: 150px;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.post-list .el-content {
	display: block;
	overflow: hidden;
}
.post-list .el-title {
	display: block;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 12px 22px 8px 6px;
	line-height: 1.2;
	font-size: 13px;
	font-weight: bold;
}
html.notouch .post-list .el-item:hover .el-title {
	text-decoration: underline;
}
.post-list .el-title::after {
	content: "\f054";
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.4em;
	line-height: 1;
	width: 1em;
	text-align: center;
	font-size: 18px;
	color: #00859b;
}
.post-list .el-date {
	display: block;
	padding: 8px 6px 0;
	line-height: 1.2;
	font-size: 11px;
}
.post-list .el-date span:nth-child(1) {
	font-weight: bold;
}
.post-list .el-date span:nth-child(2) {
	margin-left: 1.2em;
}

@media (max-width: 767px) {
	.post-list {
		margin-left: 0;
		margin-right: 0;
	}
	.post-list .el-item {
		margin-top: 10px;
		padding: 10px;
	}
	.post-list .el-img {
		margin-right: 0;
		width: 120px;
		height: 120px;
	}
	.post-list .el-date span:nth-child(2) {
		display: block;
		margin: .3em 0 0;
	}
}

@media (max-width: 480px) {
	.post-list .el-img {
		width: 100px;
		height: 100px;
	}
}



/*============================

	イベント・ニュース詳細

============================*/

.post-detail {
	border: 1px solid #eee;
	padding: 20px;
	background: #fff;
}
.post-detail .el-title {
	margin: 0;
	padding: 0 20px;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
}
.post-detail .el-date {
	margin: 15px 0 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 20px;
	line-height: 1.2;
	font-size: 11px;
}
.post-detail .el-date span:nth-child(1) {
	font-weight: bold;
}
.post-detail .el-date span:nth-child(2) {
	margin-left: 1.2em;
}
.post-detail .el-body {
	margin: 30px 20px 0;
}
.post-detail .el-back {
	margin: 30px 0 0;
	border-top: 1px solid #eee;
	padding: 15px 20px 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.post-detail .el-back a {}

@media (max-width: 767px) {
	.post-detail .el-title {
		padding-left: 0;
		padding-right: 0;
		font-size: 16px;
	}
	.post-detail .el-body {
		margin: 20px 0 0;
	}
	.post-detail .el-back {
		margin-top: 20px;
	}
}



/*============================

	ck editor

============================*/

.editor {
	line-height: 1.8;
	font-size: 13px;
	color: #333;
}
.editor::before,
.editor::after {
	content: "";
	display: table;
	clear: both;
}
.editor > :first-child {
	margin-top: 0!important;
}
.editor > :last-child {
	margin-bottom: 0!important;
}

.editor p {
	margin: 0 0 1em;
}

.editor-img-left,
.editor-img-right {
	float: right;
	margin-bottom: 1em;
	max-width: 50%;
	height: auto;
	border-radius: 2px;
}
.editor-img-left {
	float: left;
	margin-right: 1em;
}
.editor-img-right {
	float: right;
	margin-left: 1em;
}
@media (max-width: 640px) {
	.editor-img-left,
	.editor-img-right {
		float: none;
		display: block;
		margin: 0 auto 1em;
		max-width: 100%;
	}
}



/*============================

	ページナビ

============================*/

.pagenav {
	margin: 40px 0 0;
	text-align: center;
}

.pagenav .el-data {
	margin: 0 0 1em;
	font-size: 12px;
}
.pagenav .el-data em {
	margin: 0 .4em;
	font-style: normal;
	font-size: 14px;
}

.pagenav .el-prev,
.pagenav .el-next {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: inherit;
}
.pagenav .el-prev {
	margin-right: 1em;
}
.pagenav .el-next {
	margin-left: 1em;
}

.pagenav .el-num {
	display: inline-block;
	vertical-align: middle;
	width: 2.4em;
	height: 2.4em;
	background: #eee;
	border-radius: 1.2em;
	line-height: 2.4;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: inherit;
	white-space: nowrap;
}
.pagenav a.is-current {
	color: #fff;
}
.pagenav .is-disabled {
	visibility: hidden;
}
.theme-a .pagenav .el-num.is-current {background-color: #236a5c;}
.theme-b .pagenav .el-num.is-current {background-color: #e65226;}



/*============================

	イベント

============================*/

.event-endBtn {
	margin: 40px 0 0;
	text-align: center;
}
.event-endBtn a {
	display: inline-block;
	padding: .8em 2em;
	background: gray;
	border-radius: 2px;
	line-height: 1.2;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.theme-a .event-endBtn a {background-color: #236a5c;}
.theme-b .event-endBtn a {background-color: #e65226;}



/*============================

	施設紹介

============================*/

.facility-lead {}
.facility-lead strong {
	display: block;
	margin-left: -20px;
	font-size: 20px;
	font-weight: bold;
}
.facility-lead p {
	margin: 1em 0 0;
}
@media (max-width: 767px) {
	.facility-lead strong {
		margin-left: 0;
	}
	.facility-lead p {
	}
}


.facility-btn {
	display: block;
	border: 1px solid #eee;
	padding: 20px;
	background: #fff;
	color: inherit;
}
html.notouch .facility-btn:hover {
	text-decoration: none;
}

.facility-btn .el-title {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 0 0 1em;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
}
html.notouch .facility-btn:hover .el-title {
	text-decoration: underline;
}

.facility-btn .el-img {
	display: block;
	position: relative;
	margin: 1em auto 0;
	width: 100%;
}
.facility-btn .el-img::before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 61.89%;
}
.facility-btn .el-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.facility-btn .el-desc {
	display: block;
	position: relative;
	margin: 1em auto 0;
	padding-right: 2em;
	font-size: 13px;
}
.facility-btn .el-desc::after {
	content: "\f054";
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.4em;
	line-height: 1;
	width: 1em;
	text-align: center;
	font-size: 140%;
	color: #00859b;
}


.floor-item {
	display: block;
	border: 1px solid #eee;
	padding: 20px;
	background: #fff;
	color: inherit;
}
html.notouch .floor-item:hover {
	text-decoration: none;
}
.floor-item .el-title {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 0 0 1em;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
}
.floor-item .el-img {
	display: block;
	position: relative;
	margin: 1em auto 0;
	width: 100%;
}

.floor-item .el-img::after {
	content: "\f00e";
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 2.5em;
	height: 2.5em;
	background: rgba(0,133,155,.8);
	border-radius: 1.25em;
	line-height: 2.5;
	text-align: center;
	color: #fff;
	font-size: 40px;
	opacity: .7;
}
html.notouch .floor-item:hover .el-img::after {
	opacity: 1;
}

.floor-item .el-img img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.facility-floor .el-img::after {
		font-size: 6vw;
	}
}


.facility-gallery1 {
	margin: 40px 0 0;
}
.facility-gallery1::before,
.facility-gallery1::after {
	content: "";
	display: table;
	clear: both;
}
.facility-gallery1 .el-inner {
	margin: -1%;
}
.facility-gallery1 .el-col {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1%;
	width: 20%;
}
.facility-gallery1 .el-item {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
}
.facility-gallery1 .el-img {
	display: block;
	position: relative;
	/*overflow: hidden;
	border-radius: 2px;*/
}
.facility-gallery1 .el-img::before {
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
}
.facility-gallery1 .el-img img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.facility-gallery1 .el-img::after {
	content: "\f00e";
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 2em;
	height: 2em;
	background: rgba(0,133,155,.8);
	border-radius: 1em;
	line-height: 2;
	text-align: center;
	color: #fff;
	font-size: 18px;
	opacity: .7;
}
html.notouch .facility-gallery1 .el-item:hover .el-img::after {
	opacity: 1;
}

.facility-gallery1 .el-caption {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: .5em;
	background: rgba(0,0,0,.5);
	line-height: 1.2;
	text-align: center;
	font-size: 11px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


@media (max-width: 767px) {
	.facility-gallery1 {
		margin: 30px 0 0;
	}
	.facility-gallery1 .el-inner {
		margin: -5px
	}
	.facility-gallery1 .el-col {
		padding: 5px;
		width: 25%;
	}
}
@media (max-width: 640px) {
	.facility-gallery1 .el-col {
		width: 33.33%;
	}
}
@media (max-width: 400px) {
	.facility-gallery1 .el-col {
		width: 50%;
	}
}


.room-gallery {
}
.room-gallery::after {
	content: "";
	display: table;
	clear: both;
}
.room-gallery .el-main {
	position: relative;
	float: left;
	width: 61.62%;
	background: #f5f5f5;
}
.room-gallery .el-main::before {
	content: "";
	display: block;
	padding-bottom: 79.24%;
}
.room-gallery .el-main img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 0;
}
.room-gallery .el-main img.is-loaded {
	opacity: 1;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.room-gallery .el-thumbs {
	float: right;
	width: 36.04%;
}
.room-gallery .el-thumbs::before,
.room-gallery .el-thumbs::after {
	content: "";
	display: table;
	clear: both;
}
.room-gallery .el-thumbs-inner {
	margin: -3%;
}
.room-gallery .el-thumbs a {
	display: block;
	position: relative;
	float: left;
	margin: 3%;
	width: 27.33%;
	overflow: hidden;
	border-radius: 2px;
}
html.notouch .room-gallery .el-thumbs a:hover {
	opacity: .8;
}
.room-gallery .el-thumbs a::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.room-gallery .el-thumbs a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid;
	opacity: 0;
}
.room-gallery .el-thumbs a.is-active::after {
	opacity: 1;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.theme-a .room-gallery .el-thumbs a::after {border-color: #236a5c;}
.theme-b .room-gallery .el-thumbs a::after {border-color: #e65226;}
.room-gallery .el-thumbs a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
}

@media (max-width: 767px) {
	.room-gallery .el-main {
		float: none;
		width: auto;
	}
	.room-gallery .el-thumbs {
		float: none;
		width: auto;
	}
	.room-gallery .el-thumbs-inner {
		margin: -1%;
		margin-top: 1%;
	}
	.room-gallery .el-thumbs a {
		margin: 1%;
		width: 12.28%;
	}
}
@media (max-width: 640px) {
	.room-gallery .el-thumbs a {
		width: 14.66%;
	}
}
@media (max-width: 480px) {
	.room-gallery .el-thumbs a {
		width: 18%;
	}
}



/*============================

	お問い合わせ

============================*/

.form-box {
	margin: 40px 0 0;
	border: 1px solid #eee;
	padding: 0 30px 30px;
}
@media (max-width: 767px) {
	.form-box {
		margin-left: 0;
		margin-right: 0;
		padding: 10px;
	}
}

.form-step {
	overflow: hidden;
	margin: -1.5em 0 0;
	padding: 0;
	font-size: 14px;
}
.form-step li {
	list-style: none;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	height: 3em;
	background: #eee;
	line-height: 3em;
	text-align: center;
	color: #00859b;
	font-weight: bold;
	counter-increment: form-step;
}
.form-step li:nth-child(1) {z-index: 3; width: 32%;}
.form-step li:nth-child(2) {z-index: 2; width: 36%;}
.form-step li:nth-child(3) {z-index: 1; width: 32%;}

.form-step li::before {
	content: counter(form-step);
	vertical-align: bottom;
	margin-right: .2em;
	font-size: 180%;
}
.form-step li::after {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	width: 1.8em;
	height: 3em;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10" preserveAspectRatio="xMinYMid"><polygon fill="#fff" points="0,0,1,0,6,5,1,10,0,10" /><polygon fill="#eee" points="0,0,5,5,0,10" /></svg>');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.form-step li.is-current {
	background: #00859b;
	color: #fff;
}
.form-step li.is-current::after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10" preserveAspectRatio="xMinYMid"><polygon fill="#fff" points="0,0,1,0,6,5,1,10,0,10" /><polygon fill="#00859b" points="0,0,5,5,0,10" /></svg>');
}

@media (max-width: 767px) {
	.form-step {
		margin-top: 0;
		font-size: 12px;
	}
	.form-step li {
		height: 4em;
		line-height: 1.2;
	}
	.form-step li::before {
		display: block;
		margin: .5em 0 .1em;
		font-size: 130%;
	}
	.form-step li::after {
		width: 2em;
		height: 4em;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 10" preserveAspectRatio="xMinYMid"><polygon fill="#fff" points="0,0,1,0,5,5,1,10,0,10" /><polygon fill="#eee" points="0,0,4,5,0,10" /></svg>');
	}
	.form-step li.is-current::after {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 10" preserveAspectRatio="xMinYMid"><polygon fill="#fff" points="0,0,1,0,5,5,1,10,0,10" /><polygon fill="#00859b" points="0,0,4,5,0,10" /></svg>');
	}
}
@media (max-width: 480px) {
	.form-step {
		font-size: 10px;
	}
}


.form-item-container {
	display: table;
	margin: 30px 0;
	border-collapse: collapse;
	width: 100%;
}
.form-item {
	display: table-row;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.form-item.type-error {
	background-color: #fff3f3;
}
.form-item-heading,
.form-item-body {
	display: table-cell;
	vertical-align: top;
	padding: 20px 0;
}
.form-item-heading {
	width: 12em;
	text-align: right;
	font-weight: bold;
}
.form-item-body {
	padding-left: 20px;
}

@media (max-width: 767px) {
	.form-item-container,
	.form-item,
	.form-item-heading,
	.form-item-body {
		display: block;
		width: auto;
	}
	.form-item {
		padding: 15px 5px;
	}
	.form-item + .form-item {
		margin-top: -1px;
	}
	.form-item-heading {
		padding: 0;
		text-align: left;
	}
	.form-item-body {
		padding: 10px 0 0;
	}
}


.form-item-label {
}

.form-item-required {
	display: inline-block;
	vertical-align: middle;
	width: 3em;
	height: 1.6em;
	line-height: 1.6;
	text-align: center;
	border-radius: 2px;
	background: red;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.form-item-row {}
.form-item-row + .form-item-row {
	margin-top: 10px;
}

.form-input,
.form-textarea,
.form-select,
.form-file {
	display: block;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 6px 12px;
	width: 100%;
	max-width: 500px;
	background: #fff;
	border-radius: 3px;
	line-height: 1.4;
	font-size: 14px;
	color: #333;
}
/*.form-item.type-error .form-input,
.form-item.type-error .form-textarea,
.form-item.type-error .form-select,
.form-item.type-error .form-file {
	border-color: red;
	background-color: #fff3f3;
}*/
.form-input {
	height: 2.5em;
}
.form-textarea {
	height: 10em;
}
.form-select {
	height: 2.5em;
}
.form-file {
	height: 2.5em;
}
.form-width-auto {width: auto;}
.form-width-full {width: 100%;}
.form-width-half {width: 50%;}
.form-width-quarter {width: 25%;}
.form-width-zip {width: 14ex;}
.form-inline {
	display: inline-block;
}

.form-checkbox,
.form-radio {}

.form-checkbox-item,
.form-radio-item {}
.form-checkbox-item + .form-checkbox-item,
.form-radio-item + .form-radio-item {
	margin-top: 3px;
}
.form-checkbox-item input,
.form-radio-item input {
	vertical-align: middle;
	margin-top: -2px;
	margin-right: .3em;
}

.form-item-error {
	margin-top: .5em;
	font-weight: bold;
	color: red;
}

.form-submitbtn {
	display: inline-block;
	position: relative;
	margin: 0;
	border: 0;
	padding: 1em 3em;
	width: 30em;
	max-width: 100%;
	background: #00859b;
	border-radius: 2px;
	line-height: 1.2;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.form-submitbtn .fa {
	color: #fff;
	position: absolute;
	left: 1em;
	top: 50%;
	margin-top: -.5em;
}
.form-submitbtn-back {
	background: #d1d1d1;
}



/*============================

	サービス

============================*/

.service-btn1 {
	display: block;
	position: relative;
	margin: 0 auto;
	border: 1px solid #eee;
	padding: 20px 40px 20px 20px;
	max-width: 420px;
	background: #fff;
	color: inherit;
}
.service-btn1::after {
	content: "\f054";
	display: block;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: .5em;
	top: 50%;
	margin-top: -.5em;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 130%;
	color: #00859b;
}

html.notouch .service-btn1:hover {
	text-decoration: none;
}

.service-btn1 .el-header {
	display: table;
	border-collapse: collapse;
	width: 100%;
	direction: rtl;
}

.service-btn1 .el-title {
	display: table-cell;
	vertical-align: middle;
	padding-left: 1em;
	line-height: 1.2;
	text-align: left;
	font-weight: bold;
}
html.notouch .service-btn1:hover .el-title {
	text-decoration: underline;
}

.service-btn1 .el-img {
	display: table-cell;
	vertical-align: middle;
	width: 175px;
}
.service-btn1 .el-img img {
	display: block;
	margin: 0 auto;
	width: 175px;
	height: 108px;
	border-radius: 2px;
}
.service-btn1 .el-desc {
	display: block;
	margin: 1em 0 0;
	font-size: 13px;
}

@media (max-width: 767px) {
	.service-btn1 {
		padding: 15px;
	}
	.service-btn1::after {
		display: none;
	}
	.service-btn1 .el-header {
		display: block;
		direction: ltr;
	}
	.service-btn1 .el-title {
		display: block;
		padding-left: 0;
		text-align: center;
	}
	.service-btn1 .el-img {
		display: block;
		position: relative;
		margin-top: .8em;
		width: auto;
	}
	.service-btn1 .el-img::after {
		content: "\f054";
		display: block;
		font-family: FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -.5em;
		width: 1em;
		height: 1em;
		line-height: 1;
		text-align: center;
		font-size: 130%;
		color: #00859b;
	}
}


.service-btn2 {
	display: block;
	margin: 0 auto;
	border: 1px solid #eee;
	padding: 20px;
	max-width: 420px;
	background: #fff;
	color: inherit;
}
html.notouch .service-btn2:hover {
	text-decoration: none;
}

.service-btn2 .el-title {
	display: block;
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
}
html.notouch .service-btn2:hover .el-title {
	text-decoration: underline;
}

.service-btn2 .el-img {
	display: block;
	position: relative;
	margin: 1em 0 0
}
.service-btn2 .el-img::before {
	content: "";
	display: block;
	padding-bottom: 61.58%;
}
.service-btn2 .el-img img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
}

.service-btn2 .el-desc {
	display: block;
	position: relative;
	margin: 1em 0 0;
	padding-right: 2em;
	font-size: 13px;
}
.service-btn2 .el-desc::after {
	content: "\f054";
	display: block;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.5em;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 130%;
	color: #00859b;
}

.service-detail {
	margin: 40px 0 0;
}
.service-detail::after {
	content: "";
	display: table;
	clear: both;
}

.service-detail .el-h {
	float: left;
	margin: 0;
	padding: .5em 0 0;
	width: 58%;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
}

.service-detail .el-img {
	float: right;
	position: relative;
	width: 36%;
	max-width: 315px;
}
.service-detail .el-img img {
	display: block;
	width: 100%;
	height: auto;
}

.service-detail .el-desc {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 1em 0 0 1.5em;
	width: 58%;
	font-size: 13px;
}

@media (max-width: 767px) {
	.service-detail {
		margin: 30px auto;
		max-width: 420px;
	}

	.service-detail .el-h {
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
		text-align: center;
	}

	.service-detail .el-img {
		float: none;
		position: relative;
		margin: 1em 1.5em 0;
		width: auto;
		max-width: 100%;
	}

	.service-detail .el-desc {
		float: none;
		margin: 1.5em 0 0;
		padding: 0;
		width: auto;
	}
}


/*============================

	サイトマップ

============================*/

.sitemap-list {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
.sitemap-list a {
	display: inline-block;
	padding-left: 1em;
}
.sitemap-list ul {
	margin: .5em 0 0;
	border-top: 1px solid #eee;
	padding: 0 0 0 1em;
}
.sitemap-list li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #eee;
	padding: .5em 0;
}
.sitemap-list ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.sitemap-list {
		margin-right: 0;
		margin-left: 0;
	}
}