@charset "utf-8";
@font-face
{
	font-family:"こころ明朝" ;
	src: url('https://cdn.leafscape.be/kokoro/Kokoro_web.woff2')
			 format("woff2");
}
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

/* メインカラー #49a9f8 */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img{
	max-width: 100%;
}

.hidden-phone{
	display: inherit!important;
}
.visible-phone{
	display: none!important;
}
.is_left{
	float: left;
}
.is_right{
	float: right;
}

html{
	font-size:62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 115px;
}
body{
	font-size: 16px;
  color: #333;
  overflow: hidden;
  width: 100%;
	font-family: "Shippori Mincho B1","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ",sans-serif;
	color: #000;
	letter-spacing: 0.1em;
	background: #000;
	animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}
body.active {
  height: 100%;
  overflow: hidden;
}
/* .content-body.active{
	width: 100vw;
  height: 100vh;

} */
.img_responsive {
	max-width: 100%;
	height: auto;
	font-size: 0;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #ddd;
}
/* img{
	width: 100%;
} */
ul{
	list-style: none;
}
.clearfix:before,
.clearfix:after{
	display: table;
	line-height: 0;
	content: "";
}
.flex {
  display: flex;
}
.flex.reverse {
	flex-direction: row-reverse;
}

.page_body{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #000;
}
.u_page .page_body{
	padding-top: 110px;
}
.content{
	width: 1000px;
	margin: 0 auto;
}
.inner{
	padding:0 30px;
}

/* header */
.u_page header,
header.gFixed{
	position: fixed;
	width: 100%;
	background: #000;
	height: 90px;
	border-bottom: 4px solid #900;
	background-size: 13%;
	background-repeat: no-repeat;
	background-position: center;
}
header .logo{
	width: 210px;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
}
.snsMenu{
	position: absolute;
	right: 7.2em;
	top: 2em;
	z-index: 999;
}
.snsMenu li{
	padding:2px 8px;
	display: contents;
}
.snsMenu li a{
	padding: 0 2px;
}
.gFixed .snsMenu{
	position: fixed;
}
.ramen{
	padding-bottom: 100px;
}

@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#overlay-button {
  position: absolute;
  right: 1em;
  top: 1em;
  padding: 26px 11px;
  z-index: 5;
  cursor: pointer;
  user-select: none;
}
.gFixed #overlay-button {
 position: fixed;
}
#overlay-button span {
  height: 4px;
  width: 55px;
  border-radius: 2px;
  background-color: white;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
#overlay-button span:before {
  top: -18px;
  visibility: visible;
}
#overlay-button span:after {
  top: 18px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 4px;
  width: 55px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #fff;
}

input[type=checkbox] {
  display: none; 
  
}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible; 
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
  
  
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(18px, 18px);

}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);


}

#overlay {
  height: 100vh;
  width: 100vw;
  background: #000;
  z-index: 2;
  visibility: hidden;
  position: fixed;
}
#overlay.active {

}
#overlay ul {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  text-align: left;
  height: 100vh;
  padding-left: 30%;
  list-style-type: none;
}
#overlay ul li {
  padding: 1em;
  font-family: 'Josefin Sans', sans-serif;
}
#overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 3em;
}
#overlay ul li a:hover {
  color: #ccc!important;
}

/* footer */

footer{
	text-align: center;
	background: #000;
	padding-top: 100px;
}
footer .footBox{
	/* border: 1px solid #333; */
	padding: 10px;
	background: #000;
	width: 1000px;
	margin: 0 auto;
}
footer .boxInner{
	display: flex;
}
footer .addBox{
	width: 30%;
	text-align: left;
	color: #fff;
}
footer .footNav{
	width: 80%;
	text-align: right;
}
footer .footNav ul{
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	margin: 0;
	padding: 6px;
	list-style-type: none;
}
footer .footNav li{
	display: inline-block;
}
footer .footNav li a{
  border-left: 1px solid #fff;
	padding: 0 10px;
	color: #fff;
	font-size: 1.4rem;
}
footer .footNav li.sns a{
	border: none;
}
footer .footNav li:first-child a{
border-left: none;
}

footer .copy{
	padding: 15px;
}
footer .copy p{
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
}

#page-top a{
  background:#444;
  color:#fff;
  text-align: center;
  display: block;
  text-decoration: none;
  padding:20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
  transition: all 0.3s;
}

#page-top a:hover{
  background: #777;
}


/* mainvisual */
.mainVisual{
	position: relative;
	border-top: 8px solid #900;
}
.mainVisual img{
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	max-width: none;
	height: auto;
	display: block;
}
.mainVisual p{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	padding:0;
	margin:0;
	background: #fff;
	opacity: 0.85;
	width: 55%;
}
.mainVisual p span{
	font-size:3.6rem;
	/* position: relative;
	padding: 0.8rem;
	margin-bottom: 0.2rem;
	background-image: linear-gradient(45deg, white 0 50%, #000 50%);
	-webkit-background-clip: text;
	color: transparent; */
	padding: 10px 100px;
	text-shadow: 1px 2px 3px #8a8a8a;
}
/* .mainVisual p span:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #000 50%, white 0 50%);
	content: '';
	z-index: -1;
} */
/* .flexslider .slides{
	height:calc(100vh - 137px);
	width:100%;
	overflow: hidden;
}
.flexslider .slides > li{
	object-fit: cover;
	width:100%;
	height:100%;
}
.flexslider .slides img{
	object-fit: cover;
	width:100%;
	height:100%;
} */

.wrapper{
	/* margin-top: 100px; */
	background-color: #000;
}


.red{
	color: #900;
	font-weight: bold;
}
h2{
	color: #fff;
	font-weight: bold;
	font-size: 5rem;
	font-family: 'Josefin Sans', sans-serif;
	margin-bottom: 20px;
}


/* 最新情報 */
.inc_news {
	background-color: #EEEBDD;
	padding-bottom: 70px;
	padding-top: 45px;
	margin-bottom: 55px;
}
.inc_news h2{
	color: #000;
}
.inc_news .b_tit{
	color: #fff;
}
.inc_news .container{
	width: 1000px;
	margin: 0 auto;
}
.inc_news section{
	background-color: #333;
	padding: 10px 20px;
	text-align: left;
	margin-bottom: 20px;
}
.inc_news .more{
	text-align: right;
}
.inc_news .more a{
	font-weight: bold;
	font-size: 2rem;
	border: 1px solid #000;
	padding: 5px 10px;
	color: #000;
}
.map{
	padding-bottom: 45px;
}
.s1{
	padding-bottom: 100px;
}
.s1 .add_logo{
	padding-bottom: 10px;
}
.s1 h1{
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 30px;
}
.s1 .b{
	font-weight: bold;
	padding-top: 10px;
}
.s1 .add{
	color: #fff;
	text-align: left;
}
.s1 .add a{
	color: #fff;
}
.s1 .add_wrap{
	display: table;
	width: 100%;
}
.s1 .txtBox{
	display: table-cell;
	width: 50%;
}
.s1 .l_txt{
	border-right: 1px solid #fff;
}
.s1 .r_txt{
	padding-left: 30px;
}




/* live */
.is_live{
	color: #fff;
	margin-top: 45px;
}
.is_live h2{
	margin-bottom: 15px;
}
.is_live a{
	color: #fff;
}
.is_live .live_wrap{
	width: 80%;
	float: right;
	text-align: left;
}
.is_live .b_tit{
	display: flex;
	padding: 14px;
}
.is_live .titY{
	font-size: 4rem;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
	margin-bottom: 15px;
}
.is_live .sch_li a:nth-child(odd){
	background-color: #333;
	display: block;
}
.is_live .b_date{
	width: 20%;
	text-align: center;
    line-height: 1;
	font-family: 'Josefin Sans', sans-serif;
}
.is_live .b_txt{
	width: 80%;
}
.is_live .dateM{
	display: block;
}
.is_live .dateD{
	font-size: 5rem;
    font-weight: bold;
    display: block;
}
.is_live .blog_left{
	width: 20%;
	float: left;
}
.is_live .blog_left > section{
	padding-right: 40px;
    text-align: right;
    font-size: 2rem;
	font-family: 'Josefin Sans', sans-serif;
}
.is_live .blog_left h3{
	font-weight: bold;
	font-size: 2.5rem;
}
.is_live .blog_left a{
	display: block;
}
.is_live .blog_left a:hover{
	background-color: #333;
}
.is_live .blog_left a:active{
	background-color: #333;
}


@media (max-width: 1200px) {
	header .inner{
		width: 100%;
		padding: 10px;
	}
	section{
		width: 100%;
	}
	.mainVisual p{
		font-size: 2rem;
	}
	.content{
		width: 100%;
	}


}
@media (max-width: 1000px) {

}


