/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
} */
/* HTML5 display-role reset for older browsers */
/* article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
} */

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);


/* body {
	margin:0;
	padding:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} */

#new-container {
	font-family: 'Noto Sans CJK JP', sans-serif;
	font-feature-settings : initial;
}
#new-container .load{
	background: url("../images/img01.jpg") no-repeat center #fbfcee;
	background-size:cover;
	position: fixed;
	top:0;
	left: 0;
	z-index: 1000;
	width:100%;
	height:100vh;
}


/*****************

style.css

*****************/


#new-container .slide{
	position: relative;
	margin-bottom: -4px;
}

#new-container .scroll{
	bottom:4%;
	text-align: center;
	width:4%;
	margin-top:-10%;
	position: absolute;
	left:48%;
}

#new-container .top_main{
	position: absolute;
	top:50%;
	width:50%;
	left:25%;
}

#new-container .top_main img{
	width:100%;
}

#new-container .scroll img{
	width:100%;
}

#new-container p.main_img{
	background: #ddd url("../images/main_subimg.jpg") no-repeat center center;
	background-size: cover ;
	height:350px;
	height:32vw;
	width:100%;
	background-attachment: scroll;
}

#new-container h2{
	font-size: 40px;
	font-weight: bold;
	line-height: 2.3;
	border:5px solid #000;
	width:60%;
	margin:3% auto 2%;
}

#new-container h3{
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	color:#595757;
	padding:3% 0;
	background-color: #dedddc;
}
#new-container .sp{
	display:none;
}

@media screen and (max-width: 1300px) {
	#new-container h2{
	font-size: 30px;
	line-height: 1.3;
	width:60%;
	padding:2% 1%;
}
}


@media screen and (max-width: 769px) {
	#new-container h2{
	font-size: 30px;
	line-height: 1.3;
	width:95%;
	text-align: center;
	padding:3% 1%;
}
#new-container .sp{
	display:block;
}
}



/**************

各ふきだし

**************/

#new-container .hukidashi img{
	width:100%;
}

#new-container .hukidashi{
	width:80%;
	position: absolute;
	top:-12vw;
}

#new-container p.hukidashi{
	width:30%;
	right:12%;
	top:-3vw;
}

#new-container .sche_cont .hukidashi{
	width:70%;
	top:-10vw;
}

#new-container #image_video p.hukidashi{
	width:30%;
	right:12%;
	top:-12vw;
}


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

#new-container #schedule dl dd.hukidashi{
	width:30%;
	left:20px;
}

#new-container #image_video p.hukidashi{
	right:5%;
	top:-27vw;
}

}


@media screen and (max-width: 740px) {
	#new-container p.main_img{
	height:200px;
	height:20vh;
	width:100%;
	background-attachment:  scroll;
    }

    #new-container h2{
	font-size: 120%;
	line-height: 1.2;
	margin:2% 0; 

    }

    #new-container h3{
	font-size: 20px;
	padding:3% 0;
	background-color: #dedddc;
    }


    #new-container .hukidashi img{
	width:100%;
}

    #new-container .hukidashi{
	width:70%;
	top:-17vw;
	right:15%;
    }

#new-container p.hukidashi{
	width:60%;
	right:5%;
	top:-2vw;
}

#new-container .sche_cont .hukidashi{
	width:70%;
	top:-9vw;
	left:5%;
}

#new-container #image_video p.hukidashi{
	width:70%;
	right:5%;
	top:-25vw;
}

#new-container #schedule dl dd.hukidashi{
	width:70%;
	left:10px;
	top:20px;
}
}


/**************

メインコンテンツ

**************/

#new-container #main_tx{
	text-align: center;
	background-color: #dedddc;
	padding:5% 0 10%;
	position: relative;
}

#new-container #main_tx .sub{
	font-size: 20px;
	margin-bottom:2%;
	font-weight: bold;
}

#new-container #main_tx .text{
	font-size: 17px;
	line-height: 2;
}

#new-container #main_tx .comments{
	font-size: 11px;
	margin-top:2%;
}

#new-container #main_tx .left_img{
	position: absolute;
	left:0;
	top:-20px;
	width:15%;
}

#new-container #main_tx .right_img{
	position: absolute;
	right:0;
	bottom:-15px;
	width:16%;
}

#new-container #main_tx .left_img img,
#new-container #main_tx .right_img img{
	width:100%;
}

@media screen and (max-width: 1100px) {
	#new-container #main_tx .left_img{
	width:8%;
}

#new-container #main_tx .right_img{
	width:9%;
}

#new-container #main_tx .text{
	font-size: 95%;
	line-height: 2;
}

}

@media screen and (max-width: 740px) {
	#new-container #main_tx{
	text-align: left ;
	padding:30% 5%;
	position: relative;
    }

    #new-container #main_tx .text br{
    	display: none;
    }

    #new-container #main_tx .sub{
	font-size: 90%;
    }

    #new-container #main_tx .left_img{
	width:18%;
    }

    #new-container #main_tx .right_img{
	width:21%;
    }
}


/**************

ポイント

**************/

#new-container #point ul{
	position: relative;
}

#new-container #point li{
	width:50%;
	height:40vh;
	position: relative;
}


#new-container #point li:first-child{
	float:left;
	background: #ddd url("../images/point01_bg.jpg") repeat-x center center;
	background-size: cover;
    transition-duration: 5s;
}



#new-container #point li:last-child{
	float:right;
	background: #ddd url("../images/point02_bg.jpg") repeat-x center center;
	background-size:cover;
    transition-duration: 5s;
}

/*#point li:first-child:hover,
#point li:last-child:hover
{
	background-size: auto 120%;
    transition-duration: 0.5s;
}*/

#new-container #point dl{
	color:#fff;
	width:75%;
	position: absolute;
	top:28%;
	left:15%;

}

#new-container #point dl dt{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

#new-container #point dl dd{
	font-size: 28px;
	font-weight: normal;
}


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

#new-container #point li{
	width:100%;
	height:42vh;
}

#new-container #point li:first-child{
	float:none;
	
}

#new-container #point li:last-child{
	float:none;
}

#new-container #point dl{
	color:#fff;
	width:90%;
	position: absolute;
	top:28%;
	left:7%;

}

#new-container #point dl dt{
	font-size: 35px;
}

#new-container #point dl dd{
	font-size: 20px;
}
}

/**************

fair

**************/





#new-container .fair{
	text-align: center;
	overflow: hidden;
}

#new-container .fair h3{
	font-size:180%;
	font-weight: lighter;
	padding:1% 0;
	background-color: #fff;
}

#new-container .fair p.title{
	width:55%;
	margin:0 auto;
	padding:5% 0 0;
	text-align: center;
}

#new-container .fair p.btn{
	width:30%;
	margin:3% auto;
	padding:0;
	font-size: 120%;
}

#new-container .fair p.btn a{
	display: block;
	color:#000;
	padding:3% 0;
	text-decoration: none;
	border:1px solid #c3b48d;

}

#new-container .fair p.btn a:hover{
	background-color: #c3b48d;
	color:#fff;

}


#new-container .fair img{
	width: 80%;
}

#new-container .fair br{
	display: none;
}

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

	#new-container .fair p.btn{
	width:70%;
	margin:3% auto;
	padding:0;
    }

	#new-container .fair br{
	display: block;
    }

	#new-container .fair h3{
	font-size:140%;
	padding:2% 0;
	line-height: 1.5;
}
	#new-container .fair p{
		width:200%;
		margin-left:-49%;
		padding:  0;
	}
	#new-container .fair img{
		width:100%;
   }

   #new-container .fair p.title{
	padding:10% 0 0;
}
}

/**************

icon

**************/

#new-container #icon{
	background-color: #fff;
	overflow: hidden;
	padding:8% 5%;
	margin-top:3%;
	border-top: 1px solid #d4d5d5;
}

#new-container #icon h3{
	background-color: #fff;
	font-size: 33px;
	font-weight: 100;
	text-align: center;
	color:#595757;
	padding:0;
	padding-bottom:5%;
}

#new-container #icon a:hover ul{
	opacity:0.6;
}

#new-container #icon ul{
	width:33.3%;
	float:left;
	text-align: center;
}

#new-container #icon ul li:first-child img{
	width:60%;
}

#new-container #icon ul li:nth-child(2){
	line-height: 2;
	margin-bottom:4%;
	color:#595757;
	font-weight: 100;
}

#new-container #icon ul li:last-child img{
	width:25%;
}

#new-container #icon ul li.logo3 img{
	width:38%;
}

@media screen and (max-width: 740px) {
	#new-container #icon{
	background-color: #fff;
	overflow: hidden;
	padding:8% 5% 0%;
}

#new-container #icon h3{
	font-size: 118%;
}

#new-container #icon a:hover ul{
	opacity:0.6;
}

#new-container #icon ul{
	width:100%;
	margin-bottom:25%;
}

#new-container #icon ul li:first-child img{
	width:60%;
}

#new-container #icon ul li:nth-child(2){
	line-height: 2;
	margin-bottom:4%;
	color:#595757;
	font-weight: 100;
}

#new-container #icon ul li:last-child img{
	width:25%;
}

#new-container #icon ul li.logo3 img{
	width:38%;
}



}

/**************

insta

**************/

#new-container #insta{
	background-color: #999;
	position: relative;
}

#new-container #insta iframe{
	display: block;
}


/**************

schedule

**************/

#new-container #schedule ul{
	height:380px;
	height:33vh;
	position: relative;
}

/**#schedule .sche_cont ul:nth-child(1):hover,
#schedule .sche_cont ul:nth-child(2):hover,
#schedule .sche_cont ul:nth-child(3):hover,
#schedule .sche_cont ul:nth-child(4):hover,
#schedule .sche_cont ul:nth-child(5):hover
{
    background-size: auto 180% ;
    transition-duration: 0.5s;
}**/

#new-container #schedule .sche_cont ul:nth-child(1){
	background: #ddd url("../images/sche01_bg.jpg") repeat-x center center;
	background-size: cover;
    transition-duration: 5s;
}



#new-container #schedule .sche_cont ul:nth-child(2){
	background: #ddd url("../images/sche02_bg.jpg") repeat-x center center;
	background-size: cover;
    transition-duration: 5s;
}

#new-container #schedule .sche_cont ul:nth-child(3){
	background: #ddd url("../images/sche03_bg.jpg") repeat-x center center;
	background-size: cover;
    transition-duration: 5s;
}

#new-container #schedule .sche_cont ul:nth-child(4){
	background: #ddd url("../images/sche04_bg.jpg") repeat-x center center;
	background-size: cover;
    transition-duration: 5s;
}

#new-container #schedule .sche_cont ul:nth-child(5){
	background: #ddd url("../images/sche05_bg.jpg") repeat-x center center;
	background-size: cover;
    transition-duration: 5s;
}

#new-container #schedule dl{
	background: rgba(0,0,0,0.7);
	color:#fff;
	padding:2% 2.5%;
	width:32%;
	position: absolute;
	top:15%;
}

#new-container #schedule .sche_cont ul:nth-child(3n) dl,
#new-container #schedule .sche_cont ul:nth-child(1) dl,
#new-container #schedule .sche_cont ul:nth-child(5) dl{
	left:8%;
}

#new-container #schedule .sche_cont ul:nth-child(2n) dl{
	right:8%;
}

#new-container #schedule dl dt{
	text-align: center;
	font-size: 45px;
	letter-spacing: 10px;
	margin-left: 10px;
	line-height: 1.8;
	font-weight: bold;
}

#new-container #schedule dl dd{
	line-height: 1.4;
	font-size: 25px;
	font-weight: bold;
}

#new-container #schedule dl dd span{
	font-size: 80%;
}

@media screen and (max-width: 961px) {
	#new-container #schedule ul{
	height:230px;
	height:auto;
	position: relative;
	padding-top: 16%;
	padding-bottom: 16%;
    }



#new-container #schedule dl{
	background: rgba(0,0,0,0.5);
	width:75%;
	position: static;
	margin:0 auto;
}

#new-container #schedule .sche_cont ul:nth-child(3n) dl,
#new-container #schedule .sche_cont ul:nth-child(1) dl,
#new-container #schedule .sche_cont ul:nth-child(5) dl{
	left:none;
}

#new-container #schedule .sche_cont ul:nth-child(2n) dl{
	right:none;
}

#new-container #schedule dl dt{
	text-align: center;
	font-size: 25px;
	letter-spacing: 5px;
	margin-left: 5px;
	line-height: 1.8;
}

#new-container #schedule dl dd{
	line-height: 1.4;
	font-size: 14px;
}

#new-container #schedule dl dd span{
	font-size: 80%;
}
}

/**************

image_video

**************/


#new-container #image_video{
	background-size: cover;	
	position: relative;
	text-align: center;
}

#new-container #image_video p{
	width:960px;
	margin:0 auto;
	margin-top: 95px;
}

#new-container #image_video p img{
	width:100%;
}

#new-container #image_video p img:hover{
	opacity: 0.8;
}

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

#new-container #image_video p{
	width:760px;
}


}

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

#new-container #image_video p{
	width:95vw;
	margin-top: 15%;
}

}

@media screen and (max-width: 450px) {
#new-container #image_video p{
	margin-top: 13%;
}

}

/*アニメーション*/
#new-container .fuwafuwa{
animation: bound 1.5s infinite linear;
animation-play-state:running;

}
@keyframes bound {
0% { transform:  translate(0,-70px) }
10% { transform: translate(0,0px);}
20% { transform:  translate(0,-20px); }
30% {  transform: translate(0,0px);}
100% {  transform: translate(0,0px);}
}


/* ふわふわさせたいものに fuwafuwaクラスを付与 */
#new-container .fuwafuwa2 {
	-webkit-animation-name:fuwafuwa2; /* fuwafuwaっていうアニメーションをしてね！ */
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa2;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa2 {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa2 {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}

/**************

フェア

**************/


#new-container ul.fair{
	width:90%;
	margin:2% auto;
}

#new-container ul.fair li{
	width:22%;
	float:left;
	margin-right:3%;
}

#new-container ul.fair li:last-child{
	margin-right:0;
}

#new-container ul.fair li a{
	text-decoration: none;
	color:#000;
}

#new-container ul.fair li:hover{
	opacity:0.6;
}

#new-container ul.fair .item{
	position: relative;
	height:350px;
	color:#595757;
}

#new-container ul.fair .item dt img{
 width:100%;
 height:200px;
 object-fit: cover;
}

#new-container ul.fair .item dd.date{
	font-size: 80%;
}

#new-container ul.fair .item dd.title{
	font-size: 80%;
}


#new-container ul.fair .item dd.link{
	border-top:1px solid #c3b48d;
	padding:3% 0;
	margin:3% 0;
	position: absolute;
	bottom:0;
	width:100%;
}

#new-container ul.fair .item dd.link::before{
	content: "▶︎";
	color:#c3b48d;
	padding-right:5%;
}

#new-container ul.fair .item dd.content{
	height:auto;
}

@media screen and (max-width: 500px) {
	#new-container ul.fair{
	width:80%;
	margin:2% auto;
}



#new-container ul.fair li{
	width:90%;
	float:none;
	margin-right:0%;
}

#new-container ul.fair li:last-child{
	margin-right:0;
}

#new-container ul.fair li a{
	text-decoration: none;
	color:#000;
}

#new-container ul.fair li:hover{
	opacity:0.6;
}

#new-container ul.fair .item{
	position: relative;
	height:350px;
}

#new-container ul.fair .item dt img{
 width:86%;
 height:200px;
 margin:0 auto;
 object-fit: cover;
}

#new-container ul.fair .item dd.date{
	font-size: 80%;
}

#new-container ul.fair .item dd.title{
	font-size: 80%;
}


#new-container ul.fair .item dd.link{
	display: none;
}


#new-container ul.fair .item dd.content{
	height:auto;
}
}

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

	#new-container div.bx-viewport{
	height:300px !important;
}

}

#new-container .scroll,
#new-container .top_main{
	display: none;
}
#new-container .bxslider{
	display: none;
}
#new-container #image_video .video{
	text-align:center;
	margin:4% auto 5%;
	width:100%;
	max-width:1000px;
}
#new-container iframe{
	width:100%;
	height:500px;
}
@media screen and (max-width: 740px) {
	#new-container #image_video .video{
		text-align:center;
		margin:0% auto 5%;
	}
	#new-container iframe{
		width:100%;
		height:250px;
	}
}

#new-container .new-fair-area {
	padding: 5% 0;
}

/* @media screen and (min-width: 751px) {
	.l-header {
		width: 100%;
		height: 90px;
		background: #fff;
	}
	.l-header__nav {
		text-align: right;
	}
	.l-header__nav ul li a {
		color: #000;
	}
} */