@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@-webkit-keyframes nav_cloud {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.7);
		        transform: scale(0.7);
	}
	35% {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
	}
	70% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes nav_cloud {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.7);
		        transform: scale(0.7);
	}
	35% {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
	}
	70% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@-webkit-keyframes gnavi_img {
	0% {
		-webkit-transform: scale(1) translate(-50%, 0);
		        transform: scale(1) translate(-50%, 0);
	}
	50% {
		-webkit-transform: scale(1) translate(-50%, -20%);
		        transform: scale(1) translate(-50%, -20%);
	}
	100% {
		-webkit-transform: scale(1.2) translate(-50%, -10%);
		        transform: scale(1.2) translate(-50%, -10%);
	}
}

@keyframes gnavi_img {
	0% {
		-webkit-transform: scale(1) translate(-50%, 0);
		        transform: scale(1) translate(-50%, 0);
	}
	50% {
		-webkit-transform: scale(1) translate(-50%, -20%);
		        transform: scale(1) translate(-50%, -20%);
	}
	100% {
		-webkit-transform: scale(1.2) translate(-50%, -10%);
		        transform: scale(1.2) translate(-50%, -10%);
	}
}

@-webkit-keyframes ease_out_back {
	0% {
		-webkit-transform: scale(0.3);
		        transform: scale(0.3);
	}
	60% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes ease_out_back {
	0% {
		-webkit-transform: scale(0.3);
		        transform: scale(0.3);
	}
	60% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@-webkit-keyframes pop-downwards {
	0% {
		-webkit-transform: matrix(0.97, 0, 0, 1, 0, -12);
		        transform: matrix(0.97, 0, 0, 1, 0, -12);
		opacity: 0;
	}
	20% {
		-webkit-transform: matrix(0.99, 0, 0, 1, 0, -2);
		        transform: matrix(0.99, 0, 0, 1, 0, -2);
		opacity: .7;
	}
	40% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 1);
		        transform: matrix(1, 0, 0, 1, 0, 1);
		opacity: 1;
	}
	70% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		        transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
	100% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		        transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
}

@keyframes pop-downwards {
	0% {
		-webkit-transform: matrix(0.97, 0, 0, 1, 0, -12);
		        transform: matrix(0.97, 0, 0, 1, 0, -12);
		opacity: 0;
	}
	20% {
		-webkit-transform: matrix(0.99, 0, 0, 1, 0, -2);
		        transform: matrix(0.99, 0, 0, 1, 0, -2);
		opacity: .7;
	}
	40% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 1);
		        transform: matrix(1, 0, 0, 1, 0, 1);
		opacity: 1;
	}
	70% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		        transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
	100% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		        transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes gnavi_sub {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) translateY(-15px);
		        transform: scale(0.9) translateY(-15px);
	}
	100% {
		-webkit-transform: scale(1) translateY(0);
		        transform: scale(1) translateY(0);
	}
}

@keyframes gnavi_sub {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) translateY(-15px);
		        transform: scale(0.9) translateY(-15px);
	}
	100% {
		-webkit-transform: scale(1) translateY(0);
		        transform: scale(1) translateY(0);
	}
}

@-webkit-keyframes _on_opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes _on_opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes on_opacity {
	0% {
		opacity: 0;
		display: none;
	}
	100% {
		opacity: 1;
	}
}

@keyframes on_opacity {
	0% {
		opacity: 0;
		display: none;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes balloon {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(3deg);
		        transform: rotate(3deg);
	}
	30% {
		-webkit-transform: rotate(3deg);
		        transform: rotate(3deg);
	}
	50% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	75% {
		-webkit-transform: rotate(-3deg);
		        transform: rotate(-3deg);
	}
	80% {
		-webkit-transform: rotate(-3deg);
		        transform: rotate(-3deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}

@keyframes balloon {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(3deg);
		        transform: rotate(3deg);
	}
	30% {
		-webkit-transform: rotate(3deg);
		        transform: rotate(3deg);
	}
	50% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	75% {
		-webkit-transform: rotate(-3deg);
		        transform: rotate(-3deg);
	}
	80% {
		-webkit-transform: rotate(-3deg);
		        transform: rotate(-3deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}

@-webkit-keyframes ichigo {
	0% {
		-webkit-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
	20% {
		-webkit-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
	25% {
		-webkit-transform: translate(0, -50%) rotate(20deg);
		        transform: translate(0, -50%) rotate(20deg);
	}
	35% {
		-webkit-transform: translate(0, -50%) rotate(-20deg);
		        transform: translate(0, -50%) rotate(-20deg);
	}
	40% {
		-webkit-transform: translate(0, -50%) rotate(0);
		        transform: translate(0, -50%) rotate(0);
	}
	90% {
		-webkit-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
	95% {
		-webkit-transform: translate(3px, -55%);
		        transform: translate(3px, -55%);
	}
	100% {
		-webkit-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
}

@keyframes ichigo {
	0% {
		-webkit-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
	20% {
		-webkit-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
	25% {
		-webkit-transform: translate(0, -50%) rotate(20deg);
		        transform: translate(0, -50%) rotate(20deg);
	}
	35% {
		-webkit-transform: translate(0, -50%) rotate(-20deg);
		        transform: translate(0, -50%) rotate(-20deg);
	}
	40% {
		-webkit-transform: translate(0, -50%) rotate(0);
		        transform: translate(0, -50%) rotate(0);
	}
	90% {
		-webkit-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
	95% {
		-webkit-transform: translate(3px, -55%);
		        transform: translate(3px, -55%);
	}
	100% {
		-webkit-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
}

@-webkit-keyframes pen {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	70% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	75% {
		-webkit-transform: translate(2px, -2px);
		        transform: translate(2px, -2px);
	}
	80% {
		-webkit-transform: translate(-2px, 2px);
		        transform: translate(-2px, 2px);
	}
	85% {
		-webkit-transform: translate(0, -2px);
		        transform: translate(0, -2px);
	}
	90% {
		-webkit-transform: translate(0, 2px);
		        transform: translate(0, 2px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@keyframes pen {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	70% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	75% {
		-webkit-transform: translate(2px, -2px);
		        transform: translate(2px, -2px);
	}
	80% {
		-webkit-transform: translate(-2px, 2px);
		        transform: translate(-2px, 2px);
	}
	85% {
		-webkit-transform: translate(0, -2px);
		        transform: translate(0, -2px);
	}
	90% {
		-webkit-transform: translate(0, 2px);
		        transform: translate(0, 2px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@-webkit-keyframes wave {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -960px 0;
	}
}

@keyframes wave {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -960px 0;
	}
}

@-webkit-keyframes kotou {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		        transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes kotou {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		        transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@-webkit-keyframes kotou_sp {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		opacity: 1;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes kotou_sp {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		opacity: 1;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************
## Layout
*/
.wrapper {
	width: auto;
	min-width: 960px;
}

.root {
	min-width: 960px;
	box-sizing: border-box;
	padding-top: 168px;
}

.root_container {
	padding: 20px;
}

.hero_area .slick-dots {
	width: 960px;
	padding-left: 20px;
	padding-right: 20px;
}

.pc_container,
.pc_tb_container,
.container {
	width: 960px;
	min-width: 960px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.pc_container-relative,
.pc_tb_container-relative,
.container-relative {
	position: relative;
	top: 0;
	left: 0;
}

.pc_container-hero,
.pc_tb_container-hero,
.container-hero {
	max-width: 1200px;
}

.pc_padding,
.padding {
	padding-left: 20px;
	padding-right: 20px;
}

.main_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main_column {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	width: 680px;
	padding-right: 20px;
}

.sub_column {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: 220px;
}

.main_content {
	font-size: 0.875rem;
	margin-bottom: 7em;
}

.scroll_to_top {
	right: 20px;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Utility - Cosmetic

ユーティリティー設定。
このサイト専用というわけでもない共通設定。

*/
.pc_none,
.root .pc_none {
	display: none;
}

.block,
.pc_block {
	display: block;
}

.tel_link,
.tel_link-no {
	pointer-events: none;
	cursor: default;
	color: inherit;
}

.root .tel_link,
.root .tel_link:hover, .root
.tel_link-no,
.root
.tel_link-no:hover {
	text-decoration: none;
	color: inherit;
}

.sp_click {
	pointer-events: none;
	cursor: default;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************



## Component - Base

コンポーネント設定。
各ページでよく使い回す記述。
このサイト専用の共通設定。

*/
/*

<div class="_h3">.vertical_middle</div>

適当にテキストを vertical-align: middle

	<div class="vertical_middle">テキスト</div>

*/
.vertical_middle {
	display: table-cell;
	vertical-align: middle;
}

/**************************

## - 段組設定 2列 3列 4列

PCの時だけ、中央に等間隔で余白を作り、width: 100%; を守って列になる。
ul でなくてもいい。

**2列 .pc_column2**

	<ul class="pc_column2">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

**3列 .pc_column3**

	<ul class="pc_column3">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

**4列 .pc_column4**

	<ul class="pc_column4">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

*/
.pc_column2::before,
.pc_column2::after {
	content: '';
	display: table;
}

.pc_column2::after {
	clear: both;
}

.pc_column2 > *:nth-child(2n) {
	padding-bottom: 20px;
}

.pc_column2 > *:last-child {
	padding-bottom: 0;
}

.pc_column3::before,
.pc_column3::after {
	content: '';
	display: table;
}

.pc_column3::after {
	clear: both;
}

.pc_column3 > *:nth-child(3n) {
	padding-bottom: 20px;
}

.pc_column3 > *:last-child {
	padding-bottom: 0;
}

.pc_column4::before,
.pc_column4::after {
	content: '';
	display: table;
}

.pc_column4::after {
	clear: both;
}

.pc_column4 > *:nth-child(4n) {
	padding-bottom: 20px;
}

.pc_column4 > *:last-child {
	padding-bottom: 0;
}

.pc_column5::before,
.pc_column5::after {
	content: '';
	display: table;
}

.pc_column5::after {
	clear: both;
}

.pc_column5 > *:nth-child(5n) {
	padding-bottom: 20px;
}

.pc_column5 > *:last-child {
	padding-bottom: 0;
}

.pc_column6::before,
.pc_column6::after {
	content: '';
	display: table;
}

.pc_column6::after {
	clear: both;
}

.pc_column6 > *:nth-child(6n) {
	padding-bottom: 20px;
}

.pc_column6 > *:last-child {
	padding-bottom: 0;
}

.pc_column2::before, .pc_column2::after {
	content: '';
	display: table;
}

.pc_column2::after {
	clear: both;
}

.pc_column2 > * {
	width: 50%;
	box-sizing: border-box;
	float: left;
}

.pc_column2 > *:nth-child(2n + 1) {
	clear: left;
	padding-right: 7px;
}

.pc_column2 > *:nth-child(2n) {
	padding-left: 7px;
}

.pc_column3::before, .pc_column3::after {
	content: '';
	display: table;
}

.pc_column3::after {
	clear: both;
}

.pc_column3 > * {
	width: 33.33333%;
	box-sizing: border-box;
	float: left;
}

.pc_column3 > *:nth-child(3n + 1) {
	clear: left;
	padding-right: 9.33333px;
}

.pc_column3 > *:nth-child(3n + 2) {
	padding-left: 4.66667px;
	padding-right: 4.66667px;
}

.pc_column3 > *:nth-child(3n) {
	padding-left: 9.33333px;
}

.pc_column4::before, .pc_column4::after {
	content: '';
	display: table;
}

.pc_column4::after {
	clear: both;
}

.pc_column4 > * {
	width: 25%;
	box-sizing: border-box;
	float: left;
}

.pc_column4 > *:nth-child(4n + 1) {
	clear: left;
	padding-right: 10.5px;
}

.pc_column4 > *:nth-child(4n + 2) {
	padding-left: 3.5px;
	padding-right: 7px;
}

.pc_column4 > *:nth-child(4n + 3) {
	padding-left: 7px;
	padding-right: 3.5px;
}

.pc_column4 > *:nth-child(4n) {
	padding-left: 10.5px;
}

.pc_column5::before, .pc_column5::after {
	content: '';
	display: table;
}

.pc_column5::after {
	clear: both;
}

.pc_column5 > * {
	width: 20%;
	box-sizing: border-box;
	float: left;
}

.pc_column5 > *:nth-child(5n + 1) {
	clear: left;
	padding-right: 11.2px;
}

.pc_column5 > *:nth-child(5n + 2) {
	padding-left: 2.8px;
	padding-right: 8.4px;
}

.pc_column5 > *:nth-child(5n + 3) {
	padding-left: 5.6px;
	padding-right: 5.6px;
}

.pc_column5 > *:nth-child(5n + 4) {
	padding-left: 8.4px;
	padding-right: 2.8px;
}

.pc_column5 > *:nth-child(5n) {
	padding-left: 11.2px;
}

.pc_column6::before, .pc_column6::after {
	content: '';
	display: table;
}

.pc_column6::after {
	clear: both;
}

.pc_column6 > * {
	width: 16.66667%;
	box-sizing: border-box;
	float: left;
}

.pc_column6 > *:nth-child(6n + 1) {
	clear: left;
	padding-right: 11.66667px;
}

.pc_column6 > *:nth-child(6n + 2) {
	padding-left: 2.33333px;
	padding-right: 9.33333px;
}

.pc_column6 > *:nth-child(6n + 3) {
	padding-left: 4.66667px;
	padding-right: 7px;
}

.pc_column6 > *:nth-child(6n + 4) {
	padding-left: 7px;
	padding-right: 4.66667px;
}

.pc_column6 > *:nth-child(6n + 5) {
	padding-left: 9.33333px;
	padding-right: 2.33333px;
}

.pc_column6 > *:nth-child(6n) {
	padding-left: 11.66667px;
}

/**************************
section
*/
/*

<div class="_h3">.pc_indent</div>

左右に余白を作る。
pc_indent ならPCの時だけ

	<div class="section">
		<h4>電車でお越しの場合</h4>
		<div class="pc_indent">
			<ul class="ul1">
				<li>寒川駅北口を下車、寒川町役場方面へ徒歩約10分です。</li>
				<li>宮山駅を下車、寒川神社方面へ約徒歩12分です。</li>
			</ul>
			<p>寒川病院では、<a href="#">無料で送迎バス</a>を用意させて頂いております。近郊の方はご利用ください。</p>
		</div>
	</div>

*/

.indent,
.pc_indent {
	padding-left: 20px;
}

/**************************
.news
*/
/**************************
.news
*/
.newsline2__head {
	padding-left: 5px;
	min-width: 200px;
}

.newsline2__head-top {
	min-width: 105px;
}

.newsline2__date {
	margin-left: 12px;
	font-size: 0.938rem;
}

.newsline2__cate .label {
	width: 100px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
}

.newsline2__ex {
	margin-left: 20px;
	font-size: 0.938rem;
}

.newsline2__ex-top {
	margin-left: 12px;
}

.image_right {
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
}

.btn_list::before, .btn_list::after {
	content: '';
	display: table;
}

.btn_list::after {
	clear: both;
}

.btn_list > li,
.btn_list > * {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

.btn_list > li:first-child,
.btn_list > *:first-child {
	padding-left: 0;
}

.btn_list > li:last-child,
.btn_list > *:last-child {
	padding-right: 0;
}

ul.disc {
	font-size: 0.938rem;
}

ul.disc > li {
	padding-left: 17px;
	line-height: 1.6;
}

ul.disc > li::before {
	top: .55em;
}

ol.number {
	font-size: 0.938rem;
}

ol.number > li {
	padding-left: 17px;
	line-height: 1.6;
}

ol.number > li::before {
	left: -.7em;
}

.anotation {
	font-size: 0.938rem;
	padding-left: 15px;
}

.anotation_list li {
	font-size: 0.938rem;
	padding-left: 15px;
}

.set::before, .set::after {
	content: '';
	display: table;
}

.set::after {
	clear: both;
}

.set .resize.right {
	width: 100%;
	box-sizing: border-box;
	float: right;
	padding-left: 260px;
	margin-left: -240px;
}

.set .fix.left {
	width: 240px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	float: left;
}

.set .resize.left {
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding-right: 260px;
	margin-right: -240px;
}

.set .fix.right {
	width: 240px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	float: right;
}

.set .fix > img,
.set .resize > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.set-2 .resize.right {
	width: 100%;
	box-sizing: border-box;
	float: right;
	padding-left: 200px;
	margin-left: -180px;
}

.set-2 .fix.left {
	width: 180px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	float: left;
}

.set-2 .resize.left {
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding-right: 200px;
	margin-right: -180px;
}

.set-2 .fix.right {
	width: 180px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	float: right;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Project

特定ページ専用、効果範囲が限定的な記述。
コンテンツ内容に密接で、汎用性がなく、機能の付け替えを想定していない。

*/
.header__1-sub {
	background-image: url("../img/header-sub-bg.png"), url("../img/header-sub-bg-repeat.png");
	background-position: center top, 0 0;
	background-repeat: no-repeat, repeat-x;
	background-size: auto 88px, auto auto;
}

.header__logo {
	background: url("../img/pc/logo-panel.png") 0 0 no-repeat transparent;
	background-size: 225px 72px;
	width: 225px;
	height: 72px;
}

.header__logo img {
	width: 190px;
	height: 50px;
	padding-top: 11px;
	padding-left: 16px;
}

.gnavi {
	height: 80px;
	background-color: #fff;
}

.gnavi__ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gnavi__li {
	width: 20%;
	position: relative;
	top: 0;
	left: 0;
}

.gnavi__li::before {
	background: url("../img/pc/gnavi-border.png") 0 0 no-repeat transparent;
	background-size: 2px 36px;
	width: 2px;
	height: 36px;
	content: '';
	display: block;
	position: absolute;
	top: 22px;
	left: 0;
}

.gnavi__li:last-child::after {
	background: url("../img/pc/gnavi-border.png") 0 0 no-repeat transparent;
	background-size: 2px 36px;
	width: 2px;
	height: 36px;
	content: '';
	display: block;
	position: absolute;
	top: 22px;
	right: 0;
}

.gnavi__a {
	height: 80px;
	display: block;
}

.gnavi__a:hover::before {
	content: '';
	background-color: rgba(156, 218, 156, 0.2);
	display: block;
	width: 172px;
	height: 64px;
	position: absolute;
	top: 9px;
	left: 11px;
	border-radius: 10px;
}

.gnavi__image {
	height: 36px;
}

.gnavi__image > img {
	display: block;
	max-height: 100%;
	margin: auto;
	padding-top: 22px;
}

.gnavi__sub {
	display: none;
	visibility: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 99;
}

.inited .gnavi__sub {
	visibility: visible;
}

.header-fixed .gnavi__sub {
	-webkit-transform: translateX(-170px);
	    -ms-transform: translateX(-170px);
	        transform: translateX(-170px);
}

.gnavi__sub__container {
	position: absolute;
	width: 100%;
	padding-top: 6px;
	top: 0;
	box-sizing: border-box;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	z-index: 10;
}

.gnavi__sub__container::before {
	background-image: url(/common/img/sprite-icon.png);
	background-position: 0px -79px;
	width: 19.5px;
	height: 11.5px;
	background-size: 55px 295.5px;
	content: '';
	position: absolute;
	top: -4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.gnavi__sub__container-1, .gnavi__sub__container-2 {
	width: 150%;
}

.gnavi__sub__container-1::before, .gnavi__sub__container-2::before {
	left: 110px;
}

.gnavi__sub__container-3 {
	width: 150%;
	left: -40px;
}

.gnavi__sub__container-4, .gnavi__sub__container-5 {
	width: 150%;
	left: auto;
	right: 0;
}

.gnavi__sub__container-4::before, .gnavi__sub__container-5::before {
	left: auto;
	right: 70px;
}

.gnavi__sub__ul1 {
	overflow: hidden;
	border: 1px solid #fff;
	background-color: #beec9d;
	padding: 0;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.gnavi__sub .li1 {
	display: table;
	width: 100%;
}

.gnavi__sub .li1:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.gnavi__sub .li1.active .a1,
.gnavi__sub .li1 .a1:hover {
	background-color: #a1e472;
}

.gnavi__sub .a1 {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 0;
	left: 0;
	height: 47px;
	box-sizing: border-box;
	padding: 14px 14px 14px 20px;
}

.gnavi__sub .a1::before {
	background-image: url(/common/img/sprite-icon.png);
	background-position: 0px 0px;
	width: 6px;
	height: 6px;
	background-size: 55px 295.5px;
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
}

.gnavi__sub .a1 .text {
	display: block;
	color: #333;
	font-size: 0.938rem;
	line-height: 1.3;
}

.gnavi__sub .a1 .text .gnavi_small {
	font-size: 95%;
}

.gnavi__sub .a1 .text .gnavi_block {
	display: block;
}

.gnavi__sub .a1 .cell {
	display: block;
}

.gnavi__sub-show {
	display: block;
}

.gnavi__sub-show .anime {
	-webkit-animation-name: gnavi_sub;
	        animation-name: gnavi_sub;
	-webkit-animation-duration: .3s;
	        animation-duration: .3s;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.cate_area {
	height: 130px;
	width: 100%;
	background: url("../img/cate_area-bg.jpg") center 0 no-repeat transparent;
	margin-bottom: 21px;
}

.cate_area img {
	padding-top: 38px;
	height: 40px;
}

.root_container {
	border-radius: 10px;
}

.main_content h3 {
	min-height: 55px;
	font-size: 1.5rem;
	padding: 12px 20px;
}

.main_content h4 {
	min-height: 40px;
	padding: 12px 20px 9px;
	font-size: 1.063rem;
}

.main_content h5 {
	font-size: 1.063rem;
}

.main_content .gmap_ended {
	height: 400px;
}

.main_content .link_list.ceremony_list > li {
	margin-bottom: 0;
}

.footer {
	margin-top: 60px;
}

.footer__1 {
	background-color: #fff;
	padding: 25px 0 15px;
	min-height: 100px;
	text-align: center;
	box-sizing: border-box;
}

.footer__2 {
	background: url("../img/footer-bg.png") 0 0 repeat transparent;
	padding: 16px 0;
	color: #fff;
	font-size: 0.813rem;
	min-height: 76px;
	box-sizing: border-box;
}

.footer__2 > .container {
	position: relative;
	top: 0;
	left: 0;
}

.footer__menu {
	width: 700px;
	margin: auto;
}

.footer__menu::before, .footer__menu::after {
	content: '';
	display: table;
}

.footer__menu::after {
	clear: both;
}

.footer__menu > li,
.footer__menu > * {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

.footer__menu > li {
	margin-bottom: 5px;
}

.footer__logo {
	width: 150px;
	margin-bottom: 5px;
}

.footer__logo a,
.footer__logo img {
	display: block;
	max-width: 100%;
}

.footer__copyright {
	position: absolute;
	bottom: 2px;
	right: 0;
}

.box {
	padding: 20px;
}

.box .title {
	font-size: 1.563rem;
}

.bank_banner_list::before, .bank_banner_list::after {
	content: '';
	display: table;
}

.bank_banner_list::after {
	clear: both;
}

.bank_banner_list > * {
	width: 33.33333%;
	box-sizing: border-box;
	float: left;
}

.bank_banner_list > *:nth-child(3n + 1) {
	clear: left;
	padding-right: 10px;
}

.bank_banner_list > *:nth-child(3n + 2) {
	padding-left: 5px;
	padding-right: 5px;
}

.bank_banner_list > *:nth-child(3n) {
	padding-left: 10px;
}

.bank_banner_list a {
	width: 200px;
}

.bank_banner_list li {
	margin-bottom: 15px;
}
