@charset "UTF-8";
/*base
----------------------------------------*/

/*.page_header
----------------------------------------*/
.page_mainv_block {
	background-color: #e98285;
	background-image: url(../img/common/bg_page_mainv01.png), url(../img/common/bg_page_mainv.png);
	background-repeat: no-repeat, repeat-x;
	background-position: center bottom, bottom;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 150px;
}
.page_mainv_block h1 {
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.page_mainv_block h1 .en {
	display: block;
	font-size: 4rem;
	line-height: 1.3;
}
@media only screen and (max-width: 736px) {
	.page_mainv_block {
		background-image: url(../img/common/bg_page_mainv_sp.png);
		background-size: auto 7px;
		background-repeat: repeat-x;
		height: 90px;
		padding: 0 4.6875%;
	}
	.page_mainv_block h1 {
		font-size: 1.2rem;
	}
	.page_mainv_block h1 .en {
		font-size: 2.5rem;
	}
}

/*.main_container 共通
----------------------------------------*/
.main_container {
	margin: 0 auto;
	padding: 0 0 100px;
	font-size: 1.4rem;
}

.body_modal .main_container {
	max-width: 780px;
	padding: 30px 15px 50px;
}
@media only screen and (max-width: 736px) {
	.main_container {
		width: auto;
		padding: 0 4.6875% 20px;
		font-size: 1.3rem;
	}
}

/*title
----------------------------------------*/
.main_container h2 {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.5;
	margin: 40px 0 25px;
	padding-bottom: 15px;
}
.main_container h3 {
	font-size: 1.5714em;
	font-weight: bold;
	line-height: 1.5;
	background: url(../img/common/bg_h3.png) no-repeat left 0.5em;
	border-bottom: solid 3px #eb838b;
	margin: 30px 0 15px;
	padding: 0 0 8px 25px;
}
.main_container h4 {
	background: #eceada;
	font-size: 1.285em;
	font-weight: bold;
	line-height: 1.5;
	margin: 25px 0 15px;
	padding: 8px 14px;
}
.main_container h5 {
	color: #e98184;
	font-size: 1.285em;
	line-height: 1.5;
	font-weight: bold;
	margin: 20px 0 10px;
}
.main_container h6 {
	font-size: 1.142em;
	line-height: 1.5;
	font-weight: bold;
	margin: 20px 0 10px;
	padding: 0 0 0 1.2em;
}
.main_container h6::before {
	content: '■';
	color: #eb838b;
	margin-left: -1.2em;
	margin-right: 0.2em;
}
.main_container h2:first-child,
.main_container h3:first-child,
.main_container h4:first-child,
.main_container h5:first-child,
.main_container h6:first-child {
	margin-top: 0;
}

.main_container h2 a,
.main_container h3 a,
.main_container h4 a {
	text-decoration: none;
}

@media only screen and (max-width: 736px) {
	.main_container h2 {
		font-size: 1.4em;
		padding-bottom: 8px;
		margin-bottom: 16px;
	}
	.main_container h3 {
		font-size: 1.23em;
	}
	.main_container h4 {
		font-size: 1.16em;
	}
	.main_container h5 {
	}
}

/*text
----------------------------------------*/
.main_container p {
	margin-bottom: 15px;
}
.main_container .txt_read {
	font-size: 1.16em;
	font-weight: 700;
	line-height: 2;
}
.main_container .txt_midashi {
	font-size: 1.5714em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}
.main_container .txt_midashi01 {
	font-family: 'Noto Serif Japanese';
	font-size: 1.5714em;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 15px;
}
.main_container p.asterisk {
	font-size: 0.857em;
	margin-left: 1em;
	text-indent: -1em;
}
.align_c img {
	margin: 0 auto;
}
.align_r img {
	margin: 0 0 0 auto;
}
@media only screen and (max-width: 736px) {

	.main_container p {

	}
	.main_container .txt_read {
		text-align: left;
	}
	.main_container .txt_midashi {

	}
}

/* リスト
----------------------------------------*/
.main_container ul {
	margin-bottom: 15px;
	overflow: hidden;
}
.main_container ol {
	margin-bottom: 15px;
	counter-reset: number;
	overflow: hidden;
}
.main_container ul ul,
.main_container ol ol,
.main_container ul ol,
.main_container ol ul,
.main_container ul p,
.main_container ol p {
	margin: 10px 0 0;
	padding: 0;
	border: none;
	background: none;
}
.main_container ul > li {
	margin: 0 0 10px 0;
	padding: 0 0 0 1.5em;
	word-wrap: break-word;
}
.main_container ul > li:before {
	content: '●';
	display: inline-block;
	margin: 0 0.5em 0 -1.5em;
	/*width: 10px;
	height: 10px;*/
}
.main_container li ul > li:before {
	content: '・';
	display: inline-block;
	margin: 0 0.5em 0 -1.5em;
	/*width: 10px;
	height: 10px;*/
}
.main_container ol > li {
	list-style: none;
	margin: 0 0 10px;
	padding: 0 0 0 2.3em;
	word-wrap: break-word;
}
.main_container ol > li:before {
	counter-increment: number;
	content: counter(number);
	background: #eb838b;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	margin: 0 0.5em 0 -2.3em;
	width: 1.8em;
	text-align: center;
}
.main_container ol > li:last-child,
.main_container ul > li:last-child {
	margin-bottom: 0;
}
.main_container li ol > li:before {
	content: counter(number)'.';
	color: #634118;
	background: none;
	text-align: right;
}
.main_container ul.asterisk {
	font-size: 0.857em;
}
.main_container ul.asterisk li,
.main_container ul.asterisk_m li {
	background: none ;
	text-indent: -1.0em;
	margin: 0 0 5px 1em;
	padding-left: 0;
}
.main_container ul.asterisk li::before,
.main_container ul.asterisk_m li::before {
	display: none;
}
@media only screen and (max-width: 736px) {
	.main_container ul,
	.main_container ol {
		margin-bottom: 3.125%;
	}
	.main_container ul ul,
	.main_container ol ol,
	.main_container ul ol,
	.main_container ol ul,
	.main_container ul p,
	.main_container ol p {
		margin: 10px 0 0;
		padding: 0;
		border: none;
		background: none;
	}
}
/* ページ内リンク
----------------------------------------*/
.main_container ul.anchor_list {
	margin: 0 0 30px;
}
.main_container ul.anchor_list li {
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	margin: 0 0 1% 2%;
	padding:  0;
}
.main_container ul.anchor_list li:first-child {
	margin-left: 0;
}
.main_container ul.anchor_list.col3_block li {
	width: 32%;
	margin: 0 0 1% 2%;
}
.main_container ul.anchor_list.col3_block li:nth-child(3n+1) {
	margin-left: 0;
}
.main_container ul.anchor_list li a {
	background: #edebda;
	display: block;
	padding: 20px 15px;
	text-decoration: none;
}
.main_container ul.anchor_list li a::before {
	border: 1px solid #e97f8b;
	border-width: 2px 2px 0 0;
	content: "";
	display: inline-block;
	height: 6px;
	margin: -3px 0.5em 0 0;
	transform: rotate(135deg);
	width: 6px;
	vertical-align: middle;
}
.main_container ul.anchor_list li a.active,
.main_container ul.anchor_list li a:hover {
	background: #dcdbc7;
	text-decoration: none;
}
.main_container ul.anchor_list li::before {
	display: none;
}
@media only screen and (max-width: 736px) {
	.main_container ul.anchor_list {
		margin: 0 0 20px;
	}
	.main_container ul.anchor_list li {
		font-size: 1.4rem;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.main_container ul.anchor_list li a {
		padding: 15px 10px;
	}
	.main_container ul.anchor_list.col3_block li {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.main_container ul.anchor_list.col4_block > li {
		width: 48%;
		float: left;
		margin: 0 0 10px 4%;
	}
	.main_container ul.anchor_list.col4_block > li:nth-child(2n+1) {
		margin-left: 0;
	}
}

.main_container> *:last-child {
	margin-bottom: 0;
}
.txt_box {
	overflow: hidden;
}

/* カラム
----------------------------------------*/
.ph img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col_box .ph img {
	margin-bottom: 10px;
}

/* 2カラム */
.col2_block > * {
	float: left;
	width: 48%;
	margin: 0 0 30px 4%;
	*display: inline;
	*zoom: 1;
}
.col2_block > *:nth-child(2n+1) {
	margin-left: 0;
}

/* 3カラム */
.col3_block > * {
	float: left;
	width: 30.6%;
	margin: 0 0 30px 4%;
	*display: inline;
	*zoom: 1;
}
.col3_block > *:nth-child(3n+1) {
	margin-left: 0;
}

/* 4カラム */
.col4_block > * {
	float: left;
	width: 23.5%;
	margin: 0 0 20px 2%;
	*display: inline;
	*zoom: 1;
	position: relative;
}
.col4_block > *:nth-child(4n+1) {
	margin-left: 0;
}
/* イメージの回り込み */
.img_txt_block .ph {
	float: left;
	width: 30.6%;
	margin-bottom: 15px;
	margin-right: 4%;
}
.txt_img_block .ph {
	float: right;
	width: 30.6%;
	margin-bottom: 15px;
	margin-left: 4%;
}
.img_txt_block .ph + .txt_box,
.txt_img_block .ph + .txt_box {
	width: 65.38%;
}

@media only screen and (max-width: 736px) {
	.col2_block > *,
	.col3_block > *,
	.col3_block > .col2 {
		width: auto;
		float: none;
		margin: 0 0 5%;
	}
	.col2_block.sp_col > *,
	.col4_block > * {
		width: 48%;
		float: left;
		margin: 0 0 5% 4%;
	}
	.col2_block.sp_col > *:nth-child(2n+1),
	.col4_block > *:nth-child(2n+1) {
		margin-left: 0;
	}
	.img_txt_block .ph,
	.txt_img_block .ph {
		float: none;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.img_txt_block .ph + .txt_box,
	.txt_img_block .ph + .txt_box {
		width: auto;
	}
}

/* 縦横比固定のボックス */
.aspectwrapper {
    position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 61.9266%;
}
.aspectwrapper iframe,
.aspectwrapper > div {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100% !important;
	height: 100% !important;
}
.aspectwrapper > .ph img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
}

/* 地図のボックス */
.map_block {
	position: relative;
	padding-top: 340px;
	height: 0;
	overflow: hidden;
}
.map_block iframe,
.map_block > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* display: table
----------------------------------------*/
.table_d_block {
	display: table;
	table-layout: fixed;
}
.table_d_block > * {
	display: table-cell;
}

/* table
----------------------------------------*/
.main_container table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	*border-collapse: collapse;
	border-top: solid 1px #d6d4c3;
	empty-cells: show;
	margin-bottom: 15px;
	table-layout: fixed;
}
.main_container table th {
	padding: 10px 15px;
	background: #ecead9;
	font-weight: bold;
	vertical-align: top;
	word-break: break-all;
	text-align: left;
	border-bottom: solid 1px #d6d4c3;
}
.main_container table td {
	padding: 10px 15px;
	background: transparent;
	vertical-align: top;
	word-break: break-all;
	border-bottom: solid 1px #d6d4c3;
}
.main_container table tr > * + * {
	border-left: solid 1px #d6d4c3;
}

.main_container table.table_bg {
	border-top: solid 1px #FFF;
}

.main_container table.table_bg th,
.main_container table.table_bg td {
	background: #edeff0;
	border-bottom: solid 1px #FFF;
}

.main_container table.table_bg tr > * + * {
	border-left: solid 1px #FFF;
}

.main_container table p {
	font-size: 100%;
	margin-bottom: 0;
}
.main_container table hr {
	border-top: solid 1px #d6d4c3;
	margin: 10px 0;
}
.table_block + p,
.table_block + ul {
	margin-top: 15px;
}

@media only screen and (max-width: 736px) {
	.main_container table th,
	.main_container table td {
		padding: 10px 8px;
	}
	.table_block table,
	.table_block table thead,
	.table_block table tbody {
		display: block;
	}
	.table_block table tr,
	.table_block table th,
	.table_block table td {
		display: block;
		width: auto !important;
		font-size: 100%;
	}
	.table_block table th,
	.table_block table td {
		float: left\9;
	}
	.main_container table tr > * + * {
		border-left: none;
	}
	.table_scroll {
		width: 100%;
		margin-bottom: 25px;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table_scroll table {
		width: 700px !important;
	}
	.table_scroll table th,
	.table_scroll table td {
		/*white-space: nowrap*/
	}
}

/* btn
----------------------------------------*/

.btn {
	appearance: none;
	background: transparent;
	border: solid 1px #e97f8b;
	border-radius: 8px;
	color: #e97f8b;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	min-width: 13em;
	padding: 13px 2em;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.btn::after {
	border: 1px solid #e97f8b;
	border-width: 2px 2px 0 0;
	content: "";
	display: block;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: rotate(45deg);
	width: 6px;
}
.btn.btn_denial::after {
	border: 1px solid #e97f8b;
	border-width: 0 0 2px 2px;
	content: "";
	display: block;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	left: 1em;
	right: auto;
	top: 50%;
	transform: rotate(45deg);
	width: 6px;
}
.btn.a_gaibu,
.btn.a_pdf {
	padding-right: 3.3em;
}
.btn.a_gaibu::after,
.btn.a_pdf::after {
	background: none;
	display: block;
	height: 6px;
	margin: -3px 0 0;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: rotate(45deg);
	width: 6px;
}

.btn.a_gaibu::before {
	content: "";
	display: block;
	width: 20px;
	height: 17px;
	margin: -9px 0 0;
	background: url(../img/common/icon_gaibu.png) no-repeat center center;
	position: absolute;
	right: 1.7em;
	top: 50%;
}
.btn.a_pdf::before {
	content: "";
	display: block;
	width: 17px;
	height: 20px;
	margin: -10px 0 0;
	background: url(../img/common/icon_pdf.png) no-repeat center center;
	position: absolute;
	right: 1.7em;
	top: 50%;
}
.align_r .btn {
	font-size: 1.4rem;
	min-width: 8em;
	padding: 10px 2em;
}
.main_container .btn_block {
	text-align: center;
	margin: 30px 0;
}
.main_container .btn_block .btn + .btn {
	margin-left: 20px;
}

@media only screen and (max-width: 736px) {
	.btn {
		border-radius: 6px;
		font-size: 1.4rem;
		min-width: 13em;
	}
	.align_r .btn {
		font-size: 1.3rem;
		min-width: 8em;
		padding: 8px 2em;
	}
	.main_container .btn_block .btn {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.main_container .btn_block .btn + .btn {
		margin: 10px auto 0;
	}
}

/* tab
----------------------------------------*/
.tab {
	border-bottom: solid 3px #eb838b;
	margin-bottom: 25px;
}
.tab > * {
	display: table;
	border: solid 1px #eb838b;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	font-size: 1.4rem;
	line-height: 1.2;
	float: left;
	margin: 0 1%;
}
.tab > *:first-child {
	margin-left: 0;
}
.tab a {
	display: table-cell;
	color: #eb838b;
	text-decoration: none;
	padding: 12px 15px;
	vertical-align: middle;
}
.tab a.active {
	background: #eb838b;
	color: #fff;
}
@media only screen and (max-width: 736px) {
	.tab {
		border-bottom: solid 3px #eb838b;
		margin-bottom: 20px;
	}
	.tab > * {
		font-size: 1.2rem;
	}
	.tab a {
		padding: 12px 5px;
	}
}

/*waku_block
----------------------------------------*/
.waku_block {
	background: #fff;
	padding: 15px;
	margin-bottom: 25px;
}
.main_container .waku_block .ttl_box {
	margin: -15px -15px 15px;
}

/* ページャー
----------------------------------------*/
.main_container ul.pager {
	clear: both;
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 30px 10px;
	border: 0;
	color: #eb838b;
	font-size: 85%;
	border-radius: 0;
}
.main_container ul.pager li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 1.5rem;
	line-height: 1;
}
.main_container ul.pager li span {
	display: inline-block;
	*display: inline;
	margin: 0 5px 5px 0;
	padding: 8px 8px;
	background: #eb838b;
	color: #FFFFFF;
	border: solid 1px #eb838b;
	vertical-align: middle;
	border-radius: 0;
	position: relative;
}
.main_container ul.pager li a {
	display: inline-block;
	*display: inline;
	margin: 0 5px 5px 0;
	padding: 8px 8px;
	text-decoration: none;
	color: #eb838b;
	border: solid 1px #eb838b;
	vertical-align: middle;
	border-radius: 0;
	position: relative;
}
.main_container ul.pager li .nav-previous,
.main_container ul.pager li .nav-next {
	border: none;
	text-decoration: none;
	color: #eb838b;
	font-size: 2rem;
	line-height: 1;
	padding: 6px 8px 7px;
}
.main_container ul.pager li a span {
	display: inline;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #eb838b;
	border: none;
}
.main_container ul.pager li a:hover,
.main_container ul.pager li a:hover span {
	background: #eb838b;
	color: #FFFFFF;
}

.main_container .pager li:before {
	display: none;
}

/* ページめくり
----------------------------------------*/
.main_container .navigation {
	clear: both;
	padding: 30px 0 0;
	margin: 0;
	text-align: center;
}
.main_container .navigation a {
	display: inline-block;
	padding: 8px 2em;
	text-decoration: none;
	background: #eb838b;
	color: #fff;
	border: solid 1px #eb838b;
	vertical-align: middle;
	position: relative;
}
.main_container .navigation .nav-previous {
	float: left;
}
.main_container .navigation .nav-previous::after {
	border: 1px solid #fff;
	border-width: 0 0 2px 2px;
	content: "";
	display: block;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	left: 0.8em;
	top: 50%;
	transform: rotate(45deg);
	width: 6px;
}
.main_container .navigation .nav-next {
	float: right;
}
.main_container .navigation .nav-next::after {
	border: 1px solid #fff;
	border-width: 2px 2px 0 0;
	content: "";
	display: block;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	right: 0.8em;
	top: 50%;
	transform: rotate(45deg);
	width: 6px;
}
@media only screen and (max-width: 736px) {
	.main_container .navigation {
		clear: both;
		padding: 20px 0 0;
		margin: 0;
		text-align: center;
	}
	.main_container .navigation a {
		display: inline-block;
		padding: 8px 1.5em;
		text-decoration: none;
		background: #eb838b;
		color: #fff;
		border: solid 1px #eb838b;
		vertical-align: middle;
		position: relative;
	}
	.main_container .navigation a.nav-previous,
	.main_container .navigation .nav-previous a {
		padding: 8px 1em 8px 2em;
	}
	.main_container .navigation a.nav-next,
	.main_container .navigation .nav-next a {
		padding: 8px 2em 8px 1em;
	}

}

/*news_block
----------------------------------------*/
.news_block dl {
	margin: 0 auto 0;
	padding: 15px 0;
	border-bottom: dotted 1px #886e4c;
}
.news_block dl dt {
	position: absolute;
	left: 0;
}
.txt_label,
.news_block dl dt span {
	background: #f0904a;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	margin: 0 10px;
	padding: 5px;
}
.txt_date .txt_label {
	min-width: 10em;
	text-align: center;
}
.txt_label:first-child {
	margin-left: 0;
}
.label_honbu {
	background: #e97f8b !important;
}
.label_inamitsu {
	background: #3c7894 !important;
}
.label_inamitsuen {
	background: #8bcb97 !important;
}
.label_kandagakuen {
	background: #45b7f8 !important;
}
.label_oohashien-tokubetsuyougoroujinhome {
	background: #caa4e9 !important;
}
.label_syoukibotakinougatahome-oohashi {
	background: #91b7a0 !important;
}
.label_yuryouroujinhome-oohashien {
	background: #cb8b8b !important;
}
.label_pankoubou {
	background: #f0904a !important;
}
.label_sougoushien {
	background: #f8cc45 !important;
}
.label_takujisho-sakuranbo {
	background: #63d252 !important;
}
.news_block dl dd {
	padding-left: 360px;
}
.waku_block.news_block {
	padding-top: 0;
}
.waku_block.news_block dl dd {
	padding-left: 7em;
}

.waku_block > *:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
	.news_block dl {
		width: auto;
	}
	.news_block dl dt {
		position: relative;
	}
	.waku_block.news_block dl dd,
	.news_block dl dd {
		padding-left: 0;
	}
	.txt_label,
	.news_block dl dt span {
		font-size: 1.0rem;
		padding: 3px 5px;
	}
	.news_block .more {
		margin-top: 20px;
	}
}
/*contact_block
----------------------------------------*/
.contact_block {
	padding: 60px 0 110px;
}
.contact_block h2 {
	text-align: center;
	margin: 0 0 30px;
}
.contact_block h2 .en {
	font-size: 4rem;
	line-height: 1;
	color: #e97f8b;
}
.contact_block p.txt_read {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	margin-bottom: 40px;
}
.contact_btn_block {
	display: table;
	width: 600px;
	margin: 0 auto;
}
.contact_btn_block > * {
	display: table-cell;
	vertical-align: top;
}
.contact_btn_block > *:first-child {
	width: 306px;
}
.contact_time {
	background: #d6d4c3;
	font-size: 1.2rem;
	text-align: center;
	padding: 3px;
}
.contact_tel {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
.contact_btn {
	margin-left: 24px;
}
.contact_btn .btn {
	background: #e97f8b;
	color: #fff;
	display: block;
}
.contact_btn .btn::after {

	border-color: #fff;
}
@media only screen and (max-width: 736px) {
	.contact_block {
		padding: 25px 4.8675% 40px;
	}
	.contact_block h2 {
		font-size: 1.2rem;
		text-align: center;
		margin: 0 0 20px;
	}
	.contact_block h2 .en {
		font-size: 2.5rem;
	}
	.contact_block p.txt_read {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.contact_btn_block {
		background: #fff;
		display: block;
		width: auto;
		margin: 0 auto;
		padding: 20px 15px;
	}
	.contact_btn_block > * {
		display: block;
	}
	.contact_btn_block > *:first-child {
		width: auto;
	}
	.contact_tel {
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	.contact_btn {
		margin-left: 0;
	}
}

.txt_month {
	display: inline-block;
	width: 2.2em;
}

/*kouwaen
----------------------------------------*/
.rinen .col3_block > * {
	border-right: solid 2px #eee;
	border-bottom: solid 2px #eee;
}
.rinen .col3_block > * {
	background: #fff;
	border-right: solid 2px #eee;
	border-bottom: solid 2px #eee;
	padding: 15px;
}
/*history_block
----------------------------------------*/
.history_block dl {
	margin: 0 auto 0;
	padding: 0;
}
.history_block dl dt {
	position: absolute;
	left: 0;
}
.history_block.ikiiki dl dt {
	background: #eb838b;
	color: #fff;
	text-align: center;
	width: 6em;
}
.history_block dl dd {
	padding-left: 7em;
	margin-bottom: 5px;
}
@media only screen and (max-width: 736px) {

	.history_block dl {
		width: auto;
	}
	.history_block dl dt {
		position: relative;
	}
	.history_block dl dd {
		padding-left: 0;
	}
}

/*accodion
----------------------------------------*/
.acd_open {
	background: #edebda;
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
}
.acd_open::before {
	border: 1px solid #e97f8b;
	border-width: 2px 2px 0 0;
	content: "";
	display: inline-block;
	height: 6px;
	margin: -3px 0.5em 0 0;
	transform: rotate(135deg);
	width: 6px;
	vertical-align: middle;
}
.acd_close {
	background: #edebda;
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
}
.acd_close::before {
	border: 1px solid #e97f8b;
	border-width: 2px 2px 0 0;
	content: "";
	display: inline-block;
	height: 6px;
	margin: -3px 0.5em 0 0;
	transform: rotate(315deg);
	width: 6px;
	vertical-align: middle;
}
.acd_contents {
	margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
	.acd_contents {
		margin-bottom: 20px;
	}
}

/*event
----------------------------------------*/
.main_single .ai1ec-single-event .ai1ec-actions {
	display: none;
}
.main_container .ai1ec-calendar {
	display: none;
}
.main_container .ai1ec-calendar:first-child{
	display: block;
}

.main_container .ai1ec-calendar-toolbar {
	display: none;
}
.main_container .ai1ec-views-dropdown.ai1ec-btn-group.ai1ec-pull-right {
	display: none;
}

/* searchform
----------------------------------------*/
.searchform {
	max-width: 100%;
}
.searchform .searchform-title {
	width: 3em;
}
.searchform .searchform-btn {
	padding-left: 5px;
}
.search-submit {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	background: #eb838b;
	color: #fff;
	border: solid 1px #eb838b;
	vertical-align: middle;
	position: relative;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
