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

/* resetcss */

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:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;*/
	font-family: "メイリオ", Meiryo, "メイリオ", Meiryo, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 160%;
	color: #222222;
}

/*フォント系*/

.wf-roundedmplus1c {
	font-family: "M PLUS Rounded 1c";
}

.wf-hannari {
	font-family: "Hannari";
}

h2 {
	font-size: 45px;
	font-family: "M PLUS Rounded 1c";
}

h3 {
	font-size: 38px;
	font-family: "M PLUS Rounded 1c";
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-22 {
	font-size: 22px;
}

.fs-24 {
	font-size: 24px;
}

.fs-26 {
	font-size: 26px;
}

.fs-28 {
	font-size: 28px;
}

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

.fs-32 {
	font-size: 32px;
}

.fs-34 {
	font-size: 34px;
}

.fs-36 {
	font-size: 36px;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.white {
	color: #fff;
}

.c-org {
	color: #ea9137;
}

.w48 {
	width: 48%;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.w55 {
	width: 55%;
}

.w65 {
	width: 65%;
}

.mt20 {
	margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

/*クリアフィックス*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
	display: block;
	content: "";
	clear: both;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}

iframe {
	max-width: 100%;
}

img {
	vertical-align: top;
	border: none;
	max-width: 100%;
	height: auto !important;
}

.db {
  display: block;
}

.bkimg {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bkimg img {
	width: 100%;
}

.m1000 {
	max-width: 1020px;
	margin: 2% auto;
	width: 98%;
}

.w50 {
	width: 50%;
}

a {
	text-decoration: none;
	color: #222222;
}

a:hover {
	opacity: 0.6;
	color: inherit;
	text-decoration: none;
}

a[href*="tel"] {
	pointer-events: none;
}

a[data-href="#"] {
	border: solid red 5px;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href*="."] {
	border: solid red 5px;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href="#"]:hover:before {
	content: "リンクが設定されていない可能性があります。";
	position: absolute !important;
	width: 100%;
	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*="."]:hover:before {
	content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
	position: absolute !important;
	width: 100%;
	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: relative;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
}

[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: relative;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
}

ul,
li {
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

dl,
dt,
dd {
	text-align: left;
	padding: 0;
	margin: 0;
}

/*トランスフォーム親*/

.tfm_p {
	position: relative;
}

/*左右中央寄せ*/

.tfm_x {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/*上下中央寄せ*/

.tfm_y {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/*上下左右中央寄せ*/

.tfm_xy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/*トリミング*/

/*.trimming {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.trimming:after {
	display: block;
	content: "";
	padding-top: 100%;

}	100%で正方形にカット。100%以下で横長、100%以上で縦長*/

/*フレックス*/

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*フレックスセンター*/

.flex_c {
	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;
}

/* 見たまま編集バリデーション */

.flex>div[data-collection-list-content],
.flex_c>div[data-collection-list-content],
.flexsb>div[data-collection-list-content] {
	width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flex_c>div[data-recommend-collection-list-content],
.flexsb>div[data-recommend-collection-list-content] {
	width: 100%;
}

.flex>div[data-collection-filtered-content],
.flex_c>div[data-collection-filtered-content],
.flexsb>div[data-collection-filtered-content] {
	width: 100%;
}

.flex>div[data-collection-archive-content],
.flex_c>div[data-collection-archive-content],
.flexsb>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;
}

.flex_c>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;
}

.flexsb>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;
}

.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;
}

.flex_c>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;
}

.flexsb>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;
}

.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;
}

.flex_c>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;
}

.flexsb>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;
}

.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;
}

.flex_c>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;
}

.flexsb>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;
}

.flex .sec2 {
	width: 46%;
	margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
	width: 46%;
	margin: 0% 2% 4% 2%;
}

.flex .sec3 {
	width: 29%;
	margin: 0% 2% 4% 2%;
}

.sec3 {
	width: 31.3333%;
	margin: 0% 1% 4% 1%;
}

.flex_c .sec3 {
	width: 29%;
	margin: 0% 2% 4% 2%;
}

.flex .sec4 {
	width: 21%;
	margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
	width: 21%;
	margin: 0% 2% 4% 2%;
}

.flex .sec5 {
	width: 16%;
	margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
	width: 16%;
	margin: 0% 2% 4% 2%;
}

.flexsb {
	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;
}

.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;
}

.bgimg.dm img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
}


@media only screen and (max-width: 1024px) {
	img {
		max-width: 100% !important;
		height: auto !important;
	}

	h2 {
		font-size: 35px;
	}

	h3 {
		font-size: 28px;
	}

	a[href*="tel"] {
		pointer-events: initial !important;
	}

	.flex .sec3 {
		width: 29%;
		margin: 0% 2% 4% 2%;
	}

	.flex_c .sec3 {
		width: 29%;
		margin: 0% 2% 4% 2%;
	}

	.flex .sec4 {
		width: 29%;
		margin: 0% 2% 4% 2%;
	}

	.flex_c .sec4 {
		width: 29%;
		margin: 0% 2% 4% 2%;
	}

	.flex .sec5 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}

	.flex_c .sec5 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}

}

@media only screen and (max-width: 599px) {
	.flex .sec3 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}

	.flex_c .sec3 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}

	.flex .sec4 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}

	.flex_c .sec4 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}

	.sec3 {
		width: 48%;
		margin: 0% 2% 4% 2%;
	}

	.w48 {
		width: 98%;
		max-width: 450px;
		margin: auto;
	}

}

/*追加リセット*/

.map {
	position: relative;
	overflow: hidden;
}

.map:after {
	display: block;
	content: "";
	padding-top: 30%;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: initial;
	width: 100%;
	height: 100%;
}

iframe {
	max-width: 100%;
}

/*追加リセット　ここまで*/

#wrapper {
	max-width: 100%;
	overflow: hidden;
}

#header {
	padding-top: 10px;
	background: #fff;
}

#header h1 {
  width: 1000px;
  margin: 0 auto 10px;
  font-size: 12px;
}

#header .inner {
	max-width: 1000px;
	margin: 0 auto;
	width: 95%;
	padding: 0 0 20px 0;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

#header .logo {
	padding: 0;
	display: inline-block;
	width: 500px;
}
#header .logo a {
  display: block;
}

#header .logo .clinic {
	max-width: 215px;
	display: inline-block;
}

#header .logo .relaxation {
	max-width: 241px;
	margin-left: 20px;
	display: inline-block;
}

#header .logo .relaxation img {
	padding-top: 8px;
}

#header .right {
	width: 450px;
	margin-left: auto;
}
#header .right[data-element-id] {
  width: 1000px;
}

/* #gnav {
	padding: 20px 0;
} */

#gnav .toggle {
	background: #000;
}

#gnav li {
	display: inline-block;
}

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

#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: 15px 0;
	font-family: "M PLUS Rounded 1c";
}

#dropmenu li.sub a {
	padding: 0;
}

/*mega*/
[data-element-id] #gnav li.sub {
	width: 100%;
}

[data-element-id] #gnav li.sub .submenu {
	visibility: visible;
	height: auto;
	opacity: 1;
}

[data-element-id] #gnav li.sub .submenuinn {
	position: static;
}

#gnav li.sub a span {
	display: block;
	position: relative;
}

#gnav li.sub a span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: translateX(-50%) rotate(135deg);
	-ms-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
}

#gnav li.sub:hover .submenu {
	visibility: visible;
	height: auto;
	opacity: 1;
}

#gnav li.sub .submenu {
	position: relative;
	width: 100%;
	visibility: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: 0.6s all ease;
	transition: 0.6s all ease;
	z-index: 100;
}

#gnav li.sub:hover .submenu {
	visibility: visible;
	height: auto;
	opacity: 1;
}

#gnav li.sub .submenuinn {
	position: fixed;
	width: 100%;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 0;
	margin-top: 20px;
}

#gnav li.sub .submenu * {
	color: #222222;
}

#gnav li.sub .submenu li a {
	display: block;
}

#gnav li.sub .submenu .tel {
	display: block;
}

#gnav li.sub li.w48 {
	width: 48%;
}

.submenuinn p.clinic {
	max-width: 150px;
}

.submenuinn p.relaxation {
	max-width: 200px;
}

.submenuinn ul.flexsb {
	margin-top: 20px;
}

.submenuinn ul.flexsb dl {
	margin-bottom: 10px;
}

.submenuinn ul.flexsb dd.tel a {
	margin-top: 10px;
	color: #ea9137 !important;
	font-weight: bold;
	font-size: 22px !important;
	position: relative;
	padding: 0 0 5px 25px !important;
}

.submenuinn ul.flexsb dd.tel a:before {
	content: url(/import/tenant_1/133.167.98.36/html/images/tel.png);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#gnav li.sub .submenu p.hmore {
  max-width: 200px;
}
#gnav li.sub .submenu p.hmore a {
  color: #fff !important;
      padding: 15px 0;
}
#gnav li.sub .submenu .hmore a:before {
  content:none;
}
#gnav li.sub .submenu .line {
  max-width: 200px;
  margin-top: 10px;
}
#gnav li.sub .submenu .line a {
display:block;
}
/*mega ここまで*/

#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: 999;
	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;
}

#gnav.fixed #dropmenu {
	max-width: 1000px;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ハンバーガー */

@media only screen and (max-width: 1024px) {
  #header h1 {
  display: none;
} 
	#gnav .dropmenu li.sub {
		display: none;
	}

	#gnav .toggle {
		display: block !important;
		position: fixed !important;
		width: 42px;
		height: 42px;
		top: 0px;
		right: 0px;
		background: #fff;
		cursor: pointer;
		opacity: 0.8;
		z-index: 251;
	}

	#gnav .toggle .bar {
		display: block;
		background: #000;
		height: 2px;
		width: 28px;
		text-indent: 9999px;
		padding: 0;
		top: 50%;
		left: 7px;
		margin-top: -1px;
		position: absolute;
		-webkit-transition: ease .40s;
		transition: ease .40s;
	}

	#gnav .toggle .bar:before {
		display: block;
		content: "";
		background: #000;
		height: 2px;
		width: 28px;
		position: absolute;
		top: -10px;
		left: 0;
	}

	#gnav .toggle .bar:after {
		display: block;
		content: "";
		background: #000;
		height: 2px;
		width: 28px;
		position: absolute;
		top: 10px;
		left: 0;
	}

	#gnav.action .toggle .bar {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#gnav.action .toggle .bar:after,
	#gnav.action .toggle .bar:before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 0;
		left: 0;
	}

	#gnav .accordion-body {
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		opacity: 0;
		-webkit-transition: height ease .1s, opacity ease .4s;
		transition: height ease .1s, opacity ease .4s;
		background: rgba(255, 255, 255, 0.8);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
		z-index: -10;
	}

	#gnav.action .accordion-body {
		height: 100vh;
		opacity: 1;
		z-index: 250;
	}

	#gnav .accordion-inner {
		width: 100%;
		padding: 60px 10px 100px 10px;
		box-sizing: border-box;
	}

	#gnav li {
		display: block;
		width: 100%;
		border: none;
		border-bottom: 1px solid #ddd;
		padding: 0;
		margin: 0;
	}

	#gnav ul li a {
		display: block;
		color: #000;
		text-align: left;
		padding: 10px 15px;
		border: none;
		box-sizing: border-box;
	}

	.overlay:after {
		content: "";
		width: 100%;
		height: 100vh;
		background: #000;
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0.3;
		z-index: 150;
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}

	/**/

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

	#gnav .accordion-inner {
		height: 100vh;
	}

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

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

	}

	#gnav ul li span {
		height: auto;
		background-color: rgba(255, 255, 255, 0.3);
		display: block;
		padding: 10px;
		font-size: 18px;
		font-weight: bold;
		box-sizing: border-box;
	}

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

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

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

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

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

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

	#gnav.fixed {
	  position: static !important;
		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;
	}

	#header .logo .clinic {
		max-width: 150px;
		margin: auto;
		display: block;

	}

	#header .logo .relaxation {
		max-width: 150px;
		margin: auto;
		display: block;
	}

	#header .logo .relaxation img {
		padding-top: 20px;
	}

}

.footinfo {
	max-width: 900px;
	margin: 0 auto;
	width: 95%;
	padding: 78px 0 70px 0;
}

.footinfo .left {
	float: left;
	width: 50%;
	max-width: 370px;
	padding: 0 0 5px 0;
}

.footinfo .right {
	float: right;
	width: 45%;
	max-width: 420px;
	padding: 0 0 20px 0;
}

.tt {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ea9137;
}

.tt th {
	width: 95px;
	height: 45px;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #ea9137;
}

.tt td {
	border-top: 1px solid #ea9137;
	border-left: 1px solid #ea9137;
	text-align: center;
	font-size: 16px;
}

.tt thead td {
	border-left: 1px solid #fff;
	background: #ea9137;
	color: #fff;
	font-size: 16px;
}

.tt thead th {
	background: #ea9137;
	color: #fff;
	font-size: 16px;
}

@media only screen and (max-width: 1024px) {
	.footinfo h3 {
		font-size: 24px;
	}

	.footinfo h3 img {
		max-width: 60px !important;
	}

	.map:after {
		padding-top: 45%;
	}

	.tt th {
		width: 85px;
	}

}

@media only screen and (max-width: 599px) {
	.footinfo .right {
		float: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}

	.footinfo .left {
		float: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.map:after {
		padding-top: 60%;
	}

	.footinfo .left {
		max-width: 380px;
	}
}

#footer {
  padding-top: 80px;
}
#footer #map {
	width: 100%;
	height: 310px;
}

#footer .map-box {
	position: relative;
}

#footer .totop {
	position: absolute;
	z-index: 99;
	top: -20px;
	right: 10px;
}

.footnav {
	background: #fff;
}

.footnav .inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.footnav .inner div {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #333;
	padding: 5px 0 0 0;
}

.footnav .inner div.right {
	border-right: 1px solid #333;
}

.footnav .inner li a {
	font-weight: bold;
}

.footnav .inner li {
	padding: 0 0 5px 0;
}

.footnav .inner ul {
	padding: 0 20px;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footnav .inner ul li {
	width: 100%;
}

.footnav .copy {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 50px 0;
}

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

.footnav .inner ul li dd {
	padding-bottom: 5px;
}
/**/

.footfix {
	display: none;
	background: #fff9f9;
	padding: 5px 10px;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 150;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.footfix .tel_item {
	width: calc(50% - 5px);
}
.footfix .tel_item span {
font-size:10px;
  
}
.footfix .tel_item a {
	background: #a08c81;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 2px 10px;
	box-sizing: border-box;
}
.footfix .tel_item:nth-of-type(-n+2) {
	margin-bottom: 5px;
}
.footfix .telno {
  position: relative;
}
.footfix .telno:before {
  display: inline-block;
  content: "\f095";
  font-family: fontawesome;
  margin-right: 10px;
}
.footfix[data-element-id] {
  display: block;
  position: static !important;
}
@media only screen and (max-width: 1024px) {
	.footnav .inner div ul {
		padding: 0 15px;
	}

	.footnav .inner div ul+ul {
		padding: 0 15px 0 0;
	}

	.footnav .inner ul li * {
		font-size: 10px;
	}

	.footnav .inner li {
		padding: 0;
	}

	.footnav .inner ul li dt {
		font-size: 12px !important;
	}
}

@media only screen and (max-width: 599px) {
	.footnav .inner ul li {
		width: 100%;
	}

	.footnav .inner div {
		border: none !important;
		width: 100%;
	}

.footnav .copy {
  padding-bottom: 120px;
}
  	.footfix {
		display: block;
	}
}


@media only screen and (max-width: 1024px) {
	.btm {
		margin-bottom: 0;
	}

}

/*下層共通*/
.subtit {
	position: relative;
}

.subtit p img {
	width: 100%;
	height: auto;
	opacity: 0.25;
	min-width: 600px;
}

.subtit h2 {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2.5%;
	position: absolute !important;
	top: 50%;
	left: 0;
	z-index: 10;
	text-align: center;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	font-size: 38px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.subtit h2 .e {
	display: block;
	color: #ea9137;
	font-size: 16px;
	line-height: 110%;
}

.h3s {
	text-align: center;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	font-size: 24px;
}

.h3s:after {
	content: "";
	display: block;
	max-width: 198px;
	width: 100%;
	height: 2px;
	background: #ea9137;
	margin: 12px auto 0 auto;
}

.w10 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.w09 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.h4a {
	text-align: center;
	border-bottom: 1px solid;
	max-width: 424px;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	color: #ea9137;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	border-bottom: 1px solid #f4dbdb;
	padding-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
	.subtit h2 {
		font-size: 24px;
	}

	.subtit h2 .e {
		font-size: 12px;
	}

	.h3s {
		font-size: 20px;
	}
}


/*about*/

.about .box {
	margin-top: 80px;
}

.about .box h3 {
	margin-bottom: 50px;
}

.about1 {
	padding: 60px 0 100px 0;
}

.about1 h3 {
	margin-bottom: 60px;
}

.about1 .map {
	border: 1px solid #c2c2c2;
}

.about1 .map iframe {
	vertical-align: bottom;
}

.about2 .h4a {
	margin-bottom: 42px;
}

.about3 .box {
	width: 45.88%;
	float: left;
	text-align: center;
	padding: 0 0 40px 0;
}

.about3 .box.right {
	float: right;
}

.about3 h4 {
	margin-bottom: 32px;
}

.about3 ul {
	text-align: left;
	display: inline-block !important;
	padding-bottom: 35px;
}

.about3 li {
	font-size: 12px;
	color: #ea9137;
	padding: 0 0 16px 0;
}

.about3 dt {
	text-align: center;
}

.titll {
	text-align: center;
	color: #ea9137;
	font-size: 12px;
	padding-bottom: 20px;
}

.titll .w {
	display: inline-block !important;
	position: relative;
	padding: 0 44px;
}

.titll .w:before {
	content: url(/import/tenant_1/133.167.98.36/html/images/slash_left.gif);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.titll .w:after {
	content: url(/import/tenant_1/133.167.98.36/html/images/slash_right.gif);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.about4 {
	padding: 30px 0 60px 0;
	text-align: center;
}

.about4 h4 {
	margin-bottom: 32px;
}

.about4 ul {
	text-align: left;
	display: inline-block !important;
	padding-bottom: 35px;
}

.about4 li {
	font-size: 12px;
	color: #ea9137;
	padding: 0 0 16px 0;
}

.about5 {
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 75px;
	width: 85%;
}

.about5 h4 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	border: 1px solid #ea9137;
	float: left;
	font-size: 18px;
	color: #ea9137;
	padding: 35px 10px;
}

.about5 h4 .p {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	position: absolute;
	width: 50px;
	height: 50px;
	background: #ea9137;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	top: -25px;
	left: -25px;
	border-radius: 50%;
}

.about5 ul {
	width: 78.28%;
	float: right;
	padding: 35px 0 35px 0;
}

.about5 li {
	font-size: 12px;
	color: #ea9137;
	padding: 0 0 16px 0;
}

.about6 dl {
	width: 45.77%;
	margin: 0 8.46% 45px 0;
}

.about6 dl:nth-child(2n+2) {
	margin-right: 0;
}

.about6 {
	padding-bottom: 60px;
}

@media only screen and (max-width: 599px) {
	.about3 .box {
		width: 100%;
		float: none !important;
	}

	.about5 h4 {
		float: none;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		padding: 10px;
		text-align: center;
	}

	.about5 ul {
		float: none;
		width: auto;
	}

	.about6 dl {
		width: 100%;
		margin-right: 0;
	}

	.about6 dd {
		text-align: center;
	}
}

/*診療項目*/

.kotu1 {
	padding: 55px 0 0 0;
}

.kotu1 h3 {
	margin-bottom: 45px;
}

.kotu1 .pic {
	float: right;
	width: 30%;
	padding: 0 0 20px 0;
}

.kotu1 .tbox {
	float: left;
	width: 55%;
}

.kotu1 .tbox div {
	padding: 0 0 20px 0;
}

.kotu2, .cyan .box {
	margin: 50px 0;
	border: 2px solid #ea9137;
	padding: 2% 4.5% 2% 4.5%;
}

.kotu2 h3 {
	text-align: center;
	font-size: 24px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	padding: 0 0 50px 0;
}

.kotu2 .pic {
	float: right;
	width: 30%;
	text-align: center;
}

.kotu2 .tbox {
	width: 55%;
}

.kotu2 li {
	font-size: 16px;
	padding: 8px 0 30px 40px;
	background: url(/import/tenant_1/133.167.98.36/html/images/nayami_check.gif) 0 0 no-repeat;
}

.kotu2 ul.flexsb li {
	width: 42%;
	background: none;
	padding: 0;
	margin-bottom: 20px;
}

.kotu2 ul.flexsb li span {
	border-radius: 50%;
}

.kotu2 ul.flexsb li dd {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	font-size: 18px;
}

.kotu2 .tbox div {
	padding: 0 0 20px 0;
}

.katuban .kotu2 .pic {
	padding-top: 50px;
}

.kotu2 .tex {
	margin-bottom: 20px;
}

.bkh {
	background: #f7f7f7;
}

.kotu3 {
	padding: 45px 0 15px 0;

}

.kotu3 h3 {
	margin-bottom: 35px;
}

.kotu3 div {
	padding: 0 0 20px 0;
}

.kotu3 div.flex {
	padding: 10px 0 0 0;
}

.kotu3 dl {
	width: 46.66%;
	padding: 0 6.68% 50px 0;
}

.kotu3 dl:nth-child(2n+2) {
	padding-right: 0;
}

.kotu3 dt, .osusume h4 {
	padding: 20px 0 10px 0;
	font-size: 18px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	font-weight: bold;
	color: #ea9137;
}

.kotu3.dm dd img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.kotu3.dm dt {
	color: #222;
}

.bkp {
	background: #fff9f9;
}

.kotu_r h4 {
	padding: 20px 0 10px 0;
	font-size: 18px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	font-weight: bold;
	color: #ea9137;
}

.kotu_r, .allbox {
	padding: 55px 0 0 0;
}

.kotu_r h3, .allbox h3 {
	margin-bottom: 45px;
}

.kotu_r .pic {
	float: right;
	width: 40%;
	padding: 0 0 70px 0;
}

.kotu_r .tbox {
	float: left;
	width: 55%;
}

.kotu_r .tbox div {
	padding: 0 0 20px 0;
}

.jiko .kotu_l h4 {
	padding: 20px 0 10px 0;
	font-size: 18px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	font-weight: bold;
	color: #ea9137;
}

.jiko .kotu_l {
	padding: 55px 0 0 0;
}

.jiko .kotu_l h3 {
	margin-bottom: 45px;
}

.jiko .kotu_l .pic {
	padding: 20px 0 70px 0;
	float: left;
	width: 40%;

}

.jiko .kotu_l .tbox {
	float: right;
	width: 55%;
}

.jiko .kotu_l .tbox div {
	padding: 0 0 20px 0;
}

.kotu_l {
	padding: 55px 0 0 0;
}

.kotu_l h3 {
	margin-bottom: 45px;
}

.kotu_l .pic {
	float: left;
	width: 40%;
	padding: 0 0 72px 0;
}

.kotu_l .tbox {
	float: right;
	width: 55%;
}

.kotu_l .tbox div {
	padding: 0 0 20px 0;
}

.sports .kotu2 .pic {
	padding-top: 150px;
}

.sports .kotu2 .pic {
	padding-top: 150px;
}

.shisei .kotu2 .pic {
	padding-top: 20px;
}

.koshi .kotu2 .pic {
	padding-top: 30px;
}

.kubikata .kotu2 .pic {
	padding-top: 65px;
}

.kaigo .kotu2 .pic {
	padding-top: 140px;
}

.hiza .kotu2 .pic {
	padding-top: 100px;
}

.jiko .kotu2 .pic {
	padding-top: 210px;
}

.jiko .kotu_l .tbox ul {
	padding: 0px 0 20px 0;
}

.jiko .kotu_r .tbox ul {
	padding: 0px 0 20px 0;
}

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

	.kotu2 h3 {
		font-size: 20px;
	}

	.kotu2 li {
		font-size: 14px;
	}
}

@media only screen and (max-width: 599px) {
	.kotu1 .pic {
		float: none;
		width: auto;
		text-align: center;
	}

	.kotu1 .tbox {
		width: auto;
		float: none;
	}

	.katuban .kotu2 .pic {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: auto;
		max-width: 250px;
		padding-bottom: 30px;
	}

	.acu .kotu2 .pic {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: auto;
		max-width: 250px;
		padding-bottom: 30px;
	}

	.kotu_l .pic {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: auto;
		max-width: 100%;
		padding-bottom: 30px;
	}

	.kotu_l .tbox {
		width: auto;
		float: none;
	}

	.kotu_r .pic {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: auto;
		max-width: 100%;
		padding-bottom: 30px;
	}

	.kotu_r .tbox {
		width: auto;
		float: none;
	}

	.sports .kotu2 .pic {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: auto;
		max-width: 100%;
		padding-bottom: 30px;
		padding-top: 0px;
	}

	.sports .kotu2 .pic {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: auto;
		max-width: 100%;
		padding-bottom: 30px;
		padding-top: 0px;
	}

	.shisei .kotu2 .pic {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: auto;
		max-width: 100%;
		padding-bottom: 30px;
	}

	.koshi .kotu2 .pic {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: auto;
		max-width: 100%;
		padding-bottom: 30px;
		padding-top: 0px;
	}

	.kubikata .kotu2 .pic {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: auto;
		max-width: 100%;
		padding-bottom: 30px;
		padding-top: 0px;
	}

	.kaigo .kotu2 .pic {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: auto;
		max-width: 100%;
		padding-bottom: 30px;
		padding-top: 0px;
	}

	.hiza .kotu2 .pic {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: auto;
		max-width: 100%;
		padding-bottom: 30px;
		padding-top: 0px;
	}

	.jiko .kotu2 .pic {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: auto;
		max-width: 100%;
		padding-bottom: 30px;
		padding-top: 0px;
	}

	.jiko .kotu_l .pic {
		float: none;
		width: 100%;
		padding: 20px 0 20px 0;
	}

	.jiko .kotu_l .tbox {
		width: auto;
		float: none;
	}

	.katuban .kotu2 .pic {
		padding-top: 0;
	}

	.kotu2 .tbox {
		width: auto;
		float: none;
	}

	.kotu_r .pic {
		float: none;
		width: auto;
		padding: 0 0 20px 0;
	}

	.kotu_r .tbox {
		float: none;
		width: auto;
	}

	.kotu_r h4 {
		padding: 20px 0 10px 0;
		font-size: 16px;
		font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
		font-weight: bold;
		color: #ea9137;
	}

	.kotu_r p {
		padding: 0px 0 20px 0;
		font-size: 12px;

	}

	.kotu3 dl {
		width: 93%;
		max-width: 450px;
		padding: 0;
		margin: 0 auto 30px;
	}

}


/*top*/

/* メインビジュアル */

.mainimg {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.mainimg img {
	width: 100%;
}

.mainimg .uk-slidenav-position {
	position: relative;
	overflow: hidden;
}

.mainimg .uk-slidenav-position:after {
	padding-top: 40%;
	content: '';
	display: block;
}

.mainimg .uk-slideshow {
	position: absolute;
	top: 0;
}

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

.mainimg h2 {
	max-width: 900px;
	width: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	color: #fff;
	text-shadow: 0 0 15px #000;
	font-size: 46px;
	z-index: 5;
}

.mainimg h2 strong {
	font-size: 64px;
}

@media only screen and (max-width: 1024px) {
	.mainimg h2 {
		font-size: 24px;
	}

	.mainimg h2 strong {
		font-size: 30px;
	}
}

@media only screen and (max-width: 599px) {
	.mainimg h2 {
		font-size: 18px;
	}

	.mainimg h2 strong {
		font-size: 24px;
	}
}

.home-service {
	max-width: 1030px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	width: 95%;
}

.h3h {
	text-align: center;
	font-size: 30px;
	padding-bottom: 35px;
}

.h3h .e {
	display: block;
	color: #ea9137;
	font-size: 16px;
	line-height: 1;
}

.home-service dl {
	width: 21.74%;
	padding: 0 4.3% 0 0;
}

.home-service dl:nth-child(4n+4) {
	padding-right: 0;
}

.home-service dd.pic span {
	border-radius: 50%;
}

.home-service dd.pic {
	text-align: center;
}

.home-service dt {
	text-align: center;
	font-size: 18px;
	color: #ea9137;
	padding: 10px 0 5px 0;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
}

.home-service dt+dd {
	padding: 0 0 10px 0;
}

.home-service dd+dd {
	text-align: center;
}

.home-service dd+dd img {
	vertical-align: middle;
	margin-right: 0.5em;
}

.home-service dd+dd a {
	color: #ea9137;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.home-service dl {
	padding-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
	.home-service dt {
		font-size: 16px;
	}
}

@media only screen and (max-width: 599px) {
	.home-service dl {
		width: 48%;
		padding-left: 1%;
		padding-right: 1% !important;
	}
}

.home-scope {
	max-width: 800px;
	margin: 0 auto 70px auto;
	width: 95%;
	border: 1px solid #ea9137;
}

.home-scope h4 {
	font-size: 28px;
	background: #ee8f32;
}

.home-scope h4 .r {
	display: block;
	background: #ea9137;
	color: #fff;
	padding: 15px 0 15px 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 508px;
	position: relative;
}

.home-scope div {
	padding: 0 5%;
}

.home-scope h4 .r img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100% !important;
}

.home-scope div .tbox {
	padding: 35px 0 0 0;
	float: left;
	width: 60%;
}

.home-scope div .pic {
	float: right;
	width: 36%;
	margin-top: -46px;
	padding: 0 0 20px 0;
	position: relative;
	z-index: 1;
}

.home-scope div .tbox p {
	padding: 0 0 20px 0;
}

.home-scope div .tbox p a {
	color: #ea9137;
}

.home-scope div .tbox p a img {
	vertical-align: middle;
	margin-right: 0.5em;
}

@media only screen and (max-width: 1024px) {
	.home-scope h4 {
		font-size: 20px;
	}

	.h3h {
		font-size: 20px;
	}

	.h3h .e {
		font-size: 12px;
	}
	.home-greet li {
	  width: 47%;
	}
}

@media only screen and (max-width: 599px) {
	.home-scope div .pic {
		margin-top: 20px;
		float: none;
		width: auto;
		text-align: center;
	}

	.home-scope div .tbox {
		float: none;
		width: auto;
	}
}

.home-greet {
	position: relative;
	overflow: hidden;
	padding: 80px 0 40px 0;
}

.home-greet .m1000 {
	position: relative;
	z-index: 1;
}


.home-greet .m1000 .hmore {
	text-align: center;
	padding-top: 40px;
}

.home-greet li {
	background: #fff;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.home-greet li dl.tit {
	margin-bottom: 10px;
}

.home-greet li dl.tit dt {
	width: 80px;
}

.home-greet li dl.tit dd {
	width: calc(100% - 80px);
	color: #ea9137;
	border-bottom: solid #ea9137 1px;
	padding-bottom: 5px;
	font-family: "M PLUS Rounded 1c";
}

.home-greet li dl.tit .tex {}

.hmore a {
	display: inline-block !important;
	width: 100%;
	max-width: 260px;
	text-align: center;
	background: #a08c81;
	position: relative;
	font-size: 16px;
	color: #fff;
	padding: 14px 0;
	font-family: "M PLUS Rounded 1c";
}

.hmore a:before {
	content: url(/import/tenant_1/133.167.98.36/html/images/top/icon_02.png);
	top: 50%;
	right: 15px;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.home-incho {
	max-width: 900px;
	margin: 0 auto;
	padding: 80px 0 50px 0;
	width: 95%;
}

.home-incho .pic {
	width: 29.77%;
	padding: 0 0 0 5.55%;
}

.home-incho .tbox {
	width: 50%;
	padding: 20px 0 0 0;
}

.home-incho .tbox .hmore {
	margin-top: 30px;
}

.home-incho .pic dt {
	text-align: center;
	font-size: 16px;
	padding: 10px 0 20px 0;
}

.home-incho .tbox div {
	padding: 0 0 20px 0;
}

@media only screen and (max-width: 599px) {
	.home-incho .pic {
		padding-left: 0;
		width: auto;
		text-align: center;
		float: none;
		margin: 0 auto;
	}

	.home-incho .pic dd {
		text-align: center;
	}

	.home-incho .tbox {
		float: none;
		width: auto;
		margin: 0 auto;
	}
	.home-incho .tbox .hmore {
	  text-align: center;
	}
	.home-greet li {
	  width: 95%;
	}
}

.home-post {
	padding: 70px 0 35px 0;
}

.home-post h3 {
	text-align: center;
	font-size: 34px;
	padding: 0 0 25px 0;
}

.home-post .table {
	border-top: 1px solid #f4dbdb;
	margin-bottom: 30px;
}
.home-post .table a {
  display: block;
}
.home-post .table a:hover {
  opacity: 0.6;
}

.home-post .box {
	width: 46.6%;
	float: left;
	padding-bottom: 40px;
}

.home-post .box+.box {
	float: right;
}

.home-post .hmore {
	text-align: center;
}

.home-post .hmore a {
	max-width: 215px;
}

.home-post .table dt {
	font-size: 12px;
	color: #ea9137;
	font-weight: bold;
	padding-bottom: 5px;
}

.home-post .table dt span.d span {
	display: inline-block !important;
	background-color: #ea9137;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-family: "ヒラギノ丸ゴ Pro W4",
		"ヒラギノ丸ゴ Pro",
		"Hiragino Maru Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"メイリオ",
		Meiryo,
		"HG丸ゴシックM-PRO",
		"HGMaruGothicMPRO";
	border-radius: 15px;
	margin-left: 10px;
	padding: 3px 15px;
}

.home-post .table dl {
	border-bottom: 1px solid #f4dbdb;
	padding: 10px 0;
}

@media only screen and (max-width: 1024px) {
	.home-post h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 599px) {
	.home-post .box {
		float: none;
		width: auto;
	}
	.home-post .box+.box {
	  float: none;
	  width: auto;
	}
	.home-post .table dt span.d {
	  display: block;
	}
	.home-post .table dt span.d span {
	  margin: 10px 5px 0 0;
	}

}

/*home-clinic*/
.home-clinic {
	padding-top: 80px;
}

.home-clinic li {
	margin-bottom: 80px;
}

.home-clinic h4,
.footinfo h4 {
	margin-bottom: 20px;
}

.home-clinic h4 span.clinic img {
	width: 100%;
	max-width: 150px !important;
	margin-top: -18px;
	margin-right: 20px;
}

.footinfo h4 span.clinic img {
	width: 100%;
	max-width: 180px !important;
	margin-top: -18px;
	margin-right: 20px;
}

.home-clinic h4 span.relaxation img {
	width: 100%;
	max-width: 180px !important;
	margin-right: 20px;
	margin-top: -18px;
}

.footinfo h4 span.relaxation img {
	width: 100%;
	max-width: 200px !important;
	margin-right: 20px;
	margin-top: -18px;
}

.home-clinic dl,
.footinfo dl {
	margin-bottom: 10px;
}

.home-clinic dt,
.footinfo dt {
	width: 80px;
}

.home-clinic dd,
.footinfo dd {
	width: calc(100% - 80px);
}

.home-clinic .hmore, .home-clinic .line {
  max-width: 200px;
}
.home-clinic .line a {
  display: block;
  margin-top: 5px;
}
 .home-clinic .link li {
 margin: 0;
}
/* .home-clinic .link li {
  width: 48%;
}


.home-clinic .hmore a {
  width: 100%;
  height: 100%;
background: #a08c81;
}

.home-clinic .hmore a {
  margin-bottom: 10px;
}
.home-clinic .hmore a:before {
  content:none;
} */

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

	.home-clinic h4 {
		font-size: 20px;
	}

	.footinfo h4 {
		font-size: 18px;
	}

	.home-clinic h4 span.clinic img {
		max-width: 100px !important;
		margin-top: -5px;
	}

	.footinfo h4 span.clinic img {
		max-width: 130px !important;
		margin-top: -12px;
	}

	.home-clinic h4 span.relaxation img {
		max-width: 130px !important;
		margin-top: -5px;
	}

	.footinfo h4 span.relaxation img {
		max-width: 150px !important;
		margin-top: -12px;
	}
}

/*home-push*/
.home-push {
	position: relative;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 50px;
	background: url(/upload/tenant_1/0c414e93c10e8ce463c4d0d3393d8bc9.png);
	background-size: cover;
	overflow: hidden;
}
.hanko {
  position: absolute;
  right: -15px;
  top: -15px;
  opacity: 0.3;
  
}
.hanko img {
width: 240px;
  
}
.home-push dt.fs-32  {
  color: #b0a07c;
}
.home-push ul {
  position: relative;
  z-index: 2;
}

.home-push dt,
.home-push dd {
	font-family: "游明朝",
		YuMincho,
		"ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		"HG明朝",
		serif;
}
@media only screen and (max-width: 1024px) {
.hanko {
  right: -20px;
  top: -22px;
}
}
@media only screen and (max-width: 599px) {
	.home-push li {
		margin-bottom: 20px;
	}
	.hanko {
  right: -20px;
  top:unset;
  bottom: -30px;
}

}


/*menu*/
.menu .box {
	position: relative;
}

.menu1 {
	margin: 30px 0;
}

.menu1 h3 {
	z-index: 1;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	font-size: 36px;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #ffffff;
}

.menu1 .tbox {
	display: block;
	padding: 25px 0 50px 0;
}

.menu1 dl {

	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	padding: 27px 0 27px 0;
	border-bottom: 1px dotted #ea9137;

}

.menu1 dt {
	float: left;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	font-size: 16px;
	padding-left: 20px;
	background: url(/import/tenant_1/133.167.98.36/html/images/menu/menu_bt.gif) 0 5px no-repeat;
}

.menu1 dl.menu-tit {
	background: #f9efe1;
}

.menu1 dd {
	float: right;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	font-size: 16px;
}

/*visitor*/
.visitor1.kotu1 .tbox {
	width: 57%;
}

.visitor1 .tbox h4 {
	font-size: 18px;
	color: #ea9137;
	padding-bottom: 30px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.visitor1 .pic * {
	text-align: center;
}

.visitor1 .pic .t {
	display: block;
	margin-bottom: 20px;
	position: relative;
	display: inline-block !important;
	padding: 0 20px;
}

.visitor1 .pic .t:before {
	content: url(/import/tenant_1/133.167.98.36/html/images/slash_left.gif);
	display: inline-block !important;
	position: absolute;
	top: 50%;
	left: 0;
}

.visitor1 .pic .t:after {
	content: url(/import/tenant_1/133.167.98.36/html/images/slash_right.gif);
	display: inline-block !important;
	position: absolute;
	top: 50%;
	right: 0;
}

.visitor1 {
	padding-bottom: 135px;
}

.visitor2 {
	width: 100%;
}

.visitor2 .inn {
	position: relative;
}

.visitor2 h3 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 90px;
}

.visitor2 h3 .t {
	display: inline-block !important;
	padding: 0 10px;
}

.visitor2 h3:before {
	content: url(/import/tenant_1/133.167.98.36/html/images/slash_left.gif);
	display: inline-block !important;
	vertical-align: bottom;
}

.visitor2 h3:after {
	content: url(/import/tenant_1/133.167.98.36/html/images/slash_right.gif);
	display: inline-block !important;
	vertical-align: bottom;
}

.visitor2 .w10 {
	background-color: #f9efe1;
	padding: 20px 0 50px 0;
}

.visitor2 .pic {
	position: absolute;
	width: 66%;
	max-width: 658px;
	left: 0;
	top: 20px;
}

.visitor2 .tbox {
	width: 35%;
	float: right;
	padding: 55px 5% 55px 5%;
	position: relative;
}

.visitor2 .tbox h4 {
	font-size: 22px;
	font-weight: bold;
	color: #ea9137;
	padding-bottom: 30px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.visitor2 .tbox strong {
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	width: 74px;
	height: 65px;
	padding: 25px 0 0 0;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	text-align: center;
	display: block;
	background: url(/import/tenant_1/133.167.98.36/html/images/first/icon_01.png) no-repeat top;
	position: absolute;
	top: -80px;
	left: 15px;
}

.visitor3 {
	padding: 90px 0 0 0;
}

.visitor3 h3 {
	margin-bottom: 75px;
}

.visitor3 .box:nth-of-type(odd) {
	background-color: #fff9f9;
	padding: 24px 0;
}

.visitor3 .box .pic {
	width: 44.4%;
	float: left;
}

.visitor3 .box dl {
	width: 51%;
	float: right;
}

.visitor3 .box dt {
	font-size: 22px;
	font-weight: bold;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	color: #ea9137;
	padding-bottom: 40px;
}

.visitor3 .box {
	position: relative;
	margin-bottom: 104px;
}

.visitor3 .box:after {
	content: url(/import/tenant_1/133.167.98.36/html/images/first/flow_ar.png);
	position: absolute;
	bottom: -60px;
	width: 100%;
	text-align: center;
	display: block;
}

.visitor3 .box:last-of-type:after {
	display: none;
}

.visitor4 {
	padding: 80px 0;
}

.visitor4 h3 {
	margin-bottom: 35px;
}

.visitor4 h3+p {
	font-size: 14px;
	text-align: center;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	padding-bottom: 70px;
}

.visitor4 .box {
	max-width: 850px;
	width: 95%;
	margin: 0 auto;
}

.visitor4 .box h4 {
	font-size: 14px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	color: #ea9137;
	padding-bottom: 20px;
	border-bottom: 1px solid #f4dbdb;
	margin-bottom: 24px;
	cursor: pointer;
}

.visitor4 .box h4 strong {
	display: block;
	width: 94%;
	float: right;
}

.visitor4 .box .q {
	font-size: 24px;
	font-weight: normal;
	display: inline-block !important;
	width: 6%;
	text-align: center;
	float: left;
}

.visitor4 .box .txt {
	width: 94%;
	float: right;
	padding-bottom: 50px;
}

.visitor4 .box .a {
	display: none;
}
.visitor4[data-element-id] .box .a {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.visitor2 h3 {
		padding-bottom: 50px;
	}

	.visitor2 .pic {
		position: relative;
		text-align: center;
		margin: 0 auto;
	}

	.visitor2 .tbox {
		width: 90%;
		float: none;
	}
}

@media only screen and (max-width: 599px) {
  .menu1 h3 {
    font-size: 25px;
  }
	.visitor1.kotu1 .tbox {
		width: auto;
	}

	.visitor3 .box .pic {
		width: 100%;
		float: none;
		text-align: center;
		padding-bottom: 20px;
	}

	.visitor3 .box dl {
		width: 100%;
		float: none;
	}

	.visitor3 .box dt {
		padding-bottom: 25px;
	}

	.visitor4 .box .q {
		padding-right: 4%;
	}

	.visitor4 .box .txt,
	.visitor4 .box h4 strong {
		width: 90%;
	}
	.visitor2 .tbox strong {
	  top: -40px;
	}
	.visitor2 .pic {
	  margin: 0 auto 34px;
	}
}

/*staff*/
.staff1 {
	padding: 55px 0 0 0;
}

.staff1 h3 span {
	display: block;
	text-align: center;
}

/* .staff1 h3 span.tit {
	background: #ea9137;
	color: #fff;
	font-size: 16px;
	padding: 0;
	width: 180px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;

} */

.staff1 h3.h3s:after {
	content: none;
}

.staff1 span.clinic img {
	width: 100%;
	max-width: 180px !important;
	margin-bottom: 10px;
}

.staff1 span.relaxation img {
	width: 100%;
	max-width: 180px !important;
	margin-bottom: 10px;
}

.staff .s-box {
	padding: 40px 0 65px 0;
}

.staff .s-box:last-of-type {
	padding-bottom: 130px;
}

.staff .clinic-member {
	padding-bottom: 50px;
}

.staff .clinic-member:nth-of-type(even) {
	background-color: #fff9f9;
}

.staff .s-box .name {
	padding-bottom: 30px;
}

.staff .s-box .visitor1 {
	padding-bottom: 50px;
}

.staff .s-box .visitor1.kotu1 .pic {
	width: 32%;
}

.staff .s-box .visitor1 .tbox .name h4 {
	font-size: 24px;
	line-height: 110%;
	font-weight: normal;
	padding: 15px 0 0 0;
}

.staff .s-box .visitor1 .tbox .name h4 .jp {
	color: #222222;
	display: block;
}

.staff .s-box .visitor1 .tbox .name h4 .en {
	font-size: 16px;
}

.staff3 {
	width: 85%;
	margin: 0 auto;
	max-width: 850px;
	border: 1px dotted #ea9137;
}

.staff3 h5 {
	display: inline-block !important;
	font-size: 22px;
	color: #ea9137;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	background-color: #fff;
	padding: 0 14px 40px 14px;
	margin: -20px 0 0 60px;
	vertical-align: top;
}

.clinic-member:nth-of-type(even) .s-box .staff3 h5 {
	background-color: #fff9f9;
}

.staff3 .inn {
	width: 88%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.staff3 .inn dt {
	width: 20.6%;
	padding: 0 3% 0 0;
	float: left;
	color: #ea9137;
}

.staff3 .inn dd {
	width: 76.4%;
	float: right;
}

.staff3 .inn dl {
	padding-bottom: 15px;
}

.staff-subbox {
	margin: 50px 0;
}

.staff-subbox li {
	margin-bottom: 50px;
}

.staff-subbox li h4 {
	margin-bottom: 20px;
}

.staff-subbox li dl {
	border-bottom: 1px dotted #ea9137;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.staff-subbox li dt {
	width: 150px;
}

.staff-subbox li dd {
	width: calc(100% - 150px);
}

.staff-subbox li .w65 .tex {
	margin-bottom: 20px;
}

@media only screen and (max-width: 599px) {
	.staff .s-box .visitor1.kotu1 .pic {
		width: 100%;
		padding-bottom: 20px;
	}

	.staff3 {
		width: 100%;
	}

	.staff3 .inn dt {
		width: 100%;
		float: none;
	}

	.staff3 .inn dt br {
		display: none;
	}

	.staff3 .inn dd {
		width: 100%;
		float: none;
	}

	.staff .s-box .name .num {
		width: 100%;
		float: none;
		text-align: center;
	}

	.staff-subbox li p.w30 {
		width: 100%;
		max-width: 250px;
		margin: 0 auto 20px;
	}

	.staff-subbox li .w65 {
		width: 98%;
		margin: 0 auto 30px;
	}

	.staff-subbox li dt {
		width: 100%;
		margin-bottom: 10px;
	}

	.staff-subbox li dd {
		width: 100%;
	}

}

/*news*/

.one-line {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.news1 {
	max-width: 1050px;
	width: 95%;
	margin: 0 auto;
	padding: 55px 0 90px 0;
}

.news1 h3 {
	margin-bottom: 100px;
}

.news1 .inn {
	border: 1px dotted #ea9137;
	margin-bottom: 20px;
}

.news1 .inn ul {
	padding: 40px 0 0 0;
}

.news1 .inn ul li {
	width: 19.5%;
	display: inline-block !important;
	text-align: center;
	position: relative;
	padding-bottom: 35px;
}

.news1 .inn ul li:after {
	content: "";
	width: 1px;
	height: 20px;
	background-color: #666666;
	display: inline-block !important;
	position: absolute;
	right: 0;
}

.news1 .inn ul li:nth-of-type(5n):after {
	background-color: #fff;
}

.news1 .inn ul li a {
	font-size: 16px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	display: inline-block !important;
	width: 80%;
	margin: 0 auto;
	line-height: 100%;
}

.news1 .inn ul li.st a {
	background: url(/import/tenant_1/133.167.98.36/html/images/news/news_bg.gif) repeat-x bottom;
}

.news1 .inn2 ul {
	padding-left: 15px;
}

.news1 .inn2 li {
	display: inline-block !important;
	min-width: 72px;
	margin: 0 30px 15px 0;
}

.news1 .inn2 li a {
	display: block;
	background-color: #ea9137;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	border-radius: 15px;
}

/*all-news 共通*/
.all-news {
	margin-bottom: 50px;
}

.all-news li.news2 {
	width: 30%;
	margin-right: 3%;
	padding-bottom: 40px;
}

.all-news li.news2 .pic {
	padding-bottom: 30px;
}

.all-news li.news2 .cd {
	font-size: 12px;
	padding-bottom: 30px;
}

.all-news li.news2 .tbox dl .cate span {
	display: inline-block !important;
	padding: 7px 5px;
	border: 1px dotted #ea9137;
	text-align: center;
	margin: 0 5px 10px 0;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.all-news li.news2 .tbox dl .date {
	color: #ea9137;
	font-weight: bold;
	display: inline-block;
}

.all-news li.news2 .tbox dl dt {
	font-weight: bold;
	margin-top: 10px;
}

/*1つ目だけ*/

.all-news li.news2:first-of-type {
	width: 100%;
}

.all-news li.news2:first-of-type .pic {
	width: 43.4%;
	float: left;
	overflow: hidden;
}

.all-news li.news2:first-of-type .pic span {
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
}

.all-news li.news2:first-of-type .tbox {
	width: 50%;
	float: right;
	padding: 35px 0 0 0;
}

.all-news li.news2:first-of-type .tbox .new {
	font-size: 22px;
	font-weight: bold;
	color: #ea9137;
	display: block;
	padding-bottom: 15px;
}

.all-news li.news2:first-of-type .tbox dl .cate span {
	display: inline-block !important;
	padding: 7px 5px;
	border: 1px dotted #ea9137;
	text-align: center;
	font-size: 12px;
	margin: 0 5px 50px 0;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.all-news li.news2:first-of-type .tbox dl .date {
	font-size: 12px;
	color: #ea9137;
	padding-bottom: 5px;
	font-weight: bold;
	display: block;
}

.all-news li.news2:first-of-type .tbox dl dt {
	margin-top: 0;
}

.all-news li.news2:first-of-type {
	padding-bottom: 87px;
}

.all-news li.news2:nth-of-type(n-2) .tbox .new {
	display: none;
}

.all-news li.news2:nth-of-type(n-2) .pic {
	padding-bottom: 15px;
}

.news .pagenav {
	text-align: center;
}

.news .pagenav a {
	display: inline-block !important;
	width: 50px;
	line-height: 50px;
	border-radius: 10px;
	border: 1px solid #ea9137;
	text-align: center;
	color: #ea9137;
	margin: 0 5px 10px 5px;
}

.news .pagenav a img {
	vertical-align: middle;
}

.news .pagenav a.st {
	background-color: #ea9137;
	color: #fff;
}

.news .pagenav {
	padding-bottom: 100px;
}

/*ブログ署名*/

/* .blog-info-box {
  display: none;
} */

.blog-info {
  margin-top: 20px;
    display: none;
  border-top: 2px dashed #ddd;
}
.blog-info[data-element-id] {
  display: block;
}
.blog-info-box h4 {
    padding:0 !important;
}
.博多院>.blog-info.博多院 {
  display: block;
} 
.ノース天神院> .blog-info.ノース天神院 {
  display: block;
} 
.からだ屋博多店>.blog-info.からだ屋博多店 {
  display: block;
} 
.からだ屋ノース天神店>.blog-info.からだ屋ノース天神店 {
  display: block;
} 
 
@media only screen and (max-width: 1024px) {
	.news1 .inn ul li a {
		font-size: 12px;
	}

	.news1 .inn ul li {
		width: 30%;
	}

	.news1 .inn ul li:nth-of-type(5n):after {
		background-color: #666666;
	}

	.all-news li.news2:nth-last-of-type(n-2) .tbox dl .date {
		display: block;
		margin-top: 10px;
	}
	.all-news li.news2:first-of-type .tbox {
	  padding: 0;
	}
	.all-news li.news2:first-of-type .tbox dl .cate span {
	  margin-bottom: 10px;
	}
}

@media only screen and (max-width: 599px) {
	.news1 .inn ul li {
		width: 50%;
	}

	.news1 .inn ul li:nth-of-type(even):after {
		background-color: #fff;
	}

	/**/
	.all-news li.news2 {
		width: 47%;
	}

	/* .news3 dl .cd .cate {
		min-width: auto;
	} */

	/**/

	.all-news li.news2:first-of-type .pic {
		width: 100%;
		float: none;
		text-align: center;
	}

	.all-news li.news2:first-of-type .pic img {
		width: 100%;
	}

	.all-news li.news2:first-of-type .tbox {
		width: 100%;
		float: none;
	}

}

.newswrap {
	padding: 65px 0 0 0;
}

.newswrap #side {
	float: right;
	max-width: 300px;
	width: 100%;
}
.newswrap #side dd a{
  color: #ea9137;
}

.newswrap #left {
	float: left;
	width: 100%;
	max-width: 653px;
	padding-bottom: 100px;
}

.newswrap .h3s {
	margin-bottom: 90px;
}

.newswrap #side dl {
	margin-bottom: 50px;
}

.newswrap #side dt {
	color: #ea9137;
	font-size: 18px;
	border-bottom: 3px solid #ea9137;
	padding-bottom: 3px;
}

.newswrap #side dt strong {
	font-weight: normal;
}

.newswrap #side dt .n {
	display: inline-block !important;
	float: right;
	font-size: 14px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.newswrap #side .cat dd {
	border-bottom: 1px solid #ea9137;
}

.newswrap #side .cat dd a {
	display: block;
	padding: 14px 0 14px 26px;
	background: url(/import/tenant_1/133.167.98.36/html/images/top/icon_01.png) 0 16px no-repeat;
	color: #ea9137;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.newswrap #side .cat dd a strong {
	font-weight: normal;

}

.newswrap #side .cat dd a .n {
	display: inline-block !important;
	float: right;
}

.newswrap #side .arc dd .y {
	display: block;
	padding: 14px 0 14px 0;
	color: #ea9137;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #ea9137;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.newswrap #side .arc dd ul {
	border-bottom: 1px solid #ea9137;
}

/* 
.newswrap #side .arc dd .y:before {
	content: "▲";
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
} */

.newswrap #side .arc dd ul {
	padding: 0 0 5px 2em;
	display: none;
}

.newswrap #side .arc dd li {
	padding: 14px 0 14px 0;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.newswrap #side .arc dd li a {
	color: #ea9137;
}

.newswrap .single .cat {
	text-align: center;
	padding-bottom: 20px;
	position: relative;
}

.newswrap .single .cat:before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	border-top: 1px dotted #ea9137;
	position: absolute;
	top: 25%;
	z-index: 0;
}

.newswrap .single .cat .w {
	display: inline-block !important;
	font-size: 16px;
	border: 1px dotted #ea9137;
	max-width: 240px;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.newswrap .single .cat .w span {
  display: block;
  text-align: center;
}

.newswrap .inn2 li {
	display: inline-block !important;
	min-width: 72px;
	margin: 0 30px 15px 0;
}

.newswrap .inn2 li a {
	display: block;
	background-color: #ea9137;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	border-radius: 15px;
}

.newswrap .inn2 {
	padding-bottom: 30px;
}

.newswrap .single .day {
	color: #ea9137;
	font-size: 12px;
}

.newswrap .single h4 {
	font-weight: normal;
	padding: 0 0 35px 0;
}

.newswrap .single .txt p {
	padding: 0 0 20px 0;
}

.newswrap .single .txt p.pic {
	padding-bottom: 75px;
}

.newswrap .single {
	padding-bottom: 35px;
}

.newswrap .writer {
	background: #f9efe1;
	padding: 30px 4.59% 30px 4.59%;
	margin-bottom: 80px;
}

.newswrap .writer h4 {
	font-size: 14px;
	font-weight: normal;
	color: #ea9137;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	padding: 0 0 20px 0;
}

.newswrap .writer .pic {
	float: left;
	width: 25.25%;
	padding: 0 0 20px 0;
}

.newswrap .writer .right {
	width: 65.65%;
	float: right;

}

.newswrap .writer .right p {
	padding: 0 0 20px 0;
}

.newswrap .writer .right h5 {
	padding: 0 0 30px 0;
	font-size: 16px;
	font-weight: normal;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.newswrap .writer .right h5 .p {
	display: block;
}

.newswrap .back {
	text-align: center;
	padding-bottom: 80px;
}

.newswrap .back a {
	background: #ea9137;
	color: #fff;
	display: inline-block !important;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	max-width: 235px;
	width: 100%;
	padding: 15px 0;
	position: relative;
	border-radius: 10px;
}

.newswrap .back a:before {
	content: url(/import/tenant_1/133.167.98.36/html/images/news/back.png);
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.otherpost h4 {
	text-align: center;
	color: #ea9137;
	border-top: #ea9137 3px solid;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	padding: 15px 0 25px 0;
}

.otherpost dl {
	width: 45.94%;
	margin-right: 8.12%;
	padding-bottom: 40px;
}

.otherpost dl:nth-child(2n+2) {
	margin-right: 0;
}

.otherpost .cd {
	font-size: 12px;
	padding-bottom: 5px;
}

.otherpost .cd .cate span {
	display: inline-block !important;
	padding: 7px 5px;
	border: 1px dotted #ea9137;
	text-align: center;
	margin: 0 5px 10px 0;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.otherpost .cd .date {
	color: #ea9137;
	font-weight: bold;
}

.otherpost dl .pic {
	padding-bottom: 15px;
}

.otherpost._nayami {
  margin-top: 45px;
}

.otherpost._nayami dl {
  width: 23%;
  margin: 0 1%;
}
@media only screen and (max-width: 1024px) {
	.newswrap #left {
		float: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}

	.newswrap #side {
		width: 100%;
		float: none;
		max-width: none;
	}
	.otherpost._nayami dl {
  width: 31%;
  margin: 0 1%;
}
}

@media only screen and (max-width: 599px) {
	.newswrap .writer .pic {
		float: none;
		width: auto;
		text-align: center;
	}

	.newswrap .writer .right {
		width: auto;
		float: none;
	}

	.otherpost dl .cd {
		font-size: 10px;
	}

	.otherpost dl .cd .cate {
		min-width: auto;
	}
		.otherpost._nayami dl {
  width: 48%;
  margin: 0 1%;
}
}

/*contact*/
.contact1 {
	padding: 55px 0 100px 0;
}

.contact1 h3 {
	padding-bottom: 80px;
}

.contact1 h3+div {
	text-align: center;
	line-height: 240%;
	position: relative;
	max-width: 570px;
	margin: 0 auto;
	padding: 0 15px 50px 15px;
	width: 90%;
}

.contact1 h3+div .t {
	display: inline-block !important;
	padding: 0 10px;
}

.contact1 h3+div:before {
	content: url(/import/tenant_1/133.167.98.36/html/images/contact/contact_slash_left.gif);
	display: inline-block !important;
	vertical-align: bottom;
	position: absolute;
	left: 0;
	top: 10%;
}

.contact1 h3+div:after {
	content: url(/import/tenant_1/133.167.98.36/html/images/contact/contact_slash_right.gif);
	display: inline-block !important;
	vertical-align: bottom;
	position: absolute;
	right: 0;
	top: 10%;
}

.contact1 .telnum dt {
	text-align: center;
	font-size: 18px;
	padding-bottom: 20px;
}

.contact1 .telnum dd {
	text-align: center;
	font-size: 36px;
	color: #ea9137;
	font-weight: bold;
}

.contact1 .telnum dd .s {
	font-size: 24px;
}

.contact1 .telnum dd a {
	color: #ea9137;
}

.contact1 .telnum {
	padding-bottom: 80px;
}

.contact1 .yoi {
	width: 50%;
	max-width: 600px;
	margin: 0 auto;
	border: 1px dotted #ea9137;
	padding: 40px 5% 30px 5%;
}

.contact1 .yoi dt {
	text-align: center;
	padding-bottom: 10px;
}

.contact1 .yoi dd {
	text-align: center;
}

.contact1 .yoi dt+dd {
	padding-bottom: 30px;
}

.contact1 .yoi dd ul {
	text-align: center;
	letter-spacing: -5px;
}

.contact1 .yoi dd ul li {
	display: inline-block !important;
	letter-spacing: 0;
	padding: 0 8px 10px 8px;
	font-size: 16px;
	color: #ea9137;
}

.contact2 {
	padding: 70px 0;
	margin-bottom: 100px;
}

.contact2 .inn {
	max-width: 600px;
	width: 95%;
	margin: 0 auto;
}

.contact2 h3 {
	padding-bottom: 45px;
}

.contact2 h3+p {
	text-align: center;
	padding-bottom: 50px;
	line-height: 200%;
}

.contact2 .his {
	color: #ea9137;
}

.contact2 .table {
	padding-bottom: 50px;
}

.contact2 .table dl {
	padding-bottom: 30px;
}

.contact2 .table dt {
	font-weight: bold;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	padding-bottom: 15px;
}

.contact2 .table dd {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.contact2 .table dd label {
	margin-right: 1.5em;
	display: inline-block !important;
	margin-bottom: 10px;
}

.contact2 .table dd input {
	margin-right: 1em;
}

.contact2 .table .his {
	display: inline-block !important;
	padding-right: 15px;
}

.contact2 .table .cum2 dl {
	width: 50%;
	max-width: 280px;
	float: left;
}

.contact2 .table .cum2 dl+dl {
	float: right;
}

.contact2 .table input[type="text"] {
	height: 45px;
	border: 1px solid #bfbfbf;
	width: 100%;
}

.contact2 .table input[type="text"].size3 {
	width: 40%;
	margin-right: 0.5%;
}

.contact2 .table input[type="text"].size4 {
	width: 25%;
	margin-right: 0.5%;
}

.contact2 .table textarea {
	width: 100%;
	border: 1px solid #bfbfbf;
	height: 150px;
}

.contact2 button {
	width: 235px;
	height: 50px;
	background: #ea9137 url(/import/tenant_1/133.167.98.36/html/images/contact/white_right_icon.png) 200px 18px no-repeat;
	border: none;
	color: #fff;
	font-size: 14px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
	border-radius: 10px;
	margin: 0 10px;
}
	.contact2 .table .nichi div {
	  display: inline-block;
}

.thanks {
  text-align: center;
}
.thanks p {
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
	.contact1 .yoi {
		width: 80%;
	}

	.contact2 .table .cum2 dl {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.contact2 .table .cum2 dl+dl {
		float: none;
	}
	.contact1 .telnum dt {
	  font-size: 15px;
	}
	.contact1 .telnum dd {
	  font-size: 28px;
	}
}

@media only screen and (max-width: 599px) {
	.contact1 .telnum dd .s {
		font-size: 14px;
	}

	.contact1 .telnum dd {
		font-size: 20px;
	}

	.contact1 .telnum dt {
		font-size: 16px;
	}

	.contact2 .table .nichi label {
		display: block;
		margin-bottom: 10px;
	}
}


/*コンセプト*/

.concept .kotu2 {
	border: 5px solid #ea9137;
	margin-bottom: 20px;
}

.concept .kotu2 h3 {
	margin-bottom: 30px;
	padding: 0;
}

table.type08 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	margin-bottom: 20px;
}

table.type08 th {
	background-color: #ea9137;
	width: 3%;
	padding: 15px 20px 15px 20px;
	margin-top: 15px;
	font-size: 25px;
	font-weight: bold;
	color: white;
	vertical-align: top;
	border-bottom: 1px solid #ea9137;
}

table.type08 td {
	width: 90%;
	padding: 15px 0 15px 30px;
	vertical-align: top;
	border-bottom: 1px solid #ea9137;
	font-size: 14px;
	font-weight: bold;
}

.concept .box2 .kotu3 h3 {
	margin-bottom: 10px;
}

.concept .box2 .tex {
	margin-top: 20px;
}

/*recruit*/

.recruit .home-greet {
	margin-top: 50px;
}

.recruit .home-greet .tex {
	text-align: center;
}

.recruit .home-incho h3 {
	margin-bottom: 50px;
}

.recruit .home-incho h4 {
	font-size: 20px;
	margin-bottom: 20px;
}

.step {
	width: 100%;
	max-width: 600px;
	list-style-type: none;
	padding: 0;
	margin: 50px auto;
}

.kotu3 .step dt {
	padding: 0;
}

.kotu3 .step dl {
	padding: 0;
	margin-bottom: 20px;
}

.step li dt {
	width: 100px;
}

.step li dt span {
	display: block;
	padding: 20px 0;
	position: relative;
	width: 100px;
	background: #ea9137;
	text-align: center;
	color: #fff;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.step li dt span:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -10px;
	left: 0;
	border-style: solid;
	border-color: #ea9137 transparent transparent transparent;
	border-width: 10px 50px 0 50px;
	z-index: 1;
}

.step li:last-of-type dt span:after {
	content: none;
}

.step li dd {
	width: calc(100% - 120px);
	margin-left: 20px;
}

@media only screen and (max-width: 1024px) {
	.recruit .home-greet .tex {
		text-align: left;
	}

}

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

.bisyuu {
	margin-top: 50px;
}

.rec6 {
	padding: 70px 0 50px 0;
}

.rec6 .kamoku li {
	width: 23%;
	padding: 0 2.66% 10px 0;
	cursor: pointer;

}

.rec6 .kamoku li:hover {
	opacity: 0.6;
}

.rec6 .kamoku li:nth-child(4n) {
	padding-right: 0;
}

.rec6 .kamoku li .n {
	display: block;
	background: #ea9137;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 18px 2.5%;
}

.rec6 .kamoku {
	padding-bottom: 40px;
}

.rec6 .kamoku {
	padding-bottom: 40px;
}

.rec6 .entry h4 {
	background: url(/import/tenant_1/133.167.98.36/html/images/contact/hako.gif) 0 5px no-repeat;
	font-size: 18px;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}

.rec6 .entry dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.rec6 .entry dt {
	border-bottom: 1px dotted #ea9137;
	padding: 15px 0;
	width: 130px;
}

.rec6 .entry dd {
	border-bottom: 1px dotted #ea9137;
	padding: 15px 0;
	width: calc(100% - 150px);
}

.rec6 .entry .wrap {
	padding-bottom: 50px;
}

.rec6 .entry dd .p {
	display: inline-block !important;
	background: #f9efe1;
	font-size: 12px;
	padding: 0 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 75px;
	text-align: center;
	margin-right: 5px;
}

@media only screen and (max-width: 599px) {
	.rec6 .entry dt {
		width: 100%;
	}

	.rec6 .entry dd {
		width: 100%;
		margin-bottom: 20px;
	}

	.rec6 .kamoku li {
		width: 48%;
		padding-left: 1%;
		padding-right: 1% !important;
	}
}

/*Line*/
.line {
    width: 100%;
} 
.line .tit {
    position: relative;
    background: #00b900;
    margin-top: 50px;
    margin-bottom: 20px;
}
.line .tit .pic {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    max-width: 200px;
    min-height: 200px;
    top: -10px;
    left: -2%;
    z-index: 1;
}
.line .tit h3 {
    width: 70%;
    padding-left: 40%;
    margin-bottom: 0;
    padding-top: 3%;
    padding-bottom: 3%;
    color: #fff;
    font-weight: bold;
}

.line .box1 {
    padding: 5% 2%;
    width: 100%;
    box-sizing: border-box;
}
.line .box1 h4 {
    text-align: center;
    position: relative;
    padding: 0 30%;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}
.line .box1 h4:before {
    content: "";
    width: 30%;
    height: 4px;
    display: block;
    background: #ed7e1c;
    margin: 10px auto 0 auto;
    position: absolute;
    top: 25%;
    left: 0;
}
.line .box1 h4:after {
    content: "";
    width: 30%;
    height: 4px;
    display: block;
    background: #ed7e1c;
    margin: 10px auto 0 auto;
    position: absolute;
    top: 25%;
    right: 0;
}
.line .box1 ul {
    width: 70%;
    margin: auto;
}
.line .box1 ul li {
    width: 25%;
}
.line .box1 ul li dl {
    width: 100%;
    position: relative;
}
.line .box1 ul li dl {
    width: 100%;
    position: relative;
    padding-bottom: 0;
}
.line .box1 ul li dt.no {
    float: none;
    padding: 0;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    background: #00b900;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    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;
    z-index: 1;
}
.line .box1 ul li dd {
padding: 0;
    width: 100%;
    font-size: 16px;
    color: #653912;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}  
.line .box1 ul li dd.pic {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #33ad35;
    box-sizing: border-box;
    max-width: 140px;
    height: 140px;
    margin: auto;
}
.line .box2 {
    width: 100%;
    margin-bottom: 80px;
}
.line .box2 .txt {
    color: #fe6500;
    font-size: 20px;
    padding-left: 2%;
    padding-right: 6%;
    padding-top: 2%;
    font-weight: bold;
    margin-right: 2%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 50px;
    text-align: center;
}
.line .box2 .txt:before {
  content: url(/import/tenant_1/133.167.98.36/html/images/first/flow_ar.png);
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
    display: block;
}
.line .box2 .txt .img {
max-width: 20px;
    display: inline-block !important;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 3%;
}
.line .box2 .btn {
    width: 50%;
    box-sizing: border-box;
    background: #00b900;
    border-radius: 10px;
    overflow: hidden;
}
.line .box2 .btn a {
  display: block;
  width: 100%;
      padding: 2%;
}
.line .box2 .btn .img {
    width: 28%;
    margin-right: 2%;
}
.line .box2 .btn .tt {
    width: 70%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 2%;
}
.line .box2 li {
  margin-bottom: 30px;
}
.line .box2 li div {
text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: bold;
}
.line .box2 li p {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
.line .box1 ul {
    width: 100%;
}
.line .box1 ul li {
  width: 24%;
}
.line .box1 ul li dd.pic {
  max-width: 120px;
  height: 120px;
}
.line .box2 li div {
    font-size: 15px;
}
}
@media only screen and (max-width: 599px) {
.line .tit h3 {
    font-size: 20px;
}
.line .tit .pic {
    max-width: 120px;
    min-height: 120px;
    top: -5px;
}
.line .box1 h4:before,.line .box1 h4:after{
    width: 20%;
}
.line .box1 h4 {
    padding: 0 20%;
}
.line .box1 ul li {
    width: 50%;
    margin-bottom: 20px;
}
.line .box2 .txt {
    font-size: 13px;
}
.line .box2 .txt .img {
    max-width: 14px;
}
.line .box2 .btn {
    max-height: 70px;
}
.line .box2 .btn .tt {
    font-size: 15px;
}
.line .box1 ul li dd.pic {
  max-width: 130px;
  height: 130px;
}
}

.aaaa a{
	width: 60%;
    margin: 0 20%;
}

/*追加*/

.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%;
}

.mt45 {
  margin-top: 45px;
}

.osusume .pic span {
  border: solid 5px #ebe6e6;
  background: #ebe6e6;
}
.osusume .pic {
  position: relative;
  z-index: 2;
}

h3.titB {
  color: #ea9137;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.arrow_box{
    position:relative;
    width:100%;
    height:auto;
    background:#FFFFFF;
    border:2px solid #D4D4D4;
    font-size:16px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    z-index: 5;
    margin-bottom: 10px;
}
.arrow_box .in {
      padding:10px;
background: #fff;
     -webkit-box-sizing: border-box;
            box-sizing: border-box;
                -webkit-border-radius:10px;
    -moz-border-radius:10px;
    position: relative;
    z-index: 6;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
   top: 70%;
    left: 20%;
 -webkit-transform: rotate(-30deg);
            -ms-transform: rotate(-30deg);
                transform: rotate(-30deg);    
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:36px;
    border-bottom-width:36px;
    border-left-width:14px;
    border-right-width:14px;
    margin-left: -14px;
    border-top-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(212, 212, 212, 0);
    border-top-width:41px;
    border-bottom-width:41px;
    border-left-width:16px;
    border-right-width:16px;
    margin-left: -13px;
    margin-top: 0;
    border-top-color:#D4D4D4;
 -webkit-transform: rotate(-30deg);
            -ms-transform: rotate(-30deg);
                transform: rotate(-30deg);    
}


/**/
.cyan .box {
  margin: 0;
}
.cyan .box h3 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin: 20px 0 30px;
}

.tc {
  text-align: center;
}

.cyan dl dt {
  text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.cyan dl dd * {
  color: #ea9137;
}
.cyan dl dd.plice {
    text-align: center;
    margin: 30px 0 20px;
}
.cyan dl dd.plice .b-plice {
    font-size: 30px;
    position: relative;
}
.cyan dl dd.plice .b-plice strong {
    font-size: 60px;
    font-weight: bold;
    font-style: italic;
    margin-right: 10px;
}
.cyan dl dd.plice .b-plice:after {
    content: "→";
    position: absolute;
    font-size: 40px;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.cyan dl dt.tit {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.cyan dl dd.tex {
    text-align: center;
    font-size: 30px;
}

.cyan dl dd.plice .b-plice {
    font-size: 30px;
    position: relative;
}

.cyan dl dd.plice .b-plice strong {
    font-size: 60px;
    font-weight: bold;
    font-style: italic;
    margin-right: 10px;
}

.cyan dl dd.plice .a-plice {
    font-size: 30px;
    margin-left: 40px;
}
.cyan dl dd.plice .a-plice strong {
    font-size: 70px;
    font-weight: bold;
    font-style: italic;
    margin-right: 10px;
}
.cyan dl dd.plice .mark {
    font-size: 40px;
}

.cyan .count {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  line-height:40px;
}
.cyan .count strong {
  color: #ea9137;
  font-size: 30px;
}
@media only screen and (max-width: 1024px) {
h3.titB {
  font-size: 30px;
}
.osusume .row3 {
		width: 48%;
		margin: 0 1% 10%;
	}
	.cyan dl dd.plice .a-plice strong, .cyan dl dd.plice .b-plice strong {
	  font-size: 42px;
	}
}

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

	.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%;
	}
	h3.titB {
  font-size: 26px;
}
.osusume .row3 {
  width: 90%;
  margin: 0 auto 10%;
}

.cyan dl dd.plice .b-plice {
    margin-bottom: 80px;
    position: relative;
}
.cyan dl dd.plice .b-plice:after {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
    left: 50%;
    top: initial;
    bottom: -40px;
    text-outline: 100%;
}
.cyan dl dd.plice .a-plice {
    margin-left: 0;
}
.cyan dl dd.plice .b-plice, .cyan dl dd.plice .a-plice {
    display: block;
}
.cyan .box h3 {
    font-size: 19px;
}
.cyan dl dt {
    font-size: 24px;
}
}

h3.titF {
  color: #ea9137;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
