@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
/* ----------
 * layout
 * ---------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
}
section {
	margin: 60px auto;
	padding: 0 20px;
}
section.bg {
	padding: 60px 20px;
	background: #f0f0f0;
}
/* ----------
 * common
 * ---------- */
body {
	width: 100%;
	color: #000;
	font-size: .8125rem;
	font-family: 'Noto Serif TC', 'Noto Serif SC', 'Noto Serif JP', serif;
	line-height: 1.8;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
img.vw {
	width: 100vw;
}
ul {
	list-style: none;
}
ul.disc li, ul.disc2 li {
	position: relative;
	padding-left: .6em;
	line-height: 1.8;
}
ul.disc2 li {
	padding-left: 1em;
}
ul.disc li::before, ul.disc2 li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: .6em;
	height: 1em;
	content: "-";
}
ul.disc2 li::before {
	width: 1em;
	content: "・";
}
a {
	text-decoration: none;
}
p {
	margin: 0 0 1em;
}
.ct {
	text-align: center;
}
.r {
	text-align: right;
}
.wh {
	color: #fff;
}
.mb0 {
	margin-bottom: 0;
}
.pc {
	display: none;
}
/* heading */
h1, h2, h3, h4, h5 {
	margin: 0 0 1em;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.485;
}
.sec__title {
	margin-bottom: .6em;
	padding: .2em 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 2.1875em;
}
h3.brackets {
	margin-top: 2.5em;
}
h3.map {
	margin-bottom: 20px;
	padding: .2em 0;
	background: #000;
	color: #fff;
	font-size: 2.1875em;
	text-align: center;
	line-height: 1;
}
h3.label {
	width: 80%;
	max-width: 315px;
	padding: .3em 1em;
	background: #000;
	color: #fff;
	font-size: 1em;
	clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
}
::selection {
	background: rgba(61, 27, 103, .2);
	color: #fff;
}
/* button */
.btn__link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 400px;
	height: 54px;
	margin: 50px auto 0;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-size: 1.25rem;
	letter-spacing: .2em;
	line-height: 1;
	transition: all .3s ease;
}
.btn__link a:hover {
	background: #fff;
	color: #000;
}
/* ----------
 * header
 * ---------- */
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	background: #fff;
}
.header .logo {
	margin: 0;
	padding-left: 20px;
}
.lang__list {
	display: none;
}
/* ----------
 * footer
 * ---------- */
.footer {
	padding-top: 50px;
}
.ft__logo a {
	display: flex;
	justify-content: center;
	margin: 0 auto 40px;
	transition: all .3s ease;
}
.ft__logo a:hover {
	opacity: .7;
}
.copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	margin-bottom: 50px;
	background: #000;
	color: #fff;
}
/* fixed menu */
.fixed__language {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 10;
}
.fixed__list {
	display: flex;
	width: 100%;
	height: 100%;
}
.fixed__list li {
	position: relative;
	width: 25%;
	height: 100%;
}
.fixed__list li::after {
	display: block;
	position: absolute;
	top: 0;
	right: .5px;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .2);
	content: "";
}
.fixed__list li:last-child::after {
	display: none;
}
.fixed__list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #000;
	color: #fff;
}
/* ----------
 * contents
 * ---------- */
.fl__box .img, .pics, .img.image {
	margin-bottom: 1.8em;
}
.fl__box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* main visual */
#mainVisual {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background: url("images/mv.jpg") center / cover no-repeat;
	overflow: hidden;
}
h2.mv {
	font-size: 2em;
	text-align: center;
	line-height:  2.2;
}
/* content2 */
.pics {
	display: flex;
	flex-flow: row wrap;
}
.img__large {
	width: 100%;
}
.pics .img {
	width: 50%;
}
/* content3 */
.info__box {
	margin-bottom: 30px;
	padding: 0 0 30px;
	background: rgba(171, 177, 217, .25);
}
.info__box .disc, .info__box p {
	padding: 0 20px;
}
.info__box:last-of-type {
	margin-bottom: 0;
}
.info__box a:hover {
	text-decoration: underline;
}
/* content4 */
.fl__box.item01 {
	margin-bottom: 60px;
}
.fl__box.item01 .txt p {
	margin-top: 3em;
}
/* content5 */
#content5 .info__box {
	margin-top: 50px;
}
/* content6 */
#content6 .sec__title {
	margin-bottom: 1.6em;
}
/* content7 */
.astablishment {
	margin-top: 2.2em;
}
/* ----------
 * responsive
 * ---------- */
@media screen and (min-width: 768px) {
	/* ----------
	 * layout
	 * ---------- */
	section {
		margin: 80px auto;
	}
	section.bg {
		padding: 80px 20px;
	}
	/* ----------
	 * common
	 * ---------- */
	body {
		font-size: .875rem;
	}	
	/* ----------
	 * header
	 * ---------- */
	.header {
		height: 77px;
	}
	.header .logo {
		padding-left: 60px;
	}
	/* ----------
	 * footer
	 * ---------- */
	.copyright {
		letter-spacing: .1em;
	}
	/* ----------
	 * contents
	 * ---------- */
	.fl__box {
		display: flex;
		justify-content: space-between;
	}
	.fl__box .img {
		width: 49.25%;
		margin-bottom: 0;
	}
	.fl__box .txt {
		width: 47.5%;
	}
	/* main visual */
	h2.mv {
		font-size: 2.1875em;
	}
}
@media screen and (min-width: 992px) {
	/* ----------
	 * layout
	 * ---------- */
	section {
		margin: 100px auto;
	}
	section.bg {
		padding: 100px 20px;
	}
	/* ----------
	 * common
	 * ---------- */
	body {
		font-size: .9375rem;
	}	
	/* ----------
	 * contents
	 * ---------- */
	/* content3 */
	.list__box {
		display: flex;
	}
	.info__list, .txt__access {
		width: 50%;
	}
	.info__list:nth-of-type(1) {
		padding-right: 30px;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 1200px) {
	/* ----------
	 * layout
	 * ---------- */
	section {
		margin: 140px auto;
		padding: 0;
	}
	section.bg {
		padding: 140px 0;
	}
	/* ----------
	 * common
	 * ---------- */
	body {
		font-size: 1rem;
		line-height: 2.2;
	}
	ul.disc li {
		line-height: 2.2;
	}
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	/* ----------
	 * header 
	 * ---------- */
	/* language */
	.language {
		position: relative;
		height: 100%;
	}
	.language p, .lang__list li a {
		color: #fff;
		font-size: .75rem;
	}
	.language p {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 100%;
		padding: 0 15px;
		background: #736357;
		transition: all .3s ease-out;
	}
	.language p::after {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 1rem;
		height: 1rem;
		content: "^";
		transform: translateX(-50%) rotate(180deg);
	}
	.lang__list {
		position: absolute;
		top: 100%;
		width: 100%;
		background: #736357;
	}
	.lang__list li {
		text-align: center;
	}
	.lang__list li a {
		display: block;
		width: 100%;
		padding: .5em;
		box-sizing: border-box;
		transition: all .3s ease-out;
	}
	.language p:hover, .lang__list li a:hover {
		opacity: .7;
	}
	/* ----------
	 * footer
	 * ---------- */
	.copyright {
		margin-bottom: 0;
	}
	/* ----------
	 * contents
	 * ---------- */
	/* content2 */
	.pics, .img.image {
		margin-bottom: 4em;
	}
	/* content3 */
	.info__box .disc, .info__box p {
		padding: 0 30px;
	}
}