@charset "UTF-8";
/*
Theme Name:miyagi_hirose
2025-01-24
Author:TAC
*/
/* 共通設定 */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-display: swap;
	width: auto;
	position: relative;
	margin: 0;
	min-width: 1px;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0;
	line-height: 1.5em;
}
html {
	height: 100%;
}
body {
	margin-top: 0px;
	height: 100%;
}
img {
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
th, td {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
caption {
	text-align: left;
}
ul, ol, dl {
	list-style: none;
}
li {
	display: list-item;
	zoom: normal;
}
.img_right {
	float: right;
	width: auto;
	margin-left: 20px;
	display: block;
}
.img_center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.center {
	text-align: center;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.cleafloat {
	clear: both;
}
/* End hide from IE-mac */
.space-large {
	margin: 0 0 3.6em;
}
.space-medium {
	margin: 0 0 2.4em;
}
.space-small {
	margin: 0 0 1.4em;
}
.space-x-small {
	margin: 0 0 .8em;
}
.box {
	border: 1px solid #656565;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 5%;
	width: 70%;
}
.red {
	color: #FF0004;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #29abe2;
}
a:hover {
	text-decoration: underline;
	color: #29abe2;
	padding-left: 0px;
	margin-left: 0px;
	width: auto;
	border-width: medium;
	height: auto;
}
.pc {
	display: block !important;
	width: auto;
}
.sp {
	display: none !important;
}
.btn, a.btn, button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	margin-top: 10px;
}
a.btn--orange {
	color: #fff;
	background-color: #eb6100;
}
a.btn--orange:hover {
	color: #fff;
	background: #FF9952;
}
a.btn-c {
	font-size: 18px;
	position: relative;
	padding: 1.5rem 3rem 1.5rem 2rem;
}
a.btn-c i.fa {}
a.btn-c:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 1.6rem;
	line-height: 1;
	position: absolute;
	top: calc(50% - .8rem);
	right: 1rem;
	margin: 0;
	padding: 0;
	content: '\f054';
}
span.orange {
	color: #ff8a00;
}
span.blue {
	color: #ff8a00;
}
a.btn--blue {
	color: #fff;
	background-color: #296EF1;
}
a.btn--blue:hover {
	color: #fff;
	background-color: #538EFE;
	/* [disabled]font-size: medium; */
}
#contents .btn_area p {
	clear: both;
	float: none;
}
.btn_area {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
@media only screen and (max-width:768px) {
	/* 768px以下用（タブレット／スマートフォン用）の記述 */
	body {
		padding: 0;
		margin: 0;
	}
	.container {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		position: static;
		display: block;
	}
	.br-sp {
		display: none;
	}
	#slide img {
		width: 100%;
		height: auto;
	}
	li.sp_only {
		display: none;
	}
	.pc {
		display: none !important;
		width: auto;
	}
	.sp {
		display: block !important;
	}
	a.btn-c {
		font-size: 18px;
		padding: 1.5rem 3rem 1.5rem 2rem;
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 60%;
	}
	.img_right {
		float: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ---------------------------------------------------------------------------------------------
　   HEADER
--------------------------------------------------------------------------------------------- */
#header {
	z-index: 97;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
	min-width: 1280px;
	position: sticky;
}
.header_area {
	background-color: #29abe2;
	height: 90px;
	width: 100%;
}
.header_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: 1110px;
	height: 100%;
	margin: 0 auto;
	align-items: center;
}
.logo {
	width: 332px;
	text-align: center;
}
.head_tel_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: 460px;
}
.head_tel_wrap dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}
.head_tel_dt {
	display: block;
	width: 64px;
	background: #fdff31;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	padding: 5px 0;
	color: #29abe2;
	text-align: center;
	border-radius: 15px;
	margin-right: 7px;
}
.head_tel_dd a {
	font-size: 22px;
	font-weight: 600;
	color: #FFFFFF;
}
.head_tel_dd a:hover {
	color: #fdff31;
}
.head_hours {
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	margin-top: 5px;
}
#header h1 a {
	white-space: nowrap;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	line-height: 1;
	margin-left: 0;
	letter-spacing: 0px;
	padding-top: 0px;
}
.header_nav_area {
	background-color: #FFFFFF;
	height: 60px;
	width: 100%;
}
.gnavi__wrap {
	/* 
	width: 1030px;
	*/
	width: 900px;
	height: 100%;
	/* [disabled]position: absolute; */
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.gnavi__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	height: 100%;
}
.gnavi__list {
	line-height: 1;
	text-align: center;
}
.gnavi__list a:hover {
	color: #29abe2;
	font-weight: 600;
}
.gnavi__list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-top: 22px;
	padding-bottom: 20px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
.current-menu-item a {
	font-weight: 600;
	color: #29abe2;
}
#header a:link {
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
}
#header a:hover {}
.flow {
	text-align: center;
	/*中央寄せ*/
	list-style-type: none;
	/*ポチ消す*/
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
}
@media only screen and (max-width : 768px) {
	#header {
		height: 60px;
		margin-bottom: 0px;
		/*
		position: fixed;
		background-image: url(images/title_back.png);
		background-size: cover;
		background-position: center 0%;
		z-index: 10;
		*/
	}
	.header_area {
		height: 100%;
	}
	.header_wrap {
		flex-direction: column;
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.logo {
		background-image: none;
		text-align: left;
		text-indent: 1em;
	}
	#header h1 a {
		font-size: 5vw;
		line-height: 60px;
		padding: 0px;
		text-align: left;
	}
	#header h1 a img {
		width: 7%;
		height: auto;
	}
	#louver {
		min-width: 100%;
		width: 100%;
	}
	#head_address {
		display: none;
	}
	#header {
		padding: 0;
		/* [disabled]position: fixed; */
		width: 100%;
		top: 0;
		left: 0;
		height: 60px;
		/* [disabled]background-color: #8DBE61; */
		overflow: hidden;
		min-width: 100%;
		position: fixed;
	}
	#louver .head_tel {
		display: none;
	}
	h1.h_logo a {
		width: 210px;
		background-image: url(images/head_logo_sp.png);
		display: none;
		top: 11px;
		left: 11px;
	}
	.header_nav_area {
		display: none;
	}
	.gnavi__wrap {
		display: none;
	}
	li.sp_only {
		display: block;
	}
}
/* ---------------------------------------------------------------------------------------------
　   TOPページ
--------------------------------------------------------------------------------------------- */
#slide_area {
	bottom: 0px;
	width: 100%;
	min-width: 1110px;
	margin-bottom: 64px;
}
#slides img {
	width: 100%;
	padding-bottom: 0px;
	min-width: 1110px;
	height: 700px;
	object-fit: cover;
}
#slides {
	position: relative
}
#slides .slide_footimg {
	background-image: url("images/top_slidefoot.png");
	background-repeat: repeat-x;
	background-position: center;
	position: absolute;
	display: block;
	height: 60px;
	width: 100%;
	bottom: 0;
}
#top_contents {
	width: 750px;
}
#top_contents p.lead {
	padding: 0;
	margin-bottom: 40px;
	width: 100%;
}
.top_feature {
	width: 100%;
}
.top_img_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
}
.top_img_box img {
	width: 345px;
	height: auto;
}
#top_contents h2 {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	letter-spacing: 0.02em;
	color: #29abe2;
	font-size: 65px;
	line-height: 1;
	margin-top: 0;
	padding: 0;
	margin-bottom: 30px;
}
#top_contents span.cream {
	color: #dbc6ad;
	line-height: 1;
}
span.title--ja {
	color: #000000;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	vertical-align: 50%;
}
.boderline {
	width: 100%;
	border-bottom: #b5b5b5 3px dotted;
	margin-bottom: 60px;
}
#top_contents .info_box_left_01 {
	width: 100%;
}
#top_contents .info_box_left_01 h4 {
	width: 100%;
	font-size: 24px;
	font-weight: normal;
	border: none;
	color: #000000;
	padding: 0;
	text-align: center;
	margin: 0;
	padding-bottom: 25px;
	line-height: 1;
}
#top_contents span.info--en {
	font-size: 20px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #dbc6ad;
	margin: 0;
	line-height: 1;
	margin-top: 10px;
}

#top_info {
	position: relative;
	background: #f7f2e3;
	padding: 40px 50px 50px;
	width: 100%;
	margin-top: 130px;
	box-sizing: border-box;
}
#top_info::before {
	position: absolute;
	content: "";
	background-image: url("images/top_info_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 60px;
	right: 0;
	top: -40px;
}
#top_news {
	background: #FFFFFF;
	padding: 40px;
	margin-bottom: 50px;
	border-radius: 30px;
	height: 230px;
}
#top_blog {
	background: #FFFFFF;
	padding: 40px;
	border-radius: 30px;
}
#top_contents #top_blog .info_box {
	overflow-x: hidden;
	overflow-y: hidden;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.info_box_left_01_sp {
	display: none;
}
.info_box_left_02 {
	width: 170px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	height: 180px;
	background-color: #D67059;
}
.info_box_left_04 {
	float: left;
	width: 290px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	height: 152px;
}
.info_box dl {
	width: 100%;
	height: 180px;
	overflow: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 100%;
	margin-bottom: 0px;
	padding-top: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.info_box dt {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	font-size: 100%;
}

.info_box dt.info_day {
	width: 33%;
	font-size: 17px;
	font-family: futura-pt, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-right: 0;
	padding: 5px 0;
}
.info_box dt.info_day img {
	margin-right: 10px;
}
.info_box dd.info_ttl {
	width: 67%;
	font-size: 16px;
	padding: 5px 0;
}
.info_box_blog dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
.blog_box {
	text-align: center;
	width: 180px;
}
.blog_box dt {
	margin-bottom: 10px;
}
.blog_box dd {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.3;
}
#top_contents #top_blog .blog_box img {
	display: inline-block;
	width: 160px;
	height: 112px;
	object-fit: cover;
}
a.jump_point {
	height: 1px;
	display: block;
	padding-top: -40px;
	margin-top: 40px;
}
@media only screen and (max-width:768px) {
	/* 768px以下用（タブレット用）の記述 */
	#slide_area {
		min-width: 100%;
		margin-bottom: 30px;
	}
	#slides img {
		width: 100%;
		height: auto;
		padding-bottom: 0px;
		min-width: 100%;
		margin-top: 60px;
	}
	#slide_area img.slides_foot {
		width: 100%;
		margin-top: 0;
		min-width: 100%;
	}
	#slides .slide_footimg {
		background-image: url("images/slidefoot_sp.png");
		height: 20px;
		width: 100%;
	}
	#top_contents {
		width: 100%;
	}
	.top_feature {
		display: block;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2%;
	}
	.top_img_box {
		display: block;
	}
	.top_img_box img {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	#top_contents h2 {
		font-size: 45px;
		margin-bottom: 20px;
		line-height: 0.7;
		padding: 0;
	}
	#top_contents #top_info h2 {
		font-size: 40px;
		margin-bottom: 20px;
		line-height: 0.7;
		padding: 0;
	}
	span.title--ja {
		font-size: 16px;
	}
	#top_contents p.lead {
		margin-bottom: 20px;
		width: 100%;
	}
	.boderline {
		margin-bottom: 30px;
	}
	.top_topics {
		display: -webkit-box;
		display: -ms-flexbox;
		display: block;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.top_topics .top_f_box {
		width: 100%;
		margin-bottom: 4%;
	}
	.top_f_box {
		width: 100%;
	}
	.top_f_box img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 0 100%;
		object-position: 0 100%;
		padding-top: 0px;
		height: auto;
		padding-bottom: 2%;
	}
	.top_feature_b {
		display: block;
		width: 90%;
		position: relative;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	#top_contents .top_topics p {
		font-size: 14px;
		padding-left: 20px;
		padding-top: 2%;
		padding-right: 20px;
		padding-bottom: 2%;
		width: 90%;
		line-height: 1.4em;
		color: #FFFFFF;
	}
	#top_info {
		margin-bottom: 10px;
		margin-top: 20px;
		height: auto;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	#top_event {
		margin-bottom: 20px;
		margin-top: 20px;
		height: auto;
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#top_access {
		margin-bottom: 0px;
		margin-top: 20px;
		background-color: #2BC0C8;
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 1%;
		clear: both;
	}
	#top_school {
		margin-bottom: 0px;
		margin-top: 20px;
		background-color: #34A853;
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 1%;
	}
	#top_contents #top_info .info_box_left_01 {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#top_contents .info_box_left_01 h4 {
		line-height: 1.2;
		font-size: 23px;
		padding: 0;
	}
	#top_contents span.info--en {
		font-size: 16px;
		margin-top: 0;
		line-height: 1;
	}
	#top_contents #top_event .info_box_left_02 {
		width: 100%;
		padding: 0;
		margin-top: auto;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: auto;
		height: 80px;
		float: none;
		display: block;
	}
	#top_contents #top_event .info_box_left_02 h3 {
		width: 132px;
		margin-left: auto;
		display: block;
		margin-right: auto;
		margin-top: 10px;
		float: none;
	}
	#top_contents #top_info .info_box {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		box-sizing: border-box;
	}
	#top_contents #top_event .info_box {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
		height: auto;
		box-sizing: border-box;
		float: none;
	}
	#top_contentsp #top_school .info_box {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
		height: auto;
		box-sizing: border-box;
		margin-bottom: 5%;
	}
	.info_box dl {
		width: 100%;
		height: 500px;
		overflow: auto;
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 0;
		padding-top: 0;
	}
	
	
	.info_box dt.info_day {
		width: 100%;
		margin-top: 0;
		padding: 0;
	}
		.info_box dd.info_ttl {
		width: 100%;
		padding: 0 0;
		margin-bottom: 20px;
	}
	
	.blog_box {
		margin-top: 25px;
		width: 100%;
	}
	.blog_box img {
		width: 200px;
		height: auto;
	}
	.info_box_blog dl {
		display: block;
		width: 100%;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	.blog_box dt {
		margin-bottom: 10px;
	}
	.blog_box dd {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 1.3;
	}
	#top_info {
		padding: 30px 20px 20px;
		width: 95%;
		margin-top: 80px;
	}
	#top_info::before {
		width: 100%;
		height: 60px;
		right: 0;
		top: -20px;
	}
	#top_news {
		padding: 30px;
		margin-bottom: 50px;
		border-radius: 20px;
		height: auto;
	}
	#top_blog {
		background: #FFFFFF;
		padding: 30px;
		border-radius: 30px;
		height: auto;
	}
}
/* ---------------------------------------------------------------------------------------------
　   フッター
--------------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 100%;
	min-width: 1280px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #29abe2;
	background-image: url("images/footer_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
	position: -webkit-sticky;
	position: sticky;
	top: 100vh;
	padding-top: 45px;
}
.footer-head {
	background-image: url(images/footer_back.png);
	background-repeat: repeat-x;
	background-size: 120%;
	height: 30px;
	width: 100%;
	min-width: 1280px;
	background-position: center 0%;
	background-color: #FFFFFF;
	padding-top: 0px;
}
#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.footer-title {
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 5px;
	z-index: 9999;
}
.footer-top {
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	width: 100%;
	height: 40px;
	z-index: 9999;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.footer-top h1 {
	font-size: 16px;
	color: #FFF;
	float: left;
	padding-left: 0.5em;
	margin-right: 35px;
	margin-left: 10px;
	font-family: 'M PLUS 1p', sans-serif;
	-webkit-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}
.footer-top h4 {
	font-size: 21px;
	color: #FFF;
	float: left;
	padding-left: 0.5em;
	margin-right: 35px;
	margin-left: 10px;
	font-weight: 800;
	font-family: 'Lato', sans-serif;
}
.footer-top ul {
	list-style-type: none;
	border-left-style: solid;
	border-left-color: #FFF;
	border-left-width: 1px;
	font-size: 15px;
	font-family: 'M PLUS 1p', sans-serif;
	-webkit-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}
.footer-top li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 1em;
	padding-left: 1em;
}
.footer-bottom {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	margin-top: 0px;
	/* [disabled]margin-bottom: 10px;
*/
	display: block;
	padding-top: 15px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-left: 10px;
}
.footer-nav-area {
	padding-top: 10px;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: inherit;
}
.footer_box h4 {
	font-size: 14px;
	color: #FFF;
	margin-bottom: 6px;
}
nav.footer-nav_left ul.menu {
	color: #FFF;
	margin-right: 2%;
	width: 30%;
	margin-left: 15px;
	float: left;
}
nav.footer-nav_center ul.menu {
	color: #FFF;
	margin-right: 20px;
	width: 30%;
	float: left;
}
nav.footer-nav_right ul.menu {
	color: #FFF;
	margin-right: 20px;
	width: 30%;
	float: left;
}
nav.footer-nav_left ul.menu li {
	margin-left: 20px;
	color: #FFF;
	list-style-type: none;
	font-size: 14px;
	margin-bottom: 2px;
}
nav.footer-nav_left li ul.sub-menu {
	margin-top: 0px;
}
nav.footer-nav_left li ul.sub-menu li {
	margin-left: 10px;
	color: #FFF;
	margin-bottom: 0px;
	clear: both;
	list-style-type: circle;
	margin-top: 0px;
}
nav.footer-nav_center ul.menu li {
	margin-left: 20px;
	color: #FFF;
	margin-bottom: 2px;
	list-style-type: none;
	font-size: 14px;
}
nav.footer-nav_right ul.menu li {
	margin-left: 20px;
	color: #FFF;
	margin-bottom: 2px;
	list-style-type: none;
	font-size: 14px;
}
#footer .current-menu-item a {
	font-weight: normal;
	color: #FFFFFF;
}
.copyright {
	clear: both;
	/* [disabled]background-color: #979797;
*/
	/* [disabled]height: 20px;
*/
	margin-bottom: 0px;
	padding-bottom: 30px;
	padding-top: 50px;
}
.copyright p {
	text-align: center;
	font-size: 90%;
	color: #FFFFFF;
}
@media only screen and (max-width:768px) {
	.footer-head {
		min-width: 100%;
	}
	#footer {
		min-width: 100%;
	}
	.footer-title {
		width: 90%;
		height: auto;
		margin-top: 10px;
		margin-bottom: 0px;
		z-index: 9999;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-top {
		left: 0px;
		bottom: 0px;
		overflow: hidden;
		width: 100%;
		height: 10%;
		min-width: 100%;
		z-index: 9999;
		display: block;
	}
	.footer-top h1 {
		font-size: 24px;
		width: 100%;
		text-align: center;
		float: none;
		margin-bottom: 2%;
		clear: both;
		padding: 0;
		margin-left: 0px;
	}
	.footer-top h4 {
		font-size: 18px;
		color: #FFF;
		float: none;
		margin-top: 0%;
		margin-bottom: 3%;
		width: 90%;
		padding: 0;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.footer-top ul {
		list-style-type: none;
		border-left-style: none;
		border-left-width: 0;
		width: 100%;
		margin-left: 0px;
		padding-left: 0px;
	}
	.footer-top li {
		float: left;
		font-size: 14px;
		height: auto;
		padding-right: none;
		padding-left: 0px;
		color: #FFFFFF;
		text-align: left;
		/* [disabled]width: 100%;
*/
		padding-bottom: 0;
		border-right-style: none;
		margin-bottom: 2%;
	}
	.footer-bottom {
		margin-right: auto;
		margin-left: auto;
		width: 94%;
		margin-top: 0px;
		/* [disabled]margin-bottom: 10px;
*/
		display: block;
		padding-top: 0%;
		padding-bottom: 2%;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #FFF;
		padding-left: 0px;
	}
	.footer_box {
		display: block;
		float: none;
		width: 95%;
		clear: both;
		margin-top: 5%;
		margin-right: 0px;
		padding-top: 0px;
	}
	.footer-nav-area {}
	.footer_box h4 {
		font-size: 12px;
		color: #FFF;
		margin-bottom: 6px;
	}
	.footer_box ul {
		border-left: 0 none #FFFFFF;
		font-size: 12px;
		width: 100%;
	}
	.footer_box li {
		font-size: 12px;
		height: auto;
		padding-right: none;
		padding-left: none;
		color: #FFFFFF;
		text-align: left;
		width: 100%;
		padding-bottom: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: 0%;
		margin-right: 0%;
		margin-left: 7%;
		margin-bottom: 0%;
	}
	nav.footer-nav_left ul.menu {
		color: #FFF;
		margin-right: 3%;
		width: 80%;
		font-size: 14px;
		float: none;
		margin-bottom: 0px;
		margin-left: 3%;
		clear: both;
	}
	nav.footer-nav_center ul.menu {
		color: #FFF;
		width: 80%;
		font-size: 14px;
		float: none;
		margin-bottom: 0px;
		margin-left: 3%;
		clear: both;
	}
	nav.footer-nav_right ul.menu {
		color: #FFF;
		width: 80%;
		font-size: 14px;
		clear: both;
		float: none;
		margin-left: 3%;
	}
	#copyright {
		height: auto;
	}
	#copyright h6 {
		text-align: center;
		font-size: 80%;
		font-weight: normal;
		line-height: 1.5em;
	}
	#copyright p {
		text-align: center;
		font-size: 80%;
		color: #666666;
	}
}
/* ---------------------------------------------------------------------------------------------
　   基本コンテンツ
--------------------------------------------------------------------------------------------- */
main {
	-js-display: flex;
	/*IE8・9*/
	display: -webkit-box;
	/*Android4.3*/
	/*Firefox21*/
	display: -ms-flexbox;
	/*IE10*/
	/*PC-Safari,iOS8.4*/
	display: flex;
	justify-content: space-between;
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
	min-width: 1110px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 80px;
	min-height: 500px;
}
#contents {
	width: 750px;
}
#contents h2 {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	color: #29abe2;
	font-size: 65px;
	letter-spacing: 0.02em;
	margin-top: 0;
	padding-bottom: 0;
	line-height: 1;
	margin-bottom: 60px;
	text-transform: uppercase;
}
#contents h3 {
	font-size: 26px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	color: #29abe2;
	text-align: center;
	line-height: 1.5;
	margin-top: 70px;
	margin-bottom: 30px;
	padding: 0;
	letter-spacing: 0.02em;
}
#contents h3.color_pink {
	color: #f0697c;
}
#contents h3:before, #contents h3:after {
	content: "";
	display: inline-block;
	width: 3em;
	height: 2px;
	background-color: #29abe2;
	margin-bottom: 9px;
}
#contents h3:before {
	margin-right: 1em;
}
#contents h3:after {
	margin-left: 1em;
}
#contents h3.color_pink:before, #contents h3.color_pink:after {
	background-color: #f0697c;
}
#contents h4 {
	font-size: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	color: #29abe2;
	text-align: left;
	line-height: 1.4;
	margin: 2em 0 0.7em 0;
}
#contents h4.no_margintop {
	margin-top: 0;
}
#contents h5 {
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px solid #29abe2;
	padding: 0 0 5px 0;
	margin: 1em 0 0.5em 0;
}
#contents p {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-align: justify;
	line-height: 1.8em;
	padding-top: 0px;
	width: 100%;
}
#contents p.lead {
	font-size: 16px;
	padding-top: 0px;
	margin-top: 0px;
	width: auto;
}
#contents ul {
	margin-left: 2em;
}
#contents ul li {
	list-style: disc;
	line-height: 1.8;
}
#contents ol {
	margin-left: 2em;
}
#contents ol li {
	list-style: decimal;
	line-height: 1.8;
}
@media only screen and (max-width:768px) {
	main {
		display: block;
		width: 100%;
		min-width: 100%;
		padding-left: 4%;
		padding-right: 4%;
		box-sizing: border-box;
	}
	#contents {
		width: 100%;
		padding-bottom: 50px;
	}
	#contents h2 {
		font-size: 45px;
		margin-bottom: 20px;
		line-height: 0.7;
	}
	#contents h3 {
		font-size: 20px;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	#contents h3:before, #contents h3:after {
		width: 1em;
		margin-bottom: 7px;
	}
	#contents h3:before {
		margin-right: 0.5em;
	}
	#contents h3:after {
		margin-left: 0.5em;
	}

	#contents h4 {
		font-size: 18px;
	}
	
	#contents h5 {
		font-size: 16px;
	}
	#contents h6 {}
	img.lead {
		float: none;
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-bottom: 2%;
		margin-right: auto;
		display: block;
	}
}
.page_img {
	width: 100%;
}
.page_img img {
	width: 100%;
	display: block;
	padding-top: 0px;
	min-width: 1110px;
	position: relative;
}
.page_img img.slide_foot {
	position: absolute;
	width: 100%;
	bottom: -2px;
}
.page_img .slide_footimg {
	background-image: url("images/top_slidefoot.png");
	background-repeat: repeat-x;
	background-position: center;
	position: absolute;
	display: block;
	height: 60px;
	width: 100%;
	bottom: 0;
}
@media only screen and (max-width:768px) {
	.page_img h2 {
		/* [disabled]color: #000000; */
		text-align: left;
		position: absolute;
		font-weight: 500;
		font-size: 7vw;
		padding-left: 2%;
		color: #000;
		text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
		line-height: normal;
		bottom: 0px;
		width: 95%;
	}
	.page_img img {
		width: 100%;
		display: block;
		margin-top: 60px;
		padding-top: 0px;
		min-width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.page_img .slide_footimg {
		background-image: url("images/slidefoot_sp.png");
		height: 20px;
		width: 100%;
	}
	h2 {
		width: 100%;
		background-position: 0% 0%;
		/* [disabled]padding-top: 27%; */
		background-repeat: no-repeat;
		font-size: 22px;
	}
}
/*****************************
      下層コンテンツ
*****************************/
/* 施設紹介 */
.facility_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.facility_img_box {
	width: 55%;
}
.facility_img_box img {
	width: 100%;
}
.facility_dlists {
	width: 40%;
	border-top: 1px solid #DDDDDD;
}
.facility_dlists dt {
	padding: 1em 0 0 0;
	font-weight: 600;
	color: #29abe2;
}
.facility_dlists dd {
	padding: 0 0 1em 1em;
	border-bottom: 1px solid #DDDDDD;
}
.facility_ph_space {
	margin-bottom: 10px;
}
/* 教室利用 */
#contents .info_box_left_01 {
	width: 100%;
}
#contents .info_box_left_01 h4 {
	width: 100%;
	font-size: 24px;
	font-weight: normal;
	border: none;
	color: #000000;
	padding: 0;
	text-align: center;
	margin: 0;
	padding-bottom: 25px;
	line-height: 1;
}

#contents.school .info_box dt.info_day {
	width: 17%;
}
#contents.school .info_box dd.info_ttl {
	width: 83%;
}


#contents span.info--en {
	font-size: 20px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #dbc6ad;
	margin: 0;
	line-height: 1;
	margin-top: 10px;
}
#contents .top_info_area {
	width: 100%;
	background-color: #f4f4f4;
	padding: 40px;
	border-radius: 20px;
	box-sizing: border-box;
	margin-top: 50px;
	margin-bottom: 70px;
}
#contents .shcool_price h3:before, #contents .shcool_price h3:after {
	display: none;
}
span.h2_small {
	color: #000000;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	vertical-align: 55%;
}
#contents .school_area img {
	display: block;
	width: 43%;
	height: auto;
}
#contents .school_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
	width: 100%
}
#contents .school_box {
	width: 50%;
}
#contents .school_wrap .school_box {
	margin-bottom: 40px;
}
#contents .school_wrap {
	margin-top: 80px;
}
#contents .school_box img {
	width: 100%;
	margin-bottom: 10px;
}
#contents p.school_ttl {
	font-size: 20px;
	font-weight: bold;
	border-bottom: #29abe2 2px solid;
	padding-bottom: 5px;
	margin: 0;
}
#contents p.school_ttl.pinkline {
	border-bottom: #f0697c 2px solid;
}
#contents p.school_txt {
	font-weight: normal;
	padding-top: 10px;
	margin: 0;
}
#contents .shcool_price {
	background-color: #f4f4f4;
	border-radius: 20px;
	margin-top: 40px;
	padding: 50px;
}
#contents .shcool_price h3 {
	color: #000000;
	margin-top: 30px;
}
#contents .shcool_price p {
	text-align: center;
}
#contents .shcool_price_lead {
	border-bottom: #29abe2 2px solid;
	padding-bottom: 5px;
	margin-bottom: 40px;
	width: 500px;
	margin: 0 auto;
}
#contents .school_btn_wrap {
	margin-top: 30px;
	margin-bottom: 30px;
}
.shcool_price ul {
	margin-top: 10px;
}
.shcool_price ul li {
	list-style: disc;
	font-size: 95%;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
#contents h3.h3_personal {
	letter-spacing: 0em;
}
#contents .list_notes {
	margin: 0;
}
#contents .list_notes li {
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 14px;
}
.img_center img {
	display: block;
	margin: 0 auto;
}
/* 団体利用 */
.figure_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 85%;
	margin: 30px auto;
}
#contents .figure_wrap p {
	display: block;
	font-weight: 700;
	text-align: center;
	padding: 1em;
	color: #29abe2;
	border: 3px solid #29abe2;
	border-radius: 10px;
	box-sizing: border-box;
}
#contents .arrow {
	display: block;
	margin: 0 30px;
	width: 45px;
	height: 30px;
	background: #29abe2;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}
#contents .scroll {
	display: block;
	overflow-x: scroll;
	overflow-y: hidden;
}
#contents .m_top {
	margin-top: 1.5em;
}
/* アクセス */
.access dl {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.access dl dt {
	width: 15%;
	padding: 10px 0;
	line-height: 1.8;
}
.access dl dd {
	width: 85%;
	padding: 10px 0;
	line-height: 1.8;
}
.map_sec {
	margin: 30px auto 0 auto;
}
.map_area {
	margin: 50px 0 0 0;
}
.map_area iframe {
	width: 100%;
}
/* お知らせ */
.news_lists {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
}
.news_lists dt {
	width: 20%;
	font-family: futura-pt, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
	padding: 20px 0 20px 25px;
	border-top: 1px solid #DDDDDD;
	box-sizing: border-box;
}
.news_lists dd {
	width: 80%;
	padding: 20px 25px 20px 0;
	border-top: 1px solid #DDDDDD;
	box-sizing: border-box;
}
.staffblog div.thumbnail_box {
	display: inline-block;
	width: 100px;
	height: 70px;
	margin-right: 20px;
}
.staffblog div.thumbnail_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.staffblog .news_lists dt {
	display: flex;
	align-items: center;
	width: 37%;
}
.staffblog .news_lists dd {
	display: flex;
	align-items: center;
	width: 63%;
}
.movie_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.movie_txt_box {
	width: 53%;
}
.movie_txt_box dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
}
.movie_txt_box dt {
	width: 25%;
	font-family: futura-pt, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
	box-sizing: border-box;
}
.movie_txt_box dd {
	width: 75%;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
	box-sizing: border-box;
}
a.movie_btn {
	display: block;
	width: 200px;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	border-radius: 40px;
	padding: 0.7em 0.5em;
	border: 2px solid #d0f1ff;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #29abe2;
	margin-top: 20px;
}
a.movie_btn span {
	padding-left: 20px;
}
a.movie_btn:hover {
	background-color: #297ce2;
	border: 2px solid #d0e2ff;
}
/* 個人情報 */
.privacy table {
	margin-top: 1em;
}
.privacy table td ul {
	padding-right: 2em
}
.privacy table td ul li {
	text-align: justify;
}
div.error_wrap {
	margin-top: 300px;
}
@media only screen and (max-width:768px) {
	/* 施設紹介 */
	.facility_wrap {
		display: block;
	}
	.facility_img_box {
		width: 100%;
		margin-bottom: 30px;
	}
	.facility_dlists {
		width: 100%;
	}
	/* 教室利用 */
	#contents .info_box_left_01 h4 {
		font-size: 23px;
		line-height: 1.2;
		padding: 0;
		margin-top: 0px;
	}
	
	#contents.school .info_box dt.info_day {
		width: 100%;
	}
	#contents.school .info_box dd.info_ttl {
		width: 100%;
	}

	#contents .top_info_area {
		padding: 30px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	#contents span.info--en {
		font-size: 16px;
		margin-top: 10px;
	}
	span.h2_small {
		font-size: 14px;
		vertical-align: 75%;
	}
	#contents .school_area {
		display: block;
	}
	#contents .school_area img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	#contents .school_box {
		width: 100%;
		margin-bottom: 25px;
	}
	#contents .school_wrap .school_box {
		margin-bottom: 25px;
	}
	#contents .school_wrap {
		margin-top: 50px;
	}
	#contents .school_box img {
		width: 100%;
	}
	#contents .shcool_price {
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 30px;
	}
	#contents .shcool_price h3 {
		color: #000000;
	}
	#contents .shcool_price p {
		text-align: center;
	}
	#contents .shcool_price_lead {
		padding-bottom: 10px;
		line-height: 1.5;
		width: 100%;
	}
	#contents .school_btn_wrap {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	/* 団体利用 */
	.figure_wrap {
		display: block;
		margin: 30px auto;
	}
	#contents .arrow {
		margin: 20px auto;
		width: 35px;
		height: 20px;
		clip-path: polygon(0 0, 100% 0%, 50% 100%);
	}
	/* お知らせ */
	.news_lists {
		display: block;
		border-bottom: 1px solid #DDDDDD;
	}
	.news_lists dt {
		width: 100%;
		padding: 20px 20px 0;
		border-top: 1px solid #DDDDDD;
	}
	.news_lists dd {
		width: 100%;
		padding: 3px 20px 20px 20px;
		border: none;
	}
	.staffblog .thumbnail {
		width: 80px;
		margin-right: 20px;
	}
	.staffblog .news_lists dt {
		width: 100%;
	}
	.staffblog .news_lists dd {
		width: 100%;
	}
	.movie_wrap {
		display: block;
		margin-bottom: 60px;
		width: 100%
	}
	.movie_wrap img {
		width: 100%;
		margin-bottom: 20px;
	}
	.movie_txt_box {
		width: 100%;
	}
	.movie_txt_box dt {
		width: 30%;
	}
	.movie_txt_box dd {
		width: 70%;
	}
	a.movie_btn {
		margin: 20px auto 0 auto;
	}
}
/* --------------------------------------------------------------
= 教室利用 タブ切り替え
-------------------------------------------------------------- */
/*タブ切り替え全体のスタイル*/
.tabs {
	width: 100%;
	margin: 60px auto 0;
}
/*タブのスタイル*/
.tab_item {
	width: calc(100%/2 - 3px);
	height: 55px;
	border-radius: 20px 20px 0 0;
	background-color: #cccccc;
	line-height: 55px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #4d4d4d;
	display: block;
	float: left;
	transition: all 0.2s ease;
}
.tab_item[for="kids_school"] {
	margin-right: 6px;
}
.tab_item:hover {
	opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 0 50px 50px 50px;
	clear: both;
	overflow: hidden;
	border-radius: 0 0 20px 20px;
}
#kids_school_content {
	background-color: #def3fb
}
#adult_school_content {
	background-color: #def3fb
}
/*選択されているタブのコンテンツのみを表示*/
#kids_school:checked ~ #kids_school_content, #adult_school:checked ~ #adult_school_content {
	display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item[for="kids_school"] {
	background-color: #29abe2;
	color: #fff;
}
.tabs input:checked + .tab_item[for="adult_school"] {
	background-color: #29abe2;
	color: #fff;
}
@media only screen and (max-width:768px) {
	/*タブ切り替え全体のスタイル*/
	.tabs {
		width: 100%;
		margin: 30px 0 0;
	}
	/*タブのスタイル*/
	.tab_item {
		height: 45px;
		border-radius: 20px 20px 0 0;
		line-height: 45px;
		font-size: 16px;
	}
	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		padding: 0 8% 8% 8%;
		overflow-x: scroll;
		border-radius: 0 0 20px 20px;
	}
	.tab_content img {
		width: inherit;
	}
}
/* --------------------------------------------------------------
= sidebar
-------------------------------------------------------------- */
#sidebar {
	width: 270px;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 20px;
}
#sidebar a:link {
	text-decoration: none;
}
#sidebar a:visited {
	text-decoration: none;
	color: #000000;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #000000;
	padding-left: 0px;
	margin-left: 0px;
	width: auto;
	border-width: medium;
	height: auto;
}
.widget {
	height: auto;
}
.widget_b {
	margin-bottom: 10px;
	height: auto;
	padding-bottom: 0px;
}
.widget_text {
	padding: 0;
	height: 60px;
}
.textwidget {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	border: #29abe2 2px solid;
	padding: 15px;
	margin-bottom: 35px;
}
#sidebar p {
	line-height: 1.2;
}
#sidebar dl {
	line-height: 1.5;
}
span.small {
	font-size: 80%;
}
.widget_lists {
	width: 100%;
}
.widget_list {
	font-size: 20px;
	text-align: center;
	padding: 22px 0;
	border-bottom: 2px dotted #b5b5b5;
}
.widget_list:nth-child(5) {
	padding: 10px 0;
}
.textwidget_c {
	margin-bottom: 50px
}
.textwidget_c img {
	width: 100%;
}
.widget_text .textwidget_b h4 {
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-size: 18px;
	line-height: 63px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}
.widget_text a:link {
	text-decoration: none;
	color: #000000;
}
.widget_text a:visited {
	text-decoration: none;
	color: #000000;
}
.widget.widget_text .widget_text_b h4 a:hover {
	text-decoration: none;
	color: #000000;
}
.widget_b.widget_sp_image img {
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0;
	height: auto;
}
.widget_sp_image img {
	width: 100%;
	height: auto;
}
.widget_b.widget_sp_image p {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.6em;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.widget_b.widget_sp_image p.toto_text {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
h2.widgettitle {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 20px;
	margin-bottom: 0;
	color: #fff;
	background: #29abe2;
	font-size: 20px;
	overflow-x: auto;
	overflow-y: auto;
	text-indent: 0px;
	text-align: center;
	height: 35px;
	/* [disabled]background-image: url(images/banner_back.png); */
	/* [disabled]background-color: #1A9CD5; */
	line-height: 35px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.widget_sp_image h2.widgettitle {
	display: none;
}
.widget_sp_image-image-link img {
	display: block;
	margin-left: 0px;
	margin-right: auto;
	height: auto;
	margin-top: 0px;
}
@media only screen and (max-width:768px) {
	#sidebar {
		width: 85%;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.widget {
		margin-bottom: 3%;
		/* [disabled]padding: 20px; */
		height: auto;
	}
	.widget_text {
		padding: 0;
		background-size: cover;
		background-position: 0% center;
	}
	h2.widgettitle {
		padding-top: 2px;
		padding-bottom: 2px;
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		color: #fff;
		font-size: 20px;
		overflow-x: auto;
		overflow-y: auto;
		text-indent: 0px;
		text-align: center;
		width: auto;
	}
}
/*****************************
*カレンダー
*****************************/
#sidebar .widget_calendar {
	/* [disabled]margin-bottom: 40px; */
}
table#wp-calendar {
	table-layout: fixed;
	width: 100%;
	margin: 5px auto 0 auto;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}
table#wp-calendar caption {
	margin: 10px 0 0 0;
	padding: 2px;
	width: auto;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	border: thin solid #ccc;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
table#wp-calendar #today {
	display: block;
	font-weight: bold;
	background-color: #ffec67;
	border: thin solid #ccc;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 1;
}
table#wp-calendar .pad {
	font-weight: bold;
	background-color: #fff9f9;
}
table#wp-calendar th, table#wp-calendar td {
	padding: 2px auto;
	vertical-align: middle;
	text-align: center;
}
table#wp-calendar td {
	line-height: 1.8;
	border: thin solid #ccc;
	background-color: #fff;
}
table#wp-calendar th {
	font-style: normal;
	font-weight: bold;
	color: #fff;
	border-left: thin solid #ccc;
	border-right: thin solid #ccc;
	background-color: #333;
}
table#wp-calendar a {
	font-size: 12px;
	color: #00a0dd;
	padding: 0;
	text-decoration: underline;
}
/*----------------------------------------------------------
	YouTube
----------------------------------------------------------*/
.iframe-wrap {
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
}
.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.movie_cat {
	padding: 0;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	font-size: 0;
	text-align: right;
}
ul.movie_cat li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	font-size: 14px;
	/* [disabled]width: 25%; */
	text-align: center;
	background-color: #4983E9;
	margin-right: 5px;
	color: #FFFFFF;
	border-radius: 5px;
}
ul.movie_cat li a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
ul.movie_cat li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
ul.movie_cat li a:hover {
	color: #FFBF00;
	text-decoration: underline;
	font-weight: normal;
}
#contents.info #post ul.movie-thumb {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	/* [disabled]display: flex; */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 800px;
}
#contents.info #post ul.movie-thumb li {
	/* [disabled]width: 49%; */
	margin-right: 0px;
	margin-bottom: 20px;
}
#contents.info #post ul.movie-thumb li h5 a {
	font-size: 16px;
}
#contents.info #post ul.movie-thumb li img {
	float: left;
	margin-right: 20px;
}
#contents.info #post ul.movie-thumb li p {
	font-size: 14px;
}
@media screen and (max-width:800px) {
	/* 800px以下用（タブレット／スマートフォン用）の記述 */
	#contents.info #post ul.movie-thumb {
		list-style-type: none;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 90%;
		display: block;
	}
	#contents.info #post ul.movie-thumb li {
		/* [disabled]width: 49%; */
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#contents.info #post ul.movie-thumb li h5 a {
		font-size: 16px;
	}
	#contents.info #post ul.movie-thumb li img {
		float: none;
		width: 100%;
		margin-bottom: 3%;
	}
	#contents.info #post ul.movie-thumb li p {
		font-size: 14px;
		margin-bottom: 3%;
	}
}
/* 表組み設定 */
table {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5em;
	width: 100%;
}
th {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: normal;
}
td {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.table_01 {
	margin-bottom: 10px;
}
.table_01 th {
	background-color: #29abe2;
	padding: 10px;
	color: #FFFFFF;
	font-weight: 600;
	vertical-align: middle;
	text-align: center;
}
.table_01 td {
	background-color: #E3E3E3;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}
.tb_th_a {
	width: 25%;
}
.tb_w20 {
	width: 20%;
}
.tb_w25 {
	width: 25%;
}
.tb_w30 {
	width: 30%;
}
.tb_w35 {
	width: 35%;
}
.tb_w40 {
	width: 40%;
}
table.sheet_01, table.sheet_01_b {
	width: 100%;
	font-size: 16px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.sheet_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
table.sheet_02 {
	width: 68%;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 90%;
	margin-right: 0px;
}
table.sheet_02_b {
	width: 30%;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 90%;
	margin-right: 0px;
}
table.sheet_02 td, table.sheet_02_b td {
	padding: 5px;
	font-size: 100%;
	background-color: #E3E3E3;
	text-align: center;
	vertical-align: middle;
}
table.sheet_02 thead tr, table.sheet_02_b thead tr {
	background-color: #0F4BA3;
	color: #fff;
	text-align: center;
}
table.sheet_02 thead td, table.sheet_02_b thead td {
	background-color: #000066;
	color: #fff;
	text-align: center;
}
table.sheet_02 table tfoot tr {
	background-color: #4F7AB7;
	color: #fff;
	text-align: center;
}
table.sheet_02 tbody th, table.sheet_02_b tbody th {
	background-color: #4F7AB7;
	color: #fff;
	padding: 5px;
	padding-bottom: 0.6em;
	font-size: 100%;
	text-align: center;
	width: 130px;
}
table.sheet_03 {
	width: 100%;
	font-size: 90%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
table.sheet_03 th {
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	background-color: #168ECA;
	color: #FFFFFF;
}
table.sheet_03 td {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #EFEFEF;
	vertical-align: middle;
}
table.sheet_f {
	width: 440px;
	font-size: 90%;
	margin-bottom: 15px;
	float: left;
}
table.sheet_f th {
	text-align: center;
	padding: 5px;
	width: 120px;
}
table.sheet_f td {
	padding: 5px;
	font-size: 100%;
	background-color: #FFFFFF;
}
.roma {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
.td_wide_100 {
	width: 14%;
}
.td_wide_130 {
	width: 130px;
}
.sheet_sub_title {
	margin-right: 10px;
	background-color: #C6F1EA;
}
.sheet_mini {
	font-size: 13px;
	margin-bottom: 0px;
	line-height: 1em;
}
.sp_scroll {
	width: 100%;
	/* [disabled]position: absolute;
*/
}
td.price {
	font-size: 100%;
	text-align: right;
	padding-right: 1em;
}
@media screen and (max-width:768px) {
	/* 768px以下用（タブレット／スマートフォン用）の記述 */
	table {
		border-top: 1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
		border-collapse: collapse;
		border-spacing: 0;
		line-height: 1.5em;
	}
	table.table_01 {
		width: 750px;
	}
	div.tabs table.table_01 {
		width: 650px;
	}
	table.table_01.no-scroll {
		width: 100%;
	}
	th {
		border-right: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		font-weight: normal;
	}
	td {
		border-right: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}
	table.sheet_01 {
		margin-bottom: 10px;
		margin-top: 10px;
		clear: both;
		width: 100%;
	}
	table.sheet_01 th {
		font-size: 80%;
		text-align: center;
		padding: 5px;
	}
	table.sheet_01 td {
		padding: 5px;
		font-size: 80%;
	}
	table.sheet_01 td.price {
		font-size: 80%;
		text-align: right;
		white-space: nowrap;
		padding-right: 2%;
		width: auto;
	}
	table.sheet_01_b {
		margin-left: 2%;
		width: 140%;
		margin-right: 2%;
	}
	table.sheet_01_b th {}
	table.sheet_01_b td {}
	.sheet_area {
		display: block;
	}
	table.sheet_02 {
		width: 80%;
	}
	table.sheet_02 tbody th, table.sheet_02_b tbody th {
		width: 80px;
		white-space: nowrap;
		font-size: 80%;
	}
	table.sheet_02_b {
		width: 50%;
	}
	table.sheet_03 {
		font-size: 80%;
		margin-bottom: 7px;
		width: 95%;
		margin-left: 3%;
	}
	table.sheet_03 th {
		text-align: center;
		padding: 5px;
	}
	table.sheet_03 td {
		padding: 5px;
		font-size: 100%;
	}
	table.sheet_f {
		width: 95%;
		font-size: 90%;
		margin-bottom: 15px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	table.sheet_f th {
		text-align: center;
		padding: 5px;
		width: auto;
	}
	table.sheet_f td {
		padding: 5px;
		font-size: 100%;
		background-color: #FFFFFF;
	}
	.price {
		text-align: center;
	}
	.roma {
		font-family: "Times New Roman", Times, serif;
		text-align: center;
	}
	.td_wide_130 {
		width: 130px;
	}
	.sheet_sub_title {
		margin-right: 10px;
		text-align: center;
	}
	.sp_scroll {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
/* ================= form-style ================ */
#contents h5.form {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FF0004;
	padding-top: 5px;
	display: block;
}
input[type="submit"], input[type="text"], input[type="email"], textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
.form_wrap .form_table {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}
.form_wrap .form_table dl {
	display: table;
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.form_wrap .form_table dl:last-child {
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.form_wrap .form_table dt, .form_wrap .form_table dd {
	display: table-cell;
	vertical-align: middle;
}
.form_wrap .form_table dt {
	width: 30%;
	background: #e5e5e5;
	padding: 15px 0 15px 10px;
	position: relative;
}
.form_wrap .form_table dt.required:after {
	content: "必須";
	width: 30px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 18px;
	display: inline-block;
	background: #f04f80;
	color: #fff;
	border-radius: 0.3em;
	text-align: center;
	font-size: 10px;
	font-size: 0.6rem;
	line-height: 18px;
}
.form_wrap .form_table dd {
	width: 70%;
	padding: 15px 20px;
	background: #fff;
}
.form_wrap .form_table .text {
	width: 95%;
	padding: 5px 10px;
	background-color: #f9fafb;
	border: 1px solid #ccc;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
.form_wrap .form_table .address {
	padding: 5px 10px;
	background-color: #f9fafb;
	border: 1px solid #ccc;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
.form_wrap .form_table .tel {
	width: 25%;
	padding: 5px 10px;
	background-color: #f9fafb;
	border: 1px solid #ccc;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
.form_wrap .form_table .zip {
	width: 20%;
	padding: 5px 10px;
	background-color: #f9fafb;
	border: 1px solid #ccc;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
.form_wrap .form_table .date {
	width: 20%;
	padding: 5px 10px;
	background-color: #f9fafb;
	border: 1px solid #ccc;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
#content .form_wrap .form_table dd h6 {
	text-indent: 0em;
	margin-left: 0em;
}
.form_wrap .btnWrap {
	text-align: center;
}
.form_wrap .btnWrap .btn {
	-webkit-transition: ease-in-out, 0.3s;
	transition: ease-in-out, 0.3s;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 12px 24px;
	max-width: 400px;
	min-height: 45px;
	padding: 12px 24px;
	border: none;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 30px;
}
.form_wrap .btnWrap .send, .form_wrap .btnWrap .home {
	background-color: #29abe2;
	border: 2px solid #d0f1ff;
	color: #FFFFFF;
}
.form_wrap .btnWrap .send:hover, .form_wrap .btnWrap .home:hover {
	background-color: #297ce2;
	border: 2px solid #d0e2ff;
}
.form_wrap .btnWrap .back {
	background-color: #EFC2C5;
	color: #fff;
	margin-right: 20px;
}
.form_wrap .btnWrap .back:hover {
	background-color: #E0868C;
}
.form_wrap .check {
	text-align: center;
	padding-top: 0;
	margin-bottom: 20px;
}
.form_wrap .mw_wp_form_input .check {
	display: none;
}
.form_wrap .mw_wp_form_complete .btnWrap {
	margin-top: 30px;
}
.return {
	background-image: url(../images/return.png);
	height: 31px;
	width: 150px;
	text-indent: -700em;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 20px;
}
@media screen and (max-width:768px) {
	/* 768px以下用（タブレット／スマートフォン用）の記述 */
	#contents h5.form {
		width: 80%;
	}
	.form_wrap .form_table {
		margin: 30px auto;
		width: 94%;
	}
	.form_wrap .form_table dl {
		display: table;
		width: 100%;
		border-top: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0;
		margin-left: auto;
		margin-right: auto;
	}
	.form_wrap .form_table dl:last-child {}
	.form_wrap .form_table dt, .form_wrap .form_table dd {
		display: block;
		vertical-align: middle;
	}
	.form_wrap .form_table dt {
		width: 95%;
		background: #e5e5e5;
		padding-top: 2%;
		padding-right: 0;
		padding-left: 5%;
		padding-bottom: 2%;
		position: relative;
	}
	.form_wrap .form_table dt.required:after {
		content: "必須";
		width: 30px;
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 18px;
		display: inline-block;
		background: #f04f80;
		color: #fff;
		border-radius: 0.3em;
		text-align: center;
		font-size: 10px;
		font-size: 0.6rem;
		line-height: 18px;
	}
	.form_wrap .form_table dt.required:after {
		width: 30px;
		position: relative;
		height: 18px;
		display: inline-block;
		background: #f04f80;
		color: #fff;
		border-radius: 0.3em;
		text-align: center;
		font-size: 10px;
		font-size: 0.6rem;
		line-height: 18px;
		float: right;
		margin-top: 3px;
		margin-left: 3px;
	}
	.form_wrap .form_table dd {
		width: 85%;
		padding-top: 15px;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 15px;
		background: #fff;
		margin-left: auto;
		margin-right: auto;
	}
	.form_wrap .form_table .date {
		width: 80%;
	}
	#contents .mw_wp_form.mw_wp_form_complete {
		width: 90%;
	}
}
/*----------------------------------------------------------
	投稿ページ
----------------------------------------------------------*/
#post h3 {
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 2px solid #29abe2;
	margin: 0 0 5px 0;
}
#post h3::before, #post h3::after {
	display: none;
}
#post h4 {}
#post p {
	margin-bottom: 20px;
}
#post p.post_date {
	text-align: right;
	margin: 0 0 20px 0
}
#post .post_img img {
	width: 300px;
	height: auto;
}
#post .post_img {
	margin-top: 20px
}
#post img {
	padding: 0;
	margin-bottom: 2%;
}
#post img.alignleft {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
#post img.alignright {
	float: right;
	margin-left: 2%;
	margin-bottom: 2%;
}
#post img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#post alignnone {
	clear: both;
	float: none;
}
#post p.wp-caption-text {
	text-align: center;
}
#post ol {
	list-style-type: decimal;
	margin-left: 30px;
}
#post table {}
#post table td {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.clear {
	clear: both;
}
.space1em {
	clear: both;
	height: 1em;
}
.space2em {
	clear: both;
	height: 2em;
}
@media only screen and (max-width : 768px) {
	#post .alignleft {
		float: none;
	}
	#post .alignright {
		float: none;
	}
	#post img {
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		max-width: 90%;
		margin-top: 2%;
	}
	#post img.alignleft {
		float: none;
		margin-right: auto;
		clear: both;
		margin-left: auto;
	}
	#post img.alignright {
		float: none;
		margin-left: auto;
		clear: both;
		margin-right: auto;
	}
	#post h3 {
		font-size: 20px;
	}
}
/* ボタン設定	 */
.btn_center {
	margin-top: 50px;
	margin-bottom: 70px;
}
.btn_sec_01 {
	margin: 50px auto;
}
.btn_sec_02 {
	margin: 50px auto 25px auto;
}
.btn_sec_03 {
	margin: 25px auto 50px auto;
}
.btn_sec_04 {
	margin: 30px auto 0 auto;
}
a.btn_round {
	display: block;
	width: 300px;
	margin: 0 auto;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	border-radius: 40px;
	padding: 1rem 0;
	border: 2px solid #d0f1ff;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #29abe2;
}
a.btn_round span {
	padding-left: 20px;
}
a.btn_round:hover {
	background-color: #297ce2;
	border: 2px solid #d0e2ff;
}
a.btn_ao_a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	border: 2px solid #d0f1ff;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #29abe2;
}
a.btn_ao_a.round {}
a.btn_ao_a:hover {
	background-color: #297ce2;
	border: 2px solid #d0e2ff;
}
a.btn_ao_a .a__icon {
	padding-right: 4px;
}
a.btn_ao_a .a__icon img {
	width: 32px;
	vertical-align: middle;
	height: auto;
}
a.btn_ao_a .a__text {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-right: 40px;
	font-size: 18px;
}
a.btn_ao_a .a__text::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 1200px) {
	a.btn_ao_a .a__icon img {
		width: 32px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	a.btn_ao_a .a__text {
		font-size: 18px;
		padding-right: 20px;
	}
	a.btn_ao_a .a__text::after {
		width: 12px;
		height: 12px;
	}
}
@media (max-width: 768px) {
	a.btn_ao_a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	a.btn_ao_a .a__icon img {
		width: 28px;
	}
	a.btn_ao_a .a__text {
		padding-right: 20px;
	}
	a.btn_ao_a .a__text::after {
		width: 10px;
		height: 10px;
	}
	a.btn_ao_a.round {
		margin-top: 10px;
		margin-bottom: 40px;
		border-radius: 40px;
	}
}
#contents .link-to-pdf img {
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #f5f5f5;
}
#contents .link-to-pdf img:hover {
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #9bb;
}
#contents .link-to-pdf {
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 5px 0;
	max-width: 100%;
}
#contents .link-to-pdf img {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: -7px;
}
#contents .link-to-pdf:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	margin-left: -21px;
	margin-top: -21px;
	display: block;
	opacity: .0;
}
#contents .link-to-pdf:hover::after {
	opacity: .9;
}
#contents .link-to-pdf::before {
	content: 'PDF FILE';
	display: block;
	background-color: #d22;
	color: #fff;
	border: 1px #a55 solid;
	font-size: .85em;
	font-weight: normal;
	text-align: center;
	width: 130px;
	position: absolute;
	bottom: 20px;
	right: -32px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 3;
}
#contents .link-to-pdf:hover::before {
	content: 'VIEW THIS';
	background-color: #426EF0;
	border: 1px solid #002DAB;
}
.pagenav a {
	padding: 5px 10px;
	/*	width: 50px;*/
	border: solid 1px #cccccc;
	border-radius: 10px;
	color: #666666;
	background-color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #e8e8e8;
}
.pagenav .prev-art a {
	float: left;
}
.pagenav .next-art a {
	float: right;
	margin-top: 10px;
}
.pagenav {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
	clear: both;
	background-color: transparent;
}
.breadcrumbs {
	font-size: 80%;
}
.breadcrumbs {
	font-size: 80%;
	width: 1110px;
	margin-right: auto;
	display: block;
	min-width: 1110px;
	padding-left: 85px;
	padding-right: 85px;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
@media screen and (max-width:768px) {
	/* 768px以下用（タブレット／スマートフォン用）の記述 */
	.breadcrumbs {
		font-size: 80%;
		margin-top: 5%;
		width: 90%;
		padding: 0;
		min-width: 90%;
	}
}
/*----------------------------------------------------------
	wp-pagenavi
----------------------------------------------------------*/
/*wp-pagenavi base*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 50px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #999;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background-color: #999;
	border-color: #999;
}
.wp-pagenavi span.current {
	color: #FFF;
	background-color: #29abe2;
	border-color: #29abe2;
	font-weight: bold;
}
@media (max-width: 768px) {
	.wp-pagenavi a, .wp-pagenavi span {
		padding: 5px 10px;
		margin: 0 2px 10px 2px;
		white-space: nowrap;
		border-radius: 3px;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		text-align: center;
		text-decoration: none;
	}
	.wp-pagenavi {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
.camera {
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	img.camera {
		width: 100%;
		height: auto;
	}
}
btn_reload {
	margin-bottom: 20px;
}
.btn_reload a {
	display: block;
	width: 80%;
	max-width: 260px;
	margin: 0 auto;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #01b264;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 0.875rem;
	transition: .3s ease;
}
.btn_reload a:hover {
	background: #016839;
	transition: .3s ease;
}
.btn_reload a i {
	margin-right: 0.5em;
}
section {
	max-width: 500px;
	margin: 0 auto;
}
a.btn_06-2 {
	display: block;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	padding: 1.3em .5em;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid transparent;
	border-radius: 6px;
	box-sizing: border-box;
	max-width: 360px;
	margin: 0 auto;
	position: relative;
}
a.btn_06-2 span {
	position: relative;
	display: block;
	transform: translate(-3px, -3px);
	transition: 0.3s;
	z-index: +1;
}
a.btn_06-2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #e1000e;
	border-radius: 6px;
	box-sizing: border-box;
	transform: translate(-3px, -3px);
	transition: 0.3s;
}
a.btn_06-2:hover span {
	transform: translate(0, 0);
}
a.btn_06-2:hover:after {
	transform: translate(0, 0);
}
@media all and (max-width: 1023px) {
	a.btn_06-2 {
		font-size: 18px;
	}
}
@media all and (max-width: 767px) {
	a.btn_06-2 {
		font-size: 16px;
	}
}
#contents #responsive-menu-pro-additional-content h3 {
	border-top: 1px solid #696969;
	text-decoration: underline;
}
#responsive-menu-pro-additional-content p {
	font-size: 12px;
}
div.margin_header {
	display: block;
	width: 100%;
	height: 60px;
}


 /* ---------- お問い合わせ（セレクトタイプ） ----------　*/
 .contact_iframe_wrap {
 	position: relative;
 	width: 100%;
 	height: 1000px;
 }
 .contact_iframe_wrap iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 }