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

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	padding-top: 0;
}

.more a {
	display: inline-block;
	vertical-align: top;
	min-width: 30vw;
	padding: 0 2em;
	background: #bbb;
	text-decoration: none;
	line-height: 12vw;
	color: #fff;
}

.more a:after {
	display: inline-block;
	vertical-align: 0.1em;
	content: '';
	width: 0.4em;
	height: 0.4em;
	margin-left: 0.3em;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}

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

#video {
	height: 56.25vw;
	margin-top: 60px;
	margin-bottom: 7vw;
}

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

/* ---------------------------------------------------------
	CSS Document try
--------------------------------------------------------- */

#try {
	height: 27vw;
	margin: 0 5vw 7vw;
}

/* ---------------------------------------------------------
	CSS Document youtube
--------------------------------------------------------- */

#youtube {
	margin: 0 5vw 7vw;
	background: #000;
}

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

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 20vw;
}

#about h2 {
	margin-bottom: 8vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.5;
}

#about p {
	margin-bottom: 10vw;
	text-align: justify;
}

#about .section {
	margin-bottom: 10vw;
}

#about .section figure img {
	height: 62.5vw;
}

#about .section figcaption {
	margin: 5vw 0 4vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1;
}

#about .section p {
	margin-bottom: 4vw;
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document management
--------------------------------------------------------- */

#management {
	margin-bottom: 15vw;
}

#management .caption {
	height: 25vw;
	overflow: hidden;
	margin-bottom: 5vw;
	position: relative;
}

#management .caption figcaption {
	text-shadow: 0 0 4px #000;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1;
	white-space: nowrap;
	color: #fff;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

#management h2 {
	margin: 0 5vw 3vw;
	text-align: left;
	font-weight: 500;
	font-size: 4.5vw;
	line-height: 1.5;
}

#management p {
	margin: 0 5vw 8vw;
	text-align: justify;
}

#management .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 5vw;
}

#management .section {
	width: 50%;
	height: 32vw;
	overflow: hidden;
	background: #000;
	text-align: left;
	line-height: 1.5;
	color: #fff;
	position: relative;
	z-index: 0;
}

#management .section figure {
	height: 32vw;
	opacity: 0.6;
}

#management .row {
	width: 100%;
	padding: 5vw;
	font-size: 3vw;
	position: absolute;
	top: 0;
	left: 0;
}

#management .ttl {
	margin-bottom: 3vw;
}

#management .ttl a {
	text-decoration: none;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 3.5vw;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document blog
--------------------------------------------------------- */

#blog {
	margin: 0 5vw 20vw;
}

#blog h2 {
	margin-bottom: 5vw;
	font-weight: 400;
	font-size: 3.5vw;
	line-height: 1.7;
}

#blog h2 .ja {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 6vw;
}

#blog .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: justify;
}

#blog .find {
	width: 48%;
	margin-bottom: 5vw;
	font-size: 3vw;
}

#blog .find figure {
	margin-bottom: 0.5em;
}

#blog .find figure img {
	width: 100%;
	height: 29.37493333333333vw
}

#blog dt {
	margin-bottom: 0.5em;
	line-height: 1.7;
}

#blog dt a {
	text-decoration: none;
	color: #333;
}

#blog dd .category {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	padding: 0 .5em;
	background: #bbb;
	font-size: 2.5vw;
	color: #fff;
}

#blog dd .date {
	display: block;
	font-size: 3vw;
	color: #898888;
}

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

#slider {
	margin-bottom: 15vw;
}

#slider .container {
	background: #000;
	color: #fff;
	position: relative;
}

#slider .section {
	height: 75vw;
	position: relative;
	z-index: 0;
}

#slider .section figure {
	height: 75vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#slider .section figure img {
	max-width: 400%;
	height: 75vw;
}

#slider .row {
	width: 100%;
	padding: 10vw 8vw;
	text-align: left;
	line-height: 1.5;
}

#slider .ttl {
	margin-bottom: 5vw;
	text-shadow: 0 0 4px #000;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 6vw;
}

#slider .desc {
	margin-bottom: 10vw;
	text-shadow: 0 0 4px #000;
	font-size: 4vw;
}

#slider .more a {
	background: #00065C;
	text-align: center;
}

#slider .slick-arrow {
	display: none !important;
}

#slider .slick-dots {
	height: 6px;
	text-align: center;
	transform: translateX(-50%);
	position: absolute;
	bottom: 4vw;
	left: 50%;
}

#slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

#slider .slick-dots button {
	vertical-align: top;
	width: 6px;
	height: 6px;
	outline: 0;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	border: 0;
	background: rgba(255, 255, 255, 0.4);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#slider .slick-dots .slick-active button {
	background: #fff;
}
