@charset "utf-8";
/*
Theme Name:    feel_company
Theme URI:
Description:   WordPressテーマ「feel_company」スタジオフィールカスタマイズテーマです。
Author:        Yuya Ikeda.
Version:       1.1
*/
body, html{
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #1d1d1f;
	font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}
/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
 { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
html { overflow-y: scroll; -webkit-text-size-adjust:100%; }
ul, ol { list-style:none; }
blockquote , q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; }
a:focus { outline:none; }
ins { text-decoration:none; }
mark { font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box; box-sizing:border-box; font-size:100%; }
input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); -webkit-appearance: none; border-radius:0; /* Removing the inner shadow, rounded corners on iOS inputs */ }
input[type="checkbox"]{ -webkit-appearance: checkbox; }
input[type="radio"]{ -webkit-appearance: radio; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
iframe { max-width:100%; }

html,
body {
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
/* clearfix */
.clearfix:after { content: "."; display:block; clear:both; height:0; font-size:0.1em; line-height:0; visibility:hidden; overflow:hidden; }
.clearfix { display:inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height:1% }
.clearfix { display:block;}
/* end MacIE5 */

p.intro{
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 1.5;
}
a{
	color: #DB8888;
	transition: all 0.5s ease 0s;
}
a:hover,
a:focus{
	text-decoration: none;
	color: #DB8888;
}
a:focus, *:focus { outline:none; }
.section-title hr{
	border-color: #f05353;
	border-width: 2px;
	width: 80px;
	float: left;
	clear: both;
	margin: 0px 0 5px;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* ==================================================  
	+1: Leyout Pattern Set
================================================== */
.boxSet {
	clear: both;
	float: none;
}
/* clearFix
================================================== */
.clearFix:after { content: "."; clear: both; height: 0; visibility: hidden; display: block; }

.clearFix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearFix { zoom:1; height: 1%; }

.clearFix { display: block; }/* End hide from IE-mac */

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.img {
	text-align: center;
}
img {
  flex-shrink: 0;
}
.pr0 {
	padding-right: 0px !important;
}
.pl0 {
	padding-left: 0px !important;
}
.full_container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
/* ==================================================
	レスポンシブ_カラム対応
================================================== */
/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 3.2258064515%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 3.2258064515%;
}
/* 各カラムの幅を％で設定 */
.one-second {width: 48.3870967741%;}
.one-third {width: 31.1827956988%;}
.two-third {width: 65.5913978494%;}

.one-third2 {width: 26.7741935482%;}
.two-third2 {width: 70%;}

.one-fourth {width: 22.580645161375%;}
.two-fourth {width: 48.38709677425%;}
.three-fourth {width: 74.193548387125%;}

.one-fifth {width: 17.4193548388%;}
.two-fifth {width: 38.0645161291%;}
.three-fifth {width: 58.7096774194%;}
.four-fifth {width: 79.3548387097%;}

@media screen and (max-width: 767px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	.col.sp_float_one-fourth {
		float: left;
		width: 22.580645161375%;
		margin-left: 3.2258064515%;
	}
	.col.sp_float_one-fourth:first-child,
	.col.sp_float_one-fourth.left {margin-left: 0;}
	.col.sp_float_one-fourth.right {
		float: right;
		margin-left: 3.2258064515%;
	}
}

ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
/* ==========================================================================
Waypoints
========================================================================== */
.wp1,.wp2,.wp3,.wp4,.wp5,.wp6,.wp7,.wp8,.wp9,.wp10,.wp11,.wp12,.wp13,.wp14,.wp15,.wp16,.wp17,.wp18,.wp19,.wp20 {visibility: hidden;}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown .zoomIn {visibility: visible;}
.delay-1s {-webkit-animation-delay: 0.1s;animation-delay: 0.1s;}
.delay-2s {-webkit-animation-delay: 0.2s;animation-delay: 0.2s;}
.delay-3s {-webkit-animation-delay: 0.3s;animation-delay: 0.3s;}
.delay-4s {-webkit-animation-delay: 0.4s;animation-delay: 0.4s;}
.delay-5s {-webkit-animation-delay: 0.5s;animation-delay: 0.5s;}
.delay-6s {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;}
.delay-7s {-webkit-animation-delay: 0.7s;animation-delay: 0.7s;}
.delay-8s {-webkit-animation-delay: 0.8s;animation-delay: 0.8s;}
.delay-9s {-webkit-animation-delay: 0.9s;animation-delay: 0.9s;}
.delay-10s {-webkit-animation-delay: 1s;animation-delay: 1s;}
.delay-11s {-webkit-animation-delay: 1.1s;animation-delay: 1.1s;}
.delay-12s {-webkit-animation-delay: 1.2s;animation-delay: 1.2s;}
.delay-13s {-webkit-animation-delay: 1.3s;animation-delay: 1.3s;}
.delay-14s {-webkit-animation-delay: 1.4s;animation-delay: 1.4s;}
.delay-15s {-webkit-animation-delay: 1.5s;animation-delay: 1.5s;}
.delay-16s {-webkit-animation-delay: 1.6s;animation-delay: 1.6s;}
.delay-17s {-webkit-animation-delay: 1.7s;animation-delay: 1.7s;}
.delay-18s {-webkit-animation-delay: 1.8s;animation-delay: 1.8s;}
.delay-19s {-webkit-animation-delay: 1.9s;animation-delay: 1.9s;}
.delay-20s {-webkit-animation-delay: 2s;animation-delay: 2s;}
/* ==========================================================================
HeaderMenu
========================================================================== */
/*=================
コンテナー・背景
=================*/
#header-menu {
	padding: 30px 10px 10px;
	transition: all 0.8s;
	margin: 0;
	position: absolute;
}
#header-menu.sub_page {
	padding: 10px 10px 10px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
	#header-menu {
		padding: 10px 10px 10px;
	}
}
@media screen and (max-width:767px) {
	#header-menu,
	#header-menu.sub_page {
		padding: 0px;
		position: fixed;
	}
}
#header-menu.navbar-default {
	/*background-color: rgba(255, 255, 255, 0);*/
	background: linear-gradient(180deg, rgba(0,0,0,0.7511205165660014) 0%, rgba(66,62,62,0.6390756986388305) 26%, rgba(0,0,0,0) 100%);
	border: none;
}
@media screen and (max-width:767px) {
	#header-menu.navbar-default {
		background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(66,62,62,0) 26%, rgba(0,0,0,0) 100%);
	}
}
#header-menu.sub_page.navbar-default {
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(66,62,62,0) 26%, rgba(0,0,0,0) 100%);
	background-color: rgba(255, 255, 255, 0);
	border: none;
}
@media screen and (max-width:767px) {
	#header-menu.navbar-default,
	#header-menu.sub_page.navbar-default {
		background-color: rgba(255, 255, 255, 1) !important;
		border: none;
	}
}
#header-menu.navbar-default.on,
#header-menu.sub_page.navbar-default.on{
	position: fixed;
	background-color: rgba(255, 255, 255, 0.9) !important;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(66,62,62,0) 26%, rgba(0,0,0,0) 100%);
	padding: 0 !important;
	border: none;
}
@media screen and (max-width:767px) {
	#header-menu.navbar-default.on,
	#header-menu.sub_page.navbar-default.on{
		background-color: rgba(255, 255, 255, 0.9) !important;
	}
}
/*=================
ロゴ
=================*/
@media screen and (min-width: 1200px) {
	#header-menu.navbar-default .container .navbar-header {
		position: relative;
		top: -10px;
	}
	#header-menu.navbar-default.on .container .navbar-header,
	#header-menu.sub_page.navbar-default .container .navbar-header{
		top: 0px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	#header-menu.navbar-default .container .navbar-header {
		float: none;
		text-align: center;
	}
}
#header-menu.navbar-default a.navbar-brand {
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	font-weight: 900;
	line-height: 30px;
	padding: 0px 10px 0px 15px;
	display: contents;
	position: relative;
}
#header-menu.sub_page.navbar-default a.navbar-brand {
	top: 0px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	#header-menu.navbar-default a.navbar-brand {
		padding: 15px 10px 0px 15px;
		top: -12px;
		display: block;
	}
	#header-menu.sub_page.navbar-default a.navbar-brand {
		top: 0px;
		padding: 10px 10px 0px 15px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	#header-menu.navbar-default a.navbar-brand {
		padding: 0;
		top: 0px;
		float: none;
		display: block;
	}
}
@media screen and (max-width:767px) {
	#header-menu.navbar-default a.navbar-brand.header_logo_black {
		padding: 10px 10px 10px 15px !important;
		font-size: 18px;
		color: #fff;
		font-weight: normal !important;
		display: block;
	}
}
#header-menu.navbar-default.on a.navbar-brand.header_logo_black {
	display: none;
}
#header-menu a.navbar-brand.header_logo_white {
	display: none;
}
#header-menu.navbar-default.on a.navbar-brand.header_logo_white {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	font-weight: normal !important;
	font-weight: 900;
	line-height: 30px;
	padding: 5px 10px 5px 15px;
	top: 0px;
}
@media screen and (max-width:767px) {
	#header-menu.navbar-default.on a.navbar-brand.header_logo_white {
		padding: 10px 10px 10px 15px;
	}
}
#header-menu.navbar-default a.navbar-brand img {
	max-width: 250px;
	height: auto;
	padding: 0;
}
#header-menu.sub_page.navbar-default a.navbar-brand img {
	max-width: 250px;
}
#header-menu.navbar-default a.navbar-brand.header_logo_white img.header_logo,
#header-menu.sub_page.navbar-default a.navbar-brand.header_logo_white img.header_logo {
	max-width: 170px;
	padding-bottom: 0px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	#header-menu.navbar-default a.navbar-brand img,
	#header-menu.sub_page.navbar-default a.navbar-brand img {
		max-width: 170px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	#header-menu.navbar-default a.navbar-brand img,
	#header-menu.sub_page.navbar-default a.navbar-brand img {
		max-width: 170px;
	}
}
@media screen and (max-width:767px) {
	#header-menu.navbar-default a.navbar-brand img,
	#header-menu.sub_page.navbar-default a.navbar-brand img,
	#header-menu.navbar-default a.navbar-brand.header_logo_white img.header_logo,
	#header-menu.sub_page.navbar-default a.navbar-brand.header_logo_white img.header_logo {
		max-width: 126px !important;
	}
}
/*=================
メニュー
=================*/
@media screen and (max-width:767px) {
	#header-menu.navbar-default .navbar-collapse {
		border: none;
		max-height: 450px;
	}
}
@media screen and (max-width:767px) {
	#header-menu.navbar-default .navbar-nav {
		margin: 0 -15px;
	}
}
@media screen and (min-width:768px) {
	#header-menu.navbar-default .navbar-nav.navbar-right:last-child {
		margin-right: 0px;
	}
}
#header-menu.navbar-default .navbar-nav > li {
	padding: 10px;
}
#header-menu.navbar-default.on .navbar-nav > li {
	padding: 0px;
}
@media screen and (max-width:767px) {
	#header-menu.navbar-default .navbar-nav > li,
	#header-menu.navbar-default.on .navbar-nav > li {
		padding: 0px;
		border-bottom: none;
	}
}
#header-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid rgba(255,255,255,0);
}
#header-menu.sub_page.navbar-default .navbar-nav > li > a {
	line-height: 40px;
}
#header-menu.navbar-default.on .navbar-nav > li > a,
#header-menu.sub_page.navbar-default.on .navbar-nav > li > a {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border-bottom: none;
	color: #3a3d46;
}
@media screen and (max-width:767px) {
	#header-menu.navbar-default .navbar-nav > li > a,
	#header-menu.navbar-default.on .navbar-nav > li > a,
	#header-menu.sub_page.navbar-default .navbar-nav > li > a,
	#header-menu.sub_page.navbar-default.on .navbar-nav > li > a {
		padding: 15px 15px;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 1px;
		border-bottom: 1px solid rgba(168, 139, 139, 0.3);
		height: auto;
		line-height: 19px;
		color: #3a3d46;
	}
	#header-menu.navbar-default .navbar-nav > li:last-child > a,
	#header-menu.navbar-default.on .navbar-nav > li:last-child > a {
		border-bottom: none !important;
	}
}
#header-menu.navbar-default .navbar-nav > li > a:hover {
	color: #DB8888 !important;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width:767px) {
	#header-menu.navbar-default .navbar-nav > li > a:hover {
		color: #3a3d46 !important;
		background-color: rgba(236, 165, 165, 0.3);
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
}
#header-menu.navbar-default .navbar-nav > li.active > a,
#header-menu.navbar-default .navbar-nav > li.active > a:hover,
#header-menu.navbar-default .navbar-nav > li.active > a:focus {
	color: #fff !important;
	background-color: transparent;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width:767px) {
	#header-menu.navbar-default .navbar-nav > li.active > a,
	#header-menu.navbar-default .navbar-nav > li.active > a:hover,
	#header-menu.navbar-default .navbar-nav > li.active > a:focus {
		color: #fff !important;
		background-color: #DB8888;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
}
#header-menu.navbar-default.on .navbar-nav > li > a:hover {
	color: #3a3d46 !important;
	background-color: rgba(236, 165, 165, 0.3);
	border-bottom: none;
}
@media screen and (max-width:767px) {
	#header-menu.navbar-default.on .navbar-nav > li > a:hover {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
}
#header-menu.navbar-default.on .navbar-nav > li.active > a,
#header-menu.navbar-default.on .navbar-nav > li.active > a:hover,
#header-menu.navbar-default.on .navbar-nav > li.active > a:focus {
	color: #fff !important;
	background-color: #DB8888;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width:767px) {
	#header-menu.navbar-default.on .navbar-nav > li.active > a,
	#header-menu.navbar-default.on .navbar-nav > li.active > a:hover,
	#header-menu.navbar-default.on .navbar-nav > li.active > a:focus {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
}
/*=================
ハンバーガーメニュー
=================*/
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle,
.navbar-default.on .navbar-toggle {
	border: none;
	padding: 9px 5px;
}
.navbar-default .navbar-toggle .icon-bar,
.navbar-default.on .navbar-toggle .icon-bar {
	background-color: #3a3d46;
	width: 18px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
	border: none;
}
.navbar-default .navbar-toggle:hover>.icon-bar,
.navbar-default .navbar-toggle:focus>.icon-bar {
	background-color: #3a3d46;
}
.navbar-default.on .navbar-toggle .icon-bar {
	background-color: #3a3d46;
	width: 18px;
}
.navbar-default.on .navbar-toggle:hover>.icon-bar,
.navbar-default.on .navbar-toggle:focus>.icon-bar {
	background-color: #3a3d46;
}
/* ==========================================================================
common
========================================================================== */
article.main {
	position: relative;
	z-index: 1;
	background: #fff;
}
.section-title.center{
	padding: 30px 0;
	text-align: center;
}
@media screen and (max-width:767px) {
	.section-title.center{
		padding: 10px 0 20px;
	}
}
.section-title h2,
.section-title.center h2{
	line-height: 1.2;
	color: #3a3d46;
	font-size: 28px;
	font-weight: bold;
	margin: 5px 0 20px;
}
.color_white {
	color: #fff !important;
}
@media screen and (max-width:991px) {
	.section-title h2,
	.section-title.center h2{
		font-size: 20px;
		margin: 5px 0 10px;
	}
}
.section-title.center .line{
	border-top: 2px solid #eeaf6d;
	height: 10px;
	width: 80px;
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	.section-title.center .line{
		margin-top: 10px;
	}
}
.section-title.center hr {
	border-top: 4px solid rgba(252, 172, 69, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
.color{
	color: #e36a6a;
}
/* button */
.link.index_btn {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
link index_btn.kuchikomi_btn {
	margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
	link index_btn.kuchikomi_btn {
		margin-bottom: 20px;
	}
}
.link.index_btn a {
	color:#fff;
	width: 100%;
	max-width: 240px;
	text-decoration:none;
	display:block;
	margin:0 auto;
	height:46px;
	line-height:46px;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	width: 100%;
	z-index: 10;
	padding: 0 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
	background-color: rgba(236, 161, 161, 1);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius: 23px;
	border-radius: 23px;
}
@media screen and (max-width:991px) {
	.link.index_btn a {
		height:40px;
		line-height:40px;
		font-size:13px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		max-width: 200px;
	}
}
.link.index_btn a:hover {
	background-color: rgba(236, 161, 161, 0.8);;
}

/* ==========================================================================
TOPslider
========================================================================== */
.top_img_bg {
	width: 100%;
	display: block;
	background: #fff;
	margin: 0px;
}
@media screen and (max-width: 767px) {
	.top_img_bg {
		margin: 50px 0 15px;
	}
}
.top_img_container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.top_img_container .slide-img img.header_slider_img,
.top_img_container p.img img.header_slider_img,
.top_img_container p.img video.video_pc,
.top_img_container p.img video.video_sp {
	width: 100%;
}
.top_img_container .overlay {
	background-attachment: fixed;
	background-image: url(images/grid.png);
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 2;
}
.top_img_container .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 100%;
	display: inline-block;
	color: #fafafa;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 4;
}
.top_img_container .inner p.jp {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 2px;
	position: relative;
	z-index: 3;
	margin-bottom: 10px;
	margin-top: 25px;
}
.top_img_container .inner p.jp.jp_sub {
	margin-top: 5px;
}
.top_img_container .inner h1.en {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height:  1.2;
	letter-spacing: -0.02em;
	position: relative;
	z-index: 3;
	margin-bottom: 0px;
}
.top_img_container .inner p.jp.sml {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 20px;
	letter-spacing: 1px;
	font-family: 'Libre Baskerville', serif;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
	.top_img_container .inner p.jp {
		font-size: 11px;
		margin-top: 5px;
		margin-bottom: 0;
	}
	.top_img_container .inner p.jp.jp_sub {
		margin-top: 3px;
	}
	.top_img_container .inner h1.en {
		font-size: 30px;
		letter-spacing: 0;
	}
	.top_img_container .inner p.jp.sml {
		font-size: 9px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
@media (max-width: 767px){
	.top_img_container .inner p.jp {
		font-size: 11px;
		letter-spacing: 0;
		margin-top: 10px;
		margin-bottom: 3px;
	}
	.top_img_container .inner p.jp.jp_sub {
		margin-top: 3px;
	}
	.top_img_container .inner h1.en {
		font-size: 20px;
		letter-spacing: 0;
	}
	.top_img_container .inner p.jp.sml {
		font-size: 10px;
		margin-top: 3px;
		margin-bottom: 30px;
	}
}
.top_img_container .inner p img {
	width: 100%;
	max-width: 150px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
	.top_img_container .inner p img {
		max-width: 76px;
		margin-top: 50px;
	}
}
@media (max-width: 767px){
	.top_img_container .inner p img {
		max-width: 150px;
		width: 100%;
	}
}
/* ==========================================================================
SECTION01
========================================================================== */
#section01 {
	padding: 80px 0 0px;
}
@media screen and (max-width: 991px) {
	#section01 {
		padding: 30px 0 0px;
	}
}
#section01 h2 {
	line-height: 1.3;
	color: #3a3d46;
	font-size: 38px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}
#section01 h2 span {
	display: block;
}
#section01 h2 span.sp_block {
	display: inline-block;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	#section01 h2 {
		font-size: 32px;
		
	}
}
@media screen and (max-width: 991px) {
	#section01 h2 {
		font-size: 20px;
		margin: 0px;
		
	}
	#section01 h2 span {
		display: block;
	}
	#section01 h2 span.sp_block {
		display: block;
	}
}
#section01 p {
	font-size: 19px;
	line-height: 1.5;
	font-weight: bold;
	color: #3a3d46;
	text-align: center;
	margin: 30px 0 0;
}
@media screen and (max-width: 991px) {
	#section01 p {
		font-size: 13px;
		text-align: left;
		margin: 20px 0 0;
	}
}
#section01 .bg_fixed {
	height: 320px;
	width: 100%;
	overflow: hidden;
	display: block;
	margin: 80px auto 0;
	padding: 0;
	background-repeat: repeat;
	background-position: center 46%;
	background-size: cover;
}
@media screen and (max-width: 991px) {
	#section01 .bg_fixed {
		height: 200px;
		width: 100%;
		overflow: hidden;
		display: block;
		margin: 40px auto 0;
		padding: 0;
	}
}

/* ==========================================================================
SECTION02
========================================================================== */
#section02 {
	padding: 80px 0 80px;
}
#section02.color_bg {
	padding: 80px 0;
	background-color: #f7f7f7;
	margin: 30px 0 0px;
}
@media screen and (max-width: 991px) {
	#section02 {
		padding: 40px 0;
	}
	#section02.color_bg {
		padding: 30px 0;
		background-color: #f7f7f7;
		margin: 0px;
	}
}
@media screen and (max-width: 991px) {
	#section02 p.ttl_logo {
		text-align: center;
	}
}
#section02 p.ttl_logo img {
	width: 200px;
	display: inline-block;
	margin: 0 10px 0 0;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	#section02 p.ttl_logo img {
		width: 160px;
	}
}
@media screen and (max-width: 991px) {
	#section02 p.ttl_logo img {
		width: 100px;
		margin: 0;
	}
}
#section02 p.ttl_logo span {
	display: inline-block;
	padding: 0;
	position: relative;
	top: -16px;
	font-size: 13px;
	font-weight: bold;
	color: #3a3d46;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	#section02 p.ttl_logo span {
		top: -16px;
	}
}
@media screen and (max-width: 991px) {
	#section02 p.ttl_logo span {
		display: block;
		padding: 2px 0 10px;
		position: relative;
		top: 0px;
		font-size: 12px;
	}
}
#section02 h2 {
	line-height: 1.3;
	color: #3a3d46;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0 30px;
	position: relative;
	padding-bottom: 5px;
}
#section02 h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #e1c183, #e1c183 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media screen and (max-width: 991px) {
	#section02 h2::after {
		height: 6px;
	}
}
#section02 h2 span {
	display: block;
}
@media screen and (max-width: 991px) {
	#section02 h2 {
		font-size: 18px;
		margin: 0px 0 20px;
		text-align: center;
		letter-spacing: -0.08em;
		
	}
	#section02 h2 span {
		display: inline-block;
	}
}
#section02 p.desc {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	color: #3a3d46;
	text-align: left;
	margin: 0 0 30px;
}
@media screen and (max-width: 991px) {
	#section02 p.desc {
		font-size: 13px;
		line-height: 1.5;
		font-weight: 500;
		text-align: left;
		margin: 0 0 15px;
	}
}
#section02 .img-responsive {
	width: 100%;
		display: block;
		margin: 0px auto 0;
		padding: 0;
}
@media screen and (max-width: 991px) {
	#section02 .img-responsive {
		width: 100%;
		max-width: 300px;
		display: block;
		margin: 20px auto 0;
		padding: 0;
	}
	#section02.color_bg .img-responsive {
		margin: 0px auto 20px;
	}
}

/* ==========================================================================
SECTION03
========================================================================== */
#section03 {
	margin-top: 80px;
	margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
	#section03 {
		margin-top: 30px;
		margin-bottom: 0px;
	}
}
#section03 #wrap {
	background-color: #242527;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px;
	position: relative;
	overflow: hidden;
}
#section03 #wrap .featured-img {
	width: 50%;
	position: absolute;
	z-index: 2;
	height: 30vw;
	max-height: 600px;
	min-height: 300px;
	background-color: rgba(0,0,0,0.2);
	background-image: url(images/grid.png);
	background-repeat: repeat;
}
#section03 #wrap .featured-img::before {
	background: linear-gradient(90deg, rgba(255,255,255,0) 81%, rgba(36,37,39,1) 100%);
}
@media screen and (max-width: 991px) {
	#section03 #wrap .featured-img {
		width: 100%;
		min-height: 250px;
	}
}
#section03 #wrap .featured-img img {
	max-width: 200px;
	width: 100%;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -100px;
	top: 40%;
	margin-top: -30px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
@media screen and (max-width: 991px) {
	#section03 #wrap .featured-img img {
		max-width: 160px;
		margin-left: -80px;
		margin-top: -20px;
	}
}
#section03 #slider {
	width: 50%;
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0;
}
@media screen and (max-width: 991px) {
	#section03 #slider {
		width: 100%;
		margin: 0 auto 20px;
	}
}
#section03 #slider .slick-list::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(images/grid.png);
}
#section03 .slide-item {
	height: 30vw;
	max-height: 600px;
	min-height: 300px;
}
@media screen and (max-width: 991px) {
	#section03 .slide-item {
		min-height: 250px;
	}
}
#section03 .slide-item img {
	width: 100%;
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

#section03 #thumbnail-list {
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0px auto;
	padding: 80px 0px 30px;
	width: calc(100% / 2 - 200px);
}
@media screen and (max-width: 1440px) and (min-width: 992px) {
	#section03 #thumbnail-list {
		padding: 30px 0px 30px;
		width: calc(100% / 2 - 100px);
	}
}
@media screen and (max-width: 991px) {
	#section03 #thumbnail-list {
		width: 100%;
		display: flex;
		flex-direction: column;
		position: relative;
		margin-bottom: 0px;
		padding: 10px 30px 30px;
	}
}
#section03 #thumbnail-list .slick-prev {
	left: -35px;
}
#section03 #thumbnail-list .slick-next {
	right: -35px;
}
@media screen and (max-width: 991px) {
	#section03 #thumbnail-list .slick-prev {
		left: 7px;
	}
	#section03 #thumbnail-list .slick-next {
		right: 7px;
	}
}
#section03 #thumbnail-list .slick-prev::before,
#section03 #thumbnail-list .slick-next::before {
	font-size: 26px;
	opacity: 0.2;
}
@media screen and (max-width: 991px) {
	#section03 #thumbnail-list .slick-prev::before,
	#section03 #thumbnail-list .slick-next::before {
		font-size: 20px;
	}
}
#section03 #thumbnail-list .slick-dots {
	left: 0;
	bottom: 0;
	list-style: none;
	padding-bottom: 10px;
}
#section03 #thumbnail-list .slick-dots li button {
	width: 13px;
	height: 13px;
	padding: 0px;
	opacity: 1;
	background: transparent;
	border: 2px solid #ededed;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	border-radius: 50%;
	cursor: pointer;
}
#section03 #thumbnail-list .slick-dots li button::before {
	left: 0;
	bottom: 0;
	width: 13px;
	height: 13px;
	opacity: 1;
	background: transparent;
	border: 2px solid #ededed;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	border-radius: 50%;
	cursor: pointer;
	color: transparent;
}
#section03 #thumbnail-list .slick-dots li.slick-active button::before {
	background: #f05353;
}
.slick-list {
	padding: 0 !important;
}
#section03 .thumbnail-item {
	margin-bottom: 0px;
	box-sizing: border-box;
	position: relative;
	color: #fff;
}
#section03 .thumbnail-item .float_left {
	float: left;
}
@media screen and (max-width: 767px) {
	#section03 .thumbnail-item .float_left {
		float: none;
	}
}
#section03 .thumbnail-item .float_left.mr_set {
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	#section03 .thumbnail-item .float_left {
		float: none;
	}
	#section03 .thumbnail-item .float_left.mr_set {
		margin-right: 10px;
	}
}
#section03 .thumbnail-item .item_img img {
	width: 100%;
	max-width: 200px;
	margin: 0 0 5px;
}
@media screen and (max-width: 1440px) and (min-width: 992px) {
	#section03 .thumbnail-item .item_img img {
		max-width: 160px;
	}
}
@media screen and (max-width: 991px) {
	#section03 .thumbnail-item .item_img img {
		max-width: 150px;
	}
}
#section03 .thumbnail-item .item_name {
	font-size: 14px;
	color: #fff;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 5px;
}
@media screen and (max-width: 991px) {
	#section03 .thumbnail-item .item_name {
		font-size: 12px;
		margin: 0 0 0px;
	}
}
#section03 .thumbnail-item h2 {
	margin: 0 0px 20px;
	color: #fff;
	padding: 0px 0 20px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	border-bottom: 1px solid #979797;
}
@media screen and (max-width: 1440px) and (min-width: 992px) {
	#section03 .thumbnail-item h2 {
		margin: 0 0px 10px;
		padding: 0px 0 10px;
		font-size: 18px;
	}
}
@media screen and (max-width: 991px) {
	#section03 .thumbnail-item h2 {
		margin: 0 0px 10px;
		padding: 0px 0 10px;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.3;
	}
}
#section03 .thumbnail-item p.desc {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
}
#section03 .thumbnail-item p.place {
	font-size: 12px;
	background: #dd7e7e;
	padding: 2px 10px 2px;
	line-height: 1.5;
	font-weight: 500;
	display: inline-block;
	margin: 0 0 20px;
	color: #fff;
}
@media screen and (max-width: 1440px) and (min-width: 992px) {
	#section03 .thumbnail-item p.desc {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px) {
	#section03 .thumbnail-item p.desc {
		font-size: 13px;
		line-height: 1.3;
	}
	#section03 .thumbnail-item p.place {
		font-size: 11px;
		line-height: 1.3;
		margin: 0 0 10px;
	}
}

/* ==========================================================================
SECTION_gallery
========================================================================== */
#section_gallery {
	padding: 80px 0 80px;
	background: #f7f7f7;
}
@media screen and (max-width: 991px) {
	#section_gallery {
		padding: 20px 0 20px;
	}
}
#section_gallery h2.ttl {
	line-height: 1.2;
	color: #3b3d40;
	font-size: 42px;
	text-align: left;
	font-weight: bold;
	margin: 60px 0 30px;
}
#section_gallery h2.ttl span {
	display: block;
}
@media screen and (max-width: 991px) {
	#section_gallery h2.ttl {
		font-size: 20px;
		margin: 0px 0 20px;
		text-align: center;
		
	}
	#section_gallery h2.ttl span {
		display: inline-block;
	}
}
#section_gallery p.desc {
	font-size: 21px;
	line-height: 1.5;
	font-weight: bold;
	color: #6e6e73;
	text-align: left;
	margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
	#section_gallery p.desc {
		font-size: 12px;
		line-height: 1.3;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}
}
#section_gallery .img-responsive {
	width: 100%;
	display: block;
	margin: 0px auto 0;
	padding: 0;
	border-radius:50%;
}
@media screen and (max-width: 991px) {
	#section_gallery .img-responsive {
		width: 100%;
		max-width: 200px;
		display: block;
		margin: 0px auto 20px;
		padding: 0;
		border-radius:50%;
	}
}
/* ==========================================================================
TOPお知らせ
========================================================================== */
section#section_info {
	padding: 80px 0 40px;
	display: block;
	width: 100%;
	background: #f0e6e6;
	background-image: linear-gradient(-45deg, rgba(242, 213, 213, 0.38), rgba(236, 193, 161, 0.34));
}
@media screen and (max-width: 767px) {
	section#section_info {
		padding: 40px 0 40px;
		display: block;
		width: 100%;
	}
}
section#section_info .newsBox {
	position: relative;
	display: block;
	max-width: 1200px;
	margin: 0 auto 20px;
	line-height: 1;
}
@media screen and (max-width:767px) {
	section#section_info .newsBox {
		margin: 0 auto 10px;
	}
}
section#section_info h2.top_info_ttl {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
@media screen and (max-width:767px) {
	section#section_info h2.top_info_ttl {
		display: block;
		text-align: center;
	}
}
section#section_info h2.top_info_ttl span.ttl-en {
	display: inline-block;
	font-size: 32px;
	letter-spacing: 0.1em;
	padding-right: 30px;
	vertical-align: middle;
	color: #3a3d46;
	font-family: 'Libre Baskerville', serif;
}
@media screen and (max-width:767px) {
	section#section_info h2.top_info_ttl span.ttl-en {
		display: block;
		font-size: 12px;
		letter-spacing: 0;
		padding-right: 0px;
		margin-bottom: 5px;
	}
}
section#section_info h2.top_info_ttl span.ttl-ja {
	font-size: 18px;
	font-weight: bold;
	padding-left: 24px;
	border-left: 1px solid #fff;
	vertical-align: middle;
	color: #3a3d46;
}
@media screen and (max-width:767px) {
	section#section_info h2.top_info_ttl span.ttl-ja {
		font-size: 20px;
		font-weight: bold;
		padding-left: 0px;
		border-left: none;
		vertical-align: middle;
	}
}
section#section_info .newsBox .newsLinkBox.pc_btn {
	display: inline-block;
	position: absolute;
	top: -11px;
	right: 0;
	width: 240px;
}
section#section_info .sp_btn {
	display: none;
}
@media screen and (max-width: 991px) {
	section#section_info .newsBox .newsLinkBox.pc_btn {
		display: none;
	}
	section#section_info .sp_btn {
		display: block;
	}
}
#index_news_list {
	margin: 0 0px 40px 0;
	padding: 0px;
	width: 100%;
	text-align: left;
	max-width: 1200px;
}
@media screen and (max-width: 767px) {
	#index_news_list {
		margin: 0 0px 20px 0;
	}
}
#index_news_list li {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0px 5px 0;
	padding: 0px;
	font-size: 16px;
	background-color: transparent;
	border: none;
}
@media screen and (max-width: 991px) {
	#index_news_list li {
		float: none;
		width: 100%;
		height: auto;
		margin: 0px 0 5px 0 !important;
		padding: 0 !important;
	}
}
#index_news_list li div.new_info,
#index_news_list li div.old_info {
	margin: 0;
	float: left;
}
#index_news_list li div.new_info span,
#index_news_list li div.old_info span {
	background: #DB8888;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	display: block;
	padding: 0px;
	width: 40px;
	height: 19px;
	line-height: 19px;
	letter-spacing: -0.06em;
	margin-top: 0px;
	margin-right: 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing: border-box;
	position: relative;
	left: -6px;
	top: 2px;
}
@media screen and (max-width: 991px) {
	#index_news_list li div.new_info span,
	#index_news_list li div.old_info span {
		height: 18px;
		line-height: 18px;
		margin-top: 0px;
		left: 0px;
		top: 0px;
	}
}
#index_news_list li div.old_info span {
	background-color: #d5d5d5;
}
#index_news_list li a.title {
	float: none;
	width: 100%;
	line-height: 1.5;
	padding: 13px 0px 15px 0px;
	background: #fff;
	margin: 0;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 0 4px 6px rgba(0,0,0,.175);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.175);
	-webkit-box-shadow: 0 4px 6px rgba(0,0,0,.175);
}
#index_news_list li:first-child a.title {
	border-top: none;
}
@media screen and (max-width: 991px) {
	#index_news_list li a.title {
		padding: 10px 10px 8px;
	}
}
#index_news_list li a.title:hover {
	text-decoration: none;
	color: #DB8888;
	background: #fffbed;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#index_news_list li a.title p.date {
	float: none;
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	color: #3a3d46;
	line-height: 1.5;
	margin: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 2px;
	position: relative;
}
@media screen and (max-width: 991px) {
	#index_news_list li a.title p.date {
		font-size: 13px !important;
		line-height: 20px;
		top: 0px;
	}
}
#index_news_list li a.title p.date span.entry-date {
	float: none;
	font-size: 12px;
	color: #3a3d46;
	display: inline-block;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 10px 0 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (max-width: 991px) {
	#index_news_list li a.title p.date span.entry-date {
		font-size: 10px;
		margin: 0 0px 2px 0;
		display: block;
		line-height: 20px;
	}
}
#index_news_list li a.title p.date span.entry-date em {
	font-style: normal;
	margin: 0 0 0 10px;
	border: 1px solid #aaa;
	padding: 2px 10px;
}
@media screen and (max-width: 991px) {
	#index_news_list li a.title p.date span.entry-date em {
		margin: 0 0 0 5px;
		padding: 2px 8px;
	}
}
#index_news_list li a.title:hover p.date,
#index_news_list li a.title:hover p.date span.entry-date {
	color: #DB8888;
}
#index_news_list li a.title:hover p.date span.entry-date em {
	border: 1px solid #DB8888;
}
/* ==========================================================================
SECTION_3col
========================================================================== */
#section_3col {
	padding: 80px 0 60px;
}
@media screen and (max-width: 991px) {
	#section_3col {
		padding: 40px 0 10px;
	}
}
#section_3col h2.ttl {
	line-height: 1.2;
	color: #3a3d46;
	font-size: 38px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0 30px;
}
#section_3col h2.ttl span {
	display: inline-block;
}
@media screen and (max-width: 991px) {
	#section_3col h2.ttl {
		font-size: 20px;
		margin: 0px 0 20px;
		line-height: 1.3;
		
	}
	#section_3col h2.ttl span {
		display: block;
	}
}
#section_3col p.desc {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	color: #4f4b4b;
	text-align: center;
	margin: 0 auto 40px;
}
@media screen and (max-width: 991px) {
	#section_3col p.desc {
		font-size: 13px;
		line-height: 1.5;
		font-weight: bold;
		text-align: left;
		margin: 0 auto 20px;
	}
}
#section_3col .column_container {
	/*margin-top: 40px;*/
	display: block;
}
@keyframes circle {
	0% {
		stroke-dasharray: 0 320;
	}
	99.9%, to {
		stroke-dasharray: 320 320;
	}
}
@keyframes spin {
	0% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
#section_3col .column_container a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	transition-property: background-color, color;
	transition-timing-function: ease;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	min-height: 1px;
	height: 100%;
	color: #3b3d40;
	margin: 0 auto 20px;
}
/*#section_3col .column_container a:hover {
	box-shadow: 0 4px 6px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .175);
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .175);
	border-radius: 8px;
}*/
#section_3col .column_container a .sec_3col_img {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 0px;
}
#section_3col .column_container a .sec_3col_img img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto;
	object-fit: cover;
	object-position: center center;
	transition-property: background-color, color;
	transition-timing-function: ease;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
}
#section_3col .column_container a:hover .sec_3col_img img {
	width: 100%;
	height: auto;
	border-radius: 0%;
}
#section_3col .column_container a p {
	line-height: 1.5;
	font-size: 15px;
	color: #4f4b4b;
	padding: 20px 0px 20px;
	border-bottom: 1px solid #aaa;
	margin: 0;
	text-align: left;
}
#section_3col .column_container a:hover p {
	color: #DB8888;
	border-bottom: 1px solid #DB8888;
}
#section_3col .column_container a p.place {
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0px 20px;
	text-align: center;
	border-bottom: none;
	color: #bfbfbf;
}
@media screen and (max-width: 991px) {
	#section_3col .column_container a p {
		line-height: 1.3;
		font-size: 13px;
		padding: 10px 0px 10px;
		margin: 0;
	}
	#section_3col .column_container a p.place {
		font-weight: bold;
		font-size: 11px;
		padding: 0px 0px 10px;
	}
}
#section_3col .column_container a h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #3a3d46;
	padding: 20px 0px 0px;
	margin: 0;
	text-align: center;
}
#section_3col .column_container a:hover h3,
#section_3col .column_container a:hover p.place {
	color: #DB8888;
}
@media screen and (max-width: 991px) {
	#section_3col .column_container a h3 {
		font-size: 17px;
		line-height: 1.3;
		padding: 10px 0px 0px;
	}
}
/* button */
#section_3col .column_container a .section04_btn {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
@media screen and (max-width: 991px) {
	#section_3col .column_container a .section04_btn {
		margin-bottom: 30px;
	}
}
#section_3col .column_container a .section04_btn span {
	color:#fff;
	width: 100%;
	max-width: 240px;
	text-decoration:none;
	display:block;
	margin:0 auto;
	height:46px;
	line-height:46px;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	width: 100%;
	z-index: 10;
	padding: 0 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
	background-color: #DB8888;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius: 23px;
	border-radius: 23px;
}
@media screen and (max-width:991px) {
	#section_3col .column_container a .section04_btn span {
		height:40px;
		line-height:40px;
		font-size:13px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		max-width: 200px;
	}
}
#section_3col .column_container a:hover .section04_btn span {
	background-color: rgba(255, 131, 0, 0.8);
}

/* ==========================================================================
SECTION_facilities
========================================================================== */
#section_facilities {
	position: relative;
	padding: 100px 0;
	overflow-x: hidden;
	width: 100%;
	background: url(images/grid.png) repeat scroll,
		linear-gradient(-45deg, rgba(0, 0, 0, 0.3), rgba(23, 23, 23, 0.5)) repeat scroll,
		#464646 repeat scroll center;
	background-size: auto, auto, cover;
}
@media screen and (max-width: 991px) {
	#section_facilities {
		padding: 30px 0 10px;
	}
}
/*#section_facilities::before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100vw 0 0;
	border-color: #fff transparent transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 991px) {
	#section_facilities::before {
	border-width: 50px 100vw 0 0;
	}
}
#section_facilities::after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 100px 100vw ;
	border-color: transparent transparent #fff transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 991px) {
	#section_facilities::after {
		border-width: 0 0 50px 100vw ;
	}
}*/
#section_facilities h2.ttl {
	line-height: 1.2;
	color: #fff;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	margin: 20px 0 20px;
}
#section_facilities h2.ttl span {
	display: block;
}
@media screen and (max-width: 991px) {
	#section_facilities h2.ttl {
		font-size: 20px;
		margin: 10px 0 20px;
		
	}
}
#section_facilities p.desc {
	font-size: 17px;
	line-height: 1.5;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 0 auto 40px;
}
@media screen and (max-width: 991px) {
	#section_facilities p.desc {
		font-size: 13px;
		line-height: 1.5;
		font-weight: bold;
		margin: 0 auto 20px;
		text-align: left;
	}
}
/*.slider-wrap {
	position: relative;
	padding: 40px 0;
	min-height: 410px;
}
@media screen and (max-width: 991px) {
	.slider-wrap {
		min-height: 1px;
		padding: 40px 0 0;
	}
}
.item-container {
	position: relative;
	top: -100px;
	width: 100%;
	z-index: 1;
}
@media screen and (max-width: 991px) {
	.item-container {
		display: none;
	}
}
.item-box {
	position: absolute;
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, 0.3);
}
.showcase-slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.item-box li {
	height: 450px;
}
.item-box img {
	display: block;
	height: 450px;
	width: 600px;
}
.showcase-slider .flickity-page-dots {
	bottom: 20px;
}
.showcase-slider .only_one_img .flickity-page-dots {
	display: none;
}*/
#section_facilities ul.list-iteminclude-icon li {
	border-right: 1px solid rgba(255,255,255,0.2);
}
#section_facilities ul.list-iteminclude-icon li:last-child {
	border-right: none;
}
@media screen and (max-width: 767px) {
	#section_facilities ul.list-iteminclude-icon li {
		margin-bottom: 20px;
	}
	#section_facilities ul.list-iteminclude-icon li:nth-child(3n) {
		border-right: none;
	}
	#section_facilities ul.list-iteminclude-icon li.col-xs-4 {
		padding-right: 10px;
		padding-left: 10px;
	}
}
#section_facilities ul.list-iteminclude-icon li i {
	text-align: center;
	width: 100%;
	color: rgba(255,255,255,0.8);
	font-size: 32px;
}
#section_facilities ul.list-iteminclude-icon li h3.inc_itm_ttl {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin: 10px auto 10px;
	padding: 0;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	#section_facilities ul.list-iteminclude-icon li h3.inc_itm_ttl {
		font-size: 10px;
		letter-spacing: -0.04em;
		margin: 5px auto 10px;
	}
}
#section_facilities ul.list-iteminclude-icon li h3.inc_itm_ttl em {
	background: linear-gradient(transparent 70%, rgba(0,0,0,0.2) 0%);
	padding: 0 8px;
	display: inline-block;
	font-style: normal;
}
@media screen and (max-width: 767px) {
	#section_facilities ul.list-iteminclude-icon li h3.inc_itm_ttl em {
		padding: 0 2px;
	}
}
#section_facilities ul.list-iteminclude-icon li span.inc_itm_desc {
	font-weight: bold;
	font-size: 10px;
	letter-spacing: -0.04em;
	line-height: 1.2;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
}
@media screen and (max-width: 767px) {
	#section_facilities ul.list-iteminclude-icon li span.inc_itm_desc {
		display: none;
	}
}
/* ==========================================================================
SECTION_QA
========================================================================== */
#qa {
	padding: 80px 0;
	border-bottom: 1px solid #e3e3e3;
}
@media screen and (max-width: 991px) {
	#qa {
		padding: 30px 0;
	}
}
#qa .qa_ttl {
	display: block;
	width: 100%;
	position: relative;
	margin: 0 0 20px;
}
#qa .qa_ttl.parent_toggle_ttl {
	cursor: pointer;
}
#qa .qa_ttl h2.ttl {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #3b3d40;
}
#qa .qa_ttl h2.ttl span {
	font-size: 15px;
	padding: 0 0 0 20px;
	display: inline-block;
}
@media screen and (max-width: 991px) {
	#qa .qa_ttl {
		margin: 0 0 10px;
	}
	#qa .qa_ttl h2.ttl {
		font-size: 24px;
		text-align: center;
	}
	#qa .qa_ttl h2.ttl span {
		font-size: 11px;
		padding: 3px 0 0 0px;
		display: block;
	}
}
/* 親(+)アイコン */
#qa .parent_toggle_ttl em.parentToggle.accordion-plusicon {
	font-size: 42px;
	line-height: 1;
	font-weight: 300;
	color: #888888;
	font-style: normal;
	padding: 0 2px 0 0px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
	#qa .parent_toggle_ttl em.parentToggle.accordion-plusicon {
		font-size: 30px;
		padding: 0 1px 0 0px;
		margin-top: -3px;
	}
}
#qa .parent_toggle_ttl:hover em.parentToggle.accordion-plusicon {
	color: #0070c9;
}
#qa .parent_toggle_ttl em.parentToggle.accordion-plusicon::after {
	content: "+";
	transform: rotate(0);
	transform-origin: center center;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	position: relative;
	z-index: 1;
	text-decoration: none;
	letter-spacing: 0;
}
#qa .parent_toggle_ttl.is-active em.parentToggle.accordion-plusicon::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* アコーディオン全体 */
#qa .accordion {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
/* アコーディオン */
#qa .accordion .accordion__item {
  border-top: 1px solid #e3e3e3;
  margin: 0px;
  cursor: pointer;
}
/* アコーディオンのタイトル */
#qa .accordion .accordion__item dt.accordion__title {
	margin: 10px 0;
	padding: 20px 40px 20px 0;
	cursor: pointer;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	font-size: 18px;
	color: #111;
	font-weight: bold;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
@media screen and (max-width: 991px) {
	#qa .accordion .accordion__item dt.accordion__title {
		margin: 5px 0;
		padding: 10px 30px 10px 0;
		font-size: 13px;
	}
}

#qa .accordion .accordion__item dt.accordion__title:hover,
#qa .accordion .accordion__item.is-active dt.accordion__title {
	color: #0070c9;
}
/* (+)アイコン */
#qa .accordion__title .accordion-plusicon {
	font-size: 42px;
	line-height: 1;
	font-weight: 300;
	color: #888888;
	padding: 0 6px 0 0px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
	#qa .accordion__title .accordion-plusicon {
		font-size: 24px;
		padding: 0 6px 0 0px;
	}
}
#qa .accordion .accordion__item dt.accordion__title:hover .accordion-plusicon,
#qa .accordion .accordion__item.is-active dt.accordion__title .accordion-plusicon {
	color: #0070c9;
}
#qa .accordion__title .accordion-plusicon::after {
	content: "+";
	transform: rotate(0);
	transform-origin: center center;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	position: relative;
	z-index: 1;
	text-decoration: none;
	letter-spacing: 0;
}
#qa .accordion__item.is-active .accordion__title .accordion-plusicon::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* アコーディオン親コンテンツ */
#qa .parent-accordion__content {
	display: none;
}
/* アコーディオンのコンテンツ */
#qa .accordion .accordion__item dd.accordion__content {
	padding: 0 0px 0px;
	display: none;
	cursor: pointer;
}
#qa .accordion .accordion__item dd.accordion__content p {
	padding: 0 0 20px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #333;
	margin: 0;
}
@media screen and (max-width: 991px) {
	#qa .accordion .accordion__item dd.accordion__content p {
		padding: 0 0 10px;
		font-size: 12px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 767px) {
#qa .accordion .accordion__item dd.accordion__content img.img-responsive {
		margin: 0 auto 10px;
		text-align: center;
		width: 100%;
		max-width: 300px;
		display: block;
	}
}
#qa .accordion .accordion__item dd.accordion__content.is-open {
	display: block;
}
#qa .accordion__content.is-open,
#qa .parent-accordion__content.parent-open {
	-webkit-animation-name: accordionIn;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 0s;
	-moz-animation-name: normal;
	-moz-animation-duration: 0.6s;
	-moz-animation-iteration-count: 1;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-moz-animation-delay: 0s;
	animation-name: accordionIn;
	animation-duration: 0.6s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	animation-delay: 0s;
}
#qa .accordion__content.is-close,
#qa .parent-accordion__content.parent-close {
	-webkit-animation-name: accordionOut;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 0s;
	-moz-animation-name: accordionOut;
	-moz-animation-duration: 0.6s;
	-moz-animation-iteration-count: 1;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-moz-animation-delay: 0s;
	animation-name: accordionOut;
	animation-duration: 0.6s;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	animation-delay: 0s;
}
/*========================
 クチコミカスタマイズ
=========================*/
/* アコーディオン全体 */
.single_contents #review .accordion,
.single_contents #qa .accordion {
	margin: 0 auto 40px;
}
@media screen and (max-width: 991px) {
	.single_contents #review .accordion,
	.single_contents #qa .accordion {
		margin: 0 auto 20px;
	}
}
.single_contents #review,
.single_contents #qa {
	padding: 50px 0 30px;
	border-bottom: none;
	border-top: 1px solid #e3e3e3;
}
@media screen and (max-width: 991px) {
	.single_contents #review,
	.single_contents #qa {
		padding: 20px 0 0px;
	}
}
/* タイトル */
.single_contents #review .review_ttl,
.single_contents #qa .qa_ttl {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}
.single_contents #review .review_ttl h2.ttl,
.single_contents #qa .qa_ttl h2.ttl {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #3b3d40;
}
.single_contents #review .review_ttl h2.ttl span,
.single_contents #qa .qa_ttl h2.ttl span {
	font-size: 13px;
	padding: 0 0 0 20px;
	display: inline-block;
}
@media screen and (max-width: 991px) {
	.single_contents #review .review_ttl,
	.single_contents #qa .qa_ttl {
		margin: 0 0 10px;
	}
	.single_contents #review .review_ttl.parent_toggle_ttl,
	.single_contents #qa .qa_ttl.parent_toggle_ttl {
		margin: 0 0 20px;
	}
	.single_contents #review .review_ttl h2.ttl,
	.single_contents #qa .qa_ttl h2.ttl {
		font-size: 18px;
		text-align: left;
	}
	.single_contents #review .review_ttl h2.ttl span,
	.single_contents #qa .qa_ttl h2.ttl span {
		font-size: 10px;
		padding: 0px 0 0 5px;
	}
}
/* アコーディオンのタイトル */
.single_contents #review .accordion .accordion__item dt.accordion__title,
.single_contents #qa .accordion .accordion__item dt.accordion__title {
	margin: 10px 0;
	padding: 10px 40px 10px 0;
	cursor: pointer;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	font-size: 15px;
	color: #111;
	font-weight: bold;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
@media screen and (max-width: 991px) {
	.single_contents #review .accordion .accordion__item dt.accordion__title,
	.single_contents #qa .accordion .accordion__item dt.accordion__title {
		margin: 5px 0;
		padding: 10px 30px 10px 0;
		font-size: 12px;
	}
}
.single_contents #review .accordion .accordion__item dt.accordion__title i.date {
	font-size: 11px;
	color: #6e6e73;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	padding:0 0 3px;
	display: block;
}
@media screen and (max-width: 991px) {
	.single_contents #review .accordion .accordion__item dt.accordion__title i.date {
		font-size: 10px;
		padding:0 0 2px;
	}
}
.single_contents #review .accordion .accordion__item dt.accordion__title p.top_voice_star {
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	padding: 2px 0 0;
}
@media screen and (max-width: 991px) {
	.single_contents #review .accordion .accordion__item dt.accordion__title p.top_voice_star {
		font-size: 11px;
	}
}
.single_contents #review .accordion .accordion__item dt.accordion__title p.top_voice_star em {
	display: inline-block;
	padding-left: 20px;
}
@media screen and (max-width: 991px) {
	.single_contents #review .accordion .accordion__item dt.accordion__title p.top_voice_star em {
		padding-left: 10px;
	}
}
.single_contents #review .accordion .accordion__item dt.accordion__title p.top_voice_star i.fa-star {
	font-size: 15px;
	font-weight: 900;
	width: 15px;
	color: orange;
	line-height: 1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
@media screen and (max-width: 991px) {
	.single_contents #review .accordion .accordion__item dt.accordion__title p.top_voice_star i.fa-star {
		font-size: 12px;
		width: 12px;
	}
}
.single_contents #review .accordion .accordion__item dt.accordion__title:hover,
.single_contents #review .accordion .accordion__item dt.accordion__title:hover i.date,
.single_contents #review .accordion .accordion__item dt.accordion__title:hover p.top_voice_star i.fa-star,
.single_contents #qa .accordion .accordion__item dt.accordion__title:hover {
	color: #0070c9;
}
.single_contents #review .accordion .accordion__item.is-active dt.accordion__title,
.single_contents #review .accordion .accordion__item.is-active dt.accordion__title i.date,
.single_contents #qa .accordion .accordion__item.is-active dt.accordion__title {
	color: #111;
}
.single_contents #review .accordion .accordion__item.is-active dt.accordion__title p.top_voice_star i.fa-star {
	color: orange;
}
/* (+)アイコン */
.single_contents #review .accordion__title .accordion-plusicon,
.single_contents #qa .accordion__title .accordion-plusicon {
	font-size: 32px;
	text-align: center;
}
@media screen and (max-width: 991px) {
	.single_contents #review .accordion__title .accordion-plusicon,
	.single_contents #qa .accordion__title .accordion-plusicon {
		font-size: 24px;
	}
}
.single_contents #review .accordion .accordion__item dt.accordion__title:hover .accordion-plusicon,
.single_contents #qa .accordion .accordion__item dt.accordion__title:hover .accordion-plusicon {
	color: #0070c9;
}

.single_contents #review .accordion .accordion__item.is-active dt.accordion__title .accordion-plusicon,
.single_contents #qa .accordion .accordion__item.is-active dt.accordion__title .accordion-plusicon {
	color: #111;
}
/* アコーディオンのコンテンツ */
.single_contents #review .accordion .accordion__item dd.accordion__content p {
	padding: 0 0 15px;
	font-size: 13px;
}
.single_contents #qa .accordion .accordion__item dd.accordion__content p {
	padding: 0 0 20px;
	font-size: 13px;
}
@media screen and (max-width: 991px) {
	.single_contents #review .accordion .accordion__item dd.accordion__content p {
		padding: 0 0 10px;
		font-size: 11px;
	}
	.single_contents #qa .accordion .accordion__item dd.accordion__content p {
		padding: 0 0 15px;
		font-size: 11px;
	}
}
.single_contents #review .accordion .accordion__item dd.accordion__content p a,
.single_contents #qa .accordion .accordion__item dd.accordion__content p a {
	text-decoration: none;
}
.single_contents #review .accordion .accordion__item dd.accordion__content p a:hover,
.single_contents #qa .accordion .accordion__item dd.accordion__content p a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.single_contents #review .accordion .accordion__item dd.accordion__content img.img-responsive,
	.single_contents #qa .accordion .accordion__item dd.accordion__content img.img-responsive {
		margin: 0 auto 10px;
		text-align: center;
		width: 100%;
		max-width: 300px;
		display: block;
	}
}

/* ==========================================================================
section_rec
========================================================================== */
#section_rec {
	padding: 80px 0 80px;
}
@media screen and (max-width: 991px) {
	#section_rec {
		padding: 30px 0 30px;
	}
}
#section_rec h2 {
	line-height: 1.2;
	color: #3a3d46;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0 30px;
}
#section_rec h2 span {
	display: block;
	font-size: 42px;
	padding-top: 10px;
}
@media screen and (max-width: 991px) {
	#section_rec h2 {
		font-size: 14px;
		margin: 0px 0 20px;
		
	}
	#section_rec h2 span {
		font-size: 20px;
		padding-top: 5px;
	}
}
#section_rec p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	color: #3a3d46;
	text-align: center;
	margin-bottom: 50px
}
@media screen and (max-width: 991px) {
	#section_rec p {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 20px;
		text-align: left;
	}
}
/* ==========================================================================
SECTION_CONTACT
========================================================================== */
#section_contact {
	padding: 100px 0 100px;
	position: relative;
	overflow-x: hidden;
	width: 100%;
	background: url(images/grid.png) repeat scroll,
		linear-gradient(-45deg, rgba(0, 0, 0, 0.3), rgba(23, 23, 23, 0.5)) repeat scroll;
	background-size: auto, auto, cover;
}
@media screen and (max-width: 991px) {
	#section_contact {
		padding: 40px 0 40px;
	}
}
#section_contact h2 {
	line-height: 1.2;
	color: #fff;
	font-size: 38px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0 30px;
}
#section_contact h2 span {
	display: block;
}
@media screen and (max-width: 991px) {
	#section_contact h2 {
		font-size: 20px;
		margin: 0px 0 20px;
		
	}
	#section_contact h2 span {
		display: inline-block;
	}
}
#section_contact p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin-bottom: 50px
}
@media screen and (max-width: 991px) {
	#section_contact p {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 20px;
		text-align: left;
	}
}

/* ==========================================================================
footer
========================================================================== */
/* Footer */
footer#footer {
	color: #3a3d46;
}
footer#footer .footer_section {
	background: #fff;
	padding: 40px 0 30px;
	display: block;
	width: 100%;
	color: #3a3d46;
}
.sub_body footer#footer .footer_section {
	background: #f7f7f7;
}
@media (max-width: 991px){
	footer#footer .footer_section {
		padding: 10px 0 20px;
	}
}
footer#footer .footer_section h3.company {
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
}
@media (max-width: 991px){
	footer#footer .footer_section h3.company {
		font-size: 13px;
		line-height: 1.3;
		padding: 0 0 5px;
		text-align: center;
	}
}
footer#footer p{
	font-size: 13px;
	margin-top: 10px;
}
footer#footer .footer_section p.footer {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 500;
	margin: 0;
	padding: 0 0 0px;
}
@media (max-width: 991px){
	footer#footer .footer_section p.footer {
		text-align: center;
		font-size: 12px;
		line-height: 1.5;
	}
	footer#footer .footer_section p.footer.tel {
		margin: 0 auto 10px;
	}
}
footer#footer .fnav {
	vertical-align: middle;
}
@media (max-width: 991px){
	footer#footer .fnav {
		text-align: center !important;
	}
}
footer#footer p.logo {
	width: 100%;
	margin: 20px 0;
}
@media (max-width: 991px){
	footer#footer p.logo {
		padding: 0 15px;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
}
footer#footer p.footer_pp {
	padding-top: 0px;
	text-align: right;
	font-size: 12px;
	color: #3a3d46;
	margin: 0;
}
@media (max-width: 991px){
	footer#footer p.footer_pp {
		font-size: 13px;
		padding-top: 10px;
		text-align: center;
	}
}
footer#footer p.footer_pp a {
	color: #3a3d46;
	text-decoration: underline;
}
footer#footer p.footer_pp a:hover {
	text-decoration: none;
	color: rgba(236, 161, 161, 1);
}
footer#footer p.footer_pp a.f_link {
	margin-right: 10px;
}
footer#footer p.copy_text {
	text-align: right;
	color: #999;
	padding-top: 10px;
	margin: 0;
}
footer#footer p.copy_text span.maru-c {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media (max-width: 991px){
	footer#footer p.copy_text {
		font-size: 10px;
		padding-top: 10px;
		text-align: center;
	}
}
#footer iframe {
	border: none !important;
	width: 100%;
}
@media (max-width: 991px){
	#footer iframe {
		height: 250px !important;
	}
}
/* ==========================================================================
子階層
========================================================================== */
#map {
	width: 100%;
	display: block;
	height: 500px;
	overflow: hidden;
	margin-top: 60px;
}
#map iframe {
	border: none !important;
	width: 100%;
}
@media (max-width: 991px){
	#map {
		height: 300px;
		margin-top: 15px;
	}
	#map iframe {
		height: 300px !important;
	}
}
#main_contents {
	background: #f7f7f7;
	width:100%;
	position:relative;
	z-index:10;
	padding: 0px 0 80px;
}
#main_contents.single_contents {
	padding: 0px 0 0px;
	background: #fff;
}
@media screen and (max-width: 767px) {
	#main_contents {
		padding: 50px 0 20px;
	}
	#main_contents.single_contents {
		padding: 50px 0 0px;
	}
}
/* ヘッダー画像 */
#header_image {
	width:100%;
	min-width:1140px;
	height:auto;
	position:relative;
	background: #363636;
	background-size: auto, auto, cover !important;
}
@media screen and (max-width: 991px) {
	#header_image {
		min-width:1px;
		background-size: auto, auto, cover !important;
	}
}
#header_image .image {
	width:100%;
	display: block;
	overflow: hidden;
	height: 440px;
}
@media screen and (max-width: 767px) {
	#header_image .image {
		height: 220px;
	}
}
#header_image .caption {
	position: absolute;
	width: 100%;
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	display: block;
	text-align: center; 
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	color: #fff;
}
#header_image .title {
	font-size:16px;
	font-weight: bold;
	display: block;
	margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	#header_image .title {
		font-size: 13px !important;
		line-height: 1.2;
	}
}
#header_image .title span {
	font-size: 32px;
	font-family: 'Libre Baskerville', serif;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1px;
	position: relative;
	z-index: 3;
	margin-bottom: 10px;
	display: block;
}
@media screen and (max-width: 991px) {
	#header_image .title span {
		font-size: 20px;
		margin-bottom: 3px;
	}
}
/*********************************
パンくずリスト
*********************************/
#main_contents .breadcrumb {
	background:#fff;
	text-align:center;
	overflow:hidden;
	display: block;
	padding: 0px;
	margin-bottom: 0px;
	list-style: none;
	border-radius: 0px;
}
#main_contents .breadcrumb.bg_gray {
	background: #f7f7f7;
}
#main_contents .breadcrumb .breadcrumb_inner {
	width: 100%;
	max-width: 1170px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align:left;
	overflow:hidden;
}
@media screen and (max-width: 991px) {
	#main_contents .breadcrumb .breadcrumb_inner {
		width : calc(100% - 30px) ;
		margin:0 auto;
		height:auto;
		line-height:auto;
		padding:18px 0;
		text-align:left;
		overflow:hidden;
	}
}
#main_contents .breadcrumb .breadcrumb_inner li {
	position:relative;
	float:left;
	padding-right:20px;
	margin-right:15px;
	font-size:12px;
	color: #333;
}
@media screen and (max-width: 991px) {
	#main_contents .breadcrumb .breadcrumb_inner li {
		display:inline-block;
		padding:2px 10px 2px 0;
		margin-right:5px;
		line-height:1.5;
		font-size:11px;
	}
}
#main_contents .breadcrumb .breadcrumb_inner li:first-child {
	margin-left: 17px;
}
#main_contents .breadcrumb .breadcrumb_inner li:first-child::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f015';
	font-size: 14px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: -18px;
	width: 17px;
	height: 17px;
	line-height: 17px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ccc;
}
@media screen and (max-width: 991px) {
	#main_contents .breadcrumb .breadcrumb_inner li:first-child::before {
		font-size: 13px;
	}
}
#main_contents .breadcrumb .breadcrumb_inner li::after {
	color: #999;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f105';
	font-size: 12px;
	display: block;
	position: absolute;
	right: 0px;
	top: -1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 991px) {
	#main_contents .breadcrumb .breadcrumb_inner li::after {
		top: 1px;
	}
}
#main_contents .breadcrumb .breadcrumb_inner li:last-child::after {
	display: none;
}
#main_contents .breadcrumb .breadcrumb_inner li a {
	text-decoration: underline;
	color: #DB8888;
}

/* ==========================================================================
お知らせ
========================================================================== */
.sub_page_class #info {
	padding: 80px 0 0;
	border-bottom: none;
}
@media screen and (max-width: 991px) {
	.sub_page_class #info {
		padding: 30px 0 0;
	}
}
#info .info_ttl {
	display: block;
	width: 100%;
	position: relative;
	margin: 0 0 20px;
}
#info .info_ttl h2.ttl {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	color: #3b3d40;
}
#info .info_ttl h2.ttl span {
	font-size: 15px;
	padding: 0 0 0 20px;
	display: inline-block;
}
@media screen and (max-width: 991px) {
	#info .info_ttl {
		margin: 0 0 10px;
	}
	#info .info_ttl h2.ttl {
		font-size: 20px;
		text-align: center;
	}
	#info .info_ttl h2.ttl span {
		font-size: 11px;
		padding: 3px 0 0 0px;
		display: block;
	}
}
#info .accordion {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
#info .accordion .accordion__item {
	cursor: default;
	background: #fff;
	margin: 10px 0 20px;
	padding: 20px 20px 0px;
	border: 1px solid #aaa;
}
@media screen and (max-width: 991px) {
	#info .accordion .accordion__item {
		margin: 10px 0;
		padding: 10px 10px 0;
	}
}
#info .accordion .accordion__item dt.accordion__title {
	margin: 0px 0;
	padding: 0 0 20px;
	cursor: default;
	font-size: 18px;
	border-bottom: 1px solid #aaa;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	color: #111;
	font-weight: bold;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
@media screen and (max-width: 991px) {
	#info .accordion .accordion__item dt.accordion__title {
		margin: 0;
		padding: 0 0 10px;
		font-size: 14px;
	}
}
#info .accordion .accordion__item dt.accordion__title i.date {
	font-size: 12px;
	color: #6e6e73;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	padding:0 0 10px;
	display: block;
}
@media screen and (max-width: 991px) {
	#info .accordion .accordion__item dt.accordion__title i.date {
		font-size: 10px;
	}
}
#info .accordion .accordion__item dt.accordion__title i.date em {
	padding: 2px 10px;
	line-height: 13px;
	margin: 0 10px 0 0;
	color: #555;
	font-weight: bold;
	font-style: normal;
	background: #fff;
	border: 1px solid #aaa;
}
@media screen and (max-width: 991px) {
	#info .accordion .accordion__item dt.accordion__title i.date em {
		padding: 2px 8px;
		line-height: 10px;
		font-size: 10px;
	}
}
#info .accordion .accordion__item dt.accordion__title:hover,
#info .accordion .accordion__item dt.accordion__title:hover i.date {
	color: #111;
}
#info .accordion .accordion__item dt.accordion__title a {
	text-decoration: underline;
}
#info .accordion .accordion__item dt.accordion__title a:hover {
	text-decoration: none;
}
#info .accordion .accordion__item dd.accordion__content {
	padding: 20px 0px 0px;
	display: block;
	cursor: default;
}
@media screen and (max-width: 991px) {
	#info .accordion .accordion__item dd.accordion__content {
		padding: 10px 0px 0px;
	}
}
#info .accordion .accordion__item dd.accordion__content p {
	padding: 0 0 20px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
	color: #333;
	margin: 0;
}
@media screen and (max-width: 991px) {
	#info .accordion .accordion__item dd.accordion__content p {
		padding: 0 0 10px;
		font-size: 13px;
	}
}
#info .accordion .accordion__item img.img-responsive {
	margin: 0 auto 20px;
	width: 100%;
}
@media screen and (max-width: 767px) {
#info .accordion .accordion__item img.img-responsive {
		text-align: center;
		width: 100%;
		max-width: 300px;
		display: block;
	}
}
/*********************************
  single_aquariumカスタマイズ
*********************************/
#main_contents #single_container .header_desc {
	margin: 0px;
	background: #f7f7f7;
	display: block;
	width: 100%;
	padding: 30px 0;
}
@media screen and (max-width: 991px) {
	#main_contents #single_container .header_desc {
		margin-top: 0px;
		padding: 15px 0;
	}
}
#main_contents #single_container .header_desc p {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	color: #333;
}
@media screen and (max-width: 991px) {
	#main_contents #single_container .header_desc p {
		font-size: 11px;
		text-align: left;
		line-height: 1.3;
	}
}
/*******************
  #single_sec01
*******************/
#single_sec01 {
	padding: 80px 0 40px;
}
@media screen and (max-width: 767px) {
	#single_sec01 {
		padding: 20px 0px;
	}
}
#single_sec01 .ttl_sec {
	margin: 0 0 40px;
	display: block;
}
@media screen and (max-width: 767px) {
	#single_sec01 .ttl_sec {
		margin: 0 0 10px;
	}
}
#single_sec01 .ttl_sec h2 {
	font-weight: bold;
	font-size: 26px;
	line-height: 1.5;
	color: #333;
	margin: 0 0 20px;
}
@media screen and (max-width: 991px) {
	#single_sec01 .ttl_sec h2 {
		font-size: 16px;
		line-height: 1.3;
		margin: 0 0 10px;
	}
}
#single_sec01 .ttl_sec h2 em {
	display: block;
	font-style: normal;
}
#single_sec01 .ttl_sec h2 i {
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	padding: 0 10px 0 0;
}
@media screen and (max-width: 991px) {
	#single_sec01 .ttl_sec h2 i {
		display: block;
		font-size: 12px;
		padding: 0 0px 0 0;
	}
}
#single_sec01 .ttl_sec h2 span.area {
	background: rgb(46, 113, 242);
	color: #fff;
	font-size: 14px;
	padding: 1px 10px;
	display: inline-block;
	margin: 0 10px 0 0;
}
@media screen and (max-width: 991px) {
	#single_sec01 .ttl_sec h2 span.area {
		font-size: 10px;
		padding: 2px 10px;
		position: relative;
		top: -2px;
	}
}
/*single_thumbnailスライダー*/
#single_sec01 .thumbnail_slider {
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
	#single_sec01 .thumbnail_slider {
		margin: 0 auto 20px;
	}
}
#single_sec01 .thumbnail_slider img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#single_sec01 .thumbnail_slider .gallery{
	margin:0 0 5px 0;
}

#single_sec01 .thumbnail_slider .gallery li{
list-style:none;
}
#single_sec01 .thumbnail_slider .slick-prev, 
#single_sec01 .thumbnail_slider .slick-next {
	position: absolute;/*絶対配置にする*/
	z-index: 3;
	cursor: pointer;/*マウスカーソルを指マークに*/
	outline: none;/*クリックをしたら出てくる枠線を消す*/
}
#single_sec01 .thumbnail_slider .slick-prev {/*戻る矢印の位置と形状*/
	left:2.5%;
}
#single_sec01 .thumbnail_slider .slick-next {/*次へ矢印の位置と形状*/
	right:2.5%;
}
/*選択するサムネイル画像の設定*/
#single_sec01 .thumbnail_slider .choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
	list-style:none;
}
#single_sec01 .thumbnail_slider .choice-btn li img{
	opacity: 1;/*選択されていないものは透過40%*/
}
#single_sec01 .thumbnail_slider .choice-btn li.slick-current img{
	opacity: 0.4;/*選択されているものは透過しない*/
}
/*single_planタブカスタマイズ*/
#single_sec01 .ttl_sec .tab-radio {
	display: none;
}
/* タブメニュー */
#single_sec01 .ttl_sec .tab-menu {
	margin: 0 0 15px;
}
@media screen and (max-width: 991px) {
	#single_sec01 .ttl_sec .tab-menu {
		margin: 0 0 10px;
	}
}
#single_sec01 .ttl_sec .tab-menu__item {
	padding: 0;
	margin: 0 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
@media screen and (max-width: 991px) {
	#single_sec01 .ttl_sec .tab-menu__item {
		margin: 0 0 10px;
	}
}
#single_sec01 .ttl_sec .tab-trigger {
	text-align: left;
	cursor: pointer;
	display: block;
	width: 100%;
	color: #aaa;
	line-height: 1.3;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	padding: 19px 14px;
	font-size: 16px;
}
@media screen and (max-width: 991px) {
	#single_sec01 .ttl_sec .tab-trigger {
		border-radius: 4px;
		padding: 15px 10px;
		font-size: 13px;
	}
}
#single_sec01 .ttl_sec #tab01 ~ .tab-menu #tabTrigger01:hover,
#single_sec01 .ttl_sec #tab02 ~ .tab-menu #tabTrigger02:hover,
#single_sec01 .ttl_sec #tab03 ~ .tab-menu #tabTrigger03:hover {
	border-color: #888888;
	color: #1d1d1f;
}
#single_sec01 .ttl_sec #tab01:checked ~ .tab-menu #tabTrigger01,
#single_sec01 .ttl_sec #tab02:checked ~ .tab-menu #tabTrigger02,
#single_sec01 .ttl_sec #tab03:checked ~ .tab-menu #tabTrigger03 {
	border-color: #0070c9;
	border-width: 2px;
	color: #1d1d1f;
	box-shadow: 0 0 0 .17647rem rgba(131,192,253,.5);
	cursor: default;
}
/* タブコンテンツ */
#single_sec01 .ttl_sec .tab-content {
	border: none;
}
#single_sec01 .ttl_sec .tab-content__item {
	padding: 0px;
	display: none;
	text-align: left;
}
#single_sec01 .ttl_sec #tab01:checked ~ .tab-content #tabTarget01,
#single_sec01 .ttl_sec #tab02:checked ~ .tab-content #tabTarget02,
#single_sec01 .ttl_sec #tab03:checked ~ .tab-content #tabTarget03{
	display: block;
	animation: fade 0.5s ease;
}
@keyframes fade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
#single_sec01 .ttl_sec .tab-content p {
	line-height: 1.5;
	font-weight: 500;
	font-size: 13px;
	margin: 0 0 15px;
}
@media screen and (max-width: 991px) {
	#single_sec01 .ttl_sec .tab-content p {
		line-height: 1.3;
		font-size: 11px;
		margin: 0 0 10px;
	}
}
#single_sec01 .ttl_sec .tab-content p.price {
	font-weight: 500;
	font-size: 30px;
	text-align: right;
}
@media screen and (max-width: 991px) {
	#single_sec01 .ttl_sec .tab-content p.price {
		font-size: 20px;
	}
}
#single_sec01 .ttl_sec .tab-content p.price span.yen {
	font-size: 20px;
	display: inline-block;
}
@media screen and (max-width: 991px) {
	#single_sec01 .ttl_sec .tab-content p.price span.yen {
		font-size: 15px;
	}
}
#single_sec01 .ttl_sec .tab-content p.price span.tax {
	font-size: 15px;
	display: inline-block;
}
@media screen and (max-width: 991px) {
	#single_sec01 .ttl_sec .tab-content p.price span.tax {
		font-size: 12px;
	}
}
#single_sec01 .ttl_sec .tab-content p.price_other {
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	background: #464646;
	padding: 1px 10px;
	margin: 0 0 5px;
}
@media screen and (max-width: 991px) {
	#single_sec01 .ttl_sec .tab-content p.price_other {
		font-size: 11px;
		padding: 1px 5px;
	}
}
#single_sec_catch {
	padding: 80px 0;
	display: block;
	height: auto;
	background-size: auto, auto, cover !important;
}
@media screen and (max-width: 991px) {
	#single_sec_catch {
		padding: 40px 0;
		display: block;
		min-width: 1px;
		background-size: auto, auto, cover !important;
	}
}
#single_sec_catch h2 {
	line-height: 1.2;
	color: #fff;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0 30px;
}
#single_sec_catch h2 span {
	display: block;
}
@media screen and (max-width: 991px) {
	#single_sec_catch h2 {
		font-size: 17px;
		margin: 0px 0 20px;
		
	}
	#single_sec_catch h2 span {
		display: inline-block;
	}
}
#single_sec_catch p {
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 991px) {
	#single_sec_catch p {
		font-size: 12px;
		line-height: 1.3;
		font-weight: bold;
	}
}
#single_sec_plan {
	padding: 80px 0 60px;
	display: block;
}
@media screen and (max-width: 991px) {
	#single_sec_plan {
		padding: 30px 0 20px;
	}
}
#single_sec_plan h2.ttl {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #3b3d40;
	text-align: center;
	margin: 0px 0 30px;
}
@media screen and (max-width: 991px) {
	#single_sec_plan h2.ttl {
		font-size: 18px;
		margin: 0px 0 10px;
		text-align: left;
	}
}
#single_sec_plan p.desc {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #3b3d40;
	text-align: center;
	margin: 0px 0 30px;
}
@media screen and (max-width: 991px) {
	#single_sec_plan p.desc {
		font-size: 12px;
		font-weight: 500;
		line-height: 1.3;
		text-align: left;
		margin: 0px 0 20px;
	}
}
#single_sec_plan ul.single_plan_content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}
#single_sec_plan ul.single_plan_content li.single_plan_item {
	width: 32%;
	display: flex;
	flex-direction: column;
	position: relative;
	border: none;
	background: #f7f7f7;
	padding: 20px 15px 10px;
	margin: 0 2% 20px 0;
}
@media screen and (max-width: 991px) {
	#single_sec_plan ul.single_plan_content li.single_plan_item {
		width: 100%;
		padding: 10px 10px 5px;
		margin: 0 0% 10px 0;
	}
}
#single_sec_plan ul.single_plan_content li.single_plan_item:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 991px) {
	#single_sec_plan ul.single_plan_content li.single_plan_item:last-child {
		margin: 0;
	}
}
#single_sec_plan ul.single_plan_content li.single_plan_item i {
	text-align: center;
	width: 100%;
	color: #6e6e73;
	font-size: 32px;
	margin: 0 auto 10px;
}
@media screen and (max-width: 991px) {
	#single_sec_plan ul.single_plan_content li.single_plan_item i {
		font-size: 20px;
		margin: 0 auto 5px;
	}
}
#single_sec_plan ul.single_plan_content li.single_plan_item h3.item_ttl {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #1d1d1f;
	margin: 0px auto 10px;
	padding: 0;
	line-height: 1.5;
}
@media screen and (max-width: 991px) {
	#single_sec_plan ul.single_plan_content li.single_plan_item h3.item_ttl {
		font-size: 14px;
		margin: 0px auto 10px;
		line-height: 1.3;
	}
}
#single_sec_plan ul.single_plan_content li.single_plan_item h3.item_ttl em {
	background: linear-gradient(transparent 80%, rgba(189, 189, 189, 0.3) 0%);
	padding: 0 8px;
	display: inline-block;
	font-style: normal;
}
@media screen and (max-width: 991px) {
	#single_sec_plan ul.single_plan_content li.single_plan_item h3.item_ttl em {
		padding: 0 0px;
	}
}
#single_sec_plan ul.single_plan_content li.single_plan_item span.item_desc {
	font-weight: 500;
	font-size: 13px;
	line-height: 1.5;
	color: #1d1d1f;
	margin: 0;
	padding: 0 0 0px;
	text-align: left;
	display: block;
	flex-grow: 1;
}
@media screen and (max-width: 991px) {
	#single_sec_plan ul.single_plan_content li.single_plan_item span.item_desc {
		line-height: 1.3;
		font-size: 12px;
	}
}
#single_sec_plan ul.single_plan_content li.single_plan_item ul.plan_detail_content {
	margin: 10px 0 0;
}
#single_sec_plan ul.single_plan_content li.single_plan_item ul.plan_detail_content li.plan_detail_item {
	border-top: 1px solid #ccc;
	padding: 10px 0;
	font-size: 11px;
	line-height: 1.2;
	font-weight: bold;
	color: #1d1d1f;
}
#single_sec_plan ul.single_plan_content li.single_plan_item ul.plan_detail_content li.plan_detail_item span {
	font-size: 12px;
	float: right;
}
#single_sec_flow {
	padding: 80px 0 0px;
	display: block;
	border-top: 1px solid #e3e3e3;
}
@media screen and (max-width: 991px) {
	#single_sec_flow {
		padding: 30px 0 0px;
	}
}
.childcare #single_sec_flow h2.ttl {
  line-height: 1.3;
  color: #3b3d40;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  margin: 0px 0 0px;
}
@media screen and (max-width:991px) {
	.childcare #single_sec_flow h2.ttl {
	  line-height: 1.2;
	  font-size: 20px;
	}
}
.childcare #single_sec_flow h2.ttl span {
	display: block;
}
#single_sec_flow p.desc {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #3b3d40;
	text-align: center;
	margin: 0px 0 50px;
}
@media screen and (max-width: 991px) {
	#single_sec_flow p.desc {
		font-size: 12px;
		font-weight: 500;
		line-height: 1.3;
		text-align: left;
		margin: 0px 0 30px;
	}
}
#single_sec_flow .full_container {
	background: #f7f7f7;
	padding-top: 20px;
}
@media screen and (max-width: 767px) {
	#single_sec_flow .full_container {
		padding-top: 15px;
		padding-bottom: 5px;
	}
}
#single_sec_flow ul.single_flow_content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}
#single_sec_flow ul.single_flow_content li.single_flow_item {
	width: 23.5%;
	display: flex;
	flex-direction: column;
	position: relative;
	border: none;
	background: #f7f7f7;
	padding: 20px 15px 20px;
	margin: 0 2% 20px 0;
}
@media screen and (max-width: 767px) {
	#single_sec_flow ul.single_flow_content li.single_flow_item {
		width: 49%;
		padding: 10px 10px 10px;
		margin: 0 2% 2% 0;
	}
}
#single_sec_flow ul.single_flow_content li.single_flow_item:nth-child(4n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	#single_sec_flow ul.single_flow_content li.single_flow_item:nth-child(2n) {
		margin-right: 0;
	}
	#single_sec_flow ul.single_flow_content li.single_flow_item:last-child {
		margin-right: 0;
	}
}
#single_sec_flow ul.single_flow_content li.single_flow_item p.item_img {
	text-align: center;
	width: 100%;
	margin: 0 auto 10px;
}
@media screen and (max-width: 991px) {
	#single_sec_flow ul.single_flow_content li.single_flow_item p.item_img {
		margin: 0 auto 10px;
	}
}
#single_sec_flow ul.single_flow_content li.single_flow_item p.item_img img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#single_sec_flow ul.single_flow_content li.single_flow_item h3.item_ttl {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #1d1d1f;
	margin: 0px auto 10px;
	padding: 0;
	line-height: 1.5;
}
@media screen and (max-width: 991px) {
	#single_sec_flow ul.single_flow_content li.single_flow_item h3.item_ttl {
		font-size: 15px;
		margin: 0px auto 5px;
		line-height: 1.3;
	}
}
#single_sec_flow ul.single_flow_content li.single_flow_item h3.item_ttl em {
	background: linear-gradient(transparent 80%, rgba(189, 189, 189, 0.3) 0%);
	padding: 0 8px;
	display: inline-block;
	font-style: normal;
}
@media screen and (max-width: 991px) {
	#single_sec_flow ul.single_flow_content li.single_flow_item h3.item_ttl em {
		padding: 0 0px;
	}
}
#single_sec_flow ul.single_flow_content li.single_flow_item span.item_desc {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.5;
	color: #1d1d1f;
	margin: 0;
	padding: 0 0 0px;
	text-align: left;
	display: block;
	flex-grow: 1;
}
@media screen and (max-width: 991px) {
	#single_sec_flow ul.single_flow_content li.single_flow_item span.item_desc {
		line-height: 1.4;
		font-size: 13px;
	}
}
/*********************************
  FLOW_TIMELINEカスタマイズ
*********************************/
.single_flow_chart {
	display: block;
	width: 100%;
}
.single_flow_chart .flex-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.single_flow_chart .col-flow-2,
.single_flow_chart .col-flow-8,
.single_flow_chart .col-flow-10 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.single_flow_chart .col-flow-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.single_flow_chart .col-flow-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.single_flow_chart .col-flow-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.single_flow_chart .circle {
	font-weight: bold;
	padding: 0px;
	border-radius: 50%;
	background-color: #ececec;
	color: #4D4545;
	max-height: 50px;
	z-index: 2;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
@media screen and (max-width: 991px) {
	.single_flow_chart .circle {
		max-height: 36px;
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 13px;
	}
}
.single_flow_chart .text-center {
	text-align: center !important;
}
.single_flow_chart .text-right {
	text-align: right !important;
}
.single_flow_chart .align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.single_flow_chart .justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.single_flow_chart .how-it-works.flex-row {
	display: flex;
}
.single_flow_chart .how-it-works.flex-row .col-flow-2 {
	display: inline-flex;
	align-self: stretch;
	align-items: center;
	justify-content: center;
}
.single_flow_chart .how-it-works .col-flow-2::after {
	content: "";
	position: absolute;
	border-left: 3px solid #ececec;
	z-index: 1;
}
.single_flow_chart .how-it-works .col-flow-2.bottom::after {
	height: 50%;
	left: calc(50% - 3px);
	top: 50%;
}
.single_flow_chart .how-it-works .col-flow-2.full::after {
	height: 100%;
	left: calc(50% - 3px);
}
.single_flow_chart .how-it-works .col-flow-2.top::after {
	height: 50%;
	left: calc(50% - 3px);
	top: 0;
}
.single_flow_chart .how-it-works.flex-row h3 {
	font-weight: bold;
	line-height: 1.5;
	color: inherit;
	margin: 0 0 0.5rem;
	font-size: 20px;
	position: relative;
	top: -2px;
}
@media screen and (max-width: 991px) {
	.single_flow_chart .how-it-works.flex-row h3 {
		line-height: 1.3;
		margin: 0 0 0.3rem;
		font-size: 13px;
		top: -1px;
	}
}
.single_flow_chart .how-it-works.flex-row h3 span {
	font-size: 14px;
	background: rgb(46, 113, 242);
	padding: 0px 10px;
	display: inline-block;
	margin-left: 10px;
	color: #fff;
	line-height: initial;
}
@media screen and (max-width: 991px) {
	.single_flow_chart .how-it-works.flex-row h3 span {
		font-size: 11px;
		padding: 0px 5px;
		margin-left: 5px;
	}
}
.single_flow_chart .how-it-works.flex-row p {
	font-weight: 500;
	line-height: 1.3;
	color: inherit;
	margin: 0 0 1rem;
	font-size: 14px;
}
@media screen and (max-width: 991px) {
	.single_flow_chart .how-it-works.flex-row p {
		line-height: 1.2;
		margin: 0;
		font-size: 11px;
	}
}
.single_flow_chart .timeline div {
	padding: 0;
	height: 40px;
}
.single_flow_chart .timeline hr {
	border-top: 3px solid #ececec;
	margin: 0;
	top: 17px;
	position: relative;
}
.single_flow_chart .timeline .col-flow-2 {
	display: flex;
	overflow: hidden;
}
.single_flow_chart .timeline .corner {
	border: 3px solid #ececec;
	width: 100%;
	position: relative;
	border-radius: 15px;
}
.single_flow_chart .timeline .top-right {
	left: calc(50% - 3px);
	top: -50%;
}
.single_flow_chart .timeline .left-bottom {
	left: -50%;
	top: calc(50% - 3px);
}
.single_flow_chart .timeline .top-left {
	left: -50%;
	top: -50%;
}
.single_flow_chart .timeline .right-bottom {
	left: calc(50% - 3px);
	top: calc(50% - 3px);
}
/*********************************
  プライバシーポリシーカスタマイズ
*********************************/
#single_pp {
	padding: 80px 0;
	display: block;
}
@media screen and (max-width: 991px) {
	#single_pp {
		padding: 30px 0;
		display: block;
	}
}
#single_pp.border-top_solid {
	border-top: 1px solid #e3e3e3;
}
#single_pp h2.ttl {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.3;
	color: #3a3d46;
	text-align: center;
	margin: 0px;
}
#single_pp h2.ttl.sdgs_ttl {
	text-align: left;
	border-bottom: 2px solid #42ad56;
	margin-bottom: 30px;
	line-height: 1.5;
	font-size: 33px;
	font-weight: 500;
	color: #52884a;
}
#single_pp h2.ttl span {
	display: block;
}
@media screen and (max-width: 991px) {
	#single_pp h2.ttl {
		font-size: 20px;
	}
	#single_pp h2.ttl.sdgs_ttl {
		text-align: left;
		margin-bottom: 15px;
		line-height: 1.5;
		font-size: 20px;
	}
}
#single_pp .line {
	width: 160px;
	display: block;
	position: relative;
	top: -3px;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #e1c183, #e1c183 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0 auto 30px;
}
@media screen and (max-width:991px) {
	#single_pp .line {
		height: 5px;
		width: 104px;
		top: -1px;
		margin: 0 auto 10px;
	}
}
#single_pp p.desc {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #3a3d46;
	text-align: center;
	margin: 0px 0 50px;
}
#single_pp p.desc.sdgs_text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
}
@media screen and (max-width: 991px) {
	#single_pp p.desc {
		font-size: 13px;
		font-weight: 500;
		text-align: left;
		margin: 0px 0 20px;
	}
	#single_pp p.desc.sdgs_text {
		font-size: 13px;
		line-height: 1.5;
	}
}

#single_pp .pp_section {
	display: block;
	width: 100%;
	padding: 40px 0 0px;
}
@media screen and (max-width: 991px) {
	#single_pp .pp_section {
		padding: 20px 0 0px;
	}
}
#single_pp .pp_section h3.ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #3a3d46;
	text-align: left;
	margin: 0px 0 10px;
}
@media screen and (max-width: 991px) {
	#single_pp .pp_section h3.ttl {
		font-size: 16px;
		line-height: 1.3;
		margin: 0px 0 5px;
	}
}
#single_pp .pp_section p.desc {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: #3a3d46;
	text-align: left;
	margin: 0px 0 0px;
}
@media screen and (max-width: 991px) {
	#single_pp .pp_section p.desc {
		font-size: 12px;
		line-height: 1.3;
	}
}
/*********************************
  SDGsカスタマイズ
*********************************/
.sdgs_loop_contents {
	padding: 80px 0 0;
	display: block;
}
@media screen and (max-width: 991px) {
	.sdgs_loop_contents {
		padding: 40px 0 0;
	}
}
.sdgs_loop_contents .row {
	margin-bottom: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
}
@media screen and (max-width: 991px) {
	.sdgs_loop_contents .row {
		margin-bottom: 15px;
	}
}
.sdgs_loop_contents .row:last-of-type {
	margin-bottom: 0px;
}
.sdgs_loop_contents h3.sdgs_obi_ttl {
	color: #fff;
	line-height: 1.5;
	padding: 5px 0 15px;
	font-weight: bold;
	font-size: 30px;
}
@media screen and (max-width: 991px) {
	.sdgs_loop_contents h3.sdgs_obi_ttl {
		padding: 5px 0 10px;
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.sdgs_loop_contents img.img-responsive {
		max-width: 200px;
		margin: 0 auto;
	}
}
/*********************************
  お問い合わせカスタマイズ
*********************************/
#single_contact {
	padding: 80px 0;
	display: block;
}
#single_contact.contentSet {
	padding: 80px 0 0;
}
@media screen and (max-width: 991px) {
	#single_contact {
		padding: 30px 0;
		display: block;
	}
	#single_contact.contentSet {
		padding: 30px 0 0;
	}
}
#single_contact.border-top_solid {
	border-top: 1px solid #e3e3e3;
}
#single_contact h2.ttl {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.3;
	color: #3a3d46;
	text-align: center;
	margin: 0px;
}
#single_contact h2.ttl span {
	display: block;
}
@media screen and (max-width: 991px) {
	#single_contact h2.ttl {
		font-size: 20px;
	}
}
#single_contact .line {
	width: 160px;
	display: block;
	position: relative;
	top: -3px;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #e1c183, #e1c183 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0 auto 30px;
}
@media screen and (max-width:991px) {
	#single_contact .line {
		height: 5px;
		width: 104px;
		top: -1px;
		margin: 0 auto 10px;
	}
}
#single_contact p.desc {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #3a3d46;
	text-align: center;
	margin: 0px 0 50px;
}
#single_contact p.desc.update {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: #121212;
	text-align: right;
	margin: 0px 0 20px;
}
#single_contact p.desc.company_rinen {
	font-size: 30px;
	font-weight: 500;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.8;
}
@media screen and (max-width: 991px) {
	#single_contact p.desc {
		font-size: 13px;
		font-weight: 500;
		text-align: left;
		margin: 0px 0 20px;
	}
	#single_contact p.desc.update {
		font-size: 12px;
		margin: 0px 0 10px;
	}
	#single_contact p.desc.company_rinen {
		font-size: 18px;
		font-weight: 500;
		text-align: center;
		line-height: 1.5;
	}
}
#single_contact .bg_caution {
	background: #f2f2f2;
	display: block;
	width: 100%;
	padding: 10px 20px;
	margin: 0 0 30px;
}
@media screen and (max-width:991px) {
	#single_contact .bg_caution {
		background: #f2f2f2;
		padding: 5px 10px;
		margin: 0 0 20px;
	}
}
#single_contact ul.cautionlist {
	list-style: square;
	margin-left: 10px;
}
#single_contact ul.cautionlist li.caution_item {
	list-style: square;
	line-height: 1.5;
	color: #DB8888;
	padding: 5px 0;
	font-size: 20px;
	border-bottom: 2px dotted #b0b0b0;;
}
@media screen and (max-width:991px) {
	#single_contact ul.cautionlist li.caution_item {
		line-height: 15px;
		font-size: 15px;
	}
}
#single_contact ul.cautionlist li.caution_item:last-child {
	border-bottom: none;
}

#single_contact ul.cautionlist li.caution_item span {
	color: #1d1d1f;
	font-size: 16px;
}
@media screen and (max-width:991px) {
	#single_contact ul.cautionlist li.caution_item span {
		font-size: 13px;
	}
}
table.tableDesign02 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0 0 0px;
	border: 1px solid #ccc;
}
@media screen and (max-width:991px) {
	table.tableDesign02 {
		border: none;
		border-bottom: 1px solid #ccc;
	}
}
table.tableDesign02 tr {
	/*box-shadow: 0 6px 8px 
	rgba(0,0,0,.175);*/
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table.tableDesign02.form_table_border_top_none tr {
	border-top: none;
}
@media screen and (max-width:991px) {
	table.tableDesign02 tr {
		border: none;
	}
}
table.tableDesign02 th,
table.tableDesign02 td {
	padding: 20px 15px;
	border: none;
	border: 1px solid #ccc;
}
table.tableDesign02 tbody th {
	background-color: #f9f9f9;
	vertical-align: top;
	text-align: right;
	width: 20%;
	color: #1d1d1f;
	overflow: visible;
	font-weight: bold;
	font-size: 13px;
	line-height: 24px;
	padding: 20px 15px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
table.tableDesign02.admission_table tbody th {
	font-size: 20px;
	line-height: 1.5;
	vertical-align: middle;
}
table.tableDesign02.recruit_table tbody th {
	font-size: 18px;
	width: 30%;
	line-height: 1.5;
}
@media screen and (max-width:991px) {
	table.tableDesign02 tbody th {
		font-size: 13px;
		width: 100%;
		display: block;
		padding: 10px;
		line-height: 20px;
		border-bottom: none;
		text-align: left;
	}
	table.tableDesign02.admission_table tbody th {
		font-size: 16px;
		line-height: 1.5;
	}
	table.tableDesign02.recruit_table tbody th {
		font-size: 13px;
		width: 100%;
		line-height: 1.5;
	}
}
table.tableDesign02 th span {
	display: inline-block;
}
table.tableDesign02 th span.label-require {
	background: rgb(210, 100, 100);
	font-size: 11px;
	padding: 1px 5px;
	margin: 0 5px 0 0;
	text-align: center;
	line-height: 15px;
	border-radius: 0;
	font-weight: 500;
	color: #fff;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
table.tableDesign02 td {
	background-color: #fff;
	width: 80%;
	font-size: 14px;
	line-height: 34px;
	color: #1d1d1f;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	text-align: left;
}
table.tableDesign02.content_design td {
	line-height: 1.8;
	vertical-align: middle;
}
table.tableDesign02.admission_table td {
	font-size: 20px;
	line-height: 1.5;
	vertical-align: middle;
}
table.tableDesign02.recruit_table td {
	font-size: 18px;
	width: 70%;
	line-height: 1.5;
	padding: 10px 15px;
}
@media screen and (max-width:991px) {
	table.tableDesign02 tbody td {
		font-size: 13px;
		width: 100%;
		display: block;
		padding: 10px 5px;
		border-bottom: none;
		line-height: 20px;
	}
	table.tableDesign02.content_design td {
		line-height: 20px;
		vertical-align: middle;
	}
	table.tableDesign02.admission_table td {
		font-size: 16px;
		line-height: 1.5;
	}
	table.tableDesign02.recruit_table td {
		font-size: 13px;
		width: 100%;
		line-height: 1.5;
		padding: 5px 5px;
	}
}
table.tableDesign02 td.col-2-left,
table.tableDesign02 td.col-2-right {
	width: 40%;
}
@media screen and (max-width:991px) {
	table.tableDesign02 td.col-2-left,
	table.tableDesign02 td.col-2-right {
		width: 100%;
	}
}
table.tableDesign02 td em {
	display: inline-block;
	padding-left: 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
}
@media screen and (max-width:991px) {
	table.tableDesign02 td em {
		padding-left: 0px;
		font-size: 10px;
		padding-top: 5px;
		line-height: 1.5;
	}
}
#single_contact p.accept_desc {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	padding: 20px 0 0;
	text-align: center;
}
@media screen and (max-width:991px) {
	#single_contact p.accept_desc {
		font-size: 13px;
		line-height: 1.5;
		padding: 10px 0 0;
	}
}
#single_contact p.accept_desc a.strong {
	font-weight: bold;
	text-decoration: underline;
}
#single_contact p.accept_desc a.strong:hover {
	text-decoration: none;
}
#single_contact .acceptance {
	display: block;
	width: 100%;
	background: #f7f7f7;
	margin: 20px 0 40px;
	padding: 20px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width:991px) {
	#single_contact .acceptance {
		margin: 10px 0 20px;
		padding: 10px;
		font-size: 13px;
		line-height: 1.5;
	}
}
/* ==================================================
	固定ページ【会社案内】
================================================== */
#single_contact h2.outline_ttl {
	font-weight: bold;
	font-size:38px;
	padding: 0;
	margin: 0 0 30px;
	color: #3b3d40;
	text-align: center;
}
#single_contact h2.outline_ttl.mt_top0-30 {
	margin-top: 0px !important;
}
@media screen and (max-width:991px) {
	#single_contact h2.outline_ttl {
		font-size: 20px;
		margin: 0 0 10px;
	}
	#single_contact h2.outline_ttl.mt_top0-30 {
		margin-top: 30px !important;
	}
}
#single_contact h2.outline_ttl::after { display: none;}
#gallery {
	margin: 80px auto 55px;
	display: block;
}
@media screen and (max-width:991px) {
	#gallery {
		margin: 30px auto 20px;
		display: block;
	}
}
#gallery ul.photo_gallery_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#gallery ul.photo_gallery_container li {
	position: relative;
	min-height: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#gallery ul.photo_gallery_container li.photo_add_img_width {
	width: 23.5%;
	margin: 0 2% 25px 0;
}
#gallery ul.photo_gallery_container li.photo_add_img_width:nth-of-type(4n) {
	margin-right: 0;
}

@media (max-width:767px) {
	#gallery ul.photo_gallery_container li.photo_add_img_width {
		width: 49%;
		margin: 0 2% 10px 0;
	}
	#gallery ul.photo_gallery_container li.photo_add_img_width:nth-of-type(2n) {
		margin-right: 0;
	}
}
#gallery ul.photo_gallery_container li.photo_add_img_width figure {
	margin-top: 0px !important;
}
#gallery ul.photo_gallery_container li.photo_add_img_width figure a {
	width: 100%;
	display: block;
}
#gallery ul.photo_gallery_container li.photo_add_img_width figure a .p-article10__img {
	overflow: hidden;
	position: relative;
}
#gallery ul.photo_gallery_container li.photo_add_img_width figure a.p-hover-effect--type1 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition-duration: 0.5s;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	height: auto;
}
#gallery ul.photo_gallery_container li.photo_add_img_width figure a.p-hover-effect--type1:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#gallery ul.photo_gallery_container li.photo_add_img_width figure a .p-article10__content {
	display: block;
}
#gallery ul.photo_gallery_container li.photo_add_img_width figure a .p-article10__content h3.ttl {
	text-align: center;
	padding: 10px 0 0;
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
	border-top: 3px solid #e6de6d;
	color: #3a3d46;
	transition-duration: 0.5s;
}
#gallery ul.photo_gallery_container li.photo_add_img_width figure a:hover .p-article10__content h3.ttl {
	border-color: #DB8888;
	color: #DB8888;
}
@media (max-width:991px) {
	#gallery ul.photo_gallery_container li.photo_add_img_width figure a .p-article10__content h3.ttl {
		padding: 7px 0 0;
		line-height: 1.5;
		font-size: 16px;
		border-top: 2px solid #e6de6d;
	}
}
/* ==================================================
	固定ページ【保育内容】
================================================== */
.childcare {
	border-top: 1px solid #e3e3e3;
}
.childcare #section01 h2 {
	line-height: 1.3;
	color: #3a3d46;
	font-size: 38px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0 0px;
}
@media screen and (max-width:991px) {
	.childcare #section01 h2 {
	  line-height: 1.2;
	  font-size: 20px;
	}
}
.childcare .line {
	width: 160px;
	display: block;
	position: relative;
	top: -3px;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #e18383, #e18383 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0 auto 30px;
}
.childcare .line.pc_disp_none {
	display: none;
}
@media screen and (max-width:991px) {
	.childcare .line {
		height: 5px;
		width: 104px;
		top: -1px;
		margin: 0 auto 10px;
	}
	.childcare .line.pc_disp_none {
		display: block;
		margin: 0 auto 20px;
	}
}
.childcare #section01 p {
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
  color: #3a3d46;
  text-align: center;
}
@media screen and (max-width:991px) {
	.childcare #section01 p {
	  font-size: 14px;
	  line-height: 1.8;
	}
}
@media screen and (max-width:991px) {
	.childcare #section02 {
		margin: 30px 0 30px;
	}
}
.childcare #section02 h2 {
  line-height: 1.5;
  color: #3a3d46;
  font-size: 32px;
  text-align: left;
  font-weight: bold;
  margin: 0px 0 30px;
  position: relative;
  padding-bottom: 5px;
}
@media screen and (max-width:991px) {
	.childcare #section02 h2 {
		font-size: 20px;
		margin: 0px 0 0px;
		text-align: center;
		line-height: 1.2;
		padding: 0;
	}
	.childcare #section02 h2::after {
		display: none;
	}
}
ul.target_list {
	list-style: decimal;
	margin-left: 20px;
}
ul.target_list li {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5;
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px dotted #fff;
	color: #fff;
}
@media screen and (max-width:991px) {
	ul.target_list li {
		font-size: 13px;
		line-height: 1.5;
		padding: 0 0 5px;
		margin: 0 0 5px;
	}
}
ul.target_list li:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
ul.target_list li span {
	font-weight: 500;
	color: #fff;
	font-size: 15px;
}
@media screen and (max-width:991px) {
	ul.target_list li span {
		font-size: 13px;
	}
}
@media screen and (max-width:991px) {
	.childcare #section02 .img-responsive {
	  max-width: 500px;
	}
}
/* ==================================================
	固定ページ
================================================== */
h3.bg_ttl {
	color: #fff;
	height: 60px;
	text-align: center;
}
@media screen and (max-width:991px) {
	h3.bg_ttl {
		height: 40px;
	}
}
h3.bg_ttl.blue_bg_ttl {
	background: rgb(99,198,205);
	background: -moz-linear-gradient(left, rgba(99,198,205,1) 0%, rgba(138,214,211,1) 50%, rgba(191,235,219,1) 100%);
	background: -webkit-linear-gradient(left, rgba(99,198,205,1) 0%,rgba(138,214,211,1) 50%,rgba(191,235,219,1) 100%);
	background: linear-gradient(to right, rgba(99,198,205,1) 0%,rgba(138,214,211,1) 50%,rgba(191,235,219,1) 100%);
}
h3.bg_ttl.pink_bg_ttl {
	background: rgb(241,139,168);
	background: -moz-linear-gradient(left, rgba(241,139,168,1) 0%, rgba(244,169,172,1) 50%, rgba(249,207,177,1) 100%);
	background: -webkit-linear-gradient(left, rgba(241,139,168,1) 0%,rgba(244,169,172,1) 50%,rgba(249,207,177,1) 100%);
	background: linear-gradient(to right, rgba(241,139,168,1) 0%,rgba(244,169,172,1) 50%,rgba(249,207,177,1) 100%);
}
h3.bg_ttl.yellow_bg_ttl {
	background: rgb(202,183,37);
	background: -moz-linear-gradient(left, rgba(202,183,37,1) 0%, rgba(213,199,70,1) 50%, rgba(213,199,70,1) 50%, rgba(227,222,115,1) 100%);
	background: -webkit-linear-gradient(left, rgba(202,183,37,1) 0%,rgba(213,199,70,1) 50%,rgba(213,199,70,1) 50%,rgba(227,222,115,1) 100%);
	background: linear-gradient(to right, rgba(202,183,37,1) 0%,rgba(213,199,70,1) 50%,rgba(213,199,70,1) 50%,rgba(227,222,115,1) 100%);
}
h3.bg_ttl span {
	display: block;
	line-height: 60px;
	position: relative;
	font-weight: bold;
	font-size: 24px;
}
@media screen and (max-width:991px) {
	h3.bg_ttl span {
		line-height: 40px;
		font-size: 18px;
	}
}
h3.bg_ttl span::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media screen and (max-width:991px) {
	h3.bg_ttl span::after {
		height: 6px;
	}
}
table.plan_list.blue_border,
table.plan_list.blue_border tr:first-child th,
table.plan_list.blue_border tr:first-child td,
table.plan_list.blue_border tr th,
table.plan_list.blue_border tr td {
	border-color: #62c7cd;
}
table.plan_list.pink_border,
table.plan_list.pink_border tr:first-child th,
table.plan_list.pink_border tr:first-child td,
table.plan_list.pink_border tr th,
table.plan_list.pink_border tr td {
	border-color: #db8099;
}
table.plan_list.yellow_border,
table.plan_list.yellow_border tr:first-child th,
table.plan_list.yellow_border tr:first-child td,
table.plan_list.yellow_border tr th,
table.plan_list.yellow_border tr td {
	border-color: #b4a323;
}
table.plan_list {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 25px;
	color: #333;
	background: #fff;
}
table.plan_list tr:nth-child(2n) th,
table.plan_list tr:nth-child(2n) td {
	background: #fafafa;
}
table.plan_list tr th {
	line-height: 1.5;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	padding: 8px 0 8px 5px;
	width: 20%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
@media screen and (max-width:991px) {
	table.plan_list tr th {
		font-size: 13px;
		line-height: 1.3;
	}
}
table.plan_list tr td {
	line-height: 1.5;
	width: 80%;
	font-size: 16px;
	text-align: left;
	padding: 8px 5px 8px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
@media screen and (max-width:991px) {
	table.plan_list tr td {
		font-size: 13px;
		line-height: 1.3;
	}
}
table.plan_list.yellow_border tr th{
	font-size: 20px;
	text-align: center;
}
table.plan_list.yellow_border tr td {
	vertical-align: middle;
}
@media screen and (max-width:991px) {
	table.plan_list.yellow_border tr th{
		font-size: 12px;
		width: 30%;
	}
	table.plan_list.yellow_border tr td {
		vertical-align: top;
		width: 70%;
	}
}
table.plan_list tr:first-child th,
table.plan_list tr:first-child td {
	border-top-width: 2px;
	border-top-style: solid;
}
.schedule #calendar {
	display: block;
	padding: 60px 0 35px;
	background-color: #eff0b8;
	margin: 55px 0 80px;
}
@media screen and (max-width:991px) {
	.schedule #calendar {
		padding: 25px 0 0px;
		margin: 5px 0 30px;
	}
}
.schedule #calendar h2,
.schedule #gallery h2,
#single_container.facilities h2 {
	line-height: 1.3;
	color: #3a3d46;
	font-size: 38px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0 0px;
}
@media screen and (max-width:991px) {
	.schedule #calendar h2,
	.schedule #gallery h2,
	#single_container.facilities h2 {
		line-height: 1.2;
		font-size: 20px;
	}
}
.schedule #calendar h2 span,
.schedule #section01 h2 span,
.schedule #gallery h2 span ,
#single_container.facilities h2 span {
	display: block;
}
.schedule #calendar p,
.schedule #section01 p,
.schedule #gallery p,
#single_container.facilities p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #3a3d46;
	text-align: center;
	margin: 0px 0 30px;
}
@media screen and (max-width:991px) {
	.schedule #calendar p,
	.schedule #section01 p,
	.schedule #gallery p,
	#single_container.facilities p {
		font-size: 13px;
		line-height: 1.5;
		text-align: left;
		margin: 0px 0 20px;
	}
}
.calendar_itemContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0 auto;
}
.calendar_itemContainer ul.calendar_list {
	width: 50%;
	margin: 0 0 30px 0;
}
@media screen and (max-width:991px) {
	.calendar_itemContainer ul.calendar_list {
		width: 100%;
		margin: 0 0 0px 0;
	}
}
.calendar_itemContainer ul.calendar_list li {
	border-top: 2px solid #b4a323;
	background: #fff;
	padding: 20px 0 20px 70px;
	line-height: 1.5;
	position: relative;
}
@media screen and (max-width:991px) {
	.calendar_itemContainer ul.calendar_list li {
		padding: 10px 0 10px 40px;
	}
}
.calendar_itemContainer ul.calendar_list li:nth-child(2n) {
	background: #fafafa;
}
.calendar_itemContainer ul.calendar_list li:last-child {
	border-bottom: 2px solid #b4a323;
}
@media screen and (max-width:991px) {
	.calendar_itemContainer ul.calendar_list.first_half li:last-child {
		border-bottom: none;
	}
	.calendar_itemContainer ul.calendar_list.second_half li:last-child {
		margin: 0 0 20px 0;
	}
}
.calendar_itemContainer ul.calendar_list li i.circle {
	font-weight: bold;
	padding: 0px;
	border-radius: 50%;
	background-color: #eff0b8;
	color: #4D4545;
	max-height: 50px;
	z-index: 2;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	position: absolute;
	text-align: center;
	font-style: normal;
	left: 10px;
	top: 7px;
}
@media screen and (max-width:991px) {
	.calendar_itemContainer ul.calendar_list li i.circle {
		max-height: 30px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		left: 5px;
		font-size: 11px;
	}
}
.calendar_itemContainer ul.calendar_list li span {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}
@media screen and (max-width:991px) {
	.calendar_itemContainer ul.calendar_list li span {
		font-size: 13px;
	}
}
/* ==================================================
	固定ページ【入園のご案内】
================================================== */
.admission #section01 {
	padding: 80px 0;
}
@media screen and (max-width:991px) {
	.admission #section01 {
		padding: 30px 0;
	}
}
/* ==================================================
	固定ページ【系列園】
================================================== */
.other-facilities {
	padding: 60px 0;
	background-color: #eff0b8;
	margin: 30px 0 80px;
}
.other-facilities.mb0 {
	margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	.other-facilities {
		padding: 30px 0;
		margin: 0px 0 30px;
	}
	.other-facilities.mb0 {
		margin-bottom: 0;
	}
}
.other-facilities .img-responsive {
	width: 100%;
		display: block;
		margin: 0px auto 0;
		padding: 0;
}
@media screen and (max-width: 991px) {
	.other-facilities .img-responsive {
		width: 100%;
		max-width: 300px;
		display: block;
		margin: 0px auto 20px;
		padding: 0;
	}
}
/* ==================================================
	固定ページ【お問い合わせ】
================================================== */
/*START_コンタクトフォームカスタマイズ*/
.wpcf7 {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	width: 100% !important;
	border: none !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}
.wpcf7 form.wpcf7-form {
	margin: 0;
}
.wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.shooting-date {
	width: 20%;
	display: inline-block;
}
@media screen and (max-width:991px) {
	.wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.shooting-date {
		width: 100%;
		display: block;
	}
}
.wpcf7 form.wpcf7-form input,
.wpcf7 form.wpcf7-form textarea {
	font-size: 14px;
	line-height: 20px;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #1d1d1f;
}
@media screen and (max-width:991px) {
	.wpcf7 form.wpcf7-form input {
		line-height: 18px;
		font-size: 13px;
		padding: 6px 5px;
	}
}
@media screen and (max-width:991px) {
	.wpcf7 form.wpcf7-form textarea {
		height: 150px;
		margin: 0;
		font-size: 13px;
		padding: 6px 5px;
	}
}
.wpcf7 form.wpcf7-form input:focus,
.wpcf7 form.wpcf7-form textarea:focus {
	border: 1px solid rgb(46, 113, 242);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.wpcf7 form.wpcf7-form textarea {
	display: block;
}
.wpcf7 form.wpcf7-form .wpcf7-radio.form-control {
	height: auto;
	line-height: 22px;
	border: none;
	color: #1d1d1f;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding-right: 0;
	padding-left: 0;
}
@media screen and (max-width:991px) {
	.wpcf7 form.wpcf7-form .wpcf7-radio.form-control {
		font-size: 13px;
		padding-right: 0;
		padding-left: 0;
	}
}
.wpcf7 form.wpcf7-form .wpcf7-radio.form-control label {
	font-weight: 500;
	cursor: pointer;
}
.wpcf7 form.wpcf7-form input.wd_auto {
	width: auto;
}
@media screen and (max-width:991px) {
	.wpcf7 form.wpcf7-form input.wd_auto {
		width: 100%;
	}
}
.wpcf7 form.wpcf7-form select {
	cursor: pointer;
}
@media screen and (max-width:991px) {
	.wpcf7 form.wpcf7-form select {
		width: 100%;
		max-width: 100%;
	}
}
.wpcf7 form.wpcf7-form select.wd_full {
	width: 100%;
	max-width: 100%;
}
.wpcf7 form.wpcf7-form span.wpcf7-list-item {
	margin-left: 5px;
	margin-right: 10px;
}
/*.wpcf7 form.wpcf7-form span.wpcf7-list-item.first {
	margin-left: 10px;
}*/
.wpcf7 form.wpcf7-form span.wpcf7-list-item.last {
	margin-left: 5px;
	margin-right: 0px;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item-label {
	font-size: 14px;
}
@media screen and (max-width:991px) {
	.wpcf7 form.wpcf7-form .wpcf7-list-item-label {
		font-size: 12px;
		letter-spacing: -0.04em;
	}
}
.wpcf7 form.wpcf7-form.custom-wpcf7c-confirmed .wpcf7-list-item-label {
	cursor: default;
}
.wpcf7 form.wpcf7-form span.wpcf7-not-valid-tip {
	color: #d02626;
	font-size:14px;
	font-weight: normal;
	display: block;
	line-height: 1.5;
}
@media screen and (max-width:991px) {
	.wpcf7 form.wpcf7-form span.wpcf7-not-valid-tip {
		font-size:13px;
		line-height: 1.3;
	}
}
form.wpcf7-form .ajax-loader {
	position: absolute;
	bottom: 11px;
	left: 50%;
	margin: 0 0 0 -110px;
	background-color: #5688ea;
	z-index: 10;
}
@media screen and (max-width:991px) {
	form.wpcf7-form .ajax-loader {
		bottom: 8px;
		margin: 0 0 0 -90px;
	}
}
form.wpcf7-form div.wpcf7-validation-errors {
	border: 2px solid #c44646;
	background: #fff;
	color: #c44646;
	font-weight: bold;
}
form.wpcf7-form div.wpcf7-acceptance-missing {
	border: 2px solid #3d62ad;
	background: #fff;
	color: #3d62ad;
}
form.wpcf7-form div.wpcf7-response-output {
	margin: 40px 0 0px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border-color: #2e71f2 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #d75d5d !important;
}
@media screen and (max-width:991px) {
	form.wpcf7-form div.wpcf7-response-output {
		margin: 20px 0 0px;
		padding: 5px;
		font-size: 11px;
	}
}
.wpcf7 form.wpcf7-form .wpcf7c-conf {
	background-color: #d6e0ee;
	color: #000;
	cursor: default;
}
.wpcf7 form.wpcf7-form input[type=radio] {
	cursor: pointer;
}
.wpcf7 form.wpcf7-form input[type=radio].wpcf7c-conf:checked {
	color: #000;
}
.wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
	color: #fff;
	width: 100%;
	max-width: 240px;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	z-index: 10;
	padding: 0 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
	background-color: rgba(236, 161, 161, 1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	border: none !important;
	cursor: pointer;
	outline: none;
}
@media screen and (max-width:991px) {
	.wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
		height: 40px;
		line-height: 36px;
		font-size: 13px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		max-width: 200px;
	}
}
.wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-confirm {
	width: 50%;
}
.wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: rgba(236, 161, 161, 0.8);
}
.wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:active {
	background-color: rgb(213, 127, 127, 1);
}
.wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:disabled,
.wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:disabled:hover,
.wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:disabled:active {
	background-color: #aaa;
	color: #ccc;
	cursor:not-allowed;
}
.wpcf7 p {
	margin-bottom: 0;
}
.formBox {
	margin: 20px 0 0px;
	display: block;
	width: 100%;
	background: #fff;
}
@media screen and (max-width:750px) {
	.formBox {
		margin: 0px 0 0px;
		background-image: none;
		background: #fff;
	}
}
.formBox .formBox_container {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:750px) {
	.formBox .formBox_container {
		width: 100%;
		padding: 20px 0px 0;
	}
}
.formBox .formBox_container p.form_head_comment {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width:750px) {
	.formBox .formBox_container p.form_head_comment {
		margin: 0px 0px 0px;
		font-size: 16px;
	}
}
.formBox .formBox_container h2.form_head_ttl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	position: relative;
	padding: 0px 40px;
	height: 46px;
	line-height: 46px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	background: #65aa83;
	margin: 5px auto 30px;
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width:750px) {
	.formBox .formBox_container h2.form_head_ttl {
		padding: 0px 30px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		margin: 5px auto 20px;
	}
}
.formBox .formBox_container h2.form_head_ttl:before,
.formBox .formBox_container h2.form_head_ttl:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
.formBox .formBox_container h2.form_head_ttl:before {
	top: 0;
	left: 0;
	border-width: 23px 0px 23px 15px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}
@media screen and (max-width:750px) {
	.formBox .formBox_container h2.form_head_ttl:before {
		border-width: 20px 0px 20px 10px;
		border-color: transparent transparent transparent #fff;
	}
}
.formBox .formBox_container h2.form_head_ttl:after {
	top: 0;
	right: 0;
	border-width: 23px 15px 23px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
@media screen and (max-width:750px) {
	.formBox .formBox_container h2.form_head_ttl:after {
		border-width: 20px 10px 20px 0px;
		border-color: transparent #fff transparent transparent;
	}
}
@media screen and (max-width:750px) {
	.formBox .formBox_container p.t_center.mb20 {
		font-size: 12px;
	}
}
.formBox .formBox_container ::placeholder {
	color: #999;
}
.formBox .formBox_container p.required_comment {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0px 5px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	color: #ED5558;
	line-height: 1.5;
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width:750px) {
	.formBox .formBox_container p.required_comment {
		margin: 0px 0px 0px;
		font-size: 13px;
	}
}
.formBox .formBox_container h3 {
	margin-top: 20px !important;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	border-left: 4px solid #65aa83;
	padding-left: 10px;
	padding-top: 0px;
}
.formBox .formBox_container .confirmBox {
	/*background: rgba(255,255,255,0.5);*/
	/*padding: 20px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:750px) {
	.formBox .formBox_container .confirmBox {
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
}
.formBox .formBox_container .confirmBox h3 {
	margin-top: 0 !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	border-left: none;
	padding-left: 0;
	border-bottom: 4px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
@media screen and (max-width:750px) {
	.formBox .formBox_container .confirmBox h3 {
		font-size: 16px;
		line-height: 1.5;
		border-bottom: 2px solid #ccc;
		padding-bottom: 2px;
		margin-bottom: 2px;
		margin-top: 20px !important;
	}
}
.formBox .formBox_container .confirmBox h4 {
	margin-top: 0 !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	border-left: 4px solid #ccc;
	padding: 0 0 0px 10px;
	border-bottom: none;;
	margin-bottom: 10px !important;
}
@media screen and (max-width:750px) {
	.formBox .formBox_container .confirmBox h4 {
		font-size: 15px;
		padding-bottom: 2px !important;
		margin-bottom: 2px !important;
	}
}
.formBox .formBox_container .confirmBox p {
	line-height: 1.5;
	color: #000;
	padding: 5px 0;
	font-size: 15px;
}
.formBox .formBox_container .confirmBox p a {
	text-decoration: underline;
	color: #DF5F5F;
}
.formBox .formBox_container .confirmBox p a:hover {
	text-decoration: none;
}
.formBox .formBox_container .confirmBox p span {
	margin-left: 0 !important;
}
.formBox .formBox_container .confirmBox p span.wpcf7-list-item-label {
	font-weight: bold;
	font-size: 16px;
}
@media screen and (max-width:750px) {
	.formBox .formBox_container .confirmBox p {
		font-size: 13px;
	}
}
/*END_コンタクトフォームカスタマイズ*/

/*********************************
  loopsliderカスタマイズ
*********************************/
#loopslider {
	margin: 40px auto 0;
	width: 100%;
	min-height: 100px;
	text-align: left;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
}
@media screen and (max-width:767px){
	#loopslider {
	margin: 20px auto 0;
		min-height: 60px;
	}
}
#loopslider ul {
	width: 100%;
	height: auto;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul li {
	width: 100%;
	max-width: 130px;
	height: auto;
	float: left;
	display: inline;
	overflow: hidden;
}
@media screen and (max-width:767px){
	#loopslider ul li {
		max-width: 78px;
	}
}
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}

/*********************************
  ギャラリーカスタマイズ
*********************************/
#main_contents #gallery_container {
	margin-top: 80px;
}
@media screen and (max-width: 991px) {
	#main_contents #gallery_container {
		margin-top: 20px;
	}
}
#main_contents #gallery_container .post-content {
	background: #fff;
	padding: 0px;
	border-radius: 0px;
	margin: 0 auto 40px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
	position: relative;
}
@media screen and (max-width: 991px) {
	#main_contents #gallery_container .post-content {
		margin: 0 auto 0px;
	}
}
#main_contents #gallery_container .post-content .gallery_header_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #eee;
	background: #fff;
}
@media screen and (max-width: 991px) {
	#main_contents #gallery_container .post-content .gallery_header_container {
		padding: 10px 10px 5px;
	}
}
@media screen and (max-width: 767px) {
	#main_contents #gallery_container .post-content .gallery_header_container .col-xs-12 {
		padding-left: 0px !important;
	}
}
#main_contents #gallery_container .post-content .gallery_header_container h2 {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px;
	line-height: 1.2em;
	word-break: break-all;
}
@media (max-width:991px) {
	#main_contents #gallery_container .post-content .gallery_header_container h2 {
		font-size: 18px;
		padding: 5px 0 10px;
	}
}
#main_contents #gallery_container .post-content .gallery_header_container p.gallery_shop_container {
	font-size: 13px;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 0;
}
#main_contents #gallery_container .post-content .gallery_header_container p.gallery_shop_container span.shop_box {
	background: #63686A;
	padding: 5px 10px 5px;
	margin: 0 10px 10px 0;
	display: inline-block;
	position: relative;
	border-radius: 0;
}
@media (max-width:991px) {
	#main_contents #gallery_container .post-content .gallery_header_container p.gallery_shop_container {
	font-size: 11px;
	line-height: 1.2;
}
#main_contents #gallery_container .post-content .gallery_header_container p.gallery_shop_container span.shop_box {
	padding: 5px 5px 5px;
	margin: 0 5px 5px 0;
}
}
#main_contents #gallery_container .post-content .blog_container {
	padding: 20px 20px 0;
}
@media (max-width:991px) {
	#main_contents #gallery_container .post-content .blog_container {
		padding: 10px 10px 0;
	}
}
#main_contents #gallery_container .post-content .blog_container p {
	color: #333;
	line-height: 1.8;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 20px;
}
@media (max-width:991px) {
	#main_contents #gallery_container .post-content .blog_container p {
		line-height: 1.3;
		font-size: 12px;
		margin-bottom: 10px;
	}
}
#main_contents #gallery_container .post-content ul.photo_gallery_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#main_contents #gallery_container .post-content ul.photo_gallery_container li {
	position: relative;
	min-height: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#main_contents #gallery_container .post-content ul.photo_gallery_container li.photo_add_img_length {
	width: 23.5%;
	margin: 0 2% 25px 0;
}

#main_contents #gallery_container .post-content ul.photo_gallery_container li.photo_add_img_length:nth-of-type(4n) {
	margin-right: 0;
}

@media (max-width:767px) {
	#main_contents #gallery_container .post-content ul.photo_gallery_container li.photo_add_img_length {
		/* width: 49%;*/
		margin: 0 2% 10px 0;
	}

	/*#main_contents #gallery_container .post-content ul.photo_gallery_container li.photo_add_img_length:nth-of-type(4n) { margin-right: 2%;}
	#main_contents #gallery_container .post-content ul.photo_gallery_container li.photo_add_img_length:nth-of-type(3n) { margin-right: 0;}*/
}

#main_contents #gallery_container .post-content ul.photo_gallery_container li.photo_add_img_width {
	width: 32%;
	margin: 0 2% 25px 0;
}

#main_contents #gallery_container .post-content ul.photo_gallery_container li.photo_add_img_width:nth-of-type(3n) {
	margin-right: 0;
}

@media (max-width:767px) {
	#main_contents #gallery_container .post-content ul.photo_gallery_container li.photo_add_img_width {
		/* width: 49%;*/
		margin: 0 2% 10px 0;
	}

	/*#blog_box .gallery_container .post-content ul.photo_gallery_container li.photo_add_img_width:nth-of-type(3n) { margin-right: 2%;}
	#blog_box .gallery_container .post-content ul.photo_gallery_container li.photo_add_img_width:nth-of-type(2n) { margin-right: 0;}*/
}

#main_contents #gallery_container .post-content ul.photo_gallery_container li figure {
	margin-top: 0px !important;
}

#main_contents #gallery_container .post-content ul.photo_gallery_container li figure a {
	width: 100%;
	display: block;
}
/*一覧リスト*/
#main_contents .container ol#news_list_archive {
	list-style: none;
	margin-top: 70px;
}
@media screen and (max-width: 991px) {
	#main_contents .container ol#news_list_archive {
		margin-top: 40px;
	}
}
#main_contents .container ol#news_list_archive li {
	margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
	#main_contents .container ol#news_list_archive li {
		margin-bottom: 10px;
	}
}
#main_contents .container ol#news_list_archive li a {
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (max-width: 991px) {
	#main_contents .container ol#news_list_archive li a {
		padding: 10px;
	}
}
#main_contents .container ol#news_list_archive li a:hover {
	border: 1px solid #fdeded;
	background: #fdeded;
}
#main_contents .container ol#news_list_archive li a .content {
	padding: 0;
}
#main_contents .container ol#news_list_archive li a .new_info {
	display: inline-block;
	margin-right: 20px;
}
@media screen and (max-width: 991px) {
	#main_contents .container ol#news_list_archive li a .new_info {
		margin-right: 10px;
	}
}
#main_contents .container ol#news_list_archive li a .new_info span {
	display: inline-block;
	height: 30px;
	width: 60px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	background: #fcac45;
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (max-width: 991px) {
	#main_contents .container ol#news_list_archive li a .new_info span {
		height: 20px;
		width: 40px;
		line-height: 20px;
		font-size: 12px;
	}
}
#main_contents .container ol#news_list_archive li a:hover .new_info span {
	box-shadow: 0 4px 6px rgba(0,0,0,.175);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.175);
	-webkit-box-shadow: 0 4px 6px rgba(0,0,0,.175);
}
#main_contents .container ol#news_list_archive li a span.date {
	line-height: 30px;
	font-weight: bold;
	font-size: 15px;
	color: #606262;
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (max-width: 991px) {
	#main_contents .container ol#news_list_archive li a span.date {
		line-height: 20px;
		font-size: 12px;
	}
}
#main_contents .container ol#news_list_archive li a span.date i.fa {
	padding-right: 5px;
	font-weight: 400;
	font-size: 17px;
}
@media screen and (max-width: 991px) {
	#main_contents .container ol#news_list_archive li a span.date i.fa {
		font-size: 14px;
	}
}
#main_contents .container ol#news_list_archive li a h3.title {
	margin-bottom: 0;
	margin-top: 15px;
	color: #464646;
	font-size: 18px;
	line-height: 1.2;
}
@media screen and (max-width: 991px) {
	#main_contents .container ol#news_list_archive li a h3.title {
		margin-top: 5px;
		font-size: 16px;
	}
}
#main_contents .container ol#news_list_archive li a:hover h3.title {
	color: #555;
}

/*お知らせ詳細*/
#article { position:relative; }
/* アイキャッチ画像 */
#post_image { padding:0; margin:0 0 30px 0; }
#post_image img { width:100%; height:auto; display:block; margin:0; }


/* カテゴリー */
#post_meta_top li { float:left; margin:0 15px 0 0; }
#post_meta_top .category a { display:inline-block; background:#ccc; font-size:12px; color:#fff; height:30px; line-height:30px; padding:0 15px; text-decoration:none; }
#post_meta_top .date { font-family:Arial,sans-serif; padding:8px 15px 12px 20px; position:relative; font-size:14px; color:#666; }
/* 記事タイトル */
#post_title { padding:0; margin:15px 0 30px; font-size:21px; color:#000; line-height:140%; }
/*  記事本文*/
.post_content {}
.dis_post_content { padding:0 0 20px; }

#main_contents .container #article #single_news_container {
	background: #fff;
	padding: 0px;
	border-radius: 0px;
	margin: 70px auto 0px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.1);
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	position: relative;
}
@media screen and (max-width: 991px) {
	#main_contents .container #article #single_news_container {
		margin: 40px auto 0px;
	}
}
#main_contents .container #article #blog_ttl_header {
	position: relative;
	padding: 25px 20px 20px;
	border-bottom: 1px solid #eee;
	background: #fff;
}
@media (max-width:767px) {
	#main_contents .container #article #blog_ttl_header {
		padding: 20px 20px 10px;
	}
}
#main_contents .container #article #blog_ttl_header::before {
	content: "";
	display: block;
	border: 12px solid transparent;
	border-top-color: transparent;
	border-top-color: #eee;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 10%;
	margin-bottom: -24px;
}
#main_contents .container #article #blog_ttl_header::after {
	content: "";
	display: block;
	border: 11px solid transparent;
	border-top-color: transparent;
	border-top-color: #fff;
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 10%;
	margin-left: 1px;
	margin-bottom: -21px;
}
#main_contents .container #article #blog_ttl_header h2 {
	font-size: 32px;
	color: #3a3d46;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0 0 20px;
	border-bottom: 2px solid #f05353;
}
@media (max-width:767px) {
	#main_contents .container #article #blog_ttl_header h2 {
		font-size: 18px;
		margin-bottom: 10px;
		padding: 0 0 10px;
	}
}
#main_contents .container #article #blog_ttl_header h2 .new_info {
	display: inline-block;
	margin-right: 10px;
}
@media (max-width:767px) {
	#main_contents .container #article #blog_ttl_header h2 .new_info {
		margin-right: 5px;
	}
}
#main_contents .container #article #blog_ttl_header h2 .new_info span {
	background: #fcac45;
	color: #fff;
	font-size: 14px;
	width: 50px;
	display: inline-block;
	text-align: center;
	line-height: 1.5;
	position: relative;
	top: -6px;
}
@media (max-width:767px) {
	#main_contents .container #article #blog_ttl_header h2 .new_info span {
		font-size: 12px;
		width: 40px;
		top: -2px;
	}
}
#main_contents .container #article #blog_ttl_header ul#post_meta_top li.date {
	font-size: 14px;
	line-height: 1.2;
	color: #333;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
@media (max-width:991px) {
	#main_contents .container #article #blog_ttl_header ul#post_meta_top li.date {
		font-size: 10px;
	}
}
#main_contents .container #article #blog_ttl_header ul#post_meta_top li.date em {
	padding: 2px 10px;
	line-height: 13px;
	margin: 0 10px 0 0;
	color: #555;
	font-weight: bold;
	font-style: normal;
	background: #fff;
	border: 1px solid #aaa;
}
@media (max-width:991px) {
	#main_contents .container #article #blog_ttl_header ul#post_meta_top li.date em {
		padding: 2px 8px;
		line-height: 10px;
		font-size: 10px;
	}
}
#main_contents .container #article #blog_ttl_header ul#post_meta_top {
	margin: 0;
}
#main_contents .container #article #blog_ttl_header ul#post_meta_top li.date i.fa {
	color: #d76e6e;
	padding-right: 5px;
}
#main_contents .container .post_content {
	padding: 20px 20px 100px;
}
@media (max-width:767px) {
	#main_contents .container .post_content {
		padding: 20px 15px 50px;
	}
}
#main_contents .container .post_content p {
	line-height: 1.8;
	font-size: 16px;
	font-weight: 500;
}
@media (max-width:767px) {
	#main_contents .container .post_content p {
		font-size: 13px;
	}
}
/*NEXT PREV*/
#main_contents .container #next {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #f7f7f7;
	padding: 2% 0 70px;
}
@media screen and (max-width: 991px) {
	#main_contents .container #next {
		padding: 10px 0 40px;
	}
}
#main_contents .container #next article.item_box {
	display: block;
	width: 49%;
	position: relative;
	background: #fff;
	box-shadow: 0 6px 8px rgba(0,0,0,.175);
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media (max-width:767px) {
	#main_contents .container #next article.item_box {
		width: 100%;
		margin-bottom: 10px;
	}
}
#main_contents .container #next article.item_box.prev_arrow {
	margin-left: auto;
}
#main_contents .container #next article.item_box:hover {
	background: #254a73;
	color: #fff;
	box-shadow: none;
}
#main_contents .container #next article.item_box a {
	line-height: 1.2;
	display: block;
	color: #393939;
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#main_contents .container #next article.item_box.next_arrow a {
	padding: 30px 15px 30px 50px;
}
#main_contents .container #next article.item_box.prev_arrow a {
	padding: 30px 50px 30px 15px;
}
@media (max-width:767px) {
	#main_contents .container #next article.item_box.next_arrow a {
		padding: 15px 15px 15px 50px;
	}
	#main_contents .container #next article.item_box.prev_arrow a {
		padding: 15px 50px 15px 15px;
	}
}
#main_contents .container #next article.item_box:hover a {
	color: #fff;
}
#main_contents .container #next article.item_box a i.fa {
	position: absolute;
	font-size: 20px;
	top: 50%;
	margin-top: -10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#main_contents .container #next article.item_box a i.fa.fa-chevron-left {
	left: 20px;
}
#main_contents .container #next article.item_box:hover a i.fa.fa-chevron-left {
	left: 15px;
}
#main_contents .container #next article.item_box a i.fa.fa-chevron-right {
	right: 20px;
}
#main_contents .container #next article.item_box:hover a i.fa.fa-chevron-right {
	right: 15px;
}
/*********************************
  サイドバーカスタマイズ
*********************************/
#sidebar {
	display: block;
	margin: 70px auto 0px;
}
@media screen and (max-width: 991px) {
	#sidebar {
		display: none;
	}
}
#sidebar #searchform {
	display: none;
}
#sidebar .my_sidebar {
	margin: 0 0 50px 0;
	display: block;
}
#sidebar .my_sidebar h3 {
	color: #fff;
	display: block;
	height: 50px;
	line-height: 30px;
	padding: 10px;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: #DB8888;
}
#sidebar .my_sidebar h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#sidebar .my_sidebar ul {
	list-style: none;
	margin-bottom: 0;
	width: 100%;
	overflow: hidden;
}
#sidebar .my_sidebar ul li {
	list-style-type: none;
	line-height: 2;
	font-size: 15px;
	padding: 0px 0;
	margin: 0px;
	margin-top: -1px;
}
#sidebar .my_sidebar ul li a {
	background: #fff;
	border: 1px solid #dedede;
	display: block;
	line-height: 20px;
	padding: 9px 10px;
	position: relative;
	transition: padding 0.2s ease;
	font-weight: 500;
	color: #3a3d46;
	font-size: 14px;
}
#sidebar .my_sidebar ul li a:hover {
	padding-left: 15px;
	text-decoration: none;
}
#sidebar .my_sidebar ul li a::before {
	content: "";
	width: 3px;
	height: 100%;
	transition: left 0.2s ease;
	position: absolute;
	top: -1px;
	left: -4px;
	z-index: 1;
	background: #DB8888 !important;
}
#sidebar .my_sidebar ul li a:hover::before {
	left: -1px;
}


/***************************************
組織図ページ
***************************************/
.genealogy {
	display: table;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 0px auto 80px;
	padding: 0 0 80px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
	.genealogy {
		margin: 0px auto 40px;
		padding: 0 0 40px;
	}
}
@media screen and (max-width: 991px) {
	.genealogy {
		display: none;
	}
}
.genealogy.mb0 {
	margin-bottom: 0;
	padding: 0px;
	border-bottom: 0px solid #ccc;
}
.organization_imgBox {
	display: none;
}
@media screen and (max-width: 991px) {
	.organization_imgBox {
		display: block;
		margin: 0px auto 20px;
		padding: 0 0 20px;
	}
	.organization_imgBox.mb0 {
		margin-bottom: 0;
		padding: 0px;
		border-bottom: 0px solid #ccc;
	}
}
.organization_imgBox p.img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.organization_imgBox p.img img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.genealogy > dl {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 139px 0px 0px;
    margin: 0px;
}
.genealogy.col-0 > dl {
    padding: 178px 0px 0px;
}
.genealogy.col-5 > dl {
    padding: 181px 0px 0px;
	align-items: stretch;
}
@media screen and (max-width: 991px) {
	.genealogy > dl {
		padding: 119px 0px 0px;
		margin: 0px;
	}
}
.genealogy > dl::after {
    position: absolute;
    top: 68px;
    left: 11.75%;
    right: 11.75%;
    height: 71px;
    background:
        linear-gradient(to right, #000 0%, #000 100%) top center / 3px 100% no-repeat,
        linear-gradient(to right, #000 0%, #000 100%) bottom  left / 100% 3px no-repeat;
    content: "";
}
.genealogy.col-5 > dl::after {
	top: 111px;
	left: 9.2%;
    right: 9.2%;
}
.genealogy.col-0 > dl::after {
    position: absolute;
    top: 111px;
    left: 0%;
    right: 0%;
    height: 68px;
    background:
        linear-gradient(to right, #000 0%, #000 100%) top center / 3px 100% no-repeat,
        linear-gradient(to right, #000 0%, #000 100%) bottom  left / 100% 0px no-repeat;
    content: "";
}

.genealogy > dl > dt,
.genealogy > dl > dd {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    width: 23.5%;
    height: auto;
    border: 3px solid currentColor;
    box-sizing: border-box;
    text-align: center;
    line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
@media screen and (max-width: 1199px) {
	.genealogy > dl > dt,
	.genealogy > dl > dd {
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
	.genealogy > dl > dt,
	.genealogy > dl > dd {
		padding: 10px 2px;
		border: 1px solid currentColor;
		line-height: 12px;
		font-size: 8px;
	}
}
.genealogy.col-0 > dl > dt,
.genealogy.col-5 > dl > dt {
	width: 23.5%;
}
.genealogy > dl > dt {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.genealogy > dl > dd {
    position: relative;
    margin: 65px 2% 0px 0;
}
.genealogy.col-5 > dl > dd {
	margin: 66px 2% 0px 0;
}
.genealogy > dl > dd:nth-child(5) {
	margin: 65px 0 0px;
}
.genealogy.col-5 > dl > dd:nth-child(5) {
	margin: 66px 2% 0px 0;
}
.genealogy.col-5 > dl > dd:nth-child(6) {
	margin: 66px 0% 0px 0;
}
.genealogy > dl > dd::before {
    position: absolute;
    top: -71px;
    left: 0px;
    width: 100%;
    height: 68px;
    /*background:
        linear-gradient(to right, #000 0%, #000 100%) top center / 0.2em calc(100% - 0.3em) no-repeat,
        linear-gradient(to top right, transparent 50%, #000 50%) bottom -0.1em left calc(50% - 0.2em + 1px) / 0.4em 1em no-repeat,
        linear-gradient(to top left, transparent 50%, #000 50%) bottom -0.1em left calc(50% + 0.2em - 1px) / 0.4em 1em no-repeat;*/
	  background: linear-gradient(to right, #000 0%, #000 100%) top center / 3px 100% no-repeat;
    overflow: hidden;
    content: "";
}
.genealogy dl dt em,
.genealogy dl dd em {
	display: inline-block;
}
.genealogy dl dt span,
.genealogy dl dd span {
	display: block;
	padding: 0 10px;
}
.genealogy.col-0 > dl > dt,
.genealogy.col-5 > dl > dt,
.genealogy.col-5 > dl > dd {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18.4%;
    height: auto;
    border: 3px solid currentColor;
    box-sizing: border-box;
    text-align: center;
    line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.genealogy.col-0 > dl > dt,
.genealogy.col-5 > dl > dt {
	padding: 10px 0px;
}
.genealogy.col-5 > dl > dd {
	padding: 10px 0px;
}
.genealogy.col-0 dl dt span.ttl,
.genealogy.col-5 dl dt span.ttl,
.genealogy.col-5 dl dd span.ttl {
	border-bottom: 3px solid #1d1d1f;
	padding: 0 10px 5px;
	margin: 0 0 10px;
	line-height: 22px;
	height: 32px;
}
.genealogy.col-5 dl dd span.name {
	font-size: 13px;
	padding: 0 10px;
}
.genealogy.col-5 dl dd span.name i {
	font-size: 10px;
	line-height: 1;
	color: #121212;
	margin-left: 5px;
	padding: 2px 3px 0;
	position: relative;
	top: -1px;
	border: 1px solid #121212;
}


