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

@media only screen and (min-width: 992px) { /*表示切り替え*/
	.sp-only{
		display: none;
	}
}

@import url('https://fonts.googleapis.com/css?family=Public+Sans:300&display=swap');

body{
	font-family: 'Public Sans', sans-serif;
	font-weight: 300;
}

img{
	max-width: 100%;
}

h2{
	font-size: 42px;
	font-weight: 300;
	padding: 80px 0 5px;
	margin-bottom: 40px;
}

p{
	font-size: 18px;
}

.f-en{
	font-family: 'Questrial', sans-serif;
}

nav{
	background-color: #fff;
}
nav .headlogo , .footlogo{
	width: 170px;
}
nav .nav-item{
	margin-right: 10px;
	margin-left: 10px;
}
nav a.nav-link{
	color: #000;
	border-bottom: solid 3px #F0EF65;
}
nav a.nav-link:hover{
	color: #c1c1c1;
}
.navbar-expand-md .navbar-nav .nav-link{
	padding-left: 0;
	padding-right: 0;
}
nav p{
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 10px;
}


#about , #campaign , #message{
	background-color: #F0EF65;
	padding: 50px 0 0;
}

#about{
	position: relative;
    overflow: hidden;
}
#about .garland_l , #about .garland_r{
	position: absolute;
	top: 0;
	z-index: 2;
}
#about .garland_l{
	left: 0;
}
#about .garland_r{
	right: 0;
}
#about h2{
	font-size: 42px;
	letter-spacing: 3px;
    line-height: 1.4;
	background-image: url("../img/main_h.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
#about p{
	line-height: 2.4;
    letter-spacing: 1px;
}
#about .flowerwrap_about{
	position: relative;
	padding-bottom: 50px;
}
#about .flower_1{
	position: absolute;
	top: -100px;
    left: -95px;
}
#about .flower_2{
	position: absolute;
	top: 250px;
    left: 40px;
}
#about .flower_3{
	position: absolute;
    top: 50px;
    right: -90px;
}
#about .annivpt_1{
	display: block;
    margin-right: -45px;
    margin-left: auto;
	margin-bottom: 30px;
}
#about .annivpt_2{
	display: block;
    margin-right: auto;
    margin-left: -45px;
}

#campaign{
	padding-bottom: 70px;
}
#campaign .container{
	position: relative;
}
#campaign .flower_4{
	position: absolute;
	top: 0;
	left: 0;
}
#campaign .flower_5{
	position: absolute;
	top: 0;
    right: -20px;
}
#campaign p:nth-child(2){
    line-height: 2.2;
}
#campaign .camp_bn{
	position: relative;
    max-width: 740px;
    padding: 20px 0;
    margin: 0 auto 20px;
    border-radius: 20px;
    background-color: #fff;
}
#campaign .camp_bn .campmark{
	max-width: 100px;
	position: absolute;
	top: -10px;
    right: -20px;
	transform: rotate(45deg);
}
#campaign .camp_bnlink p{
	font-size: 16px;
	padding: 10px 0 30px;
}

#history{
	padding: 60px 0;
}
#history p:nth-child(2){
    line-height: 2.2;
	margin-bottom: 100px;
}
#history .hi-wrap{
	
}
#history h3{
    font-size: 35px;
    font-weight: 300;
    margin-top: 105px;
    margin-left: -150px;
}
#history p.hi-p{
	font-size: 15px;
    line-height: 1.8;
	padding-right: 70px;
    margin-top: 90px;
	margin-bottom: 0;
}

#comingsoon{
	padding: 100px 20px 80px;
	background-color: #F0EF65;
}
#comingsoon p{
	line-height: 2;
	margin-bottom: 40px;
}

#movie{
	background: repeating-linear-gradient( 50deg, #F0EF65, #F0EF65 2px, #fff 1px, #fff 25px );
	padding-bottom: 100px;
}
#movie h2{
	margin-bottom: 20px;
}
#movie h2 span{
	font-size: 16px;
}
#movie .row{
	max-width: 650px;
	margin: 0 auto;
}
#movie .movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	margin-top: 50px;
	height: 0;
	overflow: hidden;
}
#movie .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#message{
	padding-bottom: 80px;
	background-image: url("../img/flower_7.png") , url("../img/flower_8.png");
	background-repeat: no-repeat;
	background-position: left top 50px , right top 80px;
}
#message h2{
	line-height: 1.6;
	padding-top: 40px;
	margin-bottom: 20px;
}
#message .col-12 p:nth-child(2){
    line-height: 2.2;
	margin-bottom: 50px;
}
#message .card-columns{
	max-width: 1000px;
	margin: 0 auto;
}
#message .card{
	position: relative;
	border: none;
    border-radius: 20px;
	padding: 60px 50px 40px;
	margin: 30px 0 20px;
}
#message .card::after {
	position: absolute;
	top: -1.5em;
	left: 35%;
	height: 40px;
	width: 160px;
	content: "";
	background-color: #F0EF65;
	mix-blend-mode: multiply;
	opacity: 0.9;
	border: solid 2px #e6d76e;
}
#message .message-title{
	margin-bottom: 20px;
}
#message .card p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

/*news*/
#news{
	background: url(../img/newsbg.png);
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: bottom 5% center;
}
#news p{
	font-size: 16px;
}

#news p{
	font-size: 16px;
}

#news th{
	border: 1px solid #343434;
    padding: 15px 30px;
    line-height: 1.5;
    position: relative;
}

#news td{
	border: 1px solid #343434;
    padding: 15px;
    line-height: 1.5;
    position: relative;
}

#news .news-title{
	padding-bottom: 20px;
	background: url("../img/news-l.png") , url("../img/news-r.png");
    background-repeat: no-repeat;
    background-position: bottom 30% left 10% , bottom 30% right 10%;
	background-color: #F0EF65;
}
#news .news-title h2{
	font-size: 26px;
    line-height: 1.8;
	padding: 50px 0 0;
	margin-bottom: 10px;
}
#news .news-content{
	border-bottom: solid 1px #9D9D9D;
}
#news .news-content , .news-outline{
	max-width: 700px;
	padding-bottom: 30px;
	margin: 50px auto 0;
}
#news .news-content p{
	margin-top: 40px;
}
#news .news-outline .news-th{
    display: inline-block;
	font-weight: 500;
    border: solid 7px #F0EF65;
    padding: 5px 10px;
}
#news .news-outline .news-td{
	margin-bottom: 30px;
}
#news .news-link{
	background: repeating-linear-gradient( 50deg, #F0EF65, #F0EF65 2px, #fff 1px, #fff 25px );
	padding: 70px 0;
	margin: 50px 0 100px;
}
#news .news-link div{
	display: inline-block;
}
#news .news-link div a{
    display: inline-block;
	border: solid 3px #F0EF65;
	border-radius: 45px;
	padding: 20px 30px;
	margin: 0 5px;
	color: #333333;
	background-color: #F0EF65;
}
#news .news-link div a:hover{
	border: solid 3px #F0EF65;
	background-color: #fff;
	text-decoration: none;
}

#footmenu{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1170px;
	margin: 20px auto;
}
#footmenu ul{
	display: inline-block;
	padding-left: 10px;
	margin-left: 20px;
	border-left: solid 1px #B6B6B6;
}
#footmenu li{
	display: inline-block;
    padding: 0 12px 0 7px;
    border-right: solid 1px #B6B6B6;
}
#footmenu li a{
	color: #000;
}
#footmenu p{
	font-size: 14px;
}

p.copyright{
	margin-bottom: 0;
}


@media all and (max-width: 991px) {


	.pc-only{ /*表示切り替え*/
		display: none;
	}

	@media all and (-ms-high-contrast:none) { /*ieFONT*/
		body {
			font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		}
	}

	h2{
	    padding: 40px 0 5px;
	    margin-bottom: 30px;
	}

	nav .headlogo{
		width: 100px;
	}
	.navbar{
		padding: 5px 10px;
		box-shadow: 0px 0px 10px #dedede;
	}
	nav p{
		font-size: 3vw;
	}
	nav .navbar-toggler{
		padding: 0;
	}
	nav button:focus{
		outline: none;
	}
	nav ul.navbar-nav{
		padding-top: 15px;
	}
	nav a.nav-link{
		border-bottom: none;
		padding: 0px 0 10px;
	}


	.flower_1 , .flower_2 , .flower_3 , .flower_4 , .flower_5{
		display: none;
	}

	#about{
		text-align: center;
		padding: 20px 0 0;
	}
	#about h2{
		font-size: 26px;
		letter-spacing: 2px;
		background-size: contain;
	}
	#about p{
		text-align: left;
	    font-size: 16px;
	    line-height: 1.8;
	    letter-spacing: 0px;
	}
	#about .annivpt_1 , #about .annivpt_2{
		display: none;
	}
	#about .flowerwrap_about{
		background-image: url(../img/flower_m1.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: contain;
		padding-bottom: 25px;
	}

	#campaign{
		background-image: url(../img/flower_m2.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}
	#campaign p:nth-child(2){
		font-size: 16px;
	    line-height: 1.8;
	    text-align: left;
	}
	#campaign .camp_bn{
		border-radius: 10px;
		padding: 7px;
	    margin-bottom: 10px;
	}
	#campaign .camp_bn .campmark{
	    max-width: 50px;
	    top: -10px;
	    right: 0px;
		transform: rotate(0deg);
	}
	#campaign img.camp_bd{
		width: 88px;
	}
	#campaign .camp_bnlink p:nth-child(2){
		font-size: 14px;
		text-align: center;
	    padding: 5px 0 25px;
		margin: 10px 0 0;
	}

	#history p:nth-child(2){
		font-size: 16px;
	    line-height: 1.8;
	    text-align: left;
		margin-bottom: 30px;
	}
	#history .hi-img{
		max-width: 280px;
	    padding-top: 80px;
	}
	#history .hi-wrap{
		background-image: url("../img/hi-bg1.png");
		background-repeat: repeat-y;
		background-position: left 30px top;
	    background-size: 33px;
	}
	#history .hi-wrap-end{
		background-image: url("../img/hi-bg2.png");
		background-repeat: no-repeat;
		background-position: left 30px top;
	    background-size: 33px;
		padding: 60px 0;
	}
	#history h3{
		font-size: 26px;
	    margin-top: 40px;
	    margin-left: 60px;
	}
	#history p.hi-p{
		margin-top: 30px;
	    margin-left: 60px;
	    padding-right: 0;
	}

	#movie{
		padding-top: 30px;
		padding-bottom: 80px;
	}
	#movie p{
		font-size: 15px;
	}
	#movie .movie-wrap{
		margin-top: 30px;
	}

	#message{
		background-image: url(../img/flower_m3.png);
		background-repeat: no-repeat;
		background-position: top 30px center;
		background-size: contain;
	}
	#message h2{
		font-size: 30px;
	}
	#message .col-12 p:nth-child(2){
		font-size: 16px;
	    line-height: 1.8;
	    text-align: left;
		margin-bottom: 30px;
	}
	#message .card{
		padding: 70px 25px 50px;
		margin-top: 50px;
	}
	#message .card::after{
		left: 26%;
		width: 47%;
	}
	#message .message-title{
		margin-bottom: 30px;
	}

	#news .news-title h2{
		font-size: 20px;
	}
	#news .news-content, .news-outline{
		padding: 0 20px;
		margin: 30px 0 0;
	}
	#news .news-link div{
		display: block;
	}
	#news .news-link div a{
		width: 80%;
		margin-bottom: 20px;
	}

	#footmenu{
		display: block;
	    text-align: center;
		margin: 50px 0 60px;
	}
	#footmenu ul{
		display: block;
		border: none;
		padding-left: 0;
		margin-left: 0;
	}
	#footmenu li{
		display: block;
		border: none;
		margin-top: 30px;
	}
	.footlogo{
		width: 150px;
		margin-bottom: 20px;
	}
	footer .copyright{
		font-size: 12px;
	}
}


@media only screen and (min-device-width: 481px) { /*表示切り替え*/
	.card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

