@charset "utf-8";

/* CSS Document */
/* ##### reset.css上書き ##### */
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
	color: #0b0b0b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.yumin {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.yugo {
	font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
	.fs30 {
		font-size: 20px;
	}

	.fs16 {
		font-size: 14px;
	}
}

/* ##### reset.css上書きここまで ##### */

/* ##### 共通 ##### */

a {
	transition: all 0.3s ease;
}


#wrapper[data-element-id] {
	padding-top: 0 !important;
}

.sp-only {
	display: none;
}

.fs10 {
	font-size: 10px;
}

.fs50 {
	font-size: 50px;
}

.fs60 {
	font-size: 60px;
}

.tex {
	line-height: 30px;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.tal {
	text-align: left;
}

/*スペース*/

.rspe1 {
	padding-right: 1%;
}

.rspe2 {
	padding-right: 2%;
}

.rspe3 {
	padding-right: 3%;
}

.rspe5 {
	padding-right: 5%;
}

.rspe10 {
	padding-right: 10%;
}

.rspe15 {
	padding-right: 15%;
}

.lspe1 {
	padding-left: 1%;
}

.lspe2 {
	padding-left: 2%;
}

.lspe3 {
	padding-left: 3%;
}

.lspe5 {
	padding-left: 5%;
}

.lspe10 {
	padding-left: 10%;
}


.line:nth-of-type(2n+2) .rspe1 {
	padding-left: 1%;
	padding-right: 0;
}

.line:nth-of-type(2n+2) .rspe2 {
	padding-left: 2%;
	padding-right: 0;
}

.line:nth-of-type(2n+2) .rspe3 {
	padding-left: 3%;
	padding-right: 0;
}

.line:nth-of-type(2n+2) .rspe5 {
	padding-left: 5%;
	padding-right: 0;
}

.line:nth-of-type(2n+2) .rspe10 {
	padding-left: 10%;
	padding-right: 0;
}

.line:nth-of-type(2n+2) .lspe1 {
	padding-left: 0;
	padding-right: 1%;
}

.line:nth-of-type(2n+2) .lspe2 {
	padding-left: 0;
	padding-right: 2%;
}

.line:nth-of-type(2n+2) .lspe3 {
	padding-left: 0;
	padding-right: 3%;
}

.line:nth-of-type(2n+2) .lspe5 {
	padding-left: 0;
	padding-right: 5%;
}

.line:nth-of-type(2n+2) .lspe10 {
	padding-left: 0;
	padding-right: 10%;
}

.line.flex line:nth-of-type(2n+2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.line:nth-of-type(2n+2)>.flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {
	.rspe1 {
		padding-right: 0;
	}

	.rspe2 {
		padding-right: 0;
	}

	.rspe3 {
		padding-right: 0;
	}

	.rspe5 {
		padding-right: 0;
	}

	.rspe10 {
		padding-right: 0;
	}

	.rspe15 {
		padding-right: 0;
	}

	.lspe1 {
		padding-left: 0;
	}

	.lspe3 {
		padding-left: 0;
	}

	.lspe5 {
		padding-left: 0;
	}

	.lspe10 {
		padding-left: 0;
	}

	.line .rspe1 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.line .rspe3 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.line .rspe5 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.line .rspe10 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.line .lspe1 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.line .lspe3 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.line .lspe5 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.line .lspe10 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/*margin*/
.mt0 {
	margin-top: 0px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

.mt110 {
	margin-top: 110px;
}

.mt120 {
	margin-top: 120px;
}

.mt130 {
	margin-top: 130px;
}

.mt140 {
	margin-top: 140px;
}

.mt150 {
	margin-top: 150px;
}

.mb0 {
	margin-bottom: 0px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb95 {
	margin-bottom: 95px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb115 {
	margin-bottom: 115px;
}

.mb120 {
	margin-bottom: 120px;
}

.mb130 {
	margin-bottom: 130px;
}

.mb140 {
	margin-bottom: 140px;
}

.mb150 {
	margin-bottom: 150px;
}


.mt-50 {
	margin-top: -50px;
}

.mt-60 {
	margin-top: -60px;
}

.mt-70 {
	margin-top: -70px;
}

.mt-80 {
	margin-top: -80px;
}

.mr-40p {
	margin-right: -40px;
}


@media only screen and (max-width: 1024px) {
	.mt100 {
		margin-top: 90px;
	}

	.mt110 {
		margin-top: 90px;
	}

	.mt120 {
		margin-top: 100px;
	}

	.mt130 {
		margin-top: 100px;
	}

	.mt140 {
		margin-top: 100px;
	}

	.mt150 {
		margin-top: 110px;
	}

	.mb80 {
		margin-bottom: 70px;
	}

	.mb100 {
		margin-bottom: 90px;
	}

	.mb110 {
		margin-bottom: 90px;
	}

	.mb120 {
		margin-bottom: 100px;
	}

	.mb130 {
		margin-bottom: 100px;
	}

	.mb140 {
		margin-bottom: 100px;
	}

	.mb150 {
		margin-bottom: 110px;
	}
}

@media only screen and (max-width: 599px) {
	.mt60 {
		margin-top: 50px;
	}

	.mt70 {
		margin-top: 60px;
	}

	.mt80 {
		margin-top: 60px;
	}

	.mt90 {
		margin-top: 70px;
	}

	.mt100 {
		margin-top: 70px;
	}

	.mt110 {
		margin-top: 70px;
	}

	.mt120 {
		margin-top: 80px;
	}

	.mt130 {
		margin-top: 90px;
	}

	.mt140 {
		margin-top: 90px;
	}

	.mt150 {
		margin-top: 90px;
	}

	.mb60 {
		margin-bottom: 50px;
	}

	.mb70 {
		margin-bottom: 60px;
	}

	.mb80 {
		margin-bottom: 60px;
	}

	.mb90 {
		margin-bottom: 70px;
	}

	.mb100 {
		margin-bottom: 70px;
	}

	.mb110 {
		margin-bottom: 70px;
	}

	.mb120 {
		margin-bottom: 80px;
	}

	.mb130 {
		margin-bottom: 90px;
	}

	.mb140 {
		margin-bottom: 90px;
	}

	.mb150 {
		margin-bottom: 90px;
	}

	.mt-60 {
		margin-top: -50px;
	}

	.mt-70 {
		margin-top: -60px;
	}

	.mt-80 {
		margin-top: -80px;
	}
}


.ml0 {
	margin-left: 0;
}

.mr0 {
	margin-right: 0;
}

.ml1 {
	margin-left: 1%;
}

.mr1 {
	margin-right: 1%;
}

.mr2 {
	margin-right: 2%;
}

.ml2 {
	margin-left: 2%;
}

.ml3 {
	margin-left: 3%;
}

.mr3 {
	margin-right: 3%;
}

.ml4 {
	margin-left: 4%;
}

.mr4 {
	margin-right: 4%;
}

.ml5 {
	margin-left: 5%;
}

.mr5 {
	margin-right: 5%;
}

.ml6 {
	margin-left: 6%;
}

.mr7 {
	margin-right: 7%;
}

.ml7 {
	margin-left: 7%;
}

.mr6 {
	margin-right: 6%;
}

.ml8 {
	margin-left: 8%;
}

.mr8 {
	margin-right: 8%;
}

.ml10 {
	margin-left: 10%;
}

.mr10 {
	margin-right: 10%;
}

.ml12 {
	margin-left: 12%;
}

.mr12 {
	margin-right: 12%;
}

.mrl5 {
	margin-left: 15%;
}

.mr15 {
	margin-right: 15%;
}

.ml-10 {
	margin-left: -10%;
}

@media only screen and (max-width: 1024px) {
	.mrl5 {
		margin-left: 10%;
	}

	.mr15 {
		margin-right: 10%;
	}

	.ml12 {
		margin-left: 9%;
	}

	.mr12 {
		margin-right: 9%;
	}

	.ml10 {
		margin-left: 8%;
	}

	.mr10 {
		margin-right: 8%;
	}

}

@media only screen and (max-width: 599px) {
	.ml4 {
		margin-left: 2%;
	}

	.mr4 {
		margin-right: 2%;
	}

	.ml5 {
		margin-left: 3%;
	}

	.mr5 {
		margin-right: 3%;
	}

	.ml6 {
		margin-left: 6%;
	}

	.mr6 {
		margin-right: 5%;
	}

	.ml7 {
		margin-left: 7%;
	}

	.mr7 {
		margin-right: 7%;
	}

	.ml8 {
		margin-left: 5%;
	}

	.mr8 {
		margin-right: 5%;
	}

	.ml10 {
		margin-left: 6%;
	}

	.mr10 {
		margin-right: 6%;
	}
}

/*padding*/

.pt0 {
	padding-top: 0px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt35 {
	padding-top: 35px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pt70 {
	padding-top: 75px;
}

.pt80 {
	padding-top: 100px;
}

.pt90 {
	padding-top: 90px;
}

.pt100 {
	padding-top: 100px;
}

.pt110 {
	padding-top: 110px;
}

.pt120 {
	padding-top: 120px;
}

.pt130 {
	padding-top: 130px;
}

.pb0 {
	padding-bottom: 0px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb35 {
	padding-bottom: 35px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb75 {
	padding-bottom: 75px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb90 {
	padding-bottom: 90px;
}

.pb95 {
	padding-bottom: 95px;
}

.pb100 {
	padding-bottom: 100px;
}

.pb115 {
	padding-bottom: 115px;
}

.pb120 {
	padding-bottom: 120px;
}

.pb130 {
	padding-bottom: 130px;
}

.pb140 {
	padding-bottom: 140px;
}

.pb170 {
	padding-bottom: 170px;
}


@media only screen and (max-width: 1024px) {
	.pt100 {
		padding-top: 90px;
	}

	.pt110 {
		padding-top: 90px;
	}

	.pt120 {
		padding-top: 100px;
	}

	.pt130 {
		padding-top: 110px;
	}

	.pb100 {
		padding-bottom: 90px;
	}

	.pb110 {
		padding-bottom: 90px;
	}

	.pb120 {
		padding-bottom: 100px;
	}

	.pb130 {
		padding-bottom: 110px;
	}

	.pb140 {
		padding-bottom: 110px;
	}

	.pb170 {
		padding-bottom: 140px;
	}
}

@media only screen and (max-width: 599px) {
	.pt60 {
		padding-top: 50px;
	}

	.pt70 {
		padding-top: 50px;
	}

	.pt75 {
		padding-top: 50px;
	}

	.pt80 {
		padding-top: 60px;
	}

	.pt90 {
		padding-top: 70px;
	}

	.pt100 {
		padding-top: 70px;
	}

	.pt110 {
		padding-top: 70px;
	}

	.pt120 {
		padding-top: 80px;
	}

	.pt130 {
		padding-top: 90px;
	}

	.pb60 {
		padding-bottom: 50px;
	}

	.pb70 {
		padding-bottom: 50px;
	}

	.pb75 {
		padding-bottom: 50px;
	}

	.pb80 {
		padding-bottom: 60px;
	}

	.pb90 {
		padding-bottom: 70px;
	}

	.pb100 {
		padding-bottom: 70px;
	}

	.pb110 {
		padding-bottom: 70px;
	}

	.pb120 {
		padding-bottom: 80px;
	}

	.pb130 {
		padding-bottom: 90px;
	}

	.pb140 {
		padding-bottom: 90px;
	}

	.pb170 {
		padding-bottom: 100px;
	}
}

.pl0 {
	padding-left: 0;
}

.pr0 {
	padding-right: 0;
}

.pl1 {
	padding-left: 1%;
}

.pr1 {
	padding-right: 1%;
}

.pr2 {
	padding-right: 2%;
}

.pl2 {
	padding-left: 2%;
}

.pl3 {
	padding-left: 3%;
}

.pr3 {
	padding-right: 3%;
}

.pl4 {
	padding-left: 4%;
}

.pr4 {
	padding-right: 4%;
}

.pl5 {
	padding-left: 5%;
}

.pr5 {
	padding-right: 5%;
}

.pl6 {
	padding-left: 6%;
}

.pr7 {
	padding-right: 7%;
}

.pl7 {
	padding-left: 7%;
}

.pr6 {
	padding-right: 6%;
}

.pl8 {
	padding-left: 8%;
}

.pr8 {
	padding-right: 8%;
}

.pl10 {
	padding-left: 10%;
}

.pr10 {
	padding-right: 10%;
}

.pl12 {
	padding-left: 12%;
}

.pr12 {
	padding-right: 12%;
}

.pl15 {
	padding-left: 15%;
}

.pr15 {
	padding-right: 15%;
}

@media only screen and (max-width: 1024px) {
	.prl5 {
		padding-left: 10%;
	}

	.pr15 {
		padding-right: 10%;
	}

	.pl12 {
		padding-left: 9%;
	}

	.pr12 {
		padding-right: 9%;
	}

	.pl10 {
		padding-left: 8%;
	}

	.pr10 {
		padding-right: 8%;
	}

	.pl12 {
		padding-left: 10%;
	}

	.pr12 {
		padding-right: 10%;
	}

	.pl15 {
		padding-left: 12%;
	}

	.pr15 {
		padding-right: 12%;
	}

}

@media only screen and (max-width: 599px) {
	.pl4 {
		padding-left: 2%;
	}

	.pr4 {
		padding-right: 2%;
	}

	.pl5 {
		padding-left: 3%;
	}

	.pr5 {
		padding-right: 3%;
	}

	.pl6 {
		padding-left: 5%;
	}

	.pr6 {
		padding-right: 5%;
	}

	.pl7 {
		padding-left: 5%;
	}

	.pr7 {
		padding-right: 5%;
	}

	.pl8 {
		padding-left: 5%;
	}

	.pr8 {
		padding-right: 5%;
	}

	.pl10 {
		padding-left: 6%;
	}

	.pr10 {
		padding-right: 6%;
	}

	.pl12 {
		padding-left: 8%;
	}

	.pr12 {
		padding-right: 8%;
	}

	.pl15 {
		padding-left: 10%;
	}

	.pr15 {
		padding-right: 10%;
	}
}

.pl50p {
	padding-left: 50px;
}

.pl55p {
	padding-left: 55px;
}

.pl60p {
	padding-left: 60px;
}

.pl65p {
	padding-left: 65px;
}

.pl70p {
	padding-left: 70px;
}

.pr50p {
	padding-right: 50px;
}

.pr60p {
	padding-right: 60px;
}

.pr70p {
	padding-right: 70px;
}

@media only screen and (max-width: 599px) {
	.pl60p {
		padding-left: 50px;
	}

	.pl70p {
		padding-left: 50px;
	}

	.pr60p {
		padding-right: 50px;
	}

	.pr70p {
		padding-right: 50px;
	}
}

.mta {
	margin-top: auto;
}

.mtb {
	margin-bottom: auto;
}

.mla {
	margin-left: auto;
}

.mra {
	margin-right: auto;
}

.mauto {
	margin: 0 auto;
}

.not2mr0:nth-of-type(2n+2) {
	margin-right: 0;
}

.not3mr0:nth-of-type(3n+3) {
	margin-right: 0;
}

.not2ml0:nth-of-type(2n+2) {
	margin-left: 0;
}

.not3ml0:nth-of-type(3n+3) {
	margin-left: 0;
}

.z1 {
	position: relative;
	z-index: 1;
}

.z1 {
	position: relative;
	z-index: 1;
}

.ctex:n {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	z-index: 1;
}

.Blink a {
	display: block;
}

.more {
	text-align: center;
	margin: 50px auto 0 auto;
	width: 80%;
	max-width: 250px;
	/* border: solid 1px #000; */
}

.more a::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #0b0b0b transparent transparent transparent;
	position: absolute;
	bottom: -1px;
	right: -6px;
	transform: rotate(-45deg);
	overflow: hidden;
}

.more a {
	display: block;
	background: #f6f6f6;
	border: 1px solid #0b0b0b;
	color: #0b0b0b;
	padding: 10px 20px;
	line-height: 140%;
	position: relative;
	overflow: hidden;
}

.bgimg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}

.bgimg img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
}

.bgimg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}

.bgimg img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
}



.of-img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.of-img img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}

.ofimg {
	width: 100%;
	height: auto;
	overflow: hidden;
}


.ofimg img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}

.ofimg.tc {
	width: 100%;
	height: 100%;
}

.ofimg img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

.of {
	position: relative;
}

.of:before {
	content: "";
	display: block;
}

.of img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.of15:before {
	padding-top: 15%;
}

.of20:before {
	padding-top: 20%;
}

.of25:before {
	padding-top: 25%;
}

.of30:before {
	padding-top: 30%;
}

.of35:before {
	padding-top: 35%;
}

.of40:before {
	padding-top: 40%;
}

.of45:before {
	padding-top: 45%;
}

.of50:before {
	padding-top: 50%;
}

.of55:before {
	padding-top: 55%;
}

.of60:before {
	padding-top: 60%;
}

.of65:before {
	padding-top: 65%;
}

.of70:before {
	padding-top: 70%;
}

.of75:before {
	padding-top: 75%;
}

.of80:before {
	padding-top: 80%;
}

.of85:before {
	padding-top: 85%;
}

.of90:before {
	padding-top: 90%;
}

.of95:before {
	padding-top: 95%;
}

.of100:before {
	padding-top: 100%;
}

.of105:before {
	padding-top: 105%;
}

.of110:before {
	padding-top: 110%;
}

.of115:before {
	padding-top: 115%;
}

.of120:before {
	padding-top: 120%;
}

.of135:before {
	padding-top: 135%;
}

.of140:before {
	padding-top: 140%;
}

.of150:before {
	padding-top: 150%;
}

.c-w {
	color: #fff;
}

.db {
	display: block;
}

.dib {
	display: inline-block;
}

.circle.pic span {
	border-radius: 50%;
}

.reverse {
	flex-direction: row-reverse;
}

.c {
	justify-content: space-between;
	align-items: center;
}

.cc {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.row2 {
	width: 48%;
	margin: 0 1% 6%;
}

.row3 {
	width: 31.333%;
	margin: 0 1% 6%;
}

.row4 {
	width: 23%;
	margin: 0 1% 6%;
}

.row5 {
	width: 18%;
	margin: 0 1% 6%;
}

.w20 {
	width: 20%;
}

.w15 {
	width: 15%;
}

.w10 {
	width: 10%;
}

.w193 {
	width: 19.33333%;
}

.w293 {
	width: 29.33333%;
}

.w313 {
	width: 31.33333%;
}

.w333 {
	width: 33.33333%;
}

.w38 {
	width: 38%;
}


.w60 {
	width: 60%;
}

.w75 {
	width: 75%;
}

.w80 {
	width: 80%;
}

.w85 {
	width: 85%;
}

.w90 {
	width: 90%;
}

.w100 {
	width: 100%;
}

.oh {
	overflow: hidden;
}

.h100 {
	height: 100%;
}

.mw1050 {
	max-width: 1050px;
	margin: 0 auto;
}

.mw700 {
	max-width: 700px;
	margin: 0 auto;
}

.mwno {
	max-width: initial;
	margin: 0 auto;
}

.w500p {
	width: 500px;
}


.pix {
	width: 100%;
}

.pix img {
	width: 100%;
}
.z10 {
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
	.sp-only {
		display: block;
	}

	.pc-only {
		display: none;
	}

	.tex.tc {
		text-align: left;
	}

	.mw1050 {
		max-width: 768px;
	}

	.mw700 {
		max-width: 768px;
	}

}

@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%;
	}

	.w193 {
		width: 100%;
	}

	.w293 {
		width: 100%;
	}

	.w313 {
		width: 100%;
	}

	.w333 {
		width: 100%;
	}

	.w75 {
		width: 100%;
	}

	.sp-c {
		text-align: center;
	}
.sp-none {
  display: none;
}

	.w80 {
		width: 100%;
	}

	.w85 {
		width: 100%;
	}

	.w90 {
		width: 100%;
	}

	.w100 {
		width: 100%;
	}

	.w20 {
		width: 100%;
	}

	.w500p {
		width: 100%;
	}

	.w15 {
		width: 100%;
	}

	.w10 {
		width: 100%;
	}

	.sp-w10 {
		width: 10%;
	}

	.sp-w193 {
		width: 19.33333%;
	}

	.sp-w15 {
		width: 15%;
	}

	.sp-w25 {
		width: 25%;
	}

	.sp-w30 {
		width: 30%;
	}

	.sp-w35 {
		width: 35%;
	}

	.sp-w40 {
		width: 40%;
	}

	.sp-w45 {
		width: 45%;
	}

	.sp-w46 {
		width: 46%;
	}

	.sp-w48 {
		width: 48%;
	}

	.sp-w50 {
		width: 50%;
	}

	.sp-w60 {
		width: 60%;
	}

	.sp-w65 {
		width: 65%;
	}

	.sp-w70 {
		width: 70%;
	}

	.sp-w75 {
		width: 70%;
	}

	.sp-w85 {
		width: 85%;
	}

	.sp-w90 {
		width: 90%;
	}

	.sp-w94 {
		width: 94%;
	}

	.mw1050 {
		width: 94%;
		max-width: 450px;
	}

	.mw910 {
		width: 94%;
		max-width: 450px;
	}

	.mw700 {
		width: 94%;
		max-width: 450px;
	}

	.sp-pt0 {
		padding-top: 0;
	}

	.sp-pt30 {
		padding-top: 30px;
	}

	.sp-pt40 {
		padding-top: 40px;
	}

	.sp-pb20 {
		padding-bottom: 20px;
	}

	.sp-pb30 {
		padding-bottom: 30px;
	}

	.sp-pb40 {
		padding-bottom: 40px;
	}

	.sp-pt50 {
		padding-top: 50px;
	}

	.sp-pb50 {
		padding-bottom: 50px;
	}

	.sp-pt60 {
		padding-top: 60px;
	}
	.sp-pb60 {
		padding-bottom: 60px;
	}
	.sp-pb70 {
		padding-bottom: 70px;
	}

	.sp-pr3 {
		padding-right: 3%;
	}

	.sp-pl70 {
		padding-left: 70px;
	}

	.sp-mb5 {
		margin-bottom: 5px;
	}

	.sp-mb10 {
		margin-bottom: 10px;
	}

	.sp-mb40 {
		margin-bottom: 40px;
	}

	.sp-mb50 {
		margin-bottom: 50px;
	}

	.sp-mb100 {
		margin-bottom: 100px;
	}

	.sp-mb120 {
		margin-bottom: 120px;
	}

	.sp-ml10p {
		margin-left: 10px;
	}

	.sp-ml20p {
		margin-left: 20px;
	}

	.sp-mr10p {
		margin-right: 10px;
	}

	.sp-mr20p {
		margin-right: 20px;
	}

	.sp-mr0p {
		margin-right: 0px;
	}

	.sp-mt-80 {
		margin-top: -80px;
	}

	.sp-mt10 {
		margin-top: 10px;
	}

	.sp-mt60 {
		margin-top: 60px;
	}

	.sp-mt50 {
		margin-top: 50px;
	}

	.sp-mt0 {
		margin-top: 0;
	}

	.sp-mb0 {
		margin-bottom: 0;
	}

	.sp-mr0 {
		margin-right: 0;
	}

	.sp-mr0:nth-of-type(2n+2),
	.sp-mr0:nth-of-type(3n+3) {
		margin-right: 0;
	}

	.sp-ml0 {
		margin-left: 0;
	}

	.sp-ml0:nth-of-type(2n+2),
	.sp-ml0:nth-of-type(3n+3) {
		margin-left: 0;
	}

	.sp-mw450 {
		max-width: 450px;
	}

	.sp-mauto {
		margin: 0 auto;
	}

	.sp-mrl1 {
		margin-right: 1% !important;
		margin-left: 1% !important;
	}

	.sp-mrl2 {
		margin-right: 2% !important;
		margin-left: 2% !important;
	}
}

/* ##### 共通ここまで ##### */

/* ##### header ##### */

header {
	padding-top: 10px;
	box-sizing: border-box;
}

.header01 {
	width: 98%;
	max-width: 1400px;
	margin: auto;
}

.header01in {
	width: 75%;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.header01 .logo {
	width: 15%;
	margin-right: auto;
}

.header01 .header-info {
	width: 85%;
}

.header01 .telbox {
	width: 22%;
	margin-left: auto;
	margin-right: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	max-width: 310px;
}

.header01 .telbox .tel {
	font-size: 30px;
}

.header01 .telbox .tel .icon {
	display: inline-block;
	width: 28px;
	margin-right: 3px;
}

.header01 .telbox .tel .icon img {
	vertical-align: baseline;
}

.header01 .telbox .txt01,
.header01 .telbox .txt02 {
	padding-left: 35px;
}
.header01 .telbox .contact a {
    display: block;
    margin-top: 10px;
    position: relative;
    background: #105b31;
    text-align: center;
    padding: 8px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
}
.header01 .telbox .contact a:before {
    display: inline-block;
    content: "";
    margin-right: 6px;
    background: url(/upload/tenant_1/1e8372d92afd69294fcdcb071121bcdb.png) no-repeat;
    width: 16px;
    height: 12px;
    background-size: contain;
    background-position: center left;
}
.logo h1 {
	font-size: 12px;
	font-weight: normal;
	display: none;
}

h1[data-element-id] {
	display: block;
}

.logo .pix {
	display: block;
	max-width: 114px;
}

@media only screen and (max-width: 1024px) {
	.header01 {
		width: 97%;
		max-width: 768px;
	}

	.header01in {
		width: 45%;
		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;
		padding-bottom: 0;
		margin-left: 50px;
		margin-top: 5px;
	}

	.header01 .logo {
		width: auto;
	}

	.header01 .logo .pix {
		margin: 0 auto;
	}

	.header01 .telbox .tel .icon {
		width: 24px;
	}

	.header01 .menubox {
		width: 55%;
		padding-right: 0;
	}

	.header01 .telbox {
		width: 40%;
		margin-top: 0;
		margin-right: 30px;
		max-width: initial;
	}

	.header01 .telbox .txt01,
	.header01 .telbox .txt02 {
		padding-left: 30px;
	}

}

@media only screen and (max-width: 599px) {
.header01 .telbox .contact a {
    max-width: 250px;
    margin: 20px auto 0px auto;
}
	.header01 {
		width: 96%;
		max-width: 450px;
	}

	.header01in {
		margin: 0 auto 25px auto;
	}

	.header01 .logo {
		margin: 0 auto;
	}

	.header01 .menubox {
		width: 100%;
	}

	.header01 .telbox {
		width: 100%;
		padding-right: 0px;
		margin: 0 auto 30px;
		max-width: 85%;
	}

	.header01 .telbox .txt01,
	.header01 .telbox .txt02 {
		padding-left: 35px;
	}
	.header01 .telbox .tel .icon {
		width: 28px;
	}

}

/* ##### header end ##### */

/* ##### nav ##### */
#gnav {
	padding: 10px 0;
}

#gnav .toggle {
	background: #105b31;
}

#gnav li {
	display: inline-block;
}
#gnav .sp-only {
  display: none;
}
[data-element-id]#gnav .sp-only {
  display: block;
}
#dropmenu {
	width: 100%;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	position: relative;
}
.sp-menu li{
display: inline-block;  
}

#dropmenu[data-element-id] {
	flex-wrap: wrap;
}

#dropmenu li {
	position: relative;
}

#dropmenu li a {
	display: block;
	text-align: center;
}

#dropmenu li a .circle {
	font-family: fontAwesome;
	font-size: 22px;
	width: 100%;
	color: #ece4e1;
	position: absolute;
	left: 0;
	bottom: 0px;
}

#dropmenu li:hover .circle {
	color: #105b31;
}

#dropmenu li a .circle:after {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "";
	height: 1px;
	width: 200%;
	background: #ece4e1;
	z-index: -1;
}

#gnav li:first-of-type a .circle:after {
	left: auto;
	right: -50%;
	width: 100%;
}

#gnav li:last-of-type a .circle:after {
	width: 50%;
}

#dropmenu li:hover:before {
	color: #105b31;
	opacity: 1;
}

#dropmenu li a {
	letter-spacing: 1px;
	font-size: 14px;
	box-sizing: border-box;
	padding: 15px 10px 35px;
}

#dropmenu li.index-link span {
	display: none;
}

#dropmenu span.drop-btn {
	letter-spacing: 1px;
	font-size: 18px;
	display: block;
	text-align: left;
	border: none;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
}

#dropmenu span.drop-btn:after {
	content: "\f0d7";
	position: absolute;
	font-family: fontawesome;
	color: #ed6f92;
	font-size: 14px;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.dropmenu {
	*zoom: 1;
}

.dropmenu .dropdown {
	position: relative;
}

#dropmenu .dropdown:hover {
	cursor: pointer;
}

.dropmenu .dropdown ul {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	padding-top: 20px;
}

.dropmenu .dropdown:hover ul {
	display: block;
}

#dropmenu[data-element-id] .dropdown ul li {
	overflow: visible;
	height: 45px;
}

#dropmenu .dropdown ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	-webkit-transition-property: all;
	-webkit-transition: 0.3s linear;
	transition-property: all;
	transition: 0.3s linear;
}

#dropmenu .dropdown ul li a {
	display: block;
	color: #000;
	width: 200px;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}

#dropmenu .dropdown:hover ul li {
	overflow: visible;
	height: 45px;
	width: 200px;
}

.sab-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200px;
}

.sab-nav li a {
	width: 100%;
}

#dropmenu .sp-only {
	display: none;
}

#dropmenu[data-element-id] .sp-only {
	display: block;
}


header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	background: #fff;
	box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
}

header.fixed[data-element-id] {
	position: static !important;
}


#dropmenu[data-element-id] {
	flex-wrap: wrap;
}

[data-element-id] .dropmenu .dropdown ul {
	display: block;
}

[data-element-id] #dropmenu .dropdown ul li {
	overflow: visible;
	height: 45px;
}

#dropmenu[data-element-id] .sp-only {
	display: block;
}

@media only screen and (max-width: 1024px) {

	#gnav {
		width: 100%;
	}

	#gnav .accordion-body {
		background: rgba(255, 255, 255, 1);
	}

	#gnav.action .accordion-body {
		width: 60%;
		margin-left: 40%;
	}


	#gnav .accordion-inner {
		height: 100vh;
	}

	.accordion-inner .sns li {
		display: inline-block;
	}

	#dropmenu {
		display: block;
		padding-bottom: 0px;
	}
	.sp-menu {
		display: block;
		padding-bottom: 60px;
	}
	#dropmenu li a {
		min-height: auto;
	}

	#dropmenu li a .circle {
		display: none;
	}

	#gnav ul li a {
		color: #000;
	}

	#gnav ul li a span {
		height: 100% !important;
		padding: 0;
	}

	#gnav ul li span {
		height: auto;
		color: #000;
		background-color: rgba(255, 255, 255, 0.2);
		display: block;
		padding: 10px;
	}

	.dropmenu .dropdown ul {
		position: static;
		background-color: rgba(78, 69, 64, 0);
	}

	#dropmenu .dropdown ul li {
		overflow: visible;
		height: auto;
		padding-left: 30px;
	}

	#dropmenu .dropdown ul li:last-of-type {
		border-bottom: none;
	}

	#dropmenu .dropdown ul li a {
		background-color: rgba(78, 69, 64, 0);
		color: #000;
	}

	#dropmenu li.index-link img {
		display: none;
	}

	#gnav ul li.index-link span {
		display: block;
		background: none;
	}

	#dropmenu span.drop-btn {
		color: #000;
	}

	#dropmenu span.drop-btn:after {
		content: none;
	}

	#dropmenu .dropdown:hover ul li {
		height: auto;
		width: 100%;
	}

	header.fixed {
		background: none;
		box-shadow: none;
		padding: 0;

	}

	#gnav {
		padding: 0;
	}
#gnav .sp-only {
		display: block;
}
	#dropmenu .sp-only {
		display: block;
	}

	.dropmenu .dropdown ul {
		display: block;
	}


}

@media (max-width: 599px) {
	#gnav.action .accordion-body {
		width: 100%;
		margin-left: 0;
	}
}

/* ##### nav end ##### */

/* ##### footer ##### */
footer .copy {
	text-align: center;
	font-size: 12px;
	background: #105b31;
	color: #fff;
	line-height: 120%;
	padding: 8px 10px;
}

footer .foot-logo {
	max-width: 240px;
	margin: 0 auto 70px auto;
}

footer .telbox .tel .icon {
	display: inline-block;
	width: 52px;
	margin-right: 4px;
}

footer .telbox .tel .icon img {
	vertical-align: baseline;
}

footer .telbox .txt01,
footer .telbox .txt02 {
	padding-left: 50px;
}

.table01 {
	width: 100%;
}

.table01 table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #b0cf01;
}

.table01 table tr,
.table01 table th,
.table01 p.txt {
	font-size: 18px;
}

.table01 table th {
	width: 35%;
	height: 58px;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.4em;
	text-align: center;
}

.table01 thead th {
	text-align: center;
	height: 42px;
}

.table01 table td {
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.4em;
}

.table01 table td .maru {
	color: #105b31;
}

.table01 tbody tr {
	background: #ffffff;
}

.table01 thead th {
	text-align: center;
}

.table01 div.txt,
.table01 p.txt {
	padding: 10px 0;
}

.table01 thead {
	background: #b0cf01;
}

@media only screen and (max-width: 1024px) {
	footer .left,footer .right {
		width: 100%;
	}
	footer .telbox .tel .icon {
		width: 38px;
	}
	footer .foot-logo {
		max-width: 200px;
		margin-bottom: 50px;
	}
	footer .telbox .txt01,
	footer .telbox .txt02 {
		padding-left: 45px;
	}
	footer .foot-navi li {
		font-size: 14px;
	}
	.map:after {
		padding-top: 50%;
	}
	.table01 {
		width: 100%;
		max-width: 600px;
	}
}

@media only screen and (max-width: 599px) {
	footer .telbox .tel .icon {
		width: 33px;
	}
	footer .foot-navi li {
		margin-bottom: 15px;
	}
	.table01 {
		overflow-x: scroll;
	}
	.table01 table tr,
	.table01 table th,
	.table01 p.txt {
		font-size: 16px;
	}

	.map:after {
		padding-top: 80%;
	}
}

/* ##### footer end ##### */

/* ##### top ##### */

/* トップメインイメージ */


.slidebox {
	position: relative;
}

.slidebox .title {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 80%;
}

.slidebox .title .tit {
	font-size: 50px;
}

.slidebox .title .tit strong {
	font-size: 65px;
}

.slidebox .title .tit .img {
	display: block;
	width: 38px;
	height: 38px;
	margin: 25px auto;
}

.slidebox .mainimg::before {
	content: "";
	background: rgba(33, 167, 79, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.slidebox::after {
	content: "";
	background: url(/import/tenant_1/160.16.199.96/html/images/01index/img02.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -44px;
	width: 100%;
	height: 44px;
}

@media (max-width: 1024px) {
	.slidebox .title {
		top: 15%;
	}

	.slidebox .title .tit {
		font-size: 48px;
	}

	.slidebox .title .tit strong {
		font-size: 62px;
	}
}

@media (max-width: 599px) {
  .slidebox::after {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	width: 140%;
}
	.slidebox .title {
		width: 96%;
		top: 30px;
	}
	.slidebox .title .tit {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.slidebox .title .tit strong {
		font-size: 36px;
	}

	.slidebox .title .tit .img {
		display: block;
		width: 25px;
		height: 25px;
		margin: 10px auto;
	}

	.slidebox .title dl dt {
		margin-bottom: 20px;
	}

	.slidebox .title dl dd {
		font-size: 10px;
		text-align: left;
	}
}
.mainimg {
     overflow: initial;
}
.mainimg .uk-slidenav-position {
	min-height: 700px;
}

.mainimg .uk-slidenav-position:after {
	padding-top: 50%;
}

@media (max-width: 1024px) {
	.mainimg .uk-slidenav-position:after {
		padding-top: 80%;
	}

	.mainimg .uk-slidenav-position {
		min-height: auto;
	}
}

@media (max-width: 599px) {
.mainimg .uk-slidenav-position:after {
	padding-top: 50%;
}

}

.mainimg .uk-slideshow {
	width: 100%;
}

.uk-slideshow {
	height: 100% !important;
}

.uk-slideshow li {
	height: 100% !important;
}

.uk-slideshow li div {
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.uk-slideshow li img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}

/* ##### トップここまで ##### */

/* ##### 下層ページ共通 ##### */

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/* ##### 下層ページ共通ここまで ##### */

/* ##### ブログ共通 ##### */
.one-line {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.blog-list .category span {
	display: inline-block;
	font-size: 10px;
	border: #c9c9c9 solid 1px;
	background: #fff;
	padding: 3px 15px;
	color: #555;
	margin: 0 5px 10px 0;
}

.blog-list li .more {
	margin: 20px auto 0;
}

.side-nav {
	margin-bottom: 30px;
	width: 100%;
}

.side-nav dd a {
	padding: 5px 0;
	box-sizing: border-box;
	display: block;
}

/*ページャー*/
.pagenav {
	padding-top: 30px;
}

.pagenav li {
	margin: 0 5px;
}

.pagenav li a {
	display: inline-block !important;
	width: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #333;
}

.pagenav li.st a {
	background: #000;
	color: #fff;
}

.pagenav li.prev a,
.pagenav li.next a {
	background: #fff;
	color: #000;
	font-size: 12px;
}

.pagenav li.prev a {
	text-align: right;
}

.pagenav li.next a {
	text-align: left;
}

@media only screen and (max-width: 1024px) {
	.blog-list .category span {
		font-size: 8px;
		margin-bottom: 5px;
		padding: 0px 8px;
	}

	.blog-list .category {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 599px) {
	.side-nav {
		width: 45%;
	}
}

/*ブログ共通(ニュース一覧部分)*/
.blog-list.news li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #999 solid 1px;
	box-sizing: border-box;
}


/* ##### ブログ共通ここまで ##### */

/* ##### 【料金表　1　】 ##### */
.menubox1 dl {
	border-bottom: 1px solid #000;
	padding: 10px 0;
	box-sizing: border-box;
}

.menubox1 dd {
	text-align: right;
}

@media only screen and (max-width: 599px) {
	.menubox1 div {
		margin-bottom: 30px;
	}
}

/* ##### 【料金表　1　】ここまで ##### */
/* ##### 【料金表　2　】 ##### */
.menubox2 {
	margin-bottom: 50px;
}

.menubox2 h3 {
	text-align: center;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

.menubox2 dd dl {
	border-bottom: 1px solid #000;
	padding: 10px 0;
	box-sizing: border-box;
}

.menubox2 dd dl dd {
	text-align: right;
}

@media (max-width: 599px) {
	.menubox2 h4 {
		text-align: center;
		margin-bottom: 0;
	}
}

/* ##### 【料金表　2　】ここまで ##### */
/* ##### 【左右のカラムが交互に代わるブロック】 ##### */
.crossbox li {
	margin-bottom: 50px;
}

.crossbox li:nth-of-type(odd) {
	flex-direction: row-reverse;
}

@media (max-width: 599px) {
	.crossbox li:nth-of-type(odd) {
		flex-direction: column;
	}

	.crossbox .tex {
		margin-top: 20px;
	}
}

/* ##### 【左右のカラムが交互に代わるブロック】ここまで ##### */

/* ##### 【スタイル詳細】 ##### */
.gallery .main-image {
	width: 100%;
	margin-bottom: 15px;
}

.gallery .thumb-img {
	width: calc(33.33333% - 10px);
	transition: 0.3s linear;
}

.gallery .thumb-img:nth-of-type(3) {
	margin: 0 15px;
}

.gallery .thumb-img:hover {
	cursor: pointer;
	opacity: 0.8;
}

.profile-box dl {
	padding: 10px 0;
	box-sizing: border-box;
	border-bottom: #999 solid 1px;
	margin-bottom: 10px;
}

.profile-box dt {
	width: 200px;
}

.profile-box dd {
	width: calc(100% - 200px);
}


@media only screen and (max-width: 1024px) {
	.profile-box dt {
		width: 130px;
	}

	.profile-box dd {
		width: calc(100% - 130px);
	}

	.s-data.w50 {
		width: 60%;
	}
}

@media only screen and (max-width: 599px) {
	.s-data {
		margin-top: 30px;
	}

	.profile-box .stylist-data .pic {
		width: 100%;
	}

	.profile-box .stylist-data .w25 {
		width: 25%;
	}

	.profile-box .stylist-data .w70 {
		width: 70%;
	}

	.gallery .pic {
		width: 100%;
	}
}

/* ##### 【スタイル詳細】ここまで ##### */

/* ##### よくある質問 ##### */
.faq-box {
	padding-top: 80px;
}

.qa-list {
	margin-bottom: 50px;
}

.qa-q {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	background: #000;
	margin-right: 10px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	padding-top: 8px;
}

.qa-list dt div {
	font-size: 24px;
	-webkit-box-sizing: border-box;
	position: relative;
	color: #000;
	font-weight: bold;
	display: inline-block;
	width: calc(100% - 50px);
}

.qa-list dt:hover {
	cursor: pointer;
}

.qa-list dd {
	font-size: 14px;
	padding: 20px 0;
	box-sizing: border-box;
	position: relative;
}

.qa-list .tex {
	display: inline-block;
	width: calc(100% - 50px);
}

.qa-list dd .qa-q {
	background: #999;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
	.qa-list dt div {
		font-size: 18px;
	}
}

/* ##### よくある質問 ここまで ##### */

/* ##### お問い合わせ ##### */
.contact-list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom: #9b9b9b solid 1px;
}

.contact-list dt {
	width: 250px;
	font-size: 18px;
	font-weight: bold;
}

.contact-list dd {
	width: calc(100% - 250px);
}

.contact-list input,
.contact-list textarea,
.contact-list select {
	border: none;
	background: #e6e6e6;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.contact-btn button {
	text-align: center;
	margin: 50px auto 0 auto;
	width: 240px;
	/* border: solid 1px #000; */
	display: block;
	background: #000;
	color: #fff;
	padding: 15px 0;
}

.contact-btn button:hover {
	opacity: 0.6;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.contact-list dt {
		margin-bottom: 10px;
	}

	.contact-list dt,
	.contact-list dd {
		width: 100%;
	}

	.contact-list .must {
		display: inline-block;
		margin-left: 10px;
	}

}

@media only screen and (max-width: 599px) {}

/* ##### お問い合わせ　ここまで ##### */


/*line-height*/
.lh100 {
	line-height: 100%;
}

.lh120 {
	line-height: 120%;
}

.lh140 {
	line-height: 140%;
}

.lh145 {
	line-height: 145%;
}

.lh150 {
	line-height: 150%;
}

.lh160 {
	line-height: 160%;
}

.lh165 {
	line-height: 160%;
}

.lh170 {
	line-height: 170%;
}

.lh180 {
	line-height: 180%;
}

.lh200 {
	line-height: 200%;
}

.lh260 {
	line-height: 260%;
}


/*共通*/
.pjr {
	position: relative;
}

.pja {
	position: absolute;
}

.pji {
	position: initial;
}

.pja.l {
	left: 0;
}

.pja.r {
	right: 0;
}

.m0 {
	margin: 0;
}

.normal {
	font-weight: normal;
}

.z-1 {
	position: relative;
	z-index: -1;
}

.z1 {
	position: relative;
	z-index: 1;
}

.z2 {
	position: relative;
	z-index: 2;
}

.dsbk {
	display: block;
}

.dsibk {
	display: inline-block
}

.ls-2 {
	letter-spacing: -2px;
}

.ls-1 {
	letter-spacing: -1px;
}

.ls0 {
	letter-spacing: 0px;
}

.ls1 {
	letter-spacing: 1px;
}

.ls2 {
	letter-spacing: 2px;
}

.ls3 {
	letter-spacing: 3px;
}

.ls5 {
	letter-spacing: 5px;
}

.bor5 {
	display: block;
	border-radius: 5px;
}

.bor10 {
	display: block;
	border-radius: 10px;
}

.bor20 {
	display: block;
	border-radius: 20px;
}

.bor30 {
	display: block;
	border-radius: 30px;
}

.bor40 {
	display: block;
	border-radius: 40px;
}

.bor50 {
	display: block;
	border-radius: 50px;
}

.bor100 {
	display: block;
	border-radius: 100px;
}

.borw50 {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.tate {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.move {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.move iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.move.pic {
	padding-top: 0;
}


@media only screen and (max-width: 599px) {
	.sp-crev {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

/*文字色*/

.fc01 {
	color: #fff;
}

/*背景色*/
.bk01 {
	background: #f6f6f6;
}

.bk02 {
	background: #21a74f;
}

.bk03 {
	background: #fff;
}

.bk04 {
	background: #b0cf01;
}

/*かぶせ*/
.cover01::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

/*ボーダー*/
.bo3c01 {
	border: 3px solid #b0cf01;
}

.bo10c01 {
	border: 10px solid #b0cf01;
}

.bob3c01 {
	border-bottom: 3px solid #b0cf01;
}

.bob3c02 {
	border-bottom: 3px solid #105b31;
}

.bob5c02 {
	border-bottom: 3px solid #105b31;
}

.bob1c03 {
	border-bottom: 1px solid #dff0d3;
}

.bob2c03 {
	border-bottom: 2px solid #dff0d3;
}

/*縁取り*/
.otu-l01 {
	text-shadow: #fff 2px 2px 0, #fff -2px -2px 0,
		/*右下、左上*/
		#fff -2px 2px 0, #fff 2px -2px 0,
		/*右上、左下*/
		#fff 0px 2px 0, #fff 0 -2px 0,
		/*右、左*/
		#fff -2px 0 0, #fff 2px 0 0;
	/*上、下*/
	;
}

/*装飾*/
.deco01 {
	position: relative;
}

.deco01 .tit {
	width: 40%;
	position: relative;
	background: #e7f1b2;
	padding: 50px 0 50px 0;
}

.deco01 .tit::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #e7f1b2;
	height: 100%;
	margin-left: -999rem;
	padding-left: 999rem;
}

.deco01 .tit::after {
	content: "";
	background: url(/import/tenant_1/160.16.199.96/html/images/01index/img04.png) no-repeat;
	background-size: 55px 100%;
	width: 55px;
	height: 100%;
	position: absolute;
	right: -55px;
	top: 0;
}
.deco01 .right {
    margin-top: -171px;
}
.deco01 .bg {
	text-indent: -9999px;
	width: 30%;
	position: relative;
	background: #e7f1b2;
	z-index: -1;
	min-height: 185px;
	margin-top: -60px;
}

.deco01 .bg::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background: #e7f1b2;
	height: 100%;
	margin-right: -999rem;
	padding-right: 999rem;
}

.deco01 .bg::after {
	content: "";
	background: url(/import/tenant_1/160.16.199.96/html/images/01index/img05.png) no-repeat;
	background-size: 55px 100%;
	width: 55px;
	height: 100%;
	position: absolute;
	left: -55px;
	bottom: 0;
}

.deco02 {
	position: relative;
}

.deco02 .tit {
	width: 30%;
	position: relative;
	background: #b0cf01;
}

.deco02 .tit .inn {
	width: 100%;
	max-width: 145px;
	padding: 60px 0px 120px 0;
	margin-right: 70px;
	margin-left: auto;
}

.deco02 .bg {
	text-indent: -9999px;
	width: 30%;
	position: relative;
	background: #b0cf01;
	z-index: -1;
	min-height: 320px;
	position: absolute;
	bottom: 80px;
	right: 0;
}

@media only screen and (max-width: 1024px) {
	.deco01 .tit {
		width: 40%;
		padding: 40px;
	}
.deco01 .right {
    margin-top: -143px;
}
	.deco01 .bg {
		min-height: 133px;
		margin-top: -30px;
		margin-left: -15px;
	}

.deco02 .tit .inn {
    padding: 50px 0px 90px 0;
    margin-left: 15%;
    margin-right: auto;
}

	.deco02 .bg {
		min-height: 260px;
	}
}

@media only screen and (max-width: 599px) {
	.deco01 .tit {
		width: 50%;
		padding: 30px 20px;
	}
.deco01 .right {
    margin-top: 50px;
}
	.deco01 .bg {
		min-height: 114px;
		margin-top: -10px;
		margin-left: auto;
		margin-right: 0px;
		width: 45%;
	}

	.deco01 .bg::after {
		left: -55px;
	}

	.deco02 .tit {
		width: 45%;
	}

	.deco02 .tit .inn {
	  margin-left: 0;
		padding: 40px 0px 80px 20px;
	}

	.deco02 .bg {
		width: 45%;
		min-height: 150px;
		bottom: 100px;
	}
}

/*矢印*/
.yaji01 {
	position: relative;
}

.yaji01 a {
	display: block;
	padding-left: 20px;
}

.yaji01 a:before {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #21a74f;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-90deg);
	margin: auto;
}

/*三角の矢印*/
.arrow01 {
	position: relative;
}

.arrow01::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #105b31 transparent transparent transparent;
	position: absolute;
	bottom: -1px;
	right: -6px;
	transform: rotate(-45deg);
}

/*シャドウ*/
.shad01 {
	position: relative;
}

.shad01:after {
	content: "";
	background: #21a74f;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	right: -20px;
	top: 20px;
	z-index: 0;
}

.box-shad01 {
	-moz-box-shadow: 1px 4px 16px -8px rgba(14, 46, 46, 0.8);
	-webkit-box-shadow: 1px 4px 16px -8px rgba(14, 46, 46, 0.8);
	-ms-box-shadow: 1px 4px 16px -8px rgba(14, 46, 46, 0.8);
	box-shadow: 1px 4px 16px -8px rgba(14, 46, 46, 0.8);
}

/*共通見出し*/
.comtit01 {
	position: relative;
	background: #21a74f;
}

.comtit01::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 35px 0 35px;
	border-color: #21a74f transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
}

.comtit03 {
	position: relative;
}

.comtit03::after {
	content: "";
	display: block;
	width: 100%;
	height: 27px;
	background: url(/import/tenant_1/160.16.199.96/html/images/01index/img03.png) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
}

/*共通パーツ*/
.deta01 {
	position: relative;
	width: 144px;
	height: 108px;
	padding: 15px 8px;
}

.deta01::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 108px 144px 0 0;
	border-color: #21a74f transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 1024px) {
	.deta01 {
		width: 124px;
		height: 98px;
	}

	.deta01::after {
		border-width: 98px 124px 0 0;
	}
}

@media only screen and (max-width: 599px) {
	.deta01 {
		width: 94px;
		height: 88px;
		padding: 10px 5px;
	}

	.deta01::after {
		border-width: 88px 94px 0 0;
	}
}

/*more*/
.more01 a::before {
	border-color: #0b0b0b transparent transparent transparent;
}

.more01 a {
	background: #f6f6f6;
	border: 1px solid #0b0b0b;
	color: #0b0b0b;
}

.more02 a::before {
	border-color: #fff transparent transparent transparent;
}

.more02 a {
	background: #21a74f;
	border: 1px solid #fff;
	color: #fff;
}

.more03 a::before {
	border-color: #b0cf01 transparent transparent transparent;
}

.more03 a {
	background: #fff;
	border: 1px solid #b0cf01;
	color: #b0cf01;
}

.movemore {
  max-width: 400px;
}

.more04 a::before {
	border-color: #fff transparent transparent transparent;
}

.more04 a {
	background: none;
	border: 1px solid #fff;
	color: #fff;
}

.more05 a::before {
	border-color: #0b0b0b transparent transparent transparent;
}

.more05 a {
	background: #fff;
	border: 1px solid #0b0b0b;
	color: #0b0b0b;
}

/*01index*/
.home-news .box {
	max-width: 500px;
	margin: 0 auto;
}
.home-news .box .data {
	min-width: 87px;
}
.home-news .box .cate {
	min-width: 100px;
	padding: 4px 20px;
	margin-left: 0;
}

.home-news .more {
	margin-top: 35px;
}

@media only screen and (max-width: 599px) {
	.home-news .box {
		max-width: 85%;
	}
	.movemore {
  font-size: 18px;
}
}

.home-menu .warp {
	padding: 3px;
}

.home-menu .inn {
	position: relative;
	overflow: hidden;
	height: 100%;
	padding: 90px 25px;
}

.home-menu .tbox::after {
	content: "";
	background: rgba(33, 167, 79, 0.5);
	display: block;
	width: 500px;
	height: 500px;
	position: absolute;
	top: -120px;
	left: -75%;
	z-index: 1;
	border-radius: 50%;
}

.home-menu .bgimg::after {
	content: "";
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-menu .box {
	position: relative;
	margin-bottom: 90px;
}

.home-menu .box::after {
	content: "";
	background: url(/import/tenant_1/160.16.199.96/html/images/01index/img03.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 458px;
	height: 27px;
	bottom: -85px;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
	.home-menu .inn {
		padding: 60px 10px;
	}

	.home-menu .tbox::after {
		width: 320px;
		height: 320px;
		top: -60px;
	}
}

@media only screen and (max-width: 599px) {
	.home-menu .box {
		margin-bottom: 0px;
	}
	.home-menu .inn {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.home-menu .tbox::after {
		width: 295px;
		height: 295px;
		left: -20%;
		top: -70px;
	}
	.home-menu .box::after {
		width: 280px;
		bottom: -27px;
	}
}

.home-reason li .tit {
	width: 85%;
	position: relative;
	background: #105b31;
	padding: 10px 5px 10px 8px;
}

.home-reason li .tit::after {
	content: "";
	background: url(/import/tenant_1/160.16.199.96/html/images/01index/img06.png) no-repeat;
	background-size: 43px 100%;
	width: 43px;
	height: 100%;
	position: absolute;
	right: -43px;
	top: 0;
}
.home-reason li .tit .tt {
	padding-left: 30px;
	position: relative;
}
.home-reason li .tit .tt .no{
	position: absolute;
	top:0;
	left: 0;
}
.home-reason li:nth-of-type(2n+2) .tit {
	background: #21a74f;
}

.home-reason li:nth-of-type(2n+2) .tit:after {
	background: url(/import/tenant_1/160.16.199.96/html/images/01index/img07.png) no-repeat;
	background-size: 43px 100%;
}

.home-reason li .pic {
	margin-top: -30px;
}

@media only screen and (max-width: 1024px) {
	.home-reason li .tit {
		width: 75%;
	}
}

@media only screen and (max-width: 599px) {
	.home-reason li .tit {
		width: 80%;
	}
	.home-reason li .tit::after {
		background-size: 23px 100% !important;
		width: 23px;
		right: -23px;
	}
	.home-reason li .tit .tt {
		padding-left: 20px;
	}
}

.home-move .move {
	margin-top: -170px;
}

.home-move .more {
	margin-top: 30px;
	max-width: 370px;
}

@media only screen and (max-width: 599px) {
	.home-move .move {
		margin-top: -110px;
	}
}

.home-specialist {
	position: relative;
	min-height: 411px;
}

.home-specialist .bg {
	text-indent: -9999px;
	width: 100%;
	height: 127px;
	background: url(/import/tenant_1/160.16.199.96/html/images/01index/img08.png) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	right: 0;
}



.home-specialist .ibox {
    position: absolute;
    top: -195px;
    right: -5%;
    max-width: 532px;
}


.home-specialist .ibox02 {
    position: absolute;
    top: -30px;
    right: 5%;
    max-width: 532px;
}




.home-specialist .more {
	margin-left: 0;
	margin-right: auto;
}

@media only screen and (max-width: 1024px) {
	.home-specialist {
		min-height: 368px;
	}

	.home-specialist .ibox {
		top: -43px;
		right: -3%;
		max-width: 250px;
	}
}

@media only screen and (max-width: 599px) {
	.home-specialist .ibox {
		top: auto;
		right: auto;
		max-width: 390px;
		position: relative;
		margin-bottom: -30px;
		margin-left: auto;
		margin-right: 0;
	}

	.home-specialist .ibox02 {
		top: auto;
		right: auto;
		max-width: 390px;
		position: relative;
		margin-bottom: -30px;
		margin-left: auto;
		margin-right: 0;
	}
	
}

.home-voice .more {
	margin-top: 0;
}

.home-blog li .pix {
	margin-top: -108px;
}

.home-blog .more {
	margin-top: 0;
}

@media only screen and (max-width: 599px) {
	.home-blog li .pix {
		margin-top: -88px;
	}
}

.home-imges ul {
	width: 100%;
	max-width: initial;
}

.home-imges ul li {
	margin: 0 0.3%;
}

@media only screen and (max-width: 599px) {
	.home-imges ul {
		width: 140%;
		margin-left: -20%;
		margin-right: -20%;
	}
}


/*********************************************
汎用画像クラス　img
*********************************************/

/*背景画像*/
.sub .bgimg {
	width: auto;
	height: auto;
	position: relative;
	transition: none;
}

.sub .img img {
	width: 100%;
}

.img.-bgimg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img.-bgimg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	/*IE対策*/
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/*フィルター*/
.img.-filter:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .8;
}

/*object-fit(cover)IE対応*/
.img.-cover img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	/*IE対策*/
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/*object-fit(contain)IE対応*/
.img.-contain img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	/*IE対策*/
	font-family: 'object-fit: contain; object-position: 50% 50%;';
}

/*比率40％*/
.img.-ratio40 {
	position: relative;
}

.img.-ratio40:before {
	content: "";
	display: block;
	padding-top: 40%;
}

.img.-ratio40 img {
	position: absolute;
	top: 0;
}

/*モバイル時に小さめに表示*/
.img.-smallsp {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 599px) {
	.img.-smallsp {
		width: 80%;
	}
}

/*モバイル時により小さめに表示*/
.img.-smallersp {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 599px) {
	.img.-smallersp {
		width: 50%;
	}
}

/*正円画像*/
.img.-circle {
	overflow: hidden;
	border-radius: 50%;
}

/*角丸画像*/
.img.-round {
	overflow: hidden;
	border-radius: 20px;
}

/*********************************************
汎用レイアウト
*********************************************/
/*2カラムコンテンツ*/
.column2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 20px 0 80px;
}

.column2 .side {
	width: 200px;
}

.column2 .main {
	width: calc(100% - 220px);
}

@media only screen and (max-width: 1024px) {
	.column2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.column2 .side {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		margin-bottom: 5%;
	}

	.column2 .main {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		margin-bottom: 5%;
	}
}

@media only screen and (max-width: 1024px) {
	.column2 {
		padding: 20px 0 40px;
	}
}

/*左右の要素を順に入れ替え*/
.alternate .flexb: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;
}

.inner98 {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.inner98 {
		width: 93%;
		max-width: 768px;
	}
}

@media only screen and (max-width: 599px) {
	.inner98 {
		width: 94%;
		max-width: 450px;
	}
}

.layout-cmn01 .title {
	margin-bottom: 40px;
}

.layout-cmn01 .text {
	margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
	.layout-cmn01 .title {
		margin-bottom: 20px;
	}
}


/*********************************************
    下層クラス
*********************************************/


/**
カラー
*/
.color01 {
	color: #21a74f;
}

.color02 {
	color: #60B421;
}

.color03 {
	color: #222222;
}

.bgcolor01 {
	background-color: #21a74f;
}

.bgcolor01_a {
	background-color: rgba(241, 146, 102, 0.1);
}

.bgcolor02 {
	background-color: #60B421;
}

.bgcolor03 {
	background-color: #222222;
}

/**
エリア
*/

.area {
	padding: 40px 0;
}

.area80 {
	padding: 80px 0;
}

.area60 {
	padding: 60px 0;
}

.area40 {
	padding: 40px 0;
}

.area20 {
	padding: 20px 0;
}

.areab {
	padding-bottom: 60px;
}

.area80b {
	padding-bottom: 80px;
}

.area60b {
	padding-bottom: 60px;
}

.area40b {
	padding-bottom: 40px;
}

.area20b {
	padding-bottom: 20px;
}

@media only screen and (max-width: 599px) {
	.area {
		padding: 20px 0;
	}

	.area80 {
		padding: 60px 0;
	}

	.area60 {
		padding: 40px 0;
	}

	.area40 {
		padding: 20px 0;
	}

	.areab {
		padding-bottom: 60px;
	}

	.area80b {
		padding-bottom: 60px;
	}

	.area60b {
		padding-bottom: 40px;
	}

	.area40b {
		padding-bottom: 20px;
	}
}

.sub .inner {
	padding: 20px 0;
}

.sub .inner.area {
	padding: 40px 0;
}

.sub .inner.area80 {
	padding: 80px 0;
}

.sub .inner.area60 {
	padding: 60px 0;
}

.sub .inner.area40 {
	padding: 40px 0;
}

.sub .inner.area20 {
	padding: 20px 0;
}

.sub .inner.areab {
	padding-bottom: 60px;
}

.sub .inner.area80b {
	padding-bottom: 80px;
}

.sub .inner.area60b {
	padding-bottom: 60px;
}

.sub .inner.area40b {
	padding-bottom: 40px;
}

.sub .inner.area20b {
	padding-bottom: 20px;
}

@media only screen and (max-width: 599px) {
	.sub .inner.area {
		padding: 60px 0;
	}

	.sub .inner.area80 {
		padding: 60px 0;
	}

	.sub .inner.area60 {
		padding: 40px 0;
	}

	.sub .inner.area40 {
		padding: 20px 0;
	}

	.sub .inner.areab {
		padding-bottom: 60px;
	}

	.sub .inner.area80b {
		padding-bottom: 60px;
	}

	.sub .inner.area60b {
		padding-bottom: 40px;
	}

	.sub .inner.area40b {
		padding-bottom: 20px;
	}
}


/*********************************************
共通タイトル　title -cmn
*********************************************/
/*共通タイトル1*/
.title.-cmn01 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.title.-cmn01 .title-in {
	display: inline-block;
	position: relative;
	padding: 0 30px;
}

.title.-cmn01 .title-in2 {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	font-size: 50px;
	line-height: 0;
	color: #21a74f;
}

.title.-cmn01 .title-in3 {
	display: inline-block;
}

@media only screen and (max-width: 599px) {
	.title.-cmn01 {
		font-size: 20px;
	}

	.title.-cmn01 .title-in {
		width: 80%;
		line-height: 270%;
	}

	.title.-cmn01 .title-in2 {
		font-size: 40px;
	}
}

/*共通タイトル2*/
.title.-cmn02 {
	position: relative;
	z-index: 1;
	min-height: 90px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.title.-cmn02 .title-in {
	display: inline-block;
	position: relative;
	z-index: -1;
	min-width: 60px;
	margin: 0 20px;
	color: #fff;
}

.title.-cmn02 .title-in:before {
	content: url(/import/tenant_1/160.16.199.96/html/images/dexo-title02.png);
	position: absolute;
	z-index: -1;
	top: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*共通タイトル3*/
.title.-cmn03 {
	text-align: center;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	font-size: 14px;
}

.title.-cmn03 .title-in {
	position: relative;
	display: block;
	margin-bottom: 10px;
	-webkit-transform: translateX(-100.5%);
	-ms-transform: translateX(-100.5%);
	transform: translateX(-100.5%);
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-property: transform, -webkit-transform;
}

.title.-cmn03 .title-in:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.title.-cmn03 .title-in01 {
	display: block;
	position: relative;
	font-size: 28px;
	-webkit-transform: translateX(-100.5%);
	-ms-transform: translateX(-100.5%);
	transform: translateX(-100.5%);
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-property: transform, -webkit-transform;
}

.title.-cmn03 .title-in01:before {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.title.-cmn03 .title-in01:after {
	content: "";
	display: block;
	position: relative;
	width: 100px;
	height: 1px;
	margin: 5px auto 0;
	background: #fff;
}

.title.-cmn03.mv .title-in {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.title.-cmn03.mv .title-in:before {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
}

.title.-cmn03.mv .title-in01 {
	font-family: 'Century Gothic', 'CenturyGothic', 'Questrial', sans-serif;
	font-weight: normal;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.title.-cmn03.mv .title-in01:before {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
}

@media only screen and (max-width: 599px) {
	.title.-cmn03 .title-in01 {
		font-size: 18px;
	}
}

/*共通タイトル4*/
.title.-cmn04 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #21a74f;
}

.title.-cmn04 .title-in {
	position: relative;
	z-index: 1;
}


@media only screen and (max-width: 599px) {
	.title.-cmn04 {
		font-size: 24px;
	}
}

/*共通タイトル5*/
.title.-cmn05 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.title.-cmn05:after {
	content: "";
	display: block;
	position: relative;
	width: 100px;
	height: 2px;
	margin: 5px auto 0;
	background: #21a74f;
}

/*共通タイトル6*/
.title.-cmn06 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.title.-cmn06:after {
	content: "";
	display: block;
	position: relative;
	width: 100px;
	height: 1px;
	margin: 5px auto 0;
	background: #21a74f;
}

/*共通タイトル7*/
.title.-cmn07 {
	position: relative;
	padding: 5px 20px;
	font-size: 24px;
	font-weight: bold;
	background: rgb(232, 246, 237);
}

.title.-cmn07:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 70%;
	background: #21a74f;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width: 599px) {
	.title.-cmn07 {
		font-size: 20px;
	}
}

/*共通タイトル8*/
.title.-cmn08 {
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.title.-cmn08 .title-in {
	position: relative;
}

/*********************************************
下層共通テキスト　text -cmn
*********************************************/
/*共通テキスト１*/
.text.-sentence.-cmn01 {
	line-height: 200%;
}

/*共通小見出しテキスト*/
.text.-head {
	font-weight: bold;
}

.text.-head.-cmn01 {
	font-size: 16px;
	color: #60B421;
}

.text.-head.-cmn02 {
	position: relative;
	padding-left: 30px;
	font-size: 18px;
	color: #21a74f;
}

.text.-head.-cmn02:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	width: 15px;
	height: 15px;
	background: rgba(96, 180, 33, 0.4);
}

.text.-head.-cmn04 {
	font-size: 18px;
	color: #21a74f;
	;
}

/*共通メタテキスト*/
.text.-meta.-cmn01 .time:after {
	content: "/";
	display: inline-block;
	margin: 0 5px;
}


/**
下層ページ共通要素
*/
/*下層トップビジュアル*/
.topvisualbox {
	position: relative;
}

.topvisualbox:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 500px;
	height: 60%;
	background: url(/import/tenant_1/160.16.199.96/html/images/02feature/bg01.png) no-repeat bottom right;
	background-size: contain;
}

.topvisualbox .inner {
	position: relative;
}

.topvisualbox .inner:before {
	content: "";
	display: block;
	padding-top: 30%;
}

.topvisualbox .title {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	max-width: 80%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.topvisualbox .img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	/* width: calc(50vw + 400px); */
	width: calc(100vw - 100px);
	height: 100%;
}

.topvisualbox .img:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}



@media only screen and (max-width: 1024px) {
	.topvisualbox .img {
		width: calc(80% + 50px);
	}

	.topvisualbox .img:after {
		top: -10px;
		right: -10px;
		-webkit-transform-origin: top right;
		-ms-transform-origin: top right;
		transform-origin: top right;
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	}
}

@media only screen and (max-width: 599px) {
	.topvisualbox .img {
		width: calc(75% + 50px);
	}
}

/*パンくずリスト*/
.list.-breadcrumb .listitem {
	display: inline-block;
}

.list.-breadcrumb .listitem:not(:last-of-type):after {
	content: "＞";
	display: inline-block;
	margin: 0 5px;
}

@media only screen and (max-width: 599px) {
	.list.-breadcrumb {
		display: none;
	}
}

/**
サイドメニュー
side
*/
.side {
	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;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.sidearea02 {
	width: 100%;
	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;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.side .section {
	width: 100%;
	margin-bottom: 30px;
}

.side .section .section-in {
	padding: 5px;
}

.side .section.-side-category {
	margin-bottom: 10px;
}

.side .list {
	width: 100%;
}


.side .map:after {
	display: block;
	content: "";
	padding-top: 80%;
}

.section.-side01 {
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.title.-side01 {
	padding: 14px 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #21a74f;
	margin-bottom: 10px;
}

.list.-side01 {
	display: table;
	padding: 0 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background: #21a74f;
	background-size: cover;
	margin-bottom: 4px;
}

.list.-side01 table {
	width: 100%;
	border-collapse: collapse;
}

.list.-side01 table tr:not(:last-of-type) {
	border-bottom: 1px dashed #fff;
}

.list.-side01 table th,
.list.-side01 table td {
	padding: 5px 0;
	line-height: 70%;
	font-size: 12px;
}

.side-pro {
	border: 2px solid #50a5c0;
}

.side-pro .text {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #50a5c0;
}

.title.-side02 {
	position: relative;
	padding: 14px 5px;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	color: #fff;
	background: #50a5c0;
	font-size: 16px;
	margin-bottom: 0px;
}

.title.-side02 .title-in {
	display: inline-block;
	margin: 0 5px;
	font-size: 16px;
}

.side-good {
	border: 2px solid #6eb36c;
}

.side-good .section-in {
	position: relative;
}

.side-good .section-in:after {
	content: url(/import/tenant_1/160.16.199.96/import/tenant_1/133.167.77.198/html/images/01top/deco-side.png);
	position: absolute;
	top: 0;
	right: 20px;
}

.side-good .text {
	color: #6eb36c;
}

.side-good .text-in {
	display: block;
	width: 100%;
	text-align: center;
}

.title.-side03 {
	padding: 14px 5px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	color: #fff;
	background: #6eb36c;
	margin-bottom: 0;
}

.list.-sidemenu .listitem:not(:last-of-type) {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}

.list.-sidemenu a {
	display: block;
	position: relative;
	padding: 5px 25px 5px 0;
}

.list.-sidemenu a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f061";
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background: #21a74f;
}

.side-facebook iframe {
	position: relative;
	width: 200px;
	max-width: 100%;
	height: 300px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.list.-side-category .datatitle {
	position: relative;
	padding: 5px 3em 5px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #60B421;
	cursor: pointer;
}

.list.-side-category .datatitle:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	right: 1em;
}

.list.-side-category .datatitle.is-parent:after {
	content: "\f077";
}

.list.-side-category .listitem {
	display: none;
}

.list.-side-category .data {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.list.-side-category .data a {
	display: block;
	position: relative;
	padding: 5px 2em 5px 0;
}

.list.-side-category .data a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list.-side-category .data a:hover {
	opacity: 1;
	color: #60B421;
}

@media only screen and (max-width: 1024px) {
	.side .section {
		width: 48%;
	}

	.list.-archive .data {
		width: 48%;
	}
}

@media only screen and (max-width: 599px) {
	.side .section {
		width: 100%;
	}

	.list.-archive .data {
		width: 100%;
	}
}

/**
料金表
*/
/*メニュー(料金表)*/
.list.-fees01 .listtitle {
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #21a74f;
}

.list.-fees01 .listitem {
	padding: 15px 30px;
}

.list.-fees01 .listitem:not(:last-of-type) {
	border-bottom: 1px dashed #21a74f;
}

.list.-fees01 .listitem:last-of-type {
	border-bottom: 1px solid #21a74f;
}

.list.-fees01 .datatitle {
	font-weight: bold;
	font-size: 20px;
}

.list.-fees01 .data {
	color: #21a74f;
	font-weight: bold;
	font-size: 20px;
}

.list.-fees01 .text.-comment {
	margin-top: 10px;
}

@media only screen and (max-width: 599px) {
	.list.-fees01 .listitem {
		padding: 15px 0;
	}

	.list.-fees01 .datatitle {
		width: 100%;
		margin-bottom: 10px;
		font-size: 18px;
	}

	.list.-fees01 .data {
		margin-left: auto;
			font-size: 18px;
	}
}

.list.-fees02 {
	counter-reset: listitem;
}

.list.-fees02 .box {
	position: relative;
	padding: 30px 15px 10px;
	background: #21a74f;
}

.list.-fees02 .box:before {
	counter-increment: listitem;
	content: "0"counter(listitem);
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	color: #21a74f;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.list.-fees02 .box .text {
	margin-bottom: 10px;
	color: #fff;
}

.list.-fees02 .text.-head {
	padding-bottom: 10px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.list.-fees02 .list01 {
	margin-bottom: 10px;
}

.list.-fees02 .listtitle01 {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #21a74f;
}

.list.-fees02 .listitem01 {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 5px 0;
}

.list.-fees02 .listitem01:not(:last-of-type) {
	border-bottom: 1px dashed #21a74f;
}

.list.-fees02 .listitem01:last-of-type {
	border-bottom: 1px solid #21a74f;
}

.list.-fees02 .datatitle {
	padding-right: 1em;
	font-weight: bold;
}

.list.-fees02 .data {
	margin-left: auto;
	font-weight: bold;
	color: #21a74f;
}

.list.-fees02 .text.-comment {
	margin-top: 5px;
}

/**
院長＆スタッフ紹介
*/
/*院長*/
.owner1 .tbox .s1 li {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.owner1 .tbox .s1 {
	padding-bottom: 30px;
}

.owner1 .tbox .s1 .g {
	font-weight: normal;
	color: #21a74f;
	font-size: 10px;
	vertical-align: middle;
}

.owner1 .tbox .s2 li {
	border-left: 5px solid #21a74f;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 50px;
}

.owner1 .tbox .s2 dl {
	padding: 12px 0 12px 0;
	margin-left: 15px;
}

.owner1 .tbox .s2 dt {
	font-size: 18px;
	font-weight: bold;
	color: #21a74f;
}



/*ポイント（トップ）*/
.home03 {
	position: relative;
}

.home03:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .7;
}

.list.-home03 {
	counter-reset: column;
}

.list.-home03 .column {
	position: relative;
	padding: 0 15px 20px;
	border: 1px solid #21a74f;
	background: #fff;
}

.list.-home03 .column:before {
	counter-increment: column;
	content: "0"counter(column);
	display: block;
	position: relative;
	z-index: 2;
	top: -10px;
	text-align: center;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
	font-weight: 400;
	font-size: 30px;
	color: #21a74f;
}

.list.-home03 .column:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: -1px;
	left: 50%;
	height: 1px;
	width: 60px;
	background: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.list.-home03 .img {
	width: 120px;
	margin: 0 auto 10px;
}

.list.-home03 .img a {
	display: block;
}

.list.-home03 .text {
	text-align: center;
}

.list.-home03 .text.-head {
	margin-bottom: 5px;
}

@media only screen and (max-width: 599px) {
	.list.-home03 .heightLine-title {
		height: auto !important;
	}
}


/*********************************************
共通リスト　list -cmn
*********************************************/
/*リスト1（テーブルタイプ）*/
.list.-cmn01 table {
	width: 100%;
	border: 1px solid #21a74f;
	border-collapse: collapse;
}

.list.-cmn01 th,
.list.-cmn01 td {
	padding: 10px;
}

.list.-cmn01 th {
	width: 30%;
	text-align: left;
	vertical-align: top;
	color: #fff;
	background: #21a74f;
}

.list.-cmn01 tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}

.list.-cmn01 tr:not(:last-child) td {
	border-bottom: 1px solid #21a74f;
}

.list.-cmn01.-type02 {
	width: 80%;
	margin: 0 auto;
}

.list.-cmn01.-type02 th {
	width: 60%;
}

.list.-cmn01.-type03 {
	width: 100%;
	margin: 0 auto;
}

.list.-cmn01.-type03 th {
	width: 20%;
	text-align: center;
}

.list.-cmn01.-type03 td {
	width: 80%;
	text-align: center;
}

/*リスト２（チェックリスト）*/
.list.-cmn02 .listitem {
	margin-bottom: 15px;
}

.list.-cmn02 .datatitle {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
	font-weight: bold;
}

.list.-cmn02 .datatitle:before {
	content: url(/import/tenant_1/160.16.199.96/html/images/check.png);
	position: absolute;
	left: 0;
}

.list.-cmn02 .data {
	padding-left: 30px;
}

/*リスト３（テーブルタイプ）*/
.list.-cmn03 table {
	width: 100%;
	border: 1px solid #21a74f;
	border-collapse: collapse;
}

.list.-cmn03 tr:not(:last-child) {
	border-bottom: 1px solid #21a74f;
}

.list.-cmn03 th,
.list.-cmn03 td {
	padding: 10px;
	text-align: center;
}

.list.-cmn03 th {
	color: #fff;
	background: #21a74f;
}

.list.-cmn03 th:not(:last-child) {
	border-right: 1px solid #fff;
}

.list.-cmn03 td:not(:last-child) {
	border-right: 1px solid #21a74f;
}

.list.-cmn03.-type01 tr:not(:last-of-type) th:first-of-type {
	border-bottom: 1px solid #fff;
}

.list.-cmn03.-type01 tr:not(:last-of-type) td:first-of-type {
	border-bottom: 1px solid #fff;
}

.list.-cmn03.-type01 tr:not(:last-of-type) th:not(:fitst-of-type) {
	border-bottom: 1px solid #21a74f;
}

.list.-cmn03.-type01 tr:not(:last-of-type) td:not(:first-of-type) {
	border-bottom: 1px solid #21a74f;
}

.list.-cmn03.-type01 td:first-of-type {
	color: #fff;
	background: #21a74f;
}

@media only screen and (max-width: 599px) {

	.list.-cmn03 th,
	.list.-cmn03 td {
		padding: 5px;

	}
}

/*下層マップ*/
.first .clinic05 .map:after {
	padding-top: 50%;
}

@media only screen and (max-width: 599px) {

	.first .map:after {
		padding-top: 80%;
	}
}

/*当院の整体とは*/

.accident03box .list {
	width: 80%;
	margin: 0 auto;
}

.list.-accident03 .listitem {
	padding: 0 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #21a74f;
}

.accident04 .list {
	padding: 0 10%;
	margin-bottom: 30px;
}

@media only screen and (max-width: 599px) {
	.accident04 .list {
		padding: 0 5%;
	}
}

.list.-accident04 .listitem {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.accident05box .list {
	padding: 0 10%;
}

@media only screen and (max-width: 599px) {
	.accident05box .list {
		padding: 0 5%;
	}
}

.list.-accident05 .listitem {
	position: relative;
	padding-left: 30px;
	padding-bottom: 20px;
}

.list.-accident05 .listitem:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 3px;
	width: 10px;
	height: 10px;
	border: 3px solid #21a74f;
	border-radius: 50%;
	background: #fff;
}

.list.-accident05 .listitem:not(:last-of-type):after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 6px;
	width: 3px;
	height: 100%;
	background: #21a74f;
}

.list.-accident05 .datatitle {
	font-weight: bold;
	color: #21a74f;
}

.manipulative .list.-cmn01.-type03 th {
	width: 40%;
}

.manipulative .list.-cmn01.-type03 td {
	width: 60%;
}



/**
ブログ・ニュース
*/
.list.-category .datatitle {
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	color: #21a74f;
}

.list.-category .data {
	padding: 0 10px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

.list.-category .data a:hover {
	opacity: 1;
	color: #21a74f;
}

@media only screen and (max-width: 599px) {
	.list.-category .datatitle {
		width: 100%;
	}

	.list.-category .data {
		min-width: 33.333%;
	}
}

.list.-article .listitem {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.list.-article .img a {
	display: block;
}

.list.-article .text {
	margin-bottom: 5px;
}

.list.-article .text.-head a {
	color: #21a74f;
}

.list.-pagenation {
	text-align: center;
}

.list.-pagenation .listitem {
	display: inline-block;
	margin: 0 .1rem;
}

.list.-pagenation .listitem .present-in,
.list.-pagenation .listitem a {
	display: block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #21a74f;
}

.list.-pagenation .listitem .present-in,
.list.-pagenation .listitem a:hover {
	opacity: 1;
	border: none;
	color: #fff;
	background: #21a74f;
}

.list.-pagenation .listitem.-prev a:before {
	content: "＜";
}

.list.-pagenation .listitem.-next a:before {
	content: "＞";
}

/*セミナー*/
.seminar .more {
	margin-top: 0;
}

.college-title {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

.schedule-cont {
    width: 100%;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(232, 246, 237);
    margin-bottom: 40px;
}

.schedule-date {
	font-size: 16px;
	font-weight: bold;
}
.seminar_detail .schedule-date {
	font-size: 18px;
}
.schedule-cont-heading {
	font-size: 18px;
	font-weight: bold;
	color: #21a74f;
	line-height: 120%;
	border-bottom: 1px solid #21a74f;
	margin-bottom: 10px;
	padding: 5px 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.schedule-dl dt {
	font-size: 13px;
	width: 40%;
	padding-right: 14px;
	position: relative;
}
.seminar_detail .schedule-dl dt {
  width: 13%;
}
.schedule-dl dt:after {
	content: '｜';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

.schedule-dl dd {
	font-size: 13px;
	width: 60%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.schedule-notice {
	font-size: 12px;
	line-height: 110%;
	margin-top: 10px;
}

.schedule-list li .more-btn-arrow {
	margin-top: 0;
}

.schedule-list li .more-btn-rectangle {
	margin: 0px auto;
}

@media (max-width: 1024px) {
	.schedule-list li {
		width: 46%;
	}
}

@media (max-width: 599px) {
	.schedule-list li {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 30px;
	}
	.seminar_detail .schedule-dl dt {
  width: 40%;
}
.seminar_detail .schedule-date {
	font-size: 16px;
}
	.schedule-list li .ofimg {
		width: 80%;
	}

	.schedule-list li .schedule-cont {
		width: 95%;
		margin-left: auto;
	}

	.schedule-cont-heading {
		font-size: 16px;
	}

	.schedule-dl dt {
		font-size: 12px;
		width: 30%;
	}

	.schedule-dl dd {
		font-size: 12px;
	}

	.schedule-notice {
		height: auto !important;
	}
}

/*********************************************
共通ボタン　button -cmn
*********************************************/
/*ボタン１*/
.button.-cmn01 a {
	display: inline-block;
	width: 200px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #fff;
	border: 1px solid #0b0b0b;
	color: #0b0b0b;
}

.button.-cmn01 .button-in {
	position: relative;
	padding: 0 20px;
}

.button.-cmn01 .button-in:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f0a8";
	position: absolute;
	right: 0;
	color: #21a74f;
}

.button.-cmn01.-back .button-in:after {
	content: "\f0a8";
	left: 0;
	right: inherit;
}

.button.-cmn01.-back .button-in.ver2:after {
	content: "\f0a9";
	left: auto;
	right: 0;
}

/*ボタン２*/
.button.-cmn02 a {
	font-weight: bold;
	text-decoration: underline;
	color: #21a74f;
}

.button.-cmn02 a:after {
	content: "→";
}

.seminar_detail .schedule-cont {
	width: 100%;
	background: none;
	padding: 20px 0 0 0;
	transform: none;
}

.seminar_detail .schedule-cont-heading {
	font-size: 25px;
	padding: 20px 0;
}

.seminar_detail .schedule-dl dt,
.seminar_detail .schedule-dl dd {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.seminar_detail .schedule-dl dt:after {
	top: 10px;
}


/**
よくある質問
*/
.list.-faq01 .listitem {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted rgba(96, 180, 33, 0.5);
}

.list.-faq01 .datatitle {
	position: relative;
	padding-left: 40px;
	padding-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #21a74f;
}

.list.-faq01 .datatitle:before {
	content: "Q";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
}

.list.-faq01 .data {
	position: relative;
	padding-left: 40px;
}

.list.-faq01 .data:before {
	content: "A";
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ff4c51;
}


.shinryo3 .box {
	background: rgb(232, 246, 237);
	padding: 40px 2.72% 20px 2.72%;
	margin-bottom: 90px;
	position: relative;
}

.shinryo3 .pic {
	width: 35%;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.shinryo3 .pic img {
	width: 100% !important;
	height: auto !important;
}

.shinryo3 .tbox {
    width: 65%;
    padding: 35px 5% 0 0;
}

.shinryo3 .tbox p {
	padding: 0 0 20px 0;
}

.shinryo3 h4 {
	font-family: "bokutachi";
	font-size: 22px;
	color: #21a74f;
	padding: 0 0 20px 0;
}

.shinryo3 h4 .po {
	position: absolute;
	width: 120px;
	height: 120px;
	text-align: center;
	border-radius: 50%;
	background: #21a74f;
	top: -60px;
	left: 0;
	box-sizing: border-box;
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.shinryo3 h4 .po strong {
	display: block;
	font-size: 60px;
	color: #fff;
	line-height: 1;
	margin-top: -40px;
	width: 100%;
	font-family: 'Century Gothic', 'CenturyGothic', 'Questrial', sans-serif;
}

/*
.shinryo3 .flow {
	counter-reset: column;
}

.shinryo3 h4 .po strong::after {
	counter-increment: column;
	content: counter(column);
}
*/
@media only screen and (max-width: 1024px) {
	.shinryo3 h4 {
		font-size: 18px;
	}
	.seminar_detail .schedule-cont-heading {
	font-size: 22px;
}
}

@media only screen and (max-width: 599px) {
	.shinryo3 h4 .po {
		width: 90px;
		height: 90px;
	}
		.seminar_detail .schedule-cont-heading {
	font-size: 18px;
}
	.shinryo3 h4 .po strong {
		font-size: 50px;
		margin-top: -30px;
	}
	.shinryo3 h3+p {
		font-size: 14px;
	}

	.shinryo3 .pic {
		margin-top: 30px;
		width: 100%;
		text-align: center;
	}

	.shinryo3 .tbox {
		width: auto;
		padding-right: 0;
	}
}


/**
お客様の声
*/
.list.-voice02 .listitem {
	position: relative;
	margin-bottom: 30px;
}

.list.-voice02 .listitem:before {
	display: block;
	position: absolute;
	width: 20%;
	text-align: center;
}

.list.-voice02 .listitem: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;
}

.list.-voice02 .listitem:nth-of-type(odd) .block:before {
	left: -24px;
	border-right: 12px solid #FFF;
}

.list.-voice02 .listitem:nth-of-type(odd) .block:after {
	left: -28px;
	border-right: 14px solid #21a74f;
}

.list.-voice02 .listitem:nth-of-type(even):before {
	right: 0;
}

.list.-voice02 .listitem:nth-of-type(even) .block {
	margin-left: 0;
}

.list.-voice02 .listitem:nth-of-type(even) .block:before {
	right: -24px;
	border-left: 12px solid #FFF;
}

.list.-voice02 .listitem:nth-of-type(even) .block:after {
	right: -28px;
	border-left: 14px solid #21a74f;
}

.list.-voice02 .block {
	position: relative;
	width: 75%;
	padding: 10px;
	margin-left: auto;
	border: 1px solid #21a74f;
}

.list.-voice02 .block:before {
	content: "";
	position: absolute;
	top: 50px;
	margin-top: -12px;
	border: 12px solid transparent;
	z-index: 2;
}

.list.-voice02 .block:after {
	content: "";
	position: absolute;
	top: 50px;
	margin-top: -14px;
	border: 14px solid transparent;
	z-index: 1;
}

.list.-voice02 .text {
	margin-bottom: 5px;
	color: #21a74f;
}

.list.-voice02 .text.-head {
	padding-bottom: 5px;
	border-bottom: 1px solid #21a74f;
	font-size: 20px;
}

.list.-voice02 .pic {
	width: 25%;
}

@media only screen and (max-width: 599px) {
	.list.-voice02 .pic {
		width: 80%;
		margin-bottom: 20px;
	}

	.list.-voice02 .listitem:before {
		position: relative;
		margin: 0 auto;
		width: auto;
	}

	.list.-voice02 .block {
		width: 100%;
	}

	.list.-voice02 .block:before {
		content: none;
	}

	.list.-voice02 .block:after {
		content: none;
	}
}


/**
お問い合わせ
*/
.contact01box .img {
	position: relative;
}

.contact01box .item {
	display: inline-block;
}

.contact01box .item:hover {
	cursor: pointer;
}

.contact01box .item:hover a {
	opacity: .6;
}

.contact01box a {
	display: inline-block;
}

/*フォーム*/
.form dl {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.form dt {
	width: 270px;
	padding: 10px;
	margin-right: 40px;
	border-bottom: 2px solid rgba(96, 180, 33, 0.2);
	font-weight: bold;
	color: #21a74f;
}

.form dt .reqw {
	background: #e53935;
    color: #ffffff;
    padding: .25rem .35rem;
    border-radius: 0.35rem;
    font-size: .65rem;
    margin-left: .5rem;
    vertical-align: baseline;
    white-space: nowrap;
}
.form dt .reqw._nini {
background: #f5f5f5;
    color: #9e9e9e;
    padding: .25rem .35rem;
    border-radius: 0.35rem;
    font-size: .65rem;
    margin-left: .5rem;
    vertical-align: baseline;
    white-space: nowrap;
}

.form dd {
	width: 100%;
	padding: 10px;
	border-bottom: 2px solid rgba(96, 180, 33, 0.2);
}
.form dd div {
  display: inline;
}
.form dd p {
  font-size: 12px;
}

.form dd input {
	width: 70%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 5px;
}
.form dd.birthday input.w20 {
  width: 20%;
}
.form dd.birthday input.w15 {
  width: 15%;
}

.form dd.name_eria input.w30 {
  width: 30%;
}
.form dd.name_eria input+input {
  margin-left: 10px;
}

.form dd div.birthday_1:after {
  content: "年";
}
.form dd div.birthday_2:after {
  content: "月";
}
.form dd div.birthday_3:after {
  content: "日";
}
.form dd div.tel_1:after, .form dd div.tel_2:after {
  content: "-";
}

.uk-text-danger {
  display: block;
  width: 100%;
} 
/* .noerror .uk-text-danger {
   display: none !important;
}  

.birthday-area {}
*/
.form dd select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 5px;
}

.form dd input[type="radio"] {
	display: none;
}

.form dd input[type="radio"]+label {
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
	line-height: 200%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form dd input[type="radio"]+label::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #303841;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: inset 1px 1px 0px 1px #999;
	box-shadow: inset 1px 1px 0px 1px #999;
}

.form dd input[type="radio"]:checked+label::after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 3px;
	width: 7px;
	height: 7px;
	background: #303841;
	border-radius: 50%;
}

.form dd input[type="radio"]:checked+label {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.form dd input[type="number"] {
	width: 70px;
	margin-right: 10px;
}

.form dd textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	font-size: 14px;
	font-family: "游ゴシック",
		YuGothic,
		Hiragino Sans,
		"ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic Pro",
		Hiragino Kaku Gothic ProN,
		"メイリオ",
		Meiryo,
		'ＭＳ Ｐゴシック',
		sans-serif;
	height: 150px;
}

.form .requirement span {
	display: inline-block;
}

.form .company {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.form .company01 {
	width: 70%;
	padding-right: 20px;
}

.form .company01 input {
	width: 100%;
}

.form .company02 {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.form .name01 {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 50%;
	max-width: 300px;
	padding-right: 20px;
}

.form .name01 input {
	width: 80%;
}

.form .post input {
	width: 100px;
	margin-left: 5px;
	margin-right: 5px;
}

.form .prefectures input {
	width: 100px;
}

.form .comfirm-address div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.form .comfirm-address div span {
	flex-shrink: 0;
}
.form ul.formbtn{
  max-width: 700px;
  margin: 0 auto;
  
}
.formbtn li button,.formbtn li a {
	text-align: center;
	color: #fff;
	display: block;
	background: #21a74f;
	padding: .5em 4em;
	position: relative;
	z-index: 1;
	opacity: 1;
	overflow: hidden;
	border: none;
	margin: 80px auto 0 auto;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.formbtn li button:after,.formbtn li a:after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
}

.formbtn2 li:nth-of-type(odd) button:after,.formbtn2 li:nth-of-type(odd) a:after {
	right: auto;
	left: 20px;
	content: "\f104";
}

.formbtn li button:hover,.formbtn li a:hover {
	opacity: 0.6;
	cursor: pointer;
}

.formbtn li {
	width: 100%;
	max-width: 320px;
	margin: auto;
}

.formbtn2 li {
	max-width: 250px;
}

@media only screen and (max-width: 1024px) {
	.form dl {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.form dt {
		width: 100%;
		padding-bottom: 0;
		border-bottom: none;
	}

	.form dd {
		width: 100%;
	}

	.form .post input {
		width: 100px;
	}

	.form .name div {
		margin-left: 0;
		margin-right: 0;
	}

	.formbtn li button,.formbtn li a {
		margin: 60px auto;
		padding: 15px 40px;
	}

	.formbtn2 li {
		max-width: 200px;
	}
}

@media only screen and (max-width: 599px) {
  .formbtn ul {
  max-height: 80%;
  
}
	.form .company {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.form .company01 {
		width: 100%;
	}

	.form .company02 {
		margin-left: 0;
		margin-right: 0;
	}

	.form .name01 {
		width: 100%;
	}

	.formbtn li button,.formbtn li a {
		margin: 40px auto;
		padding: 10px 40px;
		max-width: 250px;
	}

	.formbtn2 li {
		max-width: 130px;
	}
	.form dd.name_eria input.w30 {
	  width: 40%;
	}
	.form dd.birthday input.w20 {
	  width: 30%;
	}
		.form dd.birthday input.w15 {
	  width: 20%;
	}
}



.contact01list li {
	background: rgb(232, 246, 237);
	border: solid 2px #21a74f;
	padding: 30px 15px;
	height: 100%;
}

.contact01list li * {
	text-align: center;
}

.contact01list li dt {
	color: #21a74f;
	margin-bottom: 0.2em;
}

.contact01list li .tel a {
	display: inline-block;
	position: relative;
	padding-left: 1em;
	color: #21a74f;
}

.contact01list li .tel a:before {
	position: absolute;
	left: 0;
	top: 3px;
	font-family: FontAwesome;
	content: "\f095";
	-webkit-transform: rotate(9deg);
	-ms-transform: rotate(9deg);
	transform: rotate(9deg);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}

@media only screen and (max-width:1024px) {
	.contact01list li {
		width: 48%;
		padding: 20px 10px;
	}

	.contact01list li dt {
		margin-bottom: 0.5em;
	}
}

@media only screen and (max-width:599px) {
	.contact01list li {
		width: 100%;
		padding: 5px 10px;
	}

	.contact01list li dt {
		margin-bottom: 0;
	}
}

/*共通メタテキスト*/
.text.-meta .time:after {
    content: "/";
    display: inline-block;
    margin: 0 5px; }
    
    
    
    
/*固定ボタン*/
.footfix {
	display: none;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
	position: fixed;
	bottom: -1px;
	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);
}

[data-element-id] .footfix {
	display: block;
	position: static;
}

.footfix .flexb {
	flex-wrap: nowrap;
}

.footfix .tel {
	width: 50%;
	align-self: center;
	padding-right: 2%;
}

.footfix .tel a {
	color:  #105b31;
	display: block;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	text-align: center;
}

.footfix .tel a:before {
	display: inline-block;
	content: "";
	margin-right: 8px;
	background: url(/upload/tenant_1/head_img01.png) no-repeat;
	width: 11px;
	height: 16px;
	background-size: contain;
	background-position: center left;
}

.footfix .contactbtn {
    width: 50%;
    min-width: 100px;
}

.footfix dd+dd {
	margin-left: 5px;
}

.footfix .contactbtn a {
	background: #105b31;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 20px 10px 2px;
	line-height: 130%;
	position: relative;
}


.footfix .contactbtn a:before {
	display: block;
	content: "";
	font-size: 14px;
	font-weight: normal;
	background: url(/upload/tenant_1/mail.png) no-repeat;
	width: 20px;
	height: 12px;
	background-size: contain;
	line-height: 1.2;
	margin-bottom: 5px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 5px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

/* 599以下 */
@media only screen and (max-width: 599px) {
	.footfix {
		display: block;
	}

	.w38{
		width:100%;
		margin-top:10px;
	} 
	.w60 {
	width: 100%;
	margin-left:0px !important;
}
}
