@charset "utf-8";
@import "normalize.css";

/*
Theme Name: 
Theme URI: 
Description: 
Author: joule-plusicon_area.operate_box02
Version: 1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*
角丸
    -moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;

透明化
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	zoom:1;

影
	box-shadow:0 0 3px #CCC;
	-moz-box-shadow:0 0 3px #CCC;
	-webkit-box-shadow:0 0 3px #CCC;

	text-shadow:1px 1px 0px #FFF;
	-moz-text-shadow:1px 1px 0px #FFF;
	-webkit-text-shadow:1px 1px 0px #FFF;
*/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td,
/*form, input, textarea,*/
header, footer, nav, section, article, figure, aside{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	font-weight:normal;
	vertical-align:baseline;
	list-style:none;
	line-height:1.3em;
}

.page_box01-l{width:49%;margin-right:1%;float:left;}


/*google fonts example*/

p,.box_name,.char_ttl01{
	line-height:160%;
	color:#343434;
}



.guide_img{
	width: 20%;
    padding: 1% 0;
    margin: 0 5% 0 0;
    float: left;
}
.guide_img img{
		width:100%;
}

/********************************
		body
********************************/
body{
	text-align:center;
	margin:0 auto;
	padding:0;
	font-family:'Noto Sans JP', sans-serif,"メイリオ", Meiryo, "ヒラギノ明朝 ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	/*"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, serif;*/
	/*'Noto Serif', serif,"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;*/
    overflow: hidden;
}
/*h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	line-height:1.3em;
	font-weight:normal;
	font-size:100%;
}*/
img{
	line-height:0;
	vertical-align:bottom;

	height:auto;
}
blockquote{
	margin-left:30px;
}
strong{
	font-weight:bold;
}
a:link,
a:visited{
/*
	color: inherit;
*/
color: #020080;
	text-decoration:none;
}
a:hover{
	color:inherit;
	text-decoration:none;
	opacity:0.6;
}
#main a:link,
#main a:visited{
	color:inherit;
	text-decoration:none;
	font-weight:bold !important;
}
#main a:hover{
	color:inherit;
	text-decoration:none;
}
.clear{
	clear:both;
	line-height:0;
}
.fc-red{
	color:#F00 !important;
}
.fc-fff{
	color:#fff;
}
.fc-000{
	color:#000;
}
.fc-431c13{
	color:#000;
}
.fc-343434{
	color:#343434;
	}
.small{
	font-size:85%;
}
.min-small{
	font-size:75%;
}
.big{
	font-size:123%;
}
.last{
	margin-left:0 !important;
	margin-right:0 !important;
}
.bold{
	font-weight:bold;
}
.br{
	margin-bottom:1em;
}
.underline{
	text-decoration:underline;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.center{
	margin:0 auto;
	text-align:center;
}
.li-circle,
.li-disc,
.li-number{
	margin:10px 0;
}
.li-circle li{
	margin-left:16px;
	list-style-type:circle;
}
.li-circle2 li{
	margin-left:30px;
	list-style-type:circle;
}
.li-disc li{
	margin-left:16px;
	list-style-type:disc;
}
.li-disc2 li{
	margin-left:30px;
	list-style-type:disc;
}
.li-number li{
	margin-left:16px;
	list-style-type:decimal;
}
.li-number2 li{
	margin-left:30px;
	list-style-type:decimal;
}

h1{
}
h2{
}
h3{
}
h4{
}
h5{
}


.txt-l{text-align:left;}
.txt-r{text-align:right;}
.txt_sml{
	font-size:80%;
}

.index_box01_inner1 p.txt_ctr{text-align:center;}

/********************************
	      parallax effect
********************************/
#bg1 {
	background: url(image/bg_001.jpg) repeat 0 0 scroll;
}
#bg2{
	/*background: url(image/bg_0013.jpg) no-repeat;
	background-size: cover;*/
	background: url(image/bg_002.jpg) repeat;
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: -1;
	top:0;
}
#main_box01{
	position:relative;
}
#main_box02{
	z-index:5;
	clear:both;
}

div#bg1{

}

div#bg0{

}

.t-delay{
	transition: .8s;
	transition-delay: .8s;
}
#animation {
}
#animation2 {
opacity: 0;
  -webkit-animation: example 1s ease 1s 1 forwards;
  animation: example 1s ease 1s 1 forwards;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

#animation3 {
	transition: .8s;
	transition-delay: .8s;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



/********************************
		wrapper
********************************/
#wrapper{width:100%;/*margin-top:200px;*/}

/********************************
		header
********************************/
#header.fixed
#header-inner{
	width:100%;
	margin:0;
    height: 95px;
    background: rgba(0,0,0,.5);
}

#header-inner{
	width:100%;
	margin:0;
    height: 135px;
}

/* font-size */
#font-size{
	float:left;
	width:45%;
	margin-right:3%;
	margin-top:4px;
}
#header.fixed .top_logo {
    width: 40%;
    float: left;
    text-align: left;
    /*background-image: url(../e-spo/image/header_logo_back.png);*/
    background-size: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.top_logo {
    width: 40%;
    float: left;
    text-align: left;
   /* background-image: url(../e-spo/image/header_logo_back_n.png);*/
    background-size: 100%;
    background-repeat: no-repeat;
}

.top_logo img{
	width:100%;
	margin:0 atuo;
}
.top_logo a:hover{
color: inherit;
    text-decoration: none;
    opacity: 1;
}

/********************************
		globalnav
********************************/
#header_bottom_right{display:none;}
#gnav nav{width:100%;max-width:1140px;min-width:1140px;margin:0 auto;padding:2% 0;height:20px;}
#gnav li{float:left;width:24%;border-left:2px solid #dfdfdf;text-shadow:2px 2px #ffffff;}
#gnav li.lEnd-r{border-right:2px solid #dfdfdf;}
#gnav li a{}
.header-bottom-wrapper{
}
#indexNav{width:100%;background-color:#98D5EA;}
#indexNav nav{width:100%;max-width:1140px;min-width:1140px;margin:0 auto;padding:2% 0;}
#indexNav li{float:left;width:33%;border-left:2px solid #dfdfdf;margin-right:-2px;}
#indexNav li.lEnd-r{border-right:2px solid #dfdfdf;}
#indexNav li a{color:#ffffff;}


#mobileNav{display:none;}
.panel{}
.panel .btn {
	color:#173A80;	
	display: block;
	left: 0px;
	top:5%;
	padding:2%;	
	z-index: 10;
	/*background-color: #431c13;*/
	cursor: pointer;
	font-size:180%;
}
.panel .btn img{
	width:80%;
	height:auto;
	max-width:50px;
}
.panel .btn:hover {
   	filter: alpha(opacity=90);
	opacity: .90;	
}
 
.panel .cbtn {
	z-index: 3;
	display: none;
	top: 0;
	right: 0;
	position: fixed;
}
 
.panel .check {
    display: none;
    z-index: 3;
}
 
.panel ul {
	position: fixed;
	width:70%;
	height:100%;
	z-index: 4;
	display: block;
	font-size: 200%;
    background-color: rgba(29, 32, 135, 0.9);
	top: 0;
	right:-100%;
	margin-right: 0;
	padding: 5% 7% 5% 5%;
	list-style-type: none;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;	
}
 
.panel .check:checked + ul {
	right:-2%;
	z-index:9999;
	height: 100%;
	/*overflow-y: auto;*/
	overflow:auto;
	-webkit-overflow-scrolling: touch;
    margin-bottom: 80px;
}
 
.panel .check:checked + ul + .cbtn {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top:0;
}
.panel ul li{
    border-bottom: dashed 1px #dcdcdc;
    font-size: 18px;
    color: #fff;
    text-align: left;
    margin-top: 15px;
}
.panel a {	
	display: block;
	padding: 2%;
	text-align: center;
	margin-top: 6%;
	/*background-color: #F6F6F6;*/
	color: #fff;
	text-decoration: none;
	text-align:left;
	font-size:90%;
}
.panel ul li:hover {
	color:#222;	
}

/* #header-------------------------------------------------*/
#header {
	z-index:9999;
	width:100%;
	position:absolute;
	top:0;

}

/*  .gnav  */
#header .gnavinn {width:100%;max-width:1140px;margin:0 auto;}

#header .gnav {
	position:static;
	width:59%;
	float:right;
	height:auto;
	z-index:999;
}
#header.fixed{
	position:fixed;
	top:0;

	animation: fixNav 0.5s forwards;
	-webkit-animation: fixNav 1s forwards;
	-moz-animation: fixNav 1s forwards;
	-ms-animation: fixNav 1s forwards;
}
@keyframes fixNav {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fixNav {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes fixNav {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes fixNavHide {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fixNavHide {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes fixNavHide {
	0% {opacity:0;}
	100% {opacity:1;}
}
#header.fixed .gnav{
	background:transparent;
}
#header.fixed .gnavinn-logo-l2{display:block;width:20%;float:left;margin-top:10px;text-align:left;}
#header.fixed .gnavinn-logo-l2 img{width:60%;}
#header.fixed .header-bottom{width:80%;float:right;}
#header.fixed .gnavinn-logo-l{display:none;}
#header.fixed .header-bottom nav{margin-top:5px;}
#header.fixed .gnav{
}

#header .gnav ul {
	width:100%;
}
.gnav1,.gnav2,.gnav3,.gnav5,.gnav6,.gnav7,.gnav8{
	float:left;
	box-sizing:border-box;
	position:relative;
	width:16%;
	margin:20px 0;
}

.gnav4{
	float:left;
	box-sizing:border-box;
	position:relative;
	width:17%;
	margin:20px 0;
}


.gnav1 a,.gnav2 a,.gnav3 a,.gnav4 a,.gnav5 a,.gnav6 a,.gnav7 a,.gnav8 a{
	color:#fff;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 15px;
    font-weight: lighter;
}
.gnav12{
	width:5%;
	float:left;
	margin:10px 0;
}
/*#header .gnav li:after {
    content: url(image/img_01.png);
    margin: 10px;
    position: relative;
    top: 0;
}*/


#header .nav_kotei ul{margin-top:25px;width:70%;}
#header .nav_kotei ul li{width:15%;}

.goto{width:40px;position:fixed;bottom:0;right:12.5px;background-color:#000;padding:10px;z-index:11;height:40px;border-radius:50%;display: none;}
.goto p{color:#fff;font-weight:bold;font-size:75%;position:relative;margin-top:25px;}
.goto p a:lingk{font-weight:bold;}
.goto p a:after{display: block;content: "";position: absolute;top: 0;right: 13px;width:10px;height:10px;margin: -20px 0 0 0;border-top: solid 3px #fff;border-right: solid 3px #fff;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}

/* #header-------------------------------------------------*/

.fixed2{position:fixed;top:0;background-color:#fff;}

/*  .gnav  */
#header .gnavinn {
	width:100%;
	max-width:1140px;
	margin:0;
	/*background:url(../common/img/header_bg2.gif) center top no-repeat #98D5EA;*/
}

/* #header
-------------------------------------------------*/
#header2 {
	width:100%;
	background:#fff;
	border-bottom:solid 3px #98D5EA;
	border-top:solid 3px #98D5EA;
}

/*  .gnav  */
#header2 .gnav {
	width:100%;
	height:80px;
	/*background:#98D5EA;*/
	z-index:999;
}
#header2 .gnavinn {
	width:100%;
	max-width:1140px;
	height:80px;
	/*background:url(../img/header_bg1.gif) center top no-repeat #98D5EA;*/
	margin:0 auto;
	position:relative;
}
#header2.fixed .gnavinn {
	width:100%;
	max-width:1140px;
	height:80px;
	/*background:url(../img/header_bg2.gif) center top no-repeat #98D5EA;*/
	margin:0 auto;
	position:relative;
}
#header2 .gnav .logo1 {
	position:absolute;
	left:425px;
	top:0;
	z-index:10;
	display:block;
}
#header2 .gnav .logo2 {
	display:none;
}
#header2.fixed .gnav .logo1 {
	display:none;
}
#header2.fixed .gnav .logo2 {
	position:absolute;
	left:0;
	top:24px;
	z-index:10;
	display:block;
}
#header2 .gnav ul {
	left:0;
	top:0;
	width:70%;
	float:right;
}
#header2.fixed .gnav ul {
	top:0;
	width:70%;
	float:right;
}
#header2 .gnav ul li {
	width:24%;
	height:80px;
	text-align:center;
	/*line-height:80px;*/
	float:left;
	margin-top:24px;
}
#header2 .gnav ul li.gnav6 {
	padding-right:0;
}
#header2 .gnav ul li a {
	font-size:100%;
	color:#23282D;
}

#header2 .gnav ul li a:hover {
	text-decoration:none;
	color:#005eae;
}
#header2 .gnav ul li a:hover span {
	color:#7dadd5;
}
#header2 .gnav ul li.gnav1.on {
	background:url(../img/gnav_bg1.gif) left top no-repeat;
}
#header2 .gnav ul li.gnav2.on {
	background:url(../img/gnav_bg2.gif) left top no-repeat;
}
#header2 .gnav ul li.gnav3.on {
	background:url(../img/gnav_bg3.gif) left top no-repeat;
}
#header2 .gnav ul li.gnav4.on {
	background:url(../img/gnav_bg4.gif) left top no-repeat;
}
#header2 .gnav ul li.gnav5.on {
	background:url(../img/gnav_bg5.gif) left top no-repeat;
}
#header2 .gnav ul li.gnav6.on {
	background:url(../img/gnav_bg6.gif) left top no-repeat;
}
#header2 .gnav ul li.on a {
	text-decoration:none;
	color:#005eae;
}
#header2 .gnav ul li.on a span {
	color:#7dadd5;
}

/****パンくずリスト****/
.breadcrumbs{text-align:left;font-size:70%;margin:10px 0;}

/********************************
MTB_EVENT
********************************/
.mtb_event_main_box{
	width:100%;
}

.mtb_event_main_photo{
	width:100%;
	overflow:hidden;
}
.mtb_event_main_photo img{
	width:100%;
	margin:20px 0;
}
.mtb_event_photo_box{
	width:100%;
	overflow:hidden;
}
.mtb_event_photo{
	width: 48%;
    margin: 0 10px;
    float: left;
}
.mtb_event_photo img{
	width:100%;
}
.mtb_event_fields_title{
	width:100%;	
	padding:20px;
	background-color:#007fbc;
	color:#fff;
	font-weight:600;
	overflow:hidden;
	text-align:center;
	font-size: 22px;
}
.mtb_event_text{
	width:100%;	
	padding:20px;
	overflow:hidden;
	line-height:1.9em;
}
.mtb_event_text_title{
	width: 100%;
    padding: 20px 0 0 0;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    font-size: 22px;
    color: #007fbc;
}	

/********************************
		contents
********************************/


#top_slider{width:100%;height:auto;position:relative;     z-index: -999;}
.top_slider_inn{width:100%;min-width:1140px;height:auto;margin-left:auto;margin-right:auto;position:absolute;}

.top_txt{
	width:100%;
	position:absolute;
	top:50%;
}
.top_txt p{
	font-size:300%;
	font-weight:bold;
}

/*
#bxslider_main{
	width:auto;55%2280px;
	max-width:710px;
	min-width:2280px;
	height: auto;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:50%;
	margin-left:-1710px;
}
*/
#bxslider_main{
	width:100%;
	height:auto;
}
#slider1{
	position:relative;
	left:0;
	width:100%;
	margin-left:0;
}
#slider1 img{width:100%;}
/*.slide{transition:all .3s;opacity:.3;}
.slide.active{ opacity:1;}*/
.bx-pager{top:100%;}


#bxslider_main .bx-wrapper .bx-viewport{box-shadow:none;border:none;left:0;}
.overlay{width:100%;position:absolute;}

#contents{
	width:100%;
	clear:both;
	padding-top:0;
	position:relative;
    float:left;
    padding: 0 !important;
    margin: 0 !important;
}
#contents.cts_top{
    margin-top: -90px;
}
.fb_iframe_widget{width:100%;height:515px;}
.bx-controls .bx-has-pager .bx-has-controls-direction{
	display:none;
}

.index_box01_h2{
padding: 0 0 5px 0;
    font-size: 39px;
    text-align: right;
    font-weight: bold;
    /* font-family: "Montserrat Subrayada",sans-serif; */
    /* display: inline-table; */
    margin-top: -225px;
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.index_box01_h2 a{

}
.index_box01_h3{
	padding:0 0 2em 0;
	font-size:180%;
	text-align: center;
}
.index_box01{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
    z-index: 999;
float: left;
    clear: both;
}
.index_box01_inner{
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.bg_renga{
	background: url(image/bg_000.jpg) repeat;
}
.bg_f7f6da{
	background-color:#f7f6da;
	}

.bg_fff{
	background-color:#fff;
}
/*.kotei_tb.bg_fff{
	background-color:#fff;
}*/
/*.kotei_tb:nth-child(odd){
	background-color: #fff;
}
.kotei_tb:nth-child(even){
	background-color: #f8f8f8;
}*/
.kotei_dt_txt01{
	background-color: #0071bc;
	color:#fff;
}
.bg_f0f0f0{
	background-color:#f0f0f0;
}
.bg_b3b3b3{
	background-color:#b3b3b3;
}
.bg_f3e2d4{
	background-color:#f3e2d4;
}
.bg_page,.bg_news,.bg_blog{
	background: url(image/bgimg_001.gif);
	background-color:#000;
}
.bg_none{
	background-color:none;
}
/*
.bg_news,.bg_blog{
	background: url(image/img_02.png) no-repeat;
	background-position: 105%;
	background-size: 50%;
	background-color: #000;
}
.bg_contact{
	background: url(image/img_02.png) no-repeat;
	background-position: 105%;
	background-size: 50%;
}
*/

.index_box01-l{
	width: 48%;
	float: left;
	box-sizing:border-box;
}
.index_box01-r{
	width: 48%;
	float: right;
	box-sizing:border-box;
}
.box_img{
	width: 100%;
	margin: 0 auto;
	position:relative;
}
.box_name{
	margin: 1em auto;
	box-sizing:border-box;
}

.index_menu_img{
	width: 85%;
	margin: 0 auto;
	border-radius:50%;
	border:solid #fff 10px;
	box-sizing: border-box;
}
.index_menu_img:hover{
	border:solid #0099ff 10px;
	border-radius:50%;
	/*margin-bottom: 10px;
	margin-top:-5px;*/
}
.index_menu_img,
.index_menu_img::before,
.index_menu_img::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}



.index_menu_img img{
	width:100%;
	height:auto;
}
.box_img_cvr{
	width:100%;
	position:absolute;
	top:0;
}
.box_img img,.box_img_cvr img{
	width:80%;
}
.btn_contact{
	padding: 20px 0;
	background-color: #000;
	margin-top: 60px;
	position:relative;
	box-sizing:border-box;
}
.btn_contact a{
	color:#fff;
	font-weight:bold;
	display:block;
}
.btn_contact a:after{
	display: block;
	content: "";
	position: absolute;
	/*top: 0;*/
	right: 1em;
	width:10px;
	height:10px;
	margin: -15px 0 0 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_contact:hover{
	opacity:0.8;
}
.btn_contact2 a{
    display:block;
}
.btn_contact3 a{
    display:block;
}
.btn_contact4 a{
    display:block;
}
.btn_contact5 a{
    display:block;
}
.btn_contact2{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    right: 0;
    text-align: right;
    background: url(image/category_img05_a.png) no-repeat;
    background-position: bottom right;
}
.btn_contact2:hover img{
	    visibility: hidden;
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.btn_contact3{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    right: 0;
    text-align: right;
    background: url(image/category_img06_a.png) no-repeat;
    background-position: bottom right;
}
.btn_contact3:hover img{
	    visibility: hidden;
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.btn_contact4{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    right: 0;
    text-align: right;
    background: url(image/category_img07_a.png) no-repeat;
    background-position: bottom right;
}
.btn_contact4:hover img{
	    visibility: hidden;
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.btn_contact5{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    right: 0;
    text-align: right;
    background: url(image/category_img08_a.png) no-repeat;
    background-position: bottom right;
}
.btn_contact5:hover img{
	    visibility: hidden;
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.btn_contact6{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    right: 0;
    text-align: right;
    background: url(image/category_img09_a.png) no-repeat;
    background-position: bottom right;
}
.btn_contact6:hover img{
	    visibility: hidden;
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}


.bnr_box01{
	width:80%;
	margin:0 auto;
}
.bnr_box01-l{
	width:47.5%;
	margin:0 2.5% 0 0;
	float:left;
}
.bnr_box01-r{
	width:47.5%;
	margin:0 0 0 2.5%;
	float:right;
}
.bnr_box01-l img,.bnr_box01-r img{
	width:100%;
}
.pdg-l30px{
	padding-left:30px;
}
.pdg-l60px{
	padding-left:60px;
}
.pdg-r60px{
	padding-right:60px;
}
.pdg-t60px{
	padding-top:60px;
}
.pdg-b60px{
	padding-bottom:60px;
}
.pdg-t120px{
	padding-top:120px;
}
.pdg-b120px{
	padding-bottom:120px;
}
.pdg-t250px{
	padding-top:250px;
}
.pdg-b250px{
	padding-bottom:250px;
}
.mgn-b15px{
	margin-bottom:15px;
}
.mgn-l60px{
	margin-left:60px;
}
.txta-l{
	text-align:left;
}
.fs_100{
	font-size:100%;
	line-height:150%;
}
.fs_120{
	font-size:120%;
	line-height:150%;
}
.fs_150{
	font-size:150%;
	line-height:150%;
}
.page_title p{
	font-size:30px;
	padding:34px 0;
	font-weight:600;
	color: #3F51B5;
}
/********************************
		固定ページ
********************************/
.t-photo img{
width:48%;
padding:1% 1% 0 0 ;
}




.kotei_ttl{
	text-align:center;
	font-size:300%;
	box-sizing:border-box;
	color:#fff;
	margin-bottom:10px;
	font-weight:bold;
	text-shadow:0 0 1em #000;
}
.kotei_subttl{
	text-align:center;
	font-size:120%;
	/*font-family: "Montserrat Subrayada",sans-serif;*/
	box-sizing:border-box;
	color:#fff;
	font-weight:bold;
	text-shadow:0 0 1em #000;
}
.kotei_ttl_h3{
	text-align: left;
	font-size: 150%;
	margin-bottom: 30px;
}
.kotei_ttl_h4{
	text-align: left;
	font-size: 100%;
}
.kotei_ttl_bdr{
	border-bottom:solid #fff 3px;
	padding-bottom: 10px;
}
.kotei_map{
	width:100%;
	margin:0 auto;
}
.kotei_map iframe{
	width:100%;
	height:300px;
}
.char_box01{
	text-align:left;
	box-sizing:border-box;
}
.flow_box01{
	text-align:left;
	margin-bottom:40px;
	box-sizing:border-box;
}
.char_ttl01{
	
}
.char_ttl01 img{
	margin-right: 10px;
	width: 100%;
	width: 1.1em;
	vertical-align: top;
	margin-top: 5px;
}
.kotei_tb{
/*    background-color: #f0f0f0;*/
    box-sizing: border-box;
/*
	width:49%;
	background-color:#f0f0f0;
	box-sizing:border-box;
	margin-bottom:1px;
	margin-right: 1%;
	float:left;
	border-bottom: solid 1px #f0f0f0;
*/
}
.kotei_dt{
	width:27%;
	float:left;
	padding:1em;
	box-sizing:border-box;
	text-align:left;
	font-weight: bold;
	font-size:95%;
	/*border-bottom: solid 1px #fff;*/
}
.kotei_dd{
	width:68%;
	float:left;
	background-color:#fff;
	padding:1em;
	box-sizing:border-box;
	text-align: left;
	font-size: 95%;
}
.kotei_dd3{
	width:64%;
	float:left;
	padding: 1% 4% 1% 3%;
	box-sizing:border-box;
	text-align: left;
	font-size: 95%;
}
.kotei_dd2{
	width:80%;
	float:left;
	background-color:#fff;
	padding:1em;
	box-sizing:border-box;
	border-left: 1px solid #f0f0f0;
	text-align: left;
}
.kotei_dd_last{
	border-bottom: 1px solid #f0f0f0;
}
.kotei_dd2-l{
	width:35%;
	margin:0 2%;
	float:left;
}
.kotei_dd2-r{
	width:35%;
	margin:0 2%;
	float:left;
}
.kotei_dd2-l2{
	width:25%;
	margin:0 2%;
	float:left;
}
.kotei_dd2-r2{
	width:25%;
	margin:0 2%;
	float:left;
}
.plan_box{
	width:100%;
	box-sizing:border-box;
}
.plan_box li{
	line-height:150%;
}
.box_qa{
	width:100%;
}
.box_a{
	width:3%;
	float:left;
	line-height: 1.8em;
	vertical-align: baseline;
}
.box_q{
	width:90%;
	float:left;
}
.box_a2{
	width:2em;
	float:left;
	line-height: 1.8em;
	vertical-align: baseline;
}
.box_q2{
	width:93%;
	float:left;
}
/********************************
		お知らせ
********************************/


/********************************
		sidebar
********************************/
#sidebar{
}

/********************************
		footer
********************************/
footer{
	width:100%;
	clear:both;

}
#copy {color:#fff;text-align:center;padding:10px 0 10px 0;font-size:13px;}

.index_footerbox_txt01{
	width:100%;
	text-align:center;
	box-sizing:border-box;
}
.index_footerbox_txt01 p{
	margin-bottom:20px;
}
.footer_inner{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	color:#000;
	box-sizing:border-box;
}
.footer_logo{
	margin:5% auto;
	width:25%;
}
.footer_logo img{
	width:100%;
	max-width:199px;
	height:auto;
}
.footer_menu{
	margin:0 auto 5% auto;
}
.footer_menu ul{
	width:100%;
	margin:0 auto;
}
.footer_menu li{
	float:left;
	box-sizing:border-box;
	width:16%;
	margin:10px 0;
}
.footer_menu li.icon_footer{
	float:left;
	box-sizing:border-box;
	width:5%;
	margin:10px 0;
}
.footer_menu li a{
	color:#fff;
	font-weight:bold;
}
.footer_cr{
	color: #fff;
}
.footer_goto{
	z-index:9999;
	width: 8%;
	height:8%;
	position: fixed;
	bottom: 10%;
	right: 2%;
}
.footer_goto p{
}
.footer_goto p a{
	display:block;
}
.footer_goto img{
	width:100%;
	max-width:90px;
}

/********************************
			form
********************************/
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea{
	background:#fcfcfc;
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
	border:1px solid #ddd;
	color:#888;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus{
	color:#373737;
}
.wpcf7-textarea{
	background:#fcfcfc !important;
	padding-left:3px;
}
input[type=text],
input[type=tel],
input[type=password],
input[type=email]{
	padding:3px;
	width:100%;
}
input#s{
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:14px;
	width:160px;
	height:22px;
	margin:0 0 23px;
	padding:4px 10px;
	background-color:#fff;
	line-height:1.2em;
	float:left;
}
input#searchsubmit{
	width:60px;
	height:31px;
	background:url(image/submit_off.gif) no-repeat;
	float:right;
	line-height:0;
}
.screen-reader-text{
	display:none;
	line-height:0;
}
.wpcf7-form-control,
.wpcf7-submit{

}

.wpcf7-submit{
	padding:4px 20px;
	text-align:center;
}
.transmission{
	text-align:center !important;
}
.transmission input{
	margin:10px 0 0;
	padding:10px 40px;
	cursor:pointer;
}
.req{
	color:#F00;
	font-size:11px;
}
textarea{
	width:100%;
}

.form_ex{
	display:block;
	margin:5px 0 0;
}
input[type=text]{
	width: 100%;
}
input[type=number]{
	width: 100%;
}

/********************************
		post
********************************/
.post{
	/*clear:both;*/
}
.post_title{
}
.post_date{
}
.post_entry{
}


/********************************
		other
********************************/


/********************************
		top_page
********************************/
#main_movie {width: 100%;min-width:1000px;min-height:480px;margin: 0 auto;/*padding-top: 127px;*/position:relative;}
#main_movie img{height:auto;width:100%;}
.bxslider {
}
.bx-wrapper .bx-viewport{
	box-sizing:border-box;
	}
#contents_up{
	margin-top:40px;
}
.top_banner_left{
	width:466px;
	float:left;
}
.top_banner_right{
	width:466px;
	float:right;
}

#contents_bottom{
	height:100px;
	margin-top:30px;
	box-sizing:border-box;
}

#information{
	height:255px;
	width:690px;
	float:left;
	border:solid 1px #d2d2d2;
  	background: url(image/top_news_cat.gif) no-repeat top;
	color: #7c7c7c;
	box-sizing:border-box;
}
#information p{
	line-height: 40px;
	text-align: left;
	padding-left: 20px;
	color: #7c7c7c;
}
#information dl{
	padding: 20px 20px 0 20px;
	text-align: left;
	color: #7c7c7c;
	font-size: 14px;
	border-bottom: dashed #d2d2d2 1px;
	}
#informatin dt{
	border-bottom: dashed #d2d2d2 1px;
	color: #7c7c7c;
}
#information a:link{
	color: #7c7c7c;
}
.news{
	padding-left: 20px;
	color: #7c7c7c;
}
news.a:link {
	color: #7c7c7c;
} 
#news_comment{
	width: 760px;
	margin : 10px 80px 10px 80px;
	padding :20px;
	background : #c7c7c7;
	box-sizing:border-box;
}
#info_news{
	padding: 20px 120px 20px 20px;
 }
#top_sidebar{
	width:247px;
	float:right;
}
.top_banner{
	width:248px;
	height:91px;
}
.shopping_banner{
	width:248px;
	height:146px;
}
.img_cts{width:80%;margin-left:auto;margin-right:10%;}
.img_cts img{width:100%;height:auto;}
.box_icon {
    width: 143px;
    height: 143px;
    background: #FFF;
    margin:50px auto 0 auto;
    text-align: center;
    border-radius: 72px;
    box-sizing: border-box;
	padding-top:35px;
}
.box_icon img {
    margin: 0 0 8px 0;
}
.box_icon_kotei {
    width: 143px;
    height: 143px;
    background: #FFF;
    border:solid 1px #C3D600;
    margin:0 auto;
    text-align: center;
    border-radius: 72px;
    box-sizing: border-box;
	padding-top:35px;
    font-size:14px;
    color:#222;
}
.box_icon_kotei img {
    margin: 0 0 8px 0;
}
.box_icon_out {
	margin-top:0px;
	margin-bottom:35px;
}
.box_icon_kotei h3{font-size:14px;color:#222;}
.cpny_menu_inner a:hover{text-decoration:none;}
.box_icon_kotei:hover {opacity:0.5;}
.index_box01_inner_text {font-size:70%;	box-sizing:border-box;}
#cpny_keiei,#cpny_gaiyou,#cpny_map{}

/*コンテンツホバー*/
.index_adbox01_top_hover{
	position:relative;
}
.index_adbox01_top_hover-img{
	position:absolute;
}
.index_adbox01_top_hover-img img{
	width:100%;
}
.hover-img1{
	right:45%;
	bottom:-5px;
}
.hover-img2{
	top:0;
	left:60%;
}
.hover-img3{
	bottom:-5px;
	left:50%;
}
.hover-img4{
	bottom:-5px;
	right:55%;
}
.ctt-img{
	height:243px;
}
.ctt-img img{
	height:100%;
	width:auto;
}
.flow_p{
    text-align: left;
    margin-bottom: 5%;
    margin-top: -15px;
}
.flow_step{
    margin-bottom: 1%;
    padding-top: 36px;
}
.flow_step .kotei_ttl_h3{
	margin-bottom:0;
}
.heading_radius{
	border-radius: 50%;
	height: 100px;
	width: 100px;
	background-color: rgba(236,199,169,0.5);
	text-align: center;
	line-height: 100px;
	margin-bottom: 0;
	display: block;
	float: left;
	margin-top:-39px;
	font-family: 'Courgette', cursive;
}
.heading_txt{
	display: block;
	padding-left: 110px;
}
.index_sliderbox01_b {
width: 100%;
    float: inherit;
    background-color: #b3b3b3;
    height: 390px;
  -webkit-transform: skew(0deg, -9deg);
  -ms-transform: skew(0deg, -9deg);
    -webkit-transform: skew(0deg, -9deg);
    margin-top: -10%;

}
.index_sliderbox01_b_innner{

}
.index_sliderbox01_b h2{
    width: 55%;
    background-color: #2e3192;
    color: #fff;
    font-size: 23px;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.index_sliderbox01_b01{
    background-color: #fff;
}
.index_sliderbox01_b01_inner {
    background-color: #fff;
    width: 55%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}
.index_sliderbox01_b_h2inner{
background-color: #2e3192;
}
.index_box01_inner2 {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;

    padding-top: 10px;
    padding-bottom: 10px;
}
.index_box01_inner_in{
    background-color: #e6e6e6;
}
.index-box01-b {
    width: 25%;
    float: left;
    padding: 2%;
    background-color: #fff;
    border: solid 1px #ccc;
    box-sizing: border-box;
/*    min-height: 250px;*/
    position: relative;
}
.index-box01-b-ttl{
    min-height: 6em;
text-align: left;
}

.index-box01-b-date{
    padding-bottom: 6%;
    padding-top: 3%;
    color: #c1272d;
}
.index-box01-b-icn{
    position: absolute;
    bottom: 0;
    right: 0;

}
.index_box02_inner{
float: left;
    width: 100%;
margin-top: 15px;
margin-bottom: 60px;
}

.accordion-box{
	width:50%;
	float:left;
}
.accordion-box_text{
background-color: #4d4d4d;
    padding: 3%;
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    box-sizing: border-box;
    display: block;
}
.accordion-box_text h4{
	color: #fff;
	font-size: 20px;
	margin: 0 0 15px 0;
}

.index_box01_inner_h3span{
	font-size: 20px;
}


.index_box02-b{
    width: 50%;
    float: left;
    box-sizing: border-box;
    height: 1230px;
    position: relative;
    overflow: hidden;
	background-color: #b9b9b9;
}
.index_box02_t h3{
    font-size: 39px;
    color: #fff;
padding-top: 25px;
}
.index_box02-b h4{
background-color: #4d4d4d;
    padding: 3%;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    box-sizing: border-box;
}
.index_box02-b h4 p{
    color: #fff;
}



.index_box02-b01{
background-color: #fff;
    box-sizing: border-box;
    border: solid 1px #b3b3b3;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.index-box02-b01-icn{
    text-align: right;
    background: url("image/index_img12.png") no-repeat;
    background-position: bottom right;
}
.snip1206:hover .index-box02-b01-icn img{
	    visibility: hidden;
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.index-box02-b01-icn_02{
    text-align: right;
    background: url("image/index_img13.png") no-repeat;
    background-position: bottom right;
}
.snip1207:hover .index-box02-b01-icn_02 img{
	    visibility: hidden;
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.index-box02-b01-icn_03{
    text-align: right;
    background: url("image/index_img14.png") no-repeat;
    background-position: bottom right;
}
.snip1209:hover .index-box02-b01-icn_03 img{
	    visibility: hidden;
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.index-box02-b01-icn_04{
    text-align: right;
    background: url("image/index_img15.png") no-repeat;
    background-position: bottom right;
}
.snip1210:hover .index-box02-b01-icn_04 img{
	    visibility: hidden;
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

.index_box02-b01-date{
    padding: 10%;
    color: #c1272d;
    font-weight: bold;
}
.index_box02-b01-title{
padding: 0 2%;
    padding-bottom: 10%;
}
.index_box02-b02{
background-color: #4d4d4d;
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    box-sizing: border-box;
    padding: 4%;
    position: absolute;
    float: left;
    width: 100%;
    bottom: 0;
    display:block;
    z-index: 999;
}
.index_box02-b02-img{
    width: 20%;
    float: left;
}
.index_box02-b02-img img{
    width: 100%;
}
.demo03 a:hover img {
    visibility: hidden;
}

.index_box02-b02-p{
    color: #fff;
    width: 75%;
    margin-left: 5%;
    text-align: left;
    float: left;
}
.index_box02-b02-p p{
    color: #fff;
    width: 80%;
    text-align: left;
}
.index_box02-b02-icon{
position: absolute;
    bottom: 0;
    right: 0;
}

.index_box02-b02_rp{
background-color: #4d4d4d;
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    box-sizing: border-box;
    padding: 4%;
    position: absolute;
    float: left;
    width: 100%;
    bottom: 0;
    display:none;
}
.index_box02-b02-img_rp{
    width: 20%;
    float: left;
}
.index_box02-b02-img_rp img{
    width: 100%;

}
.index_box02-b02-p_rp{
    color: #fff;
    width: 75%;
    margin-left: 5%;
    text-align: left;
    float: left;
}
.index_box02-b02-p_rp p{
    color: #fff;
    width: 80%;
    text-align: left;
}
.index_box02-b02-icon_rp{
position: absolute;
    bottom: 0;
    right: 0;
}

.index_box03{
    width:100%;
    float:left;
    background-color: #e6e6e6;
padding-top: 1%;
    padding-bottom: 1%;
}
.index_box04{
    width:100%;
    float:left;
    background-color: #b3b3b3;
}
.index_box04_inner{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 1%;
    width: 80%;
}

.index_box04-01{
width: 209px;
    height: 54px;
    float: left;
    margin-bottom: 1%;
    margin-left: 1%;
	background-color:#fff;
}
.footer_inner-left{
    width: 50%;
    text-align: left;
    float: left;
}
.footer_inner-left img{
    width: 100%;
	max-width:440px;
}
.footer_inner-right {
    width: 48%;
    margin: 0;
    clear: none;
    float: left;
    padding: 0;
text-align: left;
}
.footer_inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    color: #000;
    box-sizing: border-box;
    padding-top: 3%;
}
.footer_inner-right-right-txt03{
    width: 16%;
    float: left;
}
.footer_inner-right-right-txt06{
    width: 10%;
    float: left;
clear: both;
}
.footer_inner-right-right-txt05{
    width: 90%;
    float: right;
}
.footer02{
width: 100%;
    background-color: #4d4d4d;
}
.footer02_inner{
width: 100%;
    max-width: 1140px;
    clear: both;
    margin:60px auto 1.3%;
    padding-top: 2%;
    background-color: #4d4d4d;
}
.footernav01{
    width: 20%;
    float: left;
    margin-left: 5%;
}

.footernav01 p{
	font-size:14px;
	text-align:left;
	color:#fff;
}


.footernav01 li{
    text-align: left;
	color: #fff;
}
.footernav01 li a{
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
}
.index_box03_left{
    width: 45%;
    float: left;
    text-align: right;
    padding-right: 5%;
}
.index_box03_right{
width: 100%;
    float: none;
    text-align: center;
}
.footer_inner-right-right-txt04{
    width: 84%;
    float: right;
}
.footer_inner-right-right-txt07{
    width: 90%;
    float: right;
}
.footer_inner-right-right-txt07 img{
/*    margin-top: 5px;*/
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    display: none;
}
.index_box01_inner_h3span_rp{
    display:none;
}
.snip1206 figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.snip1206 p {
  margin: 0;
  width: 70%;
  opacity: 0;
    border: 1px solid;
    border-color: #fff;
    margin-left: 15%;
    margin-right: 15%;
}
.snip1206 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}
.snip1206 p {
  padding:0;
  font-size: 1em;
  font-weight: 500;
}
.snip1206 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1206:hover:after, .snip1206.hover:after {
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.snip1206:after {
    background: #c1272d;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.9;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.snip1206 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1206:hover figcaption h2,
.snip1206.hover figcaption h2,
.snip1206:hover figcaption p,
.snip1206.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.snip1206:hover figcaption h2,
.snip1206.hover figcaption h2 {
  opacity: 1;
}
.snip1206:hover figcaption p,
.snip1206.hover figcaption p {
  opacity: 1;
  color: #fff;
}

.snip1207 figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.snip1207 p {
  margin: 0;
  width: 70%;
  opacity: 0;
    border: 1px solid;
    border-color: #fff;
    margin-left: 15%;
    margin-right: 15%;
}
.snip1207 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}
.snip1207 p {
  padding:0;
  font-size: 1em;
  font-weight: 500;
}
.snip1207 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1207:hover:after, .snip1207.hover:after {
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.snip1207:after {
    background: #d0882e;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.9;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.snip1207 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1207:hover figcaption h2,
.snip1207.hover figcaption h2,
.snip1207:hover figcaption p,
.snip1207.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.snip1207:hover figcaption h2,
.snip1207.hover figcaption h2 {
  opacity: 1;
}
.snip1207:hover figcaption p,
.snip1207.hover figcaption p {
  opacity: 1;
  color: #fff;
}
.snip1208 figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.snip1208 p {
  margin: 0;
  width: 70%;
  opacity: 0;
    border: 1px solid;
    border-color: #fff;
    margin-left: 15%;
    margin-right: 15%;
}
.snip1208 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}
.snip1208 p {
  padding:0;
  font-size: 1em;
  font-weight: 500;
}
.snip1208 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1208:hover:after, .snip1208.hover:after {
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.snip1208:after {
    background: #2e3192;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.9;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.snip1208 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1208:hover figcaption h2,
.snip1208.hover figcaption h2,
.snip1208:hover figcaption p,
.snip1208.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.snip1208:hover figcaption h2,
.snip1208.hover figcaption h2 {
  opacity: 1;
}
.snip1208:hover figcaption p,
.snip1208.hover figcaption p {
  opacity: 1;
  color: #fff;
}

.snip1209 figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.snip1209 p {
  margin: 0;
  width: 70%;
  opacity: 0;
    border: 1px solid;
    border-color: #fff;
    margin-left: 15%;
    margin-right: 15%;
}
.snip1209 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}
.snip1209 p {
  padding:0;
  font-size: 1em;
  font-weight: 500;
}
.snip1209 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1209:hover:after, .snip1209.hover:after {
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.snip1209:after {
    background: #2e3192;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.9;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.snip1209 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1209:hover figcaption h2,
.snip1209.hover figcaption h2,
.snip1209:hover figcaption p,
.snip1209.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.snip1209:hover figcaption h2,
.snip1209.hover figcaption h2 {
  opacity: 1;
}
.snip1209:hover figcaption p,
.snip1209.hover figcaption p {
  opacity: 1;
  color: #fff;
}

.snip1210 figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.snip1210 p {
  margin: 0;
  width: 70%;
  opacity: 0;
    border: 1px solid;
    border-color: #fff;
    margin-left: 15%;
    margin-right: 15%;
}
.snip1210 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}
.snip1210 p {
  padding:0;
  font-size: 1em;
  font-weight: 500;
}
.snip1210 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1210:hover:after, .snip1210.hover:after {
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.snip1210:after {
    background: #7d9d2d;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.9;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.snip1210 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1210:hover figcaption h2,
.snip1210.hover figcaption h2,
.snip1210:hover figcaption p,
.snip1210.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.snip1210:hover figcaption h2,
.snip1210.hover figcaption h2 {
  opacity: 1;
}
.snip1210:hover figcaption p,
.snip1210.hover figcaption p {
  opacity: 1;
  color: #fff;
}
.sidenav{
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 99999999;
}
.sidenav_box01{
    width: 80px;
    float: left;
    clear: both;
    margin-top: 10px;
}
.sidenav_box01 img{
    width:100%;
}
.sidenav_box01_t{
	background-image: url(../e-spo/image/side_m01_a.png);
	background-size: 100%;
}
a .sidenav_box01_t img:hover{
	visibility:visible;
	display:block;
	opacity: 0;
/*	transition: all  0.3s ease;*/
}
.sidenav_box01_m{
	background-image: url(../e-spo/image/side_m02_a.png);
	background-size: 100%;
}
a .sidenav_box01_m img:hover{
	visibility:visible;
	display:block;
	opacity: 0;
/*	transition: all  0.3s ease;*/
}
.sidenav_box01_b{
	background-image: url(../e-spo/image/side_m03_a.png);
	background-size: 100%;
}
a .sidenav_box01_b img:hover{
	visibility:visible;
	display:block;
	opacity: 0;
/*	transition: all  0.3s ease;*/
}
#header.fixed #header-inner{
	height:auto;
}
#header-inner{
	height:auto;
	/*background-color: rgba(0, 0, 0, 0.5);*/
    background: linear-gradient(180deg, rgba(0,0,0,1.0), rgba(255,255,255,0.0));
/*    height: 150px;*/
}
.top_logo img{

}
#header .gnav{
	margin-top:1%;
}
.categorybox_01{
    width: 100%;
float: left;
}
.categorybox_01 img{
    width: 100%;
}
.contents_bg{
 background: repeating-linear-gradient(-45deg, #b9b9b9, #b9b9b9 10px, #b3b3b3 0, #b3b3b3 20px);
/*background: url(image/about_bg00.gif) repeat;*/
}
.contents_bg2{
 background: repeating-linear-gradient(-36deg, #b9b9b9, #b9b9b9 10px, #b3b3b3 0, #b3b3b3 20px);
/*background: url(image/about_bg00.gif) repeat;*/
}
.contentsbox_inner {
    width: 70%;
    float: left;
    margin-left: 15%;
    margin-right: 15%;
    background-color: #fff;
    z-index: 999;
    position: relative;
    margin-top: -25%;
}
.catnav{
    width: 25%;
    float: left;
    background-color: #333;
    padding: 1% 0;
/*    filter: brightness(30%);*/
}
.catnav img{
	filter: brightness(30%);
}
.catnav:hover{
    width: 25%;
    float: left;
    background-color: #4d4d4d;
    padding: 1% 0;
    /* filter: brightness(30%); */
    filter: brightness(100%);
}
.catnav:hover img{
    filter: brightness(100%);
}
.catnav:hover p{
   color:#fff;
}

.catnav a{
    opacity: initial;
}
.catnav a img:hover{
    filter: brightness(100%);
}
.catnavlight a{
    opacity: initial;
}
.catnavlight a img:hover{
    filter: brightness(100%);
	opacity: 0.6;
}

.catnavlight{
    filter: brightness(100%);
	background-color: #4d4d4d;
}
.catnavlight img{
    filter: brightness(100%);
}
.catnav p{
    color:#666;
}
.catnavlight p{
    color:#fff;
}
.index_infobox01{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #dfdfdf;
    position: relative;
    margin-bottom: 5%;
}
.index_infobox01_infobg:hover{
background-color: rgba(193, 38, 45, 0.15);
}
.index_infobox01_clubbg:hover{
    background-color: rgba(46, 49, 146, 0.15);
}
.index_infobox01_inner{
    padding: 5%;
}
.index_infobox01_date{
color: #c1272d;
    font-size: 21px;
    margin-bottom: 10px;
}
.index_infobox01_ttl{
font-size: 28px;
    margin-bottom: 10px;
}
.cat_menu{
width: 100%;
    height: 100%;
    margin: 5% 0;
    float: left;
    background-color: #4d4d4d;
    display: block;
}
.cat_menu_inner{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.catnav_box_rp{
display:none;
}
.breakdown{
    display:block;
}
.index_singlebox01_date{
    font-size: 17px;
    color: #c1272d;
	margin: 1% 0 1% 0;
}
.index_singlebox01_ttl2{
    font-size: 28px;
    font-weight: bold;
    width: 100%;
/*    height: 72px;
    border-bottom: 5px solid #c1272d;*/
}
.about_box02_inner {
    position: relative;
}

/**固定ページ**/
.about_box01{
    width:100%;
	height: 100vh;
	padding: 13% 0 0 0;
    box-sizing: border-box;
	background-image: url(../e-spo/image/information_bg_n2.png);
	background-size: cover;
	background-repeat:no-repeat;
}
.about_box011{
	width: 100%;
	background-color: rgba(51,51,51,0.7);
    height:auto;
}
.about_box011 h2{
	color: #fff;
	padding: 2% 0 1.5% 0;
    box-sizing: border-box;
    font-size: 300%;
    font-weight: bold;
}

.about_box02_inner{
    width: 100%;
    max-width: 1160px;
    margin: -25% auto 6% auto;
    padding: 76.5px;
    padding-bottom: 3%;
    box-sizing: border-box;
    background-color: #fff;
}
.about_box02_inner p.txt-a_left{
margin-bottom: 6%;
}
.about_box021{
	width:100%;
	max-width:1007px;	
    margin: 0 0 6% 0;
}
.about_box021_ttl01{
	width:100%;
	height:60px;
    margin: 0 0 6% 0;
	background-image: url(../e-spo/image/about_img01.gif);
}
.about_box021_ttl01 h3{
	color: #fff;
    padding: 1.3% 0 0 0;
    box-sizing: border-box;
    font-size: 190%;
    font-weight: bold;
}
.about_box021_txt01 {
    width: 100%;
    margin: 0 0 6% 0;
    text-align: left;
    font-size: 112%;
}
.about_box021_txt01 p{
}
.about_box21_img01{
	width:100%;
}
.about_box21_img01_l{
	width:50%;
	float:left;
}
.about_box21_img01_r{
	width:50%;
	float:right;
}
.about_box21_img01_l img,
.about_box21_img01_r img{
	width:100%;
	max-width:475px;
}
.about_box021_btn01{
	width:100%;
    margin: 0 0 0 0;
}
.about_box021_btn01-l{
	background-image: url(../e-spo/image/about_img04.gif);
	width:48%;
	max-width:475px;
	height:51px;
	margin:0 auto;
	padding: 8px 0 0 0;
    box-sizing: border-box;
	float:left;
	position:relative;
}
.about_box021_btn01-r{
	background-image: url(../e-spo/image/about_img04.gif);
	width:48%;
	max-width:475px;
	height:51px;
	margin:0 auto;
	padding: 8px 0 0 0;
    box-sizing: border-box;
	float:right;
	position:relative;
}
.about_box021_btn01-l_txt,
.about_box021_btn01-r_txt{
	width:100%;
	float:left;
}
.about_box021_btn01-l_icn,
.about_box021_btn01-r_icn{
	float:right;
	position: absolute;
    top: 12px;
    right: 15px;
}
.about_box021_btn01-l_txt p,
.about_box021_btn01-r_txt p{
	color:#fff;
    font-size: 130%;
    font-weight: bold;
}
.about_box021_img01 img{
	width:100%;
	max-width:700px;
}
.contents_bg{
	background: repeating-linear-gradient(-45deg, #b9b9b9, #b9b9b9 10px, #b3b3b3 0, #b3b3b3 20px);
}
.about_box021_img01{

}
.about_box02_ttl02 h3{
	text-align: left;
	font-weight: bold;
	color: #343434;
	font-size:112%;
}
.about_box02_txt02{
    width: 100%;
    margin: 4% 0;
    text-align: left;
    font-size: 112%;
float: left;
}
.about_box02_txt02 p,
.about_box02_txt02 h4,
.about_box021_txt01 ul li,
.about_box02_txt02 ul li{
/*	font-weight: bold;*/
	color: #343434;
    line-height: 180%;
}
.about_box021_btn01-l_txt p,
.about_box021_btn01-r_txt p{
    color: #fff;
    font-size: 130%;
    font-weight: bold;
	text-align:center;
}
.kotei_tb {
/*    border-top: 1px dotted #101649;*/
    float: left;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
.kotei_dt_l {
    float: left;
    width: 16%;
    font-size: 18px;
    padding: 1% 4% 1% 3%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}
.kotei_dt_r {
    float: left;
    width: 20%;
    font-size: 18px;
    padding: 1% 4% 1% 3%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}
.kotei_dd {
    float: left;
    width: 68%;
    padding: 2% 0 2% 3%;
    text-align: left;
	box-sizing: border-box;	
}
.about_box021_txt02 p.about_txt{
	color:#000;
	font-size:100%;
	font-weight:100;
    margin: 5% 0 0 2%;
}
.about_box021_ttl02{
	margin:3% 0 0 0;
}
.about_box021_ttl02 h4{
    font-size: 190%;
    font-weight: bold;
    color: #343434;
    border-bottom: 3px solid #0071bc;
    width: 20%;
    margin: 0 auto;
}
.about_box021_txt03{
    width: 60%;
	margin: 4% auto 0;
}
.about_box02_txt01_l{
	float:left;
	width:8%;
	text-align: right;
	line-height: 1.5em;
}
.about_box02_txt01_r{
	float:left;
	width:88%;
	margin:0 0 0 1%;
	line-height: 1.5em;
	/*font-size: 95%;*/
}
.about_box021_txt01_l{
	float:left;
	text-align:right;
	width: 8%;
	line-height: 1.5em;
}
.about_box021_txt01_r{
	float:left;
	line-height: 1.5em;
}
p.about_box02_txt03 {
    font-weight: initial;
}
.br-sp{
	display:none;
}
.br-sp1050{
	display:none;
}
.br-sp350{
	display:none;
}
.about_box021_ttl02 h4.about_member_ttl01{
	margin:6% auto 0;
}
.wpcf7-validates-as-url,
.wpcf7-validates-as-number{
    background: #fcfcfc;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    color: #888;	
}
.kotei_tb_btn01{
	text-align:center;
}
.index_sliderbox01_b01_inner p{
	    color:#343434;
}
.char_box00{
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 5px solid #c1272d;
    margin-bottom: 3%;
}
.char_box001{
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 5px solid #d0882e;
    margin-bottom: 3%;

}
.char_box001_date {
   color:#d0882e;
}
.char_box002{
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 5px solid #2e3192;
    margin-bottom: 3%;
}
.char_box002_date {
   color:#2e3192;
}
.char_box003{
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 5px solid #7d9d2d;
    margin-bottom: 3%;
}
.char_box003_date {
   color:#7d9d2d;
}
.char_box00_l{
	width:15%;
	float:left;
}
.char_box00_img{
	width:100%;
    text-align: center;
}
.char_box00_r{
	width:81%;
	float:left;
	margin:0 0 0 4%;
}
.char_box00_txt{
	padding:0 0 10px 0;
	box-sizing: border-box;
	text-align: center;
}
.kotei_dd kotei_dd3{
    width: 75% !important;
}
.kotei_dt kotei_dt3{
    width: 25% !important;
}
.moremargin{
   margin-bottom:6%;
}
.logo_rpimg{
   display:none;
}
.logo_img{
   display:block;
}

/***20170824追記***/
/***変更後.snip1206 figcaptionを削除***/
.imdex_wn_ttl01{
	background-color: #4d4d4d;
    padding: 3%;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    box-sizing: border-box;
	display:block;
}
.imdex_wn_ttl01 h4{
	background-color: transparent;
    padding: 0;
    border:none;
    box-sizing: border-box;
	line-height: 180%;
	color:#fff;
}
.snip1206 .fig-caption,
.snip1207 .fig-caption,
.snip1209 .fig-caption,
.snip1210 .fig-caption{
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.snip1206:hover .fig-caption h2,
.snip1206.hover .fig-caption h2,
.snip1206:hover .fig-caption p,
.snip1206.hover .fig-caption p,
.snip1207:hover .fig-caption h2,
.snip1207.hover .fig-caption h2,
.snip1207:hover .fig-caption p,
.snip1207.hover .fig-caption p,
.snip1209:hover .fig-caption h2,
.snip1209.hover .fig-caption h2,
.snip1209:hover .fig-caption p,
.snip1209.hover .fig-caption p,
.snip1210:hover .fig-caption h2,
.snip1210.hover .fig-caption h2,
.snip1210:hover .fig-caption p,
.snip1210.hover .fig-caption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.snip1206:hover .fig-caption h2,
.snip1206.hover .fig-caption h2,
.snip1207:hover .fig-caption h2,
.snip1207.hover .fig-caption h2,
.snip1209:hover .fig-caption h2,
.snip1209.hover .fig-caption h2,
.snip1210:hover .fig-caption h2,
.snip1210.hover .fig-caption h2 {
  opacity: 1;
}
.snip1206:hover .fig-caption p,
.snip1206.hover .fig-caption p,
.snip1207:hover .fig-caption p,
.snip1207.hover .fig-caption p,
.snip1209:hover .fig-caption p,
.snip1209.hover .fig-caption p,
.snip1210:hover .fig-caption p,
.snip1210.hover .fig-caption p {
  opacity: 1;
  color: #fff;
}
.kotei_tb02{
	background-color:#f4f4f4;
}
.kotei_dt_txt02{
	text-align:center;
}
.footernav01 .footernav01_txt01 a{
	font-size:initial;
	font-weight:initial;
}
.mnav_bottom{
    margin-bottom: 100px;
}
.about_box02{
	float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.cmp_box011_inner{
    float: left;
    width: 100%;
}
.information_imgbox{
    float: left;
    width: 25%;
    margin: 0 4%;
}
.information_imgbox img{
    width: 100%;
}
   .panel ul li.mobile_hl{
border-bottom: solid 2px #dcdcdc;
    }

@media only screen and (max-width:1050px){
.about_box02_inner {
    width: 94%;
    margin: -24.2% auto 6% auto;
}
.about_box021_btn01-l,
.about_box021_btn01-r{
    width: 47%;
    max-width: initial;
}
.about_box011 {
    margin: 16% 0 0 0;
}
.about_box01a{
	margin: -6% 0 0 0;
}
.br-sp1050{
	display:block;
}
.about_box021_btn01-r_txt p.fee_ttl02{
	font-size: 90%;
    line-height: 1.3em;	
}
.kotei_dt_txt01{
	margin:5% 0 0 0;
}
.index_box01_inner2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.index_box01_h2 {
    padding: 0 0 5px 0;
    font-size: 39px;
    text-align: right;
    font-weight: bold;
    /* font-family: "Montserrat Subrayada",sans-serif; */
    /* display: inline-table; */
    margin-top: -225px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.gnav1, .gnav2, .gnav3, .gnav4, .gnav5, .gnav6, .gnav7, .gnav8 {
    float: left;
    box-sizing: border-box;
    position: relative;
    width: 16%;
    margin: 0;
}
.footer_inner-right-right-txt06 {
    width: 12%;
    float: left;
    clear: both;
}
.footer_inner-right-right-txt07 {
    width: 88%;
    float: right;
}
.index_box04-01 img{
width:100%;
}

}

@media only screen and (max-width:1024px){
.index_box01_inner2 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
index_box01_h2 {
    padding: 0 0 5px 0;
    font-size: 39px;
    text-align: right;
    font-weight: bold;
    /* font-family: "Montserrat Subrayada",sans-serif; */
    /* display: inline-table; */
    margin-top: -225px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.index_box02-b01-date {
    padding: 5%;
    color: #c1272d;
    font-weight: bold;
}
.index_box02-b01-title {
    padding: 0 2%;
    padding-bottom: 5%;
}
.index_box02-b02-img {
    width: 8%;
    float: left;
}
	#header{
		background-color: #fff;
	}
#header-inner {
    height: auto;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background: none;
    /* height: 150px; */
}
	#mobileNav{
		display:block;
		width:9%;
		margin-right:0;
		position:static;

		float:right;
		z-index:1000;
	}
	.panel .btn,.panel ul{font-size:100%;}
	.panel .btn{
		position:static;
		left:0;
		top:10%;
		width:100%;
	}
	#bxslider_main{
		max-width:100%;
		overflow:hidden;
	}
	#header.fixed .gnavinn-logo-l2{
		display:none;
	}
	#header.fixed .gnavinn-logo-l{
		display:block;
	}
	#header.fixed .header-bottom nav{
		margin-top:5px;
	}
	#header.fixed .gnav{
		border-bottom:solid 5px #000;
	}
	#gnav nav,#indexNav nav,#header .gnav,#header .gnav,#header .tarea,.top_slider_inn,.top_slider_inn2,section.index_box01_inner,article.index_box01_inner,div.index_box01_inner,.footer_inner,#main_movie{
	min-width:98;
	box-sizing:border-box;
	}
	.header-bottom,.gnavinn_header-middle,#font-size{display:none;}
	#header .gnav{
		display:none;
		width:100%;
		padding:0;
		margin:0;
	}
.footer_inner{
    width: 60%;
    box-sizing: border-box;
}
#header.fixed
 #header-inner {
    width: 100%;
    margin: 0;

    background:none;
}
.panel a {
    display: block;
    padding: 2%;
    text-align: center;
    margin-top: 5%;
    /* background-color: #F6F6F6; */
    color: #fff;
    text-decoration: none;
    text-align: left;
    font-size: 100%;
}
.panel ul li {
    border-bottom: dashed 1px #dcdcdc;
    font-size: 18px;
    color: #fff;
    text-align: left;
    margin-top: 15px;
    font-size: 120%;
}
.footer_inner-right {
    width: 68%;
    margin: 0;
    clear: none;
    float: right;
    padding: 0;
}
.footer_inner-left {
width: 100%;
    text-align: center;
    float: left;
}
.footer_inner-left img{
    width: 80%;
max-width: 100%;
}

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

@media only screen and (max-width:768px){
.footer_inner-right {
    width: 60%;
    margin: 4% 1% 4% 1%;
    float: right;
    padding: 0;
}
@media only screen and (max-width:375px){
.footer_inner-right-txt02 span{
    float: left;
    clear: both;
    width: 100%;
}
}
@media only screen and (max-width:736px){
.footer_inner-right {
    width: 98%;
    margin: 4% 1% 4% 1%;
    float: right;
    padding: 0;
}

}

@media only screen and (max-width:960px){
	.about_box011 {
	    height: auto;
	    margin: 0 0 38% 0;
	}
	.about_box01{
		height:100%;
		background-size: cover;
	    padding: 6% 0 0 0;
	}
	.about_box011 h2 {
	    color: #fff;
	/*    padding: 1% 0 0 0;
	    box-sizing: border-box;*/
	    font-size: 200%;
	    font-weight: bold;
	}
	.about_box02_inner {
	    width: 88%;
	    max-width: 1160px;
 	   margin: 0 auto 0 auto;
		padding:15px;
	    box-sizing: border-box;
	    background-color: #fff;
	}
	.about_box021{
		width:100%;
		max-width:1007px;	
	}
	.about_box021_txt01 p{
		line-height: 140%;
	}
	.about_box021_ttl02 h4 {
	    font-size: 100%;
	    font-weight: bold;
	    color: #343434;
	    border-bottom: 3px solid #0071bc;
	    width: 30%;
	    margin: 0 auto;
	}
	.about_box021_txt03{
		width:100%;
	}
	.about_box021_txt01_l {
	    width: 15%;
	}
	.about_box021_txt01_r {
	    width: 85%;
	}
	.about_box021_ttl02 h4 {
	    font-size: 190%;
	}
	.about_box01a{
		margin: 0 0 0 0;
	}
	.fee_ttl02{
		font-size: 130%;
	    line-height:initial;
	}
	.top_logo {
	    width: 28%;
	    float: left;
	    text-align: left;
	    height: 100%;
	    /* background-image: url(../e-spo/image/header_logo_back_n.png); */
	    background-size: 100%;
	    background-repeat: no-repeat;
    margin: 1% 8%;
	}
#header.fixed .top_logo {
    width: 28%;
    float: left;
    text-align: left;
    /* background-image: url(../e-spo/image/header_logo_back.png); */
    background-size: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin: 1% 8%;
}
	.logo_rpimg{
	   display:block;
	}
	.logo_img{
	   display:none;
	}
	.imdex_wn_ttl01{
		display:none;
	}


}

@media only screen and (max-width:768px){
.about_box02_inner{
	margin: 0 auto 20% auto;	
}
.about_box021_ttl01 h3 {
    padding: 2% 0 0 0;
}
.kotei_dd {
    float: left;
    width: 60%;
    padding: 3% 0 2% 3%;
    text-align: left;
    box-sizing: border-box;
    background: #fff;
    font-size: 82%;
}
.about_box02_txt02a{
	width:99%;
}
.about_box021_btn01-r_txt p.about_box021_btn01-r_txt01{
	font-size: 95%;
    line-height: 1.2em;

}
.about_box021_ttl01 h3.fee_ttl01{
	font-size: 170%;
}
.char_box01{
    padding-bottom: 1%;
}
.index_singlebox01_ttl2 {

    font-size: 125%;

}
.index_sliderbox01_b01_inner p {
    color: #fff;
}
.index_singlebox01_date{
    font-size: 16px;
    color: #c1272d;
	margin: 1% 0 1% 0;
}
.char_box00_l {
    width: 15%;
    float: left;
    display: none;
}

.information_imgbox_inner {
    width: 100%;
    float: left;
}
	}


}
@media only screen and (max-width:640px){
.about_box011{
	height:100%;
    margin: 0 0 33.5% 0;
}
.about_box021_ttl01{
	background-image:none;
	margin: -3% 0 -5.5% 0;
}
.about_box021_ttl011{
	margin: 2% 0 4% 0;
}
.about_box021_ttl01 h3 {
    color: #0071bc;
    padding: initial;
    /* box-sizing: border-box; */
    font-size: 150%;
    text-align: left;
    font-weight: bold;
}
.about_box21_img01_l{
	width: 100%;
    float: none;
    margin: 0 0 10% 0;
}
.about_box21_img01_r{
	width: 100%;
    float: none;
}
.about_box021_btn01-l{
	margin: 0 auto 10%;
}
.about_box021_btn01-l,
.about_box021_btn01-r{
	width:100%;
}
.about_box021_btn01-l_txt p,
.about_box021_btn01-r_txt p {
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}
.about_box021_btn01-l_txt, .about_box021_btn01-r_txt {
    width: 90%;
    float: left;
}
.about_box02_txt01_l{
    float: none;
    width: 100%;
    text-align: initial;
}
.about_box02_txt01_r {
    float: none;
    width: 100%;
    margin: 0;
    line-height: 1.5em;
	font-size: 90%;
}
.about_box021_txt01 {
    margin: 0% 0 6.5% 0;
}
.about_box011 h2{
	font-size: 130%;	
}
.about_box021_ttl02 h4 {
    margin: 0 auto 9%;
}
.about_box021_txt01_l,
.about_box021_txt01_r{
	font-size:80%;	
}
.about_box021_txt02 p.about_txt {
    font-size: 80%;
}
.about_box021_ttl01a{
	margin:0 0 -2% 0;
}
.about_box01a{
	margin:1% 0 -12.5% 0;	
}
.about_box01b{
	margin: 7% 0 -7% 0;
}
.kotei_tb01,
.kotei_dt_l01,
.kotei_dt_r01,
.kotei_dd01{
	display:none;
}
.kotei_dd{
	width:100%;
	text-align:center;
	font-size:96%;
}
.about_box021_ttl02 h4 {
    font-size: 100%;
}
.br-sp{
	display:block;
}
.about_box021_ttl01 h3.fee_ttl01 {
    font-size: 160%;
}
.about_box021_txt01 p.about-link_txt01{
	margin: 7% 0 0 0;	
}
h2.thanks_ttl01{
	font-size:95%;
}
.privacy_link{
	font-size:80%;
}
.ctct_box01{
	margin: 0 2% 0 -3%;
}
.about_box021_txt01 p {
    font-size: 95%;
    line-height: 1.5em;
/*    margin: 0 0 0 7%;*/
}

.index_box02-b02-img_rp{
    width: 20%;
    float: left;
}

.index_box02-b02-img_rp {
    width: 14%;
    float: left;
}
.index_box02-b02-p_rp {
    color: #fff;
    width: 60%;
    margin-left: 5%;
    text-align: left;
    float: left;
}
}

@media only screen and (max-width:350px){
.about_box021_btn01-l_txt p,
.about_box021_btn01-r_txt p {
    color: #fff;
    font-size: 95%;
    font-weight: bold;
    text-align: center;
}
.about_box021_btn01-l {
    padding: 13px 0 0 0;
}
.about_box021_btn01-r {
    padding: 13px 0 0 0;
}
.about_box021_btn01-l_txt,
.about_box021_btn01-r_txt {
    width: 85%;
    float: left;
}
.kotei_dd{
	font-size: 80%;	
}
.about_box021_ttl01 h3.fee_ttl01 {
    font-size: 135%;
}
.about_box021_btn01-r_txt p.about_box021_btn01-r_txt01 {
    margin-top: -3%;
}
.about_box021_btn01-l_txt p, .about_box021_btn01-r_txt p {
    font-size: 120%;
    margin-top: -3%;
}
.about_box021_txt01 p.about-link_txt01 {
    font-size: 90%;
    line-height: 1.4em;
}
.about-link_txt02{
    font-size: 90%;
    line-height: 1.4em;	
}
.privacy_txt01{
	font-size: 135%;
}
.privacy_link {
    font-size: 65%;
}
.about_box021_ttl01 h3{
	font-size: 135%;	
}
.index_box03_left img,
.index_box03_right img{
	max-width:300px;
}



/**固定ページここまで**/

.about_box021_contactttl01{
	margin-bottom:6%;
}
.about_box021_contactttl01 p{
	margin-bottom:1em;
	text-align: center;
}
.ctt_name01{
	margin:3% auto 2% auto;
	text-align:center;
	font-size:160%;
	font-weight:bold;
	color:#2e3192;
}
.kotei_tb2{
	background-color: #fff;
	border: none;
}
.kotei_dt2{
	width: 37%;
}
.kotei_dd2{
	border: none;
	width: 62%;
}
.ctct_ttl{
	float:left;
}
.ctct_txt{
	margin-left:1em;
	float:left;
	background-color:#c0272d;
	padding:0.5% 1%;
	font-size:90%;
	color:#fff;
}
.kotei_tb_btn01{
	padding: 3% 0;
}
.kotei_dt_btn01{
}
.kotei_dt_btn02{
	padding: 3% 0;
}
.footernav01 li{
	color:#fff;
}
input[name="acceptance-980"]{
	display:inline;
}
.accept_btn01{
	color: #2e3192;
    font-weight: bold;
}
.txt-a_left{
	text-align:left;
}
.adm_box01{
    width: 50%;
    margin: 0 auto 6% auto;
    padding: 3%;
    box-sizing: border-box;
    background-color: #dcdcdc;
}
.adm_bld01{
	text-align:left;
	color:#0071bc;
	font-weight:bold;
	font-size:120%;
}
.char_box01 p img{
	width:80%;
	margin:3% auto;
}
.index-box01-b_bgeffect01{	
}
.index-box01-b_bgeffect01:hover{	
    background-color: rgba(193, 39, 45, 0.15);
}
.index_infobox01_cyclebg:hover{
    background-color: rgba(193, 39, 45, 0.15);
}
.index_infobox01_campbg:hover{
	background-color: rgba(208, 136, 46, 0.15);
}
.index_infobox01_outdoorbg:hover{
	background-color: rgba(125, 157, 45, 0.15);
}
.char_box01 h1{
	font-size:120%;
	font-weight: bold;
}
.char_box01 h2{
	font-size:110%;
}
.char_box01 h3{
	font-size:100%;
}
.char_box01 p{
	clear:both;
	margin-bottom: 2%;
word-wrap: break-word;
}
.char_box01 p img.aligncenter,
.char_box01 p img.alignnone{
	display: block;
    width: 50%;
	margin: 0 auto;

}
.char_box01 p img.alignleft{
	width: 48.5%;
    padding: 3% 0;
    float: left;
    margin: 0 1.5% 0 0;
}
.char_box01 p img.alignright{
	width: 48.5%;
    padding: 3% 0;
    float: right;
    margin: 0 0 0 1.5%;
	clear:right;
}
}

@media only screen and (max-width:940px){
.char_box01 p img.aligncenter,
.char_box01 p img.alignnone{
	display: block;
    width: 100%;
	margin: 0 auto;
}

	#gnav nav,
	#indexNav nav,
	#header .gnav,
	#header .gnav,
	#header .tarea,
	.top_slider_inn,
	.top_slider_inn2,
	section.index_box01_inner,
	article.index_box01_inner,
	div.index_box01_inner,
	.footer_inner,
	#main_movie{
		min-width:98%;
		box-sizing:border-box;
	}
	.header-bottom,.gnavinn_header-middle,#font-size{display:none;}
	#header .gnav{
		width:100%;
		padding:0;
		margin:0;
	}
	#bxslider_main{
		max-width:100%;
		overflow:hidden;
	}

.index_box01_inner_h3span{
    font-size: 16px;
    display: block;
}
.index_box01_inner_h3span:hover{
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}
.font_red{
color: #c1272d;
    margin-left: 10px;
}

}


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



	#header{
		background-color: #000;
	}
	#mobileNav{
		display:block;
		width:9%;
		margin-right:0;
		position:static;
		margin-top:1%;
		float:right;
		z-index:1000;
	}
	.panel .btn,.panel ul{font-size:100%;}
	.panel .btn{
		position:static;
		left:0;
		top:10%;
		width:100%;
	}

	#bxslider_main{
		max-width:100%;
		overflow:hidden;
	}
	#header.fixed .gnavinn-logo-l2{
		display:none;
	}
	#header.fixed .gnavinn-logo-l{
		display:block;
	}
	#header.fixed .header-bottom nav{
		margin-top:5px;
	}
	#header.fixed .gnav{
		border-bottom:solid 5px #000;
	}
	#gnav nav,#indexNav nav,#header .gnav,#header .gnav,#header .tarea,.top_slider_inn,.top_slider_inn2,section.index_box01_inner,article.index_box01_inner,div.index_box01_inner,.footer_inner,#main_movie{

	box-sizing:border-box;
	}
	.header-bottom,.gnavinn_header-middle,#font-size{display:none;}
	#header .gnav{
		display:none;
		width:100%;
		padding:0;
		margin:0;
	}
	#contents{
		padding:0;
		/*margin:50px auto;*/
		margin:0 auto;
		z-index:3;
		width:100%;
		overflow:hidden;
	}
	#footer_left img{width:100%;}
	.panel .btn,.panel ul{font-size:100%;}
	.panel .btn{
		position:static;
		left:0;
		top:10%;
		width:100%;
	}
	.panel a{font-size:100%;}
	#mainvisual {
	z-index:1;
	/*background:url(image/NDMC1_poster.png) center no-repeat;background-size:cover;*/
	min-height:0;
	}

	/*追記*/
	#bxslider_main{
		width:100%;
		min-width:100%;
		margin-left:0;
		left:0;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
		position:initial;
		bottom:0;
	}
	.slide{
		opacity:1;
		transition: initial;
	}
	.bx-pager a img{
		width:500px;
		height:400px;
		max-width:100%;
		display: block;
		margin:0 auto;
	}
	aside.index_box01{
		width:100%;
	}
	.f-nav{
		margin-right:0;
		margin-left:0;
		padding-bottom:10px;
	}
	.footer_bottom_l{
		width:20%;
		text-align: left;
	}
	.footer_bottom_l img{
		width:100%;
	}
	.top_slider_box01-l{width:100%;float:none;}
	.top_slider_box01-inn{width:40%;float:left;padding:5%;}
	.bxslider_main{clear:both;width:100%;float:none;}
	.top_slider_box01-r{width:100%;float:none;}
	.top_slider_inn{position:relative;}
	#copy .footer_inner{
		background-color:transparent;
	}
	#copy .footer_inner p{
		font-size:80%;
	}
	div.index_box01_inner{
		width:98%;
		margin-right:auto;
		margin-left:auto;
	}
	.footer_menu{
		display:none;
	}
	.kotei_ttl{
		font-size:150%;
		width: 95%;
		margin: 0 auto;
	}
	.kotei_subttl{
		font-size:120%;
		width: 95%;
		margin: 10px auto;
	}
	.kotei_ttl_h3{
		width: 95%;
		font-size:120%;
		margin-left: auto;
		margin-right: auto;
	}
	.top_logo{
		width:80%;
		float:left;
		font-size:150%;
		margin-left:8%;
	}
	.pdg-l60px,.pdg-r60px{
		padding-left:0;
		padding-right:0;
	}
	.kotei_map{
		width:90%;
	}
	.kotei_map iframe{
		width:100%;
		height:300px;
	}
	.kotei_tb{
		width:95%;
		float:none;
		margin:0 auto 2px auto;
		border-right: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
	}
	.kotei_dt{
		width:100%;
		float:none;
	}
	.kotei_dd{
		width:100%;
		border-right: none;
		border-left: solid 1px #f0f0f0;
	}
	.kotei_dd2{
		width:100%;
	}
	.dd_naiyou{
		display:none;
	}
	.pdg-l30px{
		padding-left:1%;
	}
	.pdg-l60px{
		padding-left:1%;
	}
	.pdg-r60px{
		padding-right:1%;
	}
	.pdg-t60px{
		padding-top:5%;
	}
	.pdg-b60px{
		padding-bottom:5%;
	}
	.pdg-t120px{
		padding-top:5%;
	}
	.pdg-b120px{
		padding-bottom:5%;
	}
	.pdg-t250px{
		padding-top:10%;
	}
	.pdg-b250px{
		padding-bottom:10%;
	}
	.mgn-b15px{
		margin-bottom:15px;
	}
	.mgn-l60px{
		margin-left:1%;
	}
	.kotei_ttl_h3{
		margin-bottom: 10%;
	}
	.btn_contact{
		margin-top: 10%;
	}
	.index_infobox01_date{
		width:100%;
		text-align: left;
		float:none;
	}
	.index_infobox01_ttl{
		width:100%;
		text-align: left;
		float:none;
		padding:0;
	}
	p,.btn_contact a,a:link, a:visited,.plan_box li,.kotei_dt,.kotei_dd{
		font-size:95%;
	}
	.footer_menu{
	}
	.index_footerbox{
		width: 80%;
		height:auto;
		background-size: cover;
	}
	.char_ttl01{
		font-size:90%;	
	}
	.index_footerbox{
		width:50%;
	}
	.index_footerbox2{
		padding: 18% 0;
	}
	.panel .btn img{
		width:45%;
	}
	.top_txt p{
		font-size:100%;
	}
	.index_infobox01_ttl{
		font-size:100%;
	}
	.char_box01 .wp-caption img{
	}


}



@media only screen and (max-width:640px){
	#wrapper{
		/*overflow:hidden;*/
	}
	.goto{
		right:2px;
		width:35px;
		height:35px;
		bottom:0;
	}
	.goto p{
		margin-top:20px;
	}
	.goto p a:after{
		right:11px;
		width:8px;
		height:8px;
	}
	.index_box01_h2{
		font-size:150%;
		padding:0 0 10% 0;
	}
	.index_infobox_ttl{
		margin:0 0 5% 0;
	}
	.index_box01-r,.index_box01-l{
		width:95%;
		float:none;
		margin:0 auto;
	}
	.index_box01-l{
		margin-bottom:120px;
	}
	.index_infobox01,.index_infobox02,.index_infobox03,.index_infobox03_last{
		width: 95%;
		float: left;
		margin-right: 2.5%;
		margin-left: 2.5%;
		margin-bottom: 50px;
	}
	/*.index_footerbox{
		width: 300px;
		height: 260px;
		padding-top: 40px;
	}*/
	.kotei_map{
		width:90%;
	}
	.kotei_map iframe{
		width:100%;
		height:300px;
	}
	.pdg-l30px{
		padding-left:1%;
	}
	.pdg-l60px{
		padding-left:1%;
	}
	.pdg-r60px{
		padding-right:1%;
	}
	.pdg-t60px{
		padding-top:10%;
	}
	.pdg-b60px{
		padding-bottom:10%;
	}
	.pdg-t120px{
		padding-top:10%;
	}
	.pdg-b120px{
		padding-bottom:10%;
	}
	.pdg-t250px{
		padding-top:10%;
	}
	.pdg-b250px{
		padding-bottom:10%;
	}
	.mgn-b15px{
		margin-bottom:15px;
	}
	.mgn-l60px{
		margin-left:1%;
	}
	.top_logo img{
width: 80%;
    margin: 1% 2%;
	}
	.box_img{
		width: 100%;
	}
	.box_a{
		width:10%;
	}
	.box_q{
		width:80%;
	}
	.box_q2{
		width:90%;
	}
	.heading_radius{
		    margin-top: -16px;
	}
	.index_footerbox{
		width:80%;
	}
	.index_footerbox_img,.index_footerbox_img2{
		margin:0 auto 5px auto;
	}
	.bnr_box01{
		margin: 0 auto;
	}
	.bnr_box01-r,.bnr_box01-l{
		width:100%;
		float:none;
		margin: 10% 0;
	}
	.btn_contact2{
		width:30%;
		background-size: cover;
	}

	.btn_contact2 a img{
		width:100%;
	}
	.btn_contact3{
		width:30%;
		background-size: cover;
	}

	.btn_contact3 a img{
		width:100%;
	}
	.btn_contact4{
		width:30%;
		background-size: cover;
	}

	.btn_contact4 a img{
		width:100%;
	}
	.btn_contact5{
		width:30%;
		background-size: cover;
	}

	.btn_contact5 a img{
		width:100%;
	}
	.panel .btn img {
	   	width: 70%;
	}
	#mobileNav{
		margin-right: 2%;
	}
	.index_footerbox_txt01 p{
		font-size:80%;
	}
	.char_box01 .wp-caption{
		width:100%!important;
	}
	.char_box01 .wp-caption img{
		width:100%;
	}
	.top_logo {
	    width: 70%;
	    float: left;
	    text-align: left;
	    height: 100%;
	    /* background-image: url(../e-spo/image/header_logo_back_n.png); */
	    background-size: 100%;
	    background-repeat: no-repeat;
        margin:1%;
	}
#header.fixed .top_logo {
    width: 70%;
    float: left;
    text-align: left;
    /* background-image: url(../e-spo/image/header_logo_back.png); */
    background-size: 100%;
    height: 100%;
    background-repeat: no-repeat;
        margin:1%;
}
.index_box02-b02-img_rp {
    width: 15%;
    float: left;
}
.index_box02-b02-p_rp {
    color: #fff;
    width: 60%;
    margin-left: 5%;
    text-align: left;
    float: left;
}
.index_box02-b02-img {
    width: 14%;
    float: left;
}
}
@media only screen and (max-width:960px){
.index_box01_h2 {
    padding: 0 0 5px 0;
    font-size: 39px;
    text-align: center;
    font-weight: bold;
    /* font-family: "Montserrat Subrayada",sans-serif; */
    /* display: inline-table; */
    margin-top: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.index_box01_inner2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.index-box01-b {
    width: 90%;
    float: left;
    padding: 2%;
    background-color: #fff;
    border: solid 1px #ccc;
    box-sizing: border-box;
    min-height: 0;
    position: relative;
    margin: 0 5% 0 5%;
}
.index_box02-b {
    width: 90%;
    float: left;
    box-sizing: border-box;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 5% 0 5%;

}

.index_box02-b02 {
    background-color: #4d4d4d;
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    box-sizing: border-box;
    padding: 4%;
    position: static;
    float: left;
    width: 100%;
    bottom: 0;
}
.footer02_inner {
    width: 100%;
    max-width: 1140px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding-top: 2%;
    background-color: #4d4d4d;
    display: none;
}


.footer_inner-right-right-txt03 {
    width: 20%;
    float: left;
}
.footer_inner-right-right-txt04 {
    width: 80%;
    float: right;
}
.footer_inner-right-right-txt05 {
    width: 80%;
    float: right;
}
.footer_inner-right-right-txt06 {
    width: 20%;
    float: left;
    clear: both;
}
.footer_inner-right-right-txt07 {
    width: 80%;
    float: right;
}
.index_box04_inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 3%;
}
.index_box04-01 {
width: 40%;
    float: left;
    margin-bottom: 1%;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 10px;
}
.index_box04-01 img{
    width: 100%;
}
.index_box03_left {
    width: 100%;
    float: left;
    text-align: center;
    padding-right: 0;
    margin-bottom: 1%;
}
.index_box03_right {
    width: 100%;
    float: left;
    text-align: center;
    padding-left: 0;
}
.index_sliderbox01_b h2 {
    width: 90%;
    background-color: rgba(0,0,0,0);
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    max-height: 0px;
    padding-bottom: 0px;
    padding-top: 15px;
    line-height: 6;
    -webkit-transform: skew(0deg, 9deg);
}
.index_sliderbox01_b01_inner {
    background-color: rgba(0,0,0,0);
    width: 90%;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
    padding: 95px 0 40px 0px;
    color: #fff;
    font-weight: lighter;
    -webkit-transform: skew(0deg, 9deg);
}
.index_sliderbox01_b {
    width: 100%;
    position: static;
    float: left;
    background-color: #b3b3b3;
    height: auto;
}






















.index_sliderbox01_b_h2inner {
    background-color: #2e3192;
    position: relative;
}
.index_sliderbox01_b01 {
    background-color: #343434;
}
body {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif,"メイリオ", Meiryo, "ヒラギノ明朝 ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    overflow: hidden;
    background-color: #b3b3b3;
}
.index_box01_inner_in {
    background-color: #b3b3b3;
}
#header .gnavinn {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    /* background: url(../common/img/header_bg2.gif) center top no-repeat #98D5EA; */
    display: none;
}
#header.fixed
 #header-inner {
    width: 100%;
    margin: 0;
    height: 0;
}
#header-inner {
    width: 100%;
    margin: 0;
    height: 100%;
    background: #fff;
}
#mobileNav {

    margin-right: 0;
    display: block;
    width: 20%;
    float: right;
}
#header .gnav {
    width: 100%;
    padding: 0;
    margin: 0;
    display: none;
}
#header.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    animation: fixNav 0.5s forwards;
    -webkit-animation: fixNav 1s forwards;
    -moz-animation: fixNav 1s forwards;
    -ms-animation: fixNav 1s forwards;
}
#header {
    z-index: 9999;
    width: 100%;
    position: static;
    top: 0;
}
.index_box02-b h4 {
    background-color: #4d4d4d;
    padding: 3%;
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    box-sizing: border-box;
    display: none;
}
.index_box02-b02_rp{
background-color: #4d4d4d;
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    box-sizing: border-box;
    padding: 4%;
    position: relative;
    float: left;
    width: 100%;
    bottom: 0;
    display:block;
}
.index_box02-b02-img_rp{
    width: 8%;
    float: left;
}
.index_box02-b02-img_rp img{
    width: 100%;

}
.index_box02-b02-p_rp{
    color: #fff;
    width: 87%;
    margin-left: 5%;
    text-align: left;
    float: left;
}
.index_box02-b02-p_rp p{
    color: #fff;
    width: 80%;
    text-align: left;
}
.index_box02-b02-icon_rp{
position: absolute;
    bottom: 0;
    right: 0;
}
.index_box03 {
    width: 100%;
    float: left;
    background-color: #e6e6e6;
    padding-top: 0;
    margin-bottom: 15%;
    padding: 10% 0;
    -webkit-transform: skew(0deg, -8deg);
  -ms-transform: skew(0deg, -8deg);
}

.index_box03_right {
width: 100%;
    float: left;
    text-align: center;
    padding-left: 0;
    -webkit-transform: skew(0deg, 8deg);
  -ms-transform: skew(0deg, 8deg);
}
.index_box03_left {
    width: 100%;
    float: left;
    text-align: center;
    padding-right: 0;
    margin-bottom: 5%;
    -webkit-transform: skew(0deg, 8deg);

}
.index_box01_inner_h3span {
    font-size: 16px;
    display: none;
}
.index_box01_inner_h3span_rp{
    float: left;
    clear: both;
    width: 76%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    border: solid 1px #fff;
    color: #fff;
    padding: 2%;
    display: block;
}
.sidenav {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 9999;
    display: none;
}
footer {
width: 100%;
    clear: both;
    background-color: #fff;
    margin-top: 8%;
    -webkit-transform: skew(0deg, -8deg);
    -ms-transform: skew(0deg, -8deg);
padding: 7% 0;
}
footer_inner :after{
border: 70px solid transparent; /* 三角形の元となる指定（一旦全て透過にする） */
    border-bottom-color: #FFC300; /* 作成したい三角形に合わせて１辺の色をつける */
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%; /* 中央寄せに使用 */
    margin-left: -70px; /* 中央寄せに使用*/

}
.footer_cr {
    color: #333;
}

#copy {
    color: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 13px;
    background-color: #fff;
    width: 100%;
    float: left;
}
.footer_inner {
    width:92%;
    max-width: none;
    margin: 0 auto;
    color: #000;
    box-sizing: border-box;
    padding-top: 3%;
    position: relative;
    -webkit-transform: skew(0deg, 8deg);
    -ms-transform: skew(0deg, 8deg);
}

.footer02 {
    width: 100%;
    background-color: #4d4d4d;
    -webkit-transform: skew(0deg, 8deg);
    -ms-transform: skew(0deg, 8deg);
    padding: 1% 0;
    background-color: #fff;
    float: left;
    clear: both;
}
.catnav_box{
display:none;
}
.contentsbox_inner {
width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background-color: rgba(0,0,0,0);
    z-index: 999;
    position: relative;
    margin-top: 0;

}
.cat_menu{
width: 100%;
    height: 100%;
    margin: 5% 0;
    float: left;
    background-color: #4d4d4d;
    display: none;
}
.index_infobox01 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #fff;
    position: relative;
    margin-bottom: 15%;
    float: none;
}
.index_infobox01_date {
    color: #c1272d;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.catnav_box_rp{
    -webkit-transform: skew(0deg, -9.6deg);
  -ms-transform: skew(0deg, -9.6deg);
    background-color: #4d4d4d;
    width: 100%;
    float: left;
    margin-top: -16%;
    display: block;
padding: 6% 0;
}
.catnav_box_rp_inner{
    width: 100%;
    -webkit-transform: skew(0deg, 9.6deg);
  -ms-transform: skew(0deg, 9.6deg);
}
.catnav_rp {
    width: 50%;
    float: left;
    padding: 1% 0;

}
.catnav_rp p{
color:#fff;
}
.about_box02 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.about_box02_txt01_l{
	width:9%;
}
.about_box02_txt01_r{
	width: 87%;	
}
.footer_goto {
    z-index: 9999;
    width: 17%;
    height: 8%;
    position: fixed;
    bottom: 3%;
    right: 2%;
    opacity: 0.9;
}

}





@media only screen and (max-width:768px){
.about_box021_btn01-l_txt p{
   	color: #fff;
   	font-size: 120%;
   	font-weight: bold;
   	text-align: left;
    margin: 0 0 0 16%;
}
.about_box021_btn01-r_txt p{
   	color: #fff;
   	font-size: 120%;
    font-weight: bold;
    text-align: left;
	margin: 0 0 0 5%;
}
}
@media only screen and (max-width:640px){
.about_box02_txt01_l{
	width:100%;
}
.about_box02_txt01_r {
    width: 100%;
}
.adm_box01{
	width:100%;
}
.about_ttl01{
	margin:15% 0 0 0;
}
.kotei_dt2{
	width:100%;
}
.ctct_ttl {
    width: 100%;
	font-size: 98%;
}
.ctct_txt{
	margin-left:0;
}
.wpcf7-validates-as-url{
	width: 102%;
}
input[type=number]{
	width: 102%;
}
.kotei_dt_btn01{
	margin: 0 0 0 7%;
}
.kotei_tb_btn01{
	text-align:left;
	margin: 0 0 0 4%;
    width: 100%;
    font-size: 89%;
}
.about-link_ttl01{
	margin:2% 0 0 0;
}
.about-link_txt03{
    margin: 8% 0 12% 0;	
}
info_txt01{
	
}
.index_infobox01_ttl{
	font-size: 120%;
}
.about_box02_inner {
	padding:15px 15px 15% 15px;
}
.fee_txt01{
    margin: 5% 0 0 0;
}
.char_box00{
	display:block;
}
.kotei_dd2{
	width:100%;
}
.index_sliderbox01_b01_inner p{
	    color:#fff;
}
.index_sliderbox01_b01_inner p {
    color: #fff;
}
.kotei_dd3{
	text-align: left;
	width: 100%;
	padding: 1% 0% 4% 5%;
    box-sizing: border-box;
	font-size: 90%;
}
.kotei_tb{
	margin:0 0 1% 0;
}
.kotei_dt_l{
	border:none;
	width: 31%;
	font-size: 90%;
    text-align: left;
    padding: 4% 4% 1% 5%;
    box-sizing: border-box;
}
.kotei_dt_r{
	border:none;
	width: 69%;
	font-size: 90%;
	text-align: left;
    padding: 4% 4% 1% 3%;
    box-sizing: border-box;
}
.about_box021_btn01-l_txt p,
.about_box021_btn01-r_txt p {
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}
.index_box02-b02-img_rp {
    width: 14%;
    float: left;
}
.index_box02-b02-p_rp {
    color: #fff;
    width: 60%;
    margin-left: 5%;
    text-align: left;
    float: left;
}
}



@media only screen and (max-width:350px){
.index_sliderbox01_b_h2inner h2{
font-size: 19px;
    margin: 0;
    width: 90%;
    margin-left: 5%;
}
.about_box021_txt01 p {
    font-size: 90%;
}
.admission_txt01{
	font-size:102%;
}
.index_infobox01_ttl {
    font-size: 120%;
}
.kotei_dt_l{
	width: 36%;
    padding: 4% 4% 1% 6%;
}
.br-sp350{
	display:block;
}
.kotei_dt_r{
	width: 64%;
}
.kotei_dd3{
	padding: 1% 0% 5% 6%;
}
p.about_box021_btn01-r_txt02{
    line-height: 1em;
}
.about_box021_btn01-l_txt p{
    font-size: 120%;
    margin: -2% 0 0 0;
}
.about_box021_btn01-r_txt p{
    margin: -2.5% 0 0 5%;
}
}
