@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	font-size: 14px;
}
html {
	overflow-y: scroll;

}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 400;
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse
}
caption, th {
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 400;
	line-height: 1.8em;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
}
a:active {
	text-decoration: none
}
a {
	color:var(--black)
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: 700
}
svg {
	overflow: visible
}
body {
	position: relative;
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

  font-size: 14px;
	color: var(--black);
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.gothic {
	font-family:'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
main{
  padding-top:140px ;
}

:root{
  --black: #707070;
	--sub: #434F59;
  --accent: #bf3d3d;
	--diff:#83ACE9;
	--diff_thin:#F1F6FF;
	--shop_mb:#83ACE9;
	--shop_aa:#81C48A;
	--shop_all:#DBB481;
  --key_thin: #f1f5f9;
  --gray_thin: #FBF8F4;
  --gray: #bbb;
  --dark: #666;

  --size_2s:0.75rem;
  --size_1s:0.875rem;
  --size_m:1rem;
  --size_1l:1.125rem;
  --size_2l:1.25rem;
  --size_3l:1.5rem;
  --size_4l:1.75rem;
  --size_5l:2rem;

}

.mt_0{
  margin-top: 0;
}
.mr_0{
  margin-right: 0;
}
.ml_0{
  margin-left: 0;
}
.mb_0{
  margin-bottom: 0;
}
.mt_05{
  margin-top: 0.5rem;
}
.mr_05{
  margin-right: 0.5rem;
}
.ml_05{
  margin-left: 0.5rem;
}
.mb_05{
  margin-bottom: 0.5rem;
}
.mt_10{
margin-top: 1rem;
}
.mr_10{
  margin-right: 1rem;
}
.ml_10{
  margin-left: 1rem;
  }
.mb_10{
  margin-bottom: 1rem;
}
.mt_20{
  margin-top: 2rem;
}
.mr_20{
  margin-right: 2rem;
}
.ml_20{
  margin-left: 2rem;
}
.mb_20{
  margin-bottom: 2rem;
}
.mt_30{
  margin-top: 3rem;
}
.mr_30{
  margin-right: 3rem;
}
.ml_30{
  margin-left: 3rem;
}
.mb_30{
  margin-bottom:3rem;
}
.mt_40{
  margin-top: 4rem;
}
.mr_40{
  margin-right: 4rem;
}
.ml_40{
  margin-left: 4rem;
}
.mb_40{
  margin-bottom:4rem;
}

.anchor {
	padding-top: 100px;
	margin-top: -100px;
}

.second_item:not(:last-child){
	margin-bottom: 4rem;
}
.third_item:not(:last-child){
	margin-bottom: 3rem;
}
.fourth_item:not(:last-child){
	margin-bottom: 2rem;
}
.flex_box {
	display: flex;
	justify-content: space-between;
}
.flex_box.wrap{
flex-flow: wrap;
}

.col_3{
	width: calc((100% - 32px) * 0.25);
}
.col_4{
	width: calc((100% - 32px) * 0.33);
}
.col_5{
	width: calc((100% - 32px) * 0.41);
}
.col_6{
	width: calc((100% - 32px) * 0.5);
}
.col_7{
	width: calc((100% - 32px) * 0.58);
}
.col_8{
	width: calc((100% - 32px) * 0.66);
}
.col_9{
	width: calc((100% - 32px) * 0.75);
}
.textcenter_PC{
	text-align: center;
}
/* form
---------------------------------------- */
input , select , textarea , button{
  font-family: inherit;
  font-size: 1rem;
  }
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	xline-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	xline-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	xwidth: 300px;
	padding: 0;
	xline-height: 65px;
	xfont-weight: 700;
	xletter-spacing: 0.2rem;
	x-webkit-appearance: none !important;
	xmargin: 20px;
}
input[type="reset"], input[type="button"] {
	xbackground-color: #fff;
	xborder: 2px solidvar(--shop_all);
	xmargin-right: 20px;
}
input[type="submit"] {
	xbackground-color: #808080;
	xborder: 2px solid #808080;
	xcolor: #fff;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

input.zip_search {
	padding: 5px 10px;
	margin-top: 10px;
	cursor: pointer;
}
input.zip_search:hover {
opacity: 0.8;
}
/*====================
お問合わせフォーム
 ====================*/

p.end {
	padding-top: 5px;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
ul.contact_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 30px;
}
ul.contact_btn li {
	margin: 10px;
	text-align: center;
}
.privacypolicy {
  overflow-y: scroll;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
 main.contact form .privacypolicy dl dt{
  width: 100%;
  line-height: 1.2em;
}
main.contact form .privacypolicy dl dd {
  width: 100%;
  font-size: var(--size_s);
  margin-bottom: 1rem;
}
.privacypolicy .pages_title_box h3 {
  font-size: 1rem;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
main.contact form table{
	margin-bottom: 2rem;
}
/* sp
---------------------------------------- */
.forSP {
	display: none;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
	line-break: strict;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
h1 {
}
.title_box h2 {
	font-family: "Cormorant Garamond", serif;
	font-size: var(--size_3l);
	font-weight: 400;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	margin-bottom: 40px;
}
.title_box h2 span.sub_ttl{
	text-align: center;
	font-size: var(--size_2s);
}
.title_box h3 {
	font-size: var(--size_1l);
	position: relative;
	margin-bottom: 1.5rem;
}
footer .title_box h3 {
	font-size: var(--size_1s);
}
.title_box h3 span {
	padding-left: 8px;
}
.title_box h3 span span.sub_ttl{
	font-size: var(--size_m);
}
.title_box h3:before{
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	background-color: var(--shop_all);
	display: block;
}
.title_box h3.shop_mb:before {
	content: "";
	background-color: var(--shop_mb);
}
.title_box h3.shop_aa:before {
	content: "";
	background-color: var(--shop_aa);
}
.title_box h4 {
	font-size: var(--size_m);
	font-weight: 700;
	background: var(--shop_all);
	color: #fff;
	padding: 10px;
	margin-bottom: 1rem;
}
.title_box h5 {
	font-size: var(--size_m);
	font-weight: 700;
	color: var(--shop_all);
	margin-bottom: 10px;
	border-bottom:1px solid var(--shop_all);
	padding-bottom: 5px;
}
.title_box h6 {
	font-weight: 700;
	color: var(--shop_all);
	font-size: var(--size_m);
	padding-bottom: 4px;
}
.inner {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	padding: 0;
	text-align: center;
}

/* header
---------------------------------------- */
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}
header .inner {
	position: relative;
}
.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 140px;
	flex-flow: column;
}
header .head-logo {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .head-logo .logo {
  display: inline-block;
  position: relative;
  width: 152px;
  overflow: hidden;
}
header .head-logo .logo:not(:last-child){
margin-right: 16px;
}
.menu-area {
}
.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu > li {
	xwidth: 20%; /* グローバルナビ4つの場合 */
	xheight: 30px;
	xline-height: 30px;
}
.menu > li:first-child {
}
.menu > li a {
	display: block;
}
.menu > li a:hover {
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	padding: 10px 0px;
	background-color: #fff;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	z-index: 999999;
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}
/* footer
---------------------------------------- */

footer .inner {
	position: relative;
	padding: 40px 0;
}
.footer_box {
  display: flex;
  justify-content: space-between;
}
ul.footer-menu a{
	color: #fff;
}

ul.footer-menu a:hover{
	text-decoration: underline;
}
ul.footer-menu > li{
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	padding-top: 8px;
	padding-bottom: 8px;
}

ul.footer-menu li > ul{
	padding-left: 1rem;
	font-size: var(--size_2s);
}

ul.footer-menu li > ul li{
	font-size: var(--size_2s);
}

footer {
	background-color:var(--sub);
	color: #ffffff;
}
.footer_link_box span.caption {
	padding-left: 6px;
	font-size: var(--size_2s);
}
.footer_link_box span.caption {
	padding-left: 6px;
	font-size: var(--size_2s);
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 700;
}
p.contact_btn a:hover {
	background-color: #9f9080
}
footer .column p.contact_btn {
	margin-left: auto;
}
footer span.tel {
	padding-left: 10px;
}
ul.footer_icon_list li{
font-size: var(--size_m);
}
ul.footer_icon_list li a{
	color: #fff;
}
ul.footer_icon_list li a img {
	width: 24px;
	height: 24px;
}
ul.footer_icon_list li:not(:last-child) {
	margin-bottom: 10px;
}
ul.footer_icon_list li img{
	margin-right: 6px;
}
.footer_logo_box ul li:not(:last-child) {
	margin-bottom: 20px;
}

.copyright {
	text-align: center;
	padding: 3em 0;
	letter-spacing: 0.1em;
	background-color: var(--sub);
	color: #fff;
	font-size: var(--size_2s);
}

/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column flex-direction: column
}
/* index
---------------------------------------- */

main.index > section:nth-of-type(n + 2):nth-of-type(even) {
	background: var(--gray_thin);
}
main.under > section:nth-of-type(n + 3):nth-of-type(even) {
	background: var(--gray_thin);
}
main section.contents.top_links {
	background: url(../img/top_links_bg.jpg)!important;
}
.sub-ttl {
}



/*会員特典*/

.recommend-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.recommend-items {
	width: calc((100% - 64px) / 3);
	height: 396px;
	border: 1px solid #f6f6f6;
	background-color: #fff;
}
.recommend-items:not(:last-child){
	margin-right: 32px;
}
.recommend-items a{
  display: flex;
  justify-content:start;
  align-items: start;
	flex-flow: column;
}
.recommend-items a:hover{
opacity: 0.8;
}
.recommend-img {
	width: 100%;
	height: 248px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recommend-img iframe {
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.expansion{
margin:0 auto;
overflow:hidden;
}
.expansion img{
transition:1s all;
min-height: 100%;
min-width: 100%;
object-fit: cover;
}
.expansion img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

.recommend-txt {
	padding: 1rem;
	background: #fff;
	width: 100%;
}
.recommend-txt p {
	font-size: var(--size_1s);
}
.categories {
  min-width: 100px;
  text-align: center;
}
.times{
  color: #666;
	font-size: var(--size_1s);
  margin-bottom: 0.5rem;
  display: block;
}
/*会員特典*/
.benefits_item {
	border: 1px solid var(--shop_all);
	margin-bottom: 32px;
	position: relative;

}
.benefits_item h3 {
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 100%;
}

.benefits_item h3 img {
	height: 24px;
	object-fit: cover;
	width: auto;
}
.benefits_item_detail h4 {
	color: var(--shop_all);
	font-size: var(--size_m);
	font-weight: 700;
}
.benefits_item_detail {
	padding: 20px;
}
.benefits_item_detail ul:not(:last-child){
margin-bottom: 1rem;
}

.benefits_item_detail ul li:before {
	content: "●";
	color: var(--shop_all);
	margin-right: 2px;
}
.benefits_item_detail dl {
	border: 1px solid #ddd;
}
.benefits_item_detail dl dt{
	background-color: #f6f6f6;
	text-align: center;
	padding: 6px;
}
.benefits_item_detail dl dd{
	padding: 10px;
}
.line_items {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form dl dt {
	padding: 0;
	width: 180px;
}
main.contact form dl dd {
	width: 750px;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: 400;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	color: #f51414;
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: -80px;
	background:#DBB481;
	opacity: 0.6;
	z-index: 99;
	border-radius: 50px;
}
#page-top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page-top a::before {
	font-family: FontAwesome;
	content: '\f077';
	color: #fff;
	position: absolute;
	top: 16px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	font-size: 20px;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
	text-align: left;
  padding: 1rem 0px;
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
	font-size: var(--size_2s);
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
  color: var(--dark);
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
  color: var(--dark);
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*====================
下層
 ====================*/
 section.pages-header {
	background-image: url(../img/title_img_shop_all.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-bottom: 4px solid var(--shop_all);
}
.shop_mb  section.pages-header {
	background-image: url(../img/title_img_shop_mb.jpg);
	border-bottom: 4px solid var(--shop_mb);
}
.shop_aa  section.pages-header {
	background-image: url(../img/title_img_shop_aa.jpg);
	border-bottom: 4px solid var(--shop_aa);
}
h1.pages-h1 {
}
.pages-ttl {
	color: #fff;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
.pages-ttl h2{
	font-size: var(--size_3l);
}
.pages-ttl .sub-ttl{
	font-size: var(--size_2s);
}
.shop_title_box {
	text-align: center;
	margin-bottom: 2rem;
}
p.catch {
	font-size: var(--size_2l);
	line-height: 1.6em;
	text-align: center;
}
.recruit_catch  {
	color: var(--shop_all);
	font-weight: 700;
}
p.read {
	font-size: var(--size_m);
	font-weight: 700;
	margin-bottom: 0.5rem;
}
p.headline {
	font-size: var(--size_1s);
	line-height: 1.8em;
	padding-bottom: 1rem;
}
p.detail {
  font-size: var(--size_2s);
	line-height: 1.6em;
}
table.office-table {
	margin: 0 auto;
	width: 100%;
font-size: var(--size_1s);
line-height: 1.6em;
}
.office-table th {
	background-color: #eee;
	border: solid 1px #ddd;
	padding: 20px;
	border-right: none;
	border-left: none;
	white-space: nowrap;
}
.office-table td {
	border: solid 1px #ddd;
	border-left: none;
	padding: 20px;
	border-right: none;
}
table.office-table.simple {
	margin-bottom: 0.5rem;
}
.office-table.simple tr:first-child th {
}
.office-table.simple th {
	background: none;
}
.office-table.simple td {
	background: none;
	line-height: 1.8em;
}

section.contents {
	padding: 100px 0px;
}
section:nth-child(1 of .contents) {
	padding-top: 50px;
}
/*====================
店舗情報
 ====================*/
 .map iframe {
	width: 100%;
	height: 400px;
	margin-bottom: 6px;
}
.shop_sub ul {
	display: flex;
	justify-content: space-between;
}
.shop_main {
	margin-bottom: 32px;
}
.shop_sub ul li:not(:last-child) {
	margin-right: 32px;
}
p.icon_map {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.4;
}
p.icon_map:before {
	content: '';
	display: block;
	width: 1.2em;
	height: 1.2em;
	background-image: url(../img/icon_map.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.skin_menu_box {
	border: 1px solid var(--shop_all);
	padding: 32px;
}
.esthetic_menu_items{
	display: flex;
	align-items: center;
}
.esthetic_menu_items .title_box{
	display: flex;
}
.esthetic_menu_items  span.price{
padding-left: 1rem;
}
.esthetic_menu ul{
	margin-bottom: 1rem;
}
.esthetic_menu ul li {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.esthetic_menu ul li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
.esthetic_menu_logo {
	text-align: center;
}
/*====================
company
 ====================*/

ul.list li {
}

/*	お知らせ
------------------------------------------------------------*/
.info p.day {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0;
  border-top: 1px solid #999;
  padding-top: 10px;
	padding-bottom: 10px;
}
.info p.ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #999;
  font-weight: 700;
  padding-bottom: 10px;
}
.info .topicsText {
  margin-bottom: 2em;
	word-break: break-all;
}

.info p.item-image {
  text-align: center;
}

.info p.item-image img {
  width: 600px;
  height: 350px;
  object-fit: contain;
}

.info .news_area {
	padding: 50px;
	margin-bottom: 50px;
	border: 1px solid #ddd;
	width: 100%;
	background-color: var(--gray_thin);
}
.info .topics{
  margin-bottom: 1em;
	position: relative;
}

.info .topics .category{
  margin-bottom: 0.5em;
	position: absolute;
	right: 0;
	top: 12px;
}
.topics .topicsPhoto.photoZoom:not(:last-child) {
  margin-bottom: 1rem;
}
.deff_box {
	border: 1px solid var(--diff);
	background-color:var(--diff_thin) ;
	padding: 32px;
}

.deff_box h4{
	text-align: center;
}
.deff_box h4 span {
	color: var(--diff);
	font-size: var(--size_2l);
	font-weight: 700;
	margin-bottom: 32px;
	position: relative;
	padding-right: 1.4em;
	padding-left: 1.4em;
	justify-content: center;
	display: inline-block;
}

.deff_box h4 span:before {
	content: "＼";
	font-weight: 700;
	margin-right: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.deff_box h4 span::after{
	content:"／";
	font-weight: 700;
	margin-left: 6px;
	position: absolute;
	right:0;
	top: 50%;
	transform: translate(0,-50%);
}
table.diff_contact.diff_recruit_contact th{
	vertical-align: middle;
}
table.diff_contact th {
	vertical-align: top;
	padding-right: 1rem;
	font-size: var(--size_m);
}
p.tel_icon {
	position: relative;
	padding-left: 1.2em;
	font-size: var(--size_3l);
}
p.tel_icon span{
	font-size: var(--size_1s);
}
p.tel_icon:before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	background-image: url(../img/icon_tel.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
/*	pager
------------------------------------------------------------*/
.pageArea-item {
  padding-top: 30px;
}
ul.pageArea-navi-number {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;    width: 50%;
  margin: 0 auto;
}
.pageArea-item {
  text-align: center;
  margin: 10px 0px;
}

ul.pageArea-navi-number li {
    margin-right: 10px;
list-style: none;
}
ul.pageArea-navi-number li a{
text-decoration: none
}
ul.pageArea-navi-number li a:hover{
background-color: #f9e33e;
}
span.pager_index {
 background-color: #f8f8f8; border: 1px solid #ccc;
  padding: 5px 10px;color: #333;display: block;
  margin-top: 5px;
}
span.pager_index.nowpage {
  background-color: #f8f8f8;
 border: 1px solid var(--shop_all);
  padding: 5px 10px;
  color: #333;
}
.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}


/*fixed_btn*/
#fixed_btn {
	position: fixed;
	right: 20px;
	bottom: 200px;
	z-index: 100;
}
.fixed_btn {
position: fixed;
}
#fixed_btn ul li:not(:last-child){
	margin-bottom: 10px;
}
ul.brand_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
}
ul.brand_list.shop_aa {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 75%;
}

ul.brand_list.shop_mb li{
	width: calc((100% - 96px) / 4);
	margin-bottom: 32px;
	text-align: center;
}
ul.brand_list.shop_aa li{
	width: calc((100% - 96px) / 3);
	margin-bottom: 32px;
	text-align: center;
}
ul.brand_list.shop_mb li:not(:nth-child(4n)){
	margin-right: 32px;
}
ul.brand_list.shop_aa li:not(:nth-child(3n)){
	margin-right: 32px;
}
/*privacy*/
.privacy_title_box.pages_title_box h3 {
	margin-top: 14px;
	margin-bottom: 4px;
	font-weight: 700;
}
