@charset "UTF-8";
/* CSS Document */


/* デフォルト
----------------------------------------------- */
*, *:before, *:after {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

html{
	height: 100%;
	font-size: 62.5%;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	padding: 0px;
	line-height: 1;
	font-size: 14px;
	margin: 0px;
	width:100%;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

form,input,p,ul,li,dl,th,
dd,dt,h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}

h2,h3,h4,h5,h6,strong{
	font-size:12px;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}

h1{
	font-size: 35px;
	margin-bottom:75px;
	text-align: center;
	font-weight: normal;
	padding: 0px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	position: relative;
}

a img,img{
	border:0;
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
}

ul,ol,dl{
	margin:0; padding:0;
}

dt,dd,li{
	list-style-type:none;
}

a:link{
	text-decoration: none;
	color: #000000;
}

a:visited{
	text-decoration: none;
	color: #000000;
}

a img:hover{
	color: #f26588;
	text-decoration: underline;
	opacity: 0.9;
  	filter: alpha(opacity=90);
 	 -moz-opacity: 0.9;
  	-webkit-transition: 0.3s ease-in-out;
  	-moz-transition: 0.3s ease-in-out;
  	-o-transition: 0.3s ease-in-out;
  	transition: 0.3s ease-in-out;
}

a:active{
	text-decoration: underline;
	color:#f26588;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="tel"] {
    -webkit-appearance: none;
}

.clfix:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

#container{
	width: 100%;
	overflow: hidden;
}

#container .line_top {
	background: url(../../header_img/line_color.png) repeat-x top;
	width: 100%;

}

#container .line_bottom {
	background: url(../../header_img/line_color.png) repeat-x bottom;
	width: 100%;

}

#container .bg_yellow {
	background: url(../../image/bg_yellow.png) repeat;
	height: 100%;
}

#container .bg_solid {
	position: relative;
	background: url(../../image/bg_solid.jpg) repeat;
}

#container .bg_nami {
	background: url(../../image/bg_nami.png) repeat-x top;
	height: 20px;
}

#container .bg_nami_g {
	background: url(../../image/bg_nami_g.png) repeat-x top;
	height: 20px;
}

.bt_fixed{
	position: fixed;
	right: 0;
	top:60%;
	z-index: 1000;
}


#container #top_jixtuseki .midashi_text.top_midashi{
	font-size: 2.5em;    line-height: 1.1;
}


@media screen and (min-width: 769px) {


#container .content_inner {
	max-width: 1000px;
	min-width: 768px;
	margin: auto;
}	
	
.pc_none{
	display: none;
}

/*　ヘッダーエリア
----------------------------------------------- */
#container #header_top {
	width: 100%;
}


#container .header_inner {
	max-width: 1000px;
	min-width: 768px;
	margin: auto;
	padding: 20px 0 40px 0;
}

#container .bt_fb{
	width: 4%;
	float: right;
}

#container .header_inner ul{
	width: 94%;
	margin: 0 auto;
}

#container .header_inner ul li{
	float: left;
}

#container .header_inner ul li:nth-child(1){
	width:15.95%;
	margin:11% 4% 0 0;
}
#container .header_inner ul li:nth-child(2){
	width:10.35%;
	margin:11% 4% 0 0;
}
#container .header_inner ul li:nth-child(3){
	width:36.9%;
	margin:0 4% 0 0;
}
#container .header_inner ul li:nth-child(4){
	width:10.35%;
	margin:11% 4% 0 0;
}
#container .header_inner ul li:nth-child(5){
	width:10.23%;
	margin: 11% 0 0 0;
}

#container .header_inner ul li img{
}
	
	#container .header_inner ul li img:hover{
	-webkit-transition: 0.3s ease-in-out;
  	-moz-transition: 0.3s ease-in-out;
  	-o-transition: 0.3s ease-in-out;
  	transition: 0.3s ease-in-out;
}
	

/*　MV
----------------------------------------------- */
#container #mv {
	overflow-x: hidden;
	padding: 5% 0;
}


/*　TOP　イベントがいっぱい
----------------------------------------------- */
#container #top_event {
	padding: 0 0 95px 0;
}

#container #top_event .content_inner{
	padding: 0 0 95px 0;
}
    
#container #top_event .top_event-covid_pc{
    width: 87%;
    margin: 0 auto;
    padding: 45px 0 55px;
    display: block;
}
#container #top_event .top_event-covid_sp{
    display: none;
}

#container #top_event .ttl{
	width: 89.2%;
	padding: 45px 0 0 0;
	margin: auto;
}

#container #top_event .midashi_text{
	font-size: 1.6rem;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
}

#container #top_event ul{
	width: 100%;
	margin: 65px 0 0 0;
}

#container #top_event ul li{
	width: 22.8%;
	margin: 0 2.8% 0 0;
	float: left;
}

#container #top_event ul li:nth-child(4n){
	margin-right:0;
	float: right;
}

#container #top_event ul li .text{
	font-size: 1.4rem;
	line-height: 24px;
	margin: 30px 0 0 0;
}

#container #top_event .bt_event{
	width: 40%;
	margin: 60px auto 0;
}

/*　TOP　開催日程
----------------------------------------------- */
#container #top_nixtutei {
}

#container #top_nixtutei .ttl{
	width: 41%;
	margin:0 auto 45px;
}
	
#container #top_nixtutei .midashi_text{
	font-size: 1.6rem;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
}

#container #top_nixtutei .index_sns_list{
	width: 25%;
	margin: 3% auto;
	display: flex;
	justify-content: space-around;
}
	
#container #top_nixtutei .index_sns_list .line{
	width: 24%;
}
	
#container #top_nixtutei .index_sns_list .twitter{
	width: 24%;
}

#container #top_nixtutei .index_sns_list .fb{
	width: 24%;
}
	
#container #top_nixtutei .bt_facebook{
	width: 62.1%;
	margin: 30px auto 0;
}
	
#container #top_nixtutei .bg_fb{
	background: url(../../index_img/nixtutei/bg_facebook.png) no-repeat;
	background-size: contain;
	background-position: center center;
}

#container #top_nixtutei .bg_fb .fb_con{
	max-width: 500px;
	margin: auto;
}




/*　TOP　開催実績
----------------------------------------------- */
#container #top_jixtuseki {
	padding: 75px 0 95px 0;
}

#container #top_jixtuseki .ttl{
	width: 30.1%;
	padding: 65px 0 0 0;
	margin: auto;
}

#container #top_jixtuseki .midashi_text{
	font-size: 1.6rem;
	line-height: 32px;
	text-align: center;
	margin: 45px auto 0;
	font-weight: bold;
}

	
#container #top_jixtuseki ul {
	margin: 90px 0 0 0;
}

#container #top_jixtuseki ul li{
	width: 46.72%;
	float: left;
	margin: 0 6.54% 60px 0;
}

#container #top_jixtuseki ul li:nth-child(2n){
	margin-right: 0;
}

#container #top_jixtuseki ul li .day{
	font-size: 1.4rem;
}

#container #top_jixtuseki ul li .day span{
	width: 80px;
	font-size: 1.6rem;
	display: inline-block;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	margin: 0 15px 0 0;
	border-radius: 5px;
}

#container #top_jixtuseki ul li .pic{
	margin: 20px 0 0 0;
	position: relative;
}
	

#container #top_jixtuseki ul li .pic .icon{
	width: 27%;
	position: absolute;
	right: 0;
	bottom:-20%;
	text-align: right;
}
	
#container #top_jixtuseki ul li .pic .icon img{
	width: auto !important;
}

#container #top_jixtuseki ul li .midashi{
	width: 73%;
	font-size: 2.4rem;
	line-height: 28px;
	margin: 20px 0 0 0;
	color: #fcb21e;
}

#container #top_jixtuseki ul li p{
	font-size: 1.6rem;
	line-height: 21px;
	margin: 10px 0 0 0;
}	
	
#container .swiper-container2{
		position: relative;
	}


/*　フッターエリア
----------------------------------------------- */

#container #footer{
	margin: 60px 0 0 0;
}

#container #footer .footer_logo_area{
	width: 30%;
	float: left;
	margin: 0 9.8% 0 0;
}

#container #footer .footer_logo_area .add_text{
	font-size: 1.4rem;
	line-height: 23px;
	margin: 10px 0 0 0;
}

#container #footer .footer_tel_area{
	width: 48.7%;
	float: left;
}
	
#container #footer .footer_tel{
	margin: 0 0 0 0;
}

#container #footer .footer_tel p{
	text-align: center;
	margin: 2% 0 0 0;
	font-weight:1.4rem;
	font-weight: bold;
	color:#e50065;
}

	
	
#container #footer .footer_tel_area .contact_text{
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	background: #e50065;
	border:2px solid #e50065;
	border-radius: 15px;
	margin: 3% 0 0 0;
}

#container #footer .footer_tel_area .contact_text a{
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 7px 0;
	border-radius: 15px;
}

#container #footer .footer_tel_area .contact_text a:hover{
	color: #e50065;
	background: #fff;
	-moz-opacity: 0.7;
  	-webkit-transition: 0.3s ease-in-out;
  	-moz-transition: 0.3s ease-in-out;
  	-o-transition: 0.3s ease-in-out;
  	transition: 0.3s ease-in-out;
}

#container #footer .copy{
	font-size: 12px;
	text-align: center;
	background: url(../../image/bg_yellow.png);
	padding:20px 0;
	margin: 50px 0 0 0;
}

#pagetop {
	width: 8.7%;
	float: right;
}

}

#container .content_inner.covid_box{
	margin-top: -15px ;
	margin-bottom: 140px;
	width: 80%;
}

.pati_img{
	display: block;
	max-width: 800px;
	margin: 30px auto;
	padding-top: 80px;
}
.pati_img img{
	width: 100%;
}

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

	#container .content_inner.covid_box {
		margin-top: 33px;
		margin-bottom: 30px;
	}
	.pati_img {
		width: 85%;
		margin: 0 auto;
		padding-top: 45px;
	}

.sp_none{
	display: none;
}	

  #container{
	max-width: 700px;
	margin: auto;
	overflow: hidden;
}
	
	
#container .content_inner {
	max-width: 700px;
	margin: auto;
}	
    
#container #top_event .top_event-covid_pc{
    display: none;
}
#container #top_event .top_event-covid_sp{
    width: 85.71%;
    margin: 0 auto;
    padding: 27px 0 45px;
    display: block;
}



/*　ヘッダーエリア
----------------------------------------------- */
#container #header_top {
	width: 100%;
}


#container .header_inner {
	width: 100%;
	margin: auto;
	padding: 20px 2.85% 30px 2.85%;
}

#container .bt_fb{
	width: 10.57%;
	float: left;
}
	
#container .menu{
	width: 10.57%;
	float: right;
}
	
	
#container .logo{
	width: 60%;
	margin: -3% auto 0;
}
	
.menu dl dd {
	margin: 0px 0 0 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1000px;
	min-height: 100%;
	background: rgba(0,160,233,1) none repeat scroll 0 0;
	z-index: 10000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
	display: none;
}

.menu dl dd .bt_close{
	width: 10.57%;
	float: right;
	margin: 4% 4% -3% 0;
}
	
.menu dl dd .ttl{
	width: 92.28%;
	margin: -1% auto;
}
	
.menu dl dd ul{
	margin:20px auto;
}

.menu dl dd ul li{
	width: 79.28%;
	margin:0 auto 10px;
	font-size: 36px;
	text-align: center;
}


.menu dl dd ul li a{
	display: inline-block;
	width: 100%;
	color: #FFFFFF;
}


.menu dl dd ul li img{
	vertical-align: baseline;
	width: 100%;
}
	.nav_pic{
		width: 93.14%;
		float: right;
	}
	
/*　MV
----------------------------------------------- */
#container #mv {
	overflow-x: hidden;
	padding: 7% 0;
}
	


/*　TOP　イベントがいっぱい
----------------------------------------------- */
#container #top_event {
	padding: 0 0 95px 0;
}

#container #top_event .content_inner{
	padding: 0 0 95px 0;
}

#container #top_event .ttl{
	width: 92.71%;
	padding: 45px 0 0 0;
	margin: auto;
}

#container #top_event .midashi_text{
    width: 85.71%;
	font-size: 2rem;
	line-height: 30px;
	text-align: center;
	margin: 40px auto 0 auto;
}

#container #top_event ul{
	width: 85.71%;
	margin: 35px auto 0;
}

#container #top_event ul li:nth-child(odd){
	width: 46.33%;
	float: left;
	margin: 0 0 60px 0;
}
	
#container #top_event ul li:nth-child(even){
	width: 46.33%;
	float: right;
	margin: 0 0 60px 0;
}


#container #top_event ul li .text{
	font-size: 2rem;
	line-height: 30px;
	margin: 30px 0 0 0;
}

#container #top_event .bt_event{
	width: 57.14%;
	margin: 0px auto 0;
}

/*　TOP　開催日程
----------------------------------------------- */
#container #top_nixtutei {
}

#container #top_nixtutei .ttl{
	width: 59.85%;
	margin:0 auto 35px;
}
	
#container #top_nixtutei .midashi_text{
	font-size: 2rem;
	line-height: 30px;
	text-align: center;
	margin: 40px 0 0 0;
}

#container #top_nixtutei .wakufes_event{
	width: 64.71%;
	margin:40px auto;
}

#container #top_nixtutei .index_sns_list{
	width: 55%;
	margin: 5% auto;
	display: flex;
	justify-content: space-around;
}
	
#container #top_nixtutei .index_sns_list .line{
	width: 22%;
}
	
#container #top_nixtutei .index_sns_list .twitter{
	width: 22%;
	margin: 0 4%;
}
	
#container #top_nixtutei .index_sns_list .fb{
	width: 22%;
}
	
#container #top_nixtutei .bt_facebook{
	width: 62.1%;
	margin: 30px auto 0;
}

#container #top_nixtutei .bt_facebook{
	width: 70.85%;
	margin: 35px auto 0;
}
	

#container #top_nixtutei .bg_fb .fb_con{
	width: 71.42%;
	margin:0 auto;
}




/*　TOP　開催実績
----------------------------------------------- */
#container #top_jixtuseki {
	padding: 75px 0 0px 0;
}

#container #top_jixtuseki .ttl{
	width: 58.28%;
	padding: 65px 0 0 0;
	margin: auto;
}

#container #top_jixtuseki .midashi_text{
	font-size: 2rem;
	line-height: 30px;
	text-align: center;
	margin: 45px auto 0;
}

	
#container #top_jixtuseki ul {
	margin: 90px 0 0 0;
}

#container #top_jixtuseki ul li{
	width: 46.72%;
	float: left;
	margin: 0 6.54% 60px 0;
}

#container #top_jixtuseki ul li:nth-child(2n){
	margin-right: 0;
}

#container #top_jixtuseki ul li .day{
	font-size: 1.4rem;
}

#container #top_jixtuseki ul li .day span{
	width: 80px;
	font-size: 1.6rem;
	display: inline-block;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	margin: 0 15px 0 0;
	border-radius: 5px;
}

#container #top_jixtuseki ul li .pic{
	margin: 20px 0 0 0;
	position: relative;
}
	

#container #top_jixtuseki ul li .pic .icon{
	width: 27%;
	position: absolute;
	right: 0;
	bottom:-20%;
	text-align: right;
}
	
#container #top_jixtuseki ul li .pic .icon img{
	width: auto !important;
}

#container #top_jixtuseki ul li .midashi{
	width: 73%;
	font-size: 2.4rem;
	line-height: 28px;
	margin: 20px 0 0 0;
	color: #fcb21e;
}

#container #top_jixtuseki ul li p{
	font-size: 1.6rem;
	line-height: 21px;
	margin: 10px 0 0 0;
}	
	
#container .swiper-container2{
		position: relative;
	}

.jixtuseki_slider{
	width:90%;
	margin: auto;
}

#container #top_jixtuseki .midashi_text.top_midashi{
	font-size: 1.9em;
    line-height: 1.3;
}


/*　フッターエリア
----------------------------------------------- */

#container #footer{
	margin: 45px 0 0 0;
}

#container #footer .footer_logo{
	width: 67.71%;
	margin: 0 auto 0;
}

#container #footer .footer_logo_area .add_text{
	font-size: 2rem;
	line-height: 34px;
	margin: 20px 0 20px 0;
	text-align: center;
}

#container #footer .footer_tel{
	width: 73.71%;
	margin: 3% auto 0;
}

#container #footer .footer_tel_area .contact_text{
	width: 64.85%;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	background: #e50065;
	border:2px solid #e50065;
	border-radius: 20px;
	margin: 6% auto 0;
}
	
#container #footer .footer_tel p{
	text-align: left;
	margin: 3% 0 0 0;
	font-size:1rem;
	font-weight: bold;
	color:#e50065;
}
#container #footer  .footer_tel_area .footer_tel .flex_box{
	display: flex;
	justify-content: center;
	width:100%
}
#container #footer  .footer_tel_area .footer_tel .flex_box .img{
	width: 25.2%;
}
#container #footer  .footer_tel_area .footer_tel .flex_box .tell{
	width: 68%;
	margin-left: 3%;
}
#container #footer  .footer_tel_area .footer_tel .flex_box .tell a{
	display: block;
	margin-bottom: 1.57%;
}
#container #footer .footer_tel_area .contact_text a{
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 7px 0;
	border-radius: 20px;
}

#container #footer .footer_tel_area .contact_text a:hover{
	color: #e50065;
	background: #fff;
	-moz-opacity: 0.7;
  	-webkit-transition: 0.3s ease-in-out;
  	-moz-transition: 0.3s ease-in-out;
  	-o-transition: 0.3s ease-in-out;
  	transition: 0.3s ease-in-out;
}

#container #footer .copy{
	font-size: 12px;
	text-align: center;
	background: url(../../image/bg_yellow.png);
	padding:20px 0;
	margin: 15px 0 0 0;
}

#pagetop {
	width: 9.71%;
	float: right;
	margin: 0 5% 0 0;
}
	
}




/* 追加 */
.add_box .bt_facebook {
    width: 62.1%;
    margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
	.add_box .bt_facebook  {
    width: 85%;
    margin: 55px auto 0;
	}
}