@charset "utf-8";

/* CSS Document */
@font-face {
	font-family: "XANO-min";
	src: url(/import/tenant_1/133.167.121.212/html/font/XANO-min.eot);
	src: url(/import/tenant_1/133.167.121.212/html/font/XANO-min.eot) format('embedded-opentype'),
		url(/import/tenant_1/133.167.121.212/html/font/XANO-min.woff) format('woff'),
		url(/import/tenant_1/133.167.121.212/html/font/XANO-min.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
	line-height: 160%;
	color: #444;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clearfix {
	/*
	overflow: hidden;
*/
}

.clear {
	clear: both;
}

img {
	vertical-align: top;
	border: none;
}

a {
	text-decoration: none;
	color: #006400;
}

a[href*="tel"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.6;
}

ul {
	list-style: none;
}

.fead-mv {
	opacity: 0;
	-webkit-transition: 1.5s;
	transition: 1.5s;
}

.mv {
	opacity: 1;
}

#wrapper {
	min-width: 1000px;
	overflow: hidden;
}

.inner {
	width: 92%;
	margin: 0 auto;
	padding: 0;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.mauto {
	margin: 0 auto;
}

.db {
	display: block;
}

.Blink a {
	display: block;
}

.one-line {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.map {
	position: relative;
	overflow: hidden;
}

.map:after {
	display: block;
	content: "";
	padding-top: 50%;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: initial;
	width: 100%;
	height: 100%;
}

.w100 {
	width: 100%;
}

.w70 {
	width: 70%;
}

.w65 {
	width: 65%;
}

.w60 {
	width: 60%;
}

.w55 {
	width: 55%;
}

.w50 {
	width: 50%;
}

.w48 {
	width: 48%;
}

.w45 {
	width: 45%;
}

.w40 {
	width: 40%;
}

.w35 {
	width: 35%;
}

.w30 {
	width: 30%;
}

.w25 {
	width: 25%;
}

[data-element-id] #wrapper {
	opacity: 1;
}

#wrapper {
	overflow: hidden;
}

/*フレックス*/

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {
	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;
}

.columnreverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.rowreverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*align-item*/

.itemstart {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.itemcenter {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.itemend {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/*align-content*/

.contentstart {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.contentcenter {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.contentend {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

/*align-self*/

.selfstart {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.selfcenter {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.selfend {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.gr331 {
	width: 29%;
	margin: 0 2% 6% 2%;
}

.gr211 {
	width: 46%;
	margin: 0 2% 6% 2%;
}


@media only screen and (max-width: 1220px) {
  	a[href*="tel"] {
		pointer-events: initial !important;
	}
	#wrapper {
		min-width: 300px;
	}

	img {
		max-width: 100%;
		height: auto;
	}
}

@media only screen and (max-width:599px) {
	.w70 {
		width: 100%;
		margin: 2% 0;
	}

	.w65 {
		width: 100%;
		margin: 2% 0;
	}

	.w60 {
		width: 100%;
		margin: 2% 0;
	}

	.w55 {
		width: 100%;
		margin: 2% 0;
	}

	.w50 {
		width: 100%;
		margin: 2% 0;
	}

	.w48 {
		width: 100%;
		margin: 2% 0;
	}

	.w45 {
		width: 100%;
		margin: 2% 0;
	}

	.w40 {
		width: 100%;
		margin: 2% 0;
	}

	.w35 {
		width: 100%;
		margin: 2% 0;
	}

	.w30 {
		width: 100%;
		margin: 2% 0;
	}

	.w25 {
		width: 100%;
		margin: 2% 0;
	}

	.gr331,
	.gr211 {
		width: 96%;
	}

}

#header {
	background: rgb(254, 254, 254);
	background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 254, 1)), to(rgba(246, 246, 246, 1)));
	background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f6f6f6', GradientType=0);

}

#header .inner {
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 12px 0 12px 0;
}

#header .inner .left {
	float: left;
	width: 590px;
}

#header .inner h2 {
	float: right;
}
#header .inner h2 a {
  text-decoration: none;
}

#header .inner .left div {
	float: left;
	padding: 14px 0 0 0;
}

#header .inner h1 {
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #664a37
}

#header .inner .left li {
	font-size: 10px;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	color: #664a37;
}

#header .inner dl {
	float: right;
	text-align: right;
	padding: 12px 0 0 0;
}

#header .inner dt {
	color: #664a37;
	line-height: 120%;
}

#header .inner dt+dd {
	font-size: 32px;
	font-family: Constantia, Georgia, "Times New Roman", serif;
	color: #006400;
	line-height: 1;
}

#header .inner dt+dd img {
	vertical-align: middle;
}

@media only screen and (max-width: 1020px) {
	#header .inner {
		width: 95%;
	}

	#header .inner dl {
		float: none;
		text-align: center;
		padding-bottom: 20px;
	}

	#header .inner .left {
		float: none;
		width: auto;

	}

	#header .inner h2 {
		float: none;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	#header .inner .left div {
		float: none;
		padding-right: 60px;
	}
}

#gnav {
	width: 100%;
	background: #2e8b57;
	/* border-top: 1px solid #d5b69b;
	border-bottom: 2px solid #865c08;
	background: rgb(255, 255, 255);
	background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(215, 214, 206) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(215, 214, 206)));
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(215, 214, 206) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d6ce', GradientType=0); */
}

#gnav ul {
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}

#gnav li {
	float: left;
}

#gnav li.sp-only {
	display: none;
}
#gnav[data-element-id] li.sp-only {
	display: block !important;
}

#gnav li a {
	line-height: 43px;
	display: block;
	color: #fff;
}

#gnav li+li {
	padding-left: 30px;
}

#gnav ul>li.menu_single {
	position: relative;
}

#gnav li.menu_single span {
	line-height: 43px;
	display: block;
	color: #fff;
}

#gnav li.menu_single:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	right: -20px;
	top: 36%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#gnav li.menu_single ul.sub-nav {
	position: absolute;
	top: 100%;
	width: 200px;
	background: #8fbc8b;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 0;
	z-index: 1;
	visibility: hidden;
}
#gnav[data-element-id] li.menu_single ul.sub-nav {
  opacity: 1 !important;
  visibility: visible;
  top: 210%;
}
#gnav[data-element-id] li.menu_single:hover ul.sub-nav {
  top: 210%;
}

#gnav li.menu_single:hover ul.sub-nav {
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 5;
}

#gnav li.menu_single ul.sub-nav li {
	float: none;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#gnav.fixed {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}
#gnav.fixed[data-element-id] {
  position: static !important;
}
#header.btm {
	margin-bottom: 46px;
}

#gnav p {
	display: none;
}

header[data-element-id] {
  margin-bottom: 300px;
}

@media only screen and (max-width: 1020px) {
	#gnav {
		position: fixed;
		top: 0;
		right: 0;
		width: 200px;
		height: 100%;
		background: none;
		-webkit-transform: translateX(200px);
		-ms-transform: translateX(200px);
		transform: translateX(200px);
		-webkit-transition: ease .5s;
		transition: ease .5s;
		padding: 0;
		z-index: 101;
		border: none;
		padding-bottom: 0;

	}

	#gnav.fixed {
		top: 0;
		right: 0;
		left: auto;
		width: 200px;
		border: none;
		z-index: 101;
		padding-top: 0;
		padding-bottom: 0;
	}

	#header.btm {
		margin-bottom: 0;
	}

	#gnav ul li {
		display: block !important;
		width: auto;
		text-align: center;

	}

	#gnav ul li+li {
		padding-left: 0;
	}

	#gnav p {
		display: block;
		position: absolute;
		width: 38px;
		height: 38px;
		top: 0;
		left: -44px;
		border: 1px solid #fff;
		background: #280D03;
		cursor: pointer;
		opacity: 0.8;
		margin: 2px;
		box-shadow: 0px 0px 0px 2px #280D03;
		-moz-box-shadow: 0px 0px 0px 2px #280D03;
		-webkit-box-shadow: 0px 0px 0px 2px #280D03;
	}

	#gnav li a {
		color: #006400;
	}

	#gnav li {
		float: none;
		width: auto;
		border-bottom: 1px dotted #cacad9;
		padding: 0;
		margin-top: 0;
		text-align: left;
	}

	#gnav ul li a {
		height: auto;
		display: block;
		padding: 0;
	}

	#gnav li.menu_single span {
		color: #006400;
		display: none;
	}

	#gnav li.menu_single:after {
		content: none;
	}

	#gnav li.menu_single ul.sub-nav {
		position: relative;
		top: unset;
		width: 100%;
		background: #fff;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		opacity: 1;
		z-index: 1;
		visibility: visible;
	}

	#gnav li.menu_single:hover ul.sub-nav {
		top: 100%;
		opacity: 1;
		visibility: visible;
	}

	#gnav li.menu_single ul.sub-nav li {
		padding: 0;
	}

	#gnav li.menu_single ul.sub-nav li:last-of-type {
		border-bottom: none;
	}

	.acc-btn-nav.action:after {
		-webkit-transform: rotate(180deg) translateY(50%);
		-ms-transform: rotate(180deg) translateY(50%);
		transform: rotate(180deg) translateY(50%);
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	#gnav.fixed li {
		padding: 0;
	}

	#gnav.fixed li a {
		padding: 10px 0 10px 0;
		line-height: 160%;
	}

	#gnav li.book .t {
		padding-top: 10px;
		padding-bottom: 5px;
	}

	#gnav li.book {
		padding-left: 0 !important;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		display: block !important;
		border: none;
		margin-bottom: 10px;
	}

	#gnav.fixed li.book {
		display: block !important;
	}

	#gnav li.book a {
		margin: 0 auto;
		display: inline-block !important;
		padding-left: 40px;
		padding-right: 40px;
	}

	#gnav.action {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	#gnav p span.n {
		display: block;
		background: #fff;
		height: 2px;
		width: 26px;
		text-indent: -9999px;
		padding: 0;
		top: 50%;
		left: 6px;
		margin-top: -1px;
		position: absolute;
	}

	#gnav p span.n:before {
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 26px;
		position: absolute;
		top: -8px;
		left: 0;
	}

	#gnav p span.n:after {
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 26px;
		position: absolute;
		top: 8px;
		left: 0;
	}

	#gnav.action p span.n {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: ease .10s;
		transition: ease .10s;
	}

	#gnav.action p span.n:after,
	#gnav.action p span.n:before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 0;
		left: 0;
	}

	#gnav ul {
		width: auto;
		height: 100%;
		overflow-y: auto;
		background: #FFF;
		padding-top: 0;
		padding-bottom: 0;
	}

	.overlay:after {
		content: "";
		width: 100%;
		height: 100%;
		background: #000;
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0.3;
		z-index: 100;
	}

	#gnav li.sp-only {
		display: block;
	}

}

#footer {
	background: #8fbc8b;
}

#footer * {
	color: #fff;
}

#footer .inner {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 20px 0;
}

#footer h3 {
	padding: 0 0 12px 0;
}

#footer div.tex {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 0 0 5px 0;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

#footer .time {
	letter-spacing: -10px;
	padding: 0 0 34px 0;
}

#footer .time dl {
	display: inline-block !important;
}

#footer .time dt {
	letter-spacing: 0;
	display: inline-block !important;
	color: #fff;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

#footer .time dd {
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	color: #fff;
	letter-spacing: 0;
	display: inline-block !important;
}

#footer .footnav ul {
	padding: 0 0 5px 0;
	letter-spacing: -10px;
	color: #fff;
}

#footer .footnav ul:before {
	content: "｜";
	display: inline-block !important;
	margin: 0 0.5em;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0;
}

#footer .footnav li {
	display: inline-block !important;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0;
}

#footer .footnav li:after {
	content: "｜";
	display: inline-block !important;
	margin: 0 0.5em;
	text-align: center;
	vertical-align: middle;
}

#footer .footnav li a {
	color: #fff;
}

#footer .footnav {
	padding: 0 0 30px 0;
}

.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
}

#main {
	background: url(/import/tenant_1/133.167.121.212/html/images/mainbk.gif) 0 0 repeat;
}

/*home*/

/* トップメインイメージ */
.mainimg {
	position: relative;
	overflow: hidden;
}

.mainimg img {
	width: 100%;
}

.mainimg .uk-slidenav-position {
	position: relative;
	overflow: hidden;
}

.mainimg .uk-slidenav-position:after {
	content: '';
	display: block;
}

.mainimg .uk-slideshow {
	position: absolute;
	top: 0;
}

.mainimg .uk-slidenav-position:after {
	padding-top: 40%;
}

@media (max-width: 1024px) {
	.mainimg .uk-slidenav-position:after {
		padding-top: 40%;
	}
}

@media (max-width: 599px) {
	.mainimg .uk-slidenav-position:after {
		padding-top: 40%;
	}
}

.mainimg .uk-slideshow {
	width: 100%;
}

/* ##### トップここまで ##### */

.h3h {
	text-align: center;
}

.h3h strong {
	font-family: "XANO-min";
	color: #006400;
	font-size: 35px;
	font-weight: normal;
	display: block;
	line-height: 1;
}

.h3h .s {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	color: #444;
}

.w10 {
	max-width: 1000px;
	margin: 0 auto;
}

.home-menu {
	padding: 40px 0 50px 0;
}

.home-menu h3 {
	padding: 0 0 30px 0;
}

.home-menu dl {
	width: 230px;
	height: 100%;
	display: inline-block !important;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 30px 50px 0;
}

.home-menu div.clearfix {
	letter-spacing: -10px;
	width: 1050px;
}

.home-menu dt {
	position: relative;
	margin-bottom: 20px;
}

.home-menu dt img {
	border: solid 1px #eeceb3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.home-menu dt .w {
	position: absolute;
	top: 2%;
	left: 1.5%;
	width: 96.8%;
	height: 96%;
	border: 1px solid #eeceb3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #006400;
	z-index: 5;
	text-shadow: #fff 1px 1px 2px,
		#fff -1px 1px 2px,
		#fff 1px -1px 2px,
		#fff -1px -1px 2px;
}

.home-menu dt strong {
	display: block;
	font-size: 25px;
	font-family: "XANO-min";
	font-weight: normal;
	padding-top: 25%;
}

.home-menu dt .s {
	font-size: 10px;
}

.home-menu dt .w:before {
	content: url(/import/tenant_1/133.167.121.212/html/images/top/menul.png);
	position: absolute;
	top: 0;
	left: 0;
}

.home-menu dt .w:after {
	content: url(/import/tenant_1/133.167.121.212/html/images/top/menur.png);
	bottom: 0;
	right: 0;
	position: absolute;
}

.home-menu dt+dd {
	font-size: 13px;
	color: #462209;
	padding: 0 0 16px 0;
	min-height: 60px;
	line-height: 120%;
}

.hmore a {
	display: inline-block !important;
	border: 1px solid #006400;
	font-size: 12px;
	padding: 0 36px;
	line-height: 28px;
	color: #006400;
	position: relative;
}

.hmore a:before {
	content: url(/import/tenant_1/133.167.121.212/html/images/top/icon_01.png);
	position: absolute;
	right: 9px;
top: 50%;
    transform: translateY(-50%);}

.home-menu .hmore {
	text-align: center;
}

@media only screen and (max-width: 1020px) {
	.w10 {
		width: 95%;
	}

	.home-menu div.clearfix {
		width: auto;
		text-align: center;
	}

	.home-menu dl {
		text-align: left;
	}

	.home-menu dl {
		padding-left: 1%;
		padding-right: 1%;
		max-width: 300px;
		width: 100%;
	}
}

.home-concept {
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 45px 0 25px 0;
}

.home-concept .bkimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.home-concept .bkimg img {
	width: 100%;
	height: auto;
	min-width: 1200px;
}

.home-concept .w10 {
	position: relative;
	z-index: 1;
}

.home-concept h3 {
	padding: 0 0 15px 0;
}

.home-concept div.tex {
	font-size: 16px;
	color: #141414;
	line-height: 200%;
	padding: 0 0 25px 0;
	text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
}

.home-concept div.tex a {
	text-shadow: none;
}

.home-post {
	padding: 90px 0 90px 0;
}

.home-post .box {
	width: 450px;
	height: auto;
	float: left;
}

.home-post .right {
	float: right;
}

.home-post h3 {
	padding: 0 0 35px 0;
}

.home-post li .pic {
	float: left;
	width: 100px;
}

.home-post li .pic span {
	border-radius: 50%;
}

.home-post li dl {
	float: right;
	width: 327px;
	height: auto;
}

.home-post li dt {
	font-size: 12px;
	color: #006400;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	padding: 0 0 5px 0;
	font-weight: bold;
}

.home-post li dt .d {
	display: block;
	color: #646464;
	font-size: 10px;

}

.home-post li dt+dd {
/*   font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
 */	font-size: 12px;
}

.home-post li dd+dd {
	font-size: 12px;
	padding: 0 0 2px 0;
}

.home-post li dd+dd a {
	color: #006400;
}

.home-post li dd a img {
	vertical-align: middle;
	margin-left: 0.5em;
}

.home-post li {
	padding: 0 0 50px 0;
}

.home-post .hmore {
	text-align: center;
}


.hmore img {
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 0.5em;
}

.lp .tbox {
	float: right;
}

.lp .pic {
	float: left;
	max-width: 480px;
	width: 100%;
}


.top-info .lp .tbox {
	float: left;
}
.top-info .lp .pic {
    float: right;
}

@media only screen and (max-width: 1020px) {
	.lp .tbox {
		float: none;
		width: auto !important;
	}

	.lp .pic {
		float: none;
		margin: 0 auto;
	}

	.home-post .box {
		float: none !important;
		margin: 0 auto;
		max-width: 450px;
		width: auto;
	}

	.home-post .box+.box {
		padding-top: 50px;

	}
	.subtit img {
	  max-width: none;
	}
	.subtit h2 img {
	  max-width: 100%;
	}
}

@media only screen and (max-width: 490px) {
	.home-post li dl {
		width: calc(100% - 120px);
		margin-left: 20px;
		margin-top: 20px;
	}

	.home-post li .pic {
		float: none;
		text-align: center;
		padding-top: 20px;
	}
}

.home-salon .tbox {
	width: 450px;
	height: auto;
	padding-bottom: 25px;
}

.home-salon .pic {
	padding-bottom: 25px;
}

.home-salon h3 {
	padding: 0 0 28px 0;
}

.home-salon h4 {
	text-align: center;
	padding: 0 0 28px 0;
}

.home-salon .table dt {
	float: left;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

.home-salon .table dd {
	padding: 0 0 0 115px;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

.home-salon .table dl {
	padding: 8px 0 8px 10px;
	border-bottom: 1px solid #006400;
}

.home-salon .table {
	padding: 0 0 40px 0;
}

.home-salon .hmore {
	text-align: center;
}

.home-salon {
	padding-bottom: 60px;
}

.home-map {
	width: 100%;
	height: 300px;
}

@media only screen and (max-width: 500px) {
	.home-salon .table dd {
		padding-left: 85px;
	}
}

.subtit {
	background: #ebeeef;
	position: relative;
	overflow: hidden;
	height: 248px;
}

.subtit .inner {
	width: 1000px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	z-index: 1;
}

.subtit .titimg {
	float: right;
	position: relative;
	width: 100%;
	max-width: 756px;
	;

}

.subtit .titimg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(235, 238, 239, 1) 0%, rgba(235, 238, 239, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(235, 238, 239, 1)), to(rgba(235, 238, 239, 0)));
	background: linear-gradient(to right, rgba(235, 238, 239, 1) 0%, rgba(235, 238, 239, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebeeef', endColorstr='#00ebeeef', GradientType=1);

}

.subtit h2 {
	padding: 30px 0 0 0;
	max-width: 450px;
	height: auto;
	text-align: center;
	font-size: 35px;
	color: #ab672a;
}

.subtit h2 strong {
	display: block;
	padding: 25px 0 23px 0;
}

@media only screen and (max-width: 1020px) {
	.subtit .inner {
		width: 95%;
		left: 0;
		padding-left: 2.5%;
		margin-left: 0;
		height: 100%;
	}

	.subtit .inner:before {
		content: "";
		width: 2.5%;
		height: 100%;
		background: rgba(235, 238, 239, 0.8);
		position: absolute;
		top: 0;
		left: 0;
	}

	.subtit .inner h2 {
		background: rgba(235, 238, 239, 0.8);
		padding-bottom: 1000px;
		margin-bottom: -1000px;
		position: relative;
	}

	.subtit .pic.titimg {
		min-width: 688px;
	}

	.subtit .inner h2:before {
		content: "";
		width: 50px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -50px;
		background: -webkit-linear-gradient(left, rgba(235, 238, 239, 0.8) 0%, rgba(235, 238, 239, 0) 100%);
		background: -webkit-gradient(linear, left top, right top, from(rgba(235, 238, 239, 0.8)), to(rgba(235, 238, 239, 0)));
		background: linear-gradient(to right, rgba(235, 238, 239, 0.8) 0%, rgba(235, 238, 239, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebeeef', endColorstr='#00ebeeef', GradientType=1);
	}

}

@media only screen and (max-width: 500px) {
	.subtit .inner h2 {
		font-size: 24px;
		background: none;
	}

	.subtit .inner {
		background: rgba(235, 238, 239, 0.8);
		padding-right: 2.5%;
	}

	.subtit .inner h2:before {
		display: none;
	}

	.subtit .inner:before {
		display: none;
	}
}

/*menu*/

.menulist {
	padding: 48px 0 54px 0;
}

.menulist .box {
	border: 1px solid #ab672a;
	padding: 42px 52px 30px 42px;
	margin-bottom: 34px;
}

.menulist .tbox {
	width: 535px;
	height: auto;
}

.menulist .lt {
	float: left;
}

.menulist .rt {
	float: right;
	text-align: right;
}

.menulist .lt+.tbox {
	float: right;
}

.menulist .pic {
	width: 300px;
	padding-bottom: 20px;
}

.menulist .rt+.tbox {
	float: left;
}

.menulist .lt h3 {
	text-align: left;
	padding-bottom: 10px;
}

.menulist .rt h3 {
	text-align: right;
	padding-bottom: 10px;
}

.menulist .tbox dt {
	float: left;
	font-size: 13px;
	letter-spacing: -1px;
}

.menulist .tbox dd {
	text-align: right;
	font-size: 13px;
}

.menulist .tbox dl {
	padding: 0 0 20px 0;
}

@media only screen and (max-width: 1020px) {
	.menulist .tbox {
		width: auto !important;
		float: none !important;
	}

	.menulist .lt {
		float: none;
	}

	.menulist .rt {
		float: none;
	}

}

@media only screen and (max-width: 700px) {
	.menulist .tbox dt {
		float: none;
	}

	.menulist .box {
		padding-left: 3%;
		padding-right: 3%;
	}

	.menulist .pic {
		margin: 0 auto;
		width: 80%;
	}
}

/*salon*/
.salon1 {
	padding: 48px 0 46px 0;
}

.salon1 .slidewrap {
	max-width: 688px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.salon1 h3 {
	padding: 0 0 28px 0;
}

.salon1 .slidewrap .next {
	position: absolute;
	top: 50%;
	right: -72px;
	margin-top: -27px;
}

.salon1 .slidewrap .prev {
	position: absolute;
	top: 50%;
	left: -72px;
	margin-top: -27px;
}

@media only screen and (max-width: 870px) {
	.salon1 .slidewrap .next {
		right: 10px;
	}

	.salon1 .slidewrap .prev {
		left: 10px;
	}
}

.salon2 {
	position: relative;
	overflow: hidden;
}

.salon2 .bkimg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.salon2 .bkimg img {
	width: 100%;
	height: auto;
	min-width: 1200px;
	opacity: 0.15;
}

.salon2 .w10 {
	position: relative;
	z-index: 1;
	padding: 95px 0 90px 0;
}

.salon2 h3 {
	padding: 0 0 40px 0;
}

.salon2 h4 {
	text-align: center;
	padding: 0 0 25px 0;
}

.salon2 .table {
	max-width: 450px;
	height: auto;
	margin: 0 auto;
}

.salon2 .table dt {
	float: left;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

.salon2 .table dd {
	padding: 0 0 0 115px;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

.salon2 .table dl {
	padding: 8px 0 8px 10px;
	border-bottom: 1px solid #c5a456;
}

.salon3 {
	width: 100%;
	height: 580px;
	margin-bottom: 76px;
}

@media only screen and (max-width:500px) {
	.salon2 .table dd {
		padding-left: 85px;
	}

	.salon2 .w10 {
		padding-top: 40px;
		padding-bottom: 45px;
	}
}


/*products*/

.products .w10 {
	padding: 48px 0 0 0;
}

.products h3 {
	padding: 0 0 35px 0;
}

.products h3,
.products div.tex {
	text-align: center;
	padding: 0 0 20px 0;
	line-height: 180%;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
}

.products .wrap h4 {
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	font-family: "XANO-min", serif;
	color: #ab672a;
	position: relative;
	padding: 0 0 20px 0;
}

.products .wrap h4:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #ab672a;
	position: absolute;
	top: 20px;
	left: 0;
}

.products .wrap h4 .w {
	background: url(/import/tenant_1/133.167.121.212/html/images/mainbk.gif) 0 0 repeat;
	display: inline-block !important;
	position: relative;
	z-index: 1;
	padding: 0 20px;
}

.products .wrap h4+p {
	text-align: center;
	max-width: 660px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	font-size: 12px;
	line-height: 180%;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;

}

.lp .tbox {
	float: right;
}

.lp .pic {
	float: left;
}

.products .tbox {
	width: 650px;
	height: auto;
}

.products .timg {
	width: 300px;
	height: auto;
}

.products .box dt {
	font-size: 18px;
	padding: 0 0 5px 0;
}

.products .box dd {
	font-size: 12px;
	padding-bottom: 20px;
	line-height: 180%;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

.products .box dt+dd {
	font-weight: bold;
	padding-bottom: 35px;
}

.products .box .pic {
	padding-bottom: 20px;
}

.products .box {
	padding-bottom: 15px;
}

@media only screen and (max-width: 1020px) {
	.lp .tbox {
		float: none;
		width: auto !important;
	}

	.lp .pic {
		float: none;
		text-align: center;
	}
}

/*campaign*/

.campaign .w10 {
	padding: 48px 0 80px 0;
}

.campaign .box {
	border: 1px solid #ab672a;
	margin-bottom: 37px;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.rp .pic {
	width: 180px;
	float: right;
}

.rp .tbox {
	float: left;
}

.campaign .box .rp .tbox {
	width: 680px;
}

.campaign .box h3 {
	position: relative;
	font-size: 35px;
	padding: 0 0 20px 43px;
	font-family: "XANO-min", serif;
	color: #ab672a;
	letter-spacing: -2px;
	line-height: 140%;
}

.campaign .box h3 img {
	position: absolute;
	top: 0;
	left: -15px;
}

.campaign .box .tbox dl {
	text-align: center;
	padding: 0 0 25px 0;
}

.campaign .box .tbox dd {
	font-size: 30px;
	font-family: "XANO-min", serif;
	display: inline-block !important;
	vertical-align: middle;
	line-height: 1;
	color: #ab672a;
}

.campaign .box .tbox dt {
	font-family: "XANO-min", serif;
	display: inline-block !important;
	font-size: 48px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1;
	color: #c4254a;
}

.campaign .box .tbox dt:before {
	content: "→";
	display: inline-block !important;
	vertical-align: middle;
	padding: 0 0.5em;
	color: #ab672a;
}

.campaign .box .tbox p {
	font-size: 13px;
	padding: 0 0 20px 0;
}

.campaign .box h4 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}

.campaign .box .table {
	background: #fffdf1;
	padding: 5px 13px 5px 23px;
}

.campaign .box .table dt {
	float: left;
	font-weight: bold;
	font-size: 13px;
}

.campaign .box .pic {
	padding-bottom: 20px;
}

.campaign .box .table dd {
	padding: 0 0 0 110px;
	font-size: 13px;
}

.campaign .box .table dl {
	padding: 12px 0 12px 9px;
}

.campaign .box .table dl+dl {
	border-top: 1px solid #b09d7c;
}

@media only screen and (max-width: 1020px) {
	.rp .tbox {
		width: auto !important;
		float: none;
	}

	.rp .pic {
		margin: 0 auto;
		float: none;
	}

	.campaign .box {
		padding-left: 2%;
		padding-right: 2%;
	}

	.campaign .box h3 img {
		left: 0;
	}

	.campaign .box h3 {
		padding-left: 58px;
	}

	.campaign .box .table {
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media only screen and (max-width: 500px) {
	.campaign .box h3 {
		font-size: 24px;
	}

	.campaign .box .tbox dd {
		font-size: 16px;
	}

	.campaign .box .tbox dt {
		font-size: 24px;
	}

	.campaign .box .table dt {
		display: block;
		float: none;
	}

	.campaign .box .table dd {
		padding-left: 0;
	}
}

/*voice*/
.voicelist {
	padding: 48px 0 52px 0;
}

.voicelist .box {
	border: 1px solid #ab672a;
	padding: 22px 30px 6px 26px;
	margin-bottom: 38px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.voicelist .tbox {
	width: 508px;
	height: auto;
}

.voicelist .pic {
	width: 390px;
	padding: 0 0 20px 0;
}

.voicelist .item .pic {
	width: 100%;
	margin: 0 auto;
}

.voicelist h3 {
	width: 100%;
	text-align: center;
	padding: 0 0 25px 0;
}

.voicelist h3:before {
	content:'';
	display: inline-block;
	width: 232px;
	height: 20px;
  background-image: url(/import/tenant_1/133.167.121.212/html/images/voice/voice_02.png);
  background-size: contain;
  vertical-align: middle;
}
.voicelist h3:after {
	content:'';
	display: inline-block;
	width: 232px;
	height: 20px;
  background-image: url(/import/tenant_1/133.167.121.212/html/images/voice/voice_03.png);
  background-size: contain;
  vertical-align: middle;
}

.voicelist h3 .pic {
	width: 100%;
}

.voicelist .pic img {
	width: 100%;
	height: auto;
}

.voicelist h3 strong {
	display: block;
	width: 100%;
	padding: 20px 0 20px 0;
	font-size: 20px;
	color: #ab672a;
	font-weight: normal;
	/* -webkit-box-sizing: border-box;
	box-sizing: border-box; */
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.voicelist .tbox div.tex {
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 180%;
	padding: 0 0 20px 0;
}

.voicelist .postlist {
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	.voicelist h3 strong {
		font-size: 20px;
	}
}

@media only screen and (max-width: 500px) {
	.voicelist .box {
		padding-left: 2%;
		padding-right: 2%;
	}

	.voicelist .pic {
		width: 95%;
		margin: 0 auto;
	}
}

/*beforeafter*/

.beforeafter.campaign .box h3 {
	font-size: 20px;
	padding: 10px 0 10px 40px;
	text-align: left;
	line-height: 27px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.beforeafter.campaign .box .tbox p {
	padding: 0;
	width: 100%;
}

.beforeafter.campaign .box .rp .tbox {
	width: 100%;
}

.beforeafter .box .imgbox {
	margin-bottom: 20px;
}

.beforeafter .box .imgbox .arrow {
	position: relative;
}

.beforeafter .box .imgbox .arrow:before {
	content: "→";
	font-family: "XANO-min",
		serif;
	position: absolute;
	display: inline-block !important;
	vertical-align: middle;
	color: #ab672a;
	font-size: 48px;
	z-index: 2;
	left: 98%;
	top: 50%;
	font-weight: 700;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.beforeafter .box .before {
	font-size: 18px;
	font-family: "XANO-min",
		serif;
	color: #ab672a;
	text-align: center;
}

.beforeafter .box .after {
	font-family: "XANO-min",
		serif;
	font-size: 18px;
	font-weight: bold;
	color: #c4254a;
	text-align: center;
}

.beforeafter .postlist {
	padding: 0;
}

.beforeafter_detail.beforeafter .box .imgbox .arrow:before {
	left: 105%;
}

@media only screen and (max-width: 1024px) {
	.beforeafter.campaign .box h3 img {
		width: 35px;
		height: auto;
	}

	.beforeafter.campaign .box h3 {
		padding: 2px 0 10px 40px;
	}

	.beforeafter .box .imgbox .arrow:before {
		left: 90%;
	}

	.beforeafter_detail.beforeafter .box .imgbox .arrow:before {
		left: 103%;
	}
}

@media only screen and (max-width: 599px) {
	.beforeafter .box .imgbox .arrow {
		margin-bottom: 80px;
	}

	.beforeafter .box .imgbox .arrow:before {
		content: "↓";
		bottom: -60px;
		left: 50%;
		top: unset;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.beforeafter_detail.beforeafter .box .imgbox .arrow:before {
		left: 50%;
	}

}

/*first*/
.firstwrap {
	position: relative;
}

.firstwrap .bkimg {
	position: absolute;
	top: 0;
	right: 0;
}

.firstwrap .bkimg img {
	opacity: 0.25;
}

.firstwrap .w10 {
	position: relative;
	z-index: 1;
}

.first .intro {

	padding: 48px 0 30px 0;
}

.first .intro h3,
h3.tctit {
	font-size: 35px;
	color: #ab672a;
	padding: 0 0 35px 0;
	text-align: center;
}

.h4l {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

.h4l:before {
	content: "";
	width: 310px;
	height: 1px;
	background: #ab672a;
	display: inline-block !important;
	float: left;
	margin-top: 15px;
}

.h4l:after {
	content: "";
	width: 310px;
	height: 1px;
	background: #ab672a;
	display: inline-block !important;
	float: right;
	margin-top: 15px;
}

.first .intro p {
	max-width: 650px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 180%;
	text-align: center;
	padding: 0 0 20px 0;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

.flow1 {
	padding-bottom: 95px;
}

.flow1 .box {
	border: 1px solid #ab672a;
	padding: 30px 52px 0 20px;
}

.flow1 .box {
	padding: 20px 20px 0px 20px;
}

.flow1 .box+.box {
	margin-top: 76px;
	position: relative;
}

.flow1 .box+.box:before {
	content: url(/import/tenant_1/133.167.121.212/html/images/icon_02.png);
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -8px;
}

.flow1 .tbox {
	margin-left: 0px;
	width: auto;
}

.flow1 .tbox2 {
	width: 74%;
}

.flow1 .tbox .txt {
	width: 100%;
	float: left;
}

.flow1 .tbox h4 {
	width: 238px;
	height: auto;
	line-height: 189px;
	font-size: 30px;
	font-family: "XANO-min", serif;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	color: #ab672a;
	background: url(/import/tenant_1/133.167.121.212/html/images/icon_01.png) center 0 no-repeat;
}

.flow1 .tbox .txt p {
	font-size: 12px;
	padding: 0 0 20px 0;
	line-height: 180%;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

.flow1 .tbox .txt div.tex {
	margin-left: 20px;
}

.flow1 .pic {
	padding-bottom: 20px;
	width: 100%;
	max-width: 252px;
	margin-left: 20px;
	padding-left: 20px;
}

.flow1 .tbox .txt h5 {
	display: inline-block;
}

.flow1 .tbox .txt h5 {
	font-size: 18px;
	padding: 0 0 15px 0;
}

@media only screen and (max-width: 1020px) {
  .tex.tc {
    text-align: left;
  }
	.h4l:before {
		display: none !important;
	}

	.h4l:after {
		display: none !important;
	}

	.first .intro h3, h3.tctit {
		font-size: 24px;
	}

	.flow1 .tbox h4 {
		float: none;
		margin: 0 auto 20px auto;
	}

	.flow1 .tbox .txt {
		width: auto;
		float: none;
	}

	.flow1 .box {
		padding-left: 2%;
		padding-right: 2%;
	}

	.flow1 .tbox .txt h5 {
		display: block;
		text-align: center;
	}

	.flow1 .pic {
		margin: 0 auto;
	}

	.flow1 .tbox .txt div.tex {
		margin: 0 20px 20px;
	}
}


/*staff*/

.stafflist {
	padding: 48px 0 46px 0;
	letter-spacing: -10px;
	width: 1052px;
}

.stafflist .box {
	letter-spacing: 0;
	border: 1px solid;
	display: inline-block !important;
	width: 100%;
	min-height: 380px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	padding: 22px 20px 0 26px;
	margin: 0 52px 40px 0;
}

/* .stafflist .box div {
	letter-spacing: -10px;
} */

.stafflist .box .pic {
	display: inline-block !important;
	vertical-align: middle;
	letter-spacing: 0;
	padding: 0 0 20px 0;
	width: 188px;
}

.stafflist .box h3 {
	letter-spacing: 0;
	display: inline-block !important;
	vertical-align: middle;
	width: calc(100% - 200px);
	color: #006400;
	font-size: 30px;
	padding: 0 0 20px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stafflist .box h3 span.s {
	display: block;
	font-size: 14px;
	line-height: 20px;
}

.stafflist .box div.tex {
	font-size: 12px;
	line-height: 180%;
	padding: 0 0 20px 0;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

.stafflist .box div.tex dl {
	padding-bottom: 10px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: solid 1px #999;
}

.stafflist .box div.tex dl:last-of-type {
	border-bottom: none;
}

@media only screen and (max-width: 1020px) {
	.stafflist {
		width: auto;
	}

	.stafflist .box {
		width: 100%;
		margin-right: 0;
		min-height: 0;
	}

	.stafflist .box h3 {
		text-align: left;
		padding-left: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 520px) {
	.stafflist .box .pic {
		display: block !important;
		text-align: center;
	}

	.stafflist .box h3 {
		margin-bottom: 10px;
		display: block !important;
		width: auto;
		padding: 0;
		text-align: center;
	}

	.stafflist .box .pic {
		margin: 0 auto;
	}
}

/*recruit*/

.rec1 {
	padding: 25px 0;
	max-width: 650px;
	margin: 0 auto;
}

.recruit .w10 h3 {
	padding: 0 0 35px 0;
}

.rec1 p {
	font-size: 12px;
	line-height: 180%;
	padding: 0 0 20px 0;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

.rec2 h4 {
	text-align: center;
	font-size: 24px;
	font-family: "XANO-min", serif;
	color: #ab672a;
	padding: 0 0 25px 0;
	font-weight: normal;
}

.rec2 .table {
	/* border: 1px solid #ab672a; */
	padding: 35px 52px 0 42px;
}

.rec2 .table dt {
	font-weight: bold;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 180%;
	display: block;
}

.rec2 .table dd {
	display: block;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 180%;
}

.rec2 .table dl {
	border-bottom: solid 1px #999;
	padding: 0 15px 20px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.rec2 {
	padding-bottom: 90px;
}

.recruit .pic {
	width: 100%;
}

.recruit .w10 {
	margin: 50px auto 0;
}

@media only screen and (max-width: 1020px) {
	.rec2 .table {
		padding-left: 2%;
		padding-right: 2%;
	}

	.rec2 .table dt {
		float: none;
		padding-bottom: 5px;

	}

	.rec2 .table dd {
		padding-left: 0;
	}
}

@media only screen and (max-width: 599px) {

	.rec2 .table dl {
		padding: 0 5px 10px 5px;
	}
}

/*contact*/

.contact .w10 {
	padding: 48px 0 50px 0;
}

.contact .w10 div.tex {
	text-align: center;
	font-size: 12px;
	padding: 0 0 20px 0;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 180%;
}

.contact h3 {
	padding: 10px 0 40px 0;
}

.contact .w10 h3 {
	text-align: center;
	font-size: 35px;
	font-weight: normal;
	color: #ab672a;
	padding: 0 0 20px 0;
}

.contact .formbox {
	border: 1px solid #ab672a;
	max-width: 843px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}

.contact .formbox .table {
	padding: 0 25px 45px 25px;
}

.contact .formbox dl+dl {
	border-top: 1px solid #ab672a;
}

.contact .formbox dd {
	padding: 19px 24px 19px 170px;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

.contact .formbox dt {
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
	padding: 26px 0 0 5px;
	float: left;
}

.contact .formbox dt strong {
	color: #ca1d00;
}

.contact .formbox dd .size1 {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	background: #e2e2e2;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	color: #000;
	border: none;
}

.contact .formbox dd textarea {
	width: 100%;
	height: 250px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	background: #e2e2e2;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	color: #000;
	border: none;
}

.contact .formbtn {
	text-align: center;
	letter-spacing: -10px;
}

.contact .formbtn li {
	display: inline-block !important;
	letter-spacing: 0;
	padding: 0 10px;

}

.contact .formbtn li button {
	width: 250px;
	height: 50px;
	background: #ab672a;
	color: #fff;
	font-size: 24px;
	border: none;
	cursor: pointer;
}

.faq {
	margin-top: 50px;
}

.qa-list {
	margin-bottom: 30px;
	border-bottom: #a5a5a5 solid 1px;
}

.qa-list * {
	margin-bottom: 10px;
}

.qa-list dt {
	font-size: 18px;
	font-weight: bold;
}

.qa-list .box {
	margin-top: 4px;
	width: calc(100% - 62px);
}

.qa-list .q,
.qa-list .a {
	padding-top: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 20px;
	color: #ab672a;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.qa-list .a {
	color: #444;
}


@media only screen and (max-width: 500px) {
  .contact .formbtn li{
    margin-bottom: 10px;
  }
  
	.contact .formbox .table {
		padding-left: 2%;
		padding-right: 2%;
	}

	.contact .formbox dt {
		float: none;
	}

	.contact .formbox dd {
		padding-left: 0;
		padding-right: 0;
		padding-top: 5px;
	}
}

/*ブログ*/

.postlist {
	padding: 48px 0 40px 0;
}

.postlist #side {
	float: left;
	width: 250px;
	height: auto;
}

.postlist #right {
	float: right;
	width: 725px;
	height: auto;
	padding-bottom: 55px;
}

.postlist #side dt {
	text-align: left;
	padding: 0 0 15px 0;
}

.postlist #side dd {
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
	padding: 0 0 24px 0;
}

.postlist #side dd a {
	position: relative;
	padding-left: 20px;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.postlist #side dd a:after {
	position: absolute;
	content: "＞";
	left: 0;
	top: 0;
}

.postlist #side dl {
	padding-bottom: 35px;
}

.postlist #side dl.clearfix dd {
	float: left;
	width: 50%;
}

.bloglist .pic {
	float: left;
	width: 134px;
}

.bloglist dl {
	float: right;
	width: calc(100% - 150px);
	height: auto;
}

.bloglist dd {
	font-weight: bold;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

.bloglist dd a {
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.bloglist dt {
	font-size: 24px;
	font-weight: normal;
	color: #006400;
	padding: 0 0 40px 0;
}

.bloglist dt+dd {
	text-align: right;
}

.bloglist .box {
	border-bottom: 1px solid #006400;
	padding: 0 0 25px 0;
	margin-bottom: 25px;
}

.bloglist {
	padding-bottom: 35px;
}

.pagenav {
	letter-spacing: -10px;
	text-align: center;
}

.pagenav li {
	letter-spacing: 0;
	display: inline-block !important;
	vertical-align: middle;
	font-size: 24px;
	padding: 0 0.5em;
}

.pagenav li a {
	color: #006400;
}

.recommend {
  margin-top: 80px;
}
.recommend h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1020px) {
	.postlist #side {
		float: none;
		width: auto;
	}

	.postlist #right {
		float: none;
		margin: 0 auto;
		max-width: 725px;
		width: auto;
	}
}

@media only screen and (max-width: 770px) {
	.bloglist .pic {
		float: none;
		text-align: center;
		width: 100px;
	}

	.bloglist dl {
		padding-bottom: 20px;
		width: calc(100% - 120px);
    margin-left: 20px;
	}
		.bloglist dl dt {
		  font-size: 16px;
}
}

.single .bhead {
	padding: 0 0 20px 0;
}

.single .bhead li {
	display: inline-block !important;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
}

.single .bhead li.cat {
	float: right;
}

.single .bhead h3 {
	text-align: center;
	font-size: 36px;
	color: #ab672a;
	letter-spacing: -2px;
	font-weight: normal;
	padding: 10px 0 10px 0;
}

.single .bhead .line {
	text-align: center;
}

.single .txt {
	padding: 0 0 50px 0;
	border-bottom: 1px solid #ab672a;
}

.postlist .back a {
	font-size: 24px;
	color: #ab672a;
}

.postlist .back a img {
	vertical-align: middle;
	margin-right: 0.5em;
}

.postlist .back {
	padding-bottom: 25px;
}

.single .txt p {
	padding: 0 0 20px 0;
	line-height: 180%;
}

@media only screen and (max-width: 770px) {
	.single .bhead h3 {
		font-size: 24px;
	}
}


/*vitamineste*/

.vita1 {
	position: relative;
	overflow: hidden;
}

.vita1 .bkimg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.vita1 .bkimg img {
	width: 100%;
	height: auto;
	min-width: 1200px;
	opacity: 0.2;
}

.vita1 .w10 {
	position: relative;
	z-index: 1;
	padding: 48px 0 20px 0;
}

.vita1 .w10 h3 {
	text-align: center;
	font-size: 35px;
	font-weight: normal;
	color: #ab672a;
	padding: 0 0 20px 0;
}

.vita1 .w10 .sp {
	font-weight: bold;

}

.vita1 .w10 div.tex {
	line-height: 180%;
	font-size: 12px;
	max-width: 650px;
	height: auto;
	padding: 0 0 20px 0;
	margin: 0 auto;
	text-align: center;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

.flow1 h3 {
	padding: 35px 0 30px 0;
}

.flow1 .tbox .txt h5 {
	font-size: 18px;
	padding: 0 0 15px 0;
}

.price1 {
	position: relative;
	margin-top: 60px;
	padding-bottom: 200px;
}

.price1:before {
	content: url(/import/tenant_1/133.167.121.212/html/images/icon_02.png);
	position: absolute;
	left: 50%;
	top: -93px;
	margin-left: -8px;
}

.price1 h3 {
	padding: 0 0 48px 0;
}

.price1 .box {
	border: 1px solid #ab672a;
	text-align: center;
	padding: 0 2% 0 2%;
	position: relative;
}

.price1 .box:before {
	content: url(/import/tenant_1/133.167.121.212/html/images/icon_03.png);
	top: -28px;
	left: 50%;
	position: absolute;
	margin-left: -97px;
}

.price1 .box:after {
	position: absolute;
	bottom: -26px;
	left: 50%;
	content: url(/import/tenant_1/133.167.121.212/html/images/icon_04.png);
	margin-left: -80px;
}

.price1 .box ul {
	padding: 60px 0;
}

.price1 .box li {
	font-size: 12px;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
	padding: 0 0 8px 0;
	color: #8a644a;
}

/*lymph*/
.flow1 .box2 {
	border: 1px solid #ab672a;
	padding: 30px 52px 0 20px;
	margin-top: 76px;
	position: relative;
}

.flow1 .box2:before,
.flow1 .box2+.box:before {
	content: url(/import/tenant_1/133.167.121.212/html/images/icon_02.png);
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -8px;
}

.flow1 .box2 h4 {
	width: 238px;
	height: auto;
	line-height: 189px;
	font-size: 30px;
	font-family: "XANO-min", serif;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	background: url(/import/tenant_1/133.167.121.212/html/images/icon_01.png) center 0 no-repeat;
	color: #ab672a;
}

.flow1 .box2 .right {
	width: 675px;
	height: auto;
	float: right;
}

.flow1 .box2 .inbox .txt {
	width: 390px;
	float: left;
}

.flow1 .tbox .txt div.tex {
	font-size: 12px;
	padding: 0 0 20px 0;
	line-height: 180%;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}


.flow1 .box2 .inbox .txt h5 {
	font-size: 18px;
	padding: 0 0 15px 0;
}

.flow1 .box2 .inbox .pic {
	padding-bottom: 20px;
	float: right;
}

.flow1 .box2 .inbox {
	padding-bottom: 23px;
}

.flow1 .box2+.box {
	margin-top: 76px;
	position: relative;
}

.flow1 .tbox ul.inbox li {
	width: 252px;
	float: left;
	padding-left: 20px;
}

@media only screen and (max-width: 1020px) {
	.flow1 .box2 h4 {
		float: none;
		margin: 0 auto 20px auto;
	}

	.flow1 .box2 {
		padding-left: 2%;
		padding-right: 2%;
	}

	.flow1 .box2 .inbox .txt {
		width: auto;
		float: none;
	}

	.flow1 .box2 .right {
		float: none;
		width: auto;
	}

	.flow1 .box2 .inbox .pic {
		float: none;
		text-align: center;
	}

	.flow1 .box ul.inbox {
		float: none;
		width: 100%;
		padding: 0 0 23px 23px;
	}

	.flow1 .tbox ul.inbox li {
		width: 45%;
		width: 252px;
		text-align: center;
		padding-left: 20px;
	}


	.flow1 .box ul.inbox {
		padding: 0;
	}

	.flow1 .box2 .inbox .txt h5 {
		text-align: center;
	}
}

@media only screen and (max-width: 599px) {
	.flow1 .box ul.inbox li .pic {
		width: 100%;
		max-width: 252px;
		padding: 0 0 20px 0;
		margin: 0 auto;
	}

	.flow1 .box ul.inbox {
		padding: 0;
	}

	.flow1 .tbox ul.inbox li {
		max-width: 252px;
		width: 100%;
		text-align: center;
		padding-left: 0;
		margin: 10px auto;
	}

}

/*aroma.html*/

.vita1 li {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 0 0 15px 0;
}

.vita1 li img {
	vertical-align: middle;
	margin-right: 0.5em;
}

.vita1 ul {
	padding-bottom: 5px;
}

/*aroma*/

.aroma .chyu {
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

.aroma .price1::before {
	top: -136px;
}

/*castoroil*/

.castoroil .vita1 .w10 h3 {
	line-height: 120%;
}

.vita1 .w10 p.pic {
	padding-bottom: 40px;
}

.castoroil .vita1 {
	background-color: #fff;
	padding-bottom: 30px;
}

.flow1 .box2 ul.inbox {
	letter-spacing: -10px;
	text-align: right;
	margin-top: -20px;
}

.flow1 .box ul.inbox {
	float: right;
	padding: 0 0 23px 23px;
}

.flow1 .box ul.inbox li .pic {
	margin-left: 0;
}

.flow1 .box2 ul.inbox li {
	display: inline-block !important;
	letter-spacing: 0;
	padding: 0 0 23px 23px;
}

.flow1 .box2 ul.inbox {
	margin-top: 0px;
}

@media only screen and (max-width: 1020px) {
	.flow1 .box2 ul.inbox {
		text-align: center;
	}

	.flow1 .box2 ul.inbox li {
		width: 48%;
		padding-left: 1%;
		padding-right: 1%;
		text-align: center;
	}

	.vita1 .w10 h3 {
		font-size: 24px;
	}

	.flow1 .box ul.inbox {
		float: right;
		padding: 0;
	}

}

/*price*/

.price {
	margin-bottom: 50px;
}

table {
	width: 100%;
}

table,
td,
th {
	border-collapse: collapse;
	border: #006400 solid 1px;
}

td,
th {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	line-height: 15px;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 18px;
}
table .bgr {
  background: #2e8b57;
  color: #fff;
}

@media only screen and (max-width: 599px) {
	.price th.w35 {
		width: 30%;
	}
}


.box-line {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	padding-top: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.home-menu .box-line dl {
	padding-bottom: 0;
}

/**/
.all-bpx {
	margin-top: 80px;
}

.crossbox li {
	margin-bottom: 50px;
}

.crossbox div.tex {
	line-height: 180%;
	height: auto;
	padding: 0 0 20px 0;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
}

.crossbox 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;
}

@media (max-width: 599px) {
	.crossbox li:nth-of-type(even) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

/*counseling*/
.counseling .vita1 .w10 p.pic {
	width: 100%;
}

.counseling .vita1 .w10 p.pic img {
	width: 100%;
}

.counseling .vita1 .w10 div.tex {
	text-align: left;
}

/*option*/
.option {
  padding-bottom: 40px;
}

.optit .kazari {
  width: 50px;
  display: block;
}
.optit .tit {
  display: block;
  width: calc(100% - 50px);
}

.option .box {
	border: 1px solid #ab672a;
	margin-bottom: 37px;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.option .item {
	margin-top: 50px;
}

.option .item h3 {
	font-size: 20px;
	text-align: left;
	line-height: 27px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "XANO-min",
		serif;
	color: #ab672a;
	letter-spacing: -2px;
	margin-bottom: 10px;
}

.option .item h3 img {
	margin-top: -10px;
	margin-right: 10px;
}

.option .item dl {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ab672a;
}

.option .item dl:last-of-type {
	border-bottom: none;
}

.option .item dt {
	width: 200px;
}

.option .item dd {
	width: calc(100% - 200px);
}

@media (max-width: 599px) {

	.option .item dt,
	.option .item dd {
		width: 100%;
	}

	.option .item dt {
		margin-bottom: 10px;
	}

	.option .box {
		padding: 10px 15px;
	}
}


/* 見たまま編集バリデーション */

.flex>div[data-collection-list-content],
.flexc>div[data-collection-list-content],
.flexs>div[data-collection-list-content],
.flexb>div[data-collection-list-content] {
	width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flexc>div[data-recommend-collection-list-content],
.flexs>div[data-recommend-collection-list-content],
.flexb>div[data-recommend-collection-list-content] {
	width: 100%;
}

.flex>div[data-collection-filtered-content],
.flexc>div[data-collection-filtered-content],
.flexs>div[data-collection-filtered-content],
.flexb>div[data-collection-filtered-content] {
	width: 100%;
}

.flex>div[data-collection-archive-content],
.flexc>div[data-collection-archive-content],
.flexs>div[data-collection-archive-content],
.flexb>div[data-collection-archive-content] {
	width: 100%;
}

.flex>div[data-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-list-content] {
	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;
}

.flex>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-recommend-collection-list-content] {
	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;
}

.flex>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	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;
}

.flex>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	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;
}

[data-element-id] [class*="heightLine"] {
	height: auto !important;
}

[data-element-id] .imgalt {
	position: relative;
	color: orange;
	font-size: 14px;
	background: #333;
	padding: 2px 4px;
	text-align: left;
	max-height: 70px;
	overflow: hidden;
	z-index: 50;
}

[data-element-id] .altcolor {
	color: red;
}

[data-common-area] {
	position: relative;
}

[data-common-area]:hover:before {
	content: "共通要素です。";
	position: absolute !important;
	width: 100%;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 100%;
	color: #FDC44F;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a[data-href="#"] {
	border: solid red 5px !important;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href="#"]:hover:before {
	content: "リンクが設定されていない可能性があります。";
	position: absolute !important;
	width: 100%;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a[data-href*="."] {
	border: solid red 5px !important;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href*="."]:hover:before {
	content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
	position: absolute !important;
	width: 100%;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
	content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: absolute;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
	width: 100%;
}

[data-collection-list-content]:hover:before {
	content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: absolute;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
	width: 100%;
}
