@charset "UTF-8";
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	utility
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*==================================================
	$heading
==================================================*/
.catchphrase {
	margin-bottom: 50px;
	font-size: 3.2rem;
	line-height: 1.3em;
	color: #69AFBB;
}
.page_hgroup {
	margin-bottom: 40px;
	padding-top: 20px;
	text-align: center;
	color: #69AFBB;
	background: url(../../_images/_common/heading_bg.png) top center no-repeat;
}
.page_hgroup .shoulder {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 3.0rem;
	background: url(../../_images/_common/icons/icon_bar_01.png) bottom center no-repeat;
}
.page_hgroup h1 {
	font-size: 1.2rem;
}
.heading01 {
	margin-bottom: 30px;
	font-size: 2.2rem;
	line-height: 1.4em;
}
.heading02 {
	margin-bottom: 30px;
	padding: 10px 0 10px 15px;
	font-size: 2.0rem;
	border-left: 5px solid #69AFBB;
	font-weight: bold;
	line-height: 1.3em;
	color: #69AFBB;
}
.heading03 {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3em;
	color: #000;
}
.heading04 {
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 1.3em;
	font-weight: bold;
}
.heading05 {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.2em;
	font-weight: bold;
}
/* モバイル用設定 */
@media screen and ( max-width: 599px ) {

}
/*==================================================
	$fonts
==================================================*/
.roboto {
	font-family: 'Roboto Condensed', sans-serif;
}
.signika {
	font-family: 'Signika', sans-serif;
}
.montserrat {
	font-family: 'Montserrat', sans-serif;
}
/*==================================================
	$text
==================================================*/
.texts p,
p.text,
.texts ul,
.texts ol,
ul.text,
ol.text {
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
	line-height: 1.8em;
}
.texts ul li,
ul.text li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../../_images/_common/icons/icon_dot_01.png) no-repeat 0.3em 0.5em;
	line-height: 1.5em;
}
.texts ol li,
ol.text li {
	margin: 0 0 0 20px;
	padding: 0 0 0;
	list-style: decimal outside;
	line-height: 1.5em;
}
.texts p em,
p.texts em {
	color: #D90000;
	font-weight: bold;
}
.caution {
	color: #C00;
}
.caption {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3em;
}
.texts p a,
p.text a {
	word-break: break-all;
	word-wrap: break-word;
}
article .date {
	margin-bottom: 20px;
}
article .date time {
	padding: 3px 0 3px 30px;
	background: url(../../_images/_common/icons/icon_calendar.png) left center no-repeat;
}
.texts img {
	padding: 0;
	margin-bottom: 0;
	height: auto;
	max-width: 100%;
}
.date {
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
}
.font_mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.texts img {
	margin-bottom: 5px;
}
.pic {
	margin-bottom: 5px;
}
.pic img,
.btn img {
	width: 100%;
	vertical-align: bottom;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.pic a:hover img,
.btn a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
a:hover img.ro,
a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.tel a {
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	text-decoration: none !important;
	line-height: inherit !important;
	text-align: inherit !important;
	letter-spacing: inherit !important;
	color: inherit !important;
}
.blank {
	display: inline-block;
	padding: 2px 20px 2px 0;
	background: url(../../_images/_common/icons/icons_window.png) right center no-repeat;
}
.supple {
	font-size: 1.2rem !important;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* text icon */
.tx_icon {
	margin-right: 10px;
	padding: 2px 10px;
	background: #000;
	color: #fff;
	font-size: 1.2rem;
}
/*==================================================
	$box
==================================================*/
.box {
	clear: both;
	margin-bottom: 50px;
}
.part {
	clear: both;
	margin-bottom: 15px;
}
.cover {
	padding: 20px;
	border: 1px solid #ddd;
	background: #eee;
}
.list_inner {
	padding: 10px;
	border: 1px solid #69AFBB;
}
/*==================================================
	$pic, shape
==================================================*/
.pic {
	margin-bottom: 5px;
}
.pic img {
	width: 100%;
}
.frame01 {
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}
.btn a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.hover {
	background: #EEEEEE;
	cursor: pointer;
}
/* radius */
.radius {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* shadow */
.text_shadow {
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.2);
}
.box_shadow {
	box-shadow: 1px 1px 1px rgba(0,0,0, 0.2);
}

/*==================================================
	$table
==================================================*/
table {
	width: 100%;
	margin-bottom: 12px;
	font-size: 1.4rem;
}
table th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}
table th,
table td {
	padding: 12px;
	line-height: 1.4em;
}
table.table01 th {
	background: #eee;
}
table.table01 th,
table.table01 td {
	border: 1px solid #ddd;
}
table.table02 {
	border-top: 2px solid #ddd;
}
table.table02 th,
table.table02 td {
	border-bottom: 1px solid #ddd;
}
/*==================================================
	$floatbox
==================================================*/
.clm2 li.list_cont,
.clm3 li.list_cont,
.clm4 li.list_cont,
.clm5 li.list_cont {
	float: left;
}
.clm2 ul {
	margin-right: -2%;
	margin-bottom: -2%;
}
.clm2 li.list_cont {
	margin: 0 2% 2% 0;
	width: 48%;
}
.clm2.-center1 ul {
	width: 48%;
	margin: 0 auto;
}
.clm2.-center1 ul li {
	width: 100%;
}
.clm3 ul {
	margin-right: -20px;
	margin-bottom: -20px;
}
.clm3 li.list_cont {
	margin: 0 20px 20px 0;
	width: 230px;
}
.clm4 ul {
	margin-right: -2%;
	margin-bottom: -2%;
}
.clm4 li.list_cont {
	margin: 0 2% 2% 0;
	width: 23%;
}
.clm5 ul {
	margin-right: -2%;
	margin-bottom: -2%;
}
.clm5 li.list_cont {
	margin: 0 2% 2% 0;
	width: 18%;
}
.image_texts .image_cont {
	float: left;
	margin-right: 3%;
	width: 30%;
}
.image_texts .texts_cont {
	float: right;
	width: 66%;
}
.texts_image .image_cont {
	float: right;
	margin-left: 3%;
	width: 30%;
}
.texts_image .texts_cont {
	float: left;
	width: 66%;
}
.left_right .left_cont {
	float: left;
	width: 48%;
}
.left_right .right_cont {
	float: right;
	width: 48%;
}
/* icon_kome */
.icon_kome::before {
	content: '※';
	display: block;
	float: left;
	margin-left: -1.5em;
	width: 1em;
	text-align: center;
}
.icon_kome {
	display: block;
	padding-left: 1.5em !important;
}
/*==================================================
	$contents_set
==================================================*/
/*contact_block*/
.contact_block {
	height: 150px;
	background: #69AFBB url(../../_images/_common/contact_bg.png) left 50px bottom -40px no-repeat;
	color: #fff;
	position: relative;
}
.contact_block .contact_text {
	position: absolute;
	top: 40px;
	right: 100px;
}
.contact_block .contact_tel {
	padding-left: 60px;
	font-size: 5.0rem;
	background: url(../../_images/_common/icons/icon_tel.png) left center no-repeat;
}
.contact_block .text {
	font-size: 1.6rem;
	text-align: center;
}
/* sp_gallery */
.sp_gallery .owl-theme .owl-dots {
	text-align: center;
}
.sp_gallery .owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
/* gallery dots navi active color */
.sp_gallery .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
/* gallery dots navi normal color */
.sp_gallery .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* news_archive */
.news_archive_list li {
	margin: 0 0 20px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
}
.news_archive_list li p.date {
	float: left;
	clear: left;
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3em;
}
.news_archive_list li .news_title {
	margin: 0;
	padding: 0 10px 0 80px;
	line-height: 1.3em;
}
.news_archive_list li p.link_pdf {
}
.article_info {
	margin-bottom: 30px;
	text-align: left;
}
/* event */
.event_archive_list li {
	margin-bottom: 20px;
}
.event_archive_list .pic {
	float: left;
	width: 200px;
	height: 135px;
}
.event_archive_list .event_text {
	float: right;
	width: 780px;
}
.event_archive_list .event_text .event_title {
	margin-bottom: 15px;
	font-size: 1.6rem;
}
.event_archive_list .event_text .event_title a {
	line-height: 1.3;
}
.event_archive_list .event_text .event_title span.wrap {
	margin-bottom: 8px;
	display: block;
}
.event_archive_list .event_text .event_title span.wrap .tx_icon {
	white-space: nowrap;
}
.event_archive_list .event_text .ev_date {
	margin-left: 10px;
	color: #AAAAAA;
}
.tx_icon.cat01 {
	background: #FF8000;
}
.tx_icon.cat02 {
	background: #6DD900;
}
/* blog */
.weblog_archive_list li {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
}
.weblog_archive_list li p.date {
	clear: left;
	float: left;
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8em;
}
.weblog_archive_list li .weblog_title {
	margin: 0;
	padding: 0 10px 0 80px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3em;
}
.weblog_archive_list li .weblog_excerpt {
	margin: 0 0 10px;
	padding: 0 10px 0 120px;
	line-height: 1.3em;
}
/* weblog_archive_area */
.weblog_archive_area {
	margin-bottom: 50px;
}
.weblog_archive_area .heading03 a {
	font-weight: bold;
	text-decoration: none !important
}
/* weblog_aside */
.weblog_aside {
	padding: 20px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.weblog_aside h4 {
	float: left;
	padding: 5px 0 5px 30px;
	margin-right: 20px;
	font-weight: bold;
	line-height: 1.7em;
	background: url(../../_images/_common/icons/icon_category.png) left center no-repeat;
}
.weblog_aside li {
	display: inline-block;
	margin-right: 10px;
}
.weblog_aside li a {
	display: block;
	padding: 10px 15px;
	color: #333 !important;
	text-decoration: none !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ddd;
}
.weblog_aside li a:hover {
	background: #ddd;
}
/* ajax_more_load */
.ajax_more_load { /* main_contents width - 150  / 2 */
	margin-left: 265px;
}
/* error */
.error_box p {
	text-align: center;
}
/* LIKE BUTTON */
.wpulike {
	display: none !important;
}
/*==================================================
	$pagenav
==================================================*/
.pagenav {
	text-align: center;
}
.pagenav a {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 5px;
	color: #333 !important;
	text-decoration: none !important;
	border: 1px solid #ddd;
}
.pagenav a.current {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 5px;
	background: #ddd;
	color: #fff !important;
	text-decoration: none !important;
	border: 1px solid #ddd;
}

.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .pages {
	margin-right: 15px;
}
.wp-pagenavi .page,
.wp-pagenavi a {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 5px;
	color: #555 !important;
	text-decoration: none !important;
	border: 1px solid #ddd;
}
.wp-pagenavi .current {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 5px;
	background-color: #ddd !important;
	color: #fff;
	text-decoration: none !important;
	border: 1px solid #ddd;
}
/*==================================================
	$js
==================================================*/
/* ac_menu */
.ac_menu .ac_content {
	display: none;
}
.ac_menu .ac_toggle {
	padding: 5px 0 15px 0;
	cursor: pointer;
	background: url(../../_images/_common/icons/ac_menu_close.png) right center no-repeat;
	background-size: 20px;
	border-bottom: 1px dashed #333;
}
.ac_menu .ac_toggle.open {
	background: url(../../_images/_common/icons/ac_menu_open.png) right center no-repeat;
	background-size: 20px;
}
/* fade */
.fade {
	right: 100px;
	opacity: 0;
	position: relative;
}
@media screen and ( max-width: 767px ) {
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ モバイル用設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*==================================================
	$heading
==================================================*/
.catchphrase {
	margin-bottom: 40px;
	font-size: 1.8rem;
	line-height: 1.3em;
	color: #000;
}
/*==================================================
	$sp_box
==================================================*/
.box {
	margin-bottom: 30px;
	padding: 0 15px;
	box-sizing: border-box;
}
.part {
	margin-bottom: 20px;
}
/*==================================================
	$sp_floatbox
==================================================*/
.clm2 li.list_cont,
.clm3 li.list_cont,
.clm4 li.list_cont,
.clm5 li.list_cont {
	float: none;
}
.clm2 ul,
.clm3 ul,
.clm4 ul,
.clm5 ul {
	margin: 0;
}
.clm2 li.list_cont,
.clm3 li.list_cont,
.clm4 li.list_cont,
.clm5 li.list_cont {
	margin-bottom: 15px;
	width: 100%;
}
.image_texts .image_cont,
.texts_image .image_cont,
.image_texts .texts_cont,
.texts_image .texts_cont {
	margin: 0 0 15px 0;
	float: none;
	width: 100%;
}
.left_right .left_cont {
	float: none;
	width: 100%;
}
.left_right .right_cont {
	float: rnone;
	width: 100%;
}
/*==================================================
	$sp_table
==================================================*/
table th,
table td {
	display: block;
}
table.table01 th,
table.table01 td {
	border-left: none !important;
	border-right: none !important;
}
table.table01 td {
	margin-bottom: 10px !important;
	border-top: none !important;
	border-bottom: none !important;
}
/*==================================================
	$sp_contents_set
==================================================*/
.weblog_aside {
	padding: 20px;
}
.weblog_aside h4 {
	margin-bottom: 10px;
	float: none;
}
.weblog_aside li {
	display: block;
	margin: 0 0 10px 0;
}
/* event */
.event_archive_list .pic {
	margin: 0 auto 15px auto;
	float: none;
	width: 200px;
	height: 135px;
}
.event_archive_list .event_text {
	float: none;
	width: 100%;
}
.event_archive_list .event_text .event_title {
	margin-bottom: 15px;
	line-height: 1.5em;
}
.event_archive_list .event_text .ev_date {
	margin-left: 10px;
	color: #AAAAAA;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
}
/*==================================================

	[ utility ] $clearfix

==================================================*/
.clearfix:after,
.clm2 ul:after,
.clm3 ul:after,
.clm4 ul:after,
.clm5 ul:after,
.left_right:after,
.image_texts:after,
.texts_image:after,
.weblog_aside:after,
.event_archive_list li:after {
	content:" ";
	display:block;
	clear:both;
}
