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

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

#slider {
	margin-bottom: 70px;
}

#slider img {
	height: 450px;
}

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

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

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

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

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

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

#message p {
}

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

#outline {
	margin-bottom: 80px;
}

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

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

#outline dl {
	display: table-row;
}

#outline dt {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	padding: 15px 30px;
	border-bottom: solid 1px rgba(215, 203, 179, 0.6);
	border-bottom: solid 1px #c8cbce;
}

#outline dd {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	padding: 15px 30px;
	border-bottom: solid 1px rgba(215, 203, 179, 0.6);
	border-bottom: solid 1px #c8cbce;
	background: #fff;
	text-align: left;
}

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

#entry {
	margin-bottom: 100px;
}

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

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

#entry ol {
	display: flex;
	justify-content: center;
	padding: 30px 0 35px;
	background: rgba(194, 217, 78, 0.2);
}

#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: 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: 16px;
	line-height: 1.4;
	color: #fff;
}

#entry a:hover {
	opacity: 0.6;
}

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

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

/* ---------------------------------------------------------
	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: #e75b70;
}

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

#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 #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 {
	flex: 1;
}

#acmailer {
	width: 30%;
}

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

#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 #c8cbce;
	background: #f9f9f9;
	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: #0b78c0;
	box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.4);
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

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

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

#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 {
	display: inline-block;
	vertical-align: top;
	height: 50px;
	margin-bottom: 1em;
	padding: 0 1em;
	border-radius: 50px;
	background: #f7c4d0;
	font-weight: 900;
	font-size: 26px;
	line-height: 48px;
	color: #0b78c0;
}

#sakka table {
	width: 100%;
}

#sakka th {
	padding: 10px 0;
	border: solid 1px rgba(215, 203, 179, 0.6);
	background: #ddd;
	font-weight: 400;
}

#sakka td {
	padding: 10px 20px;
	border: solid 1px rgba(215, 203, 179, 0.6);
}

#sakka td:nth-of-type(2) {
	text-align: left;
}

#sakka tr:nth-of-type(odd) {
	background: #f6f6f6;
}

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

#access {
	margin-bottom: 120px;
}

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

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

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

#access .flex {
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 10px;
}

#access .row {
	width: 48%;
}

#access h3 {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: solid 1px #c8cbce;
	font-weight: 900;
	font-size: 20px;
	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;
	line-height: 1.4;
}

#access .parking dt {
	display: inline;
}

#access .parking dd {
	display: inline;
}

#access .map img {
	height: 903px;
}

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

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

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

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

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

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

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

#banner li img {
	height: 60px;
}
