@charset "utf-8";
/* CSS Document */

/* ##### font ##### */


.crimson {
	font-family: 'Crimson Text',
		sans-serif;
}



.nsans {
	font-family: 'Noto Serif JP',
		serif;
}

/* ##### font end ##### */

/* ##### reset.css上書き ##### */
/* #wrapper {
  overflow: visible;
} */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
	font-family: 'Noto Serif JP',
		serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.subtit {
	overflow: unset;
}

.subtit h2 {
	text-align-last: left;
}
.subtit h2 strong {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
	.fs30 {
		font-size: 20px;
	}

	.fs16 {
		font-size: 14px;
	}
	.subtit h2 strong {
  font-size: 12px;
}
}

/* ##### reset.css上書きここまで ##### */

/* ##### 共通 ##### */

a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


#wrapper[data-element-id] {
	padding-top: 0 !important;
}

.top-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.top-bg span {
	position: relative;
	z-index: 1;
	display: block;
}

.top-bg span:before {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.65);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.top-bg span:after {
	position: absolute;
	content: "";
	display: block;
	content: "";
	background: #fff;
	left: 0;
	top: 600px;
	width: 100%;
	height: 100%;
}
.underlayer .top-bg img {
  height: 60vh !important;
    object-fit: cover;
    object-position: 0;
}

.underlayer .top-bg span:after {
	top: 269px;
}

.main-wrapper {
	position: relative;
	z-index: 199;
}

.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;
}

.ls03 {
	letter-spacing: 3px;
}

.ls05 {
	letter-spacing: 5px;
}

.ls10 {
	letter-spacing: 10px;
}

.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: 100%;
	max-width: 140px;
}

.more a {
	display: block;
	background: #cfc4b3;
	padding: 10px 20px;
	font-size: 12px;
	border-radius: 15px;
	color: #000;
}

.bgimg {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.bgimg img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
}

.c-w {
	color: #fff;
}

.c-br {
	color: #cfc4b3;
}

.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%;
}

.w75 {
	width: 75%;
}

.w90 {
	width: 90%;
}

@media only screen and (max-width: 1024px) {
  .underlayer .top-bg img {
  height: 25vh !important;
}

	.sp-only {
		display: block;
	}

	.pc-only {
		display: none;
	}

	.tex.tc {
		text-align: left;
	}
}

@media only screen and (max-width: 599px) {
	.top-bg.pic {
		max-width: none;
		width: 100%;
	}
	.underlayer .top-bg img {
	  height: 20vh !important;
}


	.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 ##### */

header {
  width: 100%;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 900;
}

.header01 {
	max-width: 1000px;
	margin: auto;
}


.logo {
	width: 134px;
	height: auto;
	margin: auto;
}

.index .logo {
	display: none;
}
.index .logo[data-element-id] {
	display: block;
}

.logo h1 {
	font-size: 12px;
	font-weight: normal;
	display: none;
}

h1[data-element-id] {
	display: block;
}

.header-info {
	display: inline-block;
}

header .totop {
	width: 110px;
	height: auto;
	z-index: 200;
}

header .totop a {
	position: fixed !important;
	bottom: 40%;
	right: 2%;
	z-index: 800;
	width: 110px;
	height: auto;
	font-size: 15px;
	opacity: 1;
	color: #fff;
	
}

header .totop a:hover {
	-webkit-animation: key1 .3s ease infinite alternate;
	animation: key1 .3s ease infinite alternate;
}

header .totop span {
	margin-left: 20px;
text-shadow:2px 2px 4px #63645c;}

@-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);
	}
}

.footfix {
	display: none;
	background: rgba(36, 36, 36, 0.9);
	padding: 5px 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 200;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.footfix[data-element-id] {
	display: block;
	position: static;
}

.footfix .tel {
	width: 62%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.footfix .tel a {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	text-align: center;
}

.footfix .contactbtn {
	width: 35%;
}

.footfix .contactbtn a {
	background: #49754c;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 2px 10px;
}

.footfix .tel a:before {
	display: inline-block;
	content: "\f095";
	font-family: fontawesome;
	margin-right: 10px;
}

.footfix .contactbtn a:before {
	display: block;
	content: "\f0e0";
	font-size: 14px;
	font-weight: normal;
	font-family: fontawesome;
	line-height: 1.2;
}


@media only screen and (max-width: 1024px) {
	.index .logo {
		display: block;
	}
	.footfix {
		display: block;
	}

}

@media only screen and (max-width: 599px) {
  	header .totop .pic {
		width: 40%;
	}
	header .totop a {
    font-size: 10px;
	      width: 90px;
	      bottom: 12%;
	}
    header .totop span {
    margin-left: 24px;}

}


/* ##### header end ##### */

/* ##### nav ##### */

.accordion-inner {
	max-width: 1000px;
	margin: 0 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#gnav .toggle {
	background: #000;
}

#gnav li {
	display: inline-block;
	font-family: 'Crimson Text',
		sans-serif;
}

#dropmenu {
	width: 100%;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width: 70%;
}

#dropmenu[data-element-id] {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#dropmenu li a {
	letter-spacing: 1px;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	padding: 20px 0;
}

#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: block;
	padding-top: 20px;
}

#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: #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;
}

#gnav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #fff;
	-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;
}

.h-tel {
	width: 20%;
/*   max-width: 160px;
 */}

.h-tel dt span {
	position: relative;
}

.h-tel dt span:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 25px;
	left: -25px;
	top: 50%;
	background: #000;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 5;
}

.h-tel dt span:after {
	background: #000;
	position: absolute;
	content: "";
	height: 1px;
	width: 25px;
	left: 123%;
	top: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 5;
}

@media only screen and (max-width: 1024px) {
  #gnav .toggle {
    left: 0;
    right: unset;
    z-index: 9999;
  }
  
	#gnav li {
	font-family: 'Noto Serif JP',
		serif;

	}

	.h-tel {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin: auto;
	}

	.h-tel * {
		color: #fff;
	}

	.h-tel dt span:before,
	.h-tel dt span:after {
		background: #ffffff;
	}

	.accordion-inner {
		max-width: none;
	}

	#gnav {
		width: 100%;
	}

	#gnav .accordion-body {
		background: rgba(0, 0, 0, 0.6);
    left: -60%;
		height: 100vh;
		opacity: 1;
		width: 60%;
		transition: left ease .4s, opacity ease .4s;
		z-index: 999;
        transform: translate3d(0, 0, 0) !important;
	}

	#gnav.action .accordion-body {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
    left: 0 !important;
		transition: 0.3s;
		z-index: 998;
	}


	#gnav .accordion-inner {
		height: 100vh;
	}

	.accordion-inner .sns li {
		display: inline-block;
	}

	#dropmenu {
		display: block;
		padding-bottom: 80px;
		max-width: none;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	#gnav ul li a {
		color: #fff;
		font-size: 16px;
	}

	#gnav ul li span.pc-only {
		display: none;
	}

	/* #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;
		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: #fff;
	}

	#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%;
	}

	#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 {
	padding-top: 50px;
	position: relative;
	width: 100%;
	display: block;
}


.f-logo {
	width: 119px;
	margin: auto;
}

.footer-box.inner {
	padding: 30px 0;
}
.f-info {
  width: 31%;
}
.f-info .fs16 {
  font-size: 15px;
}

.f-info li {
	margin-bottom: 10px;
}

.f-info dl * {
	color: #fff;
}

.f-info dl dt {
	width: 60px;
	font-size: 12px;
}

.f-info dl dd {
	width: calc(100% - 60px);
}

.f-info .more {
	margin: 0;
}

.f-nav ul.nav01 {
	max-width: 181px;
}

.f-nav ul.nav02 {
	max-width: 244px;
}

.f-nav ul.nav03 {
	max-width: 126px;
}

.f-nav {
	width: 68%;
}

.f-nav ul li a {
	color: #fff;
	font-size: 12px;
}

.f-line {
	width: 90px;
}

.f-line li {
	font-size: 11px;
}

footer .bgimg:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	left: 0;
	top: 0;
	z-index: 1;
}

.copy {
	padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {

	.footer-box {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.f-info {
		width: 55%;
	}

	.f-info .w48 {
		width: 48%;
	}

	.f-nav {
		width: 100%;
		margin: 30px auto 0;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.f-nav ul.nav01 {
		max-width: none;
	}

	.f-nav ul.nav02 {
		max-width: none;
	}

	.f-nav ul.nav03 {
		max-width: none;
	}

	.f-nav ul li a {
		font-size: 10px;
	}

}

@media only screen and (max-width: 599px) {
	.f-nav {
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		-ms-flex-order: unset;
		order: unset;
	}

	.f-info {
		width: 100%;
	}

	.f-nav {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.f-nav ul {
		margin-bottom: 20px;
	}

	.f-nav ul.nav01 {
		width: 48%;
	}

	.f-nav ul.nav02 {
		width: 100%;
	}

	.f-nav ul.nav03 {
		width: 48%;
	}

	.f-line li {}
}

/* ##### footer end ##### */

/* ##### top ##### */

/* トップメインイメージ */
.mainimg {
	max-width: 1000px;
	position: relative;
	margin: 20px auto 50px;
}

.mainimg .uk-slidenav-position:after {
	padding-top: 59%;
}

.mainimg .slid-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 450px;
	height: auto;
}

.mainimg .slid-logo .pic {
	max-width: 450px;
}

@media (max-width: 1024px) {
	.mainimg .uk-slidenav-position:after {
		padding-top: 59%;
	}
	.mainimg .slid-logo .pic {
    max-width: 350px;
}
.mainimg .slid-logo {
	width: 350px;}
}

@media (max-width: 599px) {
	.mainimg .slid-logo .pic {
		width: 50%;
	}

	.mainimg .uk-slidenav-position:after {
		padding-top: 59%;
	}
}

.mainimg .uk-slideshow {
	width: 100%;
}

/* トップコンセプト */

/**/
.concept-slid .uk-slider li {
    padding-left: 5px;
}


.concept-slid .uk-slideshow li .uk-flex {
    position: relative;
    overflow: hidden;
}

.concept-slid .uk-slideshow li .uk-flex:before {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 40%;
    content: "";
}

/* .uk-slideshow li .uk-flex img {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 105% !important;
    max-width: none !important;
    width: auto !important;
    position: absolute;
    top: 0px;
    left: 50%;
} */

.concept-slid .uk-slideshow li .uk-flex img {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    position: absolute;
    top: 0px;
    left: 50%;
}

.concept-slid .uk-slider li .uk-flex {
    position: relative;
    overflow: hidden;
}

.concept-slid .uk-slider li .uk-flex:hover {
    cursor: pointer;
    opacity: 0.8;
}

.concept-slid .uk-slider li .uk-flex:before {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 40%;
    content: "";
}

.concept-slid .uk-slider li .uk-flex img {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0px;
    left: 50%;
}

.concept-slid .uk-slidenav-position .uk-slidenav {
    display: block !important;
}

.concept-slid .uk-slider-container {
    max-width: 90%;
    width: 90%;
    margin: auto;
}

.uk-slider {}

.concept-slid .uk-slidenav-position .uk-slidenav {
    top: 89%;
}

.concept-slid .uk-slidenav-position .uk-slidenav-next {
    width: 15px;
    height: 45px;
    right: 0;

}

.concept-slid .uk-slidenav-next:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #89c997;
    font-size: 45px;
}

.concept-slid .uk-slidenav-position .uk-slidenav-previous {
    width: 15px;
    height: 45px;
    left: 0;
}

.concept-slid .uk-slidenav-previous:before {
    content: "\f0d9";
    font-family: FontAwesome;
    color: #89c997;
    font-size: 45px;
}

.concept-slid .uk-slideshow li {
  overflow: visible !important;
}
.uk-slideshow li .uk-flex {
  overflow: visible !important;
}

.concept-slid .uk-slideshow:after {
    padding-top: 65%;}

/**/

.top-concept {
	position: relative;
	border: solid 2px #cfc4b3;
	margin: 30px auto 0;
	width: calc(100% - 34px);
}

.top-concept .in {
	position: relative;
	padding: 0 25px 30px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.top-concept:before {
	content: "";
	position: absolute;
	background: url(/import/tenant_1/133.167.64.36/html/images/index/hidariue.png) no-repeat;
	width: 31px;
	height: 31px;
	left: -2px;
	top: -2px;
}

.top-concept:after {
	content: "";
	position: absolute;
	background: url(/import/tenant_1/133.167.64.36/html/images/index/migiue.png) no-repeat;
	width: 31px;
	height: 31px;
	right: -2px;
	top: -2px;
}

.top-concept .in:before {
	content: "";
	position: absolute;
	background: url(/import/tenant_1/133.167.64.36/html/images/index/hidarisita.png) no-repeat;
	width: 31px;
	height: 31px;
	left: -2px;
	bottom: -2px;
}

.top-concept .in:after {
	content: "";
	position: absolute;
	background: url(/import/tenant_1/133.167.64.36/html/images/index/migisita.png) no-repeat;
	width: 31px;
	height: 31px;
	right: -2px;
	bottom: -2px;
}

.top-concept .tit {
	margin: -30px auto 0;
	text-align: center;
}

.top-concept h3 {
	background: #fff;
	display: inline-block;
	padding: 0 20px;
}

.top-concept h3.crown {
	position: relative;
}

.top-concept h3.crown:after {
	background: url(/import/tenant_1/133.167.64.36/html/images/index/oukan.png) no-repeat;
	width: 60px;
	height: 26px;
	top: -18px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	display: block;
	content: "";
}

.top-concept .c-more {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 12px;
	background: #cfc4b3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.top-concept .c-more a {
	padding: 10px 50px 10px 18px;
	display: block;
}

.top-concept .c-more:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

.top-concept .c-more:after {
	top: 0;
	right: 0;
	border-width: 20px 15px 20px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}

.top-concept .c-more .in-moer {
	position: relative;
	display: inline-block;
}

.top-concept .c-more .in-moer:before {
	position: absolute;
	content: '';
	bottom: -20px;
	left: -19px;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 40px #b7ad9f;
	z-index: -1;
}

.top-concept .c-more .in-moer:after {
	position: absolute;
	content: '';
	background: url(/import/tenant_1/133.167.64.36/html/images/index/c-yajirusi.png) no-repeat;
	width: 6px;
	height: 8px;
	right: -20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media only screen and (max-width: 1024px) {
  
.concept-slid .uk-slider {
        position: static;
        min-width: auto !important;
        width: 100%;
        min-height: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        margin: 0;
        /* 
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; */
    }

    /* .uk-slider-container{
    overflow: visible;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
  } */
 .concept-slid .uk-grid>* {
        float: none;
        position: static !important;
        width: 24% !important;
        padding: 0;
        margin: 0.5%;
    }

   .concept-slid .uk-slider li {
        position: relative;
    }

   .concept-slid .uk-margin-top {
        margin-top: 5px !important;
    }

   .concept-slid .uk-slidenav {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 45% !important;
    }

  .concept-slid .uk-slidenav-position .uk-slidenav {
        display: none !important;
    }

   .concept-slid .uk-overlay-panel {
        padding: 10px;
    }

   .concept-slid .uk-slider-container {
        max-width: 100%;
        width: 100%;
        margin: auto;
    }

   .concept-slid .uk-slider li {
        padding-left: 0;
    }
.top-concept h3.crown:after {
  width: 60px;
}
}

@media only screen and (max-width:599px) {
    .concept-slid .uk-slideshow:after {
	padding-top: 65%;}

	.top-concept dt {
		margin-top: 20px;
	}

	.top-concept dd {
		text-align: center;
	}

/*   .top-concept .c-more {
  padding: 10px 79px 10px 66px;
}

.top-concept .c-more .in-moer:before {
  left: -66px;
} */

}

/*トップリンク*/
.top-chapter li {
	width: 33.3333%;
}

.top-chapter dl {
	margin: 10px;
}

.top-chapter dl dt span {
	margin-left: 10px;
}

.top-chapter dl dd {
	margin-top: 20px;
}

.top-chapter dl dd .more {
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	.top-chapter dl dd {
		margin-top: 5px;
	}

	.top-chapter dl dd .more a {
		padding: 5px 15px;
	}

}

@media only screen and (max-width: 599px) {
	.top-chapter li {
		width: 50%;
		margin-bottom: 20px;
	}

	/* .top-chapter li:last-of-type {
	  display: none;
	} */

	.top-chapter dl dd .more a {
		padding: 10px 20px;
	}

}

/*トップニュース*/
.top-news {
	position: relative;
}

.top-news:before {
	position: absolute;
	content: "";
	background: url(/import/tenant_1/133.167.64.36/html/images/index/kusa01.png) no-repeat;
	width: 103px;
	height: 250px;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: -1;
}

.top-news:after {
	position: absolute;
	content: "";
	background: url(/import/tenant_1/133.167.64.36/html/images/index/kusa02.png) no-repeat;
	width: 103px;
	height: 250px;
	right: -0;
	top: 50%;
	z-index: -1;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.top-news .tn-in li a {
	width: 100%;
	margin: 20px 0;
}

/*トップブログ*/
.top-blog {
	background: url(/import/tenant_1/133.167.64.36/html/images/index/blog-bg.png) no-repeat;
	position: relative;
	background-size: 100% 100%;
	margin: 26px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.top-blog ul {
	margin-top: 80px;
}

.top-blog .more {
	margin: auto;
}

/*スタイルギャラリー*/
.top-gallery li {
	position: relative;
}

.top-gallery li a {
	display: block;
}

.top-gallery li a:hover {
	opacity: 1;
}

figure {
	position: relative;
	overflow: hidden;
	width: 100%;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgb(168, 146, 113, 0.8);
	-webkit-transform: rotateY(-90deg) rotateX(-90deg);
	transform: rotateY(-90deg) rotateX(-90deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	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;
}

figure:hover figcaption {
	-webkit-transform: rotateY(0) rotateX(0);
	transform: rotateY(0) rotateX(0);
	opacity: 1;
}

figcaption .alt {
	color: #fff;
	font-size: 18px;
	padding: 2%;
    box-sizing: border-box;
}

figure {
	display: block;
	-webkit-margin-before: 0;
	margin-block-start: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
}

/*トップアバウト*/

.top-info {
	overflow: hidden;
}

.top-info .bgimg {
	top: 80px;
}

.top-info .w65 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-info .w65 h3 {
	width: 100%;
	margin-bottom: 0;
}

.top-info .w65 dl {
	margin: auto;
}

.top-info .more {
	margin: 0 auto 30px;
}
.map-box {
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}

.map:after {
  padding-top: 40%;
}

@media only screen and (max-width: 1024px) {
	.top-info .more {
		margin: 0 auto 0;
	}

}

@media only screen and (max-width: 599px) {
	.top-info .bgimg {
		height: 50% !important;
		top: unset;
		bottom: 0;
	}
.map:after {
    padding-top: 100%;
}
.top-news .tn-in li {
  width: 90%;
  margin-left: auto;
}
.top-gallery li .pic {
  width: 100%;
  max-width: none;
}
figcaption .alt {
  font-size: 12px;
}
}

/* ##### トップここまで ##### */

/* ##### 下層ページ共通 ##### */

.subtit.inner {
	padding: 30px 0 10px;
}

.subtit h2 {
	position: absolute;
	top: 55%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 50px;
	margin-bottom: 0;
	display: inline-block;
	width: auto;
}

.subtit .pen {
	position: absolute;
	max-width: 99px;
	right: 6%;
	bottom: 13px;
}

.pankuzu.inner {
	padding: 0 0 0 20px;
}

.pankuzu li {
	color: #cfc4b3;
}

@media(Max-width:599px){
  .pankuzu li {
	color: #000;
}
}
.pankuzu li:last-of-type {
	width: 80%;
}
.kiji .pankuzu li:last-of-type {
	width: 85%;
}
.gallery .pankuzu li:last-of-type {
  width: 78%;
}

.pankuzu li a:after {
	content: ">";
	padding: 0 10px;
}

/*見出し系*/

.under {
	position: relative;
}

.under:after {
	content: "";
	width: 50px;
	display: block;
	margin: auto;
	height: 1px;
	background: #000;
	margin-top: 10px;
}

.kazari {
	position: relative;
}

.kazari:after {
	content: "";
	position: absolute;
	background: url(/import/tenant_1/133.167.64.36/html/images/index/tit_kazari.png) no-repeat;
	width: 311px;
	height: 78px;
	left: -137px;
	top: -43px;
	background-size: contain;
}

/*sidenav*/

.crm2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sidenav dl {
	width: 100%;
	padding-bottom: 50px;
}

.sidenav dd {
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sidenav dd a {
	width: 100%;
	display: block;
	color: #cfc4b3;
	text-align: center;
	font-size: 20px;
	font-family: 'Crimson Text',
		sans-serif;
	padding: 10px 0;
	border-bottom: 1px solid #e3e1e1;
	margin-bottom: 10px;
}

.sidenav .sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 110px;
}

@media only screen and (max-width: 1024px) {
	.subtit h2 {
		top: 58%;
		font-size: 32px;
	}

	.subtit .pen {
		max-width: 70px;
		bottom: -11px;
	}

	.sidenav .sticky {
		position: static !important;
		top: 0;
	}

	.crm2 .sidenav,
	.crm2 .c-main {
		width: 100%
	}
	.pankuzu li {
	  font-size: 12px;
	}
.kiji .pankuzu li:last-of-type {
	width: 75%;
}
.gallery .pankuzu li:last-of-type {
  width: 64%;
}
}

@media only screen and (max-width: 599px) {
	.kazari:after {
		width: 280px;
		left: -120px;
		top: -40px;
	}

	.subtit.inner {
		padding: 13px 0 10px;
		max-width: none;
	}

	.subtit .pic {
		width: 100%;
	}

	.subtit h2 {
		top: 53%;
		font-size: 18px;
		letter-spacing: 5px;
		left: 18px;
	}

	.subtit .pen {
		max-width: 50px;
		bottom: 0px;
	}
	
		.pankuzu li {
	  font-size: 10px;
	}
	.kiji .pankuzu li:last-of-type {
	width: 55%;
}
.gallery .pankuzu li:last-of-type {
  width: 34%;
}
}

/* ##### 下層ページ共通ここまで ##### */

/* ##### ブログ共通 ##### */
.kiji .sidenav dd a {
	font-family: 'Crimson Text', 'Noto Sans',
		serif;
}

.one-line {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.blog-list li .more {
	margin: 20px auto 0;
}

.side-nav {
	margin-bottom: 30px;
	width: 100%;
}

.side-nav dd a {
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	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;
	font-weight: bold;
	color: #000;
	font-family: 'Crimson Text',
		sans-serif;
}

.pagenav li.st a {
	color: #a79984;
}

.pagenav li.prev a,
.pagenav li.next a {
	color: #000;
	font-size: 12px;
}

.pagenav li.prev a {
	text-align: right;
}

.pagenav li.next a {
	text-align: left;
}

.blog-list dt {
	color: #8e8e8e;
}

.blog-list .category {
	margin-left: 20px;
}

.blog-list .category span {
	color: #a79984;
	padding: 0 5px;
}

.blog-list.news li {
	margin-top: 60px;
	position: relative;
}

.blog-list.news li dl {
	margin-left: 15px;
}

.blog-list.news li:before {
	position: absolute;
	content: "";
	background: url(/import/tenant_1/133.167.64.36/html/images/15/hata.png) no-repeat;
	width: 85px;
	height: 43px;
	left: 0;
	top: -40px;
}

.blog-list.blog li {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.blog-list.blog li:before {
	position: absolute;
	content: "";
	background: #cfc4b3;
	bottom: 0;
	left: 0;
	width: calc(100% - 60px);
	height: 1px;
}

.blog-list.blog li:after {
	content: "";
	position: absolute;
	background: url(/import/tenant_1/133.167.64.36/html/images/17/kagi.png) no-repeat;
	width: 50px;
	height: 82px;
	right: 0;
	bottom: 0;
	background-size: contain;
}

.blog-list.blog li .pic {
	max-width: 150px;
}

.blog-list.blog li dl {
	width: calc(100% - 170px);
	margin-left: 20px;
}

.blog-list.blog li dd {
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-recommend {
	margin: 50px 0;
	background: url(/import/tenant_1/133.167.64.36/html/images/18/bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 30px 40px 30px 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-recommend h4 span:after {
	content: "";
	position: absolute;
	background: url(/import/tenant_1/133.167.64.36/html/images/18/yubi.png) no-repeat;
	width: 70px;
	height: 32px;
	left: -80px;
	top: 50%;
	background-size: contain;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.blog-recommend li a {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.blog-list .category {
		margin-bottom: 10px;
	}

	.kiji .crm2 .w65 {
		width: 100%;
	}

	.blog-recommend h4 span:after {
		width: 50px;
		height: 20px;
		left: -50px;
		top: 50%;
	}

	.kiji .sidenav {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 50px;
	}

	.kiji .sidenav .sticky {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.kiji .sidenav dl {
		width: 48%;
	}

	.kiji .sidenav .kazari:after {
		width: 255px;
		left: -101px;
		top: -34px;
	}
}

@media only screen and (max-width: 599px) {
	.side-nav {
		width: 45%;
	}

	.blog-list.blog li .pic {
		margin: 0 auto 20px;
	}

	.blog-list.blog li dl {
		width: 100%;
		margin-left: 0;
	}

	.blog-list.blog li:after {
		width: 30px;
		height: 50px;
	}

	.blog-list.blog li:before {
		width: calc(100% - 40px);
	}

	.blog-list.blog li dd {
		padding-right: 27px;
	}

	.blog-recommend {
		padding: 30px 20px 30px 30px;
	}

	.blog-recommend h4 span {
		padding-left: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.blog-recommend h4 span:after {
		left: 50px;
	}

	.blog-recommend h4 span:after {
		left: 6px;
	}

	.kiji .sidenav dl {
		width: 100%;
	}

}

/*ブログ共通(ニュース一覧部分)*/
.blog-list.news li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ##### ブログ共通ここまで ##### */

/* ##### 【料金表　1　】 ##### */
.menubox1 dl {
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menubox1 dt {
	font-size: 16px;
}

.menubox1 dt span.sub-tex {
	font-style: 12px;
	color: #979797;
	display: block;
}

.menubox1 dd {
	text-align: right;
	font-size: 24px;
	font-family: 'Crimson Text',
		sans-serif;
	color: #cfc4b3;
}

@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: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;
}

@media (max-width: 599px) {
	.crossbox li:nth-of-type(odd) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.crossbox .tex {
		margin-top: 20px;
	}
}

/* ##### 【左右のカラムが交互に代わるブロック】ここまで ##### */

/* ##### お問い合わせ ##### */
.contact-list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-list dt {
	width: 250px;
	color: #cfc4b3;
	font-weight: bold;
}

.contact-list dt .kome {
	font-size: 12px;
	margin-left: 20px;
	color: #000;
}

.contact-list dd {
	width: calc(100% - 250px);
}

.contact-list input,
.contact-list textarea,
.contact-list select {
	border: none;
	background: #efece8;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-list input.w70 {
	width: 70%;
}

.contact-btn button {
	text-align: center;
	margin: 50px auto 0 auto;
	width: 140px;
	border-radius: 15px;
	display: block;
	background: #cfc4b3;
	color: #000;
	padding: 15px 0;
}

.contact-btn button:hover {
	opacity: 0.6;
	cursor: pointer;
}

button {
	border: none;
}

@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) {}

/* ##### お問い合わせ　ここまで ##### */

/* ##### concept ##### */
.concept-box dl {
	padding: 3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
	.concept-box dl {
		padding: 10px 2%;
	}

	.concept-box dl dt {
		font-size: 16px;
	}
}

@media only screen and (max-width: 599px) {
	.concept-box li {
		margin-bottom: 30px;
	}

	.concept-box dl dt {
		text-align: center;
	}
}

/* ##### concept ##### */

/* ##### about ##### */
.about-info dt {
	width: 100px
}

.about-info dd {
	width: calc(100% - 100px);
}

@media only screen and (max-width: 1024px) {
	.about-info dl {
		margin-bottom: 20px;
	}

	.about-info dd {
		width: 100%;
	}

}

@media only screen and (max-width: 599px) {}

/* ##### about　ここまで ##### */

/* ##### organic ##### */
.onayami {
	margin: 50px 0;
	background: url(/import/tenant_1/133.167.64.36/html/images/05/onayami_bg.png) no-repeat;
	background-size: cover;
	position: relative;
}

.onayami h3 {
	color: #6a5a5a;
}

.onayami .onayami-list {
	margin: auto;
	max-width: 680px;
}

.onayami li {
	position: relative;
	padding: 20px 0 0 80px;
	z-index: 5;
}

.onayami li:before {
	position: absolute;
	content: "";
	background: url(/import/tenant_1/133.167.64.36/html/images/05/yubi.png) no-repeat;
	width: 70px;
	height: 32px;
	top: 20px;
	background-size: contain;
	left: 0;
}

.onayami .kagi {
	position: absolute;
	max-width: 140px !important;
	bottom: -80px;
	left: -155px;
}

.description-box li {
	margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
	.onayami .onayami-list {
		max-width: none;
	}

	.onayami li:before {
		width: 50px;
	}

	.onayami li {
		padding: 20px 0 0 60px;
	}

	.onayami .kagi {
		max-width: 100px !important;
		bottom: -80px;
		left: unset;
		right: -30px;

	}

}

@media only screen and (max-width: 599px) {
	.onayami .kagi {
		right: -6px;
	}

	.onayami li:before {
		width: 30px;
	}

	.onayami li {
		padding: 10px 0 0 45px;
	}

	.description-box li dd {
		margin-bottom: 20px;
	}

}

/* ##### organic　ここまで ##### */
/* ##### faq ##### */
.faq-list.inner {
	padding: 80px 0 50px;
}

.faq-list li {
	margin-bottom: 80px;
}

.faq-list dl {
	width: calc(100% - 80px);
	margin-left: auto;
	position: relative;
}

.faq-list dl:before {
	content: "";
	position: absolute;
	background: url(/import/tenant_1/133.167.64.36/html/images/12/hane.png) no-repeat;
	width: 63px;
	height: 71px;
	top: -20px;
	left: -80px;
	background-size: contain;
}

.faq-list dl dt {
	border-bottom: 1px solid #a79984;
	padding-bottom: 15px;
}

.faq-list dl dt .q {
	width: 50px;
}

.faq-list dl dt .tit {
	width: calc(100% - 50px);
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
	.faq-list.inner {
		padding: 120px 0 50px;
	}

	.faq-list li {
		margin-bottom: 120px;
	}

	.faq-list dl {
		width: 100%;
		margin-left: 0;
	}

	.faq-list dl:before {
		top: -80px;
		left: 50%;
		width: 50px;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.faq-list dl dt .q {
		font-size: 40px;
	}
}

/* ##### faq　ここまで ##### */
/* ##### gallery ##### */
.gallery .kamera.pic {
	max-width: 88px;
}

.length {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.length ul {
	width: 80%;
}

.length ul li a {
	display: block;
	font-size: 18px;
	padding: 10px;
}

.length ul li a:hover {
	color: #b4a998;
}

.g-recomend {
	background: #e6e5e2;
	position: relative;
	margin-top: 50px;
}

.g-recomend:before {
	position: absolute;
	top: -19px;
	left: 0;
	content: "";
	width: 100%;
	height: 20px;
	background: url(/import/tenant_1/133.167.64.36/html/images/14/r_top.png) repeat-x;
}

.g-recomend .kazari:after {
	left: -118px;
}

.check-box li {
	margin-bottom: 20px;
}

.check-box li dt {
	width: 100px;
}

.check-box li dd {
	width: calc(100% - 100px);
}

.check-box li dd li {
	display: block;
	width: auto;
}

/*ギャラリー詳細用設定*/

.check-box li dl.少ない li.少ない, .check-box li dl.普通 li.普通, .check-box li dl.多い li.多い {
  color: #cfc4b3;
}
.check-box li dl.柔かい li.柔かい, .check-box li dl.普通 li.普通, .check-box li dl.硬い li.硬い {
  color: #cfc4b3;
}
.check-box li dl.細い li.細い, .check-box li dl.普通 li.普通, .check-box li dl.太い li.太い {
  color: #cfc4b3;
}
.check-box li dl.なし li.なし, .check-box li dl.少し li.少し, .check-box li dl.強い li.強い {
  color: #cfc4b3;
}
.check-box li dl.丸型 li.丸型, .check-box li dl.卵型 li.卵型, .check-box li dl.四角 li.四角, .check-box li dl.逆三角 li.逆三角, .check-box li dl.ベース li.ベース {
  color: #cfc4b3;
}

@media only screen and (max-width: 1024px) {
	.check-box li dt {
		width: 50px;
	}

	.check-box li dd {
		width: calc(100% - 50px);
	}

}

@media only screen and (max-width: 599px) {
	.length ul {
		width: 100%;
		margin-top: 20px;
	}

	.check-box {
		margin-top: 20px;
	}

}

/* ##### gallery ここまで ##### */
/* ##### coupon ##### */
.coupon .coupon .pic {
	max-width: 74px;
}

.coupon .coupon.length ul {
	width: 50%;
}

.coupon-box li {
	background: url(/import/tenant_1/133.167.64.36/html/images/19/bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.coupon-box[data-element-id] li:nth-of-type(n+7) {
  display: none;
}
.coupon-box li:before {
	position: absolute;
	content: "";
	background: rgba(182, 165, 140, 0.8);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.coupon-box li .in {
	position: relative;
	z-index: 1;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.coupon-box li .in dl {
/*   background: rgba(255, 255, 255, 0.6);
 */	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.coupon-box li .in dl dt {
	color: #a40000;
	margin-bottom: 10px;
}

.coupon-box li .in dl dt .be:after {
	content: "→";
	font-style: 24px;
	margin: 0 20px;
}

.coupon-box li .in dl dd {
	font-size: 12px;
	color: #8d8986;
}
.coupon-box li .in dl dd:last-of-type {
  margin-bottom: 20px;
}

.coupon-box .heightLine-box {
  	background: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1024px) {
	.coupon .coupon.length ul {
		margin: 0;
	}
}

@media only screen and (max-width: 599px) {
	.coupon .coupon.length ul {
		width: 100%;
	}

	.coupon .coupon .pic {
		margin: 0 auto 20px;
	}

	.coupon-box li .in dl dd.heightLine-tex,
	.coupon-box li .in h4.heightLine-tit, .coupon-box .heightLine-box {
		height: auto !important;
	}

}


/* ##### coupon　ここまで ##### */

@media all and (-ms-high-contrast: none){
figcaption {
    background:#cfc4b3;
    opacity: 0.8;
}
figcaption .alt {
  display:block;
  width: 100%;
  text-align: center;
}
#wrapper {
  overflow: hidden;
}
}


/* 2023.03.24 */

.map02{
  width: 60%;
    margin: auto;
}


@media only screen and (max-width: 599px) {
.map02 {
    width: 100%;
    margin: auto;
}


.map02 iframe {
    max-width: 100%;
    height: 300px;
}
}
 .organic-note-mean{
   font-size: 60%;
   
}
