@charset "UTF-8";
/*
Theme Name: かみす防災アリーナ
2019-05-20
Author: Shinji Ishitani - 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 {
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-display: swap;
    width: auto;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.5em;
}
body {
	margin-top: 0px;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
th, td {
	vertical-align: top;
	font-weight: normal;
}
caption {
	text-align: left;
}
ul, ol, dl {
	list-style: none;
}
li {
	display: list-item;
	zoom: normal;
	padding: 0;
	margin: 0;
}
.wrapper {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	min-width: 1040px;
}
.wrapper_flex {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative;
	min-width: 1040px;
	justify-content: space-between;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fadein {
opacity : 0;
transform: translateY(20px);
transition: all 1s;
}
.breadcrumbs {
	font-size: 80%;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.cleafloat {
	clear: both;
}
/* End hide from IE-mac */

#contents .wp-caption .wp-caption-text, .gallery-caption p {
font-size: 12px;
}
.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%;
}

a:link {
	text-decoration: none;
	color: #3DC2AB;
}
a:visited {
	text-decoration: none;
	color: #3DC2AB;
}
a:hover {
	text-decoration: underline;
	color: #FF7F40;
}
.pc { display: block !important; }
.sp { display: none !important; }

.br-sp {
	display: none;
}
@media only screen and (max-width:1040px) {
.wrapper {
	width: 95%;
	min-width: 95%;
}
.breadcrumbs {
	font-size: 80%;
}
}
@media only screen and (max-width:900px) {
/* 900px以下用（タブレット／スマートフォン用）の記述 */

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: static;
	display: block;
}
.br-sp {
	display: block;
}

#slide img {
	width: 100%;
	height: auto;
}
li.sp_only {
	display: none;
}
.pc {
	display: none !important;
	}
.sp {
	display: block !important;
	}

.wrapper_flex {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative;
	min-width: 100%;
	justify-content: space-between;
}
}

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

.wrapper_flex {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	min-width: 100%;
}
	.img_right {
	float: right;
	width: auto;
	margin-left: 20px;
	display: block;
}
.img_center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 100%;
	margin-bottom: 10px;
}
}


/* ---------------------------------------------------------------------------------------------
　   HEADER
--------------------------------------------------------------------------------------------- */
header {
	position: fixed;
	z-index: 97;
	width: 100%;
	background-color: #9EAACA;
	height: 132px;
	min-width: 1040px;
	transition: .3s;
	margin-top: 0px;
	padding-top: 0px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
header h1 a {
	background-repeat: no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	color: #FFFFFF;
	background-image: url(images/logo.png);
	width: 140px;
	height: 0;
	background-size: contain;
	position: absolute;
	left: 10px;
	margin: auto;
	transition: .3s;
	padding-top: 10%;
	top: 16px;
}
header h2 a {
	background-repeat: no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	color: #FFFFFF;
	background-image: url(images/blog_bt.png);
	width: 98px;
	background-size: contain;
	position: absolute;
	top: 30px;
	margin: auto;
	height: 72px;
	transition: .3s;
	right: 0px;
}

nav#header-nav.header-nav {
	position: absolute;
	margin: auto;
	top: 0px;
	line-height: 132px;
	width: 900px;
	transition: .3s;
	left: 170px;
}
nav#header-nav.header-nav li a {
	float: left;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	margin-right: 2%;
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.05deg);
	font-weight: 300;
	
}
.is-animation {
  height: 72px;
}
.is-animation h1 a {
	width: 77px;
	height: 56px;
	padding-top: 0px;
	top: 9px;
}
.is-animation h2 a {
  top: 0px;
}
.is-animation nav#header-nav.header-nav {
  line-height: 70px;
	left: 110px;
}

.is-animation nav#header-nav.header-nav li a {
	font-size: 18px;
}
.top_box_b {
	background-color: #7C869F;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	min-width: 1040px;
}
.top_box_b_inner {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.top_box_b_inner img {
}
#contents .wrapper_flex .top_box_b_inner p {
	text-align: justify;
	color: #FFFFFF;
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 10px;
	font-size: 14px;
	margin-top: 6px;
	height: 8em;
}
#top_map  {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#top_map .top_access {
	float: left;
	width: 400px;
	margin-right: 20px;
}
.top_access_box {
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
.holiday {
	border-bottom: 1px solid #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
}
#contents.top #top_map .top_access h3 img{
	width: 100%;
	height: auto;
	}
#contents #top_map .top_access .top_access_box p {
	text-align: justify;
	font-size: 18px;
	line-height: 2em;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
}

header a:link {
	text-decoration: none;
	color: #000000;
}
header a:visited {
	text-decoration: none;
	color: #231815;
}
header a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}
nav#header-nav.header-nav li.current-menu-item a {
	font-weight: normal;
	color: #FFFFFF;
}

nav#header-nav.header-nav li.current-menu-parent a {
	font-weight: normal;
	color: #FFFFFF;
}
nav#header-nav.header-nav li.current-page-ancestor a {
	font-weight: normal;
	color: #FFFFFF;
}

#head-sp {
	display: none;
	}
#head-sp a img  {
	display: none;
}
@media only screen and ( max-width : 1040px ) {

header {
	display: none;
	}
#head-sp {
	background-color: #9EAACA;
	height: 72px;
	position: fixed;
	display: flex;
	width: 100%;
	align-items: center;
	z-index: 990;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	}
#head-sp a img {
	display: flex;
	width: 76%;
	height: auto;
	margin-left: 3%;
}
}

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


.top_box_b {
	background-color: #7C869F;
	width: 98%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	min-width: 98%;
	padding-left: 1%;
	padding-right: 1%;
}
.top_box_b_inner {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	width: 30%;
}
.top_box_b_inner img {
	width: 100%;
	height: auto;
}
#contents .wrapper_flex .top_box_b_inner p {
	text-align: justify;
	color: #FFFFFF;
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 10px;
	font-size: 14px;
	margin-top: 6px;
	height: auto;
}
#top_map  {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#top_map .top_access {
	float: left;
	width: 40%;
	margin-right: 20px;
}
.top_access_box {
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
#contents.top #top_map .top_access h3 img{
	width: 100%;
	height: auto;
	}
#contents #top_map .top_access .top_access_box p {
	text-align: justify;
	font-size: 14px;
	line-height: 2em;
}
}

@media only screen and ( max-width : 768px ) {
	.top_box_b {
	min-width: 100%;
	padding: 0;
	width: 100%;
	}
.top_box_b_inner {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	width: 76%;
	margin-left: auto;
	margin-right: auto;
}
#top_map  {
	width: 100%;
}
#top_map .top_access {
	float: none;
	width: 95%;
	margin-right: auto;
	clear: both;
	margin-left: auto;
}
#contents.top #top_map .top_access h3 img{
	width: 45%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.top_access_box {
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
#contents #top_map .top_access .top_access_box p {
	text-align: justify;
	font-size: 18px;
	line-height: 2em;
}
.top_box_b_inner img {
	width: 90%;
	height: auto;
}
}

/* ---------------------------------------------------------------------------------------------
　   TOPページ
--------------------------------------------------------------------------------------------- */
#top-video {
	width: 100%;
	height: auto;
	margin-top: 132px;
}

#slides img {
	width: 100%;
	/* [disabled]margin-bottom: 10px; */
	min-width: 1040px;
	margin-top: 132px;
}
.main_title {
	width: 840px;
	height: 117px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
}
.top_box_sp {
	display: none;
}
.top_box {
	width: 1040px;
	line-height: 0;
	justify-content: space-between;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.top_box img {
	/* [disabled]width: 30%; */
	/* [disabled]height: auto; */
	
}
#top_info {
	margin-bottom: 10px;
	margin-top: 60px;
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
#top_info h3 img{
	width: 541px;
	height: 119px;
	margin-bottom: 8px;
}
#top_event {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	background-color: #E6E7E7;
}
.info_box {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	height: 13em;
	position: static;
	margin-bottom: 30px;
}
.info_box_left_01 {
	float: left;
	width: 30%;
	background-color: #9dc961;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 13em;
	position: relative;
}
.info_box_left_01_sp {
	display: none;
}
.info_box_left_02 {
	float: left;
	width: 30%;
	background-color: #F6AF00;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 13em;
	position: relative;
}
.info_box_left_02_sp {
	display: none;
}
.info_box_left_03 {
	float: left;
	width: 30%;
	background-color: #9C81ED;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 13em;
	position: relative;
}
.info_box_left_03_sp {
	display: none;
}
.info_box dl {
	height: 13em;
	overflow: auto;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 100%;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	/* [disabled]padding-bottom: 15px; */
	line-height: 23px;
}
.info_box dt {
	color: #666666;
	padding-top: 6px;
	padding-right: 19px;
	padding-left: 0px;
	padding-bottom: 6px;
	float: left;
	font-size: 100%;
	margin-bottom: 5px;
}
.info_box dt img {
	margin-right: 10px;
	height: 23px;
	width: 70px;
	vertical-align: bottom;
	margin-left: 10px;
	margin-bottom: 0px;
}
.info_box dd {
	margin: 0 0 5px;
	/* [disabled]border-bottom: 1px dashed #cccccc; */
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0em;
	line-height: 23px;
}
.main_image {
	width: 100%;
	height: auto;
	margin-top: 50px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	vertical-align: bottom;
	min-width: 1040px;
}
.sub_image {
	width: 100%;
	height: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	vertical-align: bottom;
	min-width: 1040px;
	margin-top: 132px;
}
.google-wrap {
	height: 480px;
	width: 100%;
	margin-top: 30px;
}
.google {
	position: relative;
	height: 100%;
	overflow: hidden;
	margin-top: 0px;
}
.google iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:1040px) {
/* 1040px以下用（タブレット用）の記述 */
	
#slides img {
	margin-top: 72px;
	min-width: 1040px;
	}
#top-video {
	margin-top: 72px;
}
	
.top_box_02 {
	background-color: #3A2206;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 7px;
}
.main_title {
	/* [disabled]width: 80%; */
	/* [disabled]height: auto; */
}
.sub_image {
	margin-bottom: 0px;
	margin-top: 72px;
	object-fit: cover;
	width: 1040px;
	min-width: 1040px;
}
}
@media only screen and (max-width:900px) {
/* 900px以下用（タブレット用）の記述 */
.main_image {
	width: 100%;
	min-width: 100%;
	object-fit: cover;
	height: 300px;
	padding: 0;
	}
.sub_image {
	margin-bottom: 0px;
	margin-top: 72px;
	object-fit: cover;
	height: 200px;
	width: 100%;
	min-width: 100%;
}
#slides img {
	min-width: 100%;
	}
.top_box {
	display: none;
}
.top_box_sp {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	}
	
.top_box_sp img {
	width: 100%;
	height: auto;
	margin-bottom: 2%;
	}
	#top_info {
	margin-bottom: 2%;
	margin-top: 2%;
	clear: both;
	width: 100%;
}
#top_event {
	margin-bottom: 2%;
	width: 100%;
	clear: both;
	margin-top: 0px;
}
#contents.top #top_info .info_box_left_01 h3 {
	display: none;
}
#contents.top #top_event .info_box_left_01 h3 {
	display: none;
}
#top_info h3 img{
	width: 70%;
	height: auto;
	}
.info_box {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	float: none;
	height: 13em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	position: static;
	margin-top: 0px;
	padding-top: 0px;
}
.info_box_left_01 {
	display: none;
}
.info_box_left_01_sp {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	position: static;
	}
.info_box_left_01_sp h3 a img {
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 0px;
	}
.info_box_left_02 {
	display: none;
}
.info_box_left_02_sp {
	height: auto;
	width: 100%;
	display: block;
	position: static;
	}
.info_box_left_02_sp h3 a img {
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 0px;
	}
.info_box_left_03 {
	display: none;
}
.info_box dl {
	height: 11em;
	overflow: auto;
	margin: 0;
	font-size: 100%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}
.info_box dt {
	color: #666666;
	padding-top: 6px;
	padding-right: 19px;
	padding-left: 0px;
	padding-bottom: 6px;
	float: left;
	font-size: 100%;
}
.info_box dd {
	margin: 0 0 5px;
	border-bottom: 1px dashed #cccccc;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0em;
	line-height: 23px;
}

.google-wrap {
	height: 350px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.google {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.google iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}

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

.info_box {
	height: 22em;
}
.info_box dl {
	height: 20em;
}
.info_box dt {
	color: #666666;
	padding-top: 6px;
	padding-right: 19px;
	padding-left: 0px;
	padding-bottom: 6px;
	float: none;
	font-size: 100%;
	clear: both;
}
.info_box dd {
	margin: 0 0 5px;
	border-bottom: 1px dashed #cccccc;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0.5em;
	line-height: 23px;
}
}
	
	
	
	
	

/* ---------------------------------------------------------------------------------------------
　   フッター
--------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	background-color: #9EAACA;
	width: 100%;
	position: relative;
	min-width: 1040px;
}
#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: 1040px;
	height: 40px;
	z-index: 9999;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.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;
	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;
	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;
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.05deg);
}
.footer_box h4 {
	font-size: 14px;
	color: #FFF;
	margin-bottom: 6px;
}
nav.footer-nav_left ul.menu {
	color: #FFF;
	margin-right: 2%;
	width: 30%;
	font-size: 14px;
	margin-left: 15px;
	float: left;
}
nav.footer-nav_center ul.menu {
	color: #FFF;
	margin-right: 20px;
	width: 30%;
	font-size: 14px;
	float: left;
}
nav.footer-nav_right ul.menu {
	color: #FFF;
	margin-right: 20px;
	width: 30%;
	font-size: 14px;
	float: left;
}
nav.footer-nav_left ul.menu li {
	margin-left: 20px;
	color: #FFF;
	list-style-type: disc;
	font-size: 14px;
	
}
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: disc;
}
nav.footer-nav_right ul.menu li {
	margin-left: 20px;
	color: #FFF;
	margin-bottom: 2px;
	list-style-type: square;
}
.copyright {
	clear: both;
	/* [disabled]background-color: #979797;
*/
	/* [disabled]height: 20px;
*/
	margin-bottom: 0px;
	padding-bottom: 6px;
	padding-top: 10px;
}
.copyright p {
	text-align: center;
	font-size: 80%;
	color: #FFFFFF;
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.05deg);
}

@media only screen and (max-width:900px) {
#footer {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
	min-width: 96%;
}
.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_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: 2%;
	width: 44%;
	font-size: 14px;
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
}
nav.footer-nav_center ul.menu {
	color: #FFF;
	width: 45%;
	font-size: 14px;
	float: left;
	margin-bottom: 10px;
	margin-left: 2%;
}
nav.footer-nav_right ul.menu {
	color: #FFF;
	width: 90%;
	font-size: 14px;
	clear: both;
	float: none;
}
#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 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#contents {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width: 1040px;
    padding-bottom: 30px;
    /* [disabled]min-height: 600px; */
}
#contents.top {
	margin: 0;
	padding: 0;
}
#contents h2 {
	width: 100%;
	height: 84px;
	position: relative;
}
#contents h2 img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    width: auto;
}
#contents .sub_title {
	width: 100%;
	height: 84px;
	background-color: #9DAACA;
}
#contents h3 {
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.05deg);
	color: #5c5c5c;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	line-height: 45px;
	margin-top: 0px;
	clear: both;
	background-color: #D3D3D3;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 0px;
}
#contents.top h3 {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#contents h3.upper {
	margin-top: 15px;
}
#contents h4 {
	font-size: 30px;
	text-align: left;
	color: #999999;
	/* [disabled]margin-top: 20px; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
	border-left: 25px solid #68C0A3;
	height: 22px;
	font-weight: normal;
}
#contents.contact h4 {
	font-size: 24px;
	text-align: left;
	color: #999999;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
	border-left: 18px solid #68C0A3;
	font-weight: normal;
}
#contents h5 {
	font-size: 18px;
	font-weight: bold;
	/* [disabled]float: left; */
	/* [disabled]width: 57%; */
}
#contents h6 {
	font-weight: normal;
	font-size: 14px;
	text-indent: -1em;
	margin-left: 1em;
	margin-right: 2%;
	line-height: 1.6em;
}
#contents p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.6em;
    padding: 0;
}
#contents p.lead {
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.05deg);
	font-size: 20px;
	color: #7C869F;
	padding-top: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 2em;
}
#contents p.lead_top {
	font-size: 1.4vw;
	color: #231815;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
	float: left;
	width: 60%;
	line-height: 1.6em;
}
.text_area {
	float: none;
	clear: both;
	display: flex;
	width: 1040px;
	margin-bottom: 30px;
}
.text_area img {
	height: 91px;
	width: 338px;
}
.text_box {
	float: none;
	clear: both;
	width: 620px;
	margin-left: 20px;
}
.inner_photo {
	float: right;
	width: 400px;
	height: auto;
	margin-left: 20px;
	margin-bottom: 10px;
}
.inner_photo_left {
	float: left;
	width: 390px;
	height: auto;
	margin-left: 0px;
	margin-bottom: 10px;
}
.inner_photo_right {
	float: right;
	width: 390px;
	height: auto;
	margin-left: 0px;
	margin-bottom: 10px;
}
.inner_photo_center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 0px;
	/* [disabled]max-width: 100%; */
}

.link_archive {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}


#contents ul {
	list-style-type: disc;
	margin-left: 4%;
	margin-right: 3%;
	margin-bottom: 8px;
}
tbody tr td {
}
#contents li {
	margin-bottom: 3px;
}
#contents ul li ul li {
	list-style-type: circle;
	font-size: 95%;
	margin-top: 10px;
}
#contents ul span {
	font-size: 90%;
}
#contents ul.number {
	list-style-type: decimal;
	margin-left: 4%;
	margin-bottom: 20px;
}
#contents ul.privacy {
	margin-bottom: 0px;
}
#contents ul.privacy li {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.attention {
	font-size: 80%;
	margin-left: 0.5em;
	}
@media only screen and (max-width:1040px) {
	#contents h2 img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0%;
}
}

@media only screen and (max-width:900px) {
	
main {
	display: block;
	width: 100%;
}
.main_title {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 5%;
	margin-bottom: 5%;
}

#contents {
	width: 100%;
	float: none;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 0%;
	margin-left: auto;
	border-left-width: 0px;
	border-left-style: none;
	margin-right: auto;
	min-width: 100%;
}
#contents .sub_title {
	width: 100%;
	height: 84px;
	background-color: #9DAACA;
}
#contents h2 img {
	/* [disabled]position: absolute; */
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	margin: auto;

}
#contents h3 {
	font-size: 4vw;
	display: block;
	margin-left: auto;
	margin-right: auto;
	word-wrap: normal;
	padding-top: 1%;
	padding-bottom: 1%;
	line-height: normal;
}
#contents h4 {
	text-align: left;
	padding-left: 10px;
	font-size: 20px;
	height: auto;
	line-height: 1.6em;
}
#contents h5 {
	font-size: 12px;
	float: none;
	width: 100%;
}
#contents p.lead {
	margin-top: 0%;
	padding-top: 9px;
	/* [disabled]padding-left: 2%; */
	/* [disabled]padding-right: 2%; */
	width: 100%;
	font-size: 18px;
}
#contents p.lead_top {
	float: none;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	margin-top: 0px;
	line-height: 1.5em;
}
.text_area {
	width: 100%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.text_area img {
	width: 50%;
	height: auto;
	display: block;
	margin-bottom: 2%;
	}
.text_box {
	float: none;
	clear: both;
	width: 100%;
	margin-left: 0px;
}
.inner_photo {
	padding: 0;
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 3%;
	width: 100%;
}
.inner_photo_left, .inner_photo_right {
	padding: 0;
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 3%;
	width: 100%;
}
.inner_photo_center {
	width: 100%;
	height: auto;
}
#banner {
	width: 70%;
	float: none;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
#banner img {
	padding-bottom: 3%;
	width: 100%;
}
#contents ul {
	margin-left: 8%;
	margin-right: 2%;
}
#contents li {
	margin-bottom: 1%;
}
#contents ul span {
	font-size: 90%;
}
#contents ul.number {
	margin-left: 8%;
	margin-right: 2%;
}
}

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

#contents h2{
	width: 100%;
}
#contents h2 img {
	/* [disabled]position: absolute; */
	width: 50%;
	height: auto;
}
}
	


/*****************************
      下層コンテンツ
*****************************/

.concept_img_01 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 40px;
	height: auto;
}

.map_01 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 40px;
	height: auto;
}
.map_02 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 40px;
	height: auto;
}

.facility_box {
	width: 1040px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
img.f_box_left {
	margin-bottom: 1%;
	width: 200px;
	height: 215px;
	margin-right: 5px;
}
.fa_photo {
	width: 40%;
	height: auto;
	float: right;
	margin-left: 2%;
	margin-bottom: 30px;
	margin-top: 0px;
}
.school_box{
	background-color: #61C1B9;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents .school_ph h5 {
	font-weight: normal;
}
.school_02_01 {
	border-left-style: solid;
	border-left-width: 0px;
	border-right: none;
	border-bottom: none;
	border-top: none;
	padding: 0;
	display: block;
	margin-bottom: 30px;
}
.school_ph_area {
	display: flex;
	justify-content: space-between;
}
.school_ph img{
	width: 340px;
}
#contents .sub_menu ul {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	clear: both;
}
#contents .sub_menu ul li {
	list-style-type: none;
	padding-right: 0px;
}
.flow_01 img {
	width: 38%;
	float: left;
	height: auto;
}
.flow_02 img {
	width: 46%;
	float: right;
	height: auto;
	margin-right: 8%;
}
.group_box {
	background-color: #F4D1A0;
	width: 96%;
	margin-top: 50px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#contents .group_box h4 {
	text-align: center;
	border: none;
	background-color: #DC8AA1;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#contents .group_box h5 {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 6px;
	color: #972a49;
	font-size: 20px;
}
#contents .group_box p {
}

@media only screen and (max-width:1040px) {
img.map_01 {
	display: none;
}
img.map_02 {
	display: none;
}
.school_ph img{
	width: 97%;
	height: auto;
	margin-right: 1%;
}
}
@media only screen and (max-width:900px) {

.facility_box {
	padding-bottom: 0px;
	width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	justify-content: none;
	flex-wrap: none;
}
img.f_box_left {
	height: auto;
	margin-right: 1%;
	padding: 0;
	width: 48%;
}
#contents .facility_box .f_box_left h3 {
	text-align: center;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2%;
	background-color: #FFFFFF;
	font-size: 30px;
}
.fa_photo {
	width: 100%;
	clear: both;
	float: none;
	display: block;
	padding-top: 2%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
}
#contents .facility_box p {
	float: none;
	clear: both;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	/* [disabled]margin-bottom: 0; */
	font-size: 100%;
}
.school_ph_area {
	justify-content: space-between;
	width: 100%;
}
#contents .sub_menu ul {
	width: 90%;
}
#contents .sub_menu ul li img {
	width: 90%;
	height: auto;
}
.group_box {
	background-color: #F4D1A0;
	width: 95%;
	margin-top: 50px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	margin-right: auto;
	float: none;
	margin-bottom: 50px;
	clear: both;
	margin-left: auto;
}
#contents .group_box h4 {
	text-align: center;
	border: none;
	background-color: #DC8AA1;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#contents .group_box h5 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 6px;
	color: #972a49;
	font-size: 20px;
}
#contents .group_box p {
	height: auto;
}
}
@media only screen and (max-width:768px) {

#contents .school_ph h5 {
	font-weight: normal;
	font-size: 14px;
}
.school_ph_area {
	justify-content: space-between;
	width: 100%;
	display: block;
}
.school_ph img{
	width: 100%;
	height: auto;
	margin-right: 1%;
}
.flow_01 img {
	width: 70%;
	float: none;
	height: auto;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.flow_02 img {
	width: 85%;
	float: none;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 8%;
}
#contents .sub_menu ul {
	list-style-type: none;
	display: block;
	justify-content: space-between;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	clear: both;
}
#contents .sub_menu ul li {
	list-style-type: none;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 5%;
}
}
	
	
	
	
#contents > .access_box {
	width: 250px;
	float: left;
	margin-right: 15px;
}
.access_box img {
	width: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: -2px;
	padding: 0;
}
.accessArea .parking {
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: right;
}
.accessArea .parking_b {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 15px;
	clear: both;
	width: 500px;
	height: auto;
}
#contents .access_box p {
	font-size: 12px;
	padding: 0;
}
.accessArea {
	margin-bottom: 40px;
}
.accessArea .map_01 {
	width: 450px;
	height: auto;
	float: right;
}
.accessArea .trainmap {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}
.accessArea dl {
	margin-right: 0;
	margin-bottom: 0;
	width: 540px;
}
.accessArea dt {
	float: left;
	width: 5.5em;
	padding: 6px 0;
}
.accessArea dd {
	padding-top: 6px;
	padding-right: 0;
	padding-left: 6em;
	padding-bottom: 6px;
}
.accessArea dd ul {
	padding-left: 0px;
	margin-left: 6px;
	margin-bottom: 0px;
}
.accessArea dd li {
	line-height: 1.6;
	text-indent: 0em;
	_text-indent: -0.5em;
	list-style-type: disc;
	margin-left: 19px;
}
#contents .accessArea h4 {
	text-align: left;
	border-left: 9px solid #754308;
	padding-left: 6px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.accessArea ul {
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.accessArea .google-wrap {
	height: 480px;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
}
.accessArea .google {
	position: relative;
	height: 100%;
	overflow: hidden;
	margin-top: 0px;
}
.accessArea .google iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:1040px) {
	.accessArea {
	width: 100%;
	}
	.accessArea dl {
	width: 48%;
	}
	.accessArea .map_01 {
	width: 50%;
	height: auto;
	float: right;
	display: block;
}
.accessArea .google iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    margin-left: 5%;
}
	}
	
	
	
@media only screen and (max-width:900px) {
#contents > .access_box {
	width: 70%;
	float: none;
	margin-right: auto;
	height: auto;
	margin-left: auto;
}
.access_box img {
	width: 100%;
	height: auto;
}
#contents .access_box p {
	font-size: 12px;
}
.accessArea .map_01 {
	width: 80%;
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 3%;
}
.accessArea dl {
	margin-right: auto;
	margin-bottom: 0;
	width: 90%;
	margin-left: auto;
	float: none;
	clear: both;
}
.accessArea dt {
	float: left;
	width: 5.5em;
	padding: 6px 0;
}
.accessArea dd {
	padding-top: 6px;
	padding-right: 0;
	padding-left: 6em;
	padding-bottom: 6px;
}
.accessArea dd ul {
	padding-left: 0px;
	margin-left: 6px;
	margin-bottom: 0px;
}
.accessArea dd li {
	line-height: 1.6;
	text-indent: 0em;
	_text-indent: -0.5em;
	list-style-type: disc;
	margin-left: 19px;
}
.accessArea .parking {
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
	clear: both;
	margin-bottom: 3%;
}
.accessArea .parking_b {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 15px;
	clear: both;
	width: 90%;
	height: auto;
}
}
/* = sidebar
-------------------------------------------------------------- */

#sidebar {
	width: 25%;
	float: right;
	margin-top: 10px;
	vertical-align: top;
	margin-left: 2%;
}
.tel {
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #939393;
	height: auto;
	background-color: #FFFFFF;
	display: none;
}
.widget {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border: 1px solid #939393;
	height: auto;
	background-color: #FFFFFF;
}
.widget.widget_sp_image {
	padding-top: 5px;
	padding-bottom: 5px;
}
.widget ul {
	list-style: disc;
}
h2.widgettitle {
	background-color: #3DC2AB;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-top: -20px;
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.5vw;
	overflow-x: auto;
	overflow-y: auto;
	text-indent: 0px;
	text-align: center;
	width: 100%;
}
#sidebar ul li {
	list-style: none;
	margin-bottom: 2px;
	font-size: 14px;
}
#sidebar ul li a {
	background-repeat: no-repeat;
	background-position: 0 14px;
	background-image: url(images/sidebar-arrow.png);
	padding-top: 5px;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 2px;
	color: #3b3b3b;
	/* [disabled]border-bottom: 1px dashed #d0cfcf; */
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
}
#sidebar ul li a:hover {
	color: #34c6f6;
}
#sidebar ul li:last-child a {
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}
.widget_sp_image-image-link img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

@media only screen and (max-width:900px) {
#sidebar {
	width: 85%;
	float: none;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.tel {
	margin-bottom: 3%;
	padding: 20px;
	border: 1px solid #939393;
	height: auto;
	background-color: #FFFFFF;
	display: block;
}
#categories a .banner_tel {
	width: 100%;
	height: auto;
	margin-top: 0px;
	display: block;
}
	
.widget {
	margin-bottom: 3%;
	padding: 20px;
	border-left: 1px solid #3DC2AB;
	border-right: 1px solid #3DC2AB;
	border-bottom: 1px solid #3DC2AB;
	border-top: 1px solid #3DC2AB;
	height: auto;
}
.widget ul {
	list-style: disc;
}
h2.widgettitle {
	background-color: #3DC2AB;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -20px;
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
	overflow-x: auto;
	overflow-y: auto;
	text-indent: 0px;
	text-align: center;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a {
	background-repeat: no-repeat;
	background-position: 0 14px;
	background-image: url(images/sidebar-arrow.png);
	padding: 10px 0 10px 20px;
	color: #3b3b3b;
	border-bottom: 1px dashed #d0cfcf;
	display: block;
}
#sidebar ul li a:hover {
	color: #34c6f6;
}
#sidebar ul li:last-child a {
	border: none;
}
}
.breadcrumbs {
	font-size: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (max-width:900px) {
/* 768px以下用（タブレット／スマートフォン用）の記述 */

.breadcrumbs {
	font-size: 80%;
}
}

@media only screen and (max-width:900px) {
/* 768px以下用（タブレット／スマートフォン用）の記述 */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}


#contents ul.movie_cat {
    padding: 0;
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
    font-size: 0;
    text-align: right;
}
#contents 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;
}

#contents ul.movie_cat li a:link {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: normal;
}
#contents ul.movie_cat li a:visited {
    text-decoration: none;
    color: #FFFFFF;
	font-weight: normal;
}
#contents ul.movie_cat li a:hover {
    color: #FFBF00;
    text-decoration: underline;
    font-weight: normal;
}
#contents #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; */
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
#contents #post ul.movie-thumb li {
    /* [disabled]width: 49%; */
    margin-right: 0px;
    margin-bottom: 20px;
}
#contents #post ul.movie-thumb li h5 a {
    font-size: 16px;
}
#contents #post ul.movie-thumb li img {
    float: left;
    margin-right: 20px;
}
#contents #post ul.movie-thumb li p {
    font-size: 14px;
}


@media screen and (max-width:800px) {
/* 800px以下用（タブレット／スマートフォン用）の記述 */
	
	
#contents #post ul.movie-thumb {
    list-style-type: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    flex-wrap: wrap;
    width: 90%;
    display: block;
}
#contents #post ul.movie-thumb li {
    /* [disabled]width: 49%; */
    margin-right: 0px;
    margin-bottom: 20px;
}
#contents #post ul.movie-thumb li h5 a {
    font-size: 16px;

}
#contents #post ul.movie-thumb li img {
    float: none;
    width: 100%;
    margin-bottom: 3%;
}
#contents #post ul.movie-thumb li p {
    font-size: 14px;
    margin-bottom: 3%;
}
}
	
/* 画像配置 */

.img_right {
	float: right;
	width: auto;
	margin-bottom: 10px;
	margin-left: 15px;
}
.img_center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 9px;
	width: 100%;
	height: auto;
}
.float_right {
	float: right;
}
/* タブ設定 */

#tab {
	width: 714px;
	height: 25px;
	margin-bottom: 0px;
}
#tab ul.menu {
	list-style-type: none;
}
#tab ul.menu li {
	display: block;
	height: 21px;
	text-indent: -700em;
	float: left;
}
#tab ul.menu li a {
	background-repeat: no-repeat;
	display: block;
	height: 25px;
}
#tab ul.menu li a:hover {
	background-position: 0px -25px;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
}


@media screen and (max-width:900px) {
/* 768px以下用（タブレット／スマートフォン用）の記述 */


.tab_time dl {
	padding-bottom: 0px;
	width: 94%;
	margin-top: 5px;
	margin-left: 3%;
	margin-right: 3%;
}
.tab_time dt {
	font-size: 100%;
	width: 11em;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0em;
	margin-bottom: 5px;
}
.tab_time dd {
	padding: 0px 1em 0px 13em;
	margin: 0 0 5px 0em;
	font-size: 100%;
}
}
	
/* 表組み設定 */

table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5em;
}
th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: normal;
	background-color: #E2EEEB;
}
td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
td.l2 {
	height: 4em;
}

.td-center {
	text-align: center;
	vertical-align: middle;
}
#contents table tr ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#contents table tr ul li {
	margin-top: 0px;
	margin-bottom: 0px;
}
table.sheet_01 {
	width: 90%;
	font-size: 90%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
table.sheet_01 th {
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	font-size: 100%;
}
table.sheet_01 td {
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
	font-size: 110%;
	/* [disabled]background-color: #FFFFFF; */
	text-align: left;
	vertical-align: middle;
	line-height: 1.8em;
}
table.sheet_01_b {
	width: 90%;
	font-size: 100%;
}
table.sheet_01_b th {
	text-align: left;
	padding: 5px;
}
table.sheet_01_b td {
	padding: 5px;
	background-color: #FFFFFF;
}
table.sheet_02 {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	margin-right: 0px;
	background-color: #FFFFFF;
}
table.sheet_02 th {
	font-size: 14px;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}
table.sheet_02 td {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 100%;
	vertical-align: middle;
	text-align: center;
}
table.sheet_03 {
	width: 70%;
	font-size: 100%;
	margin-bottom: 5px;
	margin-top: 15px;
}
table.sheet_03 th {
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}
table.sheet_03 td {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 100%;
	/* [disabled]background-color: #FFFFFF; */
	vertical-align: middle;
	width: 30%;
}
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;
}
td.sheet_blue01 {
	background-color: #D4D8E6;
}
td.sheet_blue02 {
	background-color: #ACCBEB;
}
.price {
	text-align: center;
	font-size: 20px;
	vertical-align: middle;
	line-height: 1.6em;
}
.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;
*/

}


@media screen and (max-width:900px) {
/* 768px以下用（タブレット／スマートフォン用）の記述 */

table {
	border-top: 1px solid #bebbad;
	border-left: 1px solid #bebbad;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5em;
}
th {
	border-right: 1px solid #bebbad;
	border-bottom: 1px solid #bebbad;
	font-weight: normal;
}
td {
	border-right: 1px solid #bebbad;
	border-bottom: 1px solid #bebbad;
}
.sheet_01 tbody tr td ul {
}
table.sheet_01 {
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	margin-right: auto;
}
table.sheet_01 th {
	font-size: 80%;
	text-align: left;
	padding: 5px;
}
table.sheet_01 td {
	padding: 5px;
	font-size: 80%;
}
table.sheet_01_b {
	font-size: 90%;
	margin-bottom: 7px;
	width: 100%;
}
table.sheet_01_b th {
	text-align: center;
	padding: 5px;
}
table.sheet_01_b td {
	padding: 5px;
	font-size: 100%;
	background-color: #FFFFFF;
}
table.sheet_02 {
	margin-bottom: 2%;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
	font-size: 85%;
}
table.sheet_02 th {
	font-size: 100%;
	padding: 5px;
}
table.sheet_02 td {
	padding: 5px;
	font-size: 100%;
}
table.sheet_03 {
	font-size: 80%;
	margin-bottom: 7px;
	float: none;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
table.sheet_03 th {
	text-align: center;
	padding: 5px;
}
table.sheet_03 td {
	padding: 5px;
	font-size: 100%;
	background-color: #FFFFFF;
}
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;
	font-size: 14px;
	font-weight: bold;
}
.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;
}
}
	
/*----------------------------------------------------------
	下層 - PDFリンク
----------------------------------------------------------*/
.pdf_link {
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 1em;
	padding-left: 40px;
 /padding: 0px 0px 0px 10px; /*IE6,7Hack*/
	background-repeat: no-repeat;
	background-position: 3px center;
	cursor: pointer;
	height: 40px;
	color: #000000;
	display: inline-block;
	background-color: #E0868C;
	line-height: 40px;
	border-radius: 6px;
	background-image: url(images/Adobe_PDF_file_icon_32x32.png);
	min-width: 300px;
	box-shadow: 0px 0px 6px 0px #949494;
	-moz-box-shadow: 0px 0px 6px 0px #949494;
	-webkit-box-shadow: 0px 0px 6px 0px #949494;
	margin-bottom: 10px;
}
.pdf_link span {
	padding-top: 0px;
	/* [disabled]padding-bottom: 20px;
*/
	line-height: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: right center;
	/* [disabled]background-image: url(../images/pdf_2.jpg);
*/
	zoom: 1;	/* for IE */
	display: table-cell; /* for modern browser */
	cursor: pointer;
	margin-top: 0;
	margin-right: 0;
}
.pdf_link a {
	color: #FFFFFF;
	margin-left: 0px;
}
.pdf_link a:link {
	color: #FFFFFF;
}
.pdf_link a:hover {
	color: #FFFF00;
	font-weight: normal;
}
.link_page a {
	height: 15px;
	color: #F60;
	font-weight: bold;
	margin-left: 1em;
}

@media screen and (max-width:900px) {
/* 900px以下用（タブレット／スマートフォン用）の記述 */
.pdf_link {
	padding-top: 0px;
 /padding: 0px 0px 0px 10px;
	width: 80%;
	font-size: 90%;
	margin-left: 3%;
	height: auto;
	min-width: 75%;
}
.pdf_link span {
	padding-top: 2%;
	padding-right: 0%;
	padding-left: 3%;
	background-position: right center; /* for modern browser */
	cursor: pointer;
	margin-top: 0;
	margin-right: 0%;
	/* [disabled]margin-left: 5%;
*/
	font-size: 100%;
	background-image: none;
	width: 90%;
	height: auto;
	line-height: 1.6em;
	padding-bottom: 2%;
}
.link_page a {
	height: 15px;
	color: #F60;
	font-weight: bold;
	margin-left: 1em;
}
}

/*----------------------------------------------------------
	投稿ページ
----------------------------------------------------------*/
#post {
	min-height: 600px;
}
#contents #post h4 {
	font-size: 20px;
	text-align: left;
	color: #999999;
	/* [disabled]margin-top: 20px; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
	border-left: 20px solid #68C0A3;
	font-weight: normal;
	margin-bottom: 15px;
}
#post img {
	padding: 0;
	margin-bottom: 3%;
	float: left;
}
#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;
}
#post .post-date {
	text-align: right;
	margin-bottom: 10px;
}

@media only screen and ( max-width : 900px ) {
#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;
}
}

.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;
}
.link-to-pdf img {
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #f5f5f5;
}
.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;
}
.link-to-pdf {
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 5px 0;
	max-width: 100%;
}
#post .link-to-pdf img {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: -7px;
}
.link-to-pdf:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	margin-left: -21px;
	margin-top: -21px;
	display: block;
	opacity: .0;
}
.link-to-pdf:hover::after {
	opacity: .9;
}
.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;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 3;
}
.link-to-pdf:hover::before {
	content: 'VIEW THIS';
	background-color: #426EF0;
	border: 1px solid #002DAB;
}
.popup {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}.popup h3 {
	background-color: #D3D3D3;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}

.slick-slide-item {
  position: relative; /* 親要素に relative を設定 */
}
.text-overlay {
  padding: 5px 10px;
    word-wrap: break-word;
}
.caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: black;
    color: white;
    opacity: 0.7;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
}
@media only screen and ( max-width : 900px ) {
	.popup {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 20px;
	padding-bottom: 2%;
	}
	#contents #post h4 {
	font-size: 17px;
	text-align: left;
	color: #999999;
	/* [disabled]margin-top: 20px; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
	border-left: 20px solid #68C0A3;
	font-weight: normal;
	margin-bottom: 15px;
}
    
    .regular img {
        width: 100%;
        height: auto;
    }
    
}

/* ================= 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: 30px auto;
	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: 28%;
    background: #e5e5e5;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 2%;
    padding-bottom: 15px;
    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: 66%;
    padding-top: 15px;
    padding-left: 2%;
    padding-bottom: 15px;
    background: #fff;
    padding-right: 2%;
}
.form_wrap .form_table .text {
    width: 97%;
    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 {
	-moz-transition: ease-in-out, 0.3s;
	-o-transition: ease-in-out, 0.3s;
	-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: #9EE0D5;
	color: #333;
}
.form_wrap .btnWrap .send:hover, .form_wrap .btnWrap .home:hover {
	background-color: #3DC2AB;
	text-decoration: none;
	opacity: 1;
}
.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;
}
.mwform-radio-field.vertical-item {
}

@media screen and (max-width:900px) {
/* 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%;
}
}

/*----------------------------------------------------------
	wp-pagenavi
----------------------------------------------------------*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 60px;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #9EAACA;
  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;
  font-size: 14px;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #9EAACA;
  border-color: #9EAACA;
}
.wp-pagenavi span.current {
  color: #FFF;
  background-color: #9EAACA;
  border-color: #9EAACA;
  font-weight: bold;
}
@media (max-width: 768px) {
  .wp-pagenavi a, .wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 5px 10px;
    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;
  }
}


/*----------------------------------------------------------
	YouTube
----------------------------------------------------------*/
#post .iframe-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

#post .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


section {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
a.btn_07 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #228bc8;
    box-sizing: border-box;
    height: 80px;
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
    color: #228bc8;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    width: 23%;
}
a.btn_07:hover {
  background: #228bc8;
  border: 1px solid #05639a;
  color: #fff;
}
a.btn_07:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 50px;
  border-color: transparent transparent #228bc8 transparent;
}
a.btn_07 span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
}
a.btn_07 span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
a.btn_07 span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #228bc8;
    border-right: 2px solid #228bc8;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
}
@media screen and (max-width:767px) {
/* 768px以下用（タブレット／スマートフォン用）の記述 */
section {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: block;
    width: 80%;
}
a.btn_07 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #228bc8;
    box-sizing: border-box;
    height: 80px;
    padding: 0 25px;
    color: #228bc8;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    margin-right: 3%;
    width: 100%;
    margin-bottom: 5%;
}
}

/* ---------- お問い合わせ ----------　*/
 #contents.contact .contact_iframe_wrap {
 	position: relative;
 	width: 100%;
 	height: 1100px;
 }
 #contents.contact .contact_iframe_wrap iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 }
a.btn_03 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;
    position: relative;
    background: #228bc8;
    border: 1px solid #228bc8;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0 45px 0 25px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
    margin-left: auto;
    margin-right: auto;
}
a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_03:hover {
  background: #fff;
  color: #228bc8;
}
a.btn_03:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}

@media screen and (max-width:767px) {
/* 768px以下用（タブレット／スマートフォン用）の記述 */
 #contents.contact .contact_iframe_wrap {
 	height: 1300px;
 }
   a.btn_03 {
    width: 80%;
    }
}
    
   /* dotsを丸くカスタマイズするCSS */
.dots-wrap {
    display: flex;
    justify-content: center;
}

.dots-wrap li {
    width: 15px;
    height: 15px;
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: coral;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}