@charset "utf-8";

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* CSS Document */

/* resetcss */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	/*font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;*/
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 160%;
	color: #333333;
	box-sizing: border-box;
}

/* ellipsis */
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* fead */

[data-element-id] .fead-mv {
  opacity: 1;
}

[data-element-id] .fead-up {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fead-mv {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  opacity: 0;
}

.fead-up {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.mv {
  opacity: 1;
}

.fead-up.mv {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


/*フォント系*/

[data-element-id].fa-facebook-square {
    font-style: normal;
}

[data-element-id].fa-facebook-square:before {
    font-family: 'FontAwesome';
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 38px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-22 {
	font-size: 22px;
}

.fs-24 {
	font-size: 24px;
}

.fs-26 {
	font-size: 26px;
}

.fs-28 {
	font-size: 28px;
}

.fs-30 {
	font-size: 30px;
}

.fs-32 {
	font-size: 32px;
}

.fs-34 {
	font-size: 34px;
}

.fs-36 {
	font-size: 36px;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.white {
	color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
	display: block;
	content: "";
	clear: both;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}

iframe {
	max-width: 100%;
}

img {
	vertical-align: top;
	border: none;
	max-width: 100%;
	height: auto !important;
}

.bkimg {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bkimg img {
	width: 100%;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	opacity: 0.6;
	color: inherit;
	text-decoration: none;
}

a[href*="tel"] {
	pointer-events: none;
}

a[data-href="#"] {
	border: solid red 5px;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href*="."] {
	border: solid red 5px;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href="#"]:hover:before {
	content: "リンクが設定されていない可能性があります。";
	position: absolute !important;
	width: 100%;
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a[data-href*="."]:hover:before {
	content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
	position: absolute !important;
	width: 100%;
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
	content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
}

[data-collection-list-content]:hover:before {
	content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
}

ul,
li {
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

dl,
dt,
dd {
	text-align: left;
	padding: 0;
	margin: 0;
}

/*トランスフォーム親*/

.tfm_p {
	position: relative;
}

/*左右中央寄せ*/

.tfm_x {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/*上下中央寄せ*/

.tfm_y {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/*上下左右中央寄せ*/

.tfm_xy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.trimming {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.trimming:after {
	display: block;
	content: "";
	padding-top: 100%;
	/*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
}

/*フレックス*/

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*フレックスセンター*/

.flex_c {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex>div[data-collection-list-content],
.flex_c>div[data-collection-list-content] {
	width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flex_c>div[data-recommend-collection-list-content] {
	width: 100%;
}

.flex .sec2 {
	width: 46%;
	margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
	width: 46%;
	margin: 0% 2% 4% 2%;
}

.flex .sec3 {
	width: 29%;
	margin: 0% 2% 4% 2%;
}

.flex_c .sec3 {
	width: 29%;
	margin: 0% 2% 4% 2%;
}

.flex .sec4 {
	width: 21%;
	margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
	width: 21%;
	margin: 0% 2% 4% 2%;
}

.flex .sec5 {
	width: 16%;
	margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
	width: 16%;
	margin: 0% 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
	img {
		max-width: 100% !important;
		height: auto !important;
	}

	h2 {
		font-size: 35px;
	}

	h3 {
		font-size: 28px;
	}

	a[href*="tel"] {
		pointer-events: initial !important;
	}

	.flex .sec3 {
		width: 29%;
		margin: 0% 2% 4% 2%;
	}

	.flex_c .sec3 {
		width: 29%;
		margin: 0% 2% 4% 2%;
	}

	.flex .sec4 {
		width: 29%;
		margin: 0% 2% 4% 2%;
	}

	.flex_c .sec4 {
		width: 29%;
		margin: 0% 2% 4% 2%;
	}

	.flex .sec5 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}

	.flex_c .sec5 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}


}

@media only screen and (max-width: 599px) {
	.flex .sec3 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}

	.flex_c .sec3 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}

	.flex .sec4 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}

	.flex_c .sec4 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}
}

/* block-type-01 */
.block-type-01 {
	padding-bottom: 20px;
}

.block-type-01.mb h3 {
	margin-bottom: 65px;
}

.block-type-01 li {
	width: 31.333%;
	margin: 1%;
}

.block-type-01 .txt {
	margin-top: 20px;
}

@media only screen and (max-width:599px) {
	.block-type-01 li {
		width: 94%;
		margin: 1%;
	}

	.block-type-01 .txt {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.block-type-01.mb h3 {
		margin-bottom: 20px;
	}
}
#wrapper.home {
    padding: 0!important;
}

#wrapper {
	max-width: 100%;
	overflow: hidden;
}

@media only screen and (max-width:1024px) {
    #wrapper {
        padding: 0;
    }
}


#footer {
	position: relative;
}

.footerinner {
	padding: 100px 0 0;
	position: relative;
	z-index: 5;
}

.fshopbox {
	max-width: 800px;
	margin: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


#footer h1 {
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}

.fshop dt {
	padding: 5px 0;
	font-weight: 700;
}

.fnav-list {
	max-width: 800px;
	margin: 40px auto;
}

.fnav-item {
	width: 21%;
}

.fnav-ttl {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}

.fnav-list a {
	padding: 3px 0;
	font-size: 12px;
	display: block;
	position: relative;
	padding-left: 10px;
}

.fnav-list li a:before {
	content: ">";
	margin-right: 5px;
	position: absolute;
	top: 2px;
	left: 0;
}

#footer .footer_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#footer .inner {
	max-width: 1000px;
	margin: 0 auto;
	width: 95%;
	padding: 35px 0 0 0;
}

#footer .footnav ul {
	text-align: center;
}

#footer .footnav li {
	display: inline-block !important;
	color: #fff;
	padding: 0 0 10px 0;
}

#footer .footnav li a {
	color: #fff;
}

#footer .footnav li:after {
	content: "|";
	display: inline-block !important;
	margin: 0 0.5em;

}

#footer .footnav li:first-child:before {
	content: "|";
	display: inline-block !important;
	margin: 0 0.5em;
}

#footer .footnav {
	padding: 0 0 40px 0;
}

#footer .footinfo h3 {
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
}

#footer .footinfo h3+p {
	text-align: center;
	color: #fff;
	padding: 0 0 15px 0;
}

#footer .footinfo .tel {
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

#footer .footinfo .tel .s {
	font-size: 20px;
	padding-right: 0.5em;
}

#footer .footinfo .tel a {
	color: #fff;
}

#footer .footinfo .tel {
	padding: 0 0 20px 0;
}

#footer .footinfo li {
	width: 180px;
	padding: 0 5px 5px 5px;
}

#footer .footinfo li a {
	display: block;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	padding: 8px 0;
}

#footer .footinfo li a img {
	vertical-align: middle;
	margin-left: 0.5em;
}

#footer .footinfo ul {
	padding-bottom: 35px;
}

#footer .copy {
	text-align: center;
	padding: 20px 0;
	font-weight: 700;
	color: #000;
}

@media only screen and (max-width:599px) {
	.footerinner {
		padding: 50px 0 0;
	}
	
	.fnav-ttl {
	  font-size: 16px;
	}

	.fnav-item {
		width: 48%;
	}
	.fnav-list {
	  margin-bottom: 0;
	}
	#footer .copy {
	      padding-bottom: 120px;
	}
	
}

[data-element-id].totop {
    position: static;
    text-align: right;
}

[data-element-id]#pagetop {
    position: absolute;
    transform: scale(2.5) rotate(
90deg);
    right: 80px;
    bottom: 80px;
}

.totop {
	position: fixed;
	z-index: 99;
	bottom: 10px;
	right: 10px;
}
#pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: rgb(232 145 67);
    padding: 0 0 0 35px;
    border-top: solid 1px;
}

#pagetop:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}

@media only screen and (max-width:599px) {
    .totop {
        bottom: 9%;
    }
    #pagetop {
    bottom: 70px;
    font-size: 60%;
  } 
}

#header {
	width: 100%;
	/* position: fixed; */
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 100;
}

#header h1 {
    font-size: 11px;
}

#header .h1-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 98%;
}

#header .inner {
	max-width: 1200px;
	margin: 10px auto;
	width: 98%;
}

#header .header-wrapper.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 0;
}

#header .header-wrapper.fixed .flex {
    max-width: 1200px;
    margin: auto;
}

.home #header .header-wrapper.fixed {
      position: relative;
}

#header .header-wrapper.fixed .add {
    display: none;
}

@media only screen and (max-width:1024px) {
  #header h1 {
    font-size: 10px;
    padding-right: 45px;
  }
}



#header h2 {
    width: 20%;
    text-align: center;
}

#header .add {
    width: 100%;
    font-size: 11px;
    text-align: right;
}

@media only screen and (max-width:1024px) {
  #header h2 {
    width: 30%;
  }
  
  #header .add {
    width: 70%;
    font-size: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width:599px) {
  #header h2 {
    width: 55%;
    margin: auto;
  }
  
  #header .add {
    width: 100%;
    margin-top: 5px;
    text-align: center;
  }
}

.home #header {
    position: static;
}

#header #gnav .in ul+p,
.home #gnav .in ul+p {
	display: block;
	width: 200px;
	position: fixed;
	left: 0;
	top: 200px;
	transform: rotate(90deg);
	transform-origin: left bottom;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

#header #gnav ul+p a,
.home #gnav .in ul+p a {
	color: #fff;
	line-height: 50px;
	color: #fff;
	background: rgba(232, 145, 67, 0.8);
	font-size: 17px;
	display: block;
	text-align: center;
}

#header #gnav ul+p a img,
.home #gnav ul+p a img {
	vertical-align: middle;
	margin-left: 0.5em;
}

.home #gnav ul+p a img {
	transform: rotate(-180deg);
	margin-right: 5%;
}

#header #gnav p+ul {
	position: fixed;
	top: 84px;
	right: 0;
	transform-origin: right bottom;
	transform: rotate(-90deg);
}

#header #gnav p+ul li,
.home #gnav p+ul li {
	width: 200px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

#header #gnav p+ul li+li {
	padding-left: 48px;
}

#header #gnav p+ul li a,
.home #gnav p+ul li a {
	color: #fff;
	line-height: 50px;
	color: #fff;
	background: #4D5766;
	font-size: 17px;
	display: block;
	text-align: center;

}

#header #gnav p+ul li a img,
.home #gnav p+ul li img {
	transform: rotate(-180deg);
	vertical-align: middle;
	margin-right: 0.5em;
}

[data-element-id]#header .reserve {
    position: static;
    transform: rotate( 
360deg) translate(-16%, -400%);
}

#header .reserve {
    width: auto;
    position: fixed;
    left: 0;
    bottom: 30%;
    transform: rotate(
90deg) translateX(-120%);
    transform-origin: left bottom;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
    display: inline-flex;
}

#header .reserve li {
    width: 200px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
#header .reserve li.tone {
    margin-left: 50px;
}

#header .reserve a {
    color: #fff;
    background: rgba(232, 145, 67, 0.8);
    font-size: 15px;
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .reserve .tone a {
    background: rgb(109 115 126 / 80%);
}

#header .reserve a img {
    transform: rotate(
-180deg);
    margin-left: 0;
    margin-right: 0.5em;
    vertical-align: middle;
}

@media only screen and (max-width:599px) {

    #header .reserve {
        position: fixed;
        bottom: 0;
        transform: none;
        width: 100%;
    }

    #header .reserve li {
        width: 50%;
    }
    #header .reserve li.tone {
    margin: 0;
}

    .totop {
        bottom: 9%;
    }
}


#header #gnav .mnav li {
	display: inline-block !important;
	text-align: right;
	margin: 0 20px;
	padding: 0;
	font-family: 'Raleway', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
	font-weight: 200;
	font-size: 16px;
}

#header #gnav .mnav li:first-child {
	padding-left: 0;
}

/* #header+#main {
  margin-top: 76px;
} */

.home #header+#main {
	margin: 0;
}

.home #gnav p {
	display: none;
}

.home #gnav {
	width: 100%;
	position: relative;
	z-index: 100;
}

.home #gnav .mnav {
	margin: 0 auto;
	width: 95%;
	padding: 25px 0;
	text-align: center;
}

.home #gnav .mnav li {
	display: inline-block !important;
	text-align: right;
	padding: 0 1.6% 0 1.6%;
	font-family: 'Raleway', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
	font-weight: 200;
	font-size: 16px;
}

.home #gnav.fixed {
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.9);
}

.home #header h1 {
    margin-top: 10px;
    text-align: center;
}

.home #header h2 {
    margin: auto;
}

.home #header .add {
    display: none;
}

.btm {
	margin-bottom: 76px;
}

@media only screen and (max-width: 1024px) {

	#header #gnav .mnav li,
	.home #gnav .mnav li {
		display: block !important;
	}

	.btm {
		margin-bottom: 0;
	}

	.home #gnav.fixed {
		background: none;
	}
	
	.home #header h1 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 599px) {
  .home #header .add {
    display: block;
  }
}

.subtit {
	position: relative;
	margin-bottom: -90px;
}

.subtit+div {
	position: relative;
	z-index: 1;
}

#main {
	overflow: hidden;
	background: #EAECED;
	padding-bottom: 0px;
}

.subtit .pic img {
	width: 100%;
	height: auto;
}
[data-element-id].subtit h2 {
    position: absolute!important;
}

.subtit h2 {
	width: 95%;
	padding: 0 2.5%;
	text-align: center;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #fff;
	font-size: 72px;
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
	line-height: 120%;
	margin-top: -20px;
	z-index: 10;
	display: inline-block;
    color: #343f50;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

.subtit h2 .n {
	display: block;
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
	line-height: 110%;
	font-weight: normal;
}

.w14w {
	background: #fff;
	max-width: 1400px;
	margin: 0 auto;
	width: 95%;
	margin-bottom: 80px;
}

.w12i {
	max-width: 1200px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-bottom: 50px;
	margin: 0 auto;
}

@media only screen and (max-width:599px) {
  .w14w {
    padding-bottom: 30px;
  }
   .w12i {
     padding-bottom: 0;
   }
} 

.pnav {
	padding: 30px 0 35px 0;
}

.pnav li {
	display: inline-block !important;
}

.pnav li+li:before {
	content: url(/import/tenant_1/160.16.141.226/html/images/bt_icon_black.png);
	display: inline-block !important;
	margin: 0 0.5em;
}

.h3s {
	font-size: 42px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	line-height: 140%;
	position: relative;

}

.h3s .n {
	font-weight: normal;
	font-size: 16px;
	display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
	line-height: 120%;
}

.h3s .w {
	position: relative;
	display: inline-block !important;
	padding: 0 0 10px 0;
}

.h3s .w:before {
	content: "";
	width: 10000%;
	margin-left: -9900%;
	height: 1px;
	background: #4D5766;
	position: absolute;
	bottom: 0;
	left: 0;
}

#header #gnav p.gb {
	display: none;
}


.hmore {
	margin-top: 50px;
	text-align: center;
}

.hmore img {
	vertical-align: middle;
	margin-left: 1em;
}

@media only screen and (max-width:599px) {
	.hmore {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.subtit {
		margin-bottom: -10px;
	}

	.subtit h2 {
		margin-top: -5px;
		font-size: 40px;
	}

	.subtit h2 .n {
		font-size: 14px;
	}

	.h3s {
		font-size: 34px;
	}

	.h3s .n {
		font-size: 14px;
	}

	#header {
		position: relative;
		background: none;
	}

	#header+#main {
		margin-top: 0;
	}

	#header #gnav,
	.home #gnav {
		position: fixed;
		top: 0;
		right: 0;
		width: 200px;
		height: 100%;
		background: none;
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
		-webkit-transition: ease .5s;
		transition: ease .5s;
		padding: 0;
		z-index: 101;
		border: none;
		padding-bottom: 0;

	}

	#header #gnav .mnav,
	.home #gnav .mnav {
		display: block !important;
		padding: 0;
	}

	#header #gnav .mnav li,
	.home #gnav .mnav li {
		display: block !important;
		text-align: left;
		padding: 0;
	}

	#header #gnav .in ul+p,
	.home #gnav .in ul+p {
		position: relative;
		left: auto;
		top: auto;
		transform: rotate(0);
		font-family: 'Raleway', sans-serif;
		font-weight: 200;
		font-size: 16px;
		text-align: left;
		padding: 0;
		line-height: 160%;
		width: auto;
	}

	#header #gnav .in ul+p a,
	.home #gnav .in ul+p a {
		background: none;
		color: #333;
		text-align: left;
		padding: 8px 0 8px 34px;
		line-height: 160%;
		box-sizing: border-box;
	}

	#header #gnav p+ul,
	.home #gnav p+ul {
		display: block !important;
		position: relative;
		left: auto;
		top: auto;
		transform: rotate(0);
	}

	#header #gnav p+ul li,
	.home #gnav p+ul li {
		width: 100%;
		display: block;
	}

	#header #gnav p+ul li a,
	.home #gnav p+ul li a {
		font-size: 14px;
		padding-left: 0;
	}

	#header #gnav p.gb,
	.home #gnav p.gb {
		display: block;
		position: absolute;
		width: 38px;
		height: 38px;
		top: 0;
		left: -44px;
		border: 1px solid #fff;
		background: #4D5766;
		cursor: pointer;
		opacity: 0.8;
		margin: 2px;
		box-shadow: 0px 0px 0px 2px #4D5766;
		-moz-box-shadow: 0px 0px 0px 2px #4D5766;
		-webkit-box-shadow: 0px 0px 0px 2px #4D5766;
	}

	#header #gnav li,
	.home #gnav li {
		float: none;
		width: auto;
		border-bottom: 1px dotted #cacad9;
		padding: 0 !important;
		margin-top: 0;
		margin-left: 0 !important;
		display: block !important;

	}

	#header #gnav ul li a,
	.home #gnav li a {
		height: auto;
		display: block !important;
		padding: 8px 0 8px 34px;
		font-size: 18px;
		line-height: 160%;
		letter-spacing: 1px;
	}



	#header #gnav.action,
	.home #gnav.action {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	#header #gnav p.gb span.n,
	.home #gnav p.gb span.n {
		display: block;
		background: #fff;
		height: 2px;
		width: 26px;
		text-indent: -9999px;
		padding: 0;
		top: 50%;
		left: 5px;
		margin-top: -1px;
		position: absolute;
	}

	#header #gnav p.gb span.n:before,
	.home #gnav p.gb span.n:before {
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 26px;
		position: absolute;
		top: -8px;
		left: 0;
	}

	#header #gnav p.gb span.n:after,
	.home #gnav p.gb span.n:after {
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 26px;
		position: absolute;
		top: 8px;
		left: 0;
	}

	#header #gnav.action p.gb span.n,
	.home #gnav.action p.gb span.n {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: ease .10s;
		transition: ease .10s;
	}

	#header #gnav.action p.gb span.n:after,
	#header #gnav.action p.gb span.n:before,
	.home #gnav.action p.gb span.n:after,
	.home #gnav.action p.gb span.n:before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 0;
		left: 0;
	}

	#header #gnav .in,
	.home #gnav .in {
		display: block;
		width: auto;
		height: 100%;
		overflow-y: auto;
		background: #FFF;
		padding: 0;
	}

	.overlay:after {
		content: "";
		width: 100%;
		height: 100%;
		background: #000;
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0.3;
		z-index: 99;
	}

	#header #gnav li a:hover::before,
	#header #gnav li.st a::before {
		bottom: auto;
		left: auto;
		right: 10px;
		top: 50%;
		margin-top: -3px;

	}
}

/*menu*/
[data-element-id].menu1 .flex_c > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu1 h3 {
	margin-bottom: 65px;
}

.menu1 .left {
	float: left;
	width: 40%;

}

.menu1 .right {
	float: right;
	width: 40%;
}

.menu1 h4 {
    font-size: 22px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 100;
    padding: 0 0 20px 0;
}

.menu1 .box dt {
	float: left;
}

.menu1 .box dt+dd {
	text-align: right;
}

.menu1 .box dl {
	padding: 0 0 30px 0;
}

.menu1 .box {
	padding-bottom: 50px;
}

.menu1 {
	padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {

	.menu1 .left,
	.menu1 .right {
		float: none;
		width: auto;
		max-width: 400px;
		margin: 0 auto;
	}

	.menu1 h4 {
		font-size: 18px;
	}
}

.menu-b ul {
	max-width: 800px;
	margin: 0 auto;
}

.menu-b li {
	width: 31.333%;
	margin: 1%;
}

.menu-b .pic {
	background: #000;
}

.menu-b img {
	opacity: 0.8;
}

.menu-b .ttl {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
}
[data-element-id].faqlist .a {
    display: block!important;
}

[data-element-id].menu-b .faqlist .a {
    display: block!important;
}


.menu-b .faqlist .box h3 {
	font-size: 18px;
	padding: 0 100px 15px 100px;
}
.menu-b .faqlist .box h3.q {
    padding: 20px 100px 35px 100px;
}

.menu-b .faqlist .box h3 .q {
	width: 50px;
	line-height: 50px;
}

.menu-b .faqlist .a h4 {
	padding-bottom: 0;
	width: 50px;
	line-height: 50px;
}

.menu-b .faqlist .a {
	padding-top: 10px;
}

.menu-voice ul {
	max-width: 800px;
	margin: 0 auto;
}

.menu-voice li {
	width: 31.333%;
	margin: 1%;
}

.menu-voice .ttl {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}

.menu-voice .name {
	margin: 10px 0;
	font-size: 26px;
}
.menu-voice .name:nth-of-type(2) {
    margin-top: 50px;
}
.menu-voice .name,
.menu-voice .hmore {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}


@media only screen and (max-width:1024px) {
  .menu-b li {
    width: 48%;
  }
  .menu-b .ttl {
    font-size: 16px;
  }
	.menu-b .faqlist .a h4 {
		width: 30px;
		line-height: 30px;
	}

	.menu-b .faqlist .box h3 {
		font-size: 16px;
		padding: 5px 40px 25px 40px;
	}

	.menu-b .faqlist .box h3 .q {
		width: 30px;
		line-height: 30px;
	}



}

@media only screen and (max-width: 599px) {
.menu-b li {
    width: 100%;
  }

	.menu-b .ttl {
		font-size: 14px;
	}

	.menu-voice li {
	  width: 100%;
	}
}

/* menu_detail */
.menu-box1 {
	margin:  50px 0;
}
.menu-box1.mb-small {
    margin-bottom: 15px;
}

.menu-box1 .tit {
	text-align: center;
	margin-bottom: 20px;
	font-size: 40px;
}
.menu-box1 .txtbox {
  padding: 20px 0;
}

.menu-box1 .txt {
	padding: 10px;
	font-size: 16px;
}
.menu-box1 .picbox .box {
    position: relative;
    width: 50%;
    flex-grow: 1;
    height: 350px!important;
}


/* .menu-box1 .picbox .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 2;
} */


.menu-box1 .picbox .box .txt2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    z-index: 12;
    color: #fff;
    width: 90%;
    margin: auto;
    text-align: center;
    font-weight: bold;
    color: #343f50;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
    padding: 5px;
    background: rgba(0,0,0,0.3);
}

@media only screen and (max-width:1024px) {
    .menu-box1 {
      margin: 0;
    }
    .menu-box1 .picbox .box {
    height: 200px!important;
  }
/*     .menu-box1 .picbox .box:before {
height: 200px;
  } */


    .menu-box1 .picbox img {
        height: 200px!important;
    }
    .menu-box1 .picbox .box .txt2 {
      font-size: 20px;
    }
}

@media only screen and (max-width:599px) {
  .menu-box1.mb-small {
      margin-bottom: 0;
  }

    .menu-box1 .picbox .box .txt2 {
      font-size: 14px;
    }
    .menu-box1 .picbox .box {
    height: 100px!important;
  }
/*     .menu-box1 .picbox .box:before {
height: 100px;
  }     */
    
    .menu-box1 .picbox img {
        height: 100px!important;
    }
}


.menu-box1 .picbox {
    display: flex;
    flex-wrap: wrap;
}

.menu-box2 {
	padding: 50px 0;
}

.menu-box2 .tit {
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
}

.menu-box2 .lead {
    text-align: center;
}

.reverseList .flex h4 {
    text-align: center;
    font-size: 22px;
}
@media only screen and (max-widrh:1024px) {
  .reverseList .flex h4 {
      font-size: 18px;
  }
}

.menu-box1 .reverseList {
    margin-top: 30px;
}

.menu-box2 .txtbox {
  padding: 20px 0;
}
.menu-box2 .reverseList {
    margin-top: 30px;
}
.menu-box2 .txtbox {
	font-size: 16px;
	padding: 0 10px;
}

.menu-box2 .txt {
	font-size: 16px;
	padding: 0 10px;
}
.menu-box1 .reverseList .flex:nth-of-type(1) {
  margin-top: 20px;
}


.menu-box1 .reverseList .flex:nth-of-type(2n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.menu-box2 .reverseList .flex:nth-of-type(2n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}



.menu-box1 .reverseList .flex:not(:last-of-type) {
    margin-bottom: 40px;
}
.menu-box2 .reverseList .flex:nth-of-type(1) {
  margin-top: 20px;
}

.menu-box2 .reverseList .flex:not(:last-of-type) {
    margin-bottom: 40px;
}

@media only screen and (max-width:1024px) {
  .menu-box1 .tit {
      font-size: 26px;
  }
  
  .menu-box2 .tit {
      font-size: 26px;
  }
  
  .menu-box1 .reverseList .flex:not(:last-of-type) {
      margin-bottom: 20px;
  }
  
  .menu-box1 .txtbox {
      padding: 0;
  }
  .menu-box2 .txtbox {
      padding: 0;
  }
  .menu-box2 .reverseList .flex:not(:last-of-type) {
      margin-bottom: 20px;
  }
}

@media only screen and (max-width:599px) {
  .menu-box1 .txt {
    font-size: 14px;
}
  .menu-box1 .reverseList .flex:not(:last-of-type) {
      margin-bottom: 0;
  }
  .menu-box2 .txtbox {
      padding: 10px;
  }
  .menu-box2 .txt {
      padding: 10px;
      font-size: 14px;
  }
}

.btn-type-01 {
	text-align: center;
	position: relative;
	display: block;
	margin-top: 30px;
}

.btn-type-01 a {
	width: 300px;
	max-width: 80%;
	color: #fff;
	font-size: 18px;
	margin: auto;
	padding: 15px;
	background: rgba(232, 145, 67, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width:1024px) {
	.btn-type-01 a {
		font-size: 16px;
	}
	
}

@media only screen and (max-width:599px) {
	.menu-box1 .tit {
		font-size: 22px;
	}

	.menu-box2 .tit {
		font-size: 22px;
	}

	.menu-box1 {
		margin: 0 0 20px;
	}

	.menu-box2 {
		padding: 20px 0;
	}
	.btn-type-01 a {
    font-size: 12px;
}

.btn-type-01 {
    margin-top: 15px;
}
}

/*home*/
.home #gnav p+ul {
	display: none;
}

.home-head .slide img {
	width: 100%;
}

.home-head {
	position: relative;
}

.home-head .tit {
	max-width: 95%;
	text-align: center;
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 10;
		margin-bottom: 30px;
}



.home-head .tit img {
  max-width: 750px;
}

.home-head .tit h2 {
    text-shadow: 0 0 5px #000;
    font-size: 22px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
  .home-head .tit h2 {
      font-size: 16px;
  }
  .home-head .tit .logo img {
	max-width: 400px !important;
}
}

@media only screen and (max-width: 599px) {
  .home-head .tit {
    top: 40%;
  }
}


.home-head dl {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 10;
}

.home-head dl dt {
	display: inline-block !important;
	font-size: 24px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	vertical-align: top;
}

.home-head dl dd {
	display: inline-block !important;
	width: 180px;
	padding: 0 0 0 5px;
	margin-right: 10px;
}

.home-head dl dd a {
	display: block;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	padding: 8px 0;
	box-shadow: 0 0 5px #000;
	text-shadow: 0 0 5px #000;
	font-size: 20px;
	font-weight: bold;
}
.home-head dl dd .type-b a {
    background: rgba(232, 145, 67, 0.8);
}
.home-head dl dd a img {
	vertical-align: middle;
	margin-left: 0.5em;
}
.home-head dl dt .adress {
    font-size: 12px;
    display: block;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.home-head dl dt a {
	color: #fff;
	text-shadow: 0 0 5px #000;
}

.home-head dl dt .s {
	font-size: 80%;
}

.top-image {
	/* height: 700px; */
	margin-right: -20vw;
	margin-left: -20vw;
}

.top-image .left {
	width: 50%;
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	overflow: hidden;
}

.top-image .right {
	width: 50%;
	-webkit-transform: skew(-20deg);
	/* transform: skew(
-20deg); */
	-webkit-transform-origin: center center;
	transform-origin: center center;
	overflow: hidden;
}

.top-image .left img {
  webkit-transform: skew(
  20deg) translateX(13vw);
      transform: skew(
  20deg) translateX(13vw);
      height: 145%!important;
  }


.top-image .right img {
	-webkit-transform: skew(20deg) translateX(-13vw);
	transform: skew(20deg) translateX(-13vw);
}
@media only screen and (max-width: 1024px) {
  .top-image .left img {
    height: 125%!important;
    object-position: 40% 50%;
  }
}


.home #main {
	background: none;
}

@media only screen and (max-width: 1024px) {
	.home-head dl dd {
		display: none !important;
	}

	.home-head dl {
		right: 60px;
		top: 10px;
	}

	.home-head dl dt {
		font-size: 20px;
	}

	.home-head dl dt .s {
		font-size: 14px;
	}


	.home-head .tit {
		width: 100%;
		margin-top: 25px;
	}

}

@media only screen and (max-width: 599px) {
	.home-head .tit h2 {
		font-size: 12px;
		letter-spacing: -0.5px;
	}

	.home-head .tit .logo img {
		max-width: 250px !important;
	}

	.home-head .tit {
		margin-bottom: 10px;
	}

	.home-head dl dt {
		font-size: 12px;
	}
	
	.home-head dl dt .adress {
    display: none;
  }
}

.home-concept {
	overflow: hidden;
	position: relative;
}

.w10 {
	max-width: 1000px;
	margin: 0 auto;
	width: 95%;
}

.home-concept .w10 {
	position: relative;
	z-index: 1;
	padding: 100px 0 100px 0;
}

@media only screen and (max-width:599px) {
	.home-concept .w10 {
		padding: 50px 0;
	}
}

.home-concept .bkimg {
	width: 100%;
	height: 100%;
}

.h3h {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.h3h strong {
	display: block;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	font-size: 41px;
	line-height: 120%;
	padding-bottom: 3px;
}

.top-salon {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
}

.top-salon>div {
	padding: 50px 0;
	box-sizing: border-box;
}

.top-salon h3 {
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝, serif;
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: normal;
}

.top-salon .table dl {
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.top-salon .table dt {
	color: #e89143;
}

.sns-link {
	margin-top: 25px;
	display: flex;
	justify-content: center;
}

.sns-link a {
	margin: 0 10px;
	font-size: 40px;
}

.fa-facebook-square {
	color: #4064AC;
}

.fa-line {
	color: #00B300;
}

.fa-instagram-square {
	color: #DF4D4D;
}

@media only screen and (max-width:1024px) {
	.top-salon h3 {
		font-size: 26px;
	}
}

@media only screen and (max-width:599px) {
	.top-salon h3 {
		font-size: 18px;
	}
}


.home-concept h3 {
	padding-bottom: 50px;
}

.home-concept p {
	text-align: center;
	line-height: 4.5;
}

.home-concept .bkimg img {
	filter: grayscale(0.9) brightness(4) contrast(0.6);
}

.home-concept .bg {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	filter: brightness(1.2);
	position: absolute;
	top: 0;
	left: 0;
	transform: none;
}

.home-concept .hmore {
	padding-top: 10px
}

@media only screen and (max-width: 1024px) {
	.h3h {
		font-size: 14px;
	}

	.h3h strong {
		font-size: 30px;
	}
}

@media only screen and (max-width:599px) {
  .home-concept p {
    line-height: 2.5;
  }
}

.home-news {
	max-width: 800px;
	margin: 0 auto;
	padding: 90px 0 120px 0;
	width: 95%;
}

@media only screen and (max-width:1024px) {
	.home-news {
		padding: 50px 0;
	}
}

.home-news h3 {
	padding-bottom: 45px;
}

.home-news .table {
	padding-bottom: 60px;
	border-top: 1px solid #999999;
}

.home-news dt {
	float: left;
	font-weight: bold;
}

.home-news dd {
	padding: 0 0 0 130px;
}

.home-news dl {
	padding: 20px 0;
	border-bottom: 1px solid #999999;
}

@media only screen and (max-width: 599px) {
	.home-news .table {
		padding-bottom: 0px;
	}

	.home-news dt {
		float: none;
	}

	.home-news dd {
		padding-left: 0;
	}
}

.feature01box {
	max-width: 1200px;
	margin: 0 auto;
	width: 95%;
/*   padding: 100px 0; */
}

@media only screen and (max-width:1024px) {
	.feature01box {
		padding: 50px 0;
	}
}

.m1200 {
	max-width: 1250px;
	width: 96%;
	margin: auto;
}

.feature01box .left {
	width: 40%;
	position: relative;
}

.feature01box .right {
	width: 50%;
	padding-top: 60px;
}

.feature01box h3 {
	position: relative;
	padding: 40px 0;
	text-align: left;
	margin-bottom: 40px;
}

.feature01box h3:before {
	position: absolute;
	top: 0;
	right: -162px;
	content: "";
	width: 100vw;
	height: 1px;
	background-color: #e3e3e3;
	z-index: -1;
}

.feature01box h3:after {
	position: absolute;
	bottom: 0;
	right: -162px;
	content: "";
	width: 100vw;
	height: 1px;
	background-color: #e3e3e3;
	z-index: -1;
}

.feature01box li {
	/* font-size: 18px; */
	padding: 5px 0 20px 0;
}

@media only screen and (max-width:1024px) {
  .feature01box .right {
    padding-top: 20px;
  }
  .feature01box h3 {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .feature01box li {
    padding: 5px 0 10px 0;
    font-size: 14px;
  }
  
}

@media only screen and (max-width:599px) {

	.feature01box .left {
		width: 100%;
	}

	.feature01box .right {
		padding-top: 30px;
		width: 100%;
	}

	.feature01box li {
		font-size: 14px;
	}
	.feature01box h3:before {
	  right: 40px;
	}
	.feature01box h3:after {
	  right: -40px;
	}
}

/* home-greeting */

.home-greeting {
	max-width: 1200px;
	margin: 0 auto;
	width: 95%;
	padding: 100px 0;
}

.home-greeting .h3h {
	margin-bottom: 40px;
}

.home-greeting .ttl {
	font-size: 20px;
	margin: 20px 0;
	text-align: right;
}

.home-greeting .hmore {
	margin-top: 50px;
}

.home-greeting .hmore a:not(last-child) {
	margin-right: 30px;
}

@media only screen and (max-width:1024px) {
  .home-greeting .ttl {
    font-size: 14px;
  }
  .home-greeting .hmore a:not(last-child) {
      display: block;
      margin-top: 5px;
  }
  
  .home-greeting .hmore {
      margin-top: 20px;
  }
}

@media only screen and (max-width:599px) {
	.home-greeting {
		padding: 50px 0;
	}
	.home-greeting .ttl {
	  font-weight: normal;
	}
}

/* 背景写真のブロック */
[data-element-id].home02box .pbox {
    z-index: 5;
    width: 50%;
}

.home02box {
	position: relative;
}

.home02box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	z-index: 1;
}

.home02box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	z-index: 1;
}

.home02box .pbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	z-index: 0;
}

.home02box .tbox {
	position: relative;
	z-index: 2;
	padding: 120px 0;
}

.home02box .box {
	width: 40%;
	margin-left: auto;
}

.home02box .h3h {
	text-align: left;
	margin-bottom: 40px;
}

.home02box .text {
	font-weight: bold;
	font-size: 16px;
	line-height: 2.2;
}

.home02box .hmore {
	text-align: left;
}

@media only screen and (max-width:1024px) {
  .home02box .text {
    font-weight: normal;
  }
}

/* tonebody */
[data-element-id].home02box.tonebody .pbox {
    z-index: 1;
    width: 50%;
}

.home02box.tonebody:before {
	background: rgb(255, 255, 255);
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.home02box.tonebody .box {
	margin-right: auto;
	margin-left: 0;
}

.home02box.tonebody .pbox {
	left: auto;
	right: 0;
}

.inner {
	width: 92%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


.home02box.tonebody .box {
	margin-right: auto;
	margin-left: 0;
}

@media only screen and (max-width:599px) {
	.home02box .tbox {
		padding: 30px 0;
	}

	.home02box .box {
		width: 100%;
	}

	.home02box .pbox {
		width: 100%;
	}

	.home02box:before {
		background: rgb(255, 255, 255, 0.6);
	}
	.home02box.tonebody:before {
	  background: rgb(255, 255, 255, 0.6);
	}
	.home02box .hmore {
	  text-align: right;
	}
}



.nayami01box .m1200 {
	max-width: 1200px;
	margin: 0 auto;
	width: 95%;
	padding: 100px 0;
}

.nayami01box .pic:hover {
    background: #868686;
    transition: 0.5s;
}

.nayami01box .pic:hover img {
    transform: scale(1.2,1.2);
    transition: 0.5s;
}

@media only screen and (max-width:1024px) {
	.nayami01box .m1200 {
		padding: 50px 0;
	}
}

.nayami01box h3 {
	font-size: 24px;
	margin-bottom: 40px;
}

.nayami01box ul {
	max-width: 800px;
	margin: 0 auto;
}

.nayami01box li {
	width: 31.333%;
	margin: 1%;
}

.nayami01box .pic {
	background: #000;
	border-radius: 50%;
	overflow: hidden;
}

.nayami01box img {
	opacity: 0.8;
}

.nayami01box .ttl {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

@media only screen and (max-width:599px) {
	.nayami01box li {
		width: 48%;
	}
}

/* personal training */

[data-element-id].rayg .bg {
    content: "";
    position: absolute;
    z-index: 1;
    height: 50%;
    width: 100%;
    top: 0px;
    left: 0;
    background: rgba(232, 145, 67, 0.6);
    opacity: 0.8;
}
[data-element-id].rayg .bg-img {
    position: relative;
    height: 300px!important;
    z-index: 10;
}

.harea {
	padding: 80px 0;
}



.rayg {
	position: relative;
	overflow: hidden;
}

.rayg h3 {
    color: #fff;
}

.rayg h3 span.tit {
    text-align: center;
    display: block;
    font-family: "EB Garamond", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}


.rayg span.tit:after {
	background: #fff;
	display: block;
	content: "";
	height: 1px;
	width: 20px;
	margin: 10px auto;
}

.hnail .tbox {
	max-width: 650px;
	color: #fff;
	position: relative;
	z-index: 10;
	margin: auto;
}

.hnail.tonebody .tbox .txt {
	text-align: center;
	color: #fff;
}


.rayg .bmore {
	color: #fff;
	position: relative;
	z-index: 10;
}

.rayg .bmore a {
	text-align: center;
	display: block;
	padding: 10px;
	border: 1px solid;
	max-width: 250px;
	margin: 50px auto 0;
	width: 50%;
	color: #fff;
}

.rayg .bg {
	content: "";
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(232, 145, 67, 0.6);
	opacity: 0.8;
}

.rayg .bg-img {
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width:599px) {
	.rayg .bmore a {
		margin-top: 30px;
	}
}


/* home-voice */
[data-element-id].home-voice ul.up-d-flex > div {
    display: flex;
    flex-wrap: wrap;
}

.home-nayami,
.home-voice {
	max-width: 1200px;
	margin: 0 auto;
	width: 95%;
	padding: 100px 0;
}

@media only screen and (max-width:1024px) {

	.home-nayami,
	.home-voice {
		padding: 50px 0;
	}
}

.home-voice li {
	width: 31.333%;
	margin: 1%;
}

.home-voice .ttl {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 12px 0;
}

@media only screen and (max-width:1024px) {
  .home-voice .ttl {
    font-size: 14px;
  }
}

@media only screen and (max-width:599px) {
	.home-voice li {
		width: 100%;
	}
}

/* 
.home-trouble {
	position: relative;
	overflow: hidden;
	background: #25282e;
}

.home-trouble .w10 {
	position: relative;
	z-index: 1;
	padding: 100px 0 80px 0;
	text-align: right;
}

.home-trouble .bkimg {
	width: 100%;
	height: 100%;
}

.home-trouble h3 {
	color: #fff;
	text-align: left;
	padding-bottom: 40px;

}

.home-trouble .in {
	display: inline-block !important;
}

.home-trouble li {
	font-size: 18px;
	background: url(/import/tenant_1/160.16.141.226/html/images/top/icon_01.png) 0 0 no-repeat;
	padding: 5px 0 20px 40px;
	color: #fff;
}

.home-trouble .w10 p {
	text-align: left;
	color: #fff;
	padding: 0 0 20px 0;
}

.home-trouble .w10 .hmore a {
	color: #fff;
}

.home-trouble .w10 .hmore {
	padding-top: 40px;
} */

.home-style {
	padding: 100px 0 100px 0;
	max-width: 1200px;
	margin: 0 auto;
	width: 95%;
}

.home-style h3 {
	padding-bottom: 45px;
}

.home-style .slider li {
	width: 31.33%;
	margin: 0 3% 0 0;
}

.home-style .slider li:nth-child(3n+3) {
	margin-right: 0;
}

.home-style .in {
	position: relative;
}

.home-style .in .next {
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.home-style .in .prev {
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.home-style .slidenav {
	padding: 35px 0 65px 0;
}

.home-style .slidenav li {
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	background: #d8dade;
	margin: 0 5px;
	border-radius: 50%;
}

@media only screen and (max-width: 1024px) {
	.home-style .in .next {
		right: -5px;
		max-width: 12px;
	}

	.home-style .in .prev {
		left: -5px;
		max-width: 12px;
	}
}

.home-eye {
	max-width: 1200px;
	margin: 0 auto 130px auto;
	width: 95%;
}

.home-eye li {
	width: 48%;
	position: relative;
	overflow: hidden;
}

.home-eye a {
	display: inline-block !important;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.home-eye a:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 13px;
	bottom: 13px;
	right: 13px;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.6);
	z-index: 10;
}

.home-eye a .w {
	width: 55%;
	color: #fff;
	font-size: 16px;
	position: absolute;
	background: rgba(232, 145, 67, 0.5);
	height: 100%;
	box-sizing: border-box;
	padding: 8% 7.5% 0 7.5%;
	transform: skewX(15deg);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
	transform-origin: left bottom;
	z-index: 5;
}

.home-eye a .m {
	display: inline-block !important;
	transform: skewX(-15deg) translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 60%;
	width: 100%;
	text-align: center;
}

.home-eye a .w strong {
	font-size: 26px;
	font-weight: 100;
	font-family: 'Raleway', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
	margin-right: 20px;
	display: flex;
  justify-content: center;
  align-items: center;
}
.home-eye a .w strong:after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 22px;
    margin-left: 10px;
}

.home-eye a .w img {
	vertical-align: middle;
	margin-top: -5px;
	margin-left: 1em;
	min-width: 0;
}

@media only screen and (max-width: 1024px) {
	.home-eye a .w strong {
		font-size: 20px;
		margin-right: 0;
	}

	.home-eye a .w {
		font-size: 14px;
		padding-top: 6%;
	}
	.home-eye a .w strong:after {
    font-size: 18px;
}
}

@media only screen and (max-width: 599px) {
	.home-eye {
		margin-bottom: 50px;
	}

	.home-eye li {
		width: 100%;
	}

	.home-eye img {
		min-width: 500px;
	}

	.home-eye a .w {
		width: 65%;
		padding-top: 30px;
		padding-left: 30px;
	}

	.home-eye a .m {
		left: 55%;
	}

	.home-eye a .w strong {
		margin-right: 0.5em;
	}
		.home-eye a .w strong:after {
    font-size: 12px;
}
}

.home-staff {
	position: relative;
	padding: 100px 0 100px 0;
}

.home-staff:before {
	content: "";
	width: 100%;
	height: 50%;
	background: #eaeced;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}

.home-staff h3 {
	padding-bottom: 45px;
}

.home-staff .slidewrap {
	max-width: 1200px;
	margin: 0 auto 75px auto;
	width: 95%;
	position: relative;

}

.home-staff .slidewrap dl {
	width: 32.5%;
	box-sizing: border-box;
	border: 5px solid #4d5766;
	margin: 0 1.25% 0 0;
	background: #fff;
}

.home-staff .slidewrap dl:nth-child(3n+3) {
	margin-right: 0;
}

.home-staff .slidewrap dd img {
	width: 100%;
	height: auto;
}

.home-staff .slidewrap dt {
	text-align: center;
	color: #fff;
	background: #4d5766;
	font-size: 22px;
	line-height: 120%;
	padding: 20px 0;
}

.home-staff .slidewrap dt .p {
	display: block;
	font-size: 14px;
}

.home-staff .slidewrap dt .e {
	font-size: 14px;
	display: block;
}

.home-staff .slidewrap .next {
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.home-staff .slidewrap .prev {
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
	.home-staff .slidewrap .next {
		right: 7px;
		max-width: 12px;
		margin-top: -20px;
	}

	.home-staff .slidewrap .prev {
		left: 7px;
		max-width: 12px;
		margin-top: -20px;
	}
}

@media only screen and (max-width: 599px) {
	.home-staff .slidewrap dl {}

	.home-staff .slidewrap .in {
		width: 150%;
	}

	.home-staff .slidewrap {
		overflow: hidden;
	}

	.home-staff .slidewrap dt {
		font-size: 16px;
	}
}

.home-recruit {
	background: #343f50;
	position: relative;
	overflow: hidden;
}

.home-recruit .bkimg {
	opacity: 0.3;
	width: 100%;
	height: 100%;
}

.home-recruit .w10 {
	position: relative;
	z-index: 1;
	padding: 60px 0 60px 0;
}

.home-recruit .w10 h3 {
	color: #fff;
	padding: 0 0 35px 0;
}

.home-recruit .w10 p {
	text-align: center;
	color: #fff;
	padding: 0 0 20px 0;
	line-height: 210%;
}

.home-recruit .w10 .hmore a {
	color: #fff;
}

.home-recruit .w10 .hmore {
	padding-top: 30px;
}

[data-element-id].home-blog .list > div {
    display: flex;
    flex-wrap: wrap;
}
.home-blog {
	max-width: 1200px;
	margin: 0 auto;
	width: 95%;
	/* padding: 100px 0 120px 0; */
	padding-bottom: 120px;
}

@media only screen and (max-width:1024px) {
	.home-blog {
		padding: 50px 0;
	}
}

.home-blog h3 {
	padding-bottom: 60px;
}

.home-blog dl {
	width: 31.33%;
	margin: 0 3% 30px 0;
}

.home-blog dt .d {
	display: block;
	font-weight: bold;
}

.home-blog dt {
	padding: 5px 0 0 0;
	letter-spacing: -0.5px;
}

.home-blog .list {
	padding-bottom: 40px;
}

.home-blog dl:nth-child(3n+3) {
	margin-right: 0;
}

@media only screen and (max-width:599px) {
	.home-blog .list {
		padding-bottom: 0;
	}
}

.home-salon {
	background: #eaeced;
}

.inner550left {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
}

.inner550right {
    width: 100%;
    max-width: 550px;
    margin-right: auto;
}

.home-salon .table dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 15px;
}

.home-salon .h3h {
	text-align: left;
	margin-bottom: 40px;
}

.home-salon .table dt {
	width: 18%;
}

.home-salon .table dd {
	width: 80%;
}

.home-salon .pic {
	margin-top: 30px;
}

.home-salon #map {
	width: 100%;
	height: auto;
	padding-top: 60%;
	margin-top: 30px;
	position: relative;
}

.home-salon #map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.home-salon .about-banner .pic {
    margin: 0;
}

.home-salon .about-banner .w .m strong {
    font-size: 18px;
    margin-right: 0;
}



.home-salon .about-banner .w .m strong:after {
    font-size: 14px;
}

.home-salon .seikotsu {
	background-color: rgba(232, 145, 67, 0.2);
	padding: 60px 40px;
	box-sizing: border-box;
}

.home-salon .tonebody {
	padding: 60px 40px;
	box-sizing: border-box;
}

.home-salon.one #map {
    padding-top: 30%;
}



@media only screen and (max-width:1024px) {
  .home-salon .tonebody {
      padding: 30px 20px;
  }
  
  .home-salon .seikotsu {
      padding: 30px 20px;
  }
  .home-salon .table dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .home-salon .table dd {
    width: 100%;
}
}



@media only screen and (max-width: 599px) {
	.home-blog dl {
		width: 100%;
		margin-left: 1%;
		margin-right: 1% !important;
	}
  .home-salon.one #map {
      padding-top: 60%;
  }
  .home-salon .about-banner .w .m strong {
    font-size: 14px;
  }
}

/*staff*/

.stafflist h3 {
	margin-bottom: 55px;
}

.stafflist dl {
	width: 31.33%;
	margin: 0 3% 90px 0;
}

.stafflist dl:nth-child(3n+3) {
	margin-right: 0;
}

.stafflist dt {
	text-align: center;
	padding: 20px 0 20px 0;
	font-size: 22px;
	line-height: 130%;
}

.stafflist dt .p {
	display: block;
	font-size: 14px;
}

.stafflist dt .e {
	font-size: 18px;
	display: block;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
}

.stafflist {
	padding-bottom: 1px;
}

@media only screen and (max-width: 1024px) {
	.stafflist dt {
		font-size: 18px;
	}

	.stafflist dt .e {
		font-size: 16px;
	}
}

@media only screen and (max-width: 599px) {
	.stafflist dl {
		width: 48%;
		margin-left: 1%;
		margin-right: 1% !important;
	}
}

.staff1 .pic {
	float: left;
	width: 39.91%;
	padding-bottom: 20px;
}

.staff1 .tbox {
	width: 50%;
	float: right;
	padding-bottom: 20px;
}

.staff1 .tbox h4 {
	font-size: 26px;
	line-height: 120%;
	font-weight: normal;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 55px;
}

.staff1 .tbox h4:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 365px;
	height: 1px;
	background: #4d5766;
	margin-left: -205px;
}

.staff1 .tbox h4 .e {
	color: #666;
	font-weight: 100;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

.staff1 .tbox h4 .p {
	display: block;
	font-size: 18px;
	color: #666;
	padding: 0 0 15px 0;
}

.staff1 .tbox .txt p {
	padding: 0 0 20px 0;
	color: #999999;
	line-height: 210%;
}

.staff1 .tbox .txt {
	padding-bottom: 70px;
}

.staff1 .tbox .table {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 70px 0;
}

.staff1 .tbox dt {
	font-size: 18px;
	padding: 0 0 10px 0;
}

.staff1 .tbox dd {
	color: #999;
}

.staff1 .tbox dl {
	padding-bottom: 25px;
}

.staff1 {
	padding-bottom: 50px;
}

.staff2 h3 {
	padding-bottom: 55px;
}

.staff2 li {
	width: 22.58%;
	margin: 0 3.22% 20px 0;
}

.staff2 li:nth-child(4n+4) {
	margin-right: 0;
}

.staff2 ul {
	padding-bottom: 35px;
}

.hmore.back img {
	margin-left: 0;
	margin-right: 1em;
}

.staff2 {
	padding-bottom: 95px;
}

@media only screen and (max-width: 1024px) {
	.staff1 .tbox h4 {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.staff1 .tbox h4 .p {
		font-size: 14px;
	}

	.staff1 .tbox h4 .e {
		font-size: 14px;
	}

	.staff1 .tbox dt {
		font-size: 16px;
	}
}

@media only screen and (max-width: 599px) {
	.staff1 .pic {
		float: none;
		width: auto;
		text-align: center;
	}

	.staff1 .tbox {
		float: none;
		width: auto;
	}

	.staff2 li {
		width: 48%;
		margin-left: 1%;
		margin-right: 1% !important;
		margin-bottom: 1%;
	}
}

/*salon*/
.salon .subtit h2 {
  color: #343f50;
}

.salon1 .pic {
	float: right;
	width: 47.5%;
	padding: 0 0 20px 0;
}

.salon1 .tbox {
	float: left;
	width: 50%;
}

.salon1 .tbox h3 {
	margin-bottom: 55px;
}

.salon1 .tbox dt {
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.salon1 .tbox dd {
	padding: 0 0 0 175px;
	font-size: 16px;
	color: #999;
}

.salon1 .tbox dd a {
	color: #999;
}

.salon1 .tbox dl {
	padding-bottom: 20px;
}

.salon1 {
	padding-bottom: 80px;
}

[data-element-id].salon2 .box .up-d-flex > div {
    display: flex;
    flex-wrap: wrap;
}
[data-element-id].salon2 .box .one .up-d-flex > div {
    display: unset;
}



.salon2 .w12i {
	padding-top: 70px;
}

.salon2 h3 {
	margin-bottom: 15px;
}

.salon2 h3+p {
	color: #999999;
	padding: 0 0 70px 0;
}

.salon2 li {
	width: 30.33%;
	margin: 0 4.5% 20px 0;
}

.salon2 li:nth-child(3n+3) {
	margin-right: 0;
}

.salon2 .box {
	padding-bottom: 60px;
}

.salon3 h3+p {
	color: #999999;
	padding: 0 0 70px 0;
}

.salon3 .w12i {
	padding-top: 70px;
}

.salon3 h3 {
	margin-bottom: 15px;
}

.salon3 {
	margin-bottom: 0;
}

.salon3+#map {
	width: 100%;
	height: 350px;
}

#main.salon {
	padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	.salon1 .tbox dt {
		font-size: 16px;
	}

	.salon1 .tbox dd {
		font-size: 14px;
		padding-left: 110px;
	}
	.salon2 h3+p {
	  font-size: 12px;
	}
}

@media only screen and (max-width: 599px) {
  .salon1 {
    padding-bottom: 20px;
  }
	.salon1 .pic {
		float: none;
		width: auto;
		text-align: center;
	}

	.salon1 .tbox {
		float: none;
		width: auto;
	}

	.salon2 li {
		width: 98%;
		margin-left: 1%;
		margin-right: 1% !important;
	}

	.salon2 h3+p {
		padding-bottom: 20px;
	}

	.salon2 .box {
		padding-bottom: 0px;
	}
	.salon1 .tbox h3 {
	  padding-bottom: 20px;
	}

	.salon1 .tbox dt {
		float: none;
	}

	.salon1 .tbox dd {
		padding-left: 0;
	}
	
}

ul.about-banner li {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.about-banner li a {
	display: inline-block !important;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.about-banner li a:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 13px;
	bottom: 13px;
	right: 13px;
	box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 60%);
	z-index: 10;
}

.about-banner a .w {
	width: 55%;
	color: #fff;
	font-size: 16px;
	position: absolute;
	background: rgba(232, 145, 67, 0.5);
	height: 100%;
	box-sizing: border-box;
	padding: 8% 7.5% 0 7.5%;
	transform: skewX(15deg);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
	transform-origin: left bottom;
	z-index: 5;
}

.about-banner a .m {
	transform: skewX(-15deg) translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-banner a .w strong {
	font-size: 36px;
	font-weight: 100;
	margin-right: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.about-banner a .w strong:after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 26px;
    margin-left: 5px;
}

.about-banner a .w img {
	vertical-align: middle;
	margin-left: 1em;
	min-width: 0;
}

@media only screen and (max-width:1024px) {

	.about-banner a .w strong {
		font-size: 26px;
	}
	.about-banner a .w strong:after {
    font-size: 20px;
}
}

@media only screen and (max-width:599px) {
	.about-banner a .w strong {
		font-size: 14px;
		margin-right: 0;
		display: block;
	}

	.about-banner a .w strong:after {
    font-size: 12px;
}
	.about-banner a .w img {
		width: 5%;
		margin-left: 0;
	}
}

/*concept*/

.concept .subtit h2 {
	color: #343f50;
}

.concept1 {
	padding-bottom: 100px;
}

.concept1 .pic {
	padding: 40px 0 60px 0;
}

.concept1 h3 {
	margin-bottom: 50px;
}

.concept1 .txt p {
	font-size: 20px;
	color: #999999;
	line-height: 210%;
	padding: 0 0 25px 0;
}

.concept1 .txt {
	padding-bottom: 40px;
}

.concept1 li {
	width: 22.58%;
	margin: 0 3.22% 30px 0;
}

.concept1 li:nth-child(4n+4) {
	margin-right: 0;
}

@media only screen and (max-width: 1024px) {
	.concept1 .txt p {
		font-size: 14px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 599px) {
	.concept1 li {
		width: 48%;
		margin-left: 1%;
		margin-right: 1% !important;
	}
}

/*recruit*/
.recruit .more {
	text-align: center;
}

.recruit .more a {
	width: 100%;
	max-width: 755px;
	background: #fff;
	color: #2C2F4F;
	font-size: 16px;
	display: inline-block !important;
	padding: 35px 0;
	border-radius: 20px;
}

.recruit .subtit h2 {
	color: #343f50;
}

.rec1 .w10i {
	max-width: 1000px;
	margin: 0 auto;
}

.rec1 h3 {
	margin-bottom: 75px;
}

.rec1 h4 {
	font-size: 28px;
	color: #999;
	font-weight: normal;
	padding: 0 0 20px 30px;
}

.rec1 h4 .n {
	font-size: 50px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	padding-right: 0.5em;
}


.rec1 .box {
	border: 1px solid #343f50;
	margin-bottom: 75px;
	padding-bottom: 20px;
}

.rec1 h4 {
	margin-top: -30px;
}

.rec1 h4 .w {
	background: #fff;
	display: inline-block !important;
	position: relative;
	z-index: 1;
	padding: 0 1em;
}

.rec1 .box p {
	padding: 0 1.5em 20px 5%;
	color: #999;
}

.rec2 .left {
	float: left;
	width: 24.16%;
}

.rec2 .tbox {
	float: right;
	width: 69.16%;
}

.rec2 .tbox .box {
	border: 1px solid #343f50;
	margin-bottom: 75px;
	padding-bottom: 20px;
}

.rec2 .tbox .box h4 {
	font-size: 28px;
	color: #999;
	font-weight: normal;
	padding: 0 0 20px 0;
	margin-top: -30px;
}

.rec2 .tbox .box h4 .n {
	font-size: 50px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	padding-right: 0.5em;
}

.rec2 .tbox .box h4 .w {
	background: #fff;
	display: inline-block !important;
	position: relative;
	z-index: 1;
	padding: 0 1em 0 0;
	margin-left: -0.5em;
}

.rec2 .tbox .box p {
	padding: 0 1.5em 20px 5%;
	color: #999;
}

.rec2 .more {
	text-align: center;
}

.rec2 .more a {
	width: 100%;
	max-width: 755px;
	background: #EAECED;
	color: #2C2F4F;
	font-size: 16px;
	display: inline-block !important;
	padding: 35px 0;
	border-radius: 20px;
}

.rec2 {
	padding-bottom: 160px;
}

.rec2 .left dt {
	text-align: center;
	color: #999999;
	font-size: 16px;
	padding: 10px 0 20px 0;
}

.rec2 .left dt .p {
	display: block;
	font-size: 14px;
}

@media only screen and (max-width: 1024px) {

	.rec1 h4 .n,
	.rec2 .tbox .box h4 .n {
		font-size: 30px;
	}

	.rec1 h4,
	.rec2 .tbox .box h4 {
		font-size: 18px;
		margin-top: -20px;
	}
}

@media only screen and (max-width: 599px) {
	.rec2 .left {
		float: none;
		width: auto;
	}

	.rec2 .left dd {
		text-align: center;
	}

	.rec2 .tbox {
		width: auto;
		float: none;
		padding-top: 50px;
	}

	.rec2 .tbox .box h4 .n {
		display: block;
	}

	.rec2 .tbox .box h4 {
		margin-top: -40px;
	}
}

.w12 {
	max-width: 1200px;
	margin: 0 auto;
	width: 95%;
}

.rec3 {
	padding: 70px 0 60px 0;
}

.rec3 h3 {
	margin-bottom: 70px;
}

.rec3 .box div.clearfix {
	float: right;
	width: 84.58%;
}

.rec3 .time {
	float: left;
	width: 15.41%;
	position: relative;
	z-index: 1;
}

.rec3 .time .t {
	width: 95%;
	box-sizing: border-box;
	border: #808080 1px solid;
	background: #fff;
	text-align: center;
	display: inline-block !important;
	color: #999;
	max-width: 80px;
	padding: 25px 0;
	font-size: 34px;
}

.rec3 .pic {
	float: right;
	width: 29.47%;
}

.rec3 .tbox {
	width: 67.36%;
	float: left;
}

.rec3 .tbox h4 {
	font-size: 18px;
	color: #2C2F4F;
	padding: 0 0 25px 0;
}

.rec3 .tbox p {
	padding: 0 0 20px 0;
	color: #999;
}

.rec3 .box {
	margin-bottom: 80px;
	position: relative;
	background: #fff;
	padding: 20px;
}

.rec3 .box:last-child {
	margin-bottom: 0;
}


.rec3 .box+.box div.clearfix:before {
	content: url(/import/tenant_1/160.16.141.226/html/images/recruit/icon_01.gif);
	top: -70px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
	.rec3 .tbox h4 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 599px) {
  .rec3 .tbox h4 {
    text-align: center;
  }
	.rec3 .box div.clearfix {
		width: 78%;
	}

	.rec3 .pic {
		float: none;
		width: auto;
		text-align: center;
	}

	.rec3 .tbox {
		width: auto;
		float: none;
	}
}


.rec4 .w12i {
	padding: 70px 2.5%;
}

.rec4 h3 {
	margin-bottom: 70px;
}

.rec4 .hyou {
	max-width: 920px;
	margin: 0 auto;
	padding-bottom: 120px;
}

.rec4 .hyou dl {
	width: 13.04%;
	background: #A7BAC6;
	margin: 0 8.7% 0 0;
	min-height: 200px;
	position: relative;
}

.rec4 .hyou dt {
	font-size: 18px;
	color: #999;
	font-weight: bold;
	position: absolute;
	top: -30px;
	left: 50%;
	width: 200%;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.rec4 .hyou dd {
	font-size: 18px;
	font-weight: bold;
	color: #999;
	position: absolute;
	bottom: -30px;
	right: 0;
}

.rec4 .hyou dl:last-child {
	margin-right: 0;
}

.rec4 .hyou dl:nth-child(1) {
	margin-top: 405px;
}

.rec4 .hyou dl:nth-child(2) {
	margin-top: 305px;
	background: #7F91A0;
}

.rec4 .hyou dl:nth-child(3) {
	margin-top: 205px;
	background: #617487;
}

.rec4 .hyou dl:nth-child(4) {
	margin-top: 105px;
	background: #617487;
}

.rec4 .hyou dl:nth-child(5) {
	background: #343F50;
}

@media only screen and (max-width: 1024px) {
	.rec4 .hyou dt {
		font-size: 12px;
		line-height: 120%;
	}

	.rec4 .hyou dd {
		font-size: 12px;
	}

	.rec4 .hyou dl:last-child {
		margin-right: 0;
	}

	.rec4 .hyou dl:nth-child(1) {
		margin-top: 200px;
	}

	.rec4 .hyou dl:nth-child(2) {
		margin-top: 150px;
	}

	.rec4 .hyou dl:nth-child(3) {
		margin-top: 100px;
	}

	.rec4 .hyou dl:nth-child(4) {
		margin-top: 50px;
	}

	.rec4 .hyou dl {
		min-height: 100px;
	}

}


.rec4 .list {
	max-width: 830px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.rec4 .list .box {
	border: 1px solid #343f50;
	margin-bottom: 75px;
	padding-bottom: 20px;
}

.rec4 .list .box h4 {
	font-size: 40px;
	color: #999;
	font-weight: 100;
	padding: 0 0 20px 0;
	margin-top: -30px;
	font-family: 'Raleway', sans-serif;
}

.rec4 .list .box h4 .w {
	background: #fff;
	display: inline-block !important;
	position: relative;
	z-index: 1;
	padding: 0 1em 0 0;
	margin-left: -0.5em;
}

.rec4 .list .box h4 .n {

	font-size: 50px;
}

.rec4 .list .box p {
	padding: 0 1.5em 20px 5%;
	color: #999;
}

.rec5 h3 {
	font-size: 30px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
	margin-bottom: 25px;
}

.rec5 h3+p {
	color: #999;
	padding: 0 0 80px 0;
}

.rec5 {
	padding: 70px 0 0 0;
}

.rec5 dt {
	float: left;
	font-size: 15px;
}

.rec5 dd {
	font-size: 15px;
	padding: 0 0 0 276px;
	color: #999;
}

.rec5 dl {
	padding-bottom: 30px;
}

.rec5 {
	padding-bottom: 120px;
}

@media only screen and (max-width: 1024px) {


	.rec5 dd {
		padding-left: 150px;
	}

	.rec4 .list .box h4 {
		font-size: 30px;

	}

	.rec4 .list .box h4 .n {
		font-size: 40px;
	}
}

@media only screen and (max-width: 599px) {
	.rec3 .time {
		width: 20.41%;
	}

	.rec3 .time .t {
		padding: 15px 0;
	}

	.rec4 .list .box h4 .w {
		margin-left: -5px;
	}

	.rec4 .w12i {
		padding: 30px 2.5%;
	}

	.rec4 h3 {
		margin-bottom: 20px;
	}

	.rec5 dt {
		float: none;
	}

	.rec5 dd {
		padding-left: 0;
	}
}

.rec6 .w12i {
	padding-top: 70px;
}

.rec6 h3 {
	margin-bottom: 80px;
}

.rec6 .box {
	width: 48.33%;
	margin: 0 3.34% 40px 0;
}

.rec6 .box .pic {
	float: right;
	width: 35.21%;
	padding: 0 0 20px 0;

}

.rec6 .box .tbox {
	width: 64.79%;
	float: left;
}

.rec6 .box .tbox p {
	letter-spacing: -0.5px;
	color: #999;
	padding: 0 0 20px 0;
}

.rec6 .box:nth-child(2n+2) {
	margin-right: 0;
}

.rec6 .box .pic .w {
	display: inline-block !important;
	margin-left: -56.51%;
}

.rec6 .box .tbox h4 {
	font-size: 26px;
	font-weight: 100;
	color: #999;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 25px;
}

.rec6 {
	padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
	.rec6 .box .tbox h4 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 599px) {
	.rec6 .box {
		float: none;
		width: auto;
	}
}

.rec7 .table {
	max-width: 880px;
	margin: 0 auto;
}

.rec7 {
	padding: 70px 0 90px 0;
}

.rec7 h3 {
	margin-bottom: 85px;
}

.rec7 dt {
	float: left;
	padding: 2px 0 0 0;
}

.rec7 dd {
	padding: 0 0 0 230px;
}

.rec7 dt .h {
	width: 66px;
	text-align: center;
	color: #fff;
	display: inline-block !important;
	background: #2C2F4F;
	margin-left: 1em;
}

.rec7 dl {
	padding: 0 0 40px 0;
}

.rec7 .size1 {
	padding: 2px;
	box-sizing: border-box;
	width: 100%;
}

.rec7 dd li {
	display: inline-block !important;
	color: #999;
}

.rec7 .size2 {
	max-width: 157px;
	padding: 2px;
	box-sizing: border-box;
}

.rec7 dd label input {
	margin-right: 0.5em;
	margin-bottom: 5px;
}

.rec7 dd label {
	padding-right: 1em;
}

.rec7 dd #ask {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	padding: 2px;
}

.rec7 .table {
	padding-bottom: 10px;
}

.rec7 .formbtn li {
	text-align: center;
}

.rec7 .formbtn li #check {
	width: 100%;
	max-width: 403px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #2C2F4F;
	border: none;
	padding: 35px;
	cursor: pointer;
}

.rec7 .formbtn li #check:hover {
	opacity: 0.6;
}

@media only screen and (max-width: 599px) {
	.rec7 dt {
		float: none;
		padding-bottom: 10px;
	}

	.rec7 dd {
		padding-left: 0;
	}
}

/* スライドショー */
.sliderArea {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 40px;
}

.sliderArea.w300 {
	max-width: 300px;
}

.slick-slide {
	margin: 0 5px;
}

.slick-slide img {
	width: 100%;
	height: auto;
}

.slick-prev,
.slick-next {
	z-index: 1;
}

.slick-prev:before,
.slick-next:before {
	color: #000;
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: 1;
}

.slick-current {
	opacity: 1;
}

.thumb {
	margin: 20px 0 0;
}

.thumb .slick-slide {
	cursor: pointer;
}

.thumb .slick-slide:hover {
	opacity: .7;
}

@media only screen and (max-width:599px) {
  .sliderArea {
      padding: 0 15px;
  }
  .slick-prev {
    left: -20px;
  }
  .slick-next {
    right: -20px;
  }
}


/*blog*/

.blog .subtit h2 {
	color: #343f50;
}

[data-element-id].bloglist.flex > div {
    display: flex;
    flex-wrap: wrap;
}

.bloglist {
	padding: 50px 0 75px 0;
}

.bloglist dl {
	width: 29.16%;
	margin: 0 6.26% 48px 0;
}

.bloglist dl:nth-child(3n+3) {
	margin-right: 0;
}

.bloglist dd+dd {
	padding: 10px 0 5px 0;
	font-weight: 100;
}

.bloglist dt {
	font-size: 15px;
	padding-bottom: 5px;
}

.bloglist dt+dd {
	text-align: right;
}

.pagenav li {
	font-size: 35px;
	font-family: 'Raleway', sans-serif;
	padding: 0 0.25em;
}

.pagenav li img {
	vertical-align: middle;
}

.pagenav {
	padding-bottom: 130px;
}

@media only screen and (max-width:599px) {
  .pagenav {
    padding-bottom: 70px;
}
  .pagenav li {
    font-size: 26px;
}
}

#side dt {
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	padding-bottom: 20px;
}

#side dl {
	float: left;
	width: 35.33%;
	padding-bottom: 30px;
}

#side dl+dl {
	width: 56.16%;
}

#side dl dd {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-bottom: 10px;
}

#side dl+dl dd {
	width: 33.33%;
}

#side {
	padding-bottom: 50px;
}

#side dl dd a {
	background: url(/import/tenant_1/160.16.141.226/html/images/bt_icon_black.png) 0 5px no-repeat;
	padding-left: 23px;
}

.column2 #side dl {
  width: 100%;
}
.column2 #side dl dd {
  width: 100%;
}

@media only screen and (max-width: 599px) {
	.bloglist dl {
		width: 98%;
		margin-left: 1%;
		margin-right: 1% !important;
	}
}

@media only screen and (max-width: 1024px) {
	#side dl {
		float: none !important;
		width: auto !important;
	}

}

@media only screen and (max-width: 599px) {
	#side dl dd {
		width: 100%;
	}

	#side dl+dl dd {
		width: 50%;
	}

	
}

.single {
	padding: 60px 0 110px 0;
}

.single .postmeta li {
	display: inline-block !important;
	font-size: 19px;
	font-weight: 100;
}

.single .postmeta li+li:before {
	content: "/";
	display: inline-block !important;
	padding: 0 0.5em;
}

.single .postmeta {
	padding-bottom: 25px;
}

.single h3 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 24px;
	margin-bottom: 60px;
}

.single .txt p {
	padding: 0 0 25px 0;
}

.single .txt {
	padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
	.single .postmeta li {
		font-size: 14px;
	}

	.single h3 {
		font-size: 20px;
	}
}

/*news*/

.newslist {
	padding: 50px 0 30px 0;
}

.newslist .pic {
	width: 25%;
}

.newslist dl {
	margin-left: 3.34%;
	width: 71.66%;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #C8C8C9;
}

.newslist dd .d {
	font-size: 15px;
}

.newslist dd .c {
	font-size: 15px;
}

.newslist dd .c:before {
	content: "/";
	display: inline-block !important;
	padding: 0 0.5em;
}

.newslist dt {
	padding: 10px 0 20px 0;
	font-size: 18px;
	font-weight: normal;
}

.newslist dt+dd {
	text-align: right;
}

.newslist .box {
	padding-bottom: 60px;
}

@media only screen and (max-width: 1024px) {

	.newslist dd .d,
	.newslist dd .c {
		font-size: 14px;
	}

	.newslist dt {
		font-size: 16px;
	}
}

@media only screen and (max-width: 599px) {
	.newslist .pic {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}

	.newslist dl {
		width: 100%;
		margin-left: 0;
	}
}

/*style*/

.style .subtit h2 {
	color: #343f50;
}

.stylenav {
	padding: 0 0 60px 0;
}

.stylenav li {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 100;
	padding: 0 60px 20px 60px;
}

.stylenav li.st a {
	border-bottom: 1px solid #343F50;
	padding-bottom: 5px;
}

.stylelist dl {
	width: 31.33%;
	margin: 0 3% 50px 0;
}

.stylelist dl:nth-child(3n+3) {
	margin-right: 0;
}

.stylelist dt {
	padding: 25px 0 20px 0;
	font-size: 15px;
}

.stylelist dt+dd {
	text-align: right;
}

.stylelist {
	padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
	.stylenav li {
		padding-left: 0.5em;
		padding-right: 0.5em;
		font-size: 20px;
	}
}

@media only screen and (max-width: 599px) {
	.stylelist dl {
		width: 48%;
		margin-left: 1%;
		margin-right: 1% !important;
	}
}

.style1 {
	padding: 70px 0 50px 0;
}

.style1 .left {
	float: left;
	width: 41.66%;
}

.style1 .right {
	float: right;
	width: 50%;
	padding: 0 0 20px 0;
}

.style1 .right h3 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 30px;
}

.style1 .right h3 .w {
	position: relative;
	display: inline-block !important;
	padding-bottom: 10px;
}

.style1 .right h3 .w:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #4d5766;
	margin-left: -205px;
	padding-left: 205px;
}

.style1 .right h4 {
	font-weight: normal;
	padding: 0 0 25px 0;
}

.style1 .right h4 strong {
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	padding-right: 0.5em;
}

.style1 .right .box1 p {
	color: #999;
	padding: 0 0 20px 0;
}

.style1 .right .box1 {
	padding-bottom: 20px;
}

.style1 .right .box2 {
	max-width: 517px;
}

.style1 .right .box2 dt {
	float: left;
	font-weight: bold;
	width: 14.11%;
	padding-bottom: 5px;
	padding-top: 2px;
}

.style1 .right .box2 dd {
	float: left;
	margin-bottom: 5px;
	background: #C7C7C8;
	color: #999999;
}

.style1 .right .box2 dl {
	padding-bottom: 20px;
}

.style1 .right .box2 .table dd {
	width: 26.11%;
	text-align: center;
	margin-right: 3.62%;
	padding: 2px 0;
}

.style1 .right .box2 .table dd:last-child {
	margin-right: 0;
}

.style1 .right .box2 dd.st {
	background: #343F50;
	color: #fff;
}

.style1 .right .box2 .table2 dd strong {
	display: block;
	padding-top: 4px;
	font-weight: normal;
}

.style1 .right .box2 .table2 dd {
	width: 14.11%;
	text-align: center;
	padding: 10px 0;
	margin-right: 3.83%;
}

.style1 .right .box2 .table2 dd:last-child {
	margin-right: 0;
}

.style1 .right .box3 {
	background: #F3F3F3;
	position: relative;
	padding: 25px 0 25px 0;
}

.style1 .right .box3:before {
	content: "";
	width: 500%;
	height: 100%;
	background: #F3F3F3;
	left: -35px;
	top: 0;
	position: absolute;
}

.style1 .right .box3 .pic {
	float: left;
	width: 41.66%;
	padding: 0 0 20px 0;
	position: relative;
	z-index: 1;
}

.style1 .right .box3 dl {
	float: right;
	width: 48%;
	padding: 50px 0 20px 0;
	position: relative;
	z-index: 1;
}

.style1 .right .box3 dd {
	font-size: 18px;
	color: #999;
}

.style1 .right .box3 dt {
	font-size: 26px;
	line-height: 110%;
	padding: 15px 0 20px 0;
}

.style1 .right .box3 dt .e {
	display: block;
	font-size: 18px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	line-height: 130%;
}

.style1 .right .box3 dt+dd {
	font-size: 14px;
}

.style1 .right .box3 h4 {
	position: relative;
	z-index: 1;
}

.style1 .left .pic {
	padding: 0 0 20px 0;
}

.style1 .left li {
	width: 22.6%;
	margin: 0 3.2% 20px 0;
}

.style1 .left li:nth-child(4n+4) {
	margin-right: 0;
}

.style1+.back {
	padding-bottom: 90px;
}

@media only screen and (max-width: 1024px) {
	.style1 .right .box3 dt {
		font-size: 18px;
	}

	.style1 .right .box3 dd {
		font-size: 14px;
	}

	.style1 .right .box3 dt .e {
		font-size: 14px;
	}

	.style1 .right h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 599px) {
	.style1 .left {
		float: none;
		width: auto;
		text-align: center;
	}

	.style1 .right {
		float: none;
		width: auto;
	}

	.style1 .right .box2 dt {
		float: none;
		width: auto;
	}

	.style1 .right .box2 .table dd {
		width: 31.33%;
		margin-right: 3%;
	}

	.style1 .right .box2 .table2 dd {
		width: 19%;
		margin-right: 1.2%;
	}
}


.voicelist .tbox h3 {
	font-size: 25px;
	font-weight: normal;
}

.voicelist .tbox h3 .w {
	display: inline-block !important;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 30px;
}

.voicelist .tbox h3 .w:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #4d5766;
	margin-left: -205px;
	padding-left: 205px;
}

.voicelist .tbox .txt p {
	padding: 0 0 20px 0;
	color: #999;
}

.voicelist .tbox .txt {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #C8C8C9;
	margin-bottom: 25px;
}

.voicelist .tbox .comment h4 {
	font-size: 25px;
	font-weight: normal;
	padding: 0 0 20px 0;
}

.voicelist .tbox .comment p {
	padding: 0 0 20px 0;
	color: #999;
}

.voicelist .tbox .stylist {
	background: #F3F3F3;
	padding: 23px 0 0 0;
	position: relative;
}

.voicelist .tbox .stylist .simg {
	float: left;
	width: 19.48%;
	position: relative;
	z-index: 1;
}

.voicelist .tbox .stylist dl {
	float: right;
	width: 75.32%;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}

.voicelist .tbox .stylist dd.p {
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	padding: 0 0 25px 0;
}

.voicelist .tbox .stylist dt {
	font-size: 22px;
	line-height: 120%;
	position: relative;
}

.voicelist .tbox .stylist dt .e {
	display: block;
	font-size: 16px;
	line-height: 120%;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
}

.voicelist .tbox .stylist:before {
	content: "";
	width: 500%;
	height: 100%;
	background: #F3F3F3;
	left: -35px;
	top: 0;
	position: absolute;
}

.voicelist .box {
	border-bottom: 1px solid #C8C8C9;
	padding: 70px 0 0 0;
	margin-bottom: 30px;
}

.voicelist {
	padding-bottom: 50px;
}

.voicelist .list .txtbox .tit {
	font-size: 20px;
	margin-bottom: 10px;
	position: relative;
}

.voicelist .list .txtbox .tit:after {
	content: "";
	position: absolute;
	width: 120%;
	height: 1px;
	bottom: 0;
	left: -20%;
	background: #707070;
	z-index: 4;
}

.voicelist .list .picbox {
	position: relative;
	z-index: 5;
}

.voicelist .list .txtbox {
	position: relative;
	z-index: 4;
}

.voicelist .day {
	font-size: 16px;
	margin-right: 10px;
}

.voicelist .cate {
	font-size: 14px;
	background: #70707070;
	padding: 0 10px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.voicelist .list .txtbox .hmore {
	text-align: right;
	margin-top: 100px;
}

@media only screen and (max-width: 1024px) {
	.voicelist .box {
		padding-top: 40px;
	}

	.voicelist .tbox h3 {
		font-size: 20px;
	}

	.voicelist .tbox .comment h4 {
		font-size: 18px;
	}

	.voicelist .tbox .stylist dt {
		font-size: 18px;
	}

	.voicelist .tbox .stylist dd.p {
		font-size: 14px;
	}

	.voicelist .tbox .stylist dt .e {
		font-size: 14px;
	}

	.voicelist .list .txtbox .hmore {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 599px) {
	.voicelist .box {
		padding-top: 0px;
	}

	.voicelist .tbox .stylist .simg {
		float: none;
		width: auto;
		text-align: center;
	}

	.voicelist .tbox .stylist dl {
		width: auto;
		float: none;
	}
	    .voicelist .list .txtbox .tit {
        font-size: 16px;
    }

    .voicelist .day {
        font-size: 14px;
    }

    .voicelist .cate {
        padding: 3px 10px;
        margin-top: 5px;
    }
	
}

/* voice_detail */
.voice .hmore {
	margin-top: 0;
}

.voicelist .detail_list .tit {
	font-size: 26px;
	border-bottom: 3px solid #ddd;
	margin-bottom: 30px;
}

.voicelist .detail_list .txt {
	margin: 20px 0;
}

@media only screen and (max-width:599px) {
  .voicelist .detail_list .tit {
    font-size: 22px;
  }
}

/* sidebar */
.side-bar dl {
	padding-bottom: 50px;
}

.side-bar dt {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #cdcdcd;
}

.side-bar dd {
	font-size: 16px;
	border-bottom: 1px dashed #cdcdcd;
	margin-bottom: 10px;
	padding: 0 10px 10px;
}

/*faq*/
.faqlist .box h3 {
	position: relative;
	padding: 20px 100px 35px 100px;
	font-size: 25px;
	font-weight: normal;
	cursor: pointer;
	margin-bottom: 0;
}

.faqlist .box h3 .q {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #4D5766;
	width: 70px;
	text-align: center;
	line-height: 70px;
	box-sizing: border-box;
	font-size: 42px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
}

.faqlist .box {
	padding: 30px 0 10px 0;
}

.faqlist .a {
	position: relative;
	padding: 16px 100px 20px 100px;
	display: none;
}

.faqlist .a h4 {
	width: 70px;
	text-align: center;
	line-height: 70px;
	background: #343F50;
	color: #fff;
	font-size: 42px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	position: absolute;
	top: 0;
	left: 0;
}

.faqlist .a p {
	padding: 0 0 20px 0;
}

.faqlist .box+.box {
	border-top: 1px solid #C8C8C9;
}

.faqlist {
	padding-bottom: 60px;
}

.faqlist .box h3:before {
	content: "";
	width: 50px;
	height: 5px;
	background: #4D5766;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -2.5px;
	-webkit-transition: ease .2s;
	transition: ease .2s;
}

.faqlist .box h3:after {
	content: "";
	width: 50px;
	height: 5px;
	background: #4D5766;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -2.5px;
	transform: rotate(-90deg);
	-webkit-transition: ease .2s;
	transition: ease .2s;
}

.faqlist .box h3.active:before {
	transform: rotate(45deg);
}

.faqlist .box h3.active:after {
	transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
	.faqlist .box h3 {
		font-size: 16px;
		padding: 5px 40px 25px 40px;
	}

	.faqlist .box h3 .q {
		width: 30px;
		line-height: 30px;
		font-size: 25px;
	}

	.faqlist .box h3:before {
		width: 30px;
		height: 3px;
		right: 0;
		margin-top: -15px;
	}

	.faqlist .box h3:after {
		width: 30px;
		height: 3px;
		right: 0;
		margin-top: -15px;
	}

	.faqlist .a h4 {
		width: 30px;
		line-height: 30px;
		font-size: 25px;
	}

	.faqlist .a {
		padding-left: 40px;
		padding-right: 0;
		padding-top: 5px;
	}
}

@media only screen and (max-width:599px) {
  .faqlist {
    padding-bottom: 0;
  }
}

/*couopn*/

.couopn .subtit h2 {
	color: #343f50;
}


.couopnlist {
	max-width: 1000px;
	padding: 70px 0 30px 0;
	margin: 0 auto;
}

.couopnlist .box {
	box-sizing: border-box;
	border: 2px solid #343F50;
	margin-bottom: 70px;
	position: relative;
}

.couopnlist .pic {
	padding: 0 0 0 7%;
	width: 30%;
	border-right: 2px solid #343F50;
	background: #343F50;
	float: left;
	text-align: right;
}

.couopnlist .tbox {
	width: 55.6%;
	padding: 0 4.2% 0 0;
	float: right;
}

.couopnlist .tbox h3 {
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #C8C8C9;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	line-height: 130%;
}

.couopnlist .tbox p {
	padding: 0 0 20px 0;
}

.couopnlist .tbox dl {
	text-align: right;
}

.couopnlist .tbox dt {
	display: inline-block !important;
	vertical-align: middle;
	font-size: 30px;
	text-decoration: line-through;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	line-height: 110%;
}

.couopnlist .tbox dd {
	display: inline-block !important;
	vertical-align: middle;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 50px;
	line-height: 110%;
}

.couopnlist .tbox dd:before {
	content: url(#);
	display: inline-block !important;
	vertical-align: middle;
	margin: 0 15px;
}

.couopnlist .type {
	position: absolute;
	top: 0;
	left: 0;
	width: 5%;
	height: 100%;
	text-align: center;
	color: #fff;
	writing-mode: vertical-rl;
	font-size: 21px;
	letter-spacing: 5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

@media only screen and (max-width: 1024px) {
	.couopnlist .type {
		position: relative;
		height: auto;
		writing-mode: horizontal-tb;
		width: 100%;
		background: #343F50;
		font-size: 16px;
		padding: 5px 0;
	}

	.couopnlist .pic {
		padding-left: 0;
	}

	.couopnlist .tbox h3 {
		font-size: 18px;
	}

	.couopnlist .tbox dt {
		font-size: 20px;
	}

	.couopnlist .tbox dd {
		font-size: 30px;
	}
}

@media only screen and (max-width: 599px) {
	.couopnlist .pic {
		border: none;
		width: auto;
		text-align: center;
		padding: 0px 0 20px 0;
		background: none;
		float: none;
	}

	.couopnlist .tbox {
		float: none;
		width: auto;
		padding: 0 2.5%;
	}
}

/*product*/

.product .subtit h2 {
	color: #343f50;
}

.productlist h3 {
	margin-bottom: 30px;
}

.productlist dl {
	width: 29.16%;
	padding: 0 6.26% 50px 0;
}

.productlist dl:nth-child(3n+3) {
	padding-right: 0;
}

.productlist dt {
	padding: 20px 0 0 0;
}

.productlist dt+dd {
	text-align: right;
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;

}

.productlist {
	padding-bottom: 50px;
}

@media only screen and (max-width: 599px) {
	.productlist dl {
		width: 48%;
		padding-left: 1%;
		padding-right: 1% !important;
	}
}

/*troble*/

.trouble .subtit h2 {
	color: #343f50;
}

.trouble1 {
	padding: 70px 0 70px 0;
}

.trouble1 .pic {
	padding-bottom: 100px;
}

.trouble1 h3 {
	margin-bottom: 40px;
}

.trouble1 h4 {
	font-size: 20px;
	color: #343F50;
	padding: 0 0 35px 0;
}

.trouble1 li {
	padding: 0 0 20px 45px;
	position: relative;
	font-size: 16px;
	color: #999;
}

.trouble1 ul {
	padding: 0 0 60px 40px;
}

.trouble1 li .no {
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	position: absolute;
	top: 0;
	left: 0;
	color: #343F50;
}

.trouble1 p {
	padding: 0 0 20px 0;
	color: #999;
}

.trouble2 .w12i {
	padding-top: 65px;
	padding-bottom: 80px;
}

.trouble2 .box {
	float: left;
	width: 41.66%;
	margin: 0 16.68% 30px 0;
}

.trouble2 .box:nth-child(2n+2) {
	margin-right: 0;
}

.trouble2 .box h3 {
	text-align: center;
	font-weight: normal;
	font-size: 30px;
	padding: 0 0 25px 0;
}

.trouble2 .box p {
	padding: 0 0 20px 0;
	color: #999;
}

.trouble2 .box h4 {
	font-size: 20px;
	color: #343F50;
	padding: 5px 0 25px 0;
	font-weight: normal;
}

@media only screen and (max-width: 1024px) {
	.trouble2 .box h3 {
		font-size: 20px;
	}

	.trouble2 .box h4 {
		font-size: 18px;
	}

	.trouble1 h4 {
		font-size: 18px;
	}

	.trouble1 ul {
		padding-left: 0;
	}
}

@media only screen and (max-width: 599px) {
	.trouble2 .box {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

/*eyelash*/

.eyelash .subtit h2 {
	color: #343f50;
}

.eye1 {
	padding: 50px 0 40px 0;
}

.eye1 h3 {
	margin-bottom: 40px;
}

.eye1 .txt p {
	padding: 0 0 20px 0;
	line-height: 210%;
}

.eye1 .txt {
	padding-bottom: 30px;
}

.eye1 .box {
	width: 29.16%;
	margin: 0 6.26% 30px 0;
}

.eye1 .box:nth-child(3n+3) {
	margin-right: 0;
}

.eye1 .box dt {
	font-size: 30px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
}

.eye1 .box dl+dl {
	padding-top: 40px;
	position: relative;
}

.eye1 .box dl+dl:before {
	content: url(/import/tenant_1/160.16.141.226/html/images/eyelash/icon_01.png);
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.eye1 .box dd+dd {
	padding: 20px 0 20px 0;
}

@media only screen and (max-width: 1024px) {
	.eye1 .box dt {
		font-size: 20px;
	}
}

@media only screen and (max-width: 599px) {
	.eye1 .box {
		width: 48%;
		margin-left: 1%;
		margin-right: 1% !important;
	}
}

.eye2 .w12i {
	padding-top: 70px;
}


/* contact */
.contact1 .tit {
	font-size: 22px;
	text-align: center;
	position: relative;
	background: rgb(232 145 67);
	padding: 5px 0;
	width: 80%;
	max-width: 320px;
	border-radius: 10px;
	margin: 0 auto 20px;
	color: #fff;
}

.contact1 .tit:before,
.contact1 .tit:after {
	margin: 0 20px;
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #fff;
	vertical-align: middle;
	transform: translateY(-3px);
}

.contact1 .txt {
	font-size: 40px;
	text-align: center;
}

.contact1 .txt:before {
	content: "\f2a0";
	font-family: 'FontAwesome';
	transform: rotate(315deg);
	display: inline-block;
	margin-right: 10px;
}

.contact1 .tbox {
	padding: 40px 0px;
}


.cont01box dl {
	background: #fff;
	padding: 0 60px 60px;
	position: relative;
}

.cont01box dt {
	background: url(#) center center /100% 100% no-repeat;
	max-width: 420px;
	margin: auto;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cont01box .pic {
	position: absolute;
	right: -1%;
	bottom: -1%;
	margin: 0;
	max-width: 320px;
}

@media only screen and (max-width:1024px) {
    .contact1 .tit:before, .contact1 .tit:after {
        width: 20px;
    }

    .contact1 .tit {
        font-size: 22px;
        width: 100%;
    }
    .contact1 .txt {
    font-size: 28px;
}

}

@media only screen and (max-width:599px) {
    .contact1 .tit:before, .contact1 .tit:after {
        width: 40px;
    }
}

.contact2 {
    padding: 50px 0;
}

.contact {
	margin: auto;
	max-width: 900px;
}

.contact dl {
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}

.contact dl:last-of-type {
	border-bottom: none;
}

.contact dl.inp {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact.contact02 dl.inp {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contact dl.tarea {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact.contact02 dl.tarea {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contact dt {
	width: 30%;
	font-weight: normal;
	font-size: 16px;
}

.contact dt .reqw {
	font-size: 14px;
	text-align: center;
	padding: 0 10px;
	background: #C60E62;
	color: #fff;
	margin-left: 10px;
}

.contact dt label {
	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;
}

.contact dd {
	width: 66%;
}

.contact dd input {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: none;
	background: rgb(232 145 67 / 20%);
}

.contact dd select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: none;
	background: rgb(232 145 67 / 20%);
}

.contact .radio dd input {
	display: none;
}

.contact .radio dd input+label {
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
	line-height: 200%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact .radio dd input+label::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #303841;
	border-radius: 50%;
	background: #fff;
}

.contact .radio dd input:checked+label::after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 2px;
	width: 8px;
	height: 8px;
	background: #303841;
	border-radius: 50%;
}

.contact .radio dd input:checked+label {
	border-bottom: 1px solid;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.contact dd textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: none;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	background: rgb(232 145 67 / 20%);
	font-size: 14px;
}

#check {
	text-align: center;
	color: #fff;
	display: block;
	background: rgb(232 145 67);
	padding: 20px;
	border-radius: 10px;
	border: none;
	width: 100%;
	margin: 80px auto;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

#check:hover {
	cursor: pointer;
	opacity: 0.6;
}

.formbtn li {
	width: 100%;
	max-width: 320px;
	margin: auto;
}

.formbtn2 li {
	max-width: 250px;
}

.thanks {
	max-width: 800px;
	margin: auto;
}

.thanks .txt {
	text-align: center;
}

@media only screen and (max-width:1024px) {
	.contact dt {
		width: 100%;
		padding-bottom: 1em;
	}

	.contact dd {
		width: 100%;
	}

	.contact dl {
		padding: 15px 0;
	}

	#check {
		margin: 60px auto;
		padding: 15px;
	}

	.formbtn2 li {
		max-width: 200px;
	}

	.cont01box dl {
		padding: 0 40px 40px;
	}

	.contact dt label {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media only screen and (max-width:599px) {
	#check {
		margin: 40px auto;
		padding: 10px;
		max-width: 250px;
	}

	.formbtn2 li {
		max-width: 130px;
	}

	.cont01box .pic {
		margin: 2% auto;
		position: static;
	}

	.cont01box .tbox span {
		text-align: center;
	}

	.cont01box dl {
		padding: 0 10px 20px;
	}

	.cont01box .tbox span.tel {
		font-size: 30px;
	}

	.contact dd input {
		padding: 5px;
	}

	.contact dd textarea {
		padding: 5px;
		height: 200px;
	}

	.contact dd select {
		padding: 5px;
	}
}


/* 2/16 追記 */

.s-txt{
  display: contents;
    width: 100%;
    font-size: 12px;
}

#header .reserve div {
    width: 200px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
#header .reserve div.tone {
    margin-left: 50px;
}

@media only screen and (max-width:599px) {

    #header .reserve {
        position: fixed;
        bottom: 0;
        transform: none;
        width: 100%;
    }

    #header .reserve div {
        width: 50%;
    }
    #header .reserve div.tone {
    margin: 0;
}

}


@media only screen and (min-width: 1025px){
  #header .reserve.a-content{
        right: 55px;
    left: auto;
    transform-origin: right bottom;
    bottom: -25%;
  }
}


.c-txt{
      text-align: center;
    line-height: 2.5em;
}

.fw-txt{
 font-weight: bold; 
}

.c-ttl{
  font-size: 22px;
}

.lh25{
  line-height: 2.5em;
}

.ttl-txt{
      font-size: 22px;
    margin-bottom: 20px;
}


.r{
  display: block;
}



@media only screen and (max-width: 599px){
  .c-ttl {
    font-size: 20px;
}  

.lh25 {
    line-height: 2.5em;
    font-size: 13px;
}

.r{
  display: inline-block;
}
}


/* 05/07　追記 */

.home-head .tit .catchcopy {
    text-shadow: 0 0 5px #000;
    font-size: 22px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #fff;
}

@media only screen and (max-width: 1024px){
  .home-head .tit .catchcopy {
    font-size: 16px;
}  
}

@media only screen and (max-width: 599px){
.home-head .tit .catchcopy {
    font-size: 12px;
    letter-spacing: -0.5px;
}  
}


/* 05/13 追記 */

.mx-5{
  margin: 0px 5px;
}

.sp-r{
  display: inline-block;
}


@media only screen and (max-width: 599px){
  .sp-r{
  display: block;
}  

/* .indent-1{
    padding-left:1em;
  text-indent:-1em;
} */

.indent-1:before{
  content:"※";
}
}

/* 06/22追記 下記flaxbox.css */

.flexbox .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flexbox .wrap:not(:last-child) {
  margin-bottom: 80px;
}

.flexbox .wrap:nth-child(even) {
  flex-direction: row-reverse;
}

.flexbox span  {
  display: block;
  width: 48%;
  height: auto;
  text-align: center;
}

.flexbox span img {
    border-radius: 50%;
    width: 450px;
    height: 450px !important;
    object-fit: cover;
    opacity: 1;
}

.nayami01box .flexbox img{
  opacity: 1;
}

.flexbox .box {
  width: 48%;
}

.flexbox h4{
      font-size: 24px;
    margin-bottom: 40px;
}


@media only screen and (max-width: 599px){
  .flexbox span img {
    border-radius: 50%;
    width: 350px;
    height: 350px !important;
    object-fit: cover;
    opacity: 1;
}

.flexbox .box {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}


.flexbox span {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
  }


.flexbox .wrap span:hover img {
    transform: scale(1.1,1.1);
    transition: 0.5s;
}

.flexbox .wrap span:hover {
    opacity: .8;
    transition: 0.5s;
}

.v{
  display: inline-block;
}

@media only screen and (max-width: 599px){
  .v{
    display: block;
  }
}

/* popup css */

@media only screen and (min-width: 1025px){
  
[data-element-id] .popup {
    max-width: 500px;
    display: block;
    margin: 30px auto;
    padding: 2em 1em 1em;
    border: 2px solid green;
    border-radius: 10px;
    background-color: white;
    position: relative;
}

[data-element-id] .popup::before {
    content: "ポップアップです";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .popup .text {
    color: #5f3003;
}

[data-element-id] .nav-btn.-app {
    display: block;
    padding: 2em 1em 1em;
    border: 2px solid green;
    position: relative;
}

[data-element-id] .nav-btn.-app::before {
    content: "PCのみ";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .nav-btn.-app .nav-btn-inner {
    position: static;
}

[data-element-id] .nav-btn.-app a {
    color: white;
}


/* ⇓公開画面での設定 */

.popup {
/*     max-width: 500px;
margin: 30px auto;
padding: 2em 1em 1em;
border-radius: 10px;
background-color: white;
position: relative; */
display: none;
}
 

.popup .text {
    color: #5f3003;
}

.nav-btn.-app {
    display: block;
    padding: 0;
    border: 2px solid #e9a365;
    position: fixed;
    width: 150px;
    border-radius: 50%;
    display: flex;
    background: #e9a365;
    align-items: center;
    justify-content: center;
    height: 150px;
    bottom: 10px;
    left: 30px;
    z-index: 9999;
}

.nav-btn.-app div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.nav-btn.-app a {
      text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


/* 回転するアニメーション */
@keyframes fuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.fuwa {
  animation: 3s fuwa infinite;
}



/* popup */

.popup-title{
      text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px !important;
    color: #6c6c6c;
}

.modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    max-width: 800px;
    margin: auto;
}

.list-inner .img img{
      width: 80%;
    margin: auto;
    display: block;
}

.list-ttl{
      text-align: center;
    font-size: 20px;
    text-decoration: underline;
    color: #6c6c6c;
}

.popup-list{
  margin-bottom: 25px !important;
}

.modaal-content-container .text.up-fz-12.up-mt-30{
 text-align: center !important; 
   color: #6c6c6c;
}
}

@media only screen and (max-width: 1024px){
  .popup{
    display: none !important;
  }
  
  .nav-btn{
    display: none !important;
  }
}

@media only screen and (min-width: 1025px){
  .reserve{
    display: none !important;
  }
   [data-element-id].reserve{
    display: inline-flex !important;
  }
  
  .reserve-box{
        width: 100%;
    max-width: 750px;
    margin: 0 auto 100px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
.reserve-box{
  width: 100%;
    max-width: 550px;
    margin: 0 auto 100px;
}
.flexbox span img {
    border-radius: 50%;
    width: 450px;
    height: 370px !important;
    object-fit: cover;
    opacity: 1;
}
}


@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .reserve-box{
    margin: 0px auto 50px !important;
  }
  
      .reserve-box02{
    margin: 50px auto 0px !important;
  }
}

@media only screen and (max-width: 599px){
    .reserve-box{
    margin: 0px auto 50px !important;
  }
  
      .reserve-box02{
    margin: 50px auto 0px !important;
  }
}

.reserve-box02{
  margin-top: 100px;
  margin-bottom: 0;
}


/* 09/20 追記 */



 .nayami01box ul {
    row-gap: 50px;
}

.nayami01box ul li .link-btn{
       text-align: center;
    background: #e9a05e;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    width: 90%;
    margin: 25px auto 0;
 }
 
 .nayami01box ul li .ttl{
    font-size: 18px;
  }
 
 .nayami01box ul li .txt{
    color: #777;
  }
 
.nayami01box ul li .link-btn a{
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #fff;
 }
 
 
 /* フレックスボックス */
 
 .flexbox.flexbox02 h3{
        font-size: 24px;
    margin-bottom: 40px;
  }
 
 .flexbox.flexbox02 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flexbox.flexbox02 img {
  display: block;
  width: 48%;
  height: auto;
}

.flexbox.flexbox02 .box {
  width: 48%;
}

.flexbox.flexbox02{
   margin-bottom: 100px;
 }
 
 @media only screen and (max-width: 1024px){
  .flexbox.flexbox02 {
    margin-bottom: 50px;
}
 }
   .flexbox.flexbox02 h4{
    font-weight: bold;
  }
@media only screen and (max-width: 599px){
  
   .flexbox.flexbox02 h4{
        font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
  }
 
 
   .flexbox.flexbox02 .wrap {
 display: block;
 margin-bottom: 50px;
}

.flexbox.flexbox02 img {
  display: block;
  width: 80%;
  margin: auto;
  height: auto;
}

.flexbox.flexbox02 .box {
  width: 80%;
  margin: auto;
}


}

 .flexbox.flexbox02 h4 {
	position: relative;
	z-index: 2;
	font-weight: bold;
}

 .flexbox.flexbox02 h4::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-5deg);
    top: -60px;
    left: 0px;
       color: rgb(233 163 101);
    font-size: 80px;
    font-weight: 400;
    font-family: luxus-brut, cursive;
    font-style: italic;
}

@media only screen and (max-width: 599px){
 .flexbox.flexbox02 h4::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-5deg);
    top: 0px;
    left: 0px;
    color: rgb(233 163 101);
    font-size: 50px;
    font-weight: 400;
    font-family: luxus-brut, cursive;
    font-style: italic;
}

 .nayami01box ul li .ttl {
    font-size: 18px;
    height: 50px;
}
}

.r{
  display: inline-block;
}

@media only screen and (max-width: 599px){
  .r{
  display: block;
}
}

/* 10/12 追記 */
/* nav  */

/*2階層目以降は横並びにしない*/
 nav ul .has-list{
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
 nav .has-list li{
  position: relative;
}

/*下の階層を持っているulの指定*/
 nav li.has-child ul {
    position: absolute;
    left: 50%;
    z-index: 4;
    background: #e9a365;
    width: 180px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    transform: translateX(-50%);
    padding: 10px;
}

 nav ul.has-list li{
    font-size: 13px !important;
    width: 100% !important;
    margin: auto !important;
    text-align: center !important;
}

 nav li.has-child ul li:first-of-type{
  margin-top: 10px;
}

 nav li.has-child ul li{
  margin-bottom: 10px;
}


 nav li.has-child ul a{
  color: #fff;
}

 nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

 nav .has-child{
  position: relative;
}


@media only screen and (max-width: 1024px){
   nav li.has-child ul{
    position: relative;
    left: 50%;
    z-index: 4;
    background: transparent;
    width: 180px;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
    transform: translateX(-50%);
    padding-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 30px;
  }
  
   nav li.has-child ul li{
        border-bottom: none !important;
  }
  
   nav li.has-child ul a {
    color: #333333;
    font-size: 12px !important;
    padding-left: 5px !important;
    white-space: nowrap;
    text-align: left;
}
}

/* 2023/05/18 */
.explain {
    border: 1px solid;
    padding: 30px 20px;
    position: relative;
}

.explain .title {
    font-size: 22px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: -20px;
    padding: 0 10px;
}

.explain + .explain {
    margin-top: 50px;
}
.explain .txt {
    margin: 0 20px;
}

@media (max-width:599px) {
  .explain .title {
      font-size: 18px;
      top: -15px;
  }

}

/* 2023/07/12 */
.btn-type-02 {
	text-align: center;
	position: relative;
	display: block;
}

.btn-type-02 a {
	width: 450px;
	max-width: 90%;
	color: #fff;
	font-size: 18px;
	margin: auto;
	padding: 20px 15px;
	background: #e9a365;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #e9a365;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-weight: bold;
}
.btn-type-02 a:hover {
  background: #fff;
  color: #e9a365;
}


@media only screen and (max-width:1024px) {
	.btn-type-02 a {
		font-size: 16px;
	}
	
}

/* 2025/04/22 */
.homevisit_container{
  margin: 100px 0;
}

.homevisit_container.ver02{
  padding: 50px 0;
  margin: 0;
}

.homevisit_ttl01{
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.homevisit_ttl02{
  font-size: 18px;
  text-align: center;
  padding: 1em 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  font-weight: bold;
}

.homevisit_ttl03{
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  font-weight: bold;
}

.homevisit_ttl04{
  font-size: 18px;
  padding: 1em;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  font-weight: bold;
}

.homevisit_flex01 li{
  width: 30%;
}

.homevisit_flex02_wrap{
  padding: 50px;
  border: 1px solid;
  margin-top: 50px;
}

.homevisit_flex02 li{
  width: 30%;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;  
}

.homevisit_flex02 li::before{
  content: "・";
}

.homevisit_flex03+.homevisit_flex03{
  margin-top: 50px;
}

.homevisit_flex04 li{
  width: 32%;
}

.homevisit_flex05 li{
  width: 45%;
}

.faqlist.ver02{
  padding-bottom: 0;
  border: 1px solid;
}

.faqlist.ver02 .box {
  padding: 0;
}

.faqlist.ver02 .box h3 {
  padding: 1.5em 60px 1.5em 1.5em;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.faqlist.ver02 .a {
  padding: 0em 1.5em 1.5em 1.5em;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.faqlist.ver02 .box h3:before {
  width: 35px;
  height: 1px;
  background: #333333;
}

.faqlist.ver02 .box h3:after {
  width: 35px;
  height: 1px;
  background: #333333;
}

.faqlist.ver02+.faqlist.ver02 {
  margin-top: 30px;
}

@media(max-width:1024px){
.homevisit_flex02 li{
  width: 45%;
}

.faqlist.ver02 .box h3:before {
  right: 10px;
  margin-top: 0;
}

.faqlist.ver02 .box h3:after {
  right: 10px;
  margin-top: 0;
}
}

@media(max-width:599px) {
.homevisit_container {
    margin: 75px 0;
}  
  
.homevisit_ttl01{
  font-size: 24px;
  margin-bottom: 30px;
}

.homevisit_flex01 li{
  width: 100%;
}

.homevisit_flex01 li+li{
  margin-top: 30px;
}

.homevisit_flex02_wrap{
  padding: 20px;
  margin-top: 20px;
}

.homevisit_flex02 li{
  width: 100%;
  text-align: left;
}

.homevisit_ttl03{
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
  padding: 1em 0;
}

.homevisit_ttl04{
  font-size: 18px;
  padding: 15px 0;
}

.homevisit_flex03+.homevisit_flex03{
  margin-top: 30px;
}

.homevisit_flex04 li{
  width: 100%;
}

.homevisit_flex04 li+li{
  margin-top: 1em;
}

.homevisit_flex05 li{
  width: 100%;
}

.homevisit_flex05 li+li{
  margin-top: 30px;
}

.faqlist.ver02+.faqlist.ver02 {
  margin-top: 1em;
}

.faqlist.ver02 .box h3 {
  font-size: 16px;
  padding: 1.5em 45px 1.5em 1.5em;  
}

.faqlist.ver02 .a {
  font-size: 16px;
}

.faqlist.ver02 .box h3:before {
  width: 30px;
}

.faqlist.ver02 .box h3:after {
  width: 30px;
}

#wrapper.homevisit .subtit h2 {
  font-size: 20px;
}

.homevisit_container.ver02{
  padding: 20px 0;
}

.homevisit_container.ver02.top{
  padding: 50px 0 20px 0;
}

.homevisit_ttl02 {
    padding: 15px 0;
}

.homevisit_ttl03 {
    padding: 15px 0;
}
}

/* 2025/06/17 */
.home-houmon{
  padding: 100px 0;
}

.visit-container a{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 3px solid #ED9E75;
  border-radius: 50px;
  padding: 50px;
  box-sizing: border-box;
}

.visit-container .maintitle{
  font-family: "M PLUS Rounded 1c", sans-serif;  
  font-size: 48px;
  color: #ED9E75;
  text-align: center;
}

.visit-container .subtitle{
  font-family: "M PLUS Rounded 1c", sans-serif;  
  font-size: 24px;
  color: #ED9E75;
  text-align: center;
}

.visit-container .list-service{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.visit-container .list-service .item{
  width: calc((100% - 20px) / 3);
}

.visit-container .list-service .ttl{
  font-size: 1.1em;
  font-weight: bold;
  color: #ED9E75;
  margin: 0.5em 0;
  text-align: center;
}

.visit-container .btn{
  width: 300px;
  margin: 0 auto;
  padding: 0.5em;
  background-color: #ED9E75;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  margin-top: 20px;
}

.visit-container .btn.sp{
  display: none;
}

@media(max-width:1024px){
.visit-container a{
  padding: 30px;
}

.visit-container .list-service .ttl{
  font-size: 1em;
}
}

@media(max-width:599px) {
.home-houmon{
  padding: 50px 0;
}  
  
.visit-container .maintitle{
  font-size: 24px;
}

.visit-container .subtitle{
  font-size: 18px;
}

.visit-container .list-service .item{
  width: 100%;
}

.visit-container .btn.sp{
  display: block;
}

.visit-container .btn.pc{
  display: none;
}

.visit-container a{
  padding: 20px;
}

.visit-container .list-service .ttl{
  text-align: left;
  margin-top: 0;
}

}

