@charset "UTF-8";
@import "common.pc.css";

/* ---------------------------------------------------------
	CSS Document notice
--------------------------------------------------------- */

#notice {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 1100px;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	color: #e21616;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#notice .section {
	width: 560px;
	padding: 20px 20px 60px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

#notice .close {
	margin-bottom: 15px;
	text-align: right;
}

#notice .close img {
	height: 40px;
	cursor: pointer;
	transition: .4s;
}

#notice .close img:hover {
	opacity: 0.6;
}

#notice figure {
	margin-bottom: 20px;
}

#notice figure img {
	height: 76px;
}

#notice p {
	font-weight: 600;
	font-size: 20px;
}

/* ---------------------------------------------------------
	CSS Document slider
--------------------------------------------------------- */

#loop {
	display: flex;
	width: 4396vw;
	height: 460px;
	overflow: hidden;
	margin-bottom: 70px;
	position: relative;
}

#loop .marquee1,
#loop .marquee2 {
	display: flex;
	animation: loop 34s linear infinite;
}

#loop .marquee1 {
	backface-visibility: hidden;
	will-change: transform;
}

@keyframes loop {
	0% {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-4377px);
	}
}

#loop img {
	max-width: 600%;
	height: 450px;
	will-change: transform;
}

/* ---------------------------------------------------------
	CSS Document video
--------------------------------------------------------- */

#video {
	margin-bottom: 90px;
	font-size: 0;
}

#video video {
	vertical-align: top;
	width: 100%;
	height: 620px;
}

#video iframe {
	vertical-align: top;
	width: 100%;
	height: 620px;
	overflow: hidden;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document message
--------------------------------------------------------- */

#message {
	margin-top: 70px;
	margin-bottom: 80px;
}

#message h2 {
	margin-bottom: 1em;
	font-weight: 900;
	font-size: 26px;
	line-height: 46px;
	color: #0095bc;
}

#message h2:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 28px;
	height: 50px;
	margin: 0 15px 0 -15px;
	background: url(../images/balloon.png) no-repeat 0 0 / 100% auto;
}

#message p {
	margin-bottom: 1em;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin-bottom: 80px;
}

#outline h2 {
	margin-bottom: 30px;
	font-weight: 900;
	font-size: 26px;
	line-height: 46px;
	color: #0095bc;
}

#outline h2:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 28px;
	height: 50px;
	margin: 0 15px 0 -15px;
	background: url(../images/balloon.png) no-repeat 0 0 / 100% auto;
}

#outline .table {
	display: table;
	width: 100%;
	border: solid 1px #dcdcdc;
	background: #fff;
}

#outline dl {
	display: table-row;
}

#outline dt {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	padding: 15px 30px;
	background: #f8f4d6;
	border-bottom: solid 1px #dcdcdc;
}

#outline dd {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	padding: 15px 30px;
	border-bottom: solid 1px #dcdcdc;
	text-align: left;
}

#outline dd .month {
	display: inline-block;
	vertical-align: top;
	width: 6em;
}

#outline dd .day {
	margin-left: 6em;
}

/* ---------------------------------------------------------
	CSS Document entry
--------------------------------------------------------- */

#entry {
	margin-bottom: 100px;
}

#entry h2 {
	margin-bottom: 30px;
	font-weight: 900;
	font-size: 26px;
	line-height: 46px;
	color: #0095bc;
}

#entry h2:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 28px;
	height: 50px;
	margin: 0 15px 0 -15px;
	background: url(../images/balloon.png) no-repeat 0 0 / 100% auto;
}

#entry p {
	margin-bottom: 30px;
}

#entry ol {
	display: flex;
	justify-content: center;
	padding: 30px 0 35px;
	background: #f8f4d6;
}

#entry ol em {
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 17px;
}

#entry li {
	width: 220px;
	margin: 0 10px;
}

#entry a {
	display: block;
	padding: 15px 0;
	border-radius: 5px;
	background: linear-gradient(to bottom, #eeaa3f 0%,#83550c 100%);
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.6);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
}

#entry a:hover {
	opacity: 0.6;
}

#entry a span {
	display: block;
	font-size: 19px;
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
	text-align: left;
}

#news {
	width: 66%;
}

#info h2 {
	margin-bottom: 15px;
	font-weight: 900;
	font-size: 26px;
	line-height: 1;
	color: #0095bc;
}

#news .overflow {
	height: 21em;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
}

#news dl {
	display: flex;
	align-items: flex-start;
	padding: 20px 20px 20px 0;
	line-height: 1.6;
}

#news dl:not(:first-of-type) {
	border-top: solid 1px #dcdcdc;
}

#news dt {
	width: 8em;
	margin-top: 0.2em;
	margin-right: 2em;
	border-radius: 20px;
	background: #0095bc;
	text-align: center;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}

#news dd {
	flex: 1;
}

#news dd font {
	font-family: 'Noto Sans JP', "Noto Sans SC", ssans-serif;
}

#acmailer {
	width: 30%;
}

#acmailer h2 {
	padding-bottom: 15px;
	border-bottom: solid 1px #dcdcdc;
}

#acmailer .email {
	margin-top: 15px;
}

#acmailer [type=email] {
	vertical-align: top;
	width: 100%;
	height: 40px;
	padding-left: 0.5em;
	border-radius: 5px;
	border: solid 1px #dcdcdc;
	background: #fff;
	box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, 0.1) inset;
}

#acmailer .radio {
	height: 20px;
	margin-top: 15px;
	text-align: center;
}

#acmailer .radio label {
	display: inline-block;
	vertical-align: top;
	margin: 0 1em;
	line-height: 20px;
}

#acmailer [type=radio] {
	vertical-align: top;
	width: 20px;
	height: 20px;
}

#acmailer .submit {
	display: flex;
	justify-content: center;
	margin: 15px 0 40px;
	text-align: center;
}

#acmailer .submit [type=submit] {
	vertical-align: top;
	width: 100px;
	height: 40px;
	border-radius: 5px;
	border: 0;
	background: rgb(251, 194, 0);
	box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.4);
	font-weight: 500;
	color: #333;
	cursor: pointer;
	transition: .4s;
}

#acmailer .submit .cancel {
	margin-left: 15px;
}

#acmailer .submit .cancel [type=submit] {
	background: #333;
	box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.4);
	font-weight: 400;
	color: #fff;
}

#acmailer .submit [type=submit]:hover {
	opacity: 0.6;
}

#acmailer .instagram {
	text-align: center;
}

#acmailer .instagram img {
	height: 50px;
}

/* ---------------------------------------------------------
	CSS Document sakka
--------------------------------------------------------- */

#sakka {
	margin-bottom: 80px;
}

#sakka h2 {
	margin-bottom: 30px;
	font-weight: 900;
	font-size: 26px;
	line-height: 46px;
	color: #0095bc;
}

#sakka h2:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 28px;
	height: 50px;
	margin: 0 15px 0 -15px;
	background: url(../images/balloon.png) no-repeat 0 0 / 100% auto;
}

/* ---------------------------------------------------------
	CSS Document access
--------------------------------------------------------- */

#access {
	margin-bottom: 120px;
}

#access h2 {
	margin-bottom: 30px;
	font-weight: 900;
	font-size: 26px;
	line-height: 46px;
	color: #0095bc;
}

#access h2:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 28px;
	height: 50px;
	margin: 0 15px 0 -15px;
	background: url(../images/balloon.png) no-repeat 0 0 / 100% auto;
}

#access .iframe {
	height: 450px;
	margin-bottom: 20px;
	background: #ddd;
}

#access iframe {
	vertical-align: top;
	width: 100%;
	height: 450px;
	overflow: hidden;
	border: 0;
}

#access .flex {
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document banner
--------------------------------------------------------- */

#banner {
	margin-bottom: 80px;
	font-size: 0;
}

#banner h2 {
	width: 80%;
	height: 37px;
	margin: 0 auto 50px;
	border-radius: 37px;
	background: #666;
	font-weight: 500;
	font-size: 20px;
	line-height: 34px;
	color: #fff;
}

#banner ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#banner li {
	width: 33.3%;
	margin-bottom: 30px;
}

#banner li:nth-of-type(n + 19) {
	width: 35%;
}

#banner li a {
	display: block;
	background: #fff;
}

#banner li a:hover {
	opacity: 0.6;
}

#banner li img {
	height: 80px;
}
