@charset "UTF-8";

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;appearance:radio}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}



* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-feature-settings: "palt";
	font-size: 1.5rem;
	font-weight: 300;
	color: rgba(51,51,51,1.0);
	line-height: 1.75;
	letter-spacing: 0.075rem;
	background-color: rgba(0,0,0,1.0);
	background: url('../img/cmn_bg.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position: relative;
}
@media only screen and (max-width: 768px) {
	body {
		min-width: 320px;
		font-size: 1.3rem;
		background-size: auto 100%;
	}
}


h2 {
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: 0.3rem;
	color: rgba(255,255,255,1.0);
	line-height: 1.0;
	display: block;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.8),0px 8px 13px rgba(0,0,0,0.5),0px 18px 23px rgba(0,0,0,0.2);
}
@media print, screen and (min-width: 431px) {
	h2 {
		font-size: 3.5rem;
	}
}
@media only screen and (max-width: 430px) {
	h2 {
		font-size: 2.5rem;
	}
}

h2 > span {
	font-size: 1.3rem;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.8),0px 8px 13px rgba(0,0,0,0.5),0px 18px 23px rgba(0,0,0,0.2);
}

h2 + p {
	letter-spacing: 0.3rem;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.8),0px 8px 13px rgba(0,0,0,0.5),0px 18px 23px rgba(0,0,0,0.2);
}
@media print, screen and (min-width: 431px) {
	h2 + p {
		font-size: 1.7rem;
	}
}
@media only screen and (max-width: 430px) {
	h2 + p {
		font-size: 1.5rem;
	}
}


h3 {
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: 0.3rem;
	text-align: center;
}
@media print, screen and (min-width: 431px) {
	h3 {
		font-size: 2.5rem;
	}
}
@media only screen and (max-width: 430px) {
	h3 {
		font-size: 2.1rem;
	}
}

h3 > span {
	font-size: 1.3rem;
}



h4 {
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: 0.3rem;
	text-align: center;
	display: block;
}
@media print, screen and (min-width: 431px) {
	h4 {
		font-size: 2.1rem;
	}
}
@media only screen and (max-width: 430px) {
	h4 {
		font-size: 1.7rem;
	}
}


h5 {
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: 0.1rem;
	display: block;
}
@media print, screen and (min-width: 431px) {
	h5 {
		font-size: 1.9rem;
	}
}
@media only screen and (max-width: 430px) {
	h5 {
		font-size: 1.5rem;
	}
}



a:hover > img {
	animation-name: img-anm01;
	animation-fill-mode: forwards;
	animation-duration: 1.0s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-direction: normal;
}

@keyframes img-anm01 {
	0% {
		filter: brightness(100%);
	}

	25% {
		filter: brightness(125%);
	  }
  
	100% {
		filter: brightness(100%);
	}
}

.btn {
	max-width: 320px;
	min-width: 240px;
	height: 50px;
	color: rgba(255,255,255,1.0);
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 12px 0 0 0;
	background: #795548;
	position: relative;
	display: block;
}

.btn:hover {
	animation-name: btn-anm01;
	animation-fill-mode: forwards;
	animation-duration: 1.0s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-direction: normal;
}

@keyframes btn-anm01 {
	0% {
		filter: brightness(100%);
	}

	25% {
		filter: brightness(200%);
	  }
  
	100% {
		filter: brightness(150%);
	}
}

.btn:after{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: absolute;
	right: 10px;
	top: 50%;
	bottom: 50%;
	margin: -4px 0 0 0;
	transform: rotate(45deg);
}


.link {
	font-size: 1.3rem;
	padding: 0 40px 0 0;
	position: relative;
}

.link::before {
	content: "";
	width: 32px;
	height: 1px;
	border-bottom: 1px solid rgba(51,51,51,1.0);
	position: absolute;
	bottom: 4px;
	right: 0;
}

.link::after {
	content: "";
	width: 8px;
	height: 1px;
	border-bottom: 1px solid rgba(51,51,51,1.0);
	position: absolute;
	bottom: 7px;
	right: 0;
	transform: rotate(45deg);
}


	
header {
	width: 100%;
	box-shadow: rgba(0,0,0,0.3) 0px 0px 6px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 0px 6px 3px;
	position: relative;
	z-index: 3000;
}

header > h1 {
	width: 100%;
	height: 25px;
	font-size: 1.1rem;
	font-weight: 300;
	color: rgba(255,255,255,1.0);
	background: rgba(0,0,0,1.0);
	padding: 2px 0 0 1%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: +1;
	overflow: hidden;
}

header #nav {
	display: none;
}

@media print, screen and (min-width: 431px) {
	header label {
		display: none;
	}
}
@media only screen and (max-width: 430px) {
	header label {
		width: 50px;
		height: 50px;
		background-color: rgba(0,0,0,0.5);
		position: fixed;
		top: 32px;
		right: 8px;
		z-index: 9999;
	}
}

@media only screen and (max-width: 430px) {
	header label::before {
		content: "";
		width: 32px;
		height: 1px;
		border-top: 1px solid rgba(255,255,255,1.0);
		position: absolute;
		top: 20px;
		left: 8px;
		transition: 0.5s ease 0.0s;
	}

	header #nav:checked ~ label::before {
		transform: rotate(45deg);
		top: 25px;
	}
}

@media only screen and (max-width: 430px) {
	header label::after {
		content: "";
		width: 32px;
		height: 1px;
		border-top: 1px solid rgba(255,255,255,1.0);
		position: absolute;
		bottom: 20px;
		left: 8px;
		transition: 0.5s ease 0.0s;
	}

	header #nav:checked ~ label::after {
		transform: rotate(-45deg);
		bottom: 24px;
	}
}



header nav {
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	overflow: hidden;
	z-index: 2000;
}
@media print, screen and (min-width: 431px) {
	header nav {
		height: 80px;
	}
}
@media only screen and (max-width: 430px) {
	header nav {
		height: 0;
		position: fixed;
		top: 25px;
		left: 0;
		transition: 1.0s ease 0.0s;
	}

	header #nav:checked ~ nav {
		height: 385px;
	}
}


header nav > ul {
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 2px solid rgba(255,255,255,1.0);
}
@media print, screen and (min-width: 431px) {
	header nav > ul {
		height: 80px;
		margin: 0 auto 0 auto;
		display: flex;
		justify-content: center;
	}
}
@media only screen and (max-width: 430px) {
	header nav > ul {

	}
}

@media print, screen and (min-width: 431px) {
	header nav > ul > li {
		width: calc(100% / 6);
		border-right: 1px solid rgba(255,255,255,0.5);
		vertical-align: top;
	}

	header nav > ul > li:last-child {
		border-right: none;
	}
}
@media only screen and (max-width: 430px) {
	header nav > ul > li {
		height: 64px;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
}
	


header nav > ul > li > a {
	width: 100%;
	height: 100%;
	font-weight: 500;
	line-height: 2.0rem;
	text-align: center;
	color: rgba(255,255,255,1.0);
	display: block;
	position: relative;
	transition: 0.5s ease 0.0s;
}

@media print, screen and (min-width: 431px) {
	header nav > ul > li > a {
		padding: 16px 0 0 0;
	}
}
@media only screen and (max-width: 430px) {
	header nav > ul > li > a {
		padding: 10px 0 10px 0;
	}
}

header nav > ul > li > a:hover,
header nav > ul > li > a.current {
	background: rgba(255,255,255,0.25)
}
	
header nav > ul > li > a::after {
	content: "";
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: absolute;
	width: 8px;
	height: 8px;
}
@media print, screen and (min-width: 431px) {
	header nav > ul > li > a::after {
		bottom: 8px;
		left: 50%;
		right: 50%;
		transform: rotate(45deg);
	}
}
@media only screen and (max-width: 430px) {
	header nav > ul > li > a::after {
		top: 30px;
		right: 120px;
		transform: rotate(-45deg);
	}
}
	
header nav > ul > li > a > span {
	font-size: 1.1rem;
	display: block;
}
	
header nav > ul > li > a > img {
	width: 90%;
	max-width: 200px;
	height: auto;
}
@media only screen and (max-width: 932px) and (min-width: 431px) {
	header nav > ul > li > a > img {
		padding: 4px 0 0 0;
	}
}



main {
	width: 100%;
	position: relative;
}

main > article {
	max-width: 1280px;
	margin: 0 auto 0 auto;
	padding: 0 4% 0 4%;
}

main > article .content {
	margin: 4% auto 0 auto;
	padding: 2%;
	background-color: rgba(255,255,255,0.3);
	box-shadow: rgba(0,0,0,0.3) 0px 0px 6px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 0px 6px 3px;
}
	
main > article .content > div {
	padding: 4%;
	background-color: rgba(255,255,255,0.9);
}


footer {
	margin: 8% auto 0 auto;
	background-color: rgba(0,0,0,1.0);
}

footer .topicpass {
	background: rgba(255,255,255,0.9);
	display: flex;
	padding: 0 4% 0 4%;
}

footer .topicpass > li {
	font-size: 1.3rem;
	padding: 0.5% 0 0.5% 0;
}

footer .topicpass > li > a {
	color: #333333;
	padding: 0 20px 0 0;
	position: relative;
	display: block;
}

footer .topicpass > li:not(:last-child) a::before{
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid rgba(51,51,51,1.0);
	border-right: 1px solid rgba(51,51,51,1.0);
	margin: -2px 0 0 0;
	position: absolute;
	right: 10px;
	top: 50%;
	bottom: 50%;
	transform: rotate(45deg);
}


footer .contact {
	width: 100%;
	text-align: center;
	background: #795548;
}
@media print, screen and (min-width: 933px) {
	footer .contact {
		padding: 2% 0 2% 0;
	}
}
@media only screen and (max-width: 932px) {
	footer .contact {
		padding: 4% 0 4% 0;
	}
}

footer .contact img {
	width: 160px;
	display: inline-block;
	vertical-align: top;
}
@media print, screen and (min-width: 431px) {
	footer .contact img {
		margin: 0 2% 0 0;
	}
}


footer .contact p {
	font-size: 1.3rem;
	color: rgba(255,255,255,1.0);
	
	margin: 0.5% 0 0 0;
	display: inline-block;
	vertical-align: top;
}
@media print, screen and (min-width: 431px) {
	footer .contact p {
		text-align: left;
	}
}
@media only screen and (max-width: 430px) {
	footer .contact p {
		text-align: center;
	}
}


footer .contact .btn {
	margin: 2% auto 0 auto;
	background: #A1887F;
}



footer nav > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

footer nav > ul li {
	display: inline-block;
}

footer nav >  ul li a {
	font-size: 1.3rem;
	color: rgba(255,255,255,1.0);
	padding-right: 10px;
}

footer nav > ul li a:before {
	content: "|";
	padding-right: 10px;
}

footer nav > ul li:last-child a:after {
	content: "|";
	padding-left: 10px;
}

footer address {
	text-align: center;
	font-size: 1.1rem;
	color: #ffffff;
	margin: 1% auto 0 auto;
	display: block;
}

