@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*=================================================================================
    reset css
=================================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: bottom;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{overflow-y: scroll; width: 100%;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a{ text-decoration: none; color: #1a1a1a; }
a:hover{text-decoration: underline;}
a:focus {outline:none;}


/*=================================================================================
    float解除
=================================================================================*/

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height:0;
}


/*=================================================================================
    common
=================================================================================*/
body {
	font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica;
	font-size: 1em;
    width: 100%;
	height: 100%;
	padding-top: 98px;
}

#wrap{
	margin: 0 auto;
}

#content{
	width: 1110px;
	margin: 0 auto;
	letter-spacing: 1px;
	word-wrap:break-word;
}

.innr{
	width: 1076px;
	margin: 0 auto;
}

.gray{
	background-color: #f8f7f7;
}

a img:hover{
	filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.pc_only{ display: block !important; }
.sp_only{ display: none !important; }
.db{	display: block !important; }
.mb0{ margin-bottom: 0 !important; }
.mr0{	margin-right: 0 !important; }
.bln{ border-left: none !important; }
.brn{	border-right: none !important; }
.taL{	text-align: left !important; }
.taR{	text-align: right !important; }
.taC{	text-align: center !important; }
.fnt10{ font-size: 0.8em; }
.fnt100{ font-size: 100%!important; }
.bold{ font-weight:700!important;}
.red{ color:#E31423!important;}
.mgT2vh{ margin-top:2vh; }
.mgB2vh{ margin-bottom:2vh; }
.mgT1vh{ margin-top:1vh; }
.mgB1vh{ margin-bottom:1vh; }
.letter0{	letter-spacing: 0!important;}
.middle{ vertical-align:middle!important;}
.in_block{display:inline-block!important;}
.bg_none{ background:none!important;}
.link_color{ color:#999;}
.thead_pd{ padding-bottom:1em!important;}

.titleBl{
	width: 1110px;
	margin: 40px auto;
	overflow: hidden;
}

.title{
	font-size: 2.3em;
	letter-spacing: 8px;
	font-weight: bold;
	color: #e31423;
	margin-bottom: 30px;
	text-align: center;
}

.title .icon{
	margin-right: 15px;
	vertical-align: sub;
}

.title_txt{
	text-align: center;
	line-height: 2em;
	letter-spacing: 1px;
}

.sp_title{ display: none; }

.sub_title{
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}

.sub_title p {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 1% 0 0;
    background-color: #fff;
    text-align: left;
    color: #e31423;
    font-size: 1.4em;
    line-height: 1em;
    letter-spacing: 0;
    font-weight: 500;
}

.sub_title:before{
	position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #e31423;
}

.top .sub_title p{
  font-size: 1.8em;
  font-weight: bold;
}

.sub_title span{
	position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 1% 0 0;
    background-color: #fff;
    text-align: left;
    color: #1a1a1a;
    letter-spacing: 0;
    font-weight: 500;
    vertical-align: sub;
}

#pc_mainImg{
	position: relative;
}

#pc_mainImg img{
	width: 100%;
	height: auto;
}

#sp_mainImg{
	display: none;
}
.flex-container{
  display: -webkit-flex; /* Safari */
  display: flex;
}
.flex-row{
  -webkit-flex-direction: row; /* Safari */
  flex-direction:row;
}/* 横並び */

.flex-space-between {
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}/* 等間隔 */
/*
.flex-start {
  -webkit-justify-content: flex-start!important; 
  justify-content:         flex-start!important;	
}*//* 左揃え */

.column{
  display: -webkit-flex; /* Safari */
  display: flex;
   -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  margin-top:3vh;
}
.column img{
	width:100%;
	height:auto;
}
.column_2 li{
	width:50%;
}

.column_2 {
/*	width:80%;*/
	margin:3vh auto;
}
.column_2 div{
	width:45%;	
}
.column_3 li{
	width:30%;
}
.column_3 div{
	width:30%;
}
.column_3n{
 	flex-wrap:wrap;
}
.column_3n li{
	width:30%;
	margin-bottom:2%;
}
.column_4 li{
	width:24%;
}
.column_4 div{
	width:24%;
}
.subpage .readmore, .subpage .timetable{
	background:#e31423;
	width:20%;
	margin:auto;
	padding:5px 0;
	color:#fff;
	text-align:center;
	display:block;
    text-decoration: none;
}
.subpage .readmore:after, .subpage .timetable:after{
    content: "";
	background:url("../images/arU_wh.png") no-repeat;
    display: inline-block;
    margin-left: 10px;
	width:8px;
	height:8px;
    background-size: contain;
    vertical-align: middle;
    text-decoration: none;
}
.subpage .close:after, .subpage .table_close:after {
    content: "";
	background:url("../images/arT_wh.png") no-repeat;
    margin-left: 10px;
    display: inline-block;
	width:8px;
	height:8px;
    background-size: contain;
    vertical-align: middle;
    text-decoration: none;
}

@media screen and (min-width:760px) and ( max-width:1024px) {
  body{
    min-width: 1140px;
  }
}

@media only screen and (max-width: 760px) {
	#wrap{ width: 100%; }
	#content{
		width: 96%;
		padding-bottom: 0;
	}
	.innr{ width: 100%; }

	.titleBl{
		width: 100%;
		margin: 4% auto;
	}

	.title{
		font-size: 4.5vw;
		letter-spacing: 8px;
		margin-bottom: 3%;
	}

	.title .icon{
		width: 3vw;
		height: auto;
		margin-right: 1.5%;
	}

	.pc_only{ display: none !important; }
	.sp_only{ display: block !important; }

	.sub_title{
		width: 98%;
		margin: 0 auto 3%;
	}

	.sub_title p{
		font-size: 4vw;
	}

	.top .sub_title p{
		font-size: 6vw;
	}

	.top .sub_title span{
		font-size: 4vw;
		letter-spacing: 2px;
	}

	.sub_title:before{
	  position: absolute;
	  top: 60%;
	}

	.top .sub_title:before{
	  position: absolute;
	  top: 65%;
	}

	.sp_sub_title img{ width: 100%; }

	#pc_mainImg{
		display: none;
	}
	
	#sp_mainImg{
		display: block;
		position: relative;
	}

	#sp_mainImg img{
		width: 100%;
		height: auto;
	}
	.subpage .sub_title span{
		font-size:50%;
	}
    .subpage .readmore, .subpage .timetable{
	width:28%;
	}
}
/*Nexus, iphone6以下のスマホ*/
@media only screen and (max-width: 420px) {
.column{
  margin-top:1vh;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
}
.column_2 {
	width:100%;
}
.column_2 li{
	margin-bottom:1vh;
}
.column_2 div{
	width:100%;
	margin-bottom:1vh;	
}
.column_3n li{
	width:49%;
	margin-bottom:1vh;
}
.column_3 li{
	width:49%;
	margin-bottom:1vh;
}
.column_4 li{
	width:49%;
	margin-bottom:1vh;

}
.column_4 div{
	width:49%;
	margin-bottom:1vh;

}
.subpage .readmore, .subpage .timetable{
	width:40%;
	font-size:3vw;
}
}

/*=================================================================================
    header
=================================================================================*/
header {
    background-color: #fff;
    /* color: #fff; */
    /* font-size: 14px; */
    /* height: 108px; */
    border-bottom: solid 2px #666464;
}

header a{ color: #fff; }

header .innr {
    position: relative;
    width: 1110px;
    margin: 0 auto;
    padding: 20px 0 13px;
}

header .logo{
	clear: both;
/*	float: left;*/
	font-size: 13px;
/*	line-height: 41px;*/
}

header .logo a{
	display: block;
}
header .logo p{
	margin: 6px 0;
    font-size:96%;
}
ul li.link_join a{
	display: inline-table;
	position: relative;
}

ul li.link_join{
	background: url(../images/icon_join.png) no-repeat;
	background-position: 0 50%;
	background-size: 10%;
}

ul li.link_inquiry{
	background: url(../images/icon_inquiry.png) no-repeat;
	background-position: 0 50%;
	background-size: 16%;
}

ul li.link_member{
	background: url(../images/icon_member.png) no-repeat;
	background-position: 0 50%;
	background-size: 11%;
}

ul li.tel{
	width: 18%;
/*	text-align: left;*/
	text-align: center;
    margin-bottom:-2px;
}
/*  ---- menu調整追記 ----  */
.fixed {
position: fixed;
width: 100%;
height: 100%;
}
.toggle {
position: fixed;
top: 20px;
right: 20px;
width: 80px;
height: 40px;
border: 1px solid #ccc;
background-color: #fff;
z-index: 2;
}
.menu ul {
width: 100%;
height: 100%;
overflow-y: scroll;
-webkit-overflow-scrolling:touch;
}
.menu li {
list-style: none;
text-align: center;
color: #fff;
}
header.fixed .innr {
	/* padding: 10px 0 5px; */
	/* padding: 0; */
}
header.fixed .logo{
float: left;
}
header.fixed .logo a{
margin-top: 0;
}
header.fixed .navBl{
top: 0;
}
/*---- // ----*/
ul li.tel img{
	display: block;
	width: 187px;
	margin-bottom: 5px;
}

header.fixed {
    width: 100%;
    /* height: 78px; */
    height: 118px;
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    z-index: 9999;
}

header.fixed .logo p{
	display: none;
}

header.fixed .logo a img{
	width: 83%;
	height: auto;
	margin-top: 10px;
}

header.fixed .menu{
	display: none;
}

header.fixed nav ul li.dropdown01,
header.fixed nav ul li.dropdown02{
	margin-top: 23px;
	padding-bottom: 23px;
}

header.fixed nav ul li ul{
	display: none;
	top: 37px;
}
@media only screen and (min-width: 760px) {
	ul li.tel{
		padding:0 11px!important;
}
	.link_member{
		padding-right:11px!important;
	}	
}
@media only screen and (max-width: 760px) {
	body {
		padding-top: 12%;
	}
	header{
		/* background-color: rgba(219,36,52,0.9); */
	}
	header.fixed{
		width: 100%;
		position: fixed;
		top: 0;
		height: auto;
		z-index: 9999;
	}

	header .logo{
		float: none;
		line-height: normal;
	}

    /* 追記 */
    header.fixed .logo{
        float: none;
      }
    /*  //  */
    
	header.fixed .logo a img{
		width: 100%;
		margin-top: 0;
	}

/* SPの4つのメニューのスタイル、リンク範囲を広げる設定 */
    /*   
	ul li.link_join{
		background: url(../images/icon_join.png) no-repeat;
		background-position: 50% 45%;
		background-size: 30%;
	}

	ul li.link_inquiry{
		background: url(../images/icon_inquiry.png) no-repeat;
		background-position: 50% 45%;
		background-size: 30%;
	}

	ul li.link_member{
		background: url(../images/icon_member.png) no-repeat;
		background-position: 50% 45%;
		background-size: 30%;
	}

	ul li.tel{
		background: url(../images/icon_tel.png) no-repeat;
		background-position: 50% 45%;
		background-size: 30%;
	}
    */
    ul.menu li{
        background-position: 50% 45%;
        background-size: 30%;
    }
    ul li.link_member{
        padding: 17% 0 6% !important;
    }
    ul li.tel{
        padding: 17% 0 6% !important;
        background: url(../images/icon_tel.png) no-repeat;
        background-position: 50% 45%;
        background-size: 30%;
    }
    .sp_menu .menu li{
        position: relative;
        line-height: 38vw;
    }
    .sp_menu .menu li a{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
    }
    .sp_menu nav ul{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 360px) {
    .sp_menu .menu li{
        font-size: 0.8em;
    }
}
/*=================================================================================
    nav
=================================================================================*/
header .navBl{
/*	width: 790px;
	float: right;*/
    position: absolute;
    top: 17px;
    right: 0; 
}

header ul.menu{
/*	margin-top: 18px;*/
	text-align: right;
}

header ul.menu li{
	display: inline-table;
	text-align: center;
	cursor: default;
	padding: 0 22px;
}

header nav ul{
	text-align: right;
}

header nav ul li{
	position: relative;
	display: inline-table;
	cursor: default;
	vertical-align: middle;
	padding: 0 12px;
}

header nav ul li.link_try{
	padding: 0 0 0 6px;
    margin-top:-1px;
}

header nav ul li ul li:hover{
  background-color: #ccc;
  cursor: pointer;
}

header nav ul li ul li a:hover{
	text-decoration: none;
}

header nav ul li:hover ul{ display: block; }

header nav ul li:hover ul:after{
	content: '';
  position: absolute;
  top: -12px;
  width: 0;
  height: 0;
  margin: 5px;
	border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
}

header nav ul li.dropdown01:hover ul:after{
	left: 23%;
}

header nav ul li.dropdown02:hover ul:after{
	left: 5%;
}

header nav ul li ul{
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45px;
	background-color: #fff;
	text-align: left;
	z-index: 9999;
	box-shadow:0px 2px 2px -1px #000000;
	-moz-box-shadow:0px 2px 2px -1px #000000;
	-webkit-box-shadow:0px 2px 2px -1px #000000;
}

header nav ul li.dropdown01,
header nav ul li.dropdown02{
	margin-top: 23px;
	padding-bottom: 25px;
}

header nav ul li.dropdown01 ul{
	left: 7%;
	width: 314px;
	background-color: #fff;
}

header nav ul li.dropdown01 ul li{
	display: block;
	float: none;
	padding: 10px 17px;
}

header nav ul li.dropdown01 ul li a{
	color: #1a1a1a;
}

header nav ul li ul li a:before{
	content: ">";
	margin-right: 5px;
}

header nav ul li.dropdown02 ul{
	width: 222px;
}

header nav ul li.dropdown02 ul li{
	display: block;
	float: none;
	padding: 10px;
}

header nav ul li.dropdown02 ul li a{
	color: #1a1a1a;
}

.pc_menu{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.sp_menu{
	display: none;
}

@media only screen and (max-width: 760px) {
    header.fixed .menu{
        display: block;
    }
    
	header{
	/*	height: 13vw;*/
    position: relative;
    z-index: 9999;
    height: 100%;
    overflow: hidden;
	}
    
    .open header{
    overflow-y: scroll;
    }
    
	header .innr{
		width: 100%;
        padding: 0;
	/*	position: static;
		overflow: hidden;*/
	}

	header .logo p{
		display: none;
	}

	header .logo a{
        width: 59%;
        margin: 0;
        padding: 4% 2%;
        float: left;
	}

	header .logo a img{
		width: 100%;
		height: auto;
	}

	.pc_menu{
		display: none !important;
	}

	.sp_menu{
		width: 100%;
		display: block;
		position: fixed;
		top: 0;
		z-index: 1000;
	}
    
    .open{
    height: 100%;
    }

	.sp_menu a.link_try{
        width: 34%;
        float: left;
        margin-top: 4%;
        margin-left: 4%;
	}

	.sp_menu a.link_try img{
		width: 100%;
		height: auto;
	}

	header .navBl{
		width: 100%;
		float: none;
        position: static;
	}
    
    /*
	header nav ul{
		width: 100%;
		text-align: left;
	}
    */
   
    header nav{
        display: none;
        width: 100%;
        text-align: left;
    }
    
	header nav ul li{
		position: static;
		cursor: default;
		vertical-align: middle;
		padding: 0 1.2%;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		font-size: 1em;
	}

	header nav ul li a{
		display: block;
		text-decoration: none;
		color: #fff;
		padding-left: 2%;
	}

	nav ul li.on:after{
		position: absolute;
		left: 48%;
		bottom: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 6px solid #fff;
	}

	.sp_menu .button{
		width: 10%;
		height: 10vw;
		float: right;
		padding: 3% 2% 0 0;
	}

	.sp_menu .button a{
		display: block;
		width: 100%;
		height: 100%;
		background: url("../images/btn_menu.png") no-repeat;
		background-position: 100%;
		background-size: 100%;
		font-size: 0;
		text-indent: -9999px;
		text-decoration: none;
		overflow: hidden;
	}

	.sp_menu .active a{
		background:url("../images/btn_close.png") no-repeat;
		background-position: 80% 40%;
		background-size: 100%;
	}

    /*
	.sp_menu .menu{
		margin-top: 0;
		overflow: hidden;
	}

	.sp_menu .fixed .menu{
		display: block;
		background: none;
	}
    */
	.sp_menu .menu li{
		display: inline-block;
		width: 25%;
		height: 20vw;
		float: left;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		padding: 17% 0 6%;
		vertical-align: bottom;
		text-align: center;
	}

	.sp_menu .menu li:nth-child(1){
		border-left: 1px solid #fff;
	}
    /*
	.sp_menu nav{
		display: none;
		width: 100%;
		padding-top: 1.5vw;
		height: auto;
		z-index: 9999;
	}

	.sp_menu nav ul{
		position: static;
		background-color: rgba(219,36,52,0.85);
	}

	.sp_menu .fixed nav ul{
		background: none;
	}
    */
	.sp_menu nav ul li{
		width: 100%;
		margin: 0;
		padding: 5.1% 0 5.1% 2%;
		border-top: 1px solid #fff;
		text-align: left;
	}
	
	.sp_menu .menu02 li{	
		font-size: 1.2em;	
	}
/*
	.sp_menu nav ul li.l_blank{
		background: url(../images/sp_icon_link.gif) no-repeat 98% 50%;
		background-size: 3%;
	}*/
}
/*  画面の高さに応じたスクロールバーの表示非表示の設定  */
@media screen and (max-width: 760px) and (min-height: 1000px) {
    .fixed .open header{
        height: initial !important;
    }
}
@media screen and (max-width: 760px) and (min-height: 600px) {
    .fixed .open header{
        height: inherit;
        overflow-y: scroll;
    }
}

/*=================================================================================
    footer
=================================================================================*/
footer{
	/* border-top: 1px solid #fff; */
	background-color: #e0e0e0;
	font-size: 0.75em;
	letter-spacing: 2px;
}

footer .link_innr{
	width: 1110px;
	margin: 0 auto;
	overflow: hidden;
}

footer ul{
	height: 90px;
	float: left;
	padding: 12px 45px;
	border-right: 1px solid #fff;
}

footer ul:nth-child(1){
	width: 316px;
	border-left: 1px solid #fff;
}

footer ul:nth-child(2){
	width: 316px;
}

footer ul:nth-child(3){
	width: 202px;
}

footer ul li a{
	display: block;
	text-indent: 1em;
}

footer ul li.tit a{
	text-indent: inherit;
	font-weight: bold;
}

footer .info{
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

footer .innr {
    width: 1100px;
    margin: 0 auto;
}

footer .info p{
	float: left;
	padding: 15px 0;
}

footer .info p:nth-child(1){
	width: 408px;
	padding-top: 23px;
}

footer .info p:nth-child(2){
	width: 408px;
}

footer .info p:nth-child(3){
	width: 292px;
}

footer .name{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
}

footer .cr{
	font-size: 0.8em;
	padding: 10px 0;
	width:50%;
	float:left;
}

footer .privacy{
	font-size: 0.8em;
	padding: 10px 0;
	width:50%;
	float:right;
	text-align:right;
}

footer .privacy a{
	padding-right:1em;	
}

@media only screen and (max-width: 760px) {
	footer .link_innr{
		display: none;
	}

	footer .innr{
		width: 100%;
	}

	footer .info .innr{
		display: block;
		width: 94%;
		padding: 3%;
	}

	footer .info .innr p{
		float: none;
		padding: 1.5% 0;
	}

	footer .info p:nth-child(1){
		width: auto;
	}

	footer .info p:nth-child(2){
		width: auto;
	}

	footer .info p:nth-child(3){
		width: auto;
	}

	footer .info .innr .name{
		font-size: 2em;
		text-align: center;
	}

	footer .cr{
		text-align: center;
	}
}
@media only screen and (max-width: 420px) {
footer .cr{
	width:100%;
	float:none;
}

footer .privacy{
	padding:6px 0;
	width:100%;
	text-align:center;
	float:none;
	border-bottom:1px solid #fff;
}
}
/* トップページへ戻る */
#returnTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 77%;
  z-index: 9998;
}

#returnTop a {
	display: block;
	width: 53px;
}

#returnTop a img {
	vertical-align: baseline;
}

#returnTop a:hover {
  text-decoration: none;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

@media only screen and (max-width: 760px) {
	#returnTop {
  	bottom: 1.2%;
	}
}
/* /トップページへ戻る */
