@charset "utf-8";
/* CSS Document */

/* ##### font ##### */


.fs-q {
	font-family: 'Questrial',
		sans-serif;
}

.fs-bs {
	font-family: 'Bad Script', cursive;
}

.fs-min {
	font-family: 'Shippori Mincho',
		"游明朝",
		"YuMincho",
		"ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		"HG明朝",
		"Sawarabi Mincho",
		serif;
}

.fw400 {
	font-weight: 400;
}

.fw500 {
	font-weight: 500;
}

.fw700 {
	font-weight: 700;
}

.fw800 {
	font-weight: 800;
}

/* ##### font end ##### */

/* ##### reset.css上書き ##### */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
	color: #2b2b2b;
	font-size: 13px;
}

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

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

html,
body {
	overflow-x: hidden;
	font-size: 62.5%;
}

.inner {
	max-width: 1180px;
	padding: 80px 0;
}

.fs50 {
	font-size: 50px;
}

@media only screen and (max-width: 1024px) {
	.inner {
		max-width: 768px;
		padding: 50px 0;
	}
}

@media only screen and (max-width: 599px) {
	.inner {
		max-width: 450px;
	}

	.fs30 {
		font-size: 20px;
	}

	.fs16 {
		font-size: 14px;
	}

	.fs14.sub {
		font-size: 12px;
	}
}

/* ##### reset.css上書きここまで ##### */

/* ##### 共通 ##### */

a {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


#wrapper[data-element-id] {
	padding-top: 0 !important;
}

.sp-only {
	display: none;
}

.fs10 {
	font-size: 10px;
}

.fs50 {
	font-size: 50px;
}

.tex {
	line-height: 30px;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.lh1 {
	line-height: 1;
}

.lh1_5 {
	line-height: 1.5;
}

.lh2 {
	line-height: 2;
}


.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt40 {
	margin-bottom: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}


.mt50 {
	margin-top: 50px;
}

.pad50 {
	padding: 50px 0;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.mt80 {
	margin-top: 80px;
}

.mb80 {
	margin-bottom: 80px;
}

.pb80 {
	padding-bottom: 80px;
}

.mb100 {
	margin-bottom: 100px;
}

.mauto {
	margin: 0 auto;
}

.z1 {
	position: relative;
	z-index: 1;
}

.ctex {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	z-index: 1;
}

.Blink a {
	display: block;
}

[class^="up-btn"] {
	display: block;
	max-width: 180px;
}

[class^="up-btn"] a:hover {
	opacity: 1;
}

.up-btn-position-aware a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 180px;
	padding: 15px;
	/* text-transform: uppercase; */
	border: 1px solid currentColor;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: #fff;
	text-align: center;
}

.up-btn-position-aware a span.btn-bg {
	position: absolute;
	z-index: 1;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: rgb(43, 43, 43);
	-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.up-btn-position-aware a:hover {
	color: #fff;
}

.up-btn-position-aware a:hover span.btn-bg {
	width: 225%;
	height: 562.5px;
}

.up-btn-position-aware a:active {
	background-color: rgb(43, 43, 43);
}

.up-btn-position-aware a span.arrow {
	position: relative;
	z-index: 2;
}

.up-btn-position-aware a span.arrow:after {
	content: url(/import/tenant_1/160.16.231.147/html/images/01index/arrow2.png);
	margin-left: 5px;
	vertical-align: middle;
}

.up-btn-position-aware a:hover span.arrow:after {
	content: url(/import/tenant_1/160.16.231.147/html/images/01index/arrow2-hover.png);
}

.bgimg {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}

.bgimg img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
}

.of-img {
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.of-img img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}

.ofimg {
	width: 100%;
	overflow: hidden;
	height: auto;
	display: block;
}

.ofimg img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}

.of {
	position: relative;
}

.of:before {
	content: "";
	display: block;
}

.of img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.of15:before {
	padding-top: 15%;
}

.of20:before {
	padding-top: 20%;
}

.of25:before {
	padding-top: 25%;
}

.of30:before {
	padding-top: 30%;
}

.of35:before {
	padding-top: 35%;
}

.of40:before {
	padding-top: 40%;
}

.of45:before {
	padding-top: 45%;
}

.of50:before {
	padding-top: 50%;
}

.of55:before {
	padding-top: 55%;
}

.of60:before {
	padding-top: 60%;
}

.of65:before {
	padding-top: 65%;
}

.of70:before {
	padding-top: 70%;
}

.of75:before {
	padding-top: 75%;
}

.of80:before {
	padding-top: 80%;
}

.of85:before {
	padding-top: 85%;
}

.of90:before {
	padding-top: 90%;
}

.of95:before {
	padding-top: 95%;
}

.of100:before {
	padding-top: 100%;
}

.of105:before {
	padding-top: 105%;
}

.of110:before {
	padding-top: 110%;
}

.of115:before {
	padding-top: 115%;
}

.of120:before {
	padding-top: 120%;
}

.of125:before {
	padding-top: 125%;
}


.of135:before {
	padding-top: 135%;
}

.of140:before {
	padding-top: 140%;
}
.of145:before {
	padding-top: 145%;
}

.c-w {
	color: #fff;
}

.db {
	display: block;
}

.circle.pic span {
	border-radius: 50%;
}

.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.c {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.row2 {
	width: 48%;
	margin: 0 1% 6%;
}

.row3 {
	width: 31.333%;
	margin: 0 1% 6%;
}

.row4 {
	width: 23%;
	margin: 0 1% 6%;
}

.row5 {
	width: 18%;
	margin: 0 1% 6%;
}

.w1000 {
	max-width: 1000px;
	margin: auto;
}

.w1180 {
	max-width: 1180px;
	margin: auto;
	width: 93%;
}

.w20 {
	width: 20%;
}

.w75 {
	width: 75%;
}

.w90 {
	width: 90%;
}

@media only screen and (max-width: 1024px) {
	.sp-only {
		display: block;
	}

	.pc-only {
		display: none;
	}
	.fs-bs.fs50 {
		font-size: 36px;
	}

	.w1180 {
		max-width: 768px;
		padding: 50px 0;
	}
}

@media only screen and (max-width: 599px) {

	.tex.tc {
		text-align: left;
	}
	.mb80 {
		margin-bottom: 50px;
	}

	.pb80 {
		padding-bottom: 50px;
	}

	.row2 {
		width: 98%;
		margin: 0 1% 10%;
	}

	.row3 {
		width: 48%;
		margin: 0 1% 10%;
	}

	.row4 {
		width: 48%;
		margin: 0 1% 10%;
	}

	.row5 {
		width: 31.333%;
		margin: 0 1% 10%;
	}

	.w75 {
		width: 100%;
	}

	.sp-c {
		text-align: center;
	}

	.w90 {
		width: 100%;
	}

	.w20 {
		width: 90%;
		margin: 50px auto;
	}

	.fs20 {
		font-size: 16px;
	}

	.fs24 {
		font-size: 18px;
	}

	.fs-bs.fs50 {
		font-size: 30px;
	}

	.w1180 {
		max-width: 450px;
	}
}

/* ##### 共通ここまで ##### */

/* ##### header ##### */
.logo h1 {
	font-size: 12px;
	font-weight: normal;
	display: none;
}

h1[data-element-id] {
	display: block;
}

.header01in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 220px;
	padding-right: 90px;
}

.header01 .logo {
	margin-right: auto;
	margin-left: 60px;
}

.logo {
	width: 188px;
	height: auto;
}

.logo a {
	display: block;
}

.logo h1 {
	font-size: 12px;
	font-weight: normal;
	display: none;
}

h1[data-element-id] {
	display: block;
}

.header-info {
	width: calc(100% - 188px);
}

.fix-bottom {
	display: none;
}

[data-element-id] .fix-bottom {
  display: flex;
  position: static !important;
}
	.fix-bottom .item {
		width: 50%;
		text-align: center;
	}

	.fix-bottom a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		padding: 10px 5px;
	}

	.fix-bottom .telbox {
		background: #fff;
		font-size: 14px;
	}

	.fix-bottom .telbox a:before {
		margin-right: 5px;
		content: '\f879';
		font-weight: 600;
		font-family: 'Font Awesome 5 Free';
	}

	.fix-bottom .contact {
		background: #bbe2f1;
	}

	.fix-bottom .contact a:before {
		margin-right: 5px;
		content: '\f133';
		font-weight: 600;
		font-family: 'Font Awesome 5 Free';
	}


@media only screen and (max-width: 1024px) {
	.header01in {
		height: auto;
		margin: 20px 0;
	}
		.fix-bottom {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

}

@media only screen and (max-width: 599px) {
	.header01 .logo {
		margin-left: 30px;
	}
}

/* ##### header end ##### */

/* ##### nav ##### */

#gnav .toggle {
	background: transparent;
	top: 20px;
	right: 10px;
}

#gnav .toggle .bar,
#gnav .toggle .bar:before,
#gnav .toggle .bar:after {
	background: #2b2b2b;
}

#gnav li {
	display: inline-block;
	padding: 0 10px;
}

#dropmenu {
	width: 100%;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: auto;
}

#dropmenu[data-element-id] {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#dropmenu li.index-link span {
	display: none;
}

#dropmenu span.drop-btn {
	letter-spacing: 1px;
	font-size: 18px;
	display: block;
	text-align: left;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
}

#dropmenu span.drop-btn:after {
	content: "\f0d7";
	position: absolute;
	font-family: fontawesome;
	color: #ed6f92;
	font-size: 14px;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dropmenu {
	*zoom: 1;
}

.dropmenu .dropdown {
	position: relative;
}

#dropmenu .dropdown:hover {
	cursor: pointer;
}

.dropmenu .dropdown ul {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	padding-top: 20px;
}

.dropmenu .dropdown:hover ul {
	display: block;
}

#dropmenu[data-element-id] .dropdown ul li {
	overflow: visible;
	height: 45px;
}

#dropmenu .dropdown ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	-webkit-transition-property: all;
	-webkit-transition: 0.3s linear;
	-o-transition-property: all;
	transition-property: all;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

#dropmenu .dropdown ul li a {
	display: block;
	color: #000;
	width: 200px;
	height: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

#dropmenu .dropdown:hover ul li {
	overflow: visible;
	height: 45px;
	width: 200px;
}

.sab-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200px;
}

.sab-nav li a {
	width: 100%;
}

#dropmenu .sp-only {
	display: none;
}

#dropmenu[data-element-id] .sp-only {
	display: block;
}

header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: rgba(255, 255, 255, 0.8);
}

header.fixed .header01in {
	height: auto;
}

header.fixed .header01 .logo {
	padding: 10px 0;
}

header.fixed[data-element-id] {
	position: static !important;
}

#dropmenu[data-element-id] {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

[data-element-id] .dropmenu .dropdown ul {
	display: block;
}

[data-element-id] #dropmenu .dropdown ul li {
	overflow: visible;
	height: 45px;
}

#dropmenu[data-element-id] .sp-only {
	display: block;
}

[data-element-id] #gnav li.sp-only {
	display: block;
	position: relative;
	border: solid 1px #000;
}

[data-element-id] #gnav li.sp-only:before {
	display: block;
	content: "スマホナビのリンク";
	position: relative;
	z-index: 2;
	font-size: 12px;
	color: #fff;
	background: #000;
}

.accordion-logo {
	display: none;
}

.reservation {
	width: 60px;
	height: 220px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
}
.reservation div {
  height: 220px;
}

.reservation a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #bbe2f1;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	letter-spacing: 1rem;
}
.reservation a.type-b {
  background-color: #2b2b2b;
  color: #fff;
}

.reservation a i {
	margin-bottom: 20px;
}

.snslist {
	position: fixed;
	left: 20px;
	top: 50vh;
	z-index: 999;
	width: 20px;
}

.snslist li {
	font-size: 20px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {

	#gnav {
		width: 100%;
	}

	#gnav .accordion-body {
		background: rgba(255, 255, 255, 1);
	}

	#gnav.action .accordion-body {
		width: 60%;
		margin-left: 40%;
	}

	#gnav .accordion-inner {
		height: 100vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		display: block;
	}

	.accordion-inner .sns li {
		display: inline-block;
	}

	#dropmenu {
		display: block;
		padding-bottom: 50px;

	}

	#gnav ul li a {
		color: #000;
	}

	#gnav ul li span {
		height: auto;
		color: #000;
		background-color: rgba(255, 255, 255, 0.2);
		display: block;
		padding: 10px;
	}

	.dropmenu .dropdown ul {
		position: static;
		background-color: rgba(78, 69, 64, 0);
	}

	#dropmenu .dropdown ul li {
		overflow: visible;
		height: auto;
		padding-left: 30px;
	}

	#dropmenu .dropdown ul li:last-of-type {
		border-bottom: none;
	}

	#dropmenu .dropdown ul li a {
		background-color: rgba(78, 69, 64, 0);
		color: #000;
	}

	#dropmenu li.index-link img {
		display: none;
	}

	#gnav ul li.index-link span {
		display: block;
		background: none;
	}

	#dropmenu span.drop-btn {
		color: #000;
	}

	#dropmenu span.drop-btn:after {
		content: none;
	}

	#dropmenu .dropdown:hover ul li {
		height: auto;
		width: 100%;
	}

	header.fixed {
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;

	}

	#gnav {
		padding: 0;
	}

	#dropmenu .sp-only {
		display: block;
	}

	.dropmenu .dropdown ul {
		display: block;
	}

	.accordion-logo {
		display: block;
		margin-bottom: 50px;
	}

	.snslist {
		position: relative;
		left: unset;
		top: unset;
		width: 100%;
		margin-bottom: 50px;
	}

	.snslist ul {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#gnav .snslist ul li {
		border-bottom: none;
	}

	#gnav .snslist ul li a {
		text-align: center;
	}

	.reservation {
		display: none;
		width: 100%;
		max-width: 300px;
		height: auto;
		position: relative;
		margin: 0 auto 80px;
	}

	.reservation a {
		-webkit-writing-mode: inherit;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		padding: 20px;
	}

	.reservation a i {
		margin-bottom: 0;
	}
}

@media (max-width: 599px) {
	#gnav .toggle {
		top: 15px;
	}

	#gnav.action .accordion-body {
		width: 100%;
		margin-left: 0;
	}

}

/* ##### nav end ##### */

/* ##### footer ##### */
.footlink a {
	background: #2b2b2b;
	color: #fff;
	display: block;
	padding: 70px 10px;
	position: relative;
}

.footlink li:last-of-type a {
	background: #737373;
}

.footlink a:after {
	content: url(/import/tenant_1/160.16.231.147/html/images/01index/arrow.png);
	text-align: center;
	display: block;
	margin-top: 30px;
}

.footer-area02 {
	background: #f3f3f3;
}

.footlogo {
	margin-bottom: 40px;
}

.footadd {
	margin-bottom: 40px;
	line-height: 2.5rem;
}

.footdata {
	margin-bottom: 100px;
	line-height: 2.5rem;
}

.footsnslist {
	margin-bottom: 50px;
}

.footsnslist li {
	font-size: 22px;
	margin-right: 30px;
}

.footmap [class^="up-btn"] {
	margin-left: auto;
	margin-right: 20px;
	width: 180px;
	position: relative;
	z-index: 5;
}

.footmap .map {
	margin-top: -30px;
	margin-bottom: 65px;
}

.footnav li {
	margin-bottom: 10px;
}

.footnav li:not(:last-of-type):after {
	content: "／";
	margin: 0 10px;
	color: #d2d2d2;
	font-size: 10px;
}
	.footmap .copy {
		display: none;
	}
@media only screen and (max-width: 1024px) {
	.footlink {
		max-width: none;
	}
	.footdata {
		margin-bottom: 50px;
	}

	.footlink a {
		padding: 30px 10px;
	}
	.footsnslist {
		margin-bottom: 0;
	}

	.footlink a:after {
		margin-top: 20px;
	}
.footinfo .copy {
	display: none;
}

	.footinfo,
	.footmap {
		width: 100%;
	}

	.footmap .copy {
		margin: 50px 0;
		display: block;
	}
}

@media only screen and (max-width: 599px) {
	.footlink li {
		margin: 0;
	}
}

/* ##### footer end ##### */

/* ##### top ##### */

/* トップメインイメージ */
.slidebox {
	position: relative;
}

.slidebox h2 {
	font-size: 50px;
	max-width: 460px;
	width: 60%;
	position: absolute !important;
	z-index: 2;
	top:50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 12.5%;
	letter-spacing: 0.5rem;
}

.mainimg {
	width: 75%;
	margin-left: auto;
	padding-right: 60px;
}

.mainimg .uk-slidenav-position:after {
	padding-top: 55%;
}

.mainimg .uk-slideshow {
	width: 100%;
}

.uk-slideshow {
	height: 100% !important;
}

.uk-slideshow li {
	height: 100% !important;
}

.uk-slideshow li div {
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.uk-slideshow li img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}

@media (max-width: 1024px) {
	.mainimg {
		width: 80%;
		padding-right: 0;
	}

	.slidebox h2 {
		font-size: 30px;
		left: 5.5%;
	}

	.mainimg .uk-slidenav-position:after {
		padding-top: 80%;
	}
}

@media (max-width: 599px) {
	.mainimg .uk-slidenav-position:after {
		padding-top: 100%;
	}
	.slidebox h2 {
    font-size: 20px;
    letter-spacing: 0.2rem;
}
}

/* ##### トップここまで ##### */

/* ##### 下層ページ共通 ##### */
.pege-header h2 {
	font-size: 48px;
	margin-bottom: 70px;
}

.pege-header h2 span {
	line-height: 1.5;
	color: #7f7f7f;
}

.pankuzu {
	padding: 30px 0;
	margin-bottom: 50px;
}

.pankuzu li {
	line-height: 14px;
	position: relative;
}

.pankuzu li:after {
	content: "-";
	margin: 0 10px;
}

.pankuzu li:last-of-type:after {
	content: none;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.indent+.indent {
	margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
	.pege-header h2 {
		font-size: 40px;
		margin-bottom: 30px;
	}

	.pankuzu {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 599px) {
	.pege-header h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
}

/* ##### 下層ページ共通ここまで ##### */

/* ##### ブログ共通 ##### */
.one-line {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block;
}

/*ページャー*/
.pagenav {
	padding-top: 30px;
}

.pagenav li {
	margin: 0 5px;
}

.pagenav li a {
	display: inline-block !important;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
}

.pagenav li.st a {
	background: #2b2b2b;
	color: #fff;
	border-radius: 50%;
}

.pagenav li.prev a,
.pagenav li.next a {
	font-size: 14px;
	width: auto;
}

.pagenav li.prev a {
	text-align: right;
	margin-right: 20px;
}

.pagenav li.next a {
	text-align: left;
	margin-left: 20px;
}

@media only screen and (max-width: 599px) {

	.pagenav li.prev a {
		margin-right: 10px;
	}

	.pagenav li.next a {
		margin-left: 10px;
	}

}

/* ##### ブログ共通ここまで ##### */

/* ##### 【料金表　1　】 ##### */
.menubox1 dl {
	border-bottom: 1px solid #000;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menubox1 dd {
	text-align: right;
}

@media only screen and (max-width: 599px) {
	.menubox1 div {
		margin-bottom: 30px;
	}
}

/* ##### 【料金表　1　】ここまで ##### */
/* ##### 【料金表　2　】 ##### */
.menubox2 {
	margin-bottom: 50px;
}

.menubox2 h3 {
	text-align: center;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

.menubox2 dd dl {
	border-bottom: 1px solid #000;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menubox2 dd dl dd {
	text-align: right;
}

@media (max-width: 599px) {
	.menubox2 h4 {
		text-align: center;
		margin-bottom: 0;
	}
}

/* ##### 【料金表　2　】ここまで ##### */
/* ##### 【左右のカラムが交互に代わるブロック】 ##### */
.crossbox li {
	margin-bottom: 50px;
}

.crossbox li:nth-of-type(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media (max-width: 599px) {
	.crossbox li:nth-of-type(odd) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.crossbox .tex {
		margin-top: 20px;
	}
}

/* ##### 【左右のカラムが交互に代わるブロック】ここまで ##### */

/* ##### 【スタイル詳細】 ##### */
.blog-news_detail01 .data-box {
	margin-bottom: 100px;
}

.gallery .main-image {
	width: 65%;
}

.thumb-imgwrap {
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

.gallery .thumb-img {
	width: 100%;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.gallery .thumb-img:nth-of-type(2) {
	margin: 20px 0;
}

.gallery .thumb-img:hover {
	cursor: pointer;
	opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
	.blog-news_detail01 .data-box {
		margin-bottom: 50px;
	}

	.gallery .main-image {
		width: 75%;
	}
}

@media only screen and (max-width: 599px) {
	.gallery .pic, .pic.sp100 {
		width: 100%;
	}
}

/* ##### 【スタイル詳細】ここまで ##### */

/* ##### よくある質問 ##### */
.faq-box {
	padding-bottom: 80px;
}

.qa-list {
	border-top: 2px solid #2b2b2b;
}

.qa-list:last-of-type {
	border-bottom: 2px solid #2b2b2b;
}

.qa-q {
	font-size: 40px;
	width: 80px;
	display: block;
}

.qa-list dt {
	padding: 40px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.qa-list dt div {
	font-size: 16px;
	position: relative;
	display: block;
	width: calc(100% - 150px);
	padding-right: 10px;
}

.qa-list dt.acc-btn .op {
	position: relative;
	width: 50px;
	height: 50px;
	display: block;
}

.qa-list dt.acc-btn .op:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background: #2b2b2b;
	right: 0;
	top: 25px;
}

.qa-list dt.acc-btn .op:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 50px;
	background: #2b2b2b;
	right: 25px;
	top: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.qa-list dt.acc-btn.action .op:after {
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotateZ(-90deg);
}

.qa-list dt.acc-btn:hover {
	cursor: pointer;
}

.qa-list dt:hover {
	cursor: pointer;
}

.qa-list dd {
	font-size: 14px;
	padding: 40px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
[data-element-id] .qa-list dd {
  display: flex !important;
}

.qa-list dd:after {
	content: "";
	background: #e0e0e0;
	position: absolute;
	left: 80px;
	top: 0;
	width: 50px;
	height: 1px;
}

.qa-list .tex {
	display: block;
	width: calc(100% - 80px);
}

.qa-list dd .qa-q {
	color: #bbe2f1;
}

@media only screen and (max-width: 599px) {
	.qa-q {
		font-size: 30px;
		width: 35px;
	}

	.qa-list dt div {
		font-size: 14px;
		width: calc(100% - 65px);
	}

	.qa-list dt.acc-btn .op {
		width: 30px;
		height: 30px;
	}

	.qa-list dt.acc-btn .op:before {
		width: 30px;
		top: 15px;
	}

	.qa-list dt.acc-btn .op:after {
		height: 30px;
		right: 15px;
	}

	.qa-list dd:after {
		left: 35px;
	}

}

/* ##### よくある質問 ここまで ##### */

/* ##### お問い合わせ ##### */
.form {
	margin-top: 80px;
	border: solid 1px #2b2b2b;
	padding: 70px 50px;
}

.contact-list {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.contact-list dt {
	width: 370px;
	font-size: 16px;
	font-family: 'Shippori Mincho',
		"游明朝",
		"YuMincho",
		"ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		"HG明朝",
		"Sawarabi Mincho",
		serif;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
						padding-right: 20px;
						-webkit-box-align: center;
						    -ms-flex-align: center;
						        align-items: center;
}
.contact-list dt .mandatory {
	display: inline-block;
	font-size: 12px;
	background: #bbe2f1;
	padding: 3px 10px;
	margin-left: auto;
	color: #fff;
	width: 50px;
	margin-left: 10px;
}

.contact-list dd {
	width: calc(100% - 370px);
}

.contact-list dd .list .item {
    display: inline-block;
    margin-right: 15px;
}

.contact-list input,
.contact-list textarea,
.contact-list select {
	border: none;
	background: #f9f9f9;
	width: 100%;
	padding: 20px;
}
.contact-list dd.flex-radio {
 display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.flex-radio label {
    display: block;
    width: calc(100% - 33px);
}
input[type=radio] {
    width: 13px;
    margin-right: 5px;
}

dd.kiboubi div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
dd.kiboubi div+div {
  margin: 10px 0;
}

dd.kiboubi div span {
    display: block;
    width: 80px;
}
dd.kiboubi div input {
    width: 30%;
}
.contact-btn li {
    width: 48%;
}
.contact-btn button {
    text-align: center;
    margin: 50px auto 0 auto;
    width: 240px;
    max-width: 100%;
    border: solid 1px #2b2b2b;
    display: block;
    background: #fff;
    padding: 15px 0;
}

.contact-btn button:hover {
	opacity: 0.6;
	cursor: pointer;
}
.uk-text-danger {
  width: 100%;
}
.flex-radio .actual_object_error_wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 80px;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 70px;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    font-size: 14px;
}

/*ズーム防止*/
.contact-list input,
.contact-list textarea,
.contact-list select {
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
	.form {
	margin-top: 50px;
	padding: 50px 20px;
}
	.contact-list dt {
		margin-bottom: 10px;
	}

	.contact-list dt,
	.contact-list dd {
		width: 100%;
	}

	.contact-list .must {
		display: inline-block;
		margin-left: 10px;
	}

}

@media only screen and (max-width: 599px) {
  .contact-list input,
.contact-list textarea,
.contact-list select {
  padding: 10px;
}
.flex-radio label {
    width: calc(100% - 35px);
}
  dd.kiboubi div input {
    width:calc(100% - 80px);
  }
    .xdsoft_datetimepicker {
        width: 100%;
        padding: 10px !important;
        margin: 0 !important;
        position: fixed !important;
        top: 0 !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .xdsoft_datetimepicker .xdsoft_datepicker {
        width: 98% !important;
        float: none !important;
        margin: 1% !important;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker {
        width: 98% !important;
        float: none !important;
        margin: 1% !important;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
        margin: 2% auto !important;
    }
      .xdsoft_calendar td, .xdsoft_calendar th {
    display: table-cell;
  }
}


/* ##### お問い合わせ　ここまで ##### */


.up-btn-position-aware01 a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 180px;
	padding: 15px;
	/* text-transform: uppercase; */
	border: 1px solid currentColor;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: #fff;
	text-align: center;
}

.up-btn-position-aware01 a span.btn-bg {
	position: absolute;
	z-index: 1;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: rgb(43, 43, 43);
	-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.up-btn-position-aware01 a:hover {
	color: #fff;
}

.up-btn-position-aware01 a:hover span.btn-bg {
	width: 225%;
	height: 562.5px;
}

.up-btn-position-aware01 a:active {
	background-color: rgb(43, 43, 43);
}

.up-btn-position-aware01 a span.arrow {
	position: relative;
	z-index: 2;
}

.up-btn-position-aware01 a span.arrow:after {
	content: url(/import/tenant_1/160.16.231.147/html/images/01index/arrow2.png);
	margin-left: 5px;
	vertical-align: middle;
}

.up-btn-position-aware01 a:hover span.arrow:after {
	content: url(/import/tenant_1/160.16.231.147/html/images/01index/arrow2-hover.png);
}
