/* smart.css */

/* common
--------------------------------- */
body{
	font-size: 13px!important;
	background: none;
}

.bnr_area{
	background: -moz-linear-gradient(top, #FDEADF, #e0c7ab) !important; /* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#FDEADF), to(#e0c7ab)) !important; /* Safari,Google Chrome用 */
}

.bnr_area p{
	font-size:80%;
}

.pc{ display: none!important;}
.sp, .sp_btn{ display: inherit!important;}
em{ display: block!important;}

.fl_l, .fl_r{
	float: none!important;
}

.f140{ font-size: 140%;}
.inner{ width: auto!important;}

img{
	max-width: 100%!important;
	height: auto!important;
	display: block;
	margin: 0 auto;
	float: none;
}
.logo em{
	display: none!important;
}

#container{
	padding-bottom: 50px;
}
#menu #container{
	padding-bottom: 0;
}

#header{
	position: relative;
}

iframe{
	width: 100%!important;
}

#recruit #movie-wrap {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

#recruit #movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sp-only{
    display: block;
}
.pc-only{
    display: none;
}

/* グローバルナビ
------------------------------------------*/
#snav{
	position: absolute;
	top: 25px;
	right: 15px;
}

#nav{
	position: fixed;
	display: flex;
    flex-direction: column;
	top: 84px;
	right: 0px;
	width: 200px;
	display: none;
	margin-top: 0;
	padding: 0;
	background: #fff;
	box-shadow:none;
	z-index: 999;
}

#nav:before{
	position: absolute;
	color: #f0f0f0;
	font-size: 20px;
	z-index: 2;
	right: 10px;
	margin-top: -18px;
}

#nav li{
	display: block;
	font-size: 110%;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	float: none;
	width: 200px!important;
	height: auto;
    min-height: 50px;
}

#nav li a{
	display: block;
	height: auto;
	padding: 0 0 15px;
}

/* 2階層目サブメニュー */
#nav li ul {
    display: flex;
    flex-direction: column
}
/*
#nav li ul li{
    height: auto;
    width: 150px!important;
}
*/
#nav li ul li a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}


/* body#shop #nav .n2, */
body#menu #nav .n2 a,
body#schedule #nav .n5 a,
body#bridal #nav .n6 a,
/* body#cosmetic #nav .n6 a, */
/* body#gallery #nav .n7 a, */
body#recruit #nav .n7 a{
	color: #333;
	background: none;
    padding: 0;
}
#nav > li:not(:last-child):hover::before,
body#top #nav li.n1:before,
body#shop #nav li.n2:before,
body#menu #nav li.n3:before,
body#schedule #nav li.n4:before,
body#bridal #nav li.n5:before,
body#cosmetic #nav li.n3:before,
body#gallery #nav li.n7:before,
body#recruit2016 #nav li.n8:before{
	content: '';
	bottom: 0px;/*線の上下位置*/
	width: 0;/*線の長さ*/
	height: 0;/*線の太さ*/
	background-color: transparent;/*線の色*/
}

body#recruit #nav .n8 a{
	height: 30px;
}
#nav a:hover{
	border: none;
}
#nav>li:hover::before,
body#top #nav li.n1:before,
body#menu #nav li.n2:before,
body#schedule #nav li.n5:before,
body#bridal #nav li.n6:before,
body#recruit #nav li.n7:before{
	display: none;
}

#yoyaku-button .yoyaku{
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
}
#yoyaku-button .yoyaku::after{
    width: 1.4rem;
    right: 0;
}
.header-inner.fixed #yoyaku-button .yoyaku{
    padding: 15px 0;
}

#nav li em, #yoyaku-button em{
    font-size: 10px;
}
#nav li.n3 #shopmenu, #nav li.n3:hover #shopmenu{
    visibility: hidden;
    opacity: 0;
}
#nav li.n3.click #shopmenu{
    display: flex !important;
    visibility: visible;
    opacity: 1;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: 0;
    transform: translateY(0%) translateX(-100%);
    width: 80%;
    gap: 30px;
    padding: 30px 0 60px;
}
#nav li #shopmenu li{
    width: 150px !important;
}
#nav li #shopmenu li a{
    padding: 0;
    line-height: 2.1;
}


/* コンテンツ */
#contents {
width: 90%;
margin: 0 auto;
padding-bottom: 0;
}
h2{
	width: 100%!important;
	overflow: hidden;
}
h2 img{
	max-width: 980px!important;
	overflow: hidden;
}

h2.title.t_line span{
	display: block;
	margin-left: 0;
	padding-top: 10px;
}

h3{
	width: 100%!important;
	overflow: hidden;
}
h3 img{
	max-width: 980px!important;
	overflow: hidden;
}

/* 共通部分	　*/
.sp_menu ul{
    width: 105%;
    margin-left: -2.4%;
    margin-bottom:10px;
    display:table;
    border-bottom: 2px solid #3c4e6b;
    border-top: 2px solid #3c4e6b;
}
.sp_menu li{
    display:table-cell;
    width:25%;
}

#header, .header-inner.fixed #header {
    padding: 6px 10px;
}
#header .logo, .header-inner.fixed #header .logo {
    width: 130px;
    height: 72px;
    margin-left: 0;
}
#header .hbox{

}

#shoplist h2.t_line{
    margin-top: 80px;
}
#shop_list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
#shop_list li:not(:first-child){
	margin: 0;
}
#shop_list li {
	width: 80%;
	float: none;
}

#shop_list table {
	width: 315px;
	margin: 10px auto 15px;
	padding-bottom: 15px;
}
#topcontrol{
	right: 20px;
	bottom: 10px;
}
#spfooter-yoyaku-button-wrap{
	right: 30%;
	bottom: 10px;
    background: #333;
    font-size: 110%;
    width: 290px;
    max-width: 62%;
    padding: 20px 0;
    margin: 3px 0;
    border: 1px solid #fff;
}
@media screen and (max-width: 844px) and (orientation:landscape) {
    #spfooter-yoyaku-button-wrap{
	right: 17%;
    width: 100%;
    max-width: 79%;
    }
}
#spfooter-yoyaku-button{
    position: relative;
    text-decoration: none;
    color: #FFFFFF;
    outline: none;
    text-align: center;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-left: 76px;
}
@media screen and (max-width: 844px) and (orientation:landscape) {
    #spfooter-yoyaku-button{
    margin-left: 43%;
}
}
#spfooter-yoyaku-button-icon {
    position: absolute;
    left: -43px;
    width: 30px;
    top: -5px;
}

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

#top_news{
	margin: 0 auto;
	float: none;
}

#top_news.bnr{
	width: 100%;
}

.pageup {
width: 100%;
}
/* フッター */
#footer{
	clear:both;
}
#footer ul{
	width: 90%;
	margin: 0 auto;
}
/* shop */
#mainmovie #bgndVideo{
  display: none!important;
}
#mainmovie .thumb{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#mainmovie .thumb:after{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/shop/movie_icon.png) center center no-repeat;
  position: absolute;
  top: 0;
}
#mainmovie .thumb img{
  height: 100%!important;
  max-width: inherit!important;
  position: relative;
}

.flexslider{
	height: auto;
}
.flexslider li span {
	display: none;
}
.flex-direction-nav{
	display: none;
}
div#instabox .flex-direction-nav{
	display: block;
}
#shop .lbox{
    width: 100%!important;
	max-width: 100%!important;
	margin: 0 auto;
	float: none;
	overflow: hidden;
}

#shop .mt50 {
margin-top: 20px;
}
#shop.shop01 .lbox iframe,
#shop.shop02 .lbox iframe,
#shop.shop03 .lbox iframe{
	width: 100%;
	height: auto;
}
#shop .rbox {
	width: 100%;
	margin: 0 auto;
	float: none;
}
#shop .rbox h3{
	margin-top: 20px;
}
#staff{
	margin: 0 auto;
	height: auto;
}
#staff li {
	width: 50%;
	margin: 0 0 25px 0;
}
#staff li.mb {
	margin: 0 0 25px 0;
}
#staff li a{
	width: 150px;
	height: 150px;
	margin: 0 auto 35px;
}

.shop03 #staff li a{
	height: 126px;
}

#staff li p{
	width: 150px;
	margin: 0 auto;
}

.shop01 #staff li,
.shop02 #staff li{
	height: 285px;
}
.shop01 #staff li,
.shop02 #staff li{
	height: 310px;
}

.shop01 #staff li a,
.shop02 #staff li a{
	height: 225px;
	margin: 0 auto 35px;
}


#staff li span.noLink{
	width: 150px;
	margin: 0 auto 35px;
}

#staff li a.noblog{
	width: 150px;
	height: 150px;
	margin: 0 auto 55px;
}

#staff li a.blog{
	height: auto!important;
	margin: 0 auto;
}
#shop .rbox .movie{
	width: 100%;
	height: auto;
}

.staffBox,
.headspaBox {
	width: 100%;
}

.staffBox .staffblog {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0;
    width: 80%;
}

#staff li p.maternity {
	width: 40px;
	margin: 0 20%;
}

#staff li p.maternity_nobnr {
	width: 40px;
	margin: 0;
}

.bnr_headspa{
	width: 100%;
}
.bnr_headspa.pb_0 iframe {
	height: 192px;
}
/* メニュー（menu） */
#menu .g{
    margin: 30px 0;
}
#menu .g span{
    font-size: 20px;
}
#menu .menu_flex{
    padding: 0 10px;
    margin-bottom: 60px;
}
#menu p{
    font-size: 12px;
}
#menu .menu_3{
    width: 100%;
    margin-bottom: 40px;
}
#menu .menu_3:last-of-type{
    margin-bottom: 0;
}

#menu .menu_2.bnr_menu{
    max-width: none;
    margin-bottom: 20px;
}
#menu .menu_2.bnr_menu:last-of-type{
    margin-bottom: 50px;
}
#menu .menu_2{
    width: 100%;
}
#menu .menu_flex table.menu_last{
    margin-bottom: 0;
}
#menu .menu_flex table th, #menu .menu_flex .menu_2 table th{
    width: 52%;
}
#menu .menu_flex .menu_2 table th span{
    min-width: 1em;
}


/* 料金 */
.price_c{
	margin: 0;
}
#menu_b,
#menu_m{
	width: 100%;
	float: none;
}

.price{
	width: 100%;
}

/* スケジュール */
.schedule {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.waku .waku_text {
	padding-left: 0;
}

.ga_photo li {
	width: 170px;
	margin: 0 auto 20px!important;
	float: none;
}

#cosmetic .item .text,
#cosmetic div.itemleaflet .text {
	width: auto;
	float: none;
}
#cosmetic .btn_nayami a{
	float: left;
	margin-bottom: 20px;
	width: 50%;
}
#cosmetic .nayami,
#cosmetic .nayami_last {
	margin-right: 0;
}

#cosmetic .w580{
	width: 100%;
}
#cosmetic .item,
#cosmetic .itemleaflet  {
	padding: 0 ;
}
#cosmetic .cosmefoot,
#cosmetic .cosmefoot a{
	width: 100%;
	margin-left: 0;
}

#cosmetic div.itemleaflet .text {
	width: 100%;
}
#cosmetic div.itemleaflet img.fl_r{
	margin-top: 0;
}
#cosmetic div.itemleaflet {
    margin: 5px;
    padding: 10px;
}
#cosmetic div.itemleaflet dd {
	padding: 0;
}

#lightbox-container-image-data-box,
#lightbox-container-image-box,
#lightbox-image{
	width: 100%!important;
	height: auto!important;
}

.gmap {
	margin: 10px auto 15px;
	padding: 1px;
	border: 1px solid #ccc;
	width: 100%;
}
.staffBox{
	max-width: 100%;
}
.staffBox .staff_l{
    float: none;
}
.staffBox dl {
    float: none;
    width: 85%;
}
.staffBox .staff_l .staffphoto {
	width: 80%;
	margin: 5px 0 0 0;
}
/* クリップ記事 */
#shop .name,
#shop .name h2,
#shop .newslist{
	width: 100%;
	margin: 0 auto;
}

#shop .name h2{
	padding-bottom: 20px;
}

/* #shop .name p, */
#shop .newslist p,
#shop .newstxt{
	width: 90%;
	margin: 0 auto;
}

#shop .name p{
	display: none;
}

#shop .newstxt div{
	width: 90%!important;
	margin: 0 auto;
}

.newslist a {
    margin: 5px 0;
}

/*  ジョイント企画ページ　(joint.html)
--------------------------------------------------*/

.joint_area .pc {display: none;}

.va_b {vertical-align: bottom;}
.brown {color: #826a4f;margin-top: 10px;}

.joint_area {
	width: 100%;
	background: url("../img/joint/bg_joint.gif");
	padding-bottom: 30px;
}
.bnr_joint {
	background-color: #fff;
}
.joint_area .joint_box {
	margin-bottom: 30px;
	border: 1px dotted #826a4f;
	margin: 0 5% 8% 5%;
	background-color: #fff;
	/*position: relative;*/
}
.joint_area .joint_box .icon {
	display: none;
/*	position: absolute;
	top: -20px;
	left:-15px;*/
}
.joint_area .joint_box ul li {
	float: none;
	margin: 0;
	padding: 0;
}
/*左カラム*/
.joint_area .joint_box ul li.l {
	width: 90%;
	padding: 0 10px 0 20px;
}
ul.l_logo {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
	margin: 0 20px;
}
.bnr_l {
	margin-right: 0px;
}
.bnr_r {
	margin-top: 0px;
}
/*右カラム*/
.joint_area .joint_box ul li.r {
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

h2 img {
width: 100% !important;
}


/*  　(leaflet.html)
--------------------------------------------------*/
.hikken div.itemleaflet .voice {
	width: 100%;
}
.hikken div.itemleaflet .voice div p{
	width: 100%;
}
.hikken div.itemleaflet .voice div p.fl_r{
	width: 100%;
}
.hikken table{
	font-size: 75%;
}
.hikken table .big {
    font-size: 110%;
}
.hikken table tr td:nth-child(2),
.hikken table tr td:nth-child(4) span{
	display: none;
}

#top .bnr_box{
	margin-top: 20px;
}
/* blog */
#top .blog{
	width: 100%;
}
#staff li a.blog{
	margin-bottom: 5px;
}
/*--  .shop02 #staff li,  --*/
.shop03 #staff li {
	/*height: auto;*/
	margin-bottom: 40px;
}

/*  #recruit
--------------------------------------------------*/

#recruit .rec-contents {
	width: 90%;
	padding-bottom: 30px;
}
#recruit h3 {
	font-size: 22px;
}
#recruit #sec01 {
	margin-bottom: 20px;
}
#recruit #sec02 {
	margin-bottom: 50px;
	padding: 60px 0 60px;
	background: #F2FCE5;
}
#recruit #sec02 ul {
	display: block;
	margin-bottom: 30px;
}
#recruit #sec02 ul li {
	width: 100%;
}
#recruit #sec02 ul li:nth-child(2) {
	margin-top: 30px;
}
#recruit #sec02 ul li:nth-child(3) {
	margin-top: 30px;
}
#recruit #sec03 {
	margin-bottom: 30px;
}
#recruit #sec04 {
	width: 94.5%;
	padding: 0 10px 50px;
	margin: 50px 0;
}
#recruit #sec04 h4 {
	padding-top: 100px;
	font-size: 18px;
	letter-spacing: .05em;
}
#recruit #sec04 h4::before {
	left: 20px;
	top: 20px;
	background-size: 95%;
	width: 90%;
}
#recruit #sec04 p {
	width: 100%;
	margin: 0 auto 20px;
}
#recruit #sec04 ul {
	grid-gap: 10px;
}
#recruit #sec04 ul li {
	width: 29%;
	padding: 35px 3px;
	font-size: 15px;
}
#recruit #sec05 {
	padding-top: 60px;
}
#recruit #sec06 {
	padding-bottom: 50px;
}
#recruit #sec07 {
	width: 94.5%;
	padding: 40px 10px 30px;
}
#recruit #sec07 {
	margin: 0 auto 60px;
}
#recruit #sec07 .philosophy-box {
	display: block;
}
#recruit #sec07 h4 {
	font-size: 16px;
}
#recruit #sec07 p.philosophy {
	font-size: 13px;
}
#recruit #sec07 .philosophy-box .right p.tit {
	line-height: 1.6;
}
#recruit #sec07 .philosophy-box .right p {
	font-size: 13px;
}
#recruit #sec07 .philosophy-box .left,
#recruit #sec07 .philosophy-box .right {
	width: 90%;
	padding: 20px;
}
#recruit #sec07 .philosophy-box .left {
	margin-bottom: 20px;
}
#recruit #sec07 .philosophy-box .left p {
	font-size: 13px;
	line-height: 1.6;
}
#recruit #sec07 .philosophy-box .left p.owner {
	margin: 0;
	font-size: 13px;
}
#recruit #sec08 {
	margin-bottom: 30px;
}
#recruit #sec09 th,#recruit #sec09 td {
	width: 94%;
	display: block;
	padding: 10px;
}
#recruit #sec09 td {
	border-bottom: none;
}

#recruit #sec10 .contact {
	display: block;
	margin-top: 10px;
}
#recruit #sec10 .contact p {
	padding: 0;
}

/*231121追記*/
/*  採用ページ-時短勤務-　(recruit_reduced.php)
--------------------------------------------------*/

#recruit #sec09 h4 {
    margin-bottom: 20px;
    font-size: 18px;
}

#recruit #sec11 .bnr,#recruit #sec11 .bnr.jitan{
    width: 100%;
    margin: 20px auto 0;
}
/*/231121*/

/*231130追記*/
#recruit #sec09 .chuto-img{
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
}
#recruit #sec09 .chuto-img img{
    width: 100%;
}
/*/231130*/


/*  2016年度採用ページ　(recruit2016.html)
--------------------------------------------------*/
#recruit2016 .shop li{
	width: auto;
	max-width: 310px;
	margin: 0 auto 10px;
	float: none;
}
#recruit2016 .shop li:last-child{
	margin-right: auto;
}
#recruit2016 .box{
	padding: 20px;
}
#recruit2016 .txtbox ol li{
	padding-left: 30px;
	text-indent: -30px;
}
#recruit2016 .txtbox ol li::before{
	margin-right: 5px;
}
#recruit2016 .txtbox .plof div{
	padding: 30px 15px;
	width: auto;
}
#recruit2016 .txtbox .plof img{
	float: none;
}
#recruit2016 .txtbox .plof p.ttl span{
	padding-left: 0;
}
#recruit2016 .txtbox table tr{
	padding: 20px;
}
#recruit2016 .txtbox img.fl_l{
	margin-right: 0px;
}
.bnr_link{
	margin: 0;
}
.bnr_link a {
	width: auto;
}
/*  コロナウイルスニュース
--------------------------------------------------*/
#measure .img_wrap {
	flex-direction: column;
}
#measure .img_wrap > div{
	width: 100%;
}
#measure .img_wrap > div + div:not(:nth-child(4)) {
	margin-left: 0;
}
#measure .movie_wrap {
	flex-direction: column;
}
#measure .movie_wrap div{
	width: 100%;
}
#measure .movie_wrap div:nth-child(1) {
	order: 1;
}
#measure .movie_wrap div:nth-child(2) {
	order: 3;
}
#measure .movie_wrap div:nth-child(3) {
	order: 4;
}
#measure .movie_wrap div:nth-child(4) {
	order: 2;
}

#top .top_bnr_area .inner .pc{
	display:none;
	}
#top .top_bnr_area .inner .sp{
	display:block;
	}

#footer{
	padding: 20px 0 85px 0;
	color: #fff;
	text-align: center;
}

/* フッターポップアップ
------------------------------------------*/

.overlay {
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#popup-footer .p-window {
	width: 90vw;
	max-width: 380px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    flex-direction: column;
    gap: 15px;
}
#popup-footer .text {
	font-size: 18px;
	margin: 0;
}
#popup-footer .close {
    line-height: 20px;
	cursor:pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
}

#popup-footer .p-window p{text-align: center;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}

#popup-footer .p-window li{
    height: auto;
    list-style-type: none;
    display: block;
    font-size: 110%;
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
    width: 200px!important;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: #EEEEEE;
    border-bottom: 1px solid #fff;
}

#popup-footer .p-window li a{
    display: block;
    height: auto;
    padding: 8px 67px;
    background-color: #3c4e6b;
    color: #FFFFFF;
}


#popup-footer .p-window li a:hover{
	color: #FFFFFF;
}

#popup .p-window li{
    font-size: 14px;
}
#popup .p-window li a{
    padding: 8px 0;
    display: inline-block;
    width: 200px;
}


#popup-footer .p-window .underline-text {
    position: relative;
    margin-bottom: 10px;
}

#popup-footer .p-window .underline {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 50%;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #3c4e6b;
}


.line-btn .btn a {
    padding: 10px 20px 10px 70px;
    letter-spacing: 0.05em;
}
