@charset "utf-8";
/* CSS Document */

/* ##### font ##### */

@font-face {
	font-family: '任意のフォント名';
	src: url('フォントのURL/font.woff') format('woff'),
		url('フォントのURL/font.otf') format('otf'),
		url('フォントのURL/font.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.f-jso {
	font-family: 'Julius Sans One',
		sans-serif;
}

.f-yumin {
	font-family: "游明朝",
		"YuMincho",
		"ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		"HG明朝",
		"Sawarabi Mincho",
		serif;
}

/* ##### font end ##### */

/* ##### reset.css上書き ##### */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p,
a {
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
	.fs30 {
		font-size: 20px;
	}

	.fs16 {
		font-size: 14px;
	}
}

/* ##### reset.css上書きここまで ##### */

/* ##### 共通 ##### */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	-webkit-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;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.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;
}

.mauto {
	margin: 0 auto;
}

.z1 {
	position: relative;
	z-index: 1;
}

.ctex {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	z-index: 1;
}

.Blink a {
	display: block;
}

.more {
	text-align: center;
	margin: 50px auto 0 auto;
	width: 80%;
	max-width: 234px;
	font-size: 18px;
}

.more a {
	display: block;
	background: #e2e4d5;
	color: #333;
	padding: 10px 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(45, 55, 45, 0.1);
	box-shadow: 0px 0px 6px 3px rgba(45, 55, 45, 0.1);
}

.more.back {
	position: relative;
}

.more.back a {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.more.back:after {
	position: absolute;
	content: "\f053";
	font-family: fontawesome;
	left: 12px;
	top: 50%;
	font-size: 12px;
	color: #333;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.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;
}

.bg-01 {
	background: #e2e4d5;
}

.of-img {
	overflow: hidden;
	position: relative;
	display: block;
}

.of-img:before {
	content: '';
	display: block;
}

.of-img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	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: 100%;
}

.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%;
}

.of135:before {
	padding-top: 135%;
}

.of140:before {
	padding-top: 140%;
}


.c-w {
	color: #fff;
}

.c-green {
	color: #1b5b39;
}

.db {
	display: block;
}

.circle.pic span {
	border-radius: 50%;
}

.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.c {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: 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%;
}

.w20 {
	width: 20%;
}

.w43 {
	width: 43%;
}

.w46 {
	width: 46%;
}

.w53 {
	width: 53%;
}

.w75 {
	width: 75%;
}

.w90 {
	width: 90%;
}

@media only screen and (max-width: 1024px) {
	.sp-only {
		display: block;
	}

	.pc-only {
		display: none;
	}

	.tex.tc {
		text-align: left;
	}
}

@media only screen and (max-width: 599px) {
	.mb80 {
		margin-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;
	}

}

/* ##### 共通ここまで ##### */

/* ##### header ##### */
.logo h1 {
	font-size: 12px;
	font-weight: normal;
	display: none;
}

h1[data-element-id] {
	display: block;
}

/* ##### header ##### */
#wrapper {
	padding-top: 0 !important;
}

header {
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	z-index: 151;
	background: rgba(255, 255, 255, 0.8);
	border-bottom: 2px solid #98af97;
}
header[data-element-id] {
  position: static !important;
}

.header01 {
	max-width: 1500px;
	margin: auto;
	width: 100%;
}

.header01in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 10px;
}

.logo {
	max-width: 230px;
	height: auto;
	width: 15%;
	padding: 0 10px;
}

.logo a {
	display: block;
}

.logo h1 {
	font-size: 12px;
	font-weight: normal;
	display: none;
}

h1[data-element-id] {
	display: block;
}

.header-info {
	display: inline-block;
	max-width: 220px;
	width: 17%;
	padding: 0 10px;
}

.header-info dd.tel a,
.top-info dd.tel a {
	font-weight: bold;
	color: #1b5b39;
}

.header-info dd.tel a {
	font-size: 23px;
}

.header-info dd img,
.top-info dd.tel img {
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 10px;
	width: 28px;
	height: 27px;
}

.contact-fix {
	position: fixed;
	right: 1%;
	bottom: 17%;
	max-width: 206px;
	width: 100%;
	height: 172px;
	z-index: 100;
}

.contact-fix a {
	display: block;
	width: 100%;
}

.contact-fix strong {
	font-size: 20px;
	width: 200px;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 50%;
	color: #fff;
	font-weight: normal;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.contact-fix .tel {
	display: none;
}

.item_text {
	-webkit-animation: key1 .3s ease infinite alternate;
	animation: key1 .3s ease infinite alternate;
}


@media only screen and (max-width: 1024px) {
	header .header-info {
		display: none;
	}

	header .logo {
		width: calc(100% - 60px);
	}

	.contact-fix strong {
		font-size: 14px;
		top: 64px;
	}

	.contact-fix {
		bottom: 21%;
		max-width: 168px;
		width: 100%;
		height: 140px;
		bottom: 12%;
	}

	.contact-fix strong {
		width: 168px;
	}

}

@media only screen and (max-width: 599px) {
	header {
		position: relative;
		padding: 20px 0 0;
	}

	.contact-fix .pic {
		display: none;
	}

	.contact-fix {
		max-width: none;
		height: auto;
		left: 0;
		bottom: 0;
		right: unset;
		background: #fff;
	}

	.contact-fix .contact-in,
	.contact-fix .tel {
		text-align: center;
	}

	.contact-fix .contact-in a,
	.contact-fix .tel a {
		padding: 5px;
	}

	.contact-fix strong {
		position: relative;
		top: unset;
		left: unset;
		width: auto;
		text-align: center;
	}

	.contact-fix {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.contact-fix .tel {
		display: block;
		width: 50%;
	}

	.contact-fix .contact-in {
		width: 48%;
	}

	.contact-fix .contact-in a {
		background: #d49595;
		display: inline-block;
	}

	.item_text {
		-webkit-animation: key1 .3s ease infinite alternate;
		animation: none;
	}

}

@keyframes key1 {
	0% {
		-webkit-transform: none;
		transform: none;
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

/* ##### header end ##### */

/* ##### nav ##### */
#gnav {
	padding: 20px 0;
}

#gnav .toggle {
	background: #1b5b39;
}

#gnav li {
	display: inline-block;
}

#gnav li i {
	padding-right: 5px;
}

#dropmenu {
	width: 100%;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: auto;
	max-width: 850px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#dropmenu[data-element-id] {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#dropmenu li a {
	letter-spacing: 1px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	padding: 20px 0;
	color: #1b5b39;
	font-family: "游明朝",
		"YuMincho",
		"ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		"HG明朝",
		"Sawarabi Mincho",
		serif;
}

#dropmenu li.index-link span {
	display: none;
}

#dropmenu span.drop-btn {
	letter-spacing: 1px;
	font-size: 14px;
	display: block;
	text-align: left;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
	color: #1b5b39;
	font-family: "游明朝",
		"YuMincho",
		"ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		"HG明朝",
		"Sawarabi Mincho",
		serif;
}

.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: block;
/*   padding-top: 20px; */
padding: 0;
}

#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;
	transition-property: all;
	transition: 0.3s linear;
}

#dropmenu .dropdown ul li a {
	display: block;
	color: #1b5b39;
	width: 320px;
	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: 320px;
}

.sab-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 320px;
}

.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: 100;
	-webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
}

#gnav.fixed[data-element-id] {
	position: static !important;
}

@media only screen and (max-width: 1024px) {

	#gnav {
		width: 100%;
	}

	#gnav .accordion-body {
		background: rgba(0, 0, 0, 0.6);
	}

	#gnav.action .accordion-body {
		width: 60%;
		margin-left: 40%;
	}


	#gnav .accordion-inner {
		height: 100vh;
	}

	.accordion-inner .sns li {
		display: inline-block;
	}

	#dropmenu {
		display: block;
		padding-bottom: 80px;

	}

	#gnav ul li a {
		color: #fff;
	}

	#gnav ul li span {
		height: auto;
		color: #fff;
		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;
	}

	#dropmenu .dropdown ul li:last-of-type {
		border-bottom: none;
	}

	#dropmenu .dropdown ul li a {
		background-color: rgba(78, 69, 64, 0);
		color: #fff;
		width: 100%;
	}

	#dropmenu li.index-link img {
		display: none;
	}

	#gnav ul li.index-link span {
		display: block;
		background: none;
	}

	#dropmenu span.drop-btn {
		color: #fff;
	}

	#dropmenu span.drop-btn:after {
		content: none;
	}

	#dropmenu .dropdown:hover ul li {
		height: auto;
		width: 100%;
	}

.sab-nav {
	width: 100%;
}

	#gnav.fixed {
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;

	}

	#gnav {
		padding: 0;
	}

	#dropmenu .sp-only {
		display: block;
	}

}

@media (max-width: 599px) {
	#gnav.action .accordion-body {
		width: 100%;
		margin-left: 0;
	}
}

/* ##### nav end ##### */

/* ##### footer ##### */
footer {
	position: relative;
}

footer .in {
	background: #e2e4d5;
}

footer .f-logo {
	max-width: 296px;
}

.f-nav li ul li {
	margin: 10px 0;
}

.f-nav li ul li a {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	text-decoration: none;
}

.f-nav li ul li a:hover {
	cursor: pointer;
	background: #adb09b;
	color: #fff;
}

.fbox02 {
	margin: 50px 0;
}

.f-sns {
	width: calc(100% - 400px);
}

.f-sns li {
	max-width: 62px;
}

.f-sns li a {
	display: block;
}

.f-sns li:last-of-type {
	max-width: 80px;
}

.f-sns li+li {
	margin-left: 20px;
}

.fbox02 .more {
	margin: 0;
	width: 100%;
	max-width: 366px;
	font-size: 24px;
}

.fbox02 .more a {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #98af97;
	background: #fff;
}

.totop {
	position: fixed;
	right: 3%;
	bottom: 3%;
	z-index: 100;
}

.totop a {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #d49595;
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
	color: #fff;
}

.totop a:after {
	position: absolute;
	content: "";
	background: url(/import/tenant_1/133.167.66.164/html/images/index/pagetop.png) no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* .totop a:hover {
	-webkit-animation: key1 .3s ease infinite alternate;
	animation: key1 .3s ease infinite alternate;
} */

@-webkit-keyframes key1 {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@keyframes key1 {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}



@media only screen and (max-width: 1024px) {

	.f-nav li,
	.f-sns {
		width: 100%;
	}

	.f-sns {
		width: 100%;
		margin-bottom: 50px;
	}

	.totop a {
		width: 55px;
		height: 55px;
		font-size: 12px;
	}

	.totop a:after {
		top: 6px;
		width: 10px;
	}

}

@media only screen and (max-width: 599px) {
	.f-sns {}

	.f-sns li {
		margin-bottom: 20px;
	}

	.f-sns li {
		max-width: 42px;
	}

	.f-sns li:last-of-type {
		max-width: 50px;
	}

	.fbox02 .more {
		margin: auto;
	}

	footer .in {
		padding-bottom: 100px;
	}

	.totop {
		bottom: 15%;
	}

}

/* ##### footer end ##### */

/* ##### top ##### */

/* トップメインイメージ */
.mainimg {
	position: relative;
}

.mainimg:after {
	background: url(/import/tenant_1/133.167.66.164/html/images/index/main_kusa.png) no-repeat left center;
	background-size: contain;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;

}

.mainimg .inner {
	padding: 130px 0 0 0;
	left: 50%;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 5;
	line-height: 70px;
}

.mainimg .inner dt {
	font-size: 60px;
	display: inline-block;
	border-bottom: 2px solid #1b5b39;
}

.mainimg .inner dd.sub {
	text-shadow:
		#fff 1px 1px 10px,
		#fff -1px 1px 10px,
		#fff 1px -1px 10px,
		#fff -1px -1px 10px;
}

.mainimg .inner dd.more {
	max-width: 290px;
	margin: 30px 0 0;
}

.mainimg .uk-slidenav-position:after {
	padding-top: 75%;
}

.top-main {
	margin-left: auto;
	position: relative;
}

.top-main:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(255, 255, 255);
	background: -webkit-linear-gradient(170deg, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 90%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 90%);
}

.blur {
	-ms-filter: blur(6px);
	-webkit-filter: blur(6px);
	filter: blur(6px);
}

.page-header h2 {
	font-size: 48px;
	padding: 130px 0 0 0;
	left: 50%;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 5;
	line-height: 70px;
}

.uk-slidenav-position .uk-slidenav-previous {
    left: -65%;
    display: block;
    width: 52px;
    height: 56px;
    z-index: 10;
}
.uk-slidenav-position .uk-slidenav-next {
    right: 20px;
    display: block;
    width: 52px;
    height: 56px;
    z-index: 10;
}
.mainimg .uk-slidenav-position {
  overflow: initial;
}

@media (max-width: 1024px) {
	.mainimg .uk-slidenav-position:after {
		padding-top: 100%;
	}

	.mainimg .inner {
		padding: 88px 0 0 0;
	}

	.mainimg .inner dt {
		font-size: 30px;
	}

	.mainimg .inner dd.sub {
		font-size: 18px;
		margin-top: 0;
	}

	.mainimg .inner dd.more {
		margin: 10px 0 0;
		font-size: 16px;
	}

	.page-header h2 {
		font-size: 30px;
		padding: 88px 0 0 0;
	}
	
	/**/
	
	.uk-slideshow>.uk-active, .top-main, .mainimg .uk-slidenav-position, .mainimg .uk-slideshow, .uk-slideshow>li, .uk-flex-center {
  height: 100% !important;
}
.uk-flex-center 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;';
}
.mainimg .inner {
    left: 60%;}

}

@media (max-width: 599px) {
	.mainimg .uk-slidenav-position:after {
		padding-top: 130%;
	}

	.top-main {
		margin: 0 0 0 auto;
		width: 70%;
	}

	.mainimg .inner {
		padding: 0;
	}

	.mainimg .inner dt {
		font-size: 22px;
	}

	.mainimg .inner dd.sub {
		font-size: 16px;
	}

	.mainimg .inner dd.more {
		font-size: 12px;
	}

	.mainimg .inner dd.more {
		max-width: 150px;
	}

	.page-header h2 {
		font-size: 24px;
		line-height: 28px;
		padding: 0;
	}
	
	/**/
	
	.mainimg .inner {
    padding: 0;
    left: 50%;
    top: unset;
    bottom: 10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.uk-slidenav-position .uk-slidenav-previous {
    left: 3%;
    width: 30px;
    height: auto;
}
.uk-slidenav-position .uk-slidenav-next {
    right: 3%;
    width: 30px;
    height: auto;
}
.top-main {
    margin: 0 0 0 auto;
    width: 100%;
}
}

.mainimg .uk-slideshow {
	width: 100%;
}

.grd-l {
	position: relative;
}

.grd-l:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(255, 255, 255);
	background: -webkit-linear-gradient(170deg, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 1) 90%);
	background: -webkit-gradient(linear, right top, left top, color-stop(68%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 1) 90%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 1) 90%);
}

.grd-l:before,
.grd-r:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(255, 255, 255, 0.18);
	z-index: 1;
}

.grd-r {
	position: relative;
}

.grd-r:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(255, 255, 255);
	background: -webkit-linear-gradient(355deg, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 1) 90%);
	background: linear-gradient(95deg, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 1) 90%);
}

.dot-text {
	padding-top: .5em;
	background-position: top left -2px;
	background-repeat: repeat-x;
	background-size: 1.3em .3em;
	background-image: -webkit-radial-gradient(.15em .15em at center center, #a31919, #a31919 100%, rgba(163, 25, 25,0));
	background-image: -webkit-radial-gradient(center center, .15em .15em, #a31919, #a31919 100%, rgba(163, 25, 25,0));
	background-image: radial-gradient(.15em .15em at center center, #a31919, #a31919 100%, rgba(163, 25, 25,0));
}

.obi {
	position: relative;
	font-weight: bold;
	background: #e2e4d5;
	padding: 30px 10px;
	text-align: center;
	font-family: "游明朝",
		"YuMincho",
		"ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		"HG明朝",
		"Sawarabi Mincho",
		serif;
}

.obi span {
	position: relative;
	z-index: 4;
}

.obi:after {
	position: absolute;
	content: "";
	z-index: 2;
	width: 434px;
	height: 143px;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(/import/tenant_1/133.167.66.164/html/images/index/daen.png) no-repeat top center;
	background-size: contain;
}

.t-shadow {
	text-shadow: #fff 1px 1px 10px,
		#fff -1px 1px 10px,
		#fff 1px -1px 10px,
		#fff -1px -1px 10px;
}

/*top-blog*/
.top-blog li {
	margin: 10px 0;
}

.top-blog li a {
	display: block;
}

.top-blog dt,
.top-blog dd {
	font-size: 18px;
	color: #1b5b39;
}

.top-blog dt {
	width: 130px;
}

.top-blog dd {
	width: calc(100% - 130px);
}

/*top-koshi*/

.top-koshi dl {
	width: 100%;
	max-width: 450px;
	margin-right: auto;
}

.top-koshi dt {
	line-height: 45px;
}

.top-koshi dd.more {
	margin: 50px 0 50px auto;
}

/*top-check*/

.top-check .inner {
	max-width: 750px;
	padding: 120px 0;
}

.top-check li {
	margin: 20px 0;
	font-size: 18px;
	position: relative;
	padding-left: 40px;
}

.top-check li:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: url(/import/tenant_1/133.167.66.164/html/images/index/check.png) no-repeat;
	width: 27px;
	height: 27px;
}

.top-check h3 {
	padding: 10px;
	margin-top: 50px;
	background: #e2e4d5;
	text-align: center;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(45, 55, 45, 0.1);
	box-shadow: 0px 0px 6px 3px rgba(45, 55, 45, 0.1);

}

/*top-odm*/
.top-odm dl {
	width: 100%;
	max-width: 480px;
	padding: 50px 10px;
	margin-left: auto;
	margin-top: 50px;
}

.top-odm dl .tex,
.top-odm dl dt {
	width: 705px;
	margin-right: -205px;
	position: relative;
	z-index: 5;
}

.top-odm dl .more {
	margin: 50px 0;
}

/*top-select*/
.top-select li {
	border: 2px solid #e2e4d5;
	overflow: hidden;
}

.top-select li .point {
	width: 100px;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background: #e2e4d5;
}

.top-select li .point .no {
	font-size: 56px;
	display: block;
}

.top-select li p {
	max-width: 293px;
}

.top-select li dl {
	width: calc(100% - 393px);
	padding: 20px 30px 20px 30px;
}

.top-select li dl dt {
	color: #728672;
	margin-bottom: 10px;
}

.top-select dl dt+dd.more {
	margin: 20px auto 50px;
}

.onayamibox li {
	position: relative;
	margin: 0 2% 2% 2%;
}

.onayamibox li a {
	display: block;
}

.onayamibox li dl {
	position: absolute;
	left: 0;
	bottom: 25px;
	background: rgba(152, 175, 151, 0.7);
	padding: 15px;
}

.onayamibox li dl dt {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.onayamibox li dl dd {
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
}

.top-goaisatu .inner {
	padding: 10% 0;
	position: relative;
	z-index: 2;
}

.top-goaisatu .tex {
	margin-left: auto;
}

.top-goaisatu {
	position: relative;
}

.top-goaisatu:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(255, 255, 255);
	background: -webkit-linear-gradient(355deg, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 1) 90%);
	background: -webkit-linear-gradient(355deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 55%);
	background: linear-gradient(95deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 55%);
	z-index: 1;
}

.top-goaisatu:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(255, 255, 255, 0.18);
	z-index: 1;
}

.top-goaisatu .pic.sp {
	width: 80%;
	max-width: 300px;
	display: none;
}

 .top-goaisatu .pic.sp[data-element-id] {
	display: block;
}

/*top-access*/

.top-access {
	overflow: hidden;
	padding-bottom: 100px;
}

.top-access .inner {
	padding: 0;
	position: relative;
}

.top-access .map,
.top-access .w30 {
	position: relative;
	z-index: 5;
}

.top-access .w30 {
	padding: 30px 0;
}

.top-access .w30 li {
	margin-bottom: 15px;
}

.top-access .w30 dt {
	width: 50px;
	border-right: 1px solid #333;
	line-height: 100%;
}

.top-access .w30 dd {
	width: calc(100% - 60px);
	margin-left: 10px;
	line-height: 18px;
}

.top-access .w30 .more {
	margin: 50px 0;
	width: 100%;
	max-width: none;
}

.top-access .inner:after {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	margin-left: -999rem;
	padding-left: 999rem;
	margin-right: -999rem;
	padding-right: 999rem;
}

.top-access .map:after {
	padding-top: 65%;
}

@media only screen and (max-width: 1024px) {
  .top-check .inner {
	padding: 120px 0 80px;
}

	.top-koshi.flexb,
	.top-odm {
		max-width: none;
		width: 100%;
	}

	.top-koshi dl {
		width: 98%;
		max-width: 450px;
		margin-right: auto;
		padding-right: 10px;
	}

	.top-odm dl .tex {
		width: 550px;
	}

	.top-odm dl dt {
		position: relative;
		z-index: 5;
		width: 550px;
	}

	.top-odm .of85:before {
		padding-top: 140%;
	}

	.top-select li {
		max-height: none;
	}

	.top-select li p {
		max-width: 165px;
	}

	.top-select li dl {
		width: calc(100% - 265px);
	}

	.top-select li .pic {
		position: relative;
	}

	.top-select li .pic:before {
		content: "";
		display: block;
		padding-top: 100%;
	}

	.top-select li .pic img {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}

	.top-select li dl {
		padding: 10px 20px 10px 10px;
	}

	.onayamibox li dl dt {
		font-size: 16px;
	}

	.top-goaisatu .bgimg {
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%;
		height: 100%;
	}

	.top-goaisatu .bgimg img {
		width: 100%;
		height: 100% !important;
		-o-object-position: 30% 100%;
		object-position: 30% 100%;

	}

	.top-goaisatu:after {
		background: -webkit-linear-gradient(355deg, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 1) 74%);

		background: linear-gradient(95deg, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 1) 74%);
		z-index: 1;
	}

	.top-goaisatu h3 {
		text-shadow:
			#fff 1px 1px 10px,
			#fff -1px 1px 10px,
			#fff 1px -1px 10px,
			#fff -1px -1px 10px;
	}

	.top-goaisatu .tex {
		margin-left: auto;
		width: 70%;
		text-shadow: #fff 1px 1px 10px,
			#fff -1px 1px 10px,
			#fff 1px -1px 10px,
			#fff -1px -1px 10px;

	}

	.top-access .map {
		width: 45%;
	}

	.top-access .w30 {
		width: 50%;
	}

}

@media only screen and (max-width: 599px) {
	.top-koshi dl {
		margin: auto;
		padding: 0 10px;
	}

	.top-koshi .grd-r:after,
	.top-odm .grd-l:after {
		content: none;
	}
	.top-blog .w48+.w48 {
	  margin-top: 50px;
	}

	.top-odm .grd-r:after {
		content: none;
	}

	.obi {
		font-size: 20px;
	}

	.obi:after {
		width: 400px;
	}

	.top-odm dl {
		margin-top: 0;
		padding: 0 10px;
	}

	.top-odm .w48 {
		margin: 0 0 50px;
	}

	.top-odm dl {
		max-width: none;
	}

	.top-odm dl dt,
	.top-odm dl .tex {
		width: 100%;
	}

	.top-odm .of85:before {
		padding-top: 65%;
	}

	.top-select li .point {
		width: 100%;
		padding: 10px;
	}

	.top-select li dl {
		width: 100%;
	}

	.top-select li p {
		margin: 20px auto;
	}

	.top-select li .point .no {
		font-size: 40px;
	}

	.top-select li .point {
		font-size: 18px;
	}

	.onayamibox li .pic {
		max-width: none;
		width: 100%;
	}

	.onayamibox li ._no {
		height: auto !important;
	}

	.onayamibox li {
		margin: 0 2% 6% 2%;
	}

	.top-goaisatu .bgimg {
		display: none;
	}

	.top-goaisatu .inner {
		padding: 40px 0;
	}

	.top-goaisatu .tex {
		width: 100%;
	}

	.top-goaisatu:after,
	.top-goaisatu:before {
		content: none;
	}

	.top-goaisatu .pic.sp {
		display: block;
		margin-bottom: 50px;
	}

	.top-access .map {
		width: 100%;
		margin-top: 50px;
	}

	.top-access .w30 {
		width: 100%;
	}

	.top-access .w30 .more {
		margin: 50px 0 0;
	}
}

/* ##### トップここまで ##### */

/* ##### 下層ページ共通 ##### */
.pankuzu {
	padding: 100px 0;
}

.pankuzu li {
	position: relative;
	padding-right: 20px;
	color: #1b5b39;
	padding-left: 10px;
	font-size: 16px;
	font-family: "游明朝",
		"YuMincho",
		"ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		"HG明朝",
		"Sawarabi Mincho",
		serif;
}

.pankuzu li a {
	color: #1b5b39;
}

.pankuzu li:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 9px;
	right: 0;
	top: 7px;
	background: url(/import/tenant_1/133.167.66.164/html/images/02_about/pankuzuu.png) no-repeat;
}

.pankuzu li:last-of-type:after {
	content: none;
}

.pankuzu li:first-of-type {
	padding-left: 0;
}

.l-line {
	position: relative;
	display: inline-block;
	padding: 10px 20px 0 0;
	margin-bottom: 90px;
}

.l-line:after {
	position: absolute;
	content: "";
	background: #1b5b39;
	left: 0;
	bottom: 0;
	width: 236px;
	height: 2px;
	margin-left: -999rem;
	padding-left: 999rem;

}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

@media only screen and (max-width: 1024px) {
	.pankuzu {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 599px) {
	.pankuzu {
		min-width: none;
		margin-left: 10px;
		padding: 30px 0;
	}
	.pankuzu li {
	  font-size: 12px;
	}
	.pankuzu li:after {
	  top: 5px;
	}
}

/* ##### 下層ページ共通ここまで ##### */

/* ##### ブログ共通 ##### */
.one-line {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.blog-list li {
	width: 100%;
	margin-bottom: 50px;
}

.blog-list li .pic {
	width: 160px;
}

.blog-list li .t-box {
	width: calc(100% - 170px);
}

.blog-list .date {
	width: 100px;
	line-height: 100%;
	border-right: 1px solid #e2e4d5;
}

.blog-list .category {
	width: calc(100% - 100px);
	font-size: 16px;
	padding-left: 10px;
	line-height: 100%;
}

.blog-list .tit {
	padding-bottom: 5px;
	border-bottom: 2px solid #e2e4d5;
	margin-bottom: 0;
}

.blog-list li .more {
	margin: 20px 0 0 auto;
	font-size: 14px;
	max-width: 152px;
}

.blog-list li .more a {
	padding: 5px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.side-nav {
	margin-bottom: 50px;
	width: 100%;
}

.side-nav dt h4 {
	color: #fff;
	background: #d49595;
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	font-family: "游明朝",
		"YuMincho",
		"ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		"HG明朝",
		"Sawarabi Mincho",
		serif;
}

.side-nav dd a {
	padding: 10px 0 10px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	border-bottom: 2px solid #e2e4d5;
	position: relative;
}

.side-nav dd a:after {
	position: absolute;
	content: "\f054";
	font-family: fontawesome;
	left: 20px;
	top: 50%;
	font-size: 10px;
	color: #d49595;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*ページャー*/
.pagenav {
	padding-top: 50px;
}

.pagenav li {
	margin: 0 10px;
}

.pagenav li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background: #e2e4d5;
	border-radius: 50%;
}

.pagenav li.prev a,
.pagenav li.next a {
	background: #d49595;
	color: #fff;
	font-size: 12px;
}

.pagenav li.prev a {
	text-align: right;
}

.pagenav li.next a {
	text-align: left;
}

/*詳細*/
.blogbox .more.back {
	margin: 0;
}

.detail.blog-list li .t-box {
	width: 100%;
}

.detail.blog-list .tit {
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.detail.blog-list .tex {
	border-bottom: 2px solid #e2e4d5;
	padding-bottom: 30px;
	width: 100%;
}

.detail.blog-list .tex a {
  text-decoration: underline;
  color: blue
}
.recommend {
	padding: 120px 0 50px;
}

/*ブログ共通(ニュース一覧部分)*/

.blog-list.news li .t-box {
	width: 100%;
}

@media only screen and (max-width: 1024px) {

	.blogbox .main,
	.blogbox .side {
		width: 100%;
	}

	.blogbox .side {
		margin-top: 50px;
	}

	.side-nav {
		width: 45%;
	}
}

@media only screen and (max-width: 599px) {
	.side-nav {
		width: 100%;
	}

	.pagenav li {
		margin: 0 4px;
	}

	.blog-list li .t-box {
		width: 100%;
	}

	.blog-list li .pic {
		margin-bottom: 20px;
	}
}


/* ##### ブログ共通ここまで ##### */

/* ##### 【料金表　1　】 ##### */
.menubox1 li {
	margin-bottom: 50px;
}

.menubox1 dl {
	padding: 15px 30px;
	background: #e2e4d5;
	border-radius: 5px;
}

.menubox1 dd {
	text-align: right;
}

@media only screen and (max-width: 599px) {
	.menubox1 div {
		margin-bottom: 30px;
	}

	.menubox1 dl {
		padding: 10px 15px;
	}
}

/* ##### 【料金表　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,
.crossbox-even li {
	margin-bottom: 120px;
}

.crossbox li:nth-of-type(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.crossbox-even li:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.crossbox li dd,
.crossbox-even li dd {
	font-size: 18px;
}

@media (max-width: 1024px) {

	.crossbox li,
	.crossbox-even li {
		margin-bottom: 80px;
	}
}

@media (max-width: 599px) {

	.crossbox li:nth-of-type(odd),
	.crossbox-even li:nth-of-type(even) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.crossbox .w43,
	.crossbox .w53,
	.crossbox-even .w43,
	.crossbox-even .w53 {
		width: 100%;
	}

	.crossbox .w43,
	.crossbox-even .w43 {
		margin-bottom: 20px;
	}

	.crossbox li,
	.crossbox-even li {
		margin-bottom: 50px;
	}

}

/* ##### 【左右のカラムが交互に代わるブロック】ここまで ##### */

/* ##### 【スタイル詳細】 ##### */
.gallery .main-image {
	width: 100%;
	margin-bottom: 15px;
}

.gallery .thumb-img {
	width: calc(33.33333% - 10px);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}

.gallery .thumb-img:nth-of-type(3) {
	margin: 0 15px;
}

.gallery .thumb-img:hover {
	cursor: pointer;
	opacity: 0.8;
}

.profile-box dl {
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: #999 solid 1px;
	margin-bottom: 10px;
}

.profile-box dt {
	width: 200px;
}

.profile-box dd {
	width: calc(100% - 200px);
}


@media only screen and (max-width: 1024px) {
	.profile-box dt {
		width: 130px;
	}

	.profile-box dd {
		width: calc(100% - 130px);
	}

	.s-data.w50 {
		width: 60%;
	}
}

@media only screen and (max-width: 599px) {
	.s-data {
		margin-top: 30px;
	}

	.profile-box .stylist-data .pic {
		width: 100%;
	}

	.profile-box .stylist-data .w25 {
		width: 25%;
	}

	.profile-box .stylist-data .w70 {
		width: 70%;
	}

	.gallery .pic {
		width: 100%;
	}
}

/* ##### 【スタイル詳細】ここまで ##### */

/* ##### よくある質問 ##### */


.qa-list {
	margin-bottom: 100px;
}

.qa-q {
	font-size: 36px;
	font-weight: bold;
	background: #e2e4d5;
	margin-right: 20px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	font-family: "游明朝",
		"YuMincho",
		"ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		"HG明朝",
		"Sawarabi Mincho",
		serif;
}

.qa-list dt div {
	font-size: 24px;
	-webkit-box-sizing: border-box;
	position: relative;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 80px);
	font-family: "游明朝",
		"YuMincho",
		"ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		"HG明朝",
		"Sawarabi Mincho",
		serif;
}

.qa-list dt:hover {
	cursor: pointer;
}

.qa-list dd {
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.qa-list .tex {
	font-size: 18px;
	display: inline-block;
	width: calc(100% - 80px);
}

.qa-list dd .qa-q {
	background: #d49595;
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.qa-list {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 599px) {
	.qa-list {
		margin-bottom: 30px;
	}

	.qa-list dt div {
		font-size: 18px;
	}

	.qa-q {
		font-size: 20px;
		width: 40px;
		height: 40px;
	}

	.qa-list dt div,
	.qa-list .tex {
		width: calc(100% - 60px);
	}

	.qa-list .tex {
		font-size: 16px;
	}
}

/* ##### よくある質問 ここまで ##### */

/* ##### お問い合わせ ##### */
.contact-list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-list dt {
	width: 280px;
	font-size: 18px;
	font-weight: bold;
	font-family: "游明朝",
		"YuMincho",
		"ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		"HG明朝",
		"Sawarabi Mincho",
		serif;
}

.contact-list dt .red {
	font-size: 13px;
	background: #d49595;
	padding: 2px 10px;
	color: #fff;
	border-radius: 5px;
	margin-left: 20px;
}

.contact-list dd {
	width: calc(100% - 280px);
}

.contact-list input,
.contact-list textarea,
.contact-list select {
	border: #e2e4d5 1px solid;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-btn button {
	text-align: center;
	margin: 50px auto 0 auto;
	width: 234px;
	border: none;
	display: block;
	color: #fff;
	background: #e2e4d5;
	color: #333;
	padding: 10px 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(45, 55, 45, 0.1);
	box-shadow: 0px 0px 6px 3px rgba(45, 55, 45, 0.1);
}

.contact-btn button:hover {
	opacity: 0.6;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.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) {}

/* ##### お問い合わせ　ここまで ##### */

/* ##### 当院について ##### */
.top-select.about01 li,
.top-select.about02 li {
	border: none;
	overflow: initial;
	margin-bottom: 50px;
}

.top-select.about01 li .point,
.top-select.about02 li .point {
	width: 86px;
	font-size: 18px;
	background: #fff;
}

.top-select.about01 li .point .in,
.top-select.about02 li .point .in {
	background: #e2e4d5;
	color: #fff;
	height: 108px !important;
}

.top-select.about01 li .point .no {
	font-size: 48px;
	margin-top: 10px;
}

.top-select.about01 li p {
	max-width: 380px;
}

.top-select.about01 li dl {
	width: calc(100% - 466px);
	padding: 0 50px 20px 15px;
}

.top-select.about02 li .point {
	width: 80px;
}

.top-select.about02 li .point .in {
	height: 80px !important;
}

.top-select.about02 li dl {
	width: calc(100% - 80px);
	padding: 0 0 0 20px;
}

.table dl {
	margin-bottom: 25px;
}

.table dt {
	width: 164px;
	background: #e2e4d5;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.table dd {
	width: calc(100% - 164px);
	padding-left: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.about05 li .pic {
	position: relative;
}

.about05 li .pic:after {
	content: "";
	position: absolute;
	background: url(/import/tenant_1/133.167.66.164/html/images/02_about/yajirusi.png) no-repeat;
	width: 12px;
	height: 19px;
	top: 50%;
	right: -10%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about05 li:nth-of-type(3n) .pic:after {
	content: none;
}

.about05 li dd {
	margin-top: 10px;
	font-size: 18px;
}

@media only screen and (max-width: 1024px) {
	.top-select.about01 li dl {
		width: calc(100% - 86px);
		padding: 0 0 20px 15px;
	}

	.top-select.about01 li p {
		max-width: 380px;
		margin: 30px 0 0 auto;
	}

	.about05 li .pic:after {
		right: -7%;
	}

	.about05 li:nth-of-type(3n) .pic:after {
		content: "";
	}

	.about05 li:nth-of-type(2n) .pic:after {
		content: none;
	}

}

@media only screen and (max-width: 599px) {
	.top-select.about01 li dl {
		width: 100%;
		padding: 30px 0;
	}

	.top-select.about01 li .point {
		margin: auto;
		width: 130px;
	}

	.top-select.about01 li p {
		margin: 30px auto;
	}

	.top-select.about02 li .point {
		margin: 0 auto 20px;
	}

	.top-select.about02 li dl {
		width: 100%;
		padding: 0;
	}

	.table dt {
		width: 100%;
	}

	.table dd {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}

	.about05 li .pic:after {
		content: none;
	}

	.about05 li:nth-of-type(3n) .pic:after {
		content: none;
	}

	.about05 li {
		margin-bottom: 50px;
		position: relative;
	}

	.about05 li:after {
		content: "";
		position: absolute;
		background: url(/import/tenant_1/133.167.66.164/html/images/02_about/yajirusi.png) no-repeat;
		width: 12px;
		height: 19px;
		top: 105%;
		left: 50%;
		-webkit-transform: translateX(-50%) rotate(90deg);
		-ms-transform: translateX(-50%) rotate(90deg);
		transform: translateX(-50%) rotate(90deg);
	}

	.about05 li:last-of-type:after {
		content: none;
	}

}

/* ##### 当院について ここまで ##### */

/* ##### ごあいさつ ##### */

.greeting01 .tex,
.greeting02 .tex {
	line-height: 40px;
}

.greeting03 .l-line {
	margin-bottom: 30px;
}

.listbox li {
	position: relative;
	margin-bottom: 10px;
	color: #728672;
}

.listbox li:before {
	content: url(/import/tenant_1/133.167.66.164/html/images/03_greeting/sikaku.png);
	margin-right: 10px;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/* ##### ごあいさつ ここまで ##### */

/* ##### オーダーメイド施術 ##### */
.ordermade01 h3,
.ordermade02 h3 {
	margin-bottom: 0;
}

.ordermade02 .top-odm dl {
	width: 100%;
	max-width: 480px;
	margin-left: 0;
	margin-top: 50px;
	margin-right: auto;
}

.ordermade02 .top-odm dl .tex {
	width: auto;
	margin-right: 0;
	position: relative;
	z-index: 5;
}

.ordermade02 .top-odm dl dt,
.ordermade02 .top-odm dl dd {
	margin-left: -205px;
	position: relative;
	z-index: 5;
}

.ordermade03 .treatment {
	border: 2px solid #e2e4d5;
	margin-bottom: 50px;
}

.ordermade03 .treatment .no {
	background: #e2e4d5;
	padding: 5px;
	color: #fff;
}

.ordermade03 .treatment dl {
	margin: 20px;
}

.ordermade03 .treatment dl dt {
	color: #728672;
}

.ordermade03 .treatment dl:first-of-type {
	margin-bottom: 50px;
	position: relative;
}

.ordermade03 .treatment dl:first-of-type:after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -30px;
	width: 24px;
	height: 15px;
	background: url(/import/tenant_1/133.167.66.164/html/images/04_ordermade/arrow.png) no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ordermade03 .treatment dl:last-of-type dt {
	border: 2px solid #e2e4d5;
	padding: 5px;
}

.linkbox {
	padding: 0 0 50px;
}

.linkbox li {
	border: 2px solid #e2e4d5;
	position: relative;
}

.linkbox li img {
	opacity: 0.4;
}

.linkbox li a {
	display: block;
}

.linkbox li .tit {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding-left: 40px;
}

@media only screen and (max-width: 1024px) {

	.ordermade03 .treatment,
	.linkbox li.w46 {
		width: 48%;
	}

	.ordermade03 .treatment dl {
		margin: 10px;
	}

}

@media only screen and (max-width: 599px) {

	.ordermade02 .top-odm dl dt,
	.ordermade02 .top-odm dl dd {
		margin-left: 0;
	}

	.ordermade02 .top-odm dl {
		max-width: none;
		margin-left: 0;
		margin-top: 0;
	}

	.ordermade03 .treatment,
	.linkbox li.w46 {
		width: 100%;
	}

	.linkbox li {
		margin-bottom: 20px;
	}

	.linkbox li .pic {
		width: 100%;
		max-width: none;
	}

	.linkbox li .tit {
		padding-left: 20px;
	}


}

/* #####オーダーメイド施術ここまで ##### */

/* ##### 腰痛持ちの方へ ##### */
.youtuu01 h3 {
	margin-bottom: 0;
}

.youtuu01 .top-check .inner {
	padding: 150px 0 120px;
}

.page-link {
	padding: 120px 0;
}

.page-link .linkbox li.row3 {
	margin: 0 1% 2%;
}

.page-link .linkbox li .tit {
	padding: 0 40px 0 10px;
}

.page-link .linkbox li:after {
	position: absolute;
	content: "";
	width: 28px;
	height: 28px;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(/import/tenant_1/133.167.66.164/html/images/05_youtuu/l_arrow.png) no-repeat;
}

.katakori .page-link {
	padding: 0 0 120px;
}

.youtuu03 .tex {
	font-size: 18px;
}

@media only screen and (max-width: 1024px) {
	.page-link .linkbox li.row3 {
		width: 48%;
	}

	.page-link {
		padding: 80px 0;
	}

	.katakori .page-link {
		padding: 0 0 80px;
	}

}

@media only screen and (max-width: 599px) {
	.page-link .linkbox li.row3 {
		width: 100%;
	}

	.page-link {
		padding: 50px 0;
	}

	.katakori .page-link {
		padding: 0 0 50px;
	}


}

/* ##### 腰痛持ちの方へ ここまで ##### */
/* ##### aaaa ##### */

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/* ##### aaaa ここまで ##### */

_::-webkit-full-page-media, _:future, :root .blog-list .date {
  font-size: 14px;
}

_::-webkit-full-page-media, _:future, :root .dot-text {
    padding-top: .5em;
    background-position: top left -2px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/upload/tenant_1/12699bc497266838d5542cca9b69ebb1.png');
}
#index #popup-area {
  width: fit-content !important;
  height: fit-content !important;
}
#index #popup-bg-239 {
  display: none
}

#index #popup-inner-239 {
  width: fit-content !important;
}

.hideImg {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
/*--ゆうこかく--*/
.dropdown_lists{
  display: none;
  position:absolute;
}  
.dropdown-item:hover .dropdown_lists{
  display: flex;
  flex-direction:column;
}
.dropdown-item span {
 font-family: "游明朝",	"YuMincho",	"ヒラギノ明朝 ProN W3",	"Hiragino Mincho ProN",	"HG明朝",	"Sawarabi Mincho", serif;
 color: #1b5b39;
}


  

