@charset "utf-8";


/*----------------------------------------
all
----------------------------------------*/
body {
    font-family: 'M PLUS 1', sans-serif, 'SF Pro JP', 'SF Pro Icons', Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Helvetica Neue;
    color: #fff;
    background-color: #222;
    width: 100%;
}

footer {
    margin: 0 auto;
    padding: 0 0 30px;
    max-width: 960px;
    text-align: center;
}

h2 {
    text-align: center;
}

h2 p.h2main {
    margin: 0 0;
    padding-bottom: 5px;
    font-size: 3.0rem;
    color: #00ED2F;
    font-weight: 100;
}

h2 p.h2sub {
    position: relative;
    padding: 0 20px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    font-weight: 300;
}

h2 p.h2sub:before {
    position: absolute;
    top: calc(50% - 0px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #fff;
}

h2 .h2line {
    position: relative;
    padding: 0 6px;
    background: #222;
    font-weight: 400;
}

h3 {
    margin: 0 0;
    font-size: 28px;
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
}

h3:before {
    content: '';
    position: absolute;
    top: 50%;
    left:0;
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #fff;
}

.mgt50 {
    margin-top: 50px;
}

.under {
    position: sticky;
    top: 0;
}

.base {
    height: 200vh;
}

.over {
    margin-top: -100vh;
    position: relative;
    height: 100vh;
}

.skip {
    padding-top: 80px !important;
    margin-top: -50px !important;
}

.main {
    /*padding: 120px 0 50px;*/
    background-color: #222;
}

.main_block {
    margin: 0 auto;
    padding: 80px 0;
    color: #fff;
    display: block;
}

.main_block_top {
    margin: 0 auto;
    padding: 0 0;
    color: #fff;
    display: block;
}

.unit_2col {
    margin: 35px 0 0;
}

.image_2col {
    margin: 0 auto;
    width: 90%;
}

.image_2col img {
    width: 100%;
    height: auto;
}

.detail_2col {
    margin: 35px 20px 0;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 300;
}

.unit_1col {
    margin: 35px 20px 0;
}

.top_img {
    display: none;
}

.top_img_sp {
    display: block;
    /*margin-top: 70px;*/
    position: relative;
    background: url(../images/logo_sp.jpg) no-repeat top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vmax;
    z-index: -100;
}

.btn a {
    margin: 50px auto;
    padding: 25px 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}

.btn a:hover {
    color: #00ED2F;
    border: 1px solid #00ED2F;
}

.spsp_50 {
    margin-top: 50px !important;
}

.spsm_50 {
    margin-top: -50px !important;
}

.center {
    text-align: center;
}

.br_sp {
    display: block;
}

.profname {
    margin: 0 0 20px;
    font-size: 20px;
}

.tit_epb {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.tit_epb p.tit_epbsub {
    margin-top: 10px;
    font-size: 15px;
}

.texl {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7em;
}

.texc {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7em;
    text-align: center;
}

.tbl_class {
    margin: 35px auto;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
}

.tbl_class table {
    width: 100%;
}

td, th {
    padding: 15px 10px;
    vertical-align: middle;
    font-weight: 400;
}

.tbl_class table, td, th {
    border: 1px solid #00ED2F;
    border-collapse: collapse;
}


.tbl_day {
    width: 18%;
    text-align: center;
}

.tbl_time {
    width: 32%;
    text-align: center;
}

.tbl_detail {
    width: 50%;
}

.tex_nrlsml {
    font-size: 14px;
    font-weight: 300;
}

.map {
    margin: 35px 0 0;
}

.map_tex {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 300;
}

iframe.map_gg {
    width: 100%;
    aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
}

.facebook_unit {
    margin: 35px auto 0;
}

.facebook_wrap{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
 
.fb-page,
.fb-page span,
.facebook_wrap iframe{
  width: 100% !important;
  height: 500px !important;
}


@media screen and (min-width: 768px) {
    footer {
        padding: 70px 0 30px;
    }

    .skip {
        padding-top: 150px !important;
        margin-top: -10px !important;
    }
    
    .main_unit {
        margin: 0 0;
        padding: 70px 0;
    }
    
    .main_block_top {
        padding: 0 20px;
        max-width: 960px;
    }
    
    .main_block {
        padding: 0 20px;
        max-width: 960px;
    }
    
    .br_sp {
        display: none;
    }
    
    .unit_2col {
        margin: 50px 20px 0;
        display: flex;
        justify-content: space-between;
    }

    .image_2col {
        margin: 0 35px 0 0;
        width: 45%;
    }
    .image_2col img {
        width: 100%;
        height: auto;
    } 

    .detail_2col {
        margin: 0 auto;
        width: calc(100% - 48%);
    }  
    
    .tbl_class table {
        margin: 0 auto;
        width: 700px;
    }

    .tbl_detail {
        padding: 20px 25px !important;
    }
    
    .btn a {
        width: 70%;
    }
    
    .top_img_sp {
        display: none;
    }
 
    .top_img {
        display: block;
        position: relative;
        background: url(../images/logo_pc.jpg) no-repeat top;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100vh;
        z-index: -100;
    }
    
    .facebook_wrap{
      width: 500px;
    }
    
}


/*----------------------------------------
header
----------------------------------------*/
.logo a img {
    margin: 20px 0 20px 20px;
    width: 70%;
}

@media (min-width: 768px) {
    .logo a img {
        margin: 5px 0 0;
        width: 20%;
    }
}

@media (min-width: 600px) {
    .logo a img {
        width: 40%;
    }
}

.inner {
	max-width: 960px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

#top-head {
	position: inherit;
    width: 100%;
	margin: 0 auto;
	z-index: 999;
}

#top-head .inner {
	position: relative;
    padding: 20px 30px 25px;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	top: 15px;
}

#global-nav ul li {
    margin: 3px 0 0;
	float: left;
}

p.sp_nav_tit {
	display: none;
}

/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
    background: #222;
	transition: all 0.4s ease-in !important;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
	margin: 0 0;
}

#top-head.fixed #global-nav ul li a {
	margin: 0 15px 0 0;
	font-size: 1.2rem;
    font-weight: 300;
    color: #fff;
}

#global-nav ul li a:hover {
    color: #fff;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 18px;
	top: 17px;
	width: 34px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 1.5px;
	width: 100%;
    background: #00ED2F;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 11px;
}

#nav-toggle span:nth-child(3) {
	top: 22px;
}

/* menu アニメーション */
.cp_link {
	display: inline-block;
	padding: 0.3em;
}

.cp_link:hover {
	animation: zoom .5s;
}

@keyframes zoom {
	50% {
	transform: scale(1.2);
	}
}

@media screen and (max-width: 767px) {
	#top-head, .inner {
		width: 100%;
		padding: 0 !important;
		margin-top: 0 !important;
	}
	#top-head {
		 top: 0;
		 position: fixed;
		 margin-top: 0;
	}
	#top-head a {
		margin: 0 0;
	}
    /* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		font-family: inherit;
	}
	#mobile-head {
		width: 100%;
		z-index: 999;
		position: relative;
        background: #222;
	}
    
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
        padding: 35px 0 50px;
		top: -700px;
		width: 100%;
        /*height: 100vh;*/
		text-align: center;
		-webkit-transition: .7s ease-in-out;
		-moz-transition: .7s ease-in-out;
		transition: 0.7s ease-in-out;
		background-color: rgba(0, 0, 0, 0.75);
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li a:hover {
		padding-bottom: 0;
		border-bottom: none;
	}
    
    p.sp_nav_tit {
        padding-top: 5px;
        display: block;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
    }
    
	#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
        margin: 0 0;
        padding: 25px 0;
        color: #00ED2F;
        text-align: center;
		font-size: 2.2rem;
        font-weight: 100;
	}
	#nav-toggle {
		display: block;
        height: 34px;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
	/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(754px);
		-webkit-transform: translateY(754px);
		transform: translateY(754px);
	}
}


/*----------------------------------------
footer
----------------------------------------*/
.sns_unit {
    margin: 0 auto;
}

.sns_unit ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sns_unit ul li {
    margin: 0 20px 0;
    width: 38px;
}

.sns_unit ul li a:hover {
    opacity: 0.5;
}

.sns_unit ul li img {
    width: 100%;
}

.copy {
    margin: 50px auto 0;
    font-size: 12px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    opacity: 0.6;
}

#page-top a {
    text-decoration: none;
    color: #00ED2F;
    font-size: 2.2rem;
    text-align: center;
    display: block;
}


@media screen and (min-width: 768px) {
    #page-top {
        bottom: 40px;
        right: 40px;
    }   
}





