@charset "utf-8";

/********************************

layout
by hirosfactory.net

********************************/
*{
	box-sizing: border-box ;
}
a{
	color:#666;
	outline:none;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover{
	color:#666;
	text-decoration:underline;
	opacity:0.6;
}
img{
	line-height:1;
	vertical-align:top;
	padding:0;
	letter-spacing:0;
	width:auto;
	height:auto;
}
body{
	font-size:14px;
	color:#666;
	-webkit-text-size-adjust: 100%;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.85714;
	letter-spacing: 0.017em;
	background-image:url(../images/common/back.png);
	background-position:center top;
}
body.reset{
	overflow:hidden;
}
/*
	header
*/
#header{
	padding:0 3%;
	text-align:center;
}
#header > .inner{
	margin:0 auto;
	width:100%;
	max-width:1200px;
	padding:10px 0;
}
#header > .inner .upper{
	padding-bottom:15px;
}
#header > .inner .upper:after{
	content: '';
	clear:both;
	display:table;
	font-size:0;
}
#header > .inner .upper .left{
	float:left;
}
#header > .inner .upper .right{
	float:right;
}
#header > .inner .upper .right > li{
	display:inline-block;
}
#header > .inner h1{
	padding:20px 0;
}
#header > .inner .upper .right > li > a.telephone.disabled{
	pointer-events: none;
	-webkit-pointer-events: none;
}
/*
	navi
*/
#navi_area{
	position:relative;
	height:70px;
	margin-bottom:20px;
	background-color:#fff;
}
#navi{
	width:100%;
	background-color:rgba(255,255,255,0.95);
	height:70px;
	z-index:2;
}
#navi.fixed{
	position:fixed;
	top:0;
	left:0;
}
#navi ul{
	font-size:0;
	text-align:center;
	line-height:1em;
	padding-top:8px;
}
#navi ul > li{
	display:inline-block;
	border-right:1px solid #999;
}
#navi ul > li:last-child{
	border:none;
}
#navi ul > li > a{
	display:inline-block;
	padding:0 10px;
}
/*
	main_container
*/
#main_container{
	background-color:#fff;
}
#main_container > .inner{
	padding:30px 3%;
	text-align:center;
	font-size:11px;
	letter-spacing: 0.2em;
}
/*
	footer
*/
#footer{
	padding:10px 3%;
}
#footer > .inner{
	margin:auto;
	width:100%;
	max-width:1000px;
	letter-spacing: 0.26em;
}
#footer .footer_link:after{
	content: '';
	clear:both;
	display:table;
	font-size:0;
}
#footer .footer_link .link_box{
	float:left;
	width:48%;
}
#footer .footer_link .link_box ul{
	display:inline-block;
	padding:0 1em 0 0;
}
#footer .footer_link .link_box a{
	display:block;
	padding:8px 0;
	text-decoration: none ;
}
#footer .footer_link .link_box a > img{
	vertical-align:middle;
	margin-top:-4px;
}
#footer .footer_link .link_box ul > li > ul{
	padding-left:1.5em;
}
#footer .footer_link .link_box_bnr {
	margin-top: 10px;
	padding-bottom: 10px;
}

#footer .footer_link .sns_box{
	float:right;
	width:48%;
}
#footer .footer_link .sns_box .address{
	padding:10px 0;
	font-size:12px;
	text-align:right;
}
#footer .footer_link .sns_box .f_map{
	padding:40px 0;
	font-size:12px;
	text-align:right;
}
#footer .footer_link .sns_box .f_map a{
	text-decoration: none ;
	display:inline-block;
}
#footer .footer_link .sns_box .f_map a > img{
	vertical-align:middle;
	margin-left:10px;
}
#footer .footer_link .sns_box .f_insta{
	padding:10px 0 20px;
	text-align:right;
}
#footer > .inner #copyright{
	text-align:center;
	font-size:12px;
	font-family: Arial, "MS PGothic", "Osaka", sans-serif;
	border-top:1px solid #999999;
	padding:10px 0;
	letter-spacing: 0.24em;
}
/*
	index
-------------------------------------*/
/*
	mainview
*/
#mainview{
	text-align:center;
	background-color:#fff;
}
#mainview > .inner{
	overflow:hidden;
}
#mainview > .inner img{
	width:100%;
}
/*
	privacy
-------------------------------------*/
.content_container{
	margin:auto;
	width:100%;
	max-width:1000px;
}
.content_container > .h2_ttl{
	padding:0 10px 0 170px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.content_body{
	display:table;
	width:100%;
	table-layout: fixed ;
}
.content_body > div{
	display:table-cell;
	vertical-align:top;
	font-size:13px;
}
.content_body > div.ttl_area{
	width:195px;
	text-align:left;
}
.content_body > div p{
	padding:15px 0;
	text-align:left;
}
.content_body > div .h3_ttl{
	text-align:left;
}
.content_body > div .h3_ttl + p{
	text-align:left;
	padding:0 0 15px;
	text-indent: 1em;
}
/*
	about
-------------------------------------*/
#about .content_body > div.ttl_area{
	width:170px;
}
#about .content_body > div.ttl_area h2{
	margin-top:-25px;
}
.about_content{
	padding:0;
	text-align:left;
}
.about_content.line{
	border-bottom:1px solid #bfbfbf;
}
.about_content.line + .about_content{
	padding-top:25px;
}
.about_content.map_area{
	padding-top:25px;
}
.about_h2_ttl{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#000;
}
.content_body > div .about_h2_ttl + p{
	padding:0 0 15px 2em;
	color:#000;
}
.about_h2_ttl > img{
	vertical-align:middle;
	margin:-2px 0.5em auto 0;
}
.content_body > div .about_h2_ttl > p{
	padding:0 0 15px 2em;
	color:#000;
}
.about_content_body{
	padding:25px 0 25px 0;
	margin-left:2.5em;
	color:#000;
}
.content_body > div .about_content_body > p {
    padding:0;
}
.content_body > div .about_content_body > p.middle{
	padding:1em 0;
}
.content_body > div .ph_parking{
	padding:20px 0 20px 30px;
	text-align:left;
}
.content_body > div .link_btn_area{
	padding:0 0 25px 30px;
	text-align:left;
}
.content_body > div .about_content_body2{
	padding:25px 0 25px;
}
.content_body > div .about_content_body.line,.content_body > div .about_content_body2.line{
	border-bottom:1px solid #bfbfbf;
}
.about_h2_ttl + h3 {
	padding:5px 0 0 30px;
}
.content_body > div #gMap{
	width:100%;
	max-width:830px;
	height:300px;
	background-color:#000;
}
.content_body > div .outline_table{
	width:100%;
	display:table;
	border-collapse: collapse ;
	table-layout: fixed;
}
.content_body > div .outline_table > .tr{
	display:table-row;
}
.content_body > div .outline_table > .tr > div{
	display:table-cell;
	vertical-align:top;
	font-size:13px;
	text-align:left;
	padding:10px 0;
}
.content_body > div .outline_table > .tr > div.ttl{
	font-weight:bold;
	width:110px;
}
.store_content{
	font-size:0;
	margin:0 auto;
	display:inline-block;
	vertical-align:top;
}
.store_content > div{
	font-size:13px;
	display:inline-block;
	width:24.8%;
	vertical-align:top;
	padding:0 15px;
}
.store_content > div .h3_ttl{
	margin:0 0 10px;
	padding:0;
	font-weight:bold;
	color:#000;
	line-height:1.5em;
	text-align:center;
}
.store_content > div .h3_ttl > span{
	font-weight:normal;
	display:block;
	padding-bottom:0.5em;
}
.store_content .ph_store_outline img {
	max-width: 100%;
}
.shop_info{
	display:table;
	width:100%;
	table-layout: fixed;
	margin-bottom:1em;
}
.shop_info:last-child{
	margin-bottom:0;
}
.shop_info > li{
	display:table-cell;
	vertical-align:top;
}
.shop_info > li.ttl2{
	width:140px;
	color:#666;
	font-family: Andale Mono, AndaleMono, monospace;
	letter-spacing: 0.04em;
}
.shop_info > li.ttl2 img {
	max-width: 18px;
}
/*
	qa
*/
.qa_content_body{
	padding:0 0 25px 0;
	margin-left:2.5em;
	color:#000;
}
.qa_content_body2{
	padding:0;
	margin-left:2.5em;
	color:#000;
}
.content_body > div p.qa_tel {
	padding: 0;
	font-size:16px;
	font-weight:bold;
}
.content_body > div .qa_contact_box{
	padding:0 0 1em;
}
.content_body > div .qa_contact_box p{
	text-align:center;
	padding:0;
}
.content_body > div .qa_contact_box + p{
	padding:1em 2em;
}
.content_body > div .qa_contact_box > p.qa_contact_text{
	color:#eb931a;
}
.content_body > div .qa_contact_box .btn > a{
	display:table;
	margin:auto;
	height:50px;
	font-size:15px;
	color:#000;
	width:190px;
	text-decoration: none;
	background-color:#fbeecb;
}
.content_body > div .qa_contact_box .btn > a > span{
	display:table-cell;
	vertical-align:middle;
}
.content_body > div .qa_contact_box .btn.tel > a {
    pointer-events: none;
    -webkit-pointer-events: none;
}
.content_body > div .qa_contact_box .btn.mail a{
	background-color:#fbd58b;
}
.qa_container{
	margin:2em 0 0;
	padding:1em;
	background-color:#fff5e7;
}
.qa_box{
	padding:1em 2em;
	text-align:left;
}
.qa_box > dt{
	color:#eb931a;
	font-size:13px;
	font-weight:bold;
}
.qa_box > dd{
	font-size:13px;
	color:#000;
}
/*
	staff
*/
#mainview.sub {
  background: none;
}
#mainview.sub > .inner {
	margin: 0 auto;
	max-width: 1000px;
	padding-top: 0;
	line-height: 0;
	position: relative;
}
@media (max-width: 750px) {
	#mainview.sub > .inner {
		padding: 0;
	}
}
@media (max-width: 750px) {
	#mainview.sub > .inner:before {
		content: "";
		display: block;
		width: 100%;
		padding-top: 70%;
	}
}
@media (max-width: 750px) {
	#mainview.sub > .inner img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		transform: translate(-50%, -50%);
	}
}
#mainview.sub > .inner > .container_about_text.ttl {
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.9);
}
#mainview.sub > .inner > .container_about_text {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 90%;
	max-width: 870px;
	text-align: center;
	line-height: 1.42;
	letter-spacing: 0.16em;
}
#mainview.sub > .inner > .container_about_text > h1 {
	color: #b22b2b;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 30px;
	font-weight: 500;
}
@media (max-width: 750px) {
	#mainview.sub > .inner > .container_about_text > h1 {
		font-size: 4.6666666667vw;
	}
}
#mainview.sub > .inner > .container_mv_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 500px;
}
@media (max-width: 750px) {
	#mainview.sub > .inner > .container_mv_title > p img {
		position: static;
		top: auto;
		left: auto;
		transform: translate(0, 0);
	}
}
#mainview.sub > .inner > .container_mv_title > p.commingsoon {
	margin: 0 auto;
	width: 50%;
}


/*
	bridal
*/
#bridal .main_view{
	background-color:#fff;
	text-align:center;
}
.content_body > div.bridal_container {
	margin:auto;
	width:100%;
	max-width:800px;
	display:block;
	text-align:center;
	color:#000;
	padding:0 0 1px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d9937a+50,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #d9937a 50%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#d9937a 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffffff 0%,#d9937a 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.content_body > div.bridal_container .inner{
	background-color:#fff;
	padding:1em 3%;
}
.content_body > div.bridal_container .inner > h2{
	font-size:14px;
	font-weight:bold;
}
.content_body > div.bridal_container .inner > .icon{
	text-align:center;
	padding:1em 0;
}
.content_body > div.bridal_container .inner > .bridal_ttl{
	font-size:16px;
	padding:.5em 0 0;
}
.content_body > div.bridal_container .inner > .price{
	color:#d9937a;
	font-size:15px;
	padding:.5em 0;
	text-align:center;
}
.content_body > div.bridal_container .inner > .txt{
	text-align:center;
	line-height:1.75em;
	font-size:13px;
}
.attend_txt{
	margin:auto;
	width:100%;
	max-width:850px;
	text-align:right;
	font-size:11px;
	padding:2em 3% 0;
}
.content_body > div.bridal_container .inner > .txt span{
	color:#4d4d4d;
}

/*
	contact
*/
.contact_content_body {
    padding: 5px 0 25px 0;
    margin-left: 2.5em;
    color: #000;
}
.content_body > div .contact_content_body  p {
    padding: 0;
}
.contact_form{
	padding:20px 80px;
	background-color:#fbeecb;
	text-align:left;
	color: #000;
}
.contact_form .ttl_h2_contact{
	font-weight:bold;
	font-size:13px;
	padding:0 0 0 30px;
	position:relative;
}
.contact_form .ttl_h2_contact:before{
	position:absolute;
	top:50%;
	left:0;
	content: '';
	width:23px;
	height:15px;
	margin-top:-8px;
	background-image:url(../images/contact/icon_mail.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.contact_form .ttl_h2_contact + p{
	font-size:13px;
	padding:0 0 0 30px;
}
.contact_form_body{
	padding:20px 0;
}
.contact_form_table{
	display:table;
	width:100%;
}
.contact_form_table > .tr{
	display:table-row;
}
.contact_form_table > .tr > .th{
	display:table-cell;
	vertical-align:top;
	width:165px;
	padding:5px 0;
	font-size:13px;
	letter-spacing: 0em;
}
.contact_form_table > .tr > .td{
	display:table-cell;
	vertical-align:top;
	padding:5px 0;
	font-size:13px;
	letter-spacing: 0em;
}
.policy_area{
	padding:30px 0;
	font-size:14px;
}
.submit_btn{
	padding:0 0 30px;
}

/*
	recruit
*/
.recruit_upper {
	text-align: center;
	font-size: 17px;
	background-image: url(../images/recruit/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 0 20px;
}
.recruit_upper .icon {
	margin: -1em auto 1em;
}
.recruit_container {
	margin: auto;
	width: 100%;
	max-width: 797px;
	padding: 20px 10px;
	background-image: url(../images/recruit/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.recruit_container.noline {
	background: none;
}
.recruit_container > h2 {
	text-align: left;
	font-size: 14px;
	padding:0 0 0 15px;
	background-image: url(../images/recruit/icon_flagg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.recruit_container > h2 > span {
	display: block;
	background-color: #fff;
	background-image: url(../images/recruit/line.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 90% 1px;
}
.recruit_container.mail > h2 {
	background-image: url(../images/recruit/icon_flagg2.png);
}
.recruit_staff {
	margin: 20px 0 0;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.recruit_staff > div {
	display: table-cell;
	vertical-align: top;
}
.recruit_staff > div.img {
	width: 38.61%;
}
.recruit_staff > div.img > img {
	width: 100%;
}
.recruit_staff > div > p {
	text-align: left;
	font-size: 13px;
	padding: 0 0 0 30px;
}
.recruit_outline {
	padding:10px 0 0 10%;
}
.recruit_link {
	padding: 5px 0;
	text-align: right;
}
.btn_recruit {
	display: table;
    margin: auto 0 auto auto;
    height: 50px;
    font-size: 15px;
    color: #000;
    min-width: 190px;
    text-decoration: none;
	background-color: #fbd58b;
}
.btn_recruit:hover {
	text-decoration: none;
}
.btn_recruit > span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	position: relative;
}
.btn_recruit > span:before {
	content: '';
	display: inline-block;
	width: 34px;
	height: 34px;
	vertical-align: middle;
	background-image: url(../images/common/icon_search.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.recruit_outline > ul {
	display: table;
	table-layout: fixed;
}
.recruit_outline > ul > li {
	display: table-cell;
	vertical-align: top;
	padding: 5px 0;
	text-align: left;
}
.recruit_outline > ul > li.ttl {
	padding: 5px 15px 5px 0;
}
.recruit_outline > ul.vertical {
	margin: 5px 0;
	display: block;
}
.recruit_outline > ul.vertical > li {
	display: block;
}
.recruit_outline > ul.vertical > li.ttl {
	padding: 5px 0 0 0;
}
.recruit_outline > ul.vertical > li.ttl + li {
	padding-top: 1px;
}
.recruit_outline > p {
	text-align: left;
}
.recruit_container .under_ttl {
	text-align: left;
	padding: 5px 0 5px 1.5em;
}
.recruit_container.mail p.txt {
	margin-top: 10px;
	text-align: center;
	padding: 30px 0 10px 0;
	color: #eb931a;
	font-size: 13px;
	font-weight: 600;
	background-image: url(../images/recruit/icon_mail.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
.recruit_container.mail .btn.mail {
	padding: 10px 0 40px;
}
.recruit_container.mail .btn.mail a {
	display: table;
    margin: auto;
    height: 50px;
    font-size: 15px;
    color: #000;
    width: 190px;
    text-decoration: none;
    background-color: #fbd58b;
}
.recruit_container.mail .btn > a > span {
    display: table-cell;
    vertical-align: middle;
}
input[type=text]{
	appearance: none;
	-webkit-appearance: none;
	border:1px solid #000;
	background-color:#fff;
	height:30px;
	padding:5px 10px;
	font-size:14px;
}
input[type=text].input01{
	width:100%;
	max-width:255px;
}
input[type=text].input02{
	width:100%;
	max-width:470px;
}
input[type=text]:focus{
	outline:none;
}
input[type=checkbox]{
	display:none;
}
input[type=checkbox] + label{
	display:inline-block;
	padding:3px 10px 3px 20px;
	position:relative;
}
input[type=checkbox] + label:before{
	content: '';
	display:block;
	position:absolute;
	top:50%;
	left:0;
	width:12px;
	height:12px;
	margin-top:-7px;
	background-color:#fff;
	border:1px solid #000;
}
input[type=checkbox]:checked + label:after{
	content: '';
	display:block;
	position:absolute;
	top:50%;
	left:0;
	width:3px;
	height:7px;
	margin:-6px auto auto 4px;
	border-right:3px solid #257409;
	border-bottom:3px solid #257409;
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
}
textarea{
	width:100%;
	max-width:500px;
	appearance: none;
	-webkit-appearance: none;
	border:1px solid #000;
	background-color:#fff;
	height:210px;
	padding:10px;
	font-size:14px;
}
.submit_btn button{
	appearance: none;
	-webkit-appearance: none;
	border:none;
	background:none;
	border-radius: 0;
	width:190px;
	height:45px;
	text-align:center;
	background-color:#fbd58b;
	font-size:16px;
}
.attend{
	display:inline-block;
	padding:0 5px;
	color:#ed9e30;
}
.required{
	color:#ed9e30;
}
.example{
	display:inline-block;
	padding:0 5px;
}
p.error{
	color:#ff3300;
}

/*
	modal
*/
#modal_filter {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, 0.8);
	z-index: 3;
}
.modal_view {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 10px;
	background-color: #fff;
	z-index: 3;
	width: 100%;
	height: 100%;
	max-width: 800px;
	max-height: 510px;
	margin: -255px auto auto -400px;
}
.modal_view > .inner {
	position: relative;
	overflow: hidden;
}
.modal_view > .inner + p {
	text-align: center;
}
.modal_view > .inner h3 {
	font-size: 18px;
	line-height: 1.2;
	padding: 20px;
}
.modal_view > .inner .body {
	margin: auto;
	max-width: 390px;
	padding: 10px;
}
.slick-slider {
	position: static;
}
.slick-initialized .slick-slide {
	padding: 10px;
}
.slick-prev, .slick-next {
	width: 47px;
	height: 47px;
	z-index: 1;
	-webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.slick-next {
	right: 25px;
	background-image: url(../images/staff/icon_next.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.slick-next:hover,.slick-next:focus {
	background-image: url(../images/staff/icon_next.png);
	background-size: 100% auto;
}
.slick-prev {
	left: 25px;
	background-image: url(../images/staff/icon_prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.slick-prev:hover,.slick-prev:focus {
	background-image: url(../images/staff/icon_prev.png);
	background-size: 100% auto;
}
.slick-prev:before,.slick-next:before {
	content: '';
}
#closebtn {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 3;
}
#closebtn > a {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
}
#closebtn > a > span {
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	transform: rotate( 45deg );
	position: absolute;
	top: 20px;
	left: 5px;
}
#closebtn > a > span:last-child {
	transform: rotate( 135deg );
}

.util_pc{
	display:block;
}
.util_sp{
	display:none;
}
#close{
	display:none;
}
#sp_nav{
	display:none;
}
#pagetop{
	display:none;
}
@media (max-width: 750px) {
	a:focus,
	a:hover {
		opacity: 1;
	}
	img{
		width:auto;
		height:auto;
		max-width:100%;
	}
	/*
		header
	*/
	#header > .inner .upper {
		padding-bottom: 5px;
		text-align:right;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:3;
	}
	#header > .inner .upper ul{
		display:inline-block;
		float:none;
		font-size:0;
	}
	#header > .inner .upper ul.left{
		float:none;
		padding-right:5px;
		display:none;
	}
	#header > .inner h1 {
		padding: 10px 0;
		margin-top:35px;
	}
	#header > .inner h1 img {
		width:33.333%;
		max-width:270px;
	}
	#header > .inner h1 + p img{
		width:100%;
		max-width:100%;
	}
	#header > .inner .upper .right > li img {
		width:35px;
	}
	/*
		navi
	*/
	#navi {
		width: 100%;
		background-color: rgba(229,229,229,1);
		height: 100%;
		position:fixed;
		top:0;
		left:0;
		display:none;
		z-index:4;
		letter-spacing: 0.26em;
	}
	#navi > .inner{
		position:relative;
	}
	#navi ul {
		padding-left: 50px;
	}
	#navi ul > li {
		display: block;
		border-right: none;
		font-size:14px;
	}
	#navi ul > li a{
		display: block;
		padding: 12px 8px;
		text-align:left;
		text-decoration: none ;
		line-height:1.1;
		border-bottom:1px solid #fff;
	}
	#navi ul > li > ul {
		padding-top: 0;
		padding-left:2rem;
	}
	#navi_area {
		height: 0;
		margin-bottom: 0;
	}
	/*
		footer
	*/
	#footer .footer_link .link_box{
		float:none;
		width:100%;
	}
	#footer .footer_link .link_box ul {
		display: block;
		padding: 0;
	}
	#footer .footer_link .link_box a {
		border-bottom:1px solid #fff;
	}
	#footer .footer_link .sns_box{
		float:none;
		width:100%;
	}
	#footer .footer_link .sns_box .address {
		text-align: center;
	}
	#footer .footer_link .sns_box .f_map {
		padding: 0;
		text-align: center;
		border-top:1px solid #666;
	}
	#footer .footer_link .sns_box .f_map a {
		display: block;
		padding: 10px 0;
	}
	#footer .footer_link .sns_box .f_insta {
		padding:0;
		text-align: center;
		border-top:1px solid #666;
	}
	#footer .footer_link .sns_box .f_insta > a{
		display:block;
		padding:10px 0;
	}
	#footer > .inner #copyright{
		font-size:10px;
	}
	#footer .footer_link .link_box_bnr {
		margin-top: 2.6667vw;
		padding-bottom: 2.6667vw;
		text-align: center;
	}
	#footer .footer_link .link_box_bnr a{
		border: none;
	}
	/*
		privacy
	-------------------------------------*/
	.content_container > .h2_ttl {
		padding: 0 10px 0 8%;
	}
	.content_body{
		display:block;
	}
	.content_body > div{
		display:block;
	}
	/*
		about
	-------------------------------------*/
	#about .content_body > div:last-child{
		margin-top:-50px;
	}
	.shop_info {
		display: block;
	}
	.shop_info > li {
		display: block;
	}
	/*
		salon
	-------------------------------------*/
	.store_content {
		display: block;
	}
	.store_content > div {
		display: block;
		width: 100%;
		text-align:center;
	}
	/*

	*/
	.content_body > div .qa_contact_box .btn.tel > a {
		pointer-events: auto;
		-webkit-pointer-events: auto;
	}
	/*
		staff
	*/
	.content_staff > ul{
		margin-left:0;
		margin-right:0;
	}
	.content_staff > ul > li{
		width:100%;
	}
	.staff_box{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}
	.staff_box > div {
		padding: 0;
		text-align: left;
	}
	.staff_box > .img{
		margin: auto;
		text-align:center;
	}
	/*
		contact
	*/
	.contact_form {
		padding: 20px;
	}
	.contact_form_table{
		display:block;
	}
	.contact_form_table > .tr{
		display:block;
	}
	.contact_form_table > .tr > .th{
		display:block;
		width:100%;
	}
	.contact_form_table > .tr > .td{
		display:block;
	}

	#sp_nav{
		display:block;
		position:absolute;
		top:10px;
		left:10px;
		width:50px;
		height:50px;
	}
	#sp_nav > a{
		display:block;
		width:50px;
		height:50px;
		position:relative;
	}
	#sp_nav > a > img{
		width:100%;
		height:auto;
	}
	#close{
		display:block;
		position:absolute;
		top:10px;
		left:10px;
		width:30px;
		height:30px;
	}
	#close > a{
		display:block;
		width:30px;
		height:30px;
		position:relative;
	}
	#close > a > span{
		display:block;
		width:100%;
		height:2px;
		background-color:#666;
		position:absolute;
		top:50%;
		left:0;
		transform: rotate(45deg);
	}
	#close > a > span:last-child{
		transform: rotate(-45deg);
	}
	#pagetop{
		display:block;
		position:fixed;
		bottom:10px;
		right:10px;
		z-index:3;
	}

	.recruit_staff {
		margin: 10px 0 0;
		display: block;
	}
	.recruit_staff > div {
		display: block;
	}
	.recruit_staff > div.img {
		width: 100%;
	}
	.recruit_staff > div > p {
		padding: 10px 0 0 0;
	}
	.recruit_outline {
		padding: 10px 0 0;
	}
	.recruit_outline > ul {
		display: block;
		border-bottom: 1px solid #ddd;
	}
	.recruit_outline > ul > li {
		display: block;
		padding: 0 0 5px 0;
	}
	.recruit_outline > ul > li.ttl {
		padding: 5px 0 0 0;
	}

	.recruit_link {
		text-align: center;
	}
	.btn_recruit {
		margin: auto;
	}

	.util_pc{
		display:none;
	}
	.util_sp{
		display:block;
	}
}
@media (max-width: 360px) {
	.modal_view {
		max-height: 440px;
		margin-top: -220px;
	}
	.modal_view > .inner h3 {
		padding: 20px 10px 10px;
	}
	.slick-next,.slick-prev {
		width: 30px !important;
		height: 30px !important;
	}
	.slick-next {
		right: 0;
	}
	.slick-prev {
		left: 0;
	}
}
