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

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

#slider {
	margin-bottom: 10vw;
}

#slider img {
	height: 80vw;
}

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

#video {
	height: 0;
	overflow: hidden;
	margin: 0 5vw 15vw;
	padding-bottom: 52%;
	position: relative;
}

#video video {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}

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

#message {
	margin-top: 10vw;
	margin-right: 5vw;
	margin-bottom: 10vw;
	margin-left: 5vw;
}

#message h2 {
	display: inline-block;
	vertical-align: top;
	height: 11vw;
	margin-bottom: 1em;
	padding: 0 1em;
	border-radius: 11vw;
	background: #f7c4d0;
	font-weight: 900;
	font-size: 4.5vw;
	line-height: 10.5vw;
	color: #0b78c0;
}

#message p {
	text-align: justify;
}

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

#outline {
	margin-right: 5vw;
	margin-bottom: 15vw;
	margin-left: 5vw;
}

#outline h2 {
	display: inline-block;
	vertical-align: top;
	height: 11vw;
	margin-bottom: 1em;
	padding: 0 1em;
	border-radius: 11vw;
	background: #f7c4d0;
	font-weight: 900;
	font-size: 4.5vw;
	line-height: 10.5vw;
	color: #0b78c0;
}

#outline .table {
	display: table;
	width: 100%;
	border: solid 1px #c8cbce;
	background: rgba(194, 217, 78, 0.2);
}

#outline dl {
	display: table-row;
}

#outline dt {
	display: table-cell;
	vertical-align: middle;
	padding: 1em;
	border-bottom: solid 1px #c8cbce;
	white-space: nowrap;
}

#outline dd {
	display: table-cell;
	vertical-align: middle;
	padding: 1em;
	border-bottom: solid 1px #c8cbce;
	background: #fff;
	text-align: left;
}

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

#entry {
	margin-right: 5vw;
	margin-bottom: 15vw;
	margin-left: 5vw;
}

#entry h2 {
	display: inline-block;
	vertical-align: top;
	height: 11vw;
	margin-bottom: 1em;
	padding: 0 1em;
	border-radius: 11vw;
	background: #f7c4d0;
	font-weight: 900;
	font-size: 4.5vw;
	line-height: 10.5vw;
	color: #0b78c0;
}

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

#entry ol {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 5vw;
	background: rgba(194, 217, 78, 0.2);
}

#entry li {
	width: 48%;
	margin: 1%;
}

#entry a {
	display: block;
	padding: 15px 0;
	border-radius: 3px;
	background: linear-gradient(to bottom, #25a1db 0%,#0484c3 100%);
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.6);
	font-weight: 500;
	font-size: 3.5vw;
	line-height: 1.4;
	color: #fff;
}

#entry a span {
	display: block;
	font-size: 4.5vw;
}

#entry a.disabled {
	opacity: 0.4;
	cursor: default;
}

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

#news {
	margin-right: 5vw;
	margin-bottom: 15vw;
	margin-left: 5vw;
}

#info h2 {
	display: inline-block;
	vertical-align: top;
	height: 11vw;
	margin-bottom: 1em;
	padding: 0 1em;
	border-radius: 11vw;
	background: #f7c4d0;
	font-weight: 900;
	font-size: 4.5vw;
	line-height: 10.5vw;
	color: #0b78c0;
}

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

#news dl {
	padding: 5vw 0;
	line-height: 1.6;
}

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

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

#news dd {
	margin-top: 1em;
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document acmailer
--------------------------------------------------------- */

#acmailer {
	margin-right: 5vw;
	margin-bottom: 15vw;
	margin-left: 5vw;
}

#acmailer h2 {
	display: inline-block;
	vertical-align: top;
	height: 11vw;
	margin-bottom: 1em;
	padding: 0 1em;
	border-radius: 11vw;
	background: #f7c4d0;
	font-weight: 900;
	font-size: 4.5vw;
	line-height: 10.5vw;
	color: #0b78c0;
}

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

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

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

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

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

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

#acmailer .submit [type=submit] {
	vertical-align: top;
	width: 35vw;
	height: 10vw;
	border-radius: 5px;
	border: 0;
	background: #0b78c0;
	box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.4);
	font-size: 3.5vw;
	color: #fff;
}

#acmailer .submit .cancel {
	margin-left: 3vw;
}

#acmailer .submit .cancel [type=submit] {
	background: #333;
}

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

#acmailer .instagram img {
	height: 12vw;
}

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

#sakka {
	margin-right: 5vw;
	margin-bottom: 15vw;
	margin-left: 5vw;
}

#sakka h2 {
	display: inline-block;
	vertical-align: top;
	height: 11vw;
	margin-bottom: 1em;
	padding: 0 1em;
	border-radius: 11vw;
	background: #f7c4d0;
	font-weight: 900;
	font-size: 4.5vw;
	line-height: 10.5vw;
	color: #0b78c0;
}

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

#access {
	margin-right: 5vw;
	margin-bottom: 15vw;
	margin-left: 5vw;
}

#access h2 {
	display: inline-block;
	vertical-align: top;
	height: 11vw;
	margin-bottom: 1em;
	padding: 0 1em;
	border-radius: 11vw;
	background: #f7c4d0;
	font-weight: 900;
	font-size: 4.5vw;
	line-height: 10.5vw;
	color: #0b78c0;
}

#access .iframe {
	height: 50vh;
	background: #ddd;
}

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

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

#access h3 {
	margin-top: 10vw;
	margin-bottom: 3vw;
	padding-bottom: 3vw;
	border-bottom: solid 1px #c8cbce;
	font-weight: 900;
	font-size: 4.5vw;
	line-height: 1;
	color: #e75b70;
}

#access dt {
	font-weight: 500;
}

#access .car dl {
	display: flex;
}

#access .car dt {
	width: 9em;
}

#access .parking dl {
	margin-bottom: 1.5em;
}

#access .map img {
	height: 82.52506666666667vw;
}

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

#banner {
	margin: 0 5vw 13vw;
	font-size: 0;
}

#banner h2 {
	width: 80%;
	margin: 0 auto 6vw;
	border-radius: 7.5vw;
	background: #ed6c00;
	font-weight: 500;
	font-size: 3.5vw;
	line-height: 7.5vw;
	color: #fff;
}

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

#banner li {
	width: 33.3%;
	width: 25%;
	margin-bottom: 4vw;
}

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

#banner li img {
	height: 8vw;
	height: 5.5vw;
}
