@charset "UTF-8";


body:not(.sphone) article h1 {
	margin-bottom: 5rem;
}
.sphone article h1 {
	margin-bottom: 14%;
}

article h2.seasonTitle,
article h2.seasonTitle span {
	letter-spacing: .08em;
	font-family: 'Noto Sans JP', sans-serif;
}
article .contArea h2.seasonTitle {
	text-align: center;
	border-bottom: none !important;
	/*color: #fff;*/
	/*background-color: #191919;*/
}

/* ----------------------------- */
body:not(.sphone) article h2.seasonTitle,
body:not(.sphone) article h2.seasonTitle span {
	font-size: 1.5rem;
}
body:not(.sphone) article h2.seasonTitle {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	/*padding: .6em 0;*/
}
/*body:not(.sphone) article h2.seasonTitle:nth-of-type(2) {
	margin-top: 5rem !important;
}*/
/* ----------------------------- */
.sphone article h2.seasonTitle,
.sphone article h2.seasonTitle span {
	font-size: 1.3rem;
}
.sphone article h2.seasonTitle {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/*.sphone article h2.seasonTitle:nth-of-type(2) {
	margin-top: 14% !important;
}*/








.contArea h2.mtilte {
	padding-top: .7em;
	padding-bottom: .7em;
	text-align: center;
	letter-spacing: .05em;
	font-size: 1.7em;
	font-family: 'Noto Sans JP', sans-serif;
}
.contArea h2.spring {
	color: #191919;
	background-color: #ff91b2;
}
.contArea h2.summer {
	color: #191919;
	background-color: #ffc800;
}
.contArea h2.autumn {
	color: #191919;
	background-color: #ff9b63;
}
.contArea h2.winter {
	color: #191919;
	background-color: #6ac1ff;
}
.contArea h3,.contArea h4 {
	font-family: 'Noto Sans JP', sans-serif;
}
section dt {
	font-weight: bold;
}
article .spring {
	color: #ff91b2;
}
article .summer {
	color: #ffc800;
}
article .autumn {
	color: #ff9b63;
}
article .winter {
	color: #6ac1ff;
}



.contArea {
	position: relative;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.7);
	box-shadow:0px 0px 8px 0px rgba(0,0,0,.1);
}
.seasonTitle,.seasonTitle span {
	font-family: 'Julius Sans One', sans-serif !important;
}
.contArea .btnList {
	text-align: center;
	letter-spacing: -.4em;
}
.contArea .btnList li {
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
.contArea .btnList li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	box-shadow:0px 0px 4px 0px rgba(0,0,0,.1);
	border: #CDCDCD 1px solid;
	transition: all 200ms 0s ease-out;
}
.contArea .btnList li a:hover,.contArea .btnList li a:focus {
	opacity: .5;
}

.closeCont .closeTxt {
	margin-left: auto;
	margin-right: auto;
	letter-spacing: .04em;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #000;
}
body:not(.sphone) .closeCont .closeTxt {
	width: 20em;
	height: 2.4em;
	margin-top: 1rem;
	line-height: 2.4em;
}
.sphone .closeCont .closeTxt {
	width: 80%;
	height: 2.4em;
	margin-top: 4%;
	line-height: 2.4em;
}
.closeCont>div {
	position: relative;
}
.closeCont>div::before {
	content: '';
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.7);
}


/* ----------------------------- */
body:not(.sphone) .contArea h2.mtilte {
	border-bottom: #191919 3px solid;
}
body:not(.sphone) .contArea h3 {
	font-size: 1.6em;
}
body:not(.sphone) .contArea h4 {
	line-height: 1.4em;
	font-size: 1.3em;
}

body:not(.sphone) section dl {
	overflow: hidden;
}
body:not(.sphone) section dt,body:not(.sphone) section dd {
	padding-top: .7rem;
	padding-bottom: .7rem;
	font-size: 1.2em;
}
body:not(.sphone) section dt {
	float: left;
	box-sizing: border-box;
	width: 30%;
	padding-left: 2%;
	text-align: right;
}
body:not(.sphone) section dd {
	position: relative;
	padding-left: 32%;
}
body:not(.sphone) section .btn {
	position: absolute;
	right: 0;
	top: .5em;
}
body:not(.sphone) section .btn a {
	width: 12em;
	height: 2em;
	line-height: 2em;
	font-size: .8em;
	border-radius: 1em;
}
body:not(.sphone) .contArea .btnList {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
body:not(.sphone) .contArea .btnList li {
	width: 32%;
	margin-top: 1rem;
}
body:not(.sphone) .contArea .btnList li:nth-child(3n+2) {
	margin-left: 2%;
	margin-right: 2%;
}
body:not(.sphone) .contArea .btnList li a {
	height: 4em;
	line-height: 4em;
}


/* ----------------------------- */
.pc .contArea {
	width: 900px;
	margin: 2rem auto 0;
	padding-bottom: 3rem;
}
.pc section dl {
	width: 36em;
	margin-left: auto;
	margin-right: auto;
}


/* ----------------------------- */
.tablet .contArea {
	width: 90%;
	margin: 4% auto 0;
}


/* ----------------------------- */
.sphone .contArea {
	width: 96%;
	margin: 6% auto 0;
	padding-bottom: 12%;
}
.sphone .contArea h2.mtilte {
	font-size: 1.4em;
	border-bottom: #191919 2px solid;
}
.sphone .contArea h3 {
	font-size: 1.3em;
}
.sphone .contArea h4 {
	font-size: 1.2em;
}

.sphone section dl {
	overflow: hidden;
	margin: auto 3%;
	text-align: center;
	font-size: 1.1em;
}
.sphone section dl dt {
	margin-top: 3%;
}
.sphone .contArea .att {
	margin-left: 3%;
	margin-right: 3%;
}

.sphone .contArea .btnList li {
	width: 80%;
	margin-top: 2%;
}
.sphone .contArea .btnList li a {
	height: 4em;
	line-height: 4em;
}






