@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,700,900');

html, body, div, span, applet,footer, 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;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

main,article,aside,details,figcaption,figure,header,hgroup,menu,nav,section {
	display: block;
	margin: 0;
	padding: 0;
}

html {
	font-size: 137.5%;
}

a {
	color: #f25c81;
	text-decoration: none;
	transition: 0.5s;
}

a:hover {
	opacity: 0.75;
}

p:not(:last-child) {
	margin: 0 0 1.45rem 0;
}

.sp {
	display: none;
}

.pc {
	display: inline-block;
}

.note {
	font-size: 0.8rem;
}

.note-s{
	font-size: 0.54rem;
}

.flex-sb {
	margin: 0 0 1rem 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: start;
	align-items: start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-sbc {
	margin: 0 0 1rem 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-st {
	margin: 0 0 1rem 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: start;
	align-items: start;
	-webkit-justify-content: start;
	justify-content: start;
}

.flex-c {
	margin: 0 0 1rem 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex-sb img {
	max-width: 100%;
	height: auto;
}

.fwrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.txt_c {
	text-align: center !important;
}

.txt_r {
	text-align: right !important;
}

.txt_jstfy {
	text-align: justify !important;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #666666;
	line-height: 1.75;
	font-weight: 300;
	font-feature-settings : "palt";
	background: url(../images/BG_sakura.jpg);
	background-attachment: fixed;
	position: relative;
}

main {
	position: relative;
}

header {
	width: 100%;
	height: 78px;
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: rgba(242, 92, 129, 0.0);
	top: 675px;
	left: 0;
	position: absolute;
	z-index: 100;
}

header a {
	max-width: 332px;
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}

header a.new:after {
	content: '';
	width: 69px;
	height: 67px;
	background: url(../images/common/button_menu_new.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: -10px;
}

header a img {
	width: 100%;
}

header a:last-child img {
	opacity: 0.5;
}

header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(242, 92, 129, 0.8);
}

section {
	margin: 0;
	padding: 50px 0;
	text-align: center;
}

section h2 {
	max-width: 1000px;
	margin: 0 auto 30px;
	padding: 0;
	color: #f25c81;
	text-align: center;
	font-weight: 400;
	vertical-align: middle;
	position: relative;
}

section h2 img {
	max-width: 100%;
	vertical-align: middle;
}

section h2:before,
section h2:after {
	content: '';
	width: 68px;
	height: 64px;
	background: url(../images/common/midashi_img.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}

section h2:before {
	left: 0;
}

section h2:after {
	right: 0;
}

.titile-img {
	height: 384px;
	margin: 0 0 30px 0;
	overflow: hidden;
	border-top: solid 1px #f25c81;
	border-bottom: solid 1px #f25c81;
}

.titile-img img {
	width: 100%;
	min-height: 384px;
	object-fit: cover;
}

.content_box {
	max-width: 1000px;
	margin: 0 auto 30px;
	text-align: justify;
	color: #f25c81;
}

.content_box:only-child,
.content_box:last-child {
	margin: 0 auto;
}

.content_box.border {
	border-radius: 600px / 60px;
	position: relative;
	background: #f25c81;
	-webkit-clip-path: polygon(0% 0%, 48% 0%, 50% 20px, 52% 0%, 100% 0%, 100% 100%, 0 100%);
	clip-path: polygon(0% 0%, 48% 0%, 50% 20px, 52% 0%, 100% 0%, 100% 100%, 0 100%);
	position: relative;
}

.content_box.border-w {
	padding: 1rem 0;
	border: solid 1px #f25c81;
	background: #ffffff;
}

.content_box_inner {
	padding: 60px 45px;
	text-align: center;
}

.content_box_inner * {
	position: relative;
	z-index: 2;
}

.content_box_inner:after {
	border-radius: 600px / 60px;
	content: "";
	position: absolute;
	background: #ffffff;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
}

.content_box_inner,
.content_box_inner:after {
	-webkit-clip-path: polygon(0% 0%, 48% 0%, 50% 20px, 52% 0%, 100% 0%, 100% 100%, 0 100%);
	clip-path: polygon(0% 0%, 48% 0%, 50% 20px, 52% 0%, 100% 0%, 100% 100%, 0 100%);
}

.content_box h3 {
	margin: 0 0 2em 0;
	padding: 0.6rem 0.25em;
	font-size: 1rem;
	text-align: center;
	color: #ffffff;
	letter-spacing: -0.03rem;
	font-weight: 700;
	background: #f25c81;
	border-radius: 10rem;
}

.content_box_inner ul li {
	padding: 0 0 0 1rem;
	text-indent: -1rem;
}

.content_box_inner .box_red {
	padding: 0.5rem;
	color: #d03742;
	border: solid 2px #d03742;
}

.content_box_inner .box_pink {
	padding: 1rem;
	border: solid 1px #f25c81;
}

.bdr-btm {
	margin-bottom: 1rem !important;
	padding-bottom: 1rem;
	border-bottom: solid 1px #f25c81;
}

dl {
	text-align: justify;
}

dl > dt {
	font-weight: 400;
}

dl.event-info > dt:not(:last-of-type),
dl.event-info > dd:not(:last-of-type) {
	margin: 0 0 1.45rem 0;
}

dl.event-info > dt {
	width: 12%;
	font-weight: 400;
	position: relative;
}

dl.event-info > dt.new:after {
	content: '';
	width: 61px;
	height: 37px;
	background: url(../images/common/icon_new.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: -25px;
	left:-30px;
}

dl.event-info > dd {
	width: 88%;
}

dl.event-info > dd img {
	max-width: 100%;
}

dl.important {
	margin: 1rem 0 0 0;
	border: solid 2px #d03742;
}

dl.important > dt {
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	font-family: 'Noto serif JP', serif;
	font-weight: 700;
	background: #d03742;
	cursor: pointer;
	position: relative;
}

dl.important > dt:after {
	width: 40px;
	height: 28px;
	margin: auto;
	content: '';
	background: url(../images/common/button_notes.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2%;
	transition: transform .3s;
}

dl.important > dt.active:after {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

dl.important > dd {
	color: #d03742;
	display: none;
}

dl.important > dd .close {
	margin: 0 auto 1rem;
	text-align: center;
	cursor: pointer;
}

dl.important > dd > dl {
	padding: 1rem;
}

dl.important > dd > dl > dd:not(:last-of-type) {
	margin: 0 0 1rem 0;
}

.btn {
	padding: 0 0.2rem;
	color: #ffffff;
	font-weight: 400;
	background: #f25c81;
	border-radius: 0.2rem;
}

.yt {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.yt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* フッター
--------------------*/
footer {
	margin: 0;
	padding: 40px 0;
	text-align: center;
	background: #f25c81;
}

footer a {
	font-size: 0.636rem;
	color: #ffffff;
	text-decoration: underline;
	display: inline-block;
}

footer .logo {
	max-width: 550px;
	margin: 0 auto 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .copyright {
	font-size: 0.545rem;
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
	font-weight: 300;
}

.modaal-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #f25c81;
	cursor: pointer;
	opacity: 1;
	background: rgba(0,0,0,0);
	border-radius: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	z-index: 9999999;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: none;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background:url(../images/common/button_stamptee_list.png);
}

.modaal-close span {
	display: none;
}

.modaal-close:before,
.modaal-close:after {
	width: 30px;
	height: 30px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0;
	background: none;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	display: block;
}

.modaal-close:before {
	width: 30px;
	height: 30px;
	content: '';
	background:url(../images/common/button_stamptee_list.png);
	transform: none;
}

.modaal-close:after {
	display: none;
}

/* ページトップ
--------------------*/
#page-top {
	position: fixed;
	right: 2.5%;
	bottom: 2.5%;
	z-index: 100;
}

#page-top a {
	display: block;
	transition: all 0.3s ease;
	animation: bound .3s ease infinite alternate;
}

#page-top a:hover {
	opacity: 1.0;
}

@keyframes bound{
	0% {transform: translateY(0px);}
	100% {transform: translateY(-5px);}
}

@media screen and (max-width: 767px) {
	html {
		font-size: 107.5%;
	}
	
	p {
		text-align: justify;
	}
	
	.sp {
		display: inline-block;
	}
	
	.pc {
		display: none;
	}
	
	.note-s{
		font-size: 0.8rem;
	}
	
	.flex-sb {
		margin: 0 0 1rem 0;
		display: block;
	}
	
	.flex-sbc {
		margin: 0 0 1rem 0;
		display: block;
	}
	
	.flex-st {
		margin: 0 0 1rem 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: start;
		justify-content: start;	}
	
	.flex-c {
		margin: 0 0 1rem 0;
		display: block;
	}
	
	.flex-sb img {
		max-width: 100%;
		height: auto;
	}
	
	body {
		line-height: 1.45;
		background: none;
		position: relative;
	}
	
	body:before {
		width: 100vw;
		height: 100%;
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		background: url(../images/BG_sakura.jpg) center no-repeat;
		background-size: cover;
		z-index: -1;
	}
	
	header {
		min-height: 90px;
		background: #f25c81;
		top: 375px;
		left: 0;
		position: absolute;
		z-index: 100;
	}
	
	header a {
		max-width: 254px;
	}
	
	header a.new:after {
		content: '';
		width: 50%;
		height: 80%;
		background: url(../images/common/sp/button_menu_new.png) no-repeat;
		background-size: 100%;
		top: -16%;
		right: -10%;
	}
	
	header a img {
		width: 100%;
	}
	
	@media screen and (min-width: 768px) and (max-width: 768px) {
		header a {
			max-width: 254px;
		}
		
		header a.new:after {
			content: '';
			width: 50%;
			height: 80%;
			background: url(../images/common/sp/button_menu_new.png) no-repeat;
			background-size: 100%;
			top: -20%;
			right: -10%;
		}
		
		header a img {
			width: 100%;
		}
	}
	section {
			padding: 1rem 0;
	}
		
	section h2 {
		margin: 0 1rem 1rem;
	}
	
	section h2:before,
	section h2:after {
		width: 32px;
		height: 35px;
		transform: none;
		left: auto;
		right: auto;
	}
	
	section h2:before {
		margin: 0 0 0.5rem 0;
		position: relative;
		display: block;
		left: 50%;
		transform: translate(-50%,0);
	}
	
	section h2:after {
		display: none;
	}
	
	.titile-img {
		height: 105px;
	}
	
	.titile-img img {
		min-height: 105px;
	}
	
	.content_box {
		max-width: none;
		margin: 0 1rem 1rem;
	}
	
	.content_box:only-child,
	.content_box:last-child {
		margin: 0 1rem;
	}
	
	.content_box.border {
		border-radius: 600px / 60px;
		-webkit-clip-path: polygon(0% 0%, 46% 0%, 50% 10px, 54% 0%, 100% 0%, 100% 100%, 0 100%);
		clip-path: polygon(0% 0%, 46% 0%, 50% 10px, 54% 0%, 100% 0%, 100% 100%, 0 100%);
	}
	
	.content_box_inner {
		padding: 1.25rem 15px;
	}
	
	.content_box_inner,
	.content_box_inner:after {
		-webkit-clip-path: polygon(0% 0%, 46% 0%, 50% 10px, 54% 0%, 100% 0%, 100% 100%, 0 100%);
		clip-path: polygon(0% 0%, 46% 0%, 50% 10px, 54% 0%, 100% 0%, 100% 100%, 0 100%);
	}
	
	.content_box h3 {
		margin: 0 0 1em 0;
		border-radius: 1.5rem;
	}
	
	.content_box_inner ul li {
		padding: 0 0 0 1rem;
		text-indent: -1rem
	}
	
	dl.event-info > dt:not(:last-of-type) {
		margin: 0;
	}
	
	dl.event-info > dd:not(:last-of-type) {
		margin: 0 0 1.45rem 0;
	}
	
	dl.event-info > dt {
		width: 100%;
		position: relative;
	}
	
	dl.event-info > dt.new:after {
		content: '';
		width: 40px;
		height: 30px;
		background: url(../images/common/icon_new.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: -17px;
		left:-12px;
	}
	
	dl.event-info > dd {
		width: 100%;
		padding: 0 0 0 1rem;
	}
	
	dl.important > dt:after {
		width: 24px;
		height: 22.4px;
		margin: 0.75rem auto 0.25rem;
		position: relative;
		right: auto;
		display: block;
	}
	
	.btn {
		padding: 0 0.2rem;
		color: #ffffff;
		font-weight: 400;
		background: #f25c81;
		border-radius: 0.2rem;
	}
	
	.yt {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	
	.yt iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	/* フッター
	--------------------*/
	footer {
		padding: 1rem 0;
	}
	
	footer a {
		margin: 0 0 1rem 0;
	}
	
	footer .logo {
		max-width: 550px;
		margin: 0 15px 10px;
		-webkit-display: flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	/* ページトップ
	--------------------*/
	#page-top a img {
		width: 76px;
	}
	
}
