@charset "utf-8";



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

body {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.875rem;
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

br.small {
	display: none;
}
span.no-small {
	display: none;
}



/* --------------------------------------------------------------------------------
page
-------------------------------------------------------------------------------- */

div#page {
	padding-top: 60px;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header h1,
header#header div.sns {
	transition: 0.25s transform ease;
}
header#header h1 {
	position: fixed;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 0px;
	padding: 17px 0px 0px 20px;
	background-color: #a5a78b;
}
div.scroll header#header h1,
div.scroll header#header div.sns {
	transform: translateY(-60px);
}
div.scroll.scroll-up header#header h1,
div.scroll.scroll-up header#header div.sns {
	transform: translateY(0px);
}
header#header h1 a {
	width: 123px;
	height: 26px;
}
header#header.alternate h1 {
	position: fixed;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 0px;
	padding: 17px 0px 0px 20px;
}
header#header div.sns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: auto;
	height: 60px;
	left: auto;
	right: 0px;
	top: 0px;
	bottom: auto;
	color: #ffffff;
	padding: 0px 20px 0px 0px;
	background-color: transparent;
}
header#header div.sns::before {
	display: none;
}
header#header div.sns p.label {
	position: static;
	width: auto;
	left: auto;
	top: auto;
	margin-right: 10px;
	transform: rotate(0deg);
}
header#header div.sns ul {
	display: flex;
	flex-wrap: wrap;
}
header#header div.sns ul li {
	font-size: 1.625rem;
}
header#header div.sns ul li:not(:last-child) {
	margin: 0px 10px 0px 0px;
}
header#header p.banner-visit {
	width: calc(100% - 20px);
	top: auto;
	bottom: 0px;
}
header#header p.banner-visit::before {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 27px;
	top: 0px;
	z-index: 1;
	border-top: 1px solid #ffffff;
	content: "";
}
header#header p.banner-visit a {
	width: 100%;
	height: 80px;
}
header#header p.banner-visit span.arrow {
	width: 80px;
	height: 80px;
}
header#header p.banner-visit span.arrow::before,
header#header p.banner-visit a:hover span.arrow::before {
	background-color: #ffffff;
}
header#header p.banner-visit span.arrow::after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 2px;
	top: 0px;
	background-color: #a5a78b;
	content: "";
	transform: rotate(-45deg);
}
header#header p.banner-visit span.text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0px 0px 0px 10px;
}
header#header p.banner-visit span.text::before {
	display: none;
}
header#header p.banner-visit span.text i.sub {
	position: relative;
	margin-right: 80px;
}
header#header p.banner-visit span.text i.sub::before {
	position: absolute;
	width: 20px;
	height: 20px;
	right: -45px;
	top: calc(50% - 10px);
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	content: "";
	transform: rotate(-45deg);
}
header#header p.banner-visit span.text i.main br {
	display: none;
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

div#cover p.image,
div#cover div.text {
	position: static;
}
div#cover p.image {
	width: calc(100% - 20px);
	height: 400px;
	right: auto;
	top: auto;
	transform: translateX(20px);
}
div#cover div.text {
	left: auto;
	top: auto;
	padding: 20px;
}
div#cover div.text p.sub {
	font-size: 1.375rem;
	line-height: 1.75rem;
	margin-bottom: 10px;
}
div#cover div.text h1 {
	font-size: 3.125rem;
	line-height: 3.75rem;
}
div#cover div.text h1 span:not(:last-child) {
	margin-bottom: 0px;
}
div#cover p.button-scroll {
	display: none;
}



/* --------------------------------------------------------------------------------
content
-------------------------------------------------------------------------------- */

div#content section div.inner-section {
	padding: 60px 20px;
}
div#content section header {
	margin-bottom: 40px;
}
div#content section header h2 {
	font-size: 1.875rem;
	margin-bottom: 40px;
}
div#content section header h2::before {
	width: 240px;
	left: calc(50% - 120px);
	bottom: -20px;
}
div#content section header p.sub {
	line-height: 1.375rem;
}

/* summary
-------------------------------------------------------------------------------- */

div#content section#summary div.list div.row div.image-text {
	display: block;
}
div#content section#summary div.list div.row div.image-text p.image {
	margin-bottom: 20px;
}
div#content section#summary div.list div.row:nth-child(1) div.image-text {
	width: auto;
}
div#content section#summary div.list div.row:nth-child(1) div.image-text p.image {
	width: auto;
	margin-right: 0px;
}
div#content section#summary div.list div.row:nth-child(1) div.image-text div.text {
	width: auto;
}
div#content section#summary div.list div.row:nth-child(2) div.image-text,
div#content section#summary div.list div.row:nth-child(3) div.image-text {
	width: auto;
}
div#content section#summary div.list div.row:nth-child(2) div.image-text p.image,
div#content section#summary div.list div.row:nth-child(3) div.image-text p.image {
	width: auto;
}
div#content section#summary div.list div.row:nth-child(2) div.image-text div.text,
div#content section#summary div.list div.row:nth-child(3) div.image-text div.text {
	width: auto;
}
div#content section#summary div.list div.row:nth-child(2) div.image-text div.text,
div#content section#summary div.list div.row:nth-child(3) div.image-text p.image {
	margin-right: 0px;
}
div#content section#summary div.list div.row:nth-child(2) div.image-text div.text {
	padding-left: 0px;
}
div#content section#summary div.list div.row:nth-child(2) div.image-text div.text div.header h3::before,
div#content section#summary div.list div.row:nth-child(3) div.image-text div.text div.header h3::before {
	left: -40px;
}
div#content section#summary div.image {
	display: block;
	width: auto;
}
div#content section#summary div.image p.row:not(:last-child) {
	margin-bottom: 20px;
}
div#content section#summary div.image p.row:nth-child(1) {
	width: auto;
}
div#content section#summary div.image p.row:nth-child(2) {
	width: auto;
}

/* consultation
-------------------------------------------------------------------------------- */

div#content section#consultation div.inner-section {
	width: auto;
	padding-bottom: 20px;
}
div#content section#consultation div.list div.row:not(:last-child) {
	margin-bottom: 10px;
}
div#content section#consultation div.list div.row div.image-text {
	display: block;
}
div#content section#consultation div.list div.row div.image-text p.image {
	width: auto;
}
div#content section#consultation div.list div.row:nth-child(2n+1) div.image-text p.image {
	margin-left: -20px;
}
div#content section#consultation div.list div.row:nth-child(2n) div.image-text p.image {
	margin-right: -20px;
}
div#content section#consultation div.list div.row div.image-text div.text {
	width: auto;
	height: auto;
	padding: 20px;
}
div#content section#consultation div.list div.row:nth-child(2n+1) div.image-text div.text {
	transform: translate(20px, -40px);
}
div#content section#consultation div.list div.row:nth-child(2n) div.image-text div.text {
	transform: translate(-20px, -40px);
}
div#content section#consultation div.list div.row div.image-text div.text h3 {
	font-size: 1.125rem;
}
div#content section#consultation div.list div.row div.image-text div.text h3::before {
	width: calc(100% + 20px);
}
div#content section#consultation div.list div.row:nth-child(2n+1) div.image-text div.text h3::before {
	right: -20px;
}
div#content section#consultation div.list div.row:nth-child(2n) div.image-text div.text h3::before {
	left: -20px;
}

/* visit
-------------------------------------------------------------------------------- */

div#content section#visit div.inner-section {
	width: auto;
}
div#content section#visit div.list div.row {
	display: block;
}
div#content section#visit div.list div.row::before {
	display: none;
}
div#content section#visit div.list div.row h3 {
	width: auto;
	border-bottom: 1px solid #a5a78b;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
div#content section#visit div.list div.row h3 br {
	display: none;
}
div#content section#visit div.list div.row p {
	width: auto;
	line-height: 1.875rem;
}
div#content section#visit div.component {
	padding-left: 0px;
}
div#content section#visit div.component p.label {
	position: static;
	left: auto;
	top: auto;
	line-height: 1.875rem;
	margin-bottom: 5px;
}
div#content section#visit div.group {
	margin-right: -15px;
}
div#content section#visit div.group span.prefix,
div#content section#visit div.group span.suffix {
	width: 10%;
}
div#content section#visit div.group-date div.row {
	width: calc(50% - 10px);
	margin-right: 10px;
}
div#content section#visit div.group-date div.row:nth-child(1),
div#content section#visit div.group-date div.row:nth-child(2) {
	margin-bottom: 10px;
}
div#content section#visit div.group-num div.row {
	width: calc(100% - 10px);
	padding-left: 0px;
}
div#content section#visit div.group-num div.row:nth-child(1) {
	margin-bottom: 10px;
}
div#content section#visit p#button-submit {
	width: 200px;
	height: 200px;
}
div#content section#visit div.thanks h2 {
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 20px;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer {
	padding: 100px 0px 120px 0px;
}
footer#footer p#button-page-top a {
	height: 60px;
}
footer#footer p.logo {
	margin-bottom: 20px;
}
footer#footer div.sns ul li {
	font-size: 1.625rem;
}
footer#footer div.sns ul li:not(:last-child) {
	margin-right: 10px;
}
