@charset "UTF-8";
/*
Theme Name: OPRCT
Description: OPRCT
Version: 2022.02
Author: YH
*/

/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

* {
  outline: none; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through;
  }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

a img {
  border: none; }

input, button, select, textarea {
  border-radius: 0; }

button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	padding: 0;
	}

@media screen and (max-width: 767px) {
  input, button, select, textarea {
  }
}

/* ------------------------------------------
   Utility Class
------------------------------------------ */
.clearfix::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*
Web Fonts
font-family: 'Roboto', sans-serif;
*/

/* Style
-------------------------------------------------------------- */
body {
	height: 100%;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 0.05em;
	color: #0B0E12;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	transition: opacity 0.6s ease;
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: none;
	opacity: 1;
}
body p {
	color: inherit;
	font-size: inherit;
	line-height: 2em; }

a, a img, button {
  text-decoration: none;
  font-weight: 500;
  color: #0B0E12;
  transition: all 0.3s ease }

.pc_view a:hover,
.pc_view button:hover {
	opacity: 0.75;
}

span {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
pictuire,
img {
  display: block;
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  }

.non_pc {
  display: none !important; }

.f_en {
	font-family: 'Roboto', sans-serif;
}
.f_goth {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* =============================
  Common
============================= */
.outline {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.main {
  z-index: 100;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.3s ease;
  z-index: 100;
  padding-top: 120px;
}
@media screen and (max-width: 640px) {
	.main {
		padding-top: 70px;
	}
}


/* Header *********/
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	background: #000;
}
header > .inner {
	height: 120px;
	max-width: 1200px;
	width: 92%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
header .logo {
	
}
header .logo img {
	display: block;
	width: 50px;
	margin: 10px 50px;
}
@media screen and (max-width: 959px) {
	header .logo img {
		margin: 10px 25px;
	}
}
@media screen and (max-width: 768px) {
	header .logo img {
		margin: 10px 15px;
	}
}
header .info {
	color: #fff;
	font-size: 11px;
	line-height: 1.5em;
	margin-left: 10px;
}
header .info .bp {
	display: none;
}
header .bt_tel {
	margin-left: auto;
	color: #fff;
	font-size: 11px;
	line-height: 1em;
	height: 90px;
	padding: 23px 10px 0 60px;
	box-sizing: border-box;
	background: url(../images/icon_tel.svg) no-repeat left center;
	background-size: 60px 60px;
}
header .bt_tel span {
	display: block;
	line-height: 1em;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 7px;
}
header .bt_form {
	color: #fff;
	font-size: 11px;
	height: 90px;
	padding: 48px 10px 0 10px;
	box-sizing: border-box;
	background: url(../images/icon_form.svg) no-repeat center 11px;
	background-size: 50px 50px;
	/* margin-left: 35px; */
}
@media screen and (max-width: 768px) {
	header .info .bp {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 10000;
		background: #000;
	}
	header > .inner {
		height: 70px;
		max-width: 1200px;
		width: 96%;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}
	header .logo {
		
	}
	header .logo img {
		display: block;
		padding: 0px 0;
		width: 30px;
	}
	header .info {
		display: none;
	}
	header .bt_tel {
		color: #fff;
		height: 70px;
		font-size: 9px;
		padding: 20px 10px 0 40px;
		box-sizing: border-box;
		background-size: 40px 40px;
	}
	header .bt_tel span {
		font-size: 18px;
		margin-bottom: 3px;
	}
	header .bt_form {
		font-size: 9px;
		height: 70px;
		padding: 32px 5px 0 5px;
		box-sizing: border-box;
		background-size: 32px 32px;
		/* margin-left: 35px; */
	}
}

/* Footer *********/
footer {
	/* background: #000; */
	position: relative;
	z-index: 1000;
}
footer .contact {
	background: #282828;
	color: #fff;
	padding: 54px 0 50px 0;
	text-align: center;
}
footer .contact .title {
	font-size: 20px;
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding: 0 5px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
footer .contact .fbox {
	display: flex;
	justify-content: space-between;
	width: 85%;
	max-width: 1100px;
	margin: 40px auto 0 auto;
}
footer .contact .fbox a {
	display: block;
	background: #000;
	width: 49%;
	color: #fff;
	height: 154px;
	padding-top: 30px;
	box-sizing: border-box;
}
footer .contact .fbox a div {
	margin: 0 auto;
	color: #fff;
	font-size: 11px;
	line-height: 1em;
	height: 90px;
	padding: 23px 0px 0 60px;
	box-sizing: border-box;
	background: url(../images/icon_tel.svg) no-repeat left center;
	background-size: 60px 60px;
	letter-spacing: 0.1em;
	text-align: left;
	width: 260px;
	transition: all 0.3s ease;
}
footer .contact .fbox a div span {
	display: block;
	line-height: 1em;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 7px;
}
footer .contact .fbox a.bt_form {
	background-color: #3c3c3c;
}
.pc_view footer .contact .fbox a:hover {
	opacity: 1;
	background-color: #fff;
}
.pc_view footer .contact .fbox a:hover div {
	background-image: url(../images/icon_tel_b.svg);
	color: #000;
}
.pc_view footer .contact .fbox a.bt_form:hover div {
	background-image: url(../images/icon_form_b.svg);
}
footer .contact .fbox a.bt_form div {
	color: #fff;
	font-size: 11px;
	height: 90px;
	padding: 38px 0px 0 70px;
	box-sizing: border-box;
	background: url(../images/icon_form.svg) no-repeat left center;
	background-size: 50px 50px;
	font-size: 13px;
	font-weight: bold;
	width: 240px;
}
footer .contact .fbox a.bt_form div br.bp {
	display: none;
}
@media screen and (max-width: 999px) {
	footer .contact .fbox a {
	height: 120px;
	padding-top: 14px;
	}
}
footer .contact .staff {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
}
footer .contact .staff .label {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	line-height: 26px;
	padding: 0 30px 0 10px;
	position: relative;
	margin-bottom: 10px;
}
footer .contact .staff .label::before {
	content: "";
	width: 18px;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	right: 0;
	bottom: -1px;
	transform: rotate(45deg);
	transform-origin: 100% 100%;
}
footer .contact .staff .box {
	display: flex;
	margin-left: 30px;
	align-items: center;
}
footer .contact .staff .box picture {
	width: 90px;
	border-radius: 100px;
}
footer .contact .staff .box picture img {
	border-radius: 100px;
	width: 90px;
}
footer .contact .staff .box p {
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 0 0 10px;
	text-align: left;
}
footer > .inner {
	background: #000;
	padding: 100px 0 40px 0;
	color: #fff;
	text-align: center;
}
footer .logo {
	width: 84px;
	display: block;
	margin:  0 auto;
}
footer .logo img {
		
}
footer .name {
	font-size: 15px;
	font-weight: bold;
	margin-top: 90px;
	letter-spacing: 0.1em;
}
footer .copy {
	font-size: 15px;
	margin-top: 16px;
	letter-spacing: 0.15em;
}
footer .copy br.bp {
	display: none;
}
footer .address {
	font-size: 15px;
	margin-top: 16px;
	letter-spacing: 0.15em;
}
footer nav {
		
}
footer nav .menu {
	width: 468px;
	margin: 40px auto 0 auto;
	text-align: left;
	justify-content: center;
}
footer nav .menu li {
	width: 21%;
}
footer nav .menu li + li {
	margin-left: 5.33333%;
}
footer nav .menu li:nth-child(2) a {
	letter-spacing: 0em;
}
footer .space {
		margin-top: 80px;
}
footer .space .title {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
footer .space .menu {
		width: 550px;
		margin: 18px auto 0 auto;
		text-align: left;
		justify-content: center;
}
footer .space .menu li {
	width: 16.5%;
}
footer .space .menu li + li {margin-left: 4.375%;}
footer .space .menu li a {
	letter-spacing: 0.1em !important;
	font-size: 15px;
	font-weight: bold;
}
footer .copyright {
		font-size: 13px;
		font-weight: bold;
		margin-top: 65px;
}
@media screen and (max-width: 640px) {
	footer {
		/* background: #000; */
		position: relative;
		z-index: 1000;
	}
	footer .contact {
		background: #282828;
		color: #fff;
		padding: 40px 0 40px 0;
		text-align: center;
	}
	footer .contact .title {
		font-size: 13px;
		display: inline-block;
		border-bottom: 1px solid #fff;
		padding: 0 5px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	footer .contact .fbox {
		display: flex;
		justify-content: space-between;
		width: 90%;
		max-width: 1100px;
		margin: 20px auto 0 auto;
	}
	footer .contact .fbox a {
		display: block;
		background: #000;
		width: 49%;
		color: #fff;
		height: 94px;
		padding-top: 0px;
		box-sizing: border-box;
	}
	footer .contact .fbox a div {
		margin: 0 auto;
		color: #fff;
		font-size: 9px;
		line-height: 1.3em;
		height: 90px;
		padding: 26px 0px 0 40px;
		box-sizing: border-box;
		background-position: -5px 50%;
		background-size: 40px 40px;
		letter-spacing: 0.1em;
		text-align: left;
		width: 150px;
	}
	footer .contact .fbox a div span {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 4px;
		letter-spacing: 0;
	}
	footer .contact .fbox a.bt_form {
		background-color: #3c3c3c;
	}
	footer .contact .fbox a.bt_form div {
		color: #fff;
		font-size: 11px;
		height: 90px;
		padding: 34px 0px 0 50px;
		box-sizing: border-box;
		background-position: 10px 50%;
		background-size: 30px 30px;
		font-size: 11px;
		font-weight: bold;
		width: 150px;
	}
	footer .contact .fbox a.bt_form div br.bp {
		display: block;
	}
	footer .contact .staff {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px auto 0 auto;
		flex-wrap: wrap;
		max-width: 380px;
	}
	footer .contact .staff .label {
		font-size: 12px;
		line-height: 30px;
		padding: 0 6px;
		margin: 0 50px 21px 50px;
	}
	footer .contact .staff .label::before {
		display: none;
	}
	footer .contact .staff .box {
		display: flex;
		width: auto;
		margin: 0 3%;
		align-items: center;
	}
	footer .contact .staff .box picture {
		width: 70px;
		border-radius: 100px;
	}
	footer .contact .staff .box picture img {
		border-radius: 100px;
		width: 70px;
	}
	footer .contact .staff .box p {
		font-size: 11px;
		line-height: 1.5em;
		margin: 0 0 0 10px;
		text-align: left;
	}
	footer > .inner {
		background: #000;
		padding: 50px 0 30px 0;
		color: #fff;
		text-align: center;
	}
	footer .logo {
		width: 60px;
	}
	footer .logo img {
			
	}
	footer .name {
		font-size: 13px;
		font-weight: bold;
		margin-top: 40px;
		letter-spacing: 0.1em;
	}
	footer .copy {
		font-size: 13px;
		margin-top: 10px;
		letter-spacing: 0.05em;
	}
	footer .copy br.bp {
		display: block;
	}
	footer .address {
		font-size: 13px;
		margin-top: 10px;
		letter-spacing: 0.05em;
	}
	footer nav {
			
	}
	footer nav .menu {
		width: 90%;
		margin: 25px auto 0 auto;
		text-align: left;
	}
	footer nav .menu li {
		width: 22%;
	}
	footer nav .menu li:nth-child(2) a {
		letter-spacing: 0em;
	}
	footer .space {
			margin-top: 40px;
	}
	footer .space .title {
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0.15em;
	}
	footer .space .menu {
			width: 90%;
			margin: 2px auto 0 auto;
			text-align: left;
	}
	footer .space .menu li {
		width: 16.5%;
	}
	footer .space .menu li a {
		letter-spacing: 0em !important;
		font-size: 10px;
		font-weight: bold;
	}
	footer .copyright {
			font-size: 10px;
			font-weight: bold;
			margin-top: 40px;
	}
}



/* =============================
  Index
============================= */

/* TOP */
.main .intro {
	background: url(../images/img_visual.webp) no-repeat center center;
	background-size: cover;
	z-index: 100;
	position: relative;
}
.main.no-webp .intro {
	background-image: url(../images/original/img_visual.jpg);
}
body.sp .main .intro {
	background: url(../images/sp/img_visual.webp) no-repeat center center;
	background-size: cover;
}
body.sp .main.no-webp .intro {
	background-image: url(../images/sp/original/img_visual.jpg);
}

/* Space O */
#inner.space_o .main .intro {
	background-image: url(../../../space-o/images/img_visual.webp);
	background-color: #f1f1f1;
}
#inner.space_o .main.no-webp .intro {
	background-image: url(../../../space-o/images/original/img_visual.jpg);
}
#inner.space_o.sp .main .intro {
	background-image: url(../../../space-o/images/sp/img_visual.webp);
	background-color: #f1f1f1;
}
#inner.space_o.sp .main.no-webp .intro {
	background-image: url(../../../space-o/images/sp/original/img_visual.jpg);
}

/* Space P */
#inner.space_p .main .intro {
	background-image: url(../../../space-p/images/img_visual.webp);
	background-color: #f1f1f1;
}
#inner.space_p .main.no-webp .intro {
	background-image: url(../../../space-p/images/original/img_visual.jpg);
}
#inner.space_p.sp .main .intro {
	background-image: url(../../../space-p/images/sp/img_visual.webp);
	background-color: #f1f1f1;
}
#inner.space_p.sp .main.no-webp .intro {
	background-image: url(../../../space-p/images/sp/original/img_visual.jpg);
}

/* Space R */
#inner.space_r .main .intro {
	background-image: url(../../../space-r/images/img_visual.webp);
	background-color: #f1f1f1;
}
#inner.space_r .main.no-webp .intro {
	background-image: url(../../../space-r/images/original/img_visual.jpg);
}
#inner.space_r.sp .main .intro {
	background-image: url(../../../space-r/images/sp/img_visual.webp);
	background-color: #f1f1f1;
}
#inner.space_r.sp .main.no-webp .intro {
	background-image: url(../../../space-r/images/sp/original/img_visual.jpg);
}

/* Space C */
#inner.space_c .main .intro {
	background-image: url(../../../space-c/images/img_visual.webp);
	background-color: #f1f1f1;
}
#inner.space_c .main.no-webp .intro {
	background-image: url(../../../space-c/images/original/img_visual.jpg);
}
#inner.space_c.sp .main .intro {
	background-image: url(../../../space-c/images/sp/img_visual.webp);
	background-color: #f1f1f1;
}
#inner.space_c.sp .main.no-webp .intro {
	background-image: url(../../../space-c/images/sp/original/img_visual.jpg);
}

/* Space T */
#inner.space_t .main .intro {
	background-image: url(../../../space-t/images/img_visual.webp);
	background-color: #f1f1f1;
}
#inner.space_t .main.no-webp .intro {
	background-image: url(../../../space-t/images/original/img_visual.jpg);
}
#inner.space_t.sp .main .intro {
	background-image: url(../../../space-t/images/sp/img_visual.webp);
	background-color: #f1f1f1;
}
#inner.space_t.sp .main.no-webp .intro {
	background-image: url(../../../space-t/images/sp/original/img_visual.jpg);
}

/* Garage */
#inner.garage .main .intro {
	background-image: url(../../../garage/images/img_visual.webp);
	background-color: #f1f1f1;
}
#inner.garage .main.no-webp .intro {
	background-image: url(../../../garage/images/original/img_visual.jpg);
}
#inner.garage.sp .main .intro {
	background-image: url(../../../garage/images/sp/img_visual.webp);
	background-color: #f1f1f1;
}
#inner.garage.sp .main.no-webp .intro {
	background-image: url(../../../garage/images/sp/original/img_visual.jpg);
}


@media screen and (max-width: 1199px) {
	.main .intro {
		background-position: center top;
		background-size: 109% auto;
	}	
}
@media screen and (max-width: 959px) {
	.main .intro {
		background-position: center top;
		background-size: 1044px auto;
	}	
}
.main .intro > .inner {
	max-width: 1100px;
	margin: 0 auto;
	width: 85%;
	height: 650px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding-top: 160px;
}
.main .intro h1 {
	font-size: 29px;
	font-weight: bold;
	color: #fff;
	background: #000;
	padding: 15px 20px;
	letter-spacing: 0.1em;
	margin-right: auto;
	box-sizing: border-box;
}
#inner .main .intro h1 {
	font-size: 46px;
	padding: 20px 20px;
}

.main .intro .copy {
	background: #fff;
	padding: 10px 20px;
	font-size: 15px;
	letter-spacing: 0.1em;
	margin-right: auto;
}
.main .intro .contact {
	margin: auto auto 0 0;
	background: #000;
	color: #fff;
	padding: 35px 35px 38px 35px;
	box-sizing: border-box;
	width: 460px;
}
.main .intro .contact .fbox {
	display: flex;
	justify-content: space-between;
}
.main .intro .contact .fbox a {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 10px 65px;
	box-sizing: border-box;
	width: 200px;
}
.main .intro .contact .fbox .bt_tel {
	background: url(../images/icon_tel.svg) no-repeat 20px center;
	background-size: 36px 36px;
}
.main .intro .contact .fbox .bt_form {
	background: url(../images/icon_form.svg) no-repeat 18px center;
	background-size: 36px 36px;
	padding-left: 70px;
	width: 185px;
}
.pc_view .main .intro .contact .fbox a:hover {
	background-image: url(../images/icon_tel_b.svg);
	background-color: #fff;
	opacity: 1;
	color: #000;
}
.pc_view .main .intro .contact .fbox .bt_form:hover {
	background-image: url(../images/icon_form_b.svg);
}
.main .intro .contact .note {
	margin-top: 10px;
	font-size: 11px;
}
ul.menu {
	display: flex;
	margin-top: 10px;
}
ul.menu li {
	width: 22%;
}
ul.menu li + li {
	margin-left: 4%;
}
ul.menu li a {
	color: #fff;
	display: block;
	border-bottom: 1px solid #fff;
	font-size: 13px;
	position: relative;
}
ul.menu li:nth-child(2) a {
	letter-spacing: -0.1em;
}
ul.menu li a::before {
	top: 50%;
	right: 0;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-top: -2px;
	transform: scale(0.6, 1);
}

@media screen and (max-width: 768px) {
	.main .intro {
		background-position: center center;
		background-size: cover;
	}	
	.main .intro > .inner {
		height: 600px;
		padding-top: 110px;
		position: relative;
	}
	.main .intro h1 {
		font-size: 29px;
		font-weight: bold;
		color: #fff;
		background: #000;
		padding: 15px 20px;
		letter-spacing: 0.1em;
		margin-right: auto;
		width: auto;
		box-sizing: border-box;
	}
	.main .intro .copy {
		background: #fff;
		padding: 10px 20px;
		font-size: 15px;
		letter-spacing: 0.1em;
		margin-right: auto;
	}
	.main .intro .contact {
		margin: 0;
		padding: 25px 35px 26px 35px;
		box-sizing: border-box;
		width: 88%;
		position: absolute;
		bottom: -40px;
		left: 6%;
	}
	.main .intro .contact .fbox {
		display: flex;
		justify-content: space-between;
	}
	.main .intro .contact .fbox a {
		padding: 10px 0 10px 15%;
		box-sizing: border-box;
		width: 47%;
	}
	.main .intro .contact .fbox .bt_tel {
		background-position: 15% 50%;
	}
	.main .intro .contact .fbox .bt_form {
		background-position: 15% 50%;
		background-size: 36px 36px;
		padding-left: 18%;
		width: 47%;
	}
	.main .intro .contact .note {
		margin-top: 10px;
		font-size: 11px;
	}
	ul.menu {
		display: flex;
		/* justify-content: space-between; */
		margin-top: 10px;
	}
	ul.menu li {
		width: 22%;
	}
	ul.menu li a {
		color: #fff;
		display: block;
		border-bottom: 1px solid #fff;
		font-size: 11px;
		position: relative;
		letter-spacing: -0.05em !important;
		padding: 5px 0;
	}
	ul.menu li:nth-child(2) a {
		letter-spacing: -0.1em;
	}
	ul.menu li a::before {
		right: -3px;
	}
}
@media screen and (max-width: 640px) {
	.main .intro {
		background-position: center center;
		background-size: cover;
	}	
	.main .intro > .inner {
		height: 400px;
		padding-top: 70px;
		position: relative;
		width: 90%;
	}
	.main .intro h1 {
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		background: #000;
		padding: 10px 15px 10px 15px;
		letter-spacing: 0.1em;
		margin-right: auto;
		width: auto;
		box-sizing: border-box;
	}
	#inner .main .intro h1 {
		font-size: 24px;
		width: auto;
		padding: 10px 15px 10px 15px;
	}
	.main .intro .copy {
		background: #fff;
		padding: 10px 15px;
		font-size: 11px;
		letter-spacing: 0.1em;
		margin-right: auto;
	}
	.main .intro .contact {
		margin: 0;
		padding: 20px 15px 20px 15px;
		box-sizing: border-box;
		width: 100%;
		position: absolute;
		bottom: -50px;
		left: 0;
	}
	.main .intro .contact .fbox {
		display: flex;
		justify-content: space-between;
	}
	.main .intro .contact .fbox a {
		padding: 7px 0 7px 15%;
		box-sizing: border-box;
		width: 47%;
		font-size: 11px;
	}
	.main .intro .contact .fbox .bt_tel {
		background-position: 5% 50%;
	}
	.main .intro .contact .fbox .bt_form {
		background-position: 10% 50%;
		background-size: 30px 30px;
		padding-left: 17%;
		width: 47%;
	}
	.main .intro .contact .note {
		margin-top: 7px;
		font-size: 10px;
	}
	ul.menu {
		display: flex;
		/* justify-content: space-between; */
		margin-top: 10px;
	}
	ul.menu li {
		width: 22%;
	}
	ul.menu li a {
		color: #fff;
		display: block;
		border-bottom: 1px solid #fff;
		font-size: 10px;
		position: relative;
		letter-spacing: -0.05em !important;
		padding: 2px 0;
	}
	ul.menu li:nth-child(2) a {
		letter-spacing: -0.1em;
	}
	ul.menu li a::before {
		right: -3px;
	}
}


/* Gallery ***/
.main .gallery {
  padding: 130px 0 0 0;
  background: #f1f1f1;
}
.main .gallery h2 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.main .gallery .lead {
  width: 585px;
  margin: 45px auto 120px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
}
.main .gallery .box {
  position: relative;
}
.main .gallery .box picture,
.main .gallery .box img {
  width: 100%;
}
.main .gallery .box .info {
  position: absolute;
  bottom: 60px;
  left: 7%;
  background: #fff;
  padding: 34px 38px;
}
.main .gallery .box .info h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5em;
}
.main .gallery .box .info .text {
  font-size: 13px;
  color: #727171;
  font-weight: bold;
  width: 570px;
  line-height: 1.8em;
  margin-top: 10px;
}
.main .gallery > .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 140px 0;
  width: 85%;
  position: relative;
}
.main .gallery .matterport {
	margin-top: 0;
}
.main .gallery .matterport h3 {
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #000;
}
.main .gallery .matterport h3 span {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin-left: 20px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.main .gallery .matterport .view {
	background: #323237;
	height: 450px;
	max-width: 800px;
	width: 100%;
	margin: 60px auto 0 auto;
}

@media screen and (max-width: 768px) {
	.main .gallery .lead {
	  margin: 45px auto 90px auto;
	}
	.main .gallery .box .info {
	  position: relative;
	  bottom: auto;
	  left: auto;
	  padding: 34px 38px;
	  width: 85%;
	  box-sizing: border-box;
	  margin: -50px auto 50px auto;
	}
	.main .gallery .box .info h3 {
	  font-size: 25px;
	  font-weight: bold;
	  line-height: 1.5em;
	}
	.main .gallery .box .info .text {
	  width: auto;
	}
	.main .gallery > .inner {
	  padding: 80px 0 80px 0;
	}
	.main .gallery .matterport h3 {
		display: inline-block;
		font-size: 25px;
		font-weight: bold;
		padding: 8px 0 8px 0;
	}
	.main .gallery .matterport h3 span {
		font-size: 15px;
		font-weight: bold;
		display: inline-block;
		margin-left: 20px;
		line-height: 1em;
		font-weight: normal;
		letter-spacing: 0.1em;
	}
	.main .gallery .matterport {
		margin-top: 0;
	}
	.main .gallery .matterport .view {
		background: #323237;
		height: 350px;
		max-width: 800px;
		width: 100%;
		margin: 45px auto 0 auto;
	}
}
@media screen and (max-width: 640px) {	
	.main .gallery {
	  padding: 110px 0 1px 0;
	  background: #f1f1f1;
	}
	.main .gallery h2 {
	  font-size: 25px;
	  font-weight: bold;
	  text-align: center;
	  letter-spacing: 0.1em;
	}
	.main .gallery .lead {
	  width: 90%;
	  margin: 25px auto 50px auto;
	  font-size: 15px;
	  font-weight: bold;
	}
	.main .gallery .box .info {
	  padding: 20px 15px;
	  width: 90%;
	  box-sizing: border-box;
	  margin: -40px auto 40px auto;
	}
	.main .gallery .box .info h3 {
	  font-size: 18px;
	}
	.main .gallery .box .info .text {
	  width: auto;
	  font-size: 12px;
	}
	.main .gallery > .inner {
	  max-width: 1100px;
	  margin: 0 auto;
	  padding: 0 0 50px 0;
	  width: 90%;
	}
	.main .gallery .matterport h3 {
		font-size: 16px;
		padding: 3px 0 3px 0;
	}
	.main .gallery .matterport h3 span {
		font-size: 12px;
		margin-left: 10px;
	}
	.main .gallery .matterport {
		margin-top: 0;
	}
	.main .gallery .matterport .view {
		height: 200px;
		width: 100%;
		margin: 30px auto 0 auto;
	}
}



/* About ***/
.main .about {
  
}
.main .about .hbox {
}
.main .about .hbox > .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 50px 0;
  width: 85%;
  position: relative;
}
.main .about .hbox h2 {
	font-size: 39px;
	font-weight: bold;
	line-height: 1.5em;
}
.main .about .hbox .lead {
  font-size: 18px;
  font-weight: bold;
  width: 460px;
  margin-top: 25px;
  text-align: justify;
}
.main .about .hbox picture {
  max-width: 546px;
  position: absolute;
  right: 0;
  bottom: -64px;
  width: 47%;
}
@media screen and (max-width: 959px) {
	.main .about .hbox picture {
		width: 38%;		
	}
}

.main .about .bg {
	background: #F1F1F1;
	padding: 120px 0 170px 0;
}
.main .about .bg section {
	max-width: 1100px;
	margin: 0 auto;
	width: 85%;
	position: relative;
}
.main .about .bg section::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;	
}
.main .about .bg section + section {
	margin-top: 80px;
}
.main .about .bg section picture {
	width: 673px;
	float: left;
}
@media screen and (max-width: 792px) {
	.main .about .bg section picture {
		width: 100%;
	}
}
.main .about .bg section picture img {
	width: 100%;
}
.main .about .bg section .info {
	position: absolute;
	right: 0;
	top: 37px;
	background: #fff;
	width: 41.5%;
	box-sizing: border-box;
	padding: 60px 3.5% 40px 3.5%;
	min-width: 350px;
}
.main .about .bg section .info h3 {
	font-size: 26px;
	font-weight: bold;
}
.main .about .bg section .info h3 span {
	font-size: 39px;
	margin-bottom: 15px;
	display: block;
}
.main .about .bg section .info .text {
	font-size: 18px;
	font-weight: bold;
	margin-top: 49px;
	color: #727171;
	min-height: 180px;
	text-align: justify;
}
.main .about .bg section:nth-child(2) picture {
	float: right;
}
.main .about .bg section:nth-child(2) .info {
	right: auto;
	left: 0;
}
@media screen and (max-width: 768px) {
	.main .about {
	  
	}
	.main .about .hbox {
	}
	.main .about .hbox > .inner {
	  max-width: 1100px;
	  margin: 0 auto;
	  padding: 80px 0 50px 0;
	  width: 85%;
	  position: relative;
	}
	.main .about .hbox h2 {
		font-size: 39px;
		font-weight: bold;
		line-height: 1.5em;
	}
	.main .about .hbox .lead {
	  font-size: 18px;
	  font-weight: bold;
	  width: 460px;
	  margin-top: 25px;
	}
	.main .about .hbox picture {
		right: -3%;
		width: 38%;
	}
	
	.main .about .bg {
		background: #F1F1F1;
		padding: 100px 0 80px 0;
	}
	.main .about .bg section {
		max-width: 1100px;
		margin: 0 auto;
		width: 85%;
		position: relative;
	}
	.main .about .bg section + section {
		margin-top: 60px;
	}
	.main .about .bg section picture {
		width: 100%fit-content;
		float: none;
	}
	.main .about .bg section .info {
		position: relative;
		right: auto;
		top: auto;
		width: 90%;
		padding: 50px 6% 40px 6%;
		margin: -7% auto 0 auto;
	}
	.main .about .bg section .info .text {
		min-height: 0;
	}
	.main .about .bg section:nth-child(2) picture {
		float: none;
	}
	.main .about .bg section:nth-child(2) .info {
		right: auto;
		left: auto;
	}
}
@media screen and (max-width: 640px) {
	.main .about {
	  
	}
	.main .about .hbox {
	}
	.main .about .hbox > .inner {
	  padding: 90px 0 190px 0;
	  width: 90%;
	}
	.main .about .hbox h2 {
		font-size: 24px;
	}
	.main .about .hbox h2 .bp {
		display: none;		
	}
	.main .about .hbox .lead {
	  font-size: 14px;
	  font-weight: bold;
	  width: auto;
	  margin-top: 15px;
	}
	.main .about .hbox picture {
		right: auto;
		width: 200px;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: -40px;
	}
	
	.main .about .bg {
		background: #F1F1F1;
		padding: 80px 0 50px 0;
	}
	.main .about .bg section {
		width: 90%;
	}
	.main .about .bg section + section {
		margin-top: 40px;
	}
	.main .about .bg section picture {
		width: 100%fit-content;
		float: none;
	}
	.main .about .bg section .info {
		position: relative;
		right: auto;
		top: auto;
		width: auto;
		padding: 30px 6% 25px 6%;
		margin: 0 auto 0 auto;
		min-width: 0;
	}
	.main .about .bg section .info h3 {
		font-size: 18px;
		font-weight: bold;
	}
	.main .about .bg section .info h3 span {
		font-size: 32px;
		margin-bottom: 5px;
		display: block;
	}
	.main .about .bg section .info .text {
		font-size: 13px;
		margin-top: 10px;
		color: #727171;
		min-height: 0;
		line-height: 1.8em;
	}
	
}

/* Space ***/
.main .sec {
  padding: 120px 0 150px 0;
}
.main .sec > .inner {
	max-width: 1100px;
	width: 85%;
	margin: 0 auto;
}
.main .sec h2 {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	border-bottom: 6px solid #000;
}
.main .sec h2 span {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin-left: 20px;
	line-height: 1em;
	letter-spacing: 0.1em;
}
.main .space {
	background: #000;
	color: #fff;
}
.main .space h2 {
	border-color: #fff;
}
.main .space h3 {
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #fff;
}
.main .space h3 span {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin-left: 20px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.main .space .matterport {
	margin-top: 80px;
}
.main .space .matterport .view {
	background: #323237;
	height: 450px;
	max-width: 800px;
	width: 100%;
	margin: 60px auto 0 auto;
}
.main .space .floormap {
	margin-top: 80px;
}
.main .space .matterport + .floormap {
	margin-top: 120px;
}
.main .space .floormap .fbox {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.main .space .floormap .fbox > picture {
  max-width: 426px;
  width: 38.8%;
  position: relative;
  left: -1.5%;
	margin-top: 10%;
}
.main .space .floormap .fbox ul {
  max-width: 622px;
  width: 56.6%;
}
.main .space .floormap .fbox ul li {
  display: flex;
  justify-content: space-between;
}
.main .space .floormap .fbox ul li + li {
  margin-top: 75px;
}
.main .space .floormap .fbox ul li picture {
	max-width: 343px;
	width: 55.2%;
}
.main .space .floormap .fbox ul li .info {
	width: 41.5%;
}
.main .space .floormap .fbox ul li .info .title {
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1em;
  font-weight: bold;
}
.main .space .floormap .fbox ul li .info .text {
  font-size: 13px;
  line-height: 1.8em;
  margin-top: 23px;
  min-height: 7.2em;
  letter-spacing: 0;
  text-align: justify;
}
.main .space .floormap .fbox ul li .info a {
  display: block;
  background: #222222;
  text-align: center;
  font-weight: 300;
  font-size: 13px;
  line-height: 47px;
  color: #fff;
  margin-top: 25px;
  letter-spacing: 0.15em;
}
.pc_view .main .space .floormap .fbox ul li .info a:hover {
	background: #ddd;
	color: #000;
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.main .sec {
	  padding: 80px 0 80px 0;
	}
	.main .space {
		background: #000;
		color: #fff;
	}
	.main .space h2 {
		border-color: #fff;
	}
	.main .space h3 {
		display: inline-block;
		font-size: 25px;
		font-weight: bold;
		padding: 8px 0 8px 0;
		border-bottom: 1px solid #fff;
	}
	.main .space h3 span {
		font-size: 15px;
		font-weight: bold;
		display: inline-block;
		margin-left: 20px;
		line-height: 1em;
		font-weight: normal;
		letter-spacing: 0.1em;
	}
	.main .space .matterport {
		margin-top: 50px;
	}
	.main .space .matterport .view {
		background: #323237;
		height: 350px;
		max-width: 800px;
		width: 100%;
		margin: 45px auto 0 auto;
	}
	.main .space .floormap {
		margin-top: 80px;
	}
	.main .space .floormap .fbox {
		margin-top: 50px;
		display: block;
		justify-content: space-between;
	}
	.main .space .floormap .fbox > picture {
	  width: 240px;
	  left: auto;
	  margin: 20px auto 0 auto;
	}
	.main .space .floormap .fbox > picture img {
		width: 240px;
		margin: 20px auto 0 auto;
	}
	.main .space .floormap .fbox ul {
	  max-width: 100%;
	  width: 100%;
	  margin-top: 30px;
	}
	.main .space .floormap .fbox ul li {
	  display: flex;
	  justify-content: space-between;
	}
	.main .space .floormap .fbox ul li + li {
	  margin-top: 50px;
	}
	.main .space .floormap .fbox ul li picture {
		max-width: 343px;
		width: 55.2%;
	}
	.main .space .floormap .fbox ul li .info {
		width: 41.5%;
	}
	.main .space .floormap .fbox ul li .info .title {
	  font-size: 20px;
	  letter-spacing: 0.12em;
	  line-height: 1em;
	  font-weight: bold;
	}
	.main .space .floormap .fbox ul li .info .text {
	  font-size: 13px;
	  line-height: 1.8em;
	  margin-top: 23px;
	  min-height: 7.2em;
	  letter-spacing: 0;
	}
	.main .space .floormap .fbox ul li .info a {
	  display: block;
	  background: #222222;
	  text-align: center;
	  font-weight: 300;
	  font-size: 13px;
	  line-height: 47px;
	  color: #fff;
	  margin-top: 25px;
	}
}

@media screen and (max-width: 640px) {
	.main .sec {
	  padding: 50px 0 50px 0;
	}
	.main .sec > .inner {
		width: 90%;
	}
	.main .sec h2 {
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		padding: 5px 0 5px 0;
		border-bottom: 3px solid #000;
	}
	.main .sec h2 span {
		font-size: 14px;
		font-weight: bold;
		display: inline-block;
		margin-left: 15px;
		line-height: 1em;
		letter-spacing: 0.1em;
	}
	.main .sec {
	}
	.main .space {
		background: #000;
		color: #fff;
	}
	.main .space h2 {
		border-color: #fff;
	}
	.main .space h3 {
		font-size: 16px;
		padding: 3px 0 3px 0;
	}
	.main .space h3 span {
		font-size: 12px;
		margin-left: 10px;
	}
	.main .space .matterport {
		margin-top: 30px;
	}
	.main .space .matterport .view {
		height: 200px;
		width: 100%;
		margin: 35px auto 0 auto;
	}
	.main .space .floormap {
		margin-top: 30px;
	}
	.main .space .matterport + .floormap {
		margin-top: 40px;
	}
	.main .space .floormap .fbox {
		margin-top: 30px;
		display: block;
		justify-content: space-between;
	}
	.main .space .floormap .fbox > picture {
	  width: 200px;
	  left: auto;
	  margin: 20px auto 0 auto;
	}
	.main .space .floormap .fbox > picture img {
		width: 200px;
		margin: 20px auto 0 auto;
	}
	.main .space .floormap .fbox ul {
	  max-width: 100%;
	  width: 88%;
	  margin: 30px auto 0 auto;
	}
	.main .space .floormap .fbox ul li {
	  display: block;
	}
	.main .space .floormap .fbox ul li + li {
	  margin-top: 50px;
	}
	.main .space .floormap .fbox ul li picture {
		width: 100%;
	}
	.main .space .floormap .fbox ul li .info {
		width: 100%;
		margin-top: 20px;
	}
	.main .space .floormap .fbox ul li .info .title {
	  font-size: 18px;
	  letter-spacing: 0.12em;
	  line-height: 1em;
	  font-weight: bold;
	}
	.main .space .floormap .fbox ul li .info .text {
	  font-size: 12px;
	  margin-top: 13px;
	  min-height: 0;
	  letter-spacing: 0;
	}
	.main .space .floormap .fbox ul li .info a {
	  font-size: 13px;
	  line-height: 40px;
	  color: #fff;
	  margin-top: 15px;
	}
}

/* Voice ***/
.main .voice {
	background: url(../images/bg_voice.webp) no-repeat center center;
	background-size: cover;
	padding: 100px 0 120px 0;
}
.main.no-webp .main .voice {
	background-image: url(../images/original/bg_voice.jpg);
}
body.sp .main .voice {
	background: url(../images/sp/bg_voice.webp) no-repeat center center;
	background-size: cover;
	padding: 100px 0 120px 0;
}
body.sp .main.no-webp .main .voice {
	background-image: url(../images/sp/original/bg_voice.jpg);
}
.main .voice h2 {
	border-color: #fff;
	color: #fff;
}
.main .voice .fbox {
  margin-top: 70px;
}
.main .voice .fbox::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.main .voice .fbox .box {
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 30px 34px;
	position: relative;
}
.main .voice .fbox .box::before {
	content: "";
	width: 68px;
	height: 68px;
	display: block;
	position: absolute;
	top: -34px;
	left: 27px;
	background: url(../images/icon_voice.svg) no-repeat 10px 20px;
	background-size: 45px;
	background-color: #fff;
	border-radius: 100px;
}
.main .voice .fbox .box1 {
	float: left;
	width: 32%;
	/* min-height: 591px; */
}
.main .voice .fbox .box2,
.main .voice .fbox .box3 {
	float: right;
	width: 64.2%;
}
.main .voice .fbox .box3 {
	margin-top: 3.8%;
}
.main .voice .fbox .box .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25em;
}
@media screen and (max-width: 1039px) {
	.main .voice .fbox .box .title br {
		display: none;
	}
}
.main .voice .fbox .box .use {
  font-size: 13px;
  margin-top: 10px;
}
.main .voice .fbox .box .text {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.9em;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
	.main .voice {
		background: url(../images/bg_voice.webp) no-repeat center center;
		background-size: cover;
		padding: 80px 0 80px 0;
	}
	.main.no-webp .main .voice {
		background-image: url(../images/original/bg_voice.jpg);
	}
	body.sp .main .voice {
		background: url(../images/sp/bg_voice.webp) no-repeat center center;
		background-size: cover;
		padding: 80px 0 80px 0;
	}
	body.sp .main.no-webp .main .voice {
		background-image: url(../images/sp/original/bg_voice.jpg);
	}
	.main .voice h2 {
		border-color: #fff;
		color: #fff;
	}
	.main .voice .fbox {
	  margin-top: 50px;
	}
	.main .voice .fbox .box {
		background: #fff;
		border-radius: 20px;
		box-sizing: border-box;
		padding: 30px 34px;
	}
	.main .voice .fbox .box1 {
		float: none;
		width: auto;
		min-height: 0;
	}
	.main .voice .fbox .box2,
	.main .voice .fbox .box3 {
		float: none;
		width: auto;
		margin-top: 30px;
	}
	.main .voice .fbox .box3 {
		margin-top: 3.8%;
	}
	.main .voice .fbox .box .title {
	  font-size: 30px;
	  font-weight: bold;
	  line-height: 1.25em;
	}
	.main .voice .fbox .box .use {
	  font-size: 13px;
	  margin-top: 10px;
	}
	.main .voice .fbox .box .text {
	  font-size: 13px;
	  font-weight: bold;
	  line-height: 1.9em;
	  margin-top: 18px;
	}
}
@media screen and (max-width: 640px) {
	.main .voice {
		background-size: cover;
		padding: 50px 0;
	}
	.main .voice h2 {
		border-color: #fff;
		color: #fff;
	}
	.main .voice .fbox {
	  margin-top: 35px;
	}
	.main .voice .fbox .box {
		background: #fff;
		border-radius: 12px;
		box-sizing: border-box;
		padding: 25px 20px 20px 20px;
	}
	.main .voice .fbox .box::before {
		content: "";
		width: 48px;
		height: 48px;
		display: block;
		position: absolute;
		top: -24px;
		left: 11px;
		background: url(../images/icon_voice.svg) no-repeat 10px 14px;
		background-size: 30px;
		background-color: #fff;
		border-radius: 100px;
	}
	.main .voice .fbox .box2,
	.main .voice .fbox .box3 {
		width: auto;
		margin-top: 20px;
	}
	.main .voice .fbox .box .title {
	  font-size: 18px;
	}
	.main .voice .fbox .box .use {
	  font-size: 13px;
	  margin-top: 5px;
	}
	.main .voice .fbox .box .text {
	  font-size: 12px;
	  margin-top: 17px;
	  line-height: 1.8em;
	}
}


/* Flow ***/

.main .flow {
  padding: 100px 0 150px 0;
}
.main .flow ol {
  margin-top: 50px;
  list-style: none;
}
.main .flow ol li {
  
}
.main .flow ol li + li {
	margin-top: 40px;
}
.main .flow ol li .title {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid;
  line-height: 1.6em;
  margin-bottom: 15px;
  padding: 5px 0 5px 90px;
}
.main .flow ol li .title span {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  width: 75px;
  line-height: 1em;
  padding-left: 10px;
  margin-left: -90px;
}
.main .flow ol li .text {
  margin-left: 90px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7em;
}
.main .flow ol li .contact {
  margin-left: 90px;
  background:  #eff0f0;
  box-sizing: border-box;
  padding: 25px 25px 35px 35px;
  max-width: 920px;
  margin-top: 20px;
}
.main .flow ol li .contact .label {
  font-size: 13px;
  font-weight: bold;
}
.main .flow ol li .contact .fbox {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}
.main .flow ol li .contact .fbox a {
	font-size: 11px;
	line-height: 1.3em;
	height: 90px;
	padding: 18px 10px 0 80px;
	box-sizing: border-box;
	background: url(../images/icon_tel.svg) no-repeat 16px center;
	background-size: 50px 50px;
	background-color: #222;
	width: 276px;
	color: #fff;
	margin: 10px 10px 0 0;
}
.main .flow ol li .contact .fbox a span {
	display: block;
	line-height: 1em;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 3px;
}
.main .flow ol li .contact .fbox a.bt_form {
	background: url(../images/icon_form.svg) no-repeat 36px center;
	background-size: 48px 48px;
	background-color: #222;
	padding: 26px 10px 0 100px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
} 
.main .flow ol li .contact .fbox a.bt_line {
	background: url(../images/icon_line.svg) no-repeat 27px center;
	background-size: 50px 50px;
	background-color: #222;
	padding: 26px 10px 0 110px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
}
.pc_view .main .flow ol li .contact .fbox a:hover {
	background-image: url(../images/icon_tel_b.svg);
	opacity: 1;
	color: #000;
	background-color: #fff;
}
.pc_view .main .flow ol li .contact .fbox a.bt_form:hover {
	background-image: url(../images/icon_form_b.svg);
}
.pc_view .main .flow ol li .contact .fbox a.bt_line:hover {
	background-image: url(../images/icon_line_b.svg);
}

@media screen and (max-width: 849px) {
	.main .flow ol li .contact .fbox a.bt_form {
		padding: 26px 10px 0 80px;
		background-position: 17px center;
	}
	.main .flow ol li .contact .fbox a.bt_line {
		padding: 26px 10px 0 80px;
		background-position: 15px center;
	}
}
@media screen and (max-width: 768px) {
	.main .flow {
	  padding: 80px 0 80px 0;
	}
	.main .flow ol {
	  margin-top: 50px;
	  list-style: none;
	}
	.main .flow ol li {
	  
	}
	.main .flow ol li + li {
		margin-top: 40px;
	}
	.main .flow ol li .title {
	  display: inline-block;
	  font-size: 26px;
	  font-weight: bold;
	  border-bottom: 1px solid;
	  line-height: 1.6em;
	  margin-bottom: 15px;
	  padding: 5px 0 5px 50px;
	}
	.main .flow ol li .title span {
	  display: inline-block;
	  font-size: 30px;
	  font-weight: bold;
	  width: 45px;
	  line-height: 1em;
	  padding-left: 0;
	  margin-left: -50px;
	}
	.main .flow ol li .text {
	  margin-left: 50px;
	  font-size: 13px;
	  font-weight: bold;
	  line-height: 1.7em;
	}
	.main .flow ol li .contact {
	  margin-left: 50px;
	  background:  #eff0f0;
	  box-sizing: border-box;
	  padding: 25px 25px 35px 35px;
	  max-width: 920px;
	  margin-top: 20px;
	}
	.main .flow ol li .contact .label {
	  font-size: 13px;
	  font-weight: bold;
	}
}
@media screen and (max-width: 640px) {
	.main .flow {
	  padding: 50px 0 50px 0;
	}
	.main .flow ol {
	  margin-top: 25px;
	  list-style: none;
	}
	.main .flow ol li {
	  
	}
	.main .flow ol li + li {
		margin-top: 25px;
	}
	.main .flow ol li .title {
	  display: inline-block;
	  font-size: 16px;
	  font-weight: bold;
	  border-bottom: 1px solid;
	  line-height: 1.6em;
	  margin-bottom: 15px;
	  padding: 5px 0 5px 30px;
	}
	.main .flow ol li .title span {
	  display: inline-block;
	  font-size: 18px;
	  font-weight: bold;
	  width: 30px;
	  line-height: 1em;
	  padding-left: 0;
	  margin-left: -30px;
	}
	.main .flow ol li .text {
	  margin-left: 30px;
	  font-size: 13px;
	  font-weight: bold;
	  line-height: 1.7em;
	}
	.main .flow ol li .contact {
	  margin-left: 30px;
	  background:  #eff0f0;
	  box-sizing: border-box;
	  padding: 25px 0px 25px 20px;
	  max-width: 920px;
	  margin-top: 20px;
	}
	.main .flow ol li .contact .label {
	  font-size: 12px;
	  font-weight: bold;
	}
	.main .flow ol li .contact .fbox {
	  display: flex;
	  margin-top: 0px;
	  flex-wrap: wrap;
	}
	.main .flow ol li .contact .fbox a {
		font-size: 10px;
		line-height: 1.3em;
		height: 70px;
		padding: 18px 0 0 70px;
		box-sizing: border-box;
		background: url(../images/icon_tel.svg) no-repeat 17px center;
		background-size: 40px 40px;
		background-color: #222;
		width: 260px;
		color: #fff;
		margin: 10px 10px 0 0;
	}
	.main .flow ol li .contact .fbox a br {
		display: none;
	}
	.main .flow ol li .contact .fbox a span {
		display: block;
		line-height: 1em;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 3px;
	}
	.main .flow ol li .contact .fbox a.bt_form {
		background: url(../images/icon_form.svg) no-repeat 17px center;
		background-size: 40px 40px;
		background-color: #222;
		padding: 17px 0 0 70px;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5em;
	} 
	.main .flow ol li .contact .fbox a.bt_form br {
		display: block;
	}
	.main .flow ol li .contact .fbox a.bt_line {
		background: url(../images/icon_line.svg) no-repeat 18px center;
		background-size: 40px 40px;
		background-color: #222;
		padding: 25px 10px 0 70px;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5em;
	}
}

/* Specification ***/
.main .specification {
  background: #222222;
  color: #fff;
  padding-bottom: 120px;
}
.main .specification h2 {
	border-color: #fff;
}
.main .specification dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 15px;
  margin-top: 80px;
}
.main .specification dl dt {
  background: #505050;
  width: 28%;
  box-sizing: border-box;
  padding: 20px 40px;
  margin-top: 5px;
}
.main .specification dl dd {
  background: #dcdcdc;
  width: calc(72% - 5px);
  margin-top: 5px;
}
.main .specification dl dd p {
  color: #000;
  padding: 20px 40px;
  box-sizing: border-box;
  
}
.main .specification .floor {
  margin-top: 100px;
}
.main .specification .floor h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.main .specification .floor picture,
.main .specification .floor picture img {
  width: 816px;
  margin: 30px 0 0 0;
}


@media screen and (max-width: 640px) {
	.main .specification {
	  background: #222222;
	  color: #fff;
	  padding-bottom: 50px;
	}
	.main .specification h2 {
		border-color: #fff;
	}
	.main .specification dl {
	  font-size: 13px;
	  margin-top: 30px;
	}
	.main .specification dl dt {
	  background: #505050;
	  width: 28%;
	  box-sizing: border-box;
	  padding: 10px 10px;
	  margin-top: 5px;
	  line-height: 1.8em;
	}
	.main .specification dl dd {
	}
	.main .specification dl dd p {
	  padding: 10px 10px;
	  box-sizing: border-box;
	  line-height: 1.8em;
	}
	.main .specification .floor {
	  margin-top: 40px;
	}
	.main .specification .floor h3 {
	  font-size: 20px;
	  font-weight: bold;
	  letter-spacing: 0.1em;
	}
	.main .specification .floor picture,
	.main .specification .floor picture img {
	  width: 100%;
	  margin: 10px auto 0 auto;
	}
}

/* FAQ ***/
.main .faq {
	background: url(../images/bg_faq.webp) no-repeat center center;
	background-size: cover;
	padding: 100px 0 100px 0;
}
.main.no-webp .faq {
  background-image: url(../images/original/bg_faq.jpg);
}
body.sp .main .faq {
	background-image: url(../images/sp/bg_faq.webp);
}
body.sp .main.no-webp .faq {
  background-image: url(../images/sp/original/bg_faq.jpg);
}
.space_p .main .faq {
	background-image: url(../../../space-p/images/img_faq.webp);
}
.space_p .main.no-webp .faq {
  background-image: url(../../../space-p/images/images/original/img_faq.jpg);
}
body.space_p.sp .main .faq {
	background-image: url(../../../space-p/images/images/sp/img_faq.webp);
}
body.space_p.sp .main.no-webp .faq {
  background-image: url(../../../space-p/images/images/sp/original/img_faq.jpg);
}
.main .faq h2 {
	color: #fff;
	border-color: #fff;
}
.main .faq dl {
	margin-top: 50px;}
.main .faq dl dt {
	background: #e5e6e6;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 22px;
}
.main .faq dl dd + dt {
	margin-top: 16px;
}
.main .faq dl dd {
	background: #f1f1f1;
}
.main .faq dl dd p {
	padding: 18px 22px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8em;
}
@media screen and (max-width: 768px) {
	.main .faq {
		padding: 80px 0 80px 0;
	}
	.main .faq h2 {
		color: #fff;
		border-color: #fff;
	}
	.main .faq dl {
		margin-top: 50px;}
	.main .faq dl dt {
		background: #e5e6e6;
		font-size: 18px;
		font-weight: bold;
		padding: 12px 22px;
	}
	.main .faq dl dd + dt {
		margin-top: 16px;
	}
	.main .faq dl dd {
		background: #f1f1f1;
	}
	.main .faq dl dd p {
		padding: 18px 22px;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.8em;
	}
}
@media screen and (max-width: 640px) {
	.main .faq {
		padding: 50px 0 50px 0;
	}
	.main .faq h2 {
		color: #fff;
		border-color: #fff;
	}
	.main .faq dl {
		margin-top: 30px;
		}
	.main .faq dl dt {
		font-size: 14px;
		padding: 3px 15px;
	}
	.main .faq dl dd + dt {
		margin-top: 16px;
	}
	.main .faq dl dd {
		background: #f1f1f1;
	}
	.main .faq dl dd p {
		padding: 15px 15px;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.8em;
	}
}

/* Price ***/
.main .price {
  background: #323238;
  padding: 100px 0 100px 0;
  color: #fff;
}
.main .price h2 {
	color: #fff;
	border-color: #fff;
}
.main .price > .inner > .text {
	margin-top: 40px;
	font-weight: bold;
	font-size: 16px;
}
.main .price .note {
  text-align: right;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.main .price table {
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  margin-top: 50px;
}
.main .price table tbody {
  width: 100%;
}
.main .price table tbody tr {
  
}
.main .price table tbody tr th {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 12px 0;
  border-left: 16px solid #323237;
}
.main .price table tbody tr td {
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 25%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0;
  border-left: 16px solid #323237;
  line-height: 1.5em;
  height: 68px;
  vertical-align: middle;
}
.main .price table tbody tr th:first-child,
.main .price table tbody tr td:first-child {
	border-left: none;
}
.main .price table tbody tr td del {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.main .price table tbody tr td del::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #ffff00;
	display: block;
	position: absolute;
	top: 11px;
}
.main .price table tbody tr td span {
	display: block;font-size: 15px;color: #ffff00;}
.main .price .notice {
  margin-top: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
}
.main .price .notice .title {
  font-size: 17px;
  width: 122px;
  text-align: center;
}
.main .price .notice .text {
  width: calc(100% - 124px);
  font-size: 15px;
  line-height: 1.8em;
  padding: 17px 20px 17px 20px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
	.main .price {
	  background: #323238;
	  padding: 100px 0 100px 0;
	  color: #fff;
	}
	.main .price h2 {
		color: #fff;
		border-color: #fff;
	}
	.main .price .note {
	  text-align: right;
	  font-size: 13px;
	  letter-spacing: 0.1em;
	  margin-top: 20px;
	}
	.main .price table {
	  width: 100%;
	  font-weight: bold;
	  font-size: 15px;
	  margin-top: 50px;
	}
	.main .price table tbody {
	  
	}
	.main .price table tbody tr {
	  
	}
	.main .price table tbody tr th {
	  font-size: 23px;
	  font-weight: bold;
	  letter-spacing: 0.2em;
	  padding: 12px 0;
	  border-left: 16px solid #323237;
	}
	.main .price table tbody tr td {
	  font-weight: bold;
	  letter-spacing: 0.1em;
	  width: 25%;
	  border-top: 1px solid #fff;
	  border-bottom: 1px solid #fff;
	  padding: 0;
	  border-left: 16px solid #323237;
	  line-height: 1.5em;
	  height: 68px;
	  vertical-align: middle;
	}
	.main .price table tbody tr th:first-child,
	.main .price table tbody tr td:first-child {
		border-left: none;
	}
	.main .price table tbody tr td del {
	  display: inline-block;
	  text-decoration: none;
	  position: relative;
	}
	.main .price table tbody tr td del::before {
		content: "";
		width: 100%;
		height: 1px;
		background: #ffff00;
		display: block;
		position: absolute;
		top: 11px;
	}
	.main .price table tbody tr td span {
		display: block;font-size: 15px;color: #ffff00;}
	.main .price .notice {
	  margin-top: 40px;
	  border: 1px solid #fff;
	  display: flex;
	  align-items: center;
	}
	.main .price .notice .title {
	  font-size: 17px;
	  width: 122px;
	  text-align: center;
	}
	.main .price .notice .text {
	  width: calc(100% - 124px);
	  font-size: 15px;
	  line-height: 1.8em;
	  padding: 17px 20px 17px 20px;
	  border-left: 1px solid #fff;
	}
	.main .price {
	  background: #323238;
	  padding: 100px 0 100px 0;
	  color: #fff;
	}
	.main .price h2 {
		color: #fff;
		border-color: #fff;
	}
.main .price > .inner > .text {
	margin-top: 40px;
	font-weight: bold;
	font-size: 16px;
}
	.main .price .note {
	  text-align: right;
	  font-size: 13px;
	  letter-spacing: 0.1em;
	  margin-top: 20px;
	}
	.main .price table {
	  width: 100%;
	  font-weight: bold;
	  font-size: 13px;
	  margin-top: 30px;
	}
	.main .price table tbody {
	  
	}
	.main .price table tbody tr {
	  
	}
	.main .price table tbody tr th {
	  font-size: 23px;
	  font-weight: bold;
	  letter-spacing: 0.2em;
	  padding: 12px 0;
	  border-left: 16px solid #323237;
	}
	.main .price table tbody tr td {
	  font-weight: bold;
	  letter-spacing: 0.1em;
	  width: 25%;
	  border-top: 1px solid #fff;
	  border-bottom: 1px solid #fff;
	  padding: 0;
	  border-left: 16px solid #323237;
	  line-height: 1.5em;
	  height: 68px;
	  vertical-align: middle;
	}
	.main .price table tbody tr th:first-child,
	.main .price table tbody tr td:first-child {
		border-left: none;
	}
	.main .price table tbody tr td del {
	  display: inline-block;
	  text-decoration: none;
	  position: relative;
	}
	.main .price table tbody tr td del::before {
		content: "";
		width: 100%;
		height: 1px;
		background: #ffff00;
		display: block;
		position: absolute;
		top: 11px;
	}
	.main .price table tbody tr td span {
		display: block;
		font-size: 13px;
		color: #ffff00;
		}
	.main .price .notice {
	  margin-top: 40px;
	  border: 1px solid #fff;
	  display: flex;
	  align-items: center;
	}
	.main .price .notice .title {
	  font-size: 15px;
	  width: 122px;
	  text-align: center;
	}
	.main .price .notice .text {
	  width: calc(100% - 124px);
	  font-size: 13px;
	  line-height: 1.8em;
	  padding: 17px 20px 17px 20px;
	  border-left: 1px solid #fff;
	}
}
@media screen and (max-width: 640px) {
	.main .price {
	  background: #323238;
	  padding: 100px 0 100px 0;
	  color: #fff;
	}
	.main .price h2 {
		color: #fff;
		border-color: #fff;
	}
	.main .price .note {
	  text-align: right;
	  font-size: 13px;
	  letter-spacing: 0.1em;
	  margin-top: 20px;
	}
	.main .price table {
	  width: 100%;
	  font-weight: bold;
	  font-size: 15px;
	  margin-top: 50px;
	}
	.main .price table tbody {
	  
	}
	.main .price table tbody tr {
	  
	}
	.main .price table tbody tr th {
	  font-size: 23px;
	  font-weight: bold;
	  letter-spacing: 0.2em;
	  padding: 12px 0;
	  border-left: 16px solid #323237;
	}
	.main .price table tbody tr td {
	  font-weight: bold;
	  letter-spacing: 0.1em;
	  width: 25%;
	  border-top: 1px solid #fff;
	  border-bottom: 1px solid #fff;
	  padding: 0;
	  border-left: 16px solid #323237;
	  line-height: 1.5em;
	  height: 68px;
	  vertical-align: middle;
	}
	.main .price table tbody tr th:first-child,
	.main .price table tbody tr td:first-child {
		border-left: none;
	}
	.main .price table tbody tr td del {
	  display: inline-block;
	  text-decoration: none;
	  position: relative;
	}
	.main .price table tbody tr td del::before {
		content: "";
		width: 100%;
		height: 1px;
		background: #ffff00;
		display: block;
		position: absolute;
		top: 11px;
	}
	.main .price table tbody tr td span {
		display: block;font-size: 15px;color: #ffff00;}
	.main .price .notice {
	  margin-top: 40px;
	  border: 1px solid #fff;
	  display: flex;
	  align-items: center;
	}
	.main .price .notice .title {
	  font-size: 17px;
	  width: 122px;
	  text-align: center;
	}
	.main .price .notice .text {
	  width: calc(100% - 124px);
	  font-size: 15px;
	  line-height: 1.8em;
	  padding: 17px 20px 17px 20px;
	  border-left: 1px solid #fff;
	}
	.main .price {
	  background: #323238;
	  padding: 50px 0 50px 0;
	  color: #fff;
	}
	.main .price h2 {
		color: #fff;
		border-color: #fff;
	}
	.main .price > .inner > .text {
		margin-top: 25px;
		font-weight: bold;
		font-size: 12px;
	}
	.main .price .note {
	  text-align: left;
	  font-size: 11px;
	  letter-spacing: 0.1em;
	  margin-top: 5px;
	}
	.main .price table {
	  width: 100%;
	  font-weight: bold;
	  font-size: 10px;
	  margin-top: 20px;
	}
	.main .price table tbody {
	  
	}
	.main .price table tbody tr {
	  
	}
	.main .price table tbody tr th {
	  font-size: 15px;
	  font-weight: bold;
	  letter-spacing: 0.2em;
	  padding: 5px 0;
	  border-left: 8px solid #323237;
	}
	.main .price table tbody tr td {
	  font-weight: bold;
	  letter-spacing: 0.1em;
	  width: 25%;
	  border-top: 1px solid #fff;
	  border-bottom: 1px solid #fff;
	  padding: 0;
	  border-left: 8px solid #323237;
	  line-height: 1.5em;
	  height: 55px;
	  vertical-align: middle;
	}
	.main .price table tbody tr th:first-child,
	.main .price table tbody tr td:first-child {
		border-left: none;
	}
	.main .price table tbody tr td del {
	  display: inline-block;
	  text-decoration: none;
	  position: relative;
	}
	.main .price table tbody tr td del::before {
		content: "";
		width: 100%;
		height: 1px;
		background: #ffff00;
		display: block;
		position: absolute;
		top: 7px;
	}
	.main .price table tbody tr td span {
		display: block;
		font-size: 10px;
		color: #ffff00;
		letter-spacing: 0;
		}
	.main .price .notice {
	  margin-top: 40px;
	  border: 1px solid #fff;
	  display: block;
	  align-items: center;
	}
	.main .price .notice .title {
	  font-size: 14px;
	  width: auto;
	  text-align: center;
	  padding: 5px 0;
	  border-bottom: 1px solid #fff;
	}
	.main .price .notice .text {
	  width: auto;
	  font-size: 12px;
	  line-height: 1.8em;
	  padding: 15px 15px 15px 15px;
	  border-left: none;
	}
}


/* Access ***/
.main .access {
  background: #f1f1f1;
  padding: 100px 0 120px 0;
}
.main .access .fbox {
  display: flex;
  margin-top: 80px;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.main .access .fbox .map {
  width: 68%;
}
.main .access .fbox .map iframe {
  display: block;
  height: 450px;
  width: 100%;
}
.main .access .fbox .map a {
  display: block;
}
.main .access .fbox .info {
  width: 28%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 38px 0;
}
.main .access .fbox .info .address {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8em;
}
.main .access .fbox .info .detail {
  margin-top: 20px;
}
.main .access .fbox .info .detail .text {
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0;
}
.main .access .fbox .info .detail .text + .text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.main .access {
	  background: #f1f1f1;
	  padding: 80px 0 80px 0;
	}
	.main .access .fbox {
	  display: block;
	  margin-top: 50px;
	  flex-direction: row-reverse;
	  justify-content: space-between;
	}
	.main .access .fbox .map {
	  width: auto;
	}
	.main .access .fbox .map iframe {
	  display: block;
	  height: 320px;
	  width: 100%;
	}
	.main .access .fbox .info {
	  width: auto;
	  display: flex;
	  padding: 30px 0;
	  justify-content: space-between;
	  margin-top: 40px;
	}
	.main .access .fbox .info .address {
	  font-size: 15px;
	  font-weight: bold;
	  line-height: 1.8em;
	  width: 220px;
	}
	.main .access .fbox .info .detail {
	  margin-top: 0;
	  margin-right: 30px;
	}
	.main .access .fbox .info .detail .text {
	  font-size: 13px;
	  line-height: 1.5em;
	  letter-spacing: 0;
	}
	.main .access .fbox .info .detail .text + .text {
	  margin-top: 20px;
	}
	
}
@media screen and (max-width: 640px) {
	.main .access {
	  background: #f1f1f1;
	  padding: 50px 0 50px 0;
	}
	.main .access .fbox {
	  display: block;
	  margin-top: 35px;
	  flex-direction: row-reverse;
	  justify-content: space-between;
	}
	.main .access .fbox .map {
	  width: auto;
	}
	.main .access .fbox .map iframe {
	  display: block;
	  height: 230px;
	  width: 100%;
	}
	.main .access .fbox .info {
	  width: auto;
	  display: block;
	  padding: 20px 0;
	  justify-content: space-between;
	  margin-top: 30px;
	}
	.main .access .fbox .info .address {
	  font-size: 14px;
	  font-weight: bold;
	  line-height: 1.8em;
	  width: auto;
	}
	.main .access .fbox .info .detail {
	  margin-top: 16px;
	}
	.main .access .fbox .info .detail .text {
	  font-size: 12px;
	  line-height: 1.6em;
	  letter-spacing: 0;
	}
	.main .access .fbox .info .detail .text + .text {
	  margin-top: 20px;
	}	
}



/* Inner Form ***/
#inner.form {

}
#inner.form .content {
	padding: 90px 0 100px 0;
	background: #f0f0f0;
}
#inner.form .content > .inner {
	max-width: 1100px;
	width: 85%;
	margin: 0 auto;
}
#inner.form .content .tab {display: flex;justify-content: center;}
#inner.form .content .tab a {display: block;width: 327px;background: #fff;height: 89px;box-sizing: border-box;text-align: center;margin: 0 14px;font-size: 25px;font-weight: bold;padding-top: 14px;position: relative;letter-spacing: 0.1em;}
#inner.form .content .tab a.active::after {
	content: "";
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #000;
	border-width: 20px;
	margin-left: -20px;
	transform: scale(0.7, 1);
}
#inner.form .content .tab a span {
	font-size: 20px;
	font-weight: bold;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1em;
	margin-top: 7px;
}
#inner.form .content .tab a.active {
	background: #000;
	color: #fff;
}
#inner.form .content .tab_inner {margin-top: 20px;}
#inner.form .content .tab_inner .box {padding-top: 10px;display: none;}
#inner.form .content .tab_inner .box.active {
	display: block;
}
#inner.form .content h2 {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	border-bottom: 6px solid #000;
}
#inner.form .content h2 span {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin-left: 20px;
	line-height: 1em;
	letter-spacing: 0.1em;
}
#inner.form .content .text {
	font-size: 15px;
	margin-top: 50px;
	line-height: 1.8em;
}
#inner.form .content .text a {
	text-decoration: underline;
}
#inner.form .content .formbox {
		margin-top: 50px;
}
#inner.form .content .formbox iframe {
	display: block;
	height: 1760px;
	width: 100%;
}
#inner.form.space_o .content .formbox iframe,
#inner.form.space_p .content .formbox iframe,
#inner.form.space_r .content .formbox iframe,
#inner.form.space_c .content .formbox iframe,
#inner.form.space_t .content .formbox iframe,
#inner.form.garage .content .formbox iframe {
	height: 1200px;
}
#inner.form .content .request .formbox iframe {
	height: 610px;
}
@media screen and (max-width: 768px) {
	#inner.form .content .formbox iframe {
		height: 2360px;
	}
	#inner.form.space_o .content .formbox iframe,
	#inner.form.space_p .content .formbox iframe,
	#inner.form.space_r .content .formbox iframe,
	#inner.form.space_c .content .formbox iframe,
	#inner.form.space_t .content .formbox iframe,
	#inner.form.garage .content .formbox iframe {
		height: 1580px;
	}
}
@media screen and (max-width: 666px) {
	#inner.form .content .formbox iframe {
		display: block;
		height: 2360px;
		width: 100%;
	}
	#inner.form .content .request .formbox iframe {
		height: 720px;
	}
	#inner.form.space_o .content .formbox iframe,
	#inner.form.space_p .content .formbox iframe,
	#inner.form.space_r .content .formbox iframe,
	#inner.form.space_c .content .formbox iframe,
	#inner.form.space_t .content .formbox iframe,
	#inner.form.garage .content .formbox iframe {
		height: 1580px;
	}
}
@media screen and (max-width: 640px) {
	#inner.form .content {
		padding: 50px 0 50px 0;
	}
	#inner.form .content > .inner {
		width: 90%;
	}
	#inner.form .content .tab {display: flex;justify-content: space-between;}
	#inner.form .content .tab a {display: block;width: 48%;background: #fff;height: 60px;box-sizing: border-box;text-align: center;margin: 0;font-size: 16px;font-weight: bold;padding-top: 5px;position: relative;letter-spacing: 0.1em;}
	#inner.form .content .tab a.active::after {
		content: "";
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #000;
		border-width: 12px;
		margin-left: -12px;
		transform: scale(0.7, 1);
	}
	#inner.form .content .tab a span {
		font-size: 12px;
		font-weight: bold;
		display: block;
		letter-spacing: 0.05em;
		margin-top: 0;
	}
	#inner.form .content .tab a.active {
		background: #000;
		color: #fff;
	}
	#inner.form .content .tab_inner {margin-top: 5px;}
	#inner.form .content .tab_inner .box {padding-top: 10px;display: none;}
	#inner.form .content .tab_inner .box.active {
		display: block;
	}
	#inner.form .content h2 {
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		padding: 5px 0 5px 0;
		border-bottom: 3px solid #000;
	}
	#inner.form .content h2 span {
		font-size: 14px;
		font-weight: bold;
		display: inline-block;
		margin-left: 15px;
		line-height: 1em;
		letter-spacing: 0.1em;
	}
	#inner.form .content .text {
		font-size: 12px;
		margin-top: 30px;
		line-height: 1.8em;
	}
	#inner.form .content .formbox {
		margin-top: 30px;
	}
}

/* Inner Form ***/
#inner2.form {

}
#inner2.form .content {
	padding: 90px 0 100px 0;
	background: #f0f0f0;
}
#inner2.form .content > .inner {
	max-width: 1100px;
	width: 85%;
	margin: 0 auto;
}
#inner2.form .content h2 {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	border-bottom: 6px solid #000;
}
#inner2.form .content h2 span {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin-left: 20px;
	line-height: 1em;
	letter-spacing: 0.1em;
}
#inner2.form .content .text {
	font-size: 15px;
	margin-top: 50px;
	line-height: 1.8em;
}
#inner2.form .content .text a {
	text-decoration: underline;
}
#inner2.form .content .formbox {
		margin-top: 50px;
}
#inner2.form .content .formbox iframe {
	display: block;
	height: 1760px;
	width: 100%;
}
#inner2.form.space_o .content .formbox iframe,
#inner2.form.space_p .content .formbox iframe,
#inner2.form.space_r .content .formbox iframe,
#inner2.form.space_c .content .formbox iframe,
#inner2.form.space_t .content .formbox iframe,
#inner2.form.garage .content .formbox iframe {
	height: 1200px;
}
@media screen and (max-width: 768px) {
	#inner2.form .content .formbox iframe {
		height: 2360px;
	}
	#inner2.form.space_o .content .formbox iframe,
	#inner2.form.space_p .content .formbox iframe,
	#inner2.form.space_r .content .formbox iframe,
	#inner2.form.space_c .content .formbox iframe,
	#inner2.form.space_t .content .formbox iframe,
	#inner2.form.garage .content .formbox iframe {
		height: 1580px;
	}
}
@media screen and (max-width: 640px) {
	#inner2.form .content {
		padding: 50px 0 50px 0;
	}
	#inner2.form .content > .inner {
		width: 90%;
	}
	#inner2.form .content h2 {
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		padding: 5px 0 5px 0;
		border-bottom: 3px solid #000;
	}
	#inner2.form .content h2 span {
		font-size: 14px;
		font-weight: bold;
		display: inline-block;
		margin-left: 15px;
		line-height: 1em;
		letter-spacing: 0.1em;
	}
	#inner2.form .content .text {
		font-size: 12px;
		margin-top: 30px;
		line-height: 1.8em;
	}
	#inner2.form .content .formbox {
		margin-top: 30px;
	}
	#inner2.form .content .formbox iframe {
		display: block;
		height: 1000px;
		width: 100%;
	}
	#inner2.form.space_o .content .formbox iframe,
	#inner2.form.space_p .content .formbox iframe,
	#inner2.form.space_r .content .formbox iframe,
	#inner2.form.space_c .content .formbox iframe,
	#inner2.form.space_t .content .formbox iframe,
	#inner2.form.garage .content .formbox iframe {
		height: 1580px;
	}
}