@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&family=Noto+Serif+JP:wght@400..700&family=Zen+Maru+Gothic:wght@400..700&display=swap');

/* ------------------------
	var
------------------------ */
:root {
	--f08:0.5rem;--f09:0.5625rem;--f10:0.625rem;--f11:0.6875rem;--f12:0.75rem;--f13:0.8125rem;--f14:0.875rem;--f15:0.9375rem;--f16:1.0rem;--f17:1.0625rem;--f18:1.125rem;--f19:1.1875rem;--f20:1.25rem;--f21:1.3125rem;--f22:1.375rem;--f23:1.4375rem;--f24:1.5rem;--f25:1.5625rem;--f26:1.625rem;--f27:1.6875rem;--f28:1.75rem;--f29:1.8125rem;--f30:1.875rem;--f31:1.9375rem;--f32:2.0rem;--f33:2.0625rem;--f34:2.125rem;--f35:2.1875rem;--f36:2.25rem;--f37:2.3125rem;--f38:2.375rem;--f39:2.4375rem;--f40:2.5rem;--f41:2.5625rem;--f42:2.625rem;--f43:2.6875rem;--f44:2.75rem;--f45:2.8125rem;--f46:2.875rem;--f47:2.9375rem;--f48:3.0rem;--f49:3.0625rem;--f50:3.125rem;--f51:3.1875rem;--f52:3.25rem;--f53:3.3125rem;--f54:3.375rem;--f55:3.4375rem;--f56:3.5rem;--f57:3.5625rem;--f58:3.625rem;--f59:3.6875rem;--f60:3.75rem;
	--c01:#434343;--c02:#739678;--c03:#F4F1ED;--c04:#F5F1ED;
}

/* ------------------------
	reset
------------------------ */
header, footer, nav, section, aside, article {
	display: block;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q::after, q::before {
	content: '';
}
a, input, select, textarea, button {
	outline: none;
}
abbr, acronym {
	border: 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit] {
	cursor: pointer;
}
select,
input[type=radio],
input[type=checkbox] {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
* {
	box-sizing: border-box;
}

/* ------------------------
	elements
------------------------ */
html {
	font-size: 100%;
}
body {
	font-family: "Zen Maru Gothic", serif;
	font-optical-sizing: auto;
	font-size: var(--f16);
	-webkit-text-size-adjust: none;
	line-height: 1.8;
	font-weight: 400;
	font-style: normal;
	color: var(--c01);
	padding: 120px 0 0;
	background: var(--c03);
}
@media screen and (max-width: 767px) {
	body {
		padding: 60px 0 0;
	}
}
.notosansjp {
	font-family: "Noto Sans JP", sans-serif;
}
.notoserifjp {
	font-family: "Noto Serif JP", serif;
}
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
a:link {
	color: var(--c01);
	text-decoration: none;
}
a:visited {
	color: var(--c01);
	text-decoration: none;
}
a:hover {
	color: var(--c01);
	text-decoration: none;
}
img {
	border: none;
	width: auto;
	max-width: 100%;
	height: auto;
}
p {
	margin: 0 0 15px;
}
hr{
	clear: both;
	border-top: 1px solid #ccc;
	margin: 2em 0;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mt05 {
	padding-top: 5px;
}
.mt10 {
	padding-top: 10px;
}
.mt15 {
	padding-top: 15px;
}
.mt20 {
	padding-top: 20px;
}
.mt30 {
	padding-top: 30px;
}
.mt40 {
	padding-top: 40px;
}
.mt50 {
	padding-top: 50px;
}
.small {
	font-size: 0.8em;
}
.big {
	font-size: 1.15em;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 15px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
table.table_border,
table.table_border_scroll {
	clear: both;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.table_border tbody tr th,
table.table_border_scroll tbody tr th {
	background: none;
	background: var(--c03);
	border: none;
	padding: 10px 30px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-weight: 400;
	white-space: nowrap;
	box-sizing: border-box;
	width: 15%;
	position: relative;
}
table.table_border tbody tr td,
table.table_border_scroll tbody tr td {
	background: none;
	background: #fff;
	border: none;
	padding: 10px 30px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
table.table_noborder {
	clear: both;
	width: 100%;
	border: none;
	margin: 0;
}
table.table_noborder tbody tr th {
	background: none;
	border: none;
	padding: 0 0 15px;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
	white-space: nowrap;
	box-sizing: border-box;
	width: 25%;
}
table.table_noborder tbody tr td {
	background: none;
	border: none;
	padding: 0 0 15px 10px;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}
table tbody tr th small,
table tbody tr td small {
	display: block;
	padding: 2px 0 0;
	font-size: 0.8em;
	font-weight: 400;
}
ul.ulist > li {
	list-style: disc;
}
ol.olist > li {
	list-style: decimal;
}
ul.ulist > li,
ol.olist > li {
	margin: 0 0 0 25px;
}
dl.dlist dt {
	font-weight: 700;
	font-size: 1.2em;
	margin: 0 0 2px;
}
dl.dlist dd {
	margin: 0 0 5px 12px;
}
.display_pc {
	display: inline-block;
}
.display_tb {
	display: none;
}
.display_sp {
	display: none;
}
a.tel {
	pointer-events: none;
	color: var(--c01) !important;
}
a.link {
	text-decoration: underline;
}
.line {
	position: relative;
	box-shadow: inset 0 -0.4rem 0 0 #ccc;
}
@media screen and (max-width: 1024px) {
	.display_tb {
		display: inline-block;
	}
}
@media screen and (max-width: 767px) {
	.alignleft,
	.alignright,
	.aligncenter {
		display: block;
		float: none;
		margin: 0 auto 10px;
		text-align: center;
		width: auto !important;
		height: auto !important;
	}
	.alignleft img,
	.alignright img,
	.aligncenter img,
	img.alignleft,
	img.alignright,
	img.aligncenter {
		display: block;
		margin: 0 auto 10px;
		width: auto;
		max-width: 100%;
		height: auto;
	}
	table.table_border tbody tr th {
		display: block;
		padding: 8px;
		width: auto;
		position: relative;
	}
	table.table_border tbody tr th br {
		display: none;
	}
	table.table_border tbody tr td {
		display: block;
		padding: 8px;
		border-top: none;
	}
	table.table_noborder tbody tr th {
		padding: 0 0 12px;
	}
	table.table_noborder tbody tr td {
		padding: 0 0 12px;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: inline-block;
	}
	a.tel {
		pointer-events: inherit;
		color: var(--c01) !important;
		text-decoration: underline;
	}
}
@media screen and (min-width: 768px) {
	a:hover,
	input[type=button]:hover,
	input[type=submit]:hover,
	button[type=submit]:hover {
		opacity: 0.8;
	}
	a,
	input[type=button],
	input[type=submit],
	button[type=submit] {
		transition: all 0.2s ease;
	}
}

/* ------------------------
	header
------------------------ */
#header {
	width: 100%;
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.9);
	height: 120px;
}
#header,
#header * {
	transition: all 0.2s ease;
}
#header_logo {
	width: 240px;
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 10000;
}
#header_logo a {
	display: block;
}
#header_button {
	display: none;
}
#header_nav {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 70px;
	left: 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
#header_nav > ul {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-left: 1px solid #d6d6d6;
}
#header_nav > ul > li {
	flex: 1 1 auto;
	text-align: center;
	position: relative;
	border-right: 1px solid #d6d6d6;
}
#header_nav > ul > li > a {
	display: block;
	color: var(--c01);
	line-height: 48px;
	height: 48px;
	overflow: hidden;
}
#header_nav_tel {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	position: absolute;
	top: 10px;
	right: 155px;
}
#header_nav_tel span {
	font-size: var(--f13);
	line-height: 1.5;
	color: var(--c02);
	padding: 0 10px 0 0;
}
#header_nav_tel a {
	display: flex;
	align-items: center;
	pointer-events: none;
	font-size: var(--f30);
	font-weight: 500;
	line-height: 50px;
	color: var(--c02);
}
#header_nav_tel a img {
	margin: 0 5px 0 0;
}
#header_nav_contact {
	width: 130px;
	position: absolute;
	top: 10px;
	right: 15px;
}
#header_nav_contact a {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-weight: 500;
	line-height: 1.3;
	background: var(--c02);
	text-align: center;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	body.noscroll {
		overflow: hidden;
	}
	#header {
		height: 60px;
	}
	#header_logo {
		width: 193px;
		position: absolute;
		top: 10px;
		left: 15px;
	}
	#header_button {
		display: block;
		width: 60px;
		height: 60px;
		padding: 29px 5px 0;
		-webkit-tap-highlight-color: transparent;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		background: none;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1001;
		background: var(--c02);
	}
	.header_button_icon {
		text-align: center;
		position: absolute;
		left: 50%;
		margin: 0 0 0 -15px;
	}
	.header_button_icon, .header_button_icon::before, .header_button_icon::after {
		display: block;
		width: 30px;
		height: 2px;
		background-color: #fff;
		-moz-transition-property: background-color, -moz-transform;
		-o-transition-property: background-color, -o-transform;
		-webkit-transition-property: background-color, -webkit-transform;
		transition-property: background-color, transform;
		-moz-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}
	.header_button_icon::before, .header_button_icon::after {
		position: absolute;
		content: "";
		left: 50%;
		margin: 0 0 0 -15px;
	}
	.header_button_icon::before {
		top: -10px;
	}
	.header_button_icon::after {
		top: 10px;
	}
	#header_button.active {
	}
	#header_button.active .header_button_icon {
		background-color: transparent;
	}
	#header_button.active .header_button_icon::before, #header_button.active .header_button_icon::after {
		background-color: #fff;
	}
	#header_button.active .header_button_icon::before {
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	#header_button.active .header_button_icon::after {
		-moz-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		-webkit-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
	#header_menu {
		position: fixed;
		top: 0;
		right: -240px;
		background: rgba(255,255,255,0.9);
		width: 240px;
		padding: 70px 40px 20px;
		transition: all 0.2s ease;
		height: auto;
		z-index: 1000;
		border-radius: 0 0 0 5px;
	}
	#header_menu.active {
		right: 0;
	}
	#header_nav {
		width: auto;
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		border: none;
		height: auto;
	}
	#header_nav > ul {
		display: inline-block;
		padding: 0;
		border: none;
	}
	#header_nav > ul > li {
		text-align: left;
		border: none;
	}
	#header_nav > ul > li > a {
		line-height: 40px;
		height: 40px;
		padding: 0 0 0 15px !important;
	}
	#header_nav > ul > li > a::before {
		display: block;
		content: "";
		width: 6px;
		height: 10px;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		background: var(--c02);
		position: absolute;
		top: 16px;
		right: auto;
		left: 0;
	}
	#header_nav_tel {
		display: none;
	}
	#header_nav_contact {
		display: none;
	}
}

/* ------------------------
	main
------------------------ */
#main {
	clear: both;
	display: block;
	width: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0 0 75px;
}
body.home #main {
	padding: 0 !important;
}
.contents {
	padding: 75px 0 75px;
	position: relative;
	margin: 0 auto;
}
.contents_box {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.top150 {
	padding-top: 150px !important;
}
.top120 {
	padding-top: 120px !important;
}
.top100 {
	padding-top: 100px !important;
}
.top80 {
	padding-top: 80px !important;
}
.top60 {
	padding-top: 60px !important;
}
.top40 {
	padding-top: 40px !important;
}
.top0 {
	padding-top: 0 !important;
}
.bottom150 {
	padding-bottom: 150px !important;
}
.bottom120 {
	padding-bottom: 120px !important;
}
.bottom100 {
	padding-bottom: 100px !important;
}
.bottom80 {
	padding-bottom: 80px !important;
}
.bottom60 {
	padding-bottom: 60px !important;
}
.bottom40 {
	padding-bottom: 40px !important;
}
.bottom0 {
	padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	#main {
		padding: 0 0 40px;
	}
	.contents {
		padding: 40px 0 40px;
	}
	.top150 {
		padding-top: 80px !important;
	}
	.top120 {
		padding-top: 60px !important;
	}
	.top100 {
		padding-top: 50px !important;
	}
	.top80 {
		padding-top: 45px !important;
	}
	.top60 {
		padding-top: 40px !important;
	}
	.top40 {
		padding-top: 35px !important;
	}
	.bottom150 {
		padding-bottom: 80px !important;
	}
	.bottom120 {
		padding-bottom: 60px !important;
	}
	.bottom100 {
		padding-bottom: 50px !important;
	}
	.bottom80 {
		padding-bottom: 45px !important;
	}
	.bottom60 {
		padding-bottom: 40px !important;
	}
	.bottom40 {
		padding-bottom: 35px !important;
	}
}

/* ------------------------
	footer
------------------------ */
#footer {
	width: 100%;
	padding: 30px 0 0;
	position: relative;
	border-top: 1px solid #d6d6d6;
}
#footer_frame {
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
}
#footer_frame dl dd {
	margin: 0 0 30px;
}
#footer_frame dl dd ul li {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid var(--c01);
}
#footer_frame dl dd ul li:nth-child(1) {
	border-left: none;
}
#footer_frame dl dd ul li a {
	font-size: var(--f15);
	color: var(--c01);
}
#footer_frame dl dt img {
	display: block;
	width: 200px;
	margin: 0 auto;
}
#footer small {
	width: 100%;
	display: block;
	text-align: center;
	font-size: var(--f12);
	color: var(--c01);
	background: #fff;
	padding: 15px 10px;
	box-sizing: border-box;
}
#footer_pagetop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}
#footer_pagetop a {
	display: block;
	width: 35px;
	height: 0;
	padding: 35px 0 0;
	overflow: hidden;
	background: url(../images/common/icon_pagetop.png) no-repeat;
	background-size: 35px auto;
	-webkit-background-size: 35px auto;
}
#footer_nav_sp {
	display: none;
}
@media screen and (max-width: 767px) {
	#footer_frame {
		width: auto;
		margin: 0 auto 15px;
	}
	#footer_frame dl dd {
		margin: 0 0 15px;
	}
	#footer_frame dl dd ul li a {
		font-size: var(--f14);
	}
	#footer_frame dl dt img {
		width: 120px;
	}
	#footer_pagetop {
		bottom: 60px;
	}
	#footer_nav_sp {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 100;
		border-top: 1px solid var(--c02);
		height: 51px;
	}
	#footer_nav_sp ul {
		display: flex;
		justify-content: space-between;
	}
	#footer_nav_sp ul li {
		width: 50%;
		box-sizing: border-box;
	}
	#footer_nav_sp ul li a {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		height: 50px;
		font-size: var(--f15);
		color: #fff;
		text-align: center;
	}
	#footer_nav_sp ul li:nth-child(1) a {
		color: var(--c02);
	}
	#footer_nav_sp ul li:nth-child(1) a span:nth-of-type(1) {
		display: block;
		line-height: 20px;
		font-size: var(--f22);
		font-weight: 500;
	}
	#footer_nav_sp ul li:nth-child(1) a span:nth-of-type(2) {
		display: block;
		line-height: 15px;
		font-size: var(--f12);
		padding: 3px 0 0;
	}
	#footer_nav_sp ul li:nth-child(1) a img {
		width: 15px;
		margin: 3px 5px 0 0;
	}
	#footer_nav_sp ul li:nth-child(2) a {
		color: #fff;
		background: var(--c02);
	}
}

/* ------------------------
	contents
------------------------ */
.title01 {
	font-size: var(--f35);
	line-height: 1.3;
	font-weight: 500;
	color: var(--c01);
	text-align: center;
	margin: 0 0 50px;
}
.title01 strong {
	display: block;
	font-size: var(--f35);
	font-weight: 500;
}
.title01 span {
	display: block;
	font-size: var(--f20);
	padding: 5px 0 0;
}
.button_more_box {
	margin: 50px 0 0;
}
.buttom_more,
a.buttom_more {
	display: inline-block;
	line-height: 1.3;
	padding: 15px 10px;
	background: var(--c02);
	color: #fff;
	border-radius: 5px;
	text-align: center;
	min-width: 300px;
	position: relative;
}
.buttom_more::before,
a.buttom_more::before {
	display: block;
	content: "";
	width: 6px;
	height: 10px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #fff;
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
}
@media screen and (max-width: 767px) {
	.title01 {
		font-size: var(--f28);
		margin: 0 0 40px;
	}
	.title01 strong {
		font-size: var(--f28);
	}
	.title01 span {
		font-size: var(--f16);
	}
	.button_more_box {
		margin: 30px 0 0;
	}
}

/* ------------------------
	index
------------------------ */
.first {
	height: 710px;
	margin: 0 0 75px;
	position: relative;
	padding: 0;
}
.first_image {
	width: 65%;
	height: 710px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.first_image img {
	width: 100%;
	height: 710px;
	object-fit: cover;
	border-radius: 0 0 0 5px;
}
.first_box {
	height: 710px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.first_box p {
	margin: 10px 0;
	font-size: var(--f36);
}
.first_box p span {
	display: inline-block;
	background: #fff;
	padding: 2px 10px;
}
.catch_box {
	position: relative;
	min-height: 600px;
	text-align: right;
}
.catch_image {
	width: min(54%, 640px);
	position: absolute;
	bottom: 0;
	left: 0;
}
.catch_image img {
	height: 440px;
	border-radius: 5px;
	object-fit: cover;
	object-position: 45%;
}
.catch_text {
	display: inline-block;
	padding: 60px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	text-align: left;
}
.catch_text span {
	display: inline-block;
	background: var(--c04);
	margin: 2px 0;
}
.gallery_slide .slick-slider {
	display: none;
}
.gallery_slide .slick-slider.slick-initialized {
	display: block;
}
.point .title01 {
	text-align: left;
}
.point_box {
	display: flex;
	justify-content: space-between;
}
.point_box dl {
	width: 24%;
	padding: 20px 19px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	text-align: center;
}
.point_box dl::before {
	display: block;
	content: "1";
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--c02);
	text-align: center;
	font-size: var(--f25);
	font-weight: 500;
	color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.point_box dl:nth-of-type(2)::before {
	content: "2";
}
.point_box dl:nth-of-type(3)::before {
	content: "3";
}
.point_box dl:nth-of-type(4)::before {
	content: "4";
}
.point_box dl dt:nth-of-type(2) {
	font-size: min(1.8vw, var(--f20));
	line-height: 1.5;
	color: var(--c02);
	font-weight: 500;
	margin: 10px 0 5px;
}
.point_box dl dd {
	font-size: min(1.3vw, var(--f16));
	line-height: 1.5;
}
.message_box {
	display: flex;
	flex-flow: row-reverse nowrap;
	justify-content: space-between;
	align-items: center;
}
.message_image {
	width: 380px;
}
.message_image dl dt {
	background: #fff;
	margin: 5px 0 0;
	border-radius: 5px;
	text-align: center;
	line-height: 1.5;
	padding: 10px;
	margin: 15px 0 0;
	position: relative;
}
.message_image dl dt span {
	display: block;
	font-size: var(--f14);
	margin: 5px 0 0;
}
.message_image dl dt::before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background: #fff;
	position: absolute;
	top: -10px;
	left: calc(50% - 5px);
}
.message_text {
	padding: 0 30px 0 0;
}
.message_text p:nth-last-child(1) {
	margin: 30px 0 0;
}
.floor {
	background: #fff;
}
.floor_catch {
	background: var(--c03);
	padding: 5px 15px;
	border-radius: 100px;
	text-align: center;
	margin: 0;
}
.floor_box ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.floor_box ul::before{
	content: "";
	display: block;
	width: 24%;
	order: 1;
}
.floor_box ul::after{
	content: "";
	display: block;
	width: 24%;
}
.floor_box ul li {
	width: min(24%, 280px);
	margin: 50px 0 0;
	position: relative;
}
.floor_box ul li a {
	display: block;
	position: relative;
}
.floor_box ul li a::before {
	display: block;
	content: "";
	width: 23px;
	height: 18px;
	background: url("../images/vivace/icon_zoom.svg") no-repeat center center / cover;
	position: absolute;
	bottom: 15%;
	right: 10px;
}
.equipment_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 45px;
}
.equipment_image {
	width: 640px;
}
.equipment_image img {
	border-radius: 5px;
}
.equipment_text {
	padding: 0 30px 0 0;
}
.equipment_text .title01 {
	text-align: left;
}
.equipment_icon ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.equipment_icon ul li {
	width: min(10%, 120px);
	margin: 15px 0 0 1.25%;
	font-size: var(--f12);
	text-align: center;
	line-height: 1.3;
}
.equipment_icon ul li:nth-child(1),
.equipment_icon ul li:nth-child(10) {
	margin: 15px 0 0;
}
.equipment_icon ul li img {
	display: block;
	margin: 0 auto 5px;
}
.area .title01 {
	text-align: left;
	margin: 0 0 20px;
}
.area_box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.area_box dl {
	width: 32.5%;
	padding: 20px 20px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	text-align: left;
	margin: 30px 0 0;
}
.area_box dl dt:nth-of-type(2) {
	font-size: var(--f18);
	line-height: 1.5;
	color: var(--c02);
	font-weight: 500;
	margin: 10px 0 5px;
}
.area_box dl dd {
	line-height: 1.5;
}
.area_box dl dd:nth-of-type(1) {
	font-weight: 500;
	margin: 5px 0 7px;
}
.feature {
	margin: 0 0 75px;
}
.feature_image {
	display: block;
	content: "";
	width: 35%;
	height: 580px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.feature_image img {
	width: 100%;
	height: 580px;
	object-fit: cover;
	border-radius: 5px 0 0 5px;
}
.feature_box {
	width: calc(65% - 30px);
	background: #fff;
	padding: 60px 0;
	position: relative;
}
.feature_box::before {
	display: block;
	content: "";
	width: 100vw;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: -100vw;
}
.feature_box::after {
	display: block;
	content: "";
	width: 15vw;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: -15vw;
	border-radius: 5px 5px 0 0;
}
.access_box {
	display: flex;
	justify-content: space-between;
}
.access_text {
	width: calc(48% - 30px);
}
.access_text .title01 {
	text-align: left;
}
.access_map {
	width: 52%;
}
.contact {
	background: #fff;
}
@media screen and (max-width: 767px) {
	.first {
		height: 300px;
		margin: 0 0 40px;
	}
	.first_image {
		width: 80%;
		height: 300px;
	}
	.first_image img {
		height: 300px;
	}
	.first_box {
		height: 300px;
	}
	.first_box p {
		font-size: var(--f20);
	}
	.catch_box {
		min-height: inherit;
		text-align: left;
	}
	.catch_image {
		width: min(100%, 500px);
		position: relative;
		bottom: auto;
		left: auto;
		margin: 0 auto 30px;
	}
	.catch_image img {
		height: auto;
		object-position: center;
	}
	.catch_text {
		display: block;
		padding: 30px 15px;
	}
	.catch_text span {
		margin: 2px 0;
		padding: 0 5px;
	}
	.point .title01 {
		text-align: center;
	}
	.point_box {
		display: block;
	}
	.point_box dl {
		width: min(100%, 500px);
		margin: 30px auto 0;
	}
	.point_box dl dt:nth-of-type(2) {
		font-size: var(--f20);
	}
	.point_box dl dd {
		font-size: var(--f16);
	}
	.message_box {
		display: block;
	}
	.message_image {
		width: 300px;
		margin: 0 auto 30px;
	}
	.message_text {
		padding: 0;
	}
	.message_text p:nth-last-child(1) {
		text-align: center;
	}
	.floor_box ul::before{
		display: none;
	}
	.floor_box ul::after{
		display: none;
	}
	.floor_box ul li {
		width: 48%;
		margin: 30px 0 0;
	}
	.equipment_box {
		display: block;
		margin: 0 0 30px;
	}
	.equipment_image {
		width: min(100%, 500px);
		margin: 30px auto 0;
	}
	.equipment_text {
		padding: 0;
	}
	.equipment_text .title01 {
		text-align: center;
	}
	.equipment_icon ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.equipment_icon ul::after{
		content: "";
		display: block;
		width: 32%;
	}
	.equipment_icon ul li {
		width: 32%;
		margin: 15px 0 0 !important;
		font-size: var(--f10);
	}
	.area .title01 {
		text-align: center;
		margin: 0 0 1px;
	}
	.area_box {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.area_box dl {
		width: min(100%, 500px);
		margin: 30px auto 0;
	}
	.feature {
		margin: 40px 0 40px;
		background: #fff;
	}
	.feature_image {
		display: block;
		width: min(100%, 500px);
		height: auto;
		position: relative;
		bottom: auto;
		right: auto;
		margin: 0 auto 30px;
		padding: 40px 15px 0;
	}
	.feature_image img {
		width: 100%;
		height: auto;
		border-radius: 5px;
	}
	.feature_box {
		width: auto;
		padding: 0 0 40px;
	}
	.feature_box::before {
		display: none;
	}
	.feature_box::after {
		display: none;
	}
	.access_box {
		display: block;
		text-align: center;
	}
	.access_text {
		display: inline-block;
		width: auto;
		text-align: left;
	}
	.access_text .title01 {
		text-align: center;
	}
	.access_map {
		width: auto;
	}
	.access_map iframe {
		height: 250px;
	}
}

/* ------------------------
	form
------------------------ */
.contact_box table.table_noborder tbody tr th {
	width: 15%;
}
.page-vivace .contact_box table.table_noborder tbody tr th {
	padding-top: 5px;
}
.contact_box input[type="checkbox"] {
	display: none;
}
.mwform-checkbox-field {
	margin: 0 15px 0 0;
}
.mwform-checkbox-field-text {
	position: relative;
	height: 35px;
	line-height: 35px;
	padding-left: 40px;
	display: inline-block;
	font-size: var(--f18);
}
.mwform-checkbox-field-text::before {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid var(--c01);
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}
.contact_box input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
	content: "";
	display: block;
	width: 16px;
	height: 10px;
	border-top: 3px solid var(--c02);
	border-right: 3px solid var(--c02);
	transform: rotate(135deg);
	position: absolute;
	left: 8px;
	top: 8px;
}
p.contact_notice {
	margin: 15px 0;
}
.contact_date {
	display: flex;
	justify-content: space-between;
}
.contact_date dl {
	width: 49%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F4F4F2;
	border-radius: 10px;
}
.page-vivace_confirm .contact_date dl {
	background: none;
}
.contact_date dl dt {
	white-space: nowrap;
	padding: 0 0 0 10px;
}
.page-vivace_confirm .contact_date dl dt {
	padding: 0;
}
.contact_date dl dd {
	width: 100%;
}
.red {
	color: #ff0000;
}
select {
	border: none;
	background: #F4F4F2;
	padding: 10px 15px;
	font-size: var(--f16);
	line-height: 30px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
	border: none;
	background: #F4F4F2;
	padding: 10px 15px;
	font-size: var(--f16);
	line-height: 30px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
}
input[type=text].middle,
input[type=password].middle,
input[type=email].middle,
input[type=tel].middle {
	width: 50%;
}
input[type=text].small,
input[type=password].small,
input[type=email].small,
input[type=tel].small {
	width: 25%;
}
textarea {
	border: none;
	background: #F4F4F2;
	padding: 10px 15px;
	font-size: var(--f16);
	line-height: 1.5;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	border-radius: 10px;
}
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit] {
	border: none;
	display: inline-block;
	line-height: 1.3;
	padding: 15px 10px;
	background: var(--c02);
	color: #fff;
	border-radius: 5px;
	text-align: center;
	min-width: 300px;
	position: relative;
	margin: 15px 10px;
}
input[type=reset].input_back,
input[type=button].input_back,
input[type=submit].input_back,
button[type=submit].input_back {
	background: #808080;
}
.wpcf7-spinner,
.ajax-loader {
	display: block !important;
	margin: 0 auto !important;
}
.wpforms-recaptcha-container,
.wpforms-submit-container {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.contact_box table.table_noborder tbody tr th {
		display: block;
		padding: 0;
		width: auto;
	}
	.contact_box table.table_noborder tbody tr td {
		display: block;
	}
	.mwform-checkbox-field {
		display: block;
		margin: 5px 0 10px !important;
	}
	.contact_date {
		display: block;
	}
	.contact_date dl {
		width: 100%;
		margin: 10px 0 0;
	}
	input[type=text].middle,
	input[type=password].middle,
	input[type=email].middle,
	input[type=tel].middle {
		width: 75%;
	}
	input[type=text].small,
	input[type=password].small,
	input[type=email].small,
	input[type=tel].small {
		width: 50%;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../js/slick/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 10;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before{
  content: "";
	display: block;
  width: 30px;
  height: 60px;
  background: url("../images/vivace/icon_arrow.svg") no-repeat center center;
}
.slick-next:before{
	transform: scale(-1, 1);
}
.slick-prev:hover:before,
.slick-next:hover:before{
	opacity: 0.7;
}
.slick-prev{
    left: -10px;
}
.slick-next{
    right: -10px;
}

/* Dots */
.slick-dotted.slick-slider{}

.slick-dots{
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: flex-start;
  text-align: center;
	flex-wrap: wrap;
}

.slick-dots li{
	flex: 0 1 14.6%;
  position: relative;
  display: block;
  padding: 0;
  cursor: pointer;
  border: 1px solid transparent;
	margin: 0 1% 10px;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
}

.slick-dots li.slick-active{
  border: 1px solid var(--c01);
}

.slick-dots li img{
	width: 100%;
	height: 115px;
	object-fit: cover;
	vertical-align: bottom;
}

.slick-slide {
	position: relative;
}

.slick-slide img{
	width: 50%;
	max-width: 600px;
	max-height: 400px;
	object-fit: contain;
	object-position: center center;
	margin: 0 0 0 auto;
	border-radius: 5px;
}

.slick-slide span{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	padding: 15px;
	width: 40%;
	height: 160px;
	background: #fff;
	position: absolute;
	bottom: 0;
	border-radius: 5px;
}

.slick-slide span::before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #fff;
	position: absolute;
	top: calc(50% - 10px);
	right: -20px;
}

.slick_main {
	margin: 0 0 30px;
}

@media screen and (max-width:767px){
	.slick-prev,
	.slick-next{
		top: 35vw;
	}
	.slick-dots li{
		margin: 0 1% 5px;
	}
	.slick-dots li img{
		height: 10vw;
	}
	.slick-slide img{
		height: 67vw;
	}
	.slick-slide img{
		width: 100%;
		height: 67vw;
		max-width: inherit;
		max-height: inherit;
	}
	.slick-slide span{
		font-size: var(--f14);
		line-height: 1.5;
		padding: 15px;
		width: 100%;
		height: auto;
		position: relative;
		bottom: auto;
	}
	.slick-slide span::before {
		clip-path: polygon(50% 0, 100% 100%, 0 100%);
		position: absolute;
		top: -20px;
		right: calc(50% - 10px);
	}
	.slick_main {
		margin: 0 0 5px;
	}
}

.grecaptcha-badge {
	display: none !important;
}
#nextLink,
#prevLink {
	transition: none;
}
