/**
BASIC
*/

.grecaptcha-badge { visibility: hidden; }

body{
	font-family:Roboto,'Noto Sans JP',"lucida grande",'游ゴシック体','Yu Gothic', YuGothic, tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif ;
	font-weight: 400;
	letter-spacing: .02em;
	font-size: 100%;
	line-height: 1;
	background: #FFF;
	color: #333;
	-webkit-font-smoothing: antialiased;
}
a img,
:link img,
:visited img{
	border: none;
}

img[src$=".gif"], img[src$=".png"] {
	/*image-rendering: -moz-crisp-edges;          Firefox */
	/*image-rendering:   -o-crisp-edges;          Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (非標準の名前) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (非標準プロパティ) */
}

a {text-decoration: underline; outline: 0;}
a:link {color: #333;outline: 0;}
a:visited {color: #333; outline: 0;}
a:active {color: #333; outline: 0;}
a:hover {
	color: #999;
	text-decoration: none;
	outline: 0;
}

a{
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}

#wrapper{
	margin: 0;
	padding: 0;
	clear: both;
	overflow-x: hidden;
}

#contents{
	margin: 0px auto 0px 0;
	padding: 180px 0 0px 0;
}
.home #contents{
	/*padding-top: 110px;*/
	margin-top: -180px;
	padding-bottom: 0;
}

#main_contents{
	margin-bottom: 30px;
}

#sidebar{
background: rgba(0,0,0,.05);
padding: 50px 0 0 0;
}

.inner{
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

.sp{
	display: none;
}


/**
ROLLOVER
*/

a img:hover{
	/* IE 
	filter: alpha(opacity=70);*/
	/* Safari Opera */
	opacity: 0.90;
	/* Firefox Netscape */
	-moz-opacity: 0.90;
}



/**
HEADER
*/

header{
	position: fixed;
	width: 100%;
	z-index: 999;
	background: rgba(255,255,255,.8);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
    padding: 10px 0;

}
.home header{
	margin-bottom: 0;
}


header h1.logo{
	display: block;
	margin: 0px 0px;
	/*text-align: center;*/
}

header h1.logo img.title{
	height: 60px;
	vertical-align: bottom;
}
header h1.logo img.th_40{
	height: 40px;
	vertical-align: middle;
    margin-left: 15px;
}

header h1.logo a{
	text-decoration: none;
	color: #000;
}

header .box_info{
	position: absolute;
	top: 0px;
	right: 0px;
}

header .box_info ul li{
	list-style: none;
	margin: 0 0 0 15px;
	display: inline-block;
	line-height: 1.5;
	vertical-align: middle;
}

header .box_info ul li p{
font-size: 10px;
font-weight: bold;
margin: 3px 0 0 0;
}

header .box_info ul li i{
	margin-right: 5px;
}
header .box_info ul li.member i{

}
header .box_info ul li.member,
header .box_info ul li.access,
header .box_info ul li.news,
header .box_info ul li.contact{
text-align: center;
}

header .box_info ul li i{
margin-right: 0;

}
header .box_info ul li.access a,
header .box_info ul li.news a,
header .box_info ul li.contact a,
header .box_info ul li.member a{
background: #000;
display: inline-block;
width: 32px;
height: 32px;
line-height: 34px;
color: #FFF;
border-radius: 50%;
font-size: 13px;
}

header .box_info ul li.tel{
margin-left: 20px;
}

header .box_info ul li.tel a{
	font-size: 18px;
	pointer-events: none;
	color: inherit;
	text-decoration: none;
    font-weight: 600;
}
header .box_info ul li.tel i,
header .box_info ul li.tel svg{
margin-right: 5px;
}

header .box_social{
	position: absolute;
	top: 30px;
	right: 430px;
}



/**
SOCIAL
*/

.box_social ul li{
	list-style: none;
	display: inline;
	margin: 0 10px;
	line-height: 0;
}

.box_social ul li img{
	width: 15px;
}

.box_social ul li span,
.box_social ul li i,
.box_social ul li svg{
	display: inline-block;
	line-height: 0;
	font-size: 20px;
}

.box_social ul li a{
	display :inline-block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}



/**
SUB NAVI
*/

ul.sub_navi li{
	display: inline-block;
	margin:  0 .5em;
	line-height: 1.5;
	font-size: 13px;
}

ul.sub_navi li a {text-decoration: none; outline: 0;}
ul.sub_navi li a:link {color: #333;outline: 0;}
ul.sub_navi li a:visited {color: #333; outline: 0;}
ul.sub_navi li a:active {color: #333; outline: 0;}
ul.sub_navi li a:hover {
	color: #999;
	text-decoration: none;
	outline: 0;
}




/**
GLOBAL NAVI
*/

#navi {
background-color: transparent;
position: inherit;
top: 0;
left: 0;
height: inherit;
width: 100%;
z-index: 999;
margin-top: 10px;
}

#menu {
float: none;
margin-right: 0px;
}


#menu li:first-child{
border: none;
}

#menu li a{
text-decoration: none;
}
#menu li:hover {
background: transparent;
}

#menu li span.image{
display: none;
}
#menu li a:hover{
background-color: none;
}


#menu li span.sub{
display: block;
font-size: 10px;
}

#menu li.sp{
display: none;
}

#menu > li {
width: 12%;
border-left: solid 1px #000;

float: none;
display: inline-block;
margin: 0;
line-height: 1.6;
font-size: 20px;
font-weight: bold;
text-align: center;
}




#menu-navibtn:checked ~ * .menu-child {
max-height: 0;
overflow-y: hidden;
visibility: hidden;
}

/*
.menu-child{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
    }
*/

/**階層*/

#menu > li > ul {
  margin-left: -18px;
  padding: 10px;
  width: auto;
}

#menu li ul li:first-child{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #DDD;
}
#menu li ul li{
width: 100%;
padding: 10px;
}

#menu li ul li a{
padding: 0px 20px;
}

#menu li ul li:hover{
background: rgba(255,255,255,.8) !important;
}


.menu-child li {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
/* クリックされた時 */
#navi input[type="checkbox"]:checked ~ .menu-child {
max-height: inherit;
overflow-y: visible;
visibility: visible;
opacity: 1;
}
  


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

#navi {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
height: inherit;
width: 100%;
z-index: 999;
margin-top: 0;
}

#menu{
margin-top: 50px;
border-top: solid 1px rgba(0,0,0,0.1);
}

#menu li.sp{
display: block;
}

#menu > li .pd{
display: none;
}
#menu label,
#menu input{
display: none;
}

#menu > li{
text-align: left;
padding: 10px;
background: rgba(255,255,255,1) !important;
}
#menu li,
#menu li:first-child{
width: 50%;
float: left;
border-bottom: solid 1px rgba(0,0,0,0.1);
border-left: solid 1px rgba(0,0,0,0.1);
}
#menu li span.sub{
display: inline-block;
margin-left: 1em;
}



#menu-navibtn:checked ~ #navi{
height: auto;
}
#menu{
background: rgba(255,255,255,.8);
}

#menu-navibtn:checked ~ #navi {
top: 10px;
}
#menu-navibtn:checked ~ #navi label#navibtn > span::after{
bottom: 19px;
}

#menu > li span.image{
display: block;
}
#menu > li span.image img{
width: 100%;
max-height: 62px;
}

#navibtn span::after {
bottom: 12px;
}

#navibtn span span::before, 
#navibtn span span::after, 
#navibtn span::after{
height: 2px;
background-color: #000;
}


#navi #navibtn {
display: block;
position: absolute;
top: 0px;
left: 10px;
width: 40px;
z-index: 999;
}

#navibtn span {
display: block;
width: 40px;
height: 40px;
background-color: transparent;
}




/**階層*/

#menu .menu-child{
background: rgba(255,255,255,.8);
}

#menu li:nth-child(2n+1){
border-left: none;
}

#menu > li ul{
line-height: inherit;
padding: 0;
top: inherit;
}

#menu > li > ul li{
padding: 0;
line-height: 30px;
font-size: 80%;
background-color: transparent;
border: none;
}


#menu li ul li:first-child {
border-top: none;
}



}




/**
TOPIC PATH
*/

#topic_path{
	clear: both;
	padding: 0 0 20px 0;
	clear: both;
}

#topic_path li {
	display: inline;
	font-size: 12px;
	line-height: 1.3;
	list-style-type: none;
}

#topic_path li:after{
	content: " \f105";
	font-family: FontAwesome;
	margin-left: .5em;
}



/**
COMMON_LAYOUT
*/

.centering {
    display: flex !important;
    align-items: center !important;
}

.clear{
	clear: both;
}
 
img{
	vertical-align: middle;
	max-width: 100%;
}

img.frame{
	padding: 10px;
	border: solid 1px #EEE;
	background: #FFF;
}

#contents section{
	clear: both;
	padding: 50px 0;
	border-bottom: solid 1px rgba(0,0,0,0.05)
}
#contents section:last-child{
border: none;
}


/*#contents section:nth-child(2){
	padding-top: 0;
}*/

/*パンくず入る場合
#contents section:nth-child(3){
	padding-top: 0;
}
*/

#contents section{
position: relative;
}

#contents section div.block{
	margin-bottom:30px;
}
#contents section div.block:last-child{
	margin-bottom: 0;
}



/**
ICON
*/


p.category a,
span.category a{
	padding: 5px 10px;
	display: inline-block;
	line-height: 1;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
}


p.tag a,
span.tag a{
	padding: 4px 8px;
	display: inline-block;
	line-height: 1;
	background-color: rgba(0,0,0,0.1);
	color: #333;
	font-size: 12px;
	text-decoration: none;
}



/**
Parallax PHOTO
*/

section.photo{
  background-position: center center;   
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-color: #FFF;
  position: relative;
}
@media screen and (min-width: 800px) {
  section.photo {    
    background-attachment: fixed;
  }
}


section.photo{
  background-image: url(.); 
  min-height: 400px;
}



/**
COMMON_PARTS
*/

span.em{
position: relative;
    padding: 12px;
    border: 2px solid rgba(231, 0, 74,1);
    background-color: white;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 30px;
    line-height: 1.5;
}

span.em:before {
    position: absolute;
    top: 100%;
    left: 50px;
    transform: skew(-25deg);
    height: 15px;
    width: 15px;
    border-right: 2px solid rgba(231, 0, 74,1);
    background-color: white;
    content: "";
    }

.main_image{
position: relative;
height: 800px;
overflow: hidden;
}


.main_image.bg_wh div.text p{
color: #333;
text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}
.main_image img{
width: 100%;
}


.main_image div.text{
position: absolute;
top: 50px;
left: 10%;
width: 100%;
}
.main_image div.text.center{
position: absolute;
top: 50px;
left: 0;
width: 100%;
text-align: center;
}


.main_image div.text h3{
font-weight: bold;
font-size: 60px;
color: #FFF;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
.main_image div.text p.catch{
font-size: 200%;
}

.main_image div.text p{
color: #FFF;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}


.main_image.bg_wh div.text h3{
color: #333;
text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}


.main_image.bg_wh div.text p{
color: #333;
text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}



ul.sub_menu{
margin: 0px 0 50px 0 !important;
text-align: center;
}

ul.sub_menu li{
display: inline-block;
list-style: none;
margin: 0 1em;
font-size: 18px;
font-weight: 500;
line-height: 1.5;
}
ul.sub_menu li a{
text-decoration: none;
padding: 10px;
}
ul.sub_menu li a:hover,
ul.sub_menu li.active a{
border-bottom: solid 1px #333;
}



ul.page_menu{
margin: 20px 0 !important;
text-align: center;
}

ul.page_menu li{
display: inline-block;
list-style: none;
margin: 0 1em;
font-size: 13px;
}
ul.page_menu li a{
text-decoration: none;
padding: 10px;
}




br.sp{
	display: none;
}


.bg:before {
    z-index: 60;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}
.bg.white:before {
    z-index: 60;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
}


.cover{
background-color: #000;
display: inline-block;
}
.cover.white{
background-color: #FFF;
display: inline-block;
}
.cover img{
width: 100%;
display: block;
opacity: .6;
}

.cover div,
.cover div p{
color: #FFF;
pointer-events: none;
}
.cover a{
pointer-events: auto;
}


.bg div,
.bg p{
color: #FFF;
z-index: 60;
}


div.title{
	position: relative;
	margin-bottom: 30px;
	clear: both;
}
div.title.center{
	text-align: center;
}
div.block  div.title{
	margin-top: 40px;
}


div.title h1{
	font-size: 36px;
	line-height: 1.2;
}
div.title h1 .sub{
	font-size: 60%;
	margin-left: 1em;
}

div.title h2{
	font-size: 30px;
	line-height: 1.2;
}

h2 a{
text-decoration: none;
}

div.title h3{
	font-size: 28px;
	line-height: 1.2;
    color: rgba(7, 95, 55,1);
}
h3 span.sub{
font-size: 60%;
font-weight: 500;
display: block;
color: #333;
margin-top: 5px;
}

div.title.center h3{
position: relative;
  display: inline-block;
  padding: 0 45px;
}
div.title.center h3:before, div.title.center h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 34px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  background-color: rgba(7, 95, 55,1);
}
div.title.center h3:after{
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
div.title.center h3:before {
  left:0;
}
div.title.center h3:after {
  right: 0;
}


div.title.center.wh h3{
color: #FFF;
}
div.title.center.wh h3:before, div.title.center.wh h3:after{
  background-color: #FFF;
  }



/*div.title h3:before {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 15px);
  width: 30px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: rgba(7, 95, 55,1);
}*/



div.title h4{
	font-size: 24px;
	line-height: 1.2;
    margin-top: 1em;
}
div.title h4:before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: rgba(7, 95, 55,1);
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
}
div.title h4 .sub{
font-size: 70%;
}

div.title h5{
	font-size: 19px;
	line-height: 1.2;
    margin-top: 1em;
    margin-bottom: -.5em;
}

div.title.center h2{
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-size: 60px;
	letter-spacing: .05em;
  
  /*font-family: "adorn-garland", sans-serif;
font-weight: 400;
font-style: normal;*/
}
div.title.center h2:before{
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 25px;
  height: 25px;
  /*border-radius: 50%;*/
  left: 45%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*background-color: rgba(195,216,0,1);*/
  
  
  
  background: url(/images/ball.png) no-repeat center center;
  background-size: 100%;
  
animation: bound 3s infinite;
}
 
@keyframes bound {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-25px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

div.title.center h2 span.sub{
display: block;
font-size: 18px;
margin: 10px 0;
}

section.colored div.title.center h2:before{
   /* background-color: #FFF;*/
}


p{
  line-height: 1.6;
  margin: 1em 0;
}

p.catch{
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600 !important;
}

p.lead{
	font-size: 18px;
	margin: 1em 0;
	font-weight: 600;
}

p.right{text-align: right;}
p.center{text-align: center;}
p.left{text-align: left;}


em {
    background: linear-gradient(transparent 80%, rgba(255,0,37,0.2) 80%);
    font-weight: 600;
}

.caution,
.caption{
	font-size: 13px;
	color: #666;
	line-height: 1.4;
	font-weight: normal;
}
.caution.red{
color: #FF0004;
}

ul.caution li{
	margin: 0.2em 0 0.2em 20px;
	line-height: 1.3;
}

ul.list{
margin-left: 2em;
}
ul.list li{
line-height: 1.6;
margin: .5em 0;
list-style: disc;
}

ol.list{
margin-left: 2em;
}
ol.list li{
line-height: 1.6;
margin: .5em 0;
}

hr{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: rgba(0,0,0,0.05);
	height: 1px;
	margin: 2em 0 3em 0;
	clear: both;
}

span.mark.new,
span.mark.update{
	margin-left: 1em;
	font-weight: normal;
	font-size: 12px;
	color: #F00;
}

.tel a{
	pointer-events: none;
}


/**
ANNOUNCE
*/

.announce a,announce a:after,.announce a:before,.announce a span {
  content:"";
  width:60px;
  height:60px;
  background-color: rgba(255,138,116,1);
  position:absolute;
  top:0px;
}
.announce ,.announce a,.announce a:after,.announce a:before {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
}
.announce a span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  text-align: center;
  z-index: 999;
  color: #fff;
  padding-top: 20px;
  font-weight: bold;
}
.announce {
  position: absolute;
  width:60px;
  height:60px;
  background-color: rgba(255,138,116,1);
  margin:20px 0 0 20px ;
  display: inline-block;
  z-index: 999;
  top: -20px;
  right: -10px;
  
}


/**
HOME BANNER
*/

.wpsisac-slick-slider .slick-dots li button, .wpsisac-slick-carousal .slick-dots li button{
min-width: inherit !important;
}
.wpsisac-slick-carousal.design-1{
margin-bottom: 0 !important;
}

.slick-list{
margin: 0 0 15px 0 !important;
}

.wpsisac-slick-slider .slick-arrow, .wpsisac-slick-carousal .slick-arrow {
    background-color: rgba(0, 0, 0, 0.4);
    }
.wpsisac-slick-carousal.design-1 .slick-prev {
    left: -10px !important;
}
.wpsisac-slick-carousal.design-1 .slick-next {
    right: -10px !important;
}

/**
SWIPER BANNER
*/

.home .banner p{text-align: center;
font-size: 12px;
}
.home .banner a{
text-decoration: none;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
bottom: 50px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(/images/arrow_right_w.png) !important;
    width: 34px !important;
    height: 34px !important;
    background-size: 34px 34px !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(/images/arrow_left_w.png) !important;
    width: 34px !important;
    height: 34px !important;
    background-size: 34px 34px !important;
}
.swiper-pagination-bullet-active {
    background: coral !important;
}



/**
BX-SLIDER
*/

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
background-color: coral !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc !important;
}
#sliderWrap{
	margin-bottom: 20px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: inherit !important;
	left: 0 !important;
	background: inherit !important;
}


.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/images/arrow_left_w.png) no-repeat center left !important;
	background-size: 30px !important;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/images/arrow_right_w.png) no-repeat center right !important;
	background-size: 30px !important;
}

#sliderWrap ul li{
	list-style: none;
}

#slider li {
  height: 100vh;
  background: center / cover no-repeat;
}


.main_slider{
	position: relative;
}
.main_slider p.catch{
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	display: block;
	text-align: center;
	position: absolute;
	top: 45%;
	left:0;
	width: 100%;
}
.main_slider p.catch a{
	color: #FFF;
	text-decoration: none;
}
.main_slider a.whole{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
	

.bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
}



/**
PAGER
*/

.pager{
	clear:both;
	padding: 30px 0;
	position: relative;
	z-index: 99;
	line-height: 2.5;
}
.wp-pagenavi:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.wp-pagenavi {
	zoom: 1;
}
a.page{
	white-space: nowrap;
}
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi .pages{
	clear: both;
	font-size: 1.2em;
	color: #666;
	padding: 8px 12px 8px 12px;
}
.wp-pagenavi .current{
	background-color: rgba(0,0,0,1);
	color: #FFF;
	border: none;
}

.wp-pagenavi span.current{
	/*border: #cd3e2c solid 1px;*/
}
.wp-pagenavi a{
	font-size: 1.2em;
	padding: 8px 12px 8px 12px;
	/*border: #DDD solid 1px;*/
	text-decoration: none;
	border: none !important;
	background-color: ;
}
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink{
	background-color: inherit;
}
.wp-pagenavi span.pages,
.wp-pagenavi span.extend{
	border: none;
}
.wp-pagenavi a:hover{
	text-decoration: none;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
}

/**
ページ分割
*/
.wp-separatenavi {
	font-size: 1.2em;
	color: #666;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}
.wp-separatenavi a {
	padding: 12px 8px;
	border: none;
	background-color: #f3f3f3;
	text-decoration: none;
}
.wp-separatenavi a:hover {
	text-decoration: none;
	background-color: #cd3e2c;
	color: #FFF;
}
.wp-separatenavi .numbers {
	padding: 12px 8px;
}


@media screen and (max-width: 768px) {
.pager{
	font-size: 90%;
}
.wp-pagenavi .pages{
	display: block;
}
}



/**
NEWS LIST
*/




/**
SINGLE
*/

.single article{
margin: 0 auto;
	padding: 60px;
    width: 60%;
	background: rgba(255,255,255,1);
    margin-bottom: 50px;
    
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
    position: relative;
    box-sizing: border-box;
}
.single article p.category{
position: absolute;
top: 0;
right: 0;
margin: 0;
}
.single article p.category span{
font-size: 100%;
}
.single article p img{
	margin-bottom: 3px;
}

.single article h1{
	font-size: 30px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0;
}

.single article ul.data{
	margin: .5em 0;
}
.single article ul.data li{
	list-style: none;
	display: inline-block;
	margin-right: .5em;
}
.single article p.tag{
	margin: .5em 0;
}
.single article p.tag span{
	margin-right: 5px;
}

.single #main_contents h3{
}

.single article img{
	max-width: 100%;
}

img.alignright { margin: 0 0 0 auto !important;}
img.alignleft { margin: 0 auto 0 0 !important;}
img.aligncenter { margin: 0 auto !important;}



/**
SIDEBAR
*/

.box_search button{
    border: none !important;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    width: 16%;
    text-align: center;
    padding: 0;
    vertical-align: middle;
	border-radius: 0;
    min-width: inherit;
}

.box_search input {
    border: none !important;
    background-color: #FFF;
    height: 35px;
    font-size: 14px;
    width: 82% !important;
    padding-left: 10px !important;
    vertical-align: middle;
}

#sidebar h3{
	font-size: 20px;
	font-weight: 600;
	margin: 0  0 1em 0;
    /*text-align: center;*/
}

#sidebar ul li ul li{
	line-height: 1.4;
	margin-bottom: .5em;
	margin-left: 50px;
    list-style: circle !important;
}

#sidebar ul li a{
	text-decoration: none;
}

#sidebar select{
	width: 100%;
	border: none;
}




/**
NEWS
*/

.icon.new{
	margin-left: .5em;
	color: #F30;
	font-size: 85%;
}

.news dl dt{
	line-height: 1.5;
	color: #666;
	clear: both;
	float: left;
	width: 15%;
	margin-bottom: .5em;
}

.news dl dd{
	line-height: 1.5;
	width: 85%;
	float: left;
	margin-bottom: .5em;
}

.news dl dd a{
	text-decoration: none;
}

.news .flexbox.box dl dt{
	width: 100%;
	margin-bottom: .2em;
}
.news .flexbox.box dl dd{
	width: 100%;
}



/**
LIST_LIST
*/

ul.item.list li p{
	margin: 0;
}

ul.item.list li{
	list-style: none;
	margin-bottom: 2%;
}

ul.item.list li div.image{
	width: 10%;
	margin-right: 1%;
	display: inline-block;
	vertical-align: top;
}

ul.item.list li div.image img{
	width: 100%;
}

ul.item.list li div.content{
	width: 88%;
	display: inline-block;
	vertical-align: top;
}

ul.item.list li p.date{
	font-size: 13px;
	color: #666;
	line-height: 1;
	margin-bottom: 5px;
}

ul.item.list li p.title{
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1.5;
}

ul.item.list li p.category{
	margin-bottom:8px;
	line-height: 1;
}

ul.item.list li p.text{
	font-size: 12px;
}

body.list.member #main_contents ul li{
text-align: center;
}



/**
LIST_BOX
*/

ul.item.box{
	margin-left: -2%;
}

ul.item.box li{
	list-style: none;
	float: left;
	margin: 0 0 4% 2%;
	display: inline-block;
}
ul.item.box.single li{
	margin-bottom: 0;
}

ul.item.box li div.image{
	float: none;
	margin-bottom: 15px;
	width: 100%;
	position: relative;
	text-align: center;
}
ul.item.box li div.image span.category{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	line-height: 0;
}
	
ul.item.box li div.image img{
	width: 100%;
}

ul.item.box li div.content{
	float: none;
	width: 100%;
}

ul.item.box li p.date{
	font-size: 12px;
	margin: 5px 0;
	line-height: 1;
}
ul.item.box li p.title{
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
ul.item.box li p.title a{
text-decoration: none;
}
ul.item.box li p.text{
	font-size: 12px;
	color: #666;
	margin: 0;
	line-height: 1.3;
}

ul.item.box.column_2 li{
	width: 48%;
}

ul.item.box.column_3 li{
	width: 31.33333333%;
	
}

ul.item.box.column_4 li{
	width: 23%;
}

ul.item.box.column_5 li{
	width: 18%;
}


ul.item.box li ul li{
width: 100% !important;
}


/**SIZE FIX*/

ul.item.box.fix li div.image,
.flexbox.fix li div.image{
	height: 160px;
	overflow: hidden;
	position: relative;
}
ul.item.box.fix .column_2 li div.image,
.flexbox.fix.column_2 li div.image{
	height: 160px;
}
ul.item.box.fix .column_3 li div.image,
.flexbox.fix.column_3 li div.image{
	height: 150px;
}
ul.item.box.fix .column_4 li div.image,
.flexbox.fix.column_4 li div.image{
	height: 140px;
}

ul.item.box.fix li div.image img,
.flexbox.fix li div.image img{
  position: absolute;
  width: 20%;
  height: 0;
  width: 100%;
  height: auto;
 /* padding-bottom: 20%;*/
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}



/**
FLEXBOX
*/

.flexbox{
	display: flex;
	display: -webkit-flex; /* Safari */
	-js-display: flex;/*IE*/
    -webkit-flex-wrap: wrap;
	justify-content: space-around; 
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
	/*justify-content: flex-start;*/
	width: 100%;
}

.flexbox.line_1 li{
margin-bottom: 0 !important;
}

.flexbox li div.image{
	float: none;
	margin-bottom: 15px;
	width: 100%;
	position: relative;
}
.flexbox li div.image span.category{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	line-height: 0;
}

.flexbox li div.image img{
	width: 100%;
}

.flexbox.column_2 li{
	width: 49%;
}
.flexbox.column_3 li{
	width: 32%;
  /*width : 33.33333% ; 
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;*/
}
.flexbox.column_4 li{
	width: 24%;
}
.flexbox.column_5 li{
	width: 19%;
}
.flexbox.column_2 li ul li,
.flexbox.column_3 li ul li,
.flexbox.column_4 li ul li,
.flexbox.column_5 li ul li
{
	width: 100%;
}

 
.flexbox li {
	list-style: none;
	margin-bottom: 3%;
}	
.flexbox.single li{
	margin-bottom: 0;
}

.flexbox li p.date{
	font-size: 13px;
	margin: 5px 0;
	line-height: 1;
}
.flexbox li p.title{
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.flexbox li p.text{
	font-size: 90%;
	/*margin: 5px 0 0 0;*/
	line-height: 1.4;
}
.flexbox li div.icon i{
font-size: 50px;
}


ul.flexbox.inside li{
position: relative;
}

/*
ul.flexbox.inside li h3{
text-align: center;
font-weight: bold;
position: absolute;
top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  z-index: 99;
  font-size: 30px;
    text-shadow: 0px 0px 3px rgba(0,0,0,.5);
	
	white-space: nowrap;
  }
  */
/*ul.flexbox.inside li a{
text-decoration: none;
color: #FFF;
display: block;
  z-index: 999;
}*/


ul.flexbox.inside li div.text{
position: absolute;
left: 0;
top: 35%;
width: 100%;
text-align: center;
pointer-events: none;
}
ul.flexbox.inside li div.text a{
pointer-events: auto;
}

/**COLUMN*/


.flexbox.reverse {
	flex-direction: row-reverse;
}

.flexbox.column{
	margin-bottom: 60px;
}

.flexbox div.sub{
	flex: 1;
	margin: 0 30px 0 0;
}
.flexbox.reverse div.sub{
	margin: 0 0 0 30px;
}

.flexbox.after div.sub{
	flex: 1;
	margin: 0 0 0 30px; 
}
.flexbox.after.reverse div.sub{
	margin: 0 30px 0 0;
}

.flexbox .main{
	flex: 1;
}
.flexbox .main.w_3{
	flex: 3;
}
.flexbox .main.w_2{
	flex: 2;
}
.flexbox .main.w_4{
	flex: 4;
}
.flexbox .main.w_5{
	flex: 5;
}

.flexbox .main p{
	margin-top: 0;
}


.flexbox.box ul li{
	width: 100%;
}
.flexbox.box ul li div.image{
	width: 25%;
}
.flexbox.box ul li div.content{
	width: 73%;
}

.flexbox.column.centering{
display: flex !important;
align-items: center !important;
}


/**
MAP
*/

.map img{
	max-width: initial !important;
}

.map iframe{
	width: 100%;
	height: 500px;
}


/**
TABLE
*/

table{
	width: 100%;
}

table ul,
table ol{
	margin-left: 20px;
}

table.data th,
table.data td{
	padding: 10px;
	border: solid 1px #EEE;
	line-height: 1.5;
}

table.list th,
table.list td{
	padding: 10px;
	border-bottom: solid 1px #EEE;
	line-height: 1.5;
}

table.block{
	border-collapse: separate;
    border-spacing: 1px;
}

table.block th,
table.block td{
	padding: 15px;
	line-height: 1.5;
}

table.block th{
	background-color: rgba(7, 95, 55,.7);
    color: #FFF;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}
table.block th.sub{
	background-color: rgba(7, 95, 55,.5);
    text-align: left;
}
table.block th.sub.yellow{background: #e3d824; color: #333;}
table.block th.sub.white{background: #f6f6f6; color: #333;}
table.block th.sub.lb{background: #00c0dd; color: #333;}
table.block th.sub.red{background: #FF6633; color: #333;}
table.block th.sub.green{background: #00CC99; color: #333;}

table.block td{
	background-color: rgba(7, 95, 55,.1);
}

table.center td{
text-align: center;
}



/**
FORM
*/

span.required{
	color: #F30;
	margin: 0 0.5em;
	font-weight: normal;
    font-size: 10px;

}
div.form{
	margin: 1em auto;
	padding: 30px 50px;
	background-color: rgba(0,0,0,.1);
    /*background: #EEE;*/
}

div.form dl dt,
div.form dl dd{
	vertical-align: top;
	padding: 15px 0;
}

div.form dl dd .error{
	margin: .5em 0 0 0;
}

div.form dl dt{
	clear: both;
	float: left;
	width: 25%;
    line-height: 1.5;
    font-weight: bold;
}
div.form table th{
	width: 25%;
	padding: 15px 0;
}

div.form dl dd{
	float: left;
	width: 75%;
}
div.form table td{
	width: 75%;
	padding: 10px 0;
}

div.form dl dd ul li,
div.form table td li{
	list-style: none;
	line-height: 1.5;
	margin: .2em 0;
}

div.form dl dd ul li label,
div.form table td li label{
	margin-left: 5px;
}

div.form table ul{
	margin-left: 0;
}



/**
INPUT
*/

input,
textarea{
	outline: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea{
	border: none !important;
	padding: 6.5px;
	font-size: 120%;
	/*width: 100%;*/
}
textarea{
min-width: 420px;
}
input[type="date"]{
padding: 5px;
}

input.short{
	width: 180px;
}
select.short{
	min-width: 60px;
    padding: 0 10px !important;
}

input.half{
	width: 50%;
}
input.full{
	width: 100%;
}
select{
min-width: 200px;
}

select.select-box.full{
	width: 100%;
}



select.select-box,
select.wpcf7-form-control.wpcf7-select{
    margin: 0;
    padding: 0 30px 0 20px;
    height: 40px;
    line-height: 40px;
    background: url(/images/arrow_down.png) no-repeat 90% 50% #FFF;
    background-size: 14px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    color: #000 !important;
    font-size: 100%;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
border-color: #dc3232;
}


.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 15px;
    border: 2px solid #dc3232 !important;
    line-height: 1.5;
    color: #dc3232;
}
.wpcf7-not-valid-tip{
color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin: 10px 0;
    }



.wpcf7 input[type="submit"]{
padding: 13px 20px;
border-radius: 3px;
font-size: 14px;
}

.wpcf7-spinner{
display: none;
}


/**
BUTTON
*/

a.btn {
  /*-webkit-transform: skew(-10deg);
  transform: skew(-10deg);*/
}


input.btn,
button,
a.btn{
	background-color: rgba(0,0,0,1);
	color: #FFF;
	font-size: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	border: none;
	text-decoration: none;
	padding: 13px 20px;
	display: inline-block;
    position: relative;
    min-width: 150px;
    text-align: center;
    font-size: 14px;
}

a.btn.arrow::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 20px;
    top: 43%;
    transition: 0.3s;
}


a.btn.arrow {
  display: inline-block;
  text-decoration: none;
  position: relative;
	min-width: 150px;
    text-align: left;
    padding-right: 40px !important;
}

a.btn.arrow::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 20px;
  top: 43%;
  transition: 0.3s;
}
a.btn.arrow:hover::after {
  right: 10px;
}


input.btn.red,
button.red,
a.btn.red{
	background: #F30;
}

input.btn.green,
button.green,
a.btn.green{
background: rgba(7, 95, 55,1);
}
a.btn.green:hover{
background: rgba(7, 95, 55,.8);
}

a.btn.entry{
background: rgba(231, 0, 74,1);
min-width: inherit;
font-weight: 600;
}
a.btn.entry:hover{
background: rgba(231, 0, 74,.8);
min-width: inherit;
}


input.btn.size_s,
button.size_s,
a.btn.size_s{
	padding: 10px 20px;
	font-size: 13px;
}

input.btn.size_ss,
button.size_ss,
a.btn.size_ss{
	padding: 6px 15px;
	font-size: 11px;
}

input.btn.size_l,
button.size_l,
a.btn.size_l{
	padding: 20px 30px;
	font-size: 20px;
}

input.btn.size_2l,
button.size_2l,
a.btn.size_2l{
	padding: 20px 40px;
	font-size: 26px;
}

input.btn.cancel,
button.cancel,
a.btn.cancel{
	background-color: rgba(0,0,0,0.8);
	color: #333;
}

input.btn:hover,
button:hover,
a.btn:hover{
	background-color: rgba(0,0,0,0.8);
}



/**
INFO
*/

.box.info.bottom{
/*margin-top: 50px;*/
	padding: 50px 0;
	/*background-color: rgba(0,0,0,0.05);*/
	text-align: center;
	background: url(/images/DSC02236.jpg) no-repeat center 70%;
	background-size: 100%;
    border: none !important;
    position: relative;
}
.home .box.info.bottom{
margin-top: 0px;
}

.box.info.bottom ul{
	margin: 1.5em 0;
}

.box.info.bottom ul li{
	text-align: center;
	margin-bottom: 0;
}

.box.info.bottom ul li.button a{
	width: 100%;
	border-radius: 10px;
	text-align: center;
}

.box.info.bottom ul li.tel{
	font-size: 40px;
}

.box.info.bottom ul li.tel p{
	text-align: center;
}

.box.info.bottom ul li.tel,
.box.info.bottom ul li.tel a{
color: #FFF;
	text-decoration: none;
}

.box.info.bottom ul li.tel p.caution{
	font-size: 16px;
	margin: 5px 0 0 0;
}
.box.info.bottom ul li.tel p.caution a{
pointer-events: auto !important;
text-decoration: underline;
}


/**
RELATED BANNER
*/

.related{
padding: 60px 0 0 0 !important;
background: rgba(0,0,0,0.8);
color: #FFF;
}
.related ul li a{
text-decoration: none;
color: #FFF;
}
.related ul li p{
margin: 5px 0;
font-size: 13px;
text-align: center;
}


/**
FOOTER
*/

footer{
	clear: both;
	background-color: rgba(0,0,0,1);
	padding: 30px 0 30px 0;
}

footer{
color: #FFF;
}

footer a{
color: #FFF !important;
text-decoration: none;
}

footer p.logo img{
height: 60px;
}
footer p.logo span.sub{
display: block;
margin-top: 10px;
font-size: 13px;
}
footer p.info{
font-size: 80%;
}

footer ul.gnav{
margin: 2em 0;
}
footer ul.gnav li{
list-style: none;
font-size: 18px;
line-height: 1.6;
display: inline-block;
margin: .2em 0;
}
footer ul.gnav li span{
font-size: 12px;
margin-left: 10px;
}

footer ul.sub_navi{
	margin: 1em 0;
}
footer ul.sub_navi li{
margin: .2em 0;
}

footer .box_social{
	margin: 2em auto;
}

footer p.copy{
	font-size: 12px;
	line-height: 1.4;
}

footer ul li.info2 ul.bnr img{
width: 200px;
}

/** PAGE TOP */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {
    background: rgba(0,0,0,0.2);
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/**
CLEARFIX
*/

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}


/**
FANCYBOX
*/

.fancybox-skin{
padding: 0 !important;
border-radius: 0 !important;
}


/**
ACCORDION
*/

.accordion .title{
	background: url(/images/arrow_down.png) center right no-repeat;
	padding-right: 30px;
	border-bottom: solid 1px #EEE;
	padding-bottom: 10px;
	background-size: 20px;
}

.accordion .title.active{
	background: url(/images/arrow_up.png) center right no-repeat;
	background-size: 20px;
}

.accordion .title.more.active{
	/*background: url(/images/arrow_up.png) no-repeat right center;*/
	background-size: 16px;
	padding-right: 20px;
}


/**
SEARCH
*/

body.search dl.list dt,
body.search dl.list dd{
	margin-bottom: .2em;
	line-height: 1.6;
}

body.search dl.list dt{
	font-weight: 500;
	font-size: 130%;
}

body.search dl.list dd{
	margin-bottom: 1.5em;
}



/**
HOME
*/

.home .banner{
/*border: none !important;*/
padding:  30px 0 !important;
}

.home .banner ul li{
}

.home .news ul li{
margin-bottom: 0 !important;
}


.home .reason ul li{
position: relative;
}
.home .reason ul li div.image{
margin: 0;
}
.home .reason ul li p.title{
text-align: center;
font-size: 20px;
font-weight: bold;
background: rgba(0, 189, 103,.9);
background: rgba(0, 64, 35,.9);
background: rgba(0, 0, 0,.8);
position: absolute;
bottom: 0;
left: 0;
margin: 0;
width: 100%;
height: 80px;
line-height: 80px;
}
/*
.home .reason ul li:nth-child(2n+1) p.title{
top: 0;
left: 0;
}*/
.home .reason ul li span.num{
font-size: 180px;
position: absolute;
left: -10px;
bottom: -30px;
font-weight: 100;
/*font-family: 'Pinyon Script', cursive;*/

color: rgba(0, 189, 103,1);
color: rgba(255,255,255,.6);
z-index: 99;
}
/*
.home .reason ul li:nth-child(2n) span.num{
left: -20px;
top: inherit;
bottom: -20px;

}*/


.home .reason{
position: relative;
z-index: 0;
    overflow: hidden;
}
.home .reason {
    background: rgba(7, 95, 55,1);
}

.home .reason{
color: #FFF;
}



.home .course ul li{
margin-bottom: 1%;
}




.home .project{
background: rgba(0,104,178,1);
color: #FFF;
}


.home .project div.logo{
text-align: center !important;
margin: 0 !important;
}
.home .project div.logo img{
height: 400px;
}
.home .project div.text p{
line-height: 2;
font-size: 150%;
}
.home .project div.text p.catch{
font-size: 200%;
}


.home #contents .member{
background: url(/images/DSC02093.jpg) no-repeat center center;
background-size: cover;
}

.home #contents .member li{
text-align: center;
}
.home #contents .member li a{
display: inline-block;
text-align: center;
width: 180px;
height: 180px;
line-height: 180px;
border-radius: 50%;
background: rgba(0,0,0,0.8);
margin-bottom: 10px;
}
.flexbox div.icon img{
height: 120px;
}
.home #contents .member ul.flexbox li p.title{
font-weight: bold;
font-size: 20px;
    text-shadow: 0px 0px 3px rgba(0,0,0,.5);
}

.home #contents .member ul.flexbox a{
text-decoration: none;
}

.home .school ul li{ 
margin-bottom: 1%;
}
.home .school ul li h3{
font-size: 30px;
color: #FFF;
}
.home .school ul li p{
font-weight: 600;
}

.home .map{
background: rgba(0,0,0,.05);
border: none !important;
}




section.intro{
padding-top: 0 !important;
}


.home .reason div.column{
background: rgba(0, 0, 0,.2);
margin-bottom: 0px !important;
}
.home .reason div.column:nth-child(2n){
margin-left: -80px;
}
.home .reason div.column:nth-child(2n+1){
margin-left: 80px;
}


.home .reason div.column p.catch{
font-size: 32px;
}
.home .reason div.column .sub{
margin: 0;
/*margin-top: -20px;*/
}
.home .reason div.column .main{
/*margin-bottom: 20px;*/
}
.home .reason div.column .main p,
.home .reason div.column .main ol{
padding: 0 60px;
}

.home .reason div.column{
margin: 0;
}
.home .reason div.column .main{
}
.home .reason div.column .main ol li{
font-size: 100%;
line-height: 1.6;
}
.home .reason div.column .main ol li span.title{
font-size: 22px;
font-weight: 500;
display: block;
}


.chooses ol {
  margin: 0;
  padding: 0;
  list-style: none; /* デフォルトの数字を非表示に */
  counter-reset: li;
}

/* ol内のliのスタイル */
.chooses ol li {
  position: relative;
  padding-left: 60px;
  line-height: 1.8;
}

/* 2つ目以降のliにmargin-topを指定 */
.chooses ol li:not(:first-child) {
  margin-top: 0.5em;
}

/* 数字のスタイル */
.chooses ol li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 5px; /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.8);
  color: #000;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
}
.home .reason{
border-bottom: none !important;
}



/**
REASON
*/

body.chooses #contents{
background: rgba(7, 95, 55,1);
color: #FFF;
}

body.chooses.inner{
/*width: 90%;*/
}


body.chooses #contents div.column span.number{
font-weight: 100;
font-size: 200px;
}

body.chooses #contents div.column:nth-child(2n+1) span.number{
    position: absolute;
    left: -50px;
    top: -50px;
    /*font-family: 'Pinyon Script', cursive;*/
    color: rgba(0, 189, 103,1);
    color: rgba(255,255,255,.6);
    z-index: 99;
}
body.chooses #contents div.column:nth-child(2n) span.number{
    position: absolute;
    right: -50px;
    top: -50px;
    /*font-family: 'Pinyon Script', cursive;*/
    color: rgba(0, 189, 103,1);
    color: rgba(255,255,255,.6);
    z-index: 99;
}

body.chooses #contents div.column{
background: rgba(0, 189, 103,.4);
background: rgba(0, 0, 0,.2);
margin-bottom: 50px !important;
position: relative;
}
body.chooses #contents div.column:nth-child(2n+1){
margin-left: -80px;
}
body.chooses #contents div.column:nth-child(2n){
margin-left: 80px;
}

body.chooses #contents div.column p.catch{
font-size: 32px;
}
body.chooses #contents div.column .sub{
margin: 0;
/*margin-top: -20px;*/
}
body.chooses #contents div.column .main{
/*margin-bottom: 20px;*/
}
body.chooses #contents div.column .main p,
body.chooses #contents div.column .main ol{
padding: 0 60px;
}

body.chooses #contents div.column{
margin: 0;
}
body.chooses #contents div.column .main ol li{
font-size: 100%;
line-height: 1.6;
}
body.chooses #contents div.column .main ol li span.title{
font-size: 22px;
font-weight: 500;
display: block;
}

body.chooses #contents div.column p.button{
text-align: center;
}


/**
SCHOOL
*/

.school div.title.main{display: none;
}

.school .intro{
padding-bottom: 0 !important;
/*border: none !important;*/
}

.school .main_image .text p{
/*font-size: 130%;
line-height: 2;
font-weight: 500;*/
}

.school .course h3{
font-size:240%;
}


.school .main_image div.text{
top: 100px;
}

.school.players .coach p.name{
font-size: 30px;
font-weight: bold;
margin-bottom: 0.5em;
}
.school.players .coach p.name .sub{
font-size: 15px;
}

.school.players .main_image{
margin-bottom: 50px;
}


.school .class h4 .sub{
color:  #FFF;
padding: 6px 8px;
background: #666;
border-radius: 3px;
font-size: 13px;
margin-left: 1.5em;
vertical-align: middle;
}

.school.kids .strong .sub{
margin-top: -80px;
}

/**
MEMBER
*/

.member .box.info.bottom{
display: none;
}

.member .reserve .flexbox.column{
background: rgba(0,0,0,0.05);
background: rgba(7, 95, 55,.1);
}

.member section.reserve{
padding: 0 !important;
border: none !important;
}

.member .reserve .title h3{
font-size: 40px;
}

.member .reserve .title h3 .sub{
font-size: 50%;
}

.member .reserve .title h3 span.icon{
vertical-align: middle;
margin-left: 10px;
}
.member .reserve .title h3 span.icon img{
height: 50px;
}

.member .reserve{
text-align: center;
}

.member .menu ul li{
margin-bottom: 0 !important;
}


.member .document ul.flexbox{
margin: 3em 0 0 0 !important;
}
.member .document ul li{
width: 46%;
}

.member .document dl{
margin: 2em 0;
}
.member .document dl dt{
font-size: 16px;
font-weight: bold;
line-height: 1.6;
margin-bottom: .5em;
}
.member .document dl dd{
font-size: 14px;
line-height: 1.6;
margin-bottom: 1.5em;
}

.member .document ul.flexbox{
margin-bottom: 3em !important;
}

.member .downlaod{
border: none !important;
padding-bottom: 0 !important;
}



/**
COACH
*/

.coach .profile ul li{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
}
.coach .profile ul.fix li div.image{
height: 260px;
}
/*
.coach .profile ul li:nth-child(1) div.image,
.coach .profile ul li:nth-child(2) div.image{
height: 380px;
}
*/

.coach .profile ul li div.data{
padding: 0 20px 20px 20px;
}
.coach .profile ul li:nth-child(1) div.data,
.coach .profile ul li:nth-child(2) div.data{
padding: 0 30px 30px 30px;
}

/*
.coach .profile ul li:nth-child(1),
.coach .profile ul li:nth-child(2){
width: 48%;
}
*/

.coach .profile div.image{
position: relative;
}
.coach .profile div.image span.role{
position: absolute;
z-index: 99;
top: 10px;
right: 10px;
width: 80px;
height: 80px;
background: rgba(0,104,178,1);
color: #FFF;
border-radius: 50%;
font-size: 13px;
font-weight: 600;
line-height: 1.4;
  display: flex;
  align-items: center;
  text-align: center;
}
.coach .profile div.image span.role span{
width: 100%;
}

.coach .profile table th,
.coach .profile table td{
font-size: 13px;
}
.coach .profile table th{
white-space: nowrap;
color: rgba(0, 189, 103,1);
color: rgba(0,104,178,1);
font-size: 13px;
}

.coach .profile p.title{
font-size: 23px !important;
font-weight: bold;
margin:  1em 0 !important;
text-align: center;
}
.coach .profile p.title span.kana{
font-size: 13px;
margin-top: 5px;
display: block;
}


/**
FAQ
*/


.sp-easy-accordion .sp-ea-single{
border-radius: 0;
}
.sp-easy-accordion>.sp-ea-single{
border: none !important;width: 80%;
margin: 0 auto;
}
.sp-easy-accordion>.sp-ea-single{
background: #FFF !important;
border-bottom: solid 1px #000 !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a{
padding: 15px 0;
}


/**
ENTRY
*/

body.entry{
background: url(/images/DSC04669-2.jpg) no-repeat center top;
background-size: cover;

background-color:rgba(255,255,255,0.9);
background-blend-mode:lighten;
background-attachment: fixed;

}

body.entry::after {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(/images/DSC04669.jpg) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.entry .intro table strong{
font-size: 130%;
}

body.entry #contents div.form,
body.contact #contents div.form{
width: 960px;
}

body.entry section.tel p.tel,
body.contact section.tel p.tel{
font-size: 300%;
}
body.entry section.tel p.tel a,
body.contact section.tel p.tel a{
text-decoration: none;
}

::placeholder {
  color: #CCC;
}


/**
ACCESS
*/



.access .intro ul li dl dt,
.access .intro ul li dl dd{
line-height: 1.6;
}

.access .intro ul li dl dt{
font-size: 120%;
font-weight: bold;
margin-bottom: .5em;
}
.access .intro ul li dl dt i{
font-size: 30px;
color: rgba(7, 95, 55,1);
}
.access .intro ul li dl dt span.sub{
font-size: 14px;
margin-left: 20px;
}
.access .intro ul li dl dt span.sub i{
font-size: 16px;
color: #000;
}

.access .intro ul li dl dd{
margin-bottom: 2em;
margin-left: 40px;
}



.access .parking .photo img{
width: 49%;
}

.access .parking .photo img:first-child{
margin-right: 15px;

}






/**
RENTAL
*/

.rental_coat .reserve p.tel{
font-size: 40px;
}
.rental_coat .reserve p.tel a{
text-decoration: none;
}



/**
COMPANY
*/

.company #contents .column .sub{
text-align: center;
}


/**
PRIVACY
*/

.privacy #contents .inner{
width: 60%;
margin: 0 auto;
}



/**
FLOW
*/

body.flow{
background: rgba(7, 95, 55,.1);
}

body.flow section{
border: none !important;
}

body.flow #contents .column{
padding: 20px 50px 50px 50px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
    margin-bottom: 0;
    background: rgba(255,255,255,.8);
    
}

body.flow #contents h4 span.num{
font-size: 100px;
font-weight: 100;
margin-right: 10px;
}

body.flow #contents .column .sub{
margin-top: 80px;
}

p.arrow img{
height: 50px;
}


/**
PROJECT
*/

body.project{
background: rgba(0,104,178,1);
}
body.project #contents{
color: #FFF;
}

body.project .intro{
text-align: center;
}

body.project .intro p.logo img{
width: 300px;
}

body.project .intro p.catch{
font-size: 40px;
}

body.project .example .inner{
width: 960px;
margin: 0 auto;
}


/**
MOVIE
*/


.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; 
     height: 0;
     overflow: hidden;
	 margin:   10px 0;}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%; 
     height: 100%;
	 overflow: hidden;

}




/**
FLOW_LIST
*/

ul.flow li{
	position: relative;
    padding: 10px;
}

ul.flow li div.wrap{
	display: inline-block;
	padding: 20px;
	background: rgba(0,0,0,.3);
	width: 100%;
	text-align: center;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
ul.flow li:after{
	content: "\f054";
    font-family: FontAwesome;
	position: absolute;
	top: 35%;
	right: -18px;
	font-size: 30px;
}
ul.flow li.last:after{
	content: "";
}
ul.flow li div.wrap.circle{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

ul.flow li p{
	margin: 0;
}
ul.flow li p.number{
	font-size: 30px;
}

ul.flow li p.title{
	margin: 0;
}




@media (max-width: 1200px) and (min-width: 801px){
	
.inner {
    width: 90%;
}

#main_contents{
	width: 100%;
	margin-right: 0;
}

#sidebar{
	float: none;
	clear: both;
	width: 100%;
}

}


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


/**
BASIC
*/

body{
	-webkit-text-size-adjust: none;
	font-size: 85%;
}

img{
	max-width: 100% !important;
	height: auto;
}

#wrapper{
	width: 100%;
}

#contents{
	width: 100% !important;
    padding-top: 80px;
}
.home #contents{
}

#main_contents{
	float: none;
	width: 100%;
	margin-right: 0px;
}

#sidebar{
	float: none;
	clear: both;
	width: 100%;
}

.inner{
	width: 100%;
	padding: 0 10px;
}

#wrapper,
#main_contents,
#sidebar,
.inner{
	float: none;
	width: 100%;
}

#contents section{
	padding: 20px 0;
}
.home #contents{
    margin-top: -80px;
}

.sp{
	display: inherit;
}
.pc{
	display: none;
}



/**
HEADER
*/

header{
padding: 10px 0 10px 0;
}

header .inner{
}
header h1.logo{
text-align: left;
position: relative;
z-index: 9999;
/*margin: 10px 0 13px 0;*/
margin: 0 0 0 45px;
}

header h1.logo a{
display: inline-block;
}

header h1.logo img.title {
   height: 40px;
   /*margin-left: 45px;
   padding-top: 5px;*/
}
header h1.logo img.th_40 {
    height: 20px;
    vertical-align: bottom;
    margin-left: 10px;
}

header .box_info{
	top: 0px;
	right: 15px;
z-index: 9999;
}

header .box_info ul li{
	margin: 0 0 0 15px !important;
	display: inline-block;
}
header .box_info ul li.pc{
display: none !important;
}
header .box_info ul li p{
/*display: none;*/
font-size: 9px;
font-weight: normal;
}
header .box_info ul li.button,
header .box_info ul li.tel{
display: none;
}
header .box_info ul li i{
    font-size: 12px;
    line-height: 0;
}

header .box_info ul li.access a, 
header .box_info ul li.member a, 
header .box_info ul li.news a,
header .box_info ul li.contact a{
    background: #000;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 30px;
    color: #FFF;
    border-radius: 50%;
}

header .box_info ul li span.text{
	display: none;
}
header .box_info ul li.tel a {
    font-size: 110%;
	background: rgba(0,0,0,0.1);
    padding: 8px 10px;
    display: inline-block;
	line-height: 1;
	border-radius: 3px;
}
.tel a:link{
	pointer-events: inherit;
}

header .box_info ul li a.btn{
	padding: 8px 10px;
	line-height: 1;
}
header .box_info ul li i{
    margin-right: 0px;
}

header .box_social{
	top: 20px;
	right: 100px;
}
.box_social ul li i{
	font-size: 20px;
}
.box_social ul li a{
}


/**
GLOBAL NAVI(narve)
*/


/**
BOTTOM_NAVI
*/

ul.bottom_navi li ul li{
	font-size: 100%;
}

ul.bottom_navi li{
	float: none;
	width: 100% !important;
}

ul.bottom_navi li ul li{
	margin-bottom: 0;
}



/**
COMMON_LAYOUT
*/


.main_image{
position: relative;
height: auto;
/*padding-bottom: 40px;*/
}

.main_image div.text p.catch{
font-size: 150%;
}
.main_image div.text p.lead{
font-size: 100%;
}

.main_image div.text h3,
.main_image div.text p,
.main_image.bg_wh div.text p{
color: #333;
text-shadow: none;
}


.main_image div.text,
.main_image div.text.center{
position: inherit;
left: 0;
top: 0;
}

.main_image.cover img{
opacity: 1.0 !important;
}
 
 
 

/**
COMMON_PARTS
*/

.caution, .caption {
    font-size: 10px;
}

br.sp{
	display: inherit;
}

ul.sub_menu{
margin-bottom: 30px !important;
border-bottom: solid 1px rgba(0,0,0,.1);
}
ul.sub_menu li{
display: inline-block;
margin: 0 10px 1.5em 10px;
padding: 0 0 10px 0;
width: 40%;
font-size: 13px;
}




ul.page_menu{
margin: 10px 0 -10px 0 !important;
}

ul.page_menu li{
display: inline-block;
list-style: none;
margin: 2px 1px;
font-size: 10px;
width: 31.5%;
text-align: center;
}
ul.page_menu li a{
text-decoration: none;
padding: 10px 0;
display: inline-block;
border-radius: 3px;
width: 100%;
background: rgba(7, 95, 55,.1);
}





/*h1,h2,h3{
	font-size: 100%;
	line-height: 1.3;
}*/

div.title{
margin-bottom: 12px;
}

div.title h1{
	font-size: 30px;
	line-height: 1.2;
}
div.title h2{
	font-size: 26px;
	line-height: 1.2;
}
div.title.center h2{
font-size: 26px;
}
div.title.center h2 span.sub{
font-size: 10px;
font-weight: normal;
margin: 0;
}
div.title.center h2:before{
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 42%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*background-color: rgba(195,216,0,1);*/
  
animation: bound 3s infinite;
}
 
@keyframes bound {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-10px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-5px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}


div.title h3,
div.title.center h3{
	font-size: 20px;
	line-height: 1.2;
}

div.title h4{
	font-size: 17px;
	line-height: 1.2;
    margin-bottom: 1.5em;
}

div.title h5{
	font-size: 15px;
	line-height: 1.2;
}


p.catch{
	font-size: 20px;
}

p.lead{
	font-size: 16px;
}

.tel a{
	pointer-events: inherit;
}



/**
MAIN
*/


/**
ANNOUNCE
*/

.announce a,announce a:after,.announce a:before,.announce a span {
  content:"";
  width:40px;
  height:40px;
  background-color: rgba(255,138,116,1);
  position:absolute;
  top:0px;
}
.announce ,.announce a,.announce a:after,.announce a:before {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
}
.announce a span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  text-align: center;
  z-index: 999;
  color: #fff;
  padding-top: 15px;
  font-weight: bold;
}
.announce {
  position: absolute;
  width:40px;
  height:40px;
  background-color: rgba(255,138,116,1);
  margin:20px 0 0 20px ;
  display: inline-block;
  z-index: 999;
  top: -20px;
  right: 5px;
  
}


/**
SWIPER
*/

.swiper-button-prev, .swiper-button-next{
margin-top: -35px !important;
display: none;
}



/**
BX-SLIDER
*/

.bx-wrapper img{
	max-width: 100%;
	height: inherit;
	margin: 0;
}

.main_slider p.catch{
	font-size: 20px;
}

#slider li{
height: 40vh;
}

.bx-wrapper .bx-controls-direction a {
    top: 58% !important;
    z-index: 99 !important;
}

.main_slider p.catch{
top: 50%;
}

/**
PAGER
*/

.pager{
	font-size: 14px;
}

.wp-pagenavi .current, .wp-pagenavi .pages,
.wp-pagenavi a{
    padding: 5px 8px 5px 8px;
}


/**
SINGLE
*/

.single article h1 {
    font-size: 20px;
    margin: 1em 0;
}

.single article {
    padding: 20px;
    width: 100%;
}


/**
SIDEBAR
*/

.bx-wrapper{
margin: 0 auto 35px !important;
}

#sidebar ul li{
width: 100%;
margin-bottom: 50px;
}

/**
NEWS
*/
.news dl dt{
	clear: both;
	float: none;
	width: 100%;
	margin-bottom: 0;
}

.news dl dd{
	width: 100%;
	float: none;
	margin-bottom: 1em;
}


/**
LIST_LIST
*/

ul.item.list li {
	margin-bottom: 5%;
}

ul.item.list li div.image{
	width: 20%;
	margin-right: 2%;
}

ul.item.list li div.content{
	width: 76%;
}


/**
LIST_BOX
*/

ul.item.box.column_3 li,
ul.item.box.column_4 li,
ul.item.box.column_5 li{
	width: 48%;
}


ul.item.box.sp_full{
	margin-left: 0%;
}

ul.item.box.sp_full li{
	width: 100%;
	margin: 0 0 4% 0;
}
ul.item.box.sp_full li div.image{
	height: 150px;
}

ul.item.box li div.image{
margin-bottom: 10px;
}


/**SIZE FIX*/


ul.item.box.fix li div.image,
.flexbox.fix li div.image{
	height: 100px;
	overflow: hidden;
	position: relative;
}
ul.item.box.fix .column_2 li div.image,
.flexbox.fix.column_2 li div.image{
	height: 120px;
}
ul.item.box.fix .column_3 li div.image,
.flexbox.fix.column_3 li div.image{
	height: 120px;
}
ul.item.box.fix .column_4 li div.image,
.flexbox.fix.column_4 li div.image{
	height: 120px;
}

ul.item.box li p.title{
font-size: 13px;
}
ul.item.box li {
margin-bottom: 3% !important;
}

/**
FLEXBOX
*/

.flexbox{
	 justify-content: space-around;
	 -js-display: content;
	 
	display: content;
    -webkit-flex-wrap: content;
    flex-wrap: wrap;
    align-items: stretch;
	
	justify-content: flex-start;
    justify-content: space-between;
}

.flexbox li {
	list-style: none;
	width: 100%;
}

.flexbox li img{
	width: 100%;
}

.flexbox.column{
margin-bottom: 30px;
}
.flexbox.column:last-child{
margin-bottom: 0;
}

.flexbox.column .sub{
	flex: 100%;
	margin: 0 0 1em 0 !important;
}
.flexbox.column.after .sub{
	flex: 100%;
	margin: 1em 0 0 0 ;
}

.flexbox.column .main{
margin-bottom: 20px;
	flex: 100%;
}



.flexbox.list .main{
	flex: 3 !important;
}

.flexbox.column_3 li,
.flexbox.column_4 li,
.flexbox.column_5 li{
	width: 49%;
}

.flexbox.sp_full li{
	width: 100%;
	margin-bottom: 5%;
}


/**
MAP
*/

.map iframe{
	height: 250px;
}


/**
TABLE
*/

table.block th,
table.block td{
padding: 8px;
font-size: 12px;
}

.table-wrap {
  overflow-x: scroll;
}

/**
FORM
*/

/** {
    -webkit-appearance: none;
}*/

input, button, textarea, select{
	/*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
	border-radius: 0;
}

input[type=checkbox],
input[type=radio]{
  -webkit-appearance:checkbox !important;
}



div.form{
	padding: 15px;
    width: 100%;
}


div.form dl dt,
div.form dl dd{
	float: none;
	clear: both;
	width: 100%;
	margin: 0;
    padding: 5px 0;
}
div.form dl dt{
	padding-bottom: 0;
    margin-top: 10px;
}
div.form .caution{
	display: block;
	margin-top: 5px;
}

div.form table th,
div.form table td{
	width: 100%;
	display: block;
}

div.form table th{
	border: none;
	padding-bottom: 0;
}


/**
INPUT
*/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
/*input[type="date"],*/
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="text"].size_s,
input[type="text"].size_m,
input[type="text"].size_l,
textarea,
select{
	width: 100%;
    font-size: 100%;
}
textarea{
min-width: auto;
}
input[type="date"]{
width: 120px;
color: #000;
}
input.short{
width: 100px;
}
select.short{
	width: 60px !important;
    min-width: 60px;
    height: 35px !important;
    line-height: 35px !important;
}

select.select-box,
select.wpcf7-form-control.wpcf7-select{
    margin: 0;
    padding: 0 30px 0 5px;
    height: 30px;
    line-height: 30px;
    background: url(/images/arrow_down.png) no-repeat 95% 50% #FFF;
    background-size: 14px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    color: #000 !important;
}


/**
BUTTON
*/

a.btn{
padding: 8px 20px;
}

a.btn.arrow{
min-width: 120px;
}

input[type="submit"].btn.size_l,
button.size_l,
a.btn.size_l{
font-size: 16px;
}


input[type="submit"].btn.size_2l,
button.size_2l,
a.btn.size_2l{
	font-size: 20px;
}



/**
INFO
*/

/*
.box.info.bottom ul li.button{
	margin-bottom: 30px;
}

.box.info.bottom ul li.tel{
	font-size: 30px;
}

.box.info.bottom ul li.tel p.caution{
	font-size: 13px;
}
*/

.box.info.bottom p,
.box.info.bottom div.title{
display: none;
}

.box.info.bottom{
	display:block;
    width: 100%;
    position: fixed !important;
    bottom: 0;
    background: rgba(0,0,0, 0.4) !important;
    z-index: 999;
    text-align: center;
	margin: 0 !important;
    padding: 10px 5px !important;
}

.box.info.bottom a.btn{
    padding: 15px 10px;
    font-size: 14px;
	margin: 0;
}

.box.info.bottom ul li{
width: 49% !important;
margin: 0 !important;
}

.box.info.bottom ul li.tel {
    font-size: 18px;
    line-height: 44px;
}
.box.info.bottom ul {
    margin: 0;
}

.box.info.bottom ul li.button a{
border-radius: 5px;
}


/**
RELATED BANNER
*/

.related{
padding: 20px 0 0 0 !important;
}


/**
FOOTER
*/

footer{
padding-bottom: 80px !important;
}
footer ul.bottom_navi ul{
	display: none;
}

footer ul.bottom_navi li h3{
	cursor: pointer;
}

footer ul li{
width: 100% !important;
}

footer ul.flexbox li img{
width: inherit;
}

footer ul li.info{
text-align: center;
}
footer ul li.menu{
text-align: center;
border-top: solid 1px rgba(255,255,255,.5);
}
footer ul li.info2{
text-align: center;
border-top: solid 1px rgba(255,255,255,.5);
padding-top: 50px;
}

#page-top {
    bottom: 80px;
    right: 20px;
}


/**
INFO
*/

.box.info.bottom ul li{
	width: 100%;
	margin: 0 0 1% 0;
}
.box.info.bottom{
background: url(/images/DSC02236.jpg) no-repeat center 70%;
    background-size: 200%;
}


/**
HOME
*/


.wpsisac-slick-carousal.design-1 {
    margin-bottom: 0px !important;
}

.slick-list{
margin: 0 0 0px 0 !important;
}

.home .reason ul{
width: 80%;
margin: 0 auto;
}

.home .reason ul li{
width: 100%;
margin-bottom: 20px;
}

.home .reason ul li div.image{
}

.home .reason ul li p.title{
font-size: 14px;
height: 45px;
line-height: 45px;
}

.home .reason ul li span.num {
    font-size: 120px;
    left: -20px;
    bottom: -30px;
}


.home .project div.logo img {
    height: 200px;
}
.home .project div.text p{
text-align: center;
}
.home .project div.text p.catch {
    font-size: 200%;
}
.home .project div.text p {
    line-height: 2;
    font-size: 110%;
}


.home .school ul li{
width: 100%;
}
.home .school ul li div.image{
margin-bottom: 5px !important;
}

ul.flexbox.inside li div.text{
top: 38%;
}

.home .school ul.flexbox.inside li h3 {
    font-size: 26px;
    top: 50%;
}
.home .school ul li div.text p.txt{
font-size: 12px;
}



/**
NEWS
*/

body.news #main_contents ul.sub_menu{
display: none;
}



/**
REASON
*/

body.chooses #contents div.column{
margin-bottom: 20px !important;
}

body.chooses #contents div.column:nth-child(2n+1) span.number{
left: inherit;
    right: -20px !important;
    top: 120px;
}
body.chooses #contents div.column:nth-child(2n) span.number{
    right: -20px !important;
    top: 120px;
}

body.chooses #contents div.column:nth-child(2n+1){
margin-left: 0px;
}
body.chooses #contents div.column:nth-child(2n){
margin-left: 0px;
}


body.chooses #contents div.column .main ol li{
font-size: 80%;
}
body.chooses #contents div.column p.catch{
font-size: 24px;
}
body.chooses #contents div.column .main ol{
margin-bottom: 2em;
}

body.chooses #contents div.column .main ol li span.title{
font-size: 18px;
}

body.chooses #contents div.column .main p, body.chooses #contents div.column .main ol{
padding: 0px;
}

body.chooses #contents div.column .main{
padding: 20px 30px;
}


/**
MEMBER
*/


.member.top .reserve{
margin-bottom: 20px;
}

.member.top .reserve .main{
padding:  30px 20px 10px 20px;
}
.member.top .reserve .sub{
margin-bottom: 0 !important;
}

.member.top .reserve .title h3 {
    font-size: 30px;
}
.member.top .reserve .title h3 span.icon img {
    height: 30px;
}

.member.top #contents .menu ul li{
width: 100%;
margin-bottom: 30px !important;
padding-bottom: 1em;
border-bottom: solid 1px rgba(0,0,0,0.05);
}
.member.top #contents .menu ul li:last-child{
border-bottom: 0;
}
.member.top .menu ul li:last-child{
border: none;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}

.member.top .document ul li{
width: 100%;
padding-bottom: 20px;
}
.member.top .document ul li:first-child{
border-bottom: solid 1px rgba(0,0,0,0.05);
margin-bottom: 20px;
}




/**
SCHOOL
*/

.school .intro{
padding-bottom: 20px !important;
}

.school ul.sub_menu li{
width: auto !important;
margin: 0 0px 1.5em 0px
}

.school .class h4 .sub{
    color: #FFF;
    padding: 4px 6px;
    font-size: 11px;
}

.school .main_image div.text p.catch{
font-size: 120%;
}

.school .course .column p.catch{
text-align: center;
font-size: 16px !important;
}


.school.kids .class ul.flexbox.column_3 li{
width: 100% !important;
}


.school .course h3{
font-size: 26px;
margin: .5em 0;
text-align: center;
}

.school .course p.button{
text-align: center;
}


.school .main_image div.text{
top: 0px;
}
.school .main_image div.text h3{
font-size: 28px;
text-align: center;
}
.school .main_image .text p{
font-size: 100%;
text-align: center;
}

.school.players .intro p.catch{
font-size: 18px !important;
margin-top: 1em;
}

.school .timetable ul li{
width: 100% !important;
}

.school .other th,
.school .other td{
display: block;
width: 100%;
}


.school.players div.main_image{
margin-bottom: 0;
}


.school.players .coach .column .photo img{
width: 60%;
}
.school.players .coach .column .photo{
text-align: center;
}



.school.kids .strong .sub{
margin-top: 0px;
}


/**
COACH
*/

.coach .profile ul li{
width: 100% !important;
margin-bottom: 10% !important;
}


.coach .profile ul.fix li div.image{
height: 230px;
}



/**
FAQ
*/

.sp-easy-accordion .sp-ea-single .ea-header a{
font-size: 14px;
line-height: 1.5;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body{
font-size: 13px;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a{
padding: 10px 0;
}

.sp-easy-accordion>.sp-ea-single{
border: none !important;
border-bottom: solid 1px #000 !important;
width: 100%;
}


/**
TOURNAMENT
*/

.tournament #contents ul li{
width: 100% !important;
}



/**
ENTRY
*/

body.entry #contents div.form,
body.contact #contents div.form{
width: 100% !important;
}

body.entry #contents .inner{
width: 100%;
}

body.entry section.tel p.tel {
    font-size: 200%;
}

body.entry .body.entry p{
line-height: 1.8;
}


/**
ACCESS
*/

.access #contents ul.column_2 li{
width: 100%;
}
.access #contents ul.column_2 li dd{
font-size: 13px;
}


.access .parking .photo img{
width: 100%;
}

.access .parking .photo img:first-child{
margin-right: 0px;
margin-bottom: 10px;

}



/**
RENTAL
*/

.rental_coat .reserve p.tel{
font-size: 28px;
}

.rental_coat .price ul li{
width: 100%;
}


/**
PRIVACY
*/

.privacy #contents .inner{
width: 100%;
}



/**
PROJECT
*/


body.project .intro p.catch{
font-size: 26px;
}

body.project .intro p.logo img{
width: 200px;
}

body.project .example .inner{
width: 100%;
margin: 0 auto;
}

body.project .inner{
padding: 0 30px;
}

body.project ul.flexbox.movie li{
width: 100% !important;
}

/**
FLOW
*/

ul.flow li:after{
	content: "\f054";
    font-family: FontAwesome;
	position: absolute;
	top: 35%;
	right: -5px;
	font-size: 20px;
}


/**
ACCORDION
*/


}

}


