@charset "utf-8";
h1,
h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 3px;
    text-align: center;
    color: #fff;
}
.btn01 {
    position: relative;
}
.btn01 a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    padding: 8px 35px 12px;
    border: 1px solid #333;
}
.btn01 a::before {
    display: block;
    content: "";
    width: 30px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    left: -20px;
}
.prepare {
    text-align: center;
    margin: 200px 0;
}
body#home-01 {
    background-color: #283725;
}
body#home-02 {
    background-color: #000; 
}
/* index.html
============================*/

#index .mvBox {
    margin-bottom: 80px;
    position: relative;
}
div.overTxt {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 0;
}
div.overTxt h2 {
    width: 100%;
}
div.overTxt img {
    display: block;
    width: 92%;
    margin: auto;
    max-width: 1240px;
}
.constructionCopy{ text-align:center; color:#FFF; font-size:18px; padding:40px 0;}
/* 共通設定
===========================*/
.style{
    width: 94%;
    max-width: 1100px;
    margin: 0 auto 150px;
    
}

.instagram,
.access {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto 60px;
}
/*スタイル部分*/
.style h3 {
    width: auto;
    height: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.style h3 img {
    width: auto;
    height: 30px;
}
.style p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1.25px;
    font-weight: 700;
    margin-bottom: 60px;
    line-height: 40px;
}
.style .serviceCol03 {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.style .serviceCol03 .colBox03 {
    width: calc(100%/3 - 45px);
    margin-right: 65px;
}
.style .serviceCol03 .colBox03:nth-child(3) {
    margin-right: 0;
}
.style .serviceCol03 .colBox03 figure {
    width: 100%;
    margin-bottom: 15px;
}
.style .serviceCol03 .colBox03 a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
.style .serviceCol03 .colBox03 a:after {
    content: "";
    display: block;
    clear: both;
}
.style .serviceCol03 .colBox03 img {
    display: block;
}
.style .serviceCol03 .colBox03 .colBox_ico {
    width: auto;
    height: 55px;
    margin: 0 auto 40px;
}
.style .serviceCol03 .colBox03 .colBox_link {
    width: auto;
    height: 13px;
    float: right;
}
/*インフォメーション部分*/
.infomation {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../img/home/bg_blog02.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto 140px;
}
.infomation h3 {
    width: 100%;
    max-width: 1000px;
    margin: 90px auto 60px;
    text-align: center;
}
.infomation h3 img {
    width: auto;
    height: 36px;
}
.infomation .blogWrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 1200px;
    margin: 0 auto 60px;
}
.infomation .blogWrap li {
    width: calc(100% / 6);
}
.infomation .blogWrap li a {
    color: #fff;
    display: block;
    width: 100%;
}
.infomation .blogWrap li a figure{
    margin-bottom: 15px;
}
.infomation .blogWrap li a figure img{
    width: 190px;
    height: 190px;
    object-fit: cover;
}
.infomation .blogWrap li:nth-child(4n) {
    margin-right: 0;
}
.infomation .blogBtn{
	width: 500px;
	margin: 0 auto 50px;
}
.infomation .blogBtn a{
	display: block;
	width: 100%;
	background: rgba(255,255,255,.9);
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .075em;
	text-align: center;
	padding: 12px 0;
}
/*サービスリンク部分*/
.serviceLink{
    width: 94%;
    max-width: 1100px;
    margin: 0 auto 140px;
}
.serviceLink .serviceCol02 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.serviceLink .serviceCol02 .colBox02 {
    width: 50%;
    max-width: 550px;
    height: 385px;
    margin: 0;
}
.serviceLink .serviceCol02 .colBox02 a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 7%;
    box-sizing: border-box;
}
.serviceLink .serviceCol02 .colBox02 a span {
    display: block;
    width: 90%;
    height: 90%;
    background: rgba(0, 0, 0, .6);
    margin: auto;
    position: relative;
}
.serviceLink .serviceCol02 .colBox02:nth-child(1) a {
    background: url(../img/home/bg_concept.png) no-repeat center center;
    background-size: cover;
}
.serviceLink .serviceCol02 .colBox02:nth-child(1) img {
    width: 110px;
    height: auto;
    position: absolute;
    top: 45%;
    left: 38%;
}
.serviceLink .serviceCol02 .colBox02:nth-child(2) a {
    background: url(../img/home/bg_staff.png) no-repeat center center;
    background-size: cover;
}
.serviceLink .serviceCol02 .colBox02:nth-child(2) img {
    width: 275px;
    height: auto;
    position: absolute;
    top: 30%;
    left: 15%;
}
.serviceLink .serviceCol03 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.serviceLink .serviceCol03 .colBox03 {
    width: 50%;
    max-width: 550px;
    height: 385px;
    margin: 0;
}
.serviceLink .serviceCol03 .colBox03 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.serviceLink .serviceCol03 .colBox03 {
    width: 50%;
    max-width: 550px;
    height: 385px;
    margin: 0;
}
.serviceLink .serviceCol03 .colBox03 a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 7%;
    box-sizing: border-box;
}
.serviceLink .serviceCol03 .colBox03 a span {
    display: block;
    width: 90%;
    height: 90%;
    background: rgba(0, 0, 0, .6);
    margin: auto;
    position: relative;
}
.serviceLink .serviceCol03 .colBox03:nth-child(1) a {
    background: url(../img/home/bg_headspa.png) no-repeat center center;
    background-size: cover;
}
.serviceLink .serviceCol03 .colBox03:nth-child(1) img {
    width: 192px;
    height: auto;
    position: absolute;
    top: 35%;
    left: 30%;
}
.serviceLink .serviceCol03 .colBox03:nth-child(2) a {
    background: url(../img/home/bg_product.png) no-repeat center center;
    background-size: cover;
}
.serviceLink .serviceCol03 .colBox03:nth-child(2) img {
    width: 184px;
    height: auto;
    position: absolute;
    top: 45%;
    left: 35%;
}

.serviceLink .serviceCol01 {
    width: 100%;
    height: 380px;
}
.serviceLink .serviceCol01 a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 4%;
    box-sizing: border-box;
    background: url(../img/home/bg_newblood.png) no-repeat center center;
    background-size: cover;
}
.serviceLink .serviceCol01 a span {
    display: block;
    width: 90%;
    height: 90%;
    background: rgba(0, 0, 0, .6);
    margin: auto;
    position: relative;
}
.serviceLink .serviceCol01 img {
    width: 285px;
    height: auto;
    position: absolute;
    top: 45%;
    left: calc(50% - 98px);
}
/*instagram*/
.instagram {
    position: relative;
    margin: 145px auto 65px;
    background: url(../img/home/bg_instagram_pc.png) no-repeat center center;
    background-size: cover;
}
.instagram h3 {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1;
}
.instagram h3 img {
    width: auto;
    height: 36px;
}
.instagram ul {
    display: flex;
    justify-content: space-between;
}
.instagram ul li {
    width: calc(100% / 3);
	padding: 0 2%;
	box-sizing: border-box;
    height: 275px;
    position: relative;
}
.instagram ul li a {
    width: 100%;
    height: 100px;
    display: block;
    margin: 125px auto 0;
    border: solid 1px #fff;
    position: relative;
}
.instagram ul li a span:after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 14px;
    margin-left: 15px;
    background: url(../commons/img/ico_arrow.png) no-repeat top left;
    background-size: 60px 14px;
    /* bottom: 40%; */
    /* right: 100px; */
}
.instagram ul li a span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.25px;
    position: absolute;
    top: 35px;
    left: calc(50% - 110px);
}
.access {
    letter-spacing: 1.25px;
}
.access h3 {
    width: 100%;
    max-width: 1000px;
    margin: 90px auto 60px;
    text-align: center;
}
.access h3 img {
    width: auto;
    height: 36px;
}
.access h4 {
    font-family: 'Lato', sans-serif;
    width: 500px;
    margin: auto;
    font-size: 18px;
}
.access p {
    width: 500px;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
}
.access .imgfix {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}
.access .imgfix img {
    position: absolute;
    top: -80px;
    right: 50px;
    width: 250px;
    height: auto;
}
.movie p.parking_title{
	font-size: 14px;
	width: 1000px;
	max-width: 100%;
	text-align: left;
	margin: 0 auto 10px ;
	font-weight: 600;
}
.map {
    width: 100%;
    max-width: 1000px;
    height: 400px;
    margin: auto;
}
.map .mapLink {
    width: 100%;
    text-align: right;
}
.map .mapLink a {
    display: inline-block;
    color: #333;
    font-size: 13px;
    border-bottom: solid 1px #333;
}
.map .mapLink a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 20px;
    background: url(../commons/img/ico_map.png) no-repeat center bottom;
    background-size: 12px auto;
    margin-right: 10px;
}

.movie{
	text-align: center;
	margin-top: 80px;
}
/*リコメンド部分*/
.recommend {
    z-index: 1;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.recommend h2 + p {
    margin-bottom: 48px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}
.recommend ul {
    margin: auto;
    max-width: 1100px;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.recommend ul li {
    padding: 22px 19px;
    width: 355px;
    height: auto;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
}
.recommend ul li .recommendName {
    margin-bottom: 11px;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}
.recommend ul li .recommendDescription {
    font-size: 15px;
    line-height: 29px;
}
.recommend ul li:nth-child(3) .recommendDescription {
    font-size: 14px;
}
/*ギャラリー部分*/
.galleryWrap {
    padding: 118px 0px 200px 0px;
}
.galleryWrap h2 {
    margin-bottom: 82px;
}
.galleryWrap .gallery {
    margin: auto;
    max-width: 1030px;
    width: 94%;
}
/*slick setting*/
.galleryWrap .gallery .slide-arrow {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.galleryWrap .gallery .prev-arrow {
    left: -34px;
}
.galleryWrap .gallery .next-arrow {
    right: -34px;
}
.galleryWrap .gallery .slick-slide {
    margin: auto;
    overflow: hidden;

}


/* menu.html
============================*/
section#conceptWrap {
    margin: auto;
    padding-top: 100px;
    /* max-width: 1100px; */
    width: 94%;
}
#conceptWrap h1,
#conceptWrap h2 {
    width: auto;
    height: 30px;
    text-align: center;
    margin-bottom: 84px;
}
#conceptWrap h1 img,
#conceptWrap h2 img {
    width: auto;
    height: 30px;
}
#conceptWrap .concept h1 + p {
    margin-bottom: 115px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1.25px;
    font-weight: bold;
    line-height: 40px;
}
#conceptWrap .concept {
    margin: -100px 0px 0px 0px;
    padding-top: 100px;
}
#conceptWrap .conceptBox {
    height: auto;
    margin: auto;
    padding-top: 100px;
    max-width: 1100px;
    width: 94%;
}

#conceptWrap .conceptAccess {
    padding-top: 160px;
}
#conceptWrap .conceptAccess .accessInfo {
    margin: 0px auto 88px auto;
    width: 912px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
#conceptWrap .conceptAccess .accessInfo ul li {
    padding: 0px 10px 15px 10px;
    width: 420px;
    border-bottom: solid 1px #000;
    box-sizing: border-box;
    font-size: 16px;
}
#conceptWrap .conceptAccess .accessInfo ul li:not(:first-child) {
    margin-top: 19px;
}

#conceptWrap .movie{
	text-align: center;
}
#conceptWrap .conceptAccess .accessInfo ul li span.parking{
	font-size: 13px;
}
#conceptWrap .conceptAccess .accessInfo ul li a.parking_movie{
	color:#E82326;
}
#conceptWrap .conceptAccess  p.parking_title{
	text-align: left;
    font-size: 16px;
    font-weight: 600;
   width: 1000px;
	 max-width: 100%;
    margin: 0 auto 10px;
}
/* staff.html
============================*/
section#staff {
    margin: auto;
    padding-top: 100px;
    max-width: 1100px;
    width: 94%;
}
#staff .staffList{
	margin-bottom: 84px;
}
#staff h1 {
    margin-bottom: 84px;
}
#staff h1 img {
    height: 30px;
}
#staff .staffInner {
    margin-top: -100px;
    padding-top: 100px;
}
#staff .staffInner .staffInfo .staffPhoto {
    margin-bottom: 56px;
    text-align: center;
}
#staff .staffInner .staffInfo .staffPosition {
    margin-bottom: 65px;
    text-align: center;
}
#staff .staffInner .staffInfo .staffDescription {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 42px;
    width: 580px;
}
#staff .staff_flex{
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto 40px;
}


/* headspa html
============================*/
section#headspa {
    margin: auto;
    padding-top: 100px;
    max-width: 1100px;
    width: 94%;
    font-size: 16px;
    font-weight: bold;
}
#headspa h1 img {
    height: 30px;
    margin-bottom: 85px;
}
#headspa .headspa_Inner {
    text-align: center;
}
#headspa .headspa_box {
    margin: 115px auto 200px;
}
#headspa .headspa_menu ul li:first-child {
    width: 45%;
}
#headspa .headspa_menu ul li:nth-child(2) {
    width: 55%;
}
#headspa .shisha_menu {
    margin: 160px 8px 0 0;
}
#headspa .shisha_menu ul li:first-child {
    width: 45%;
}
#headspa .shisha_menu ul li:nth-child(2) {
    width: 55%;
}
#headspa .headspa_flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
}
#headspa .headspa_flex li img {
    background: linear-gradient(270deg, transparent 95%, transparent 0%, #cf3530 10%);
    padding: 15px 0 15px 8px;
}
#headspa .headspa_flex .headspa_text {
    position: absolute;
    top: 24%;
    left: 38.6%;
    background: #333333;
    opacity: .9;
    text-align: left;
    padding: 15px 35px 20px 35px;
    margin-bottom: 30px;
}
#headspa .headspa_flex .headspa_text h3 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    padding: 10px 22px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
#headspa .headspa_flex .headspa_text h3::before {
    position: absolute;
    content: "";
    background-color: #121212;
    transform: skewX(-30deg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#headspa .headspa_flex .headspa_text .headspa_span {
    font-size: 15px;
    padding-left: 30px;
    letter-spacing: 1px;
}
#headspa .headspa_flex li p {
    font-size: 16px;
    font-weight: 300;
    line-height: 2.2;
}
#headspa .headspa_flex-rev{
    flex-direction: row-reverse;
}
#headspa .headspa_flex-rev li img {
    background: linear-gradient(90deg, transparent 95%, transparent 0%, #cf3530 10%);
    padding: 15px 8px 15px 0;
}
#headspa .headspa_flex .shisha_text {
    position: absolute;
    top: 17%;
    left: 0%;
    background: #4e2f24;
    opacity: .9;
    text-align: left;
    padding: 15px 35px 20px 35px;
    margin-bottom: 30px;
}
#headspa .headspa_flex .shisha_text h3 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    padding: 10px 22px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
#headspa .headspa_flex .shisha_text h3::before {
    position: absolute;
    content: "";
    background-color: #200c04;
    transform: skewX(-30deg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#headspa .headspa_flex .shisha_text .shisha_span {
    font-size: 15px;
    padding-left: 30px;
    letter-spacing: 1px;
}
#headspa .headspa_flex .shisha_text .drink_span {
    font-size: 15px;
    padding-left: 10px;
    letter-spacing: 1px;
}

/* product html
============================*/
section#product {
    margin: auto;
    padding-top: 100px;
    max-width: 1100px;
    width: 94%;
    font-size: 16px;
    font-weight: bold;
}
#product h1 img {
    height: 30px;
    margin-bottom: 85px;
}
#product .product_Inner {
    text-align: center;
}
#product .product_box {
    margin: 115px auto 200px;
}
#product .product_lineup {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 110px;
}
#product .product_lineup::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, transparent 15%, #1f1f1f 15%, #1f1f1f 100%);
}
#product .product_lineup ul li:first-child {
    width: 41.5%;
}
#product .product_lineup ul li:nth-child(2) {
    width: 58.5%;
}
#product .product_flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
}
#product .product_flex li{
    margin: 0 40px;
}
#product .product_box_text-01{
    text-align: left;
}
#product .product_box_text-01 h3{
    position: relative;
    font-size: 24px;
    padding-top: 10px;
    margin-bottom: 18px;
    letter-spacing: 0.08em;
}
#product .product_box_text-01 h3::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 16.3%;
    height: 1px;
    background-color: #b39b3a;
}
#product .product_box_text-01 h4{
    font-size: 15px;
    margin-bottom: 35px;
    letter-spacing: 0.06em;
}
#product .product_box_text-01 p{
    font-size: 16px;
    font-weight: 300;
    line-height: 2.2;
    padding-bottom: 20px;
}
#product .product_box_text-02{
    text-align: left;
}
#product .product_box_text-02 h3{
    position: relative;
    font-size: 24px;
    padding-top: 10px;
    margin-bottom: 18px;
    letter-spacing: 0.08em;
}
#product .product_box_text-02 h3::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 11.2%;
    height: 1px;
    background-color: #b39b3a;
}
#product .product_box_text-02 h4{
    font-size: 15px;
    margin-bottom: 35px;
    letter-spacing: 0.06em;
}
#product .product_box_text-02 p{
    font-size: 16px;
    font-weight: 300;
    line-height: 2.2;
    padding-bottom: 30px;
}
#product .product_flex-rev{
    flex-direction: row-reverse;
}
#product .product_box_text-03{
    text-align: left;
}
#product .product_box_text-03 h3{
    position: relative;
    font-size: 24px;
    padding-top: 10px;
    margin-bottom: 18px;
    letter-spacing: 0.08em;
}
#product .product_box_text-03 h3::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 13.4%;
    height: 1px;
    background-color: #b39b3a;
}
#product .product_box_text-03 h4{
    font-size: 15px;
    margin-bottom: 30px;
    letter-spacing: 0.06em;
}
#product .product_box_text-03 p{
    font-size: 16px;
    font-weight: 300;
    line-height: 2.2;
}
#product .product_box_text-04{
    text-align: left;
}
#product .product_box_text-04 h3{
    position: relative;
    font-size: 24px;
    padding-top: 10px;
    margin-bottom: 18px;
    letter-spacing: 0.08em;
}
#product .product_box_text-04 h3::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 9%;
    height: 1px;
    background-color: #b39b3a;
}
#product .product_box_text-04 h4{
    font-size: 15px;
    margin-bottom: 30px;
    letter-spacing: 0.06em;
}
#product .product_box_text-04 p{
    font-size: 16px;
    font-weight: 300;
    line-height: 2.2;
}
/* street.html
============================*/
#pageStreet h1 img,
#pageStreet h2 img {
    height: 30px;
}
#pageStreet {
    position: relative;
    top: 0px;
    left: 0px;
    background-image: url(../img/street/bg.png);
    background-repeat: repeat;
    background-position: center center;
}
#pageStreet::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1011px;
    display: block;
    background-image: url(../img/street/bg_paint.png);
    background-repeat: no-repeat;
    transform: translateX(0%);
}
#pageStreet::after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 157px;
    display: block;
    background-image: url(../img/street/bg_brick.png);
    background-repeat: repeat-x;
    background-position: center;
}
section#street {
    position: relative;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 0px;
}
/* section#street::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: -90px;
    left: 0px;
    width: 341px;
    height: 1304px;
    background-image: url(../img/street/bg_art_01.png);
}
section#street::after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 314px;
    height: 725px;
    background-image: url(../img/street/bg_art_02.png);
} */
#street .streetInner {
    position: relative;
    margin-top: -100px;
    padding-top: 100px;
    min-width: 1100px;
    overflow: hidden;
}
#street .streetInner h1 {
    margin-bottom: 84px;
}
#street .streetInner h1 + p {
    margin: 0px 0px 94px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
#street .streetInner .streetMenuWrap {
    position: relative;
    top: 0px;
    left: 0px;
}
#street .streetInner .streetMenu {
    padding-bottom: 184px;
    position: relative;
    top: 0px;
    left: 0px;
    margin: auto;
    width: 100%;
    height: auto;
}
#street .streetInner .streetMenu::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: calc(50% + 20px);
    width: 1200px;
    height: 180px;
    background-image: url(../img/menu/bg_artist.png);
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
    transform: translateX(50%);
}
#street .streetInner .streetMenu ul {
    /* margin: auto; */
    width: 695px;
}   
#street .streetInner .streetMenu ul li {
    font-size: 16px;
    letter-spacing: 0.075em;
}
#street .streetInner .streetMenu ul li::after {
    content: "";
    display: block;
    clear: both;
}
#street .streetInner .streetMenu ul li:not(:last-child) {
    margin-bottom: 31px;
}
#street .streetInner .streetMenu ul li > p {
    float: left;
}
#street .streetInner .streetMenu ul li .menuMoney {
    margin-left: 550px;
}
#street .streetInner .recommend {
    padding: 76px 0px 120px 0px;
    background-image: url(../img/menu/bg_recommend.png);
}
#street .streetInner .recommend h2 {
    margin-bottom: 82px;
}
#street .streetInner .galleryWrap {
    background-image: url(../img/menu/bg_gallery.png);
    background-position: center center;
}
#street h4 {
  font-size: 20px;
  margin: 0 auto 20px;
  width: 695px;
}
#street h4 span {
  font-size: 14px;
  padding-left: 10px;
}
#street .menu-cutarea {
  margin: 0 auto 50px;
  padding: 30px;
  background-color: #222222;
}
#street .menu-permarea {
  margin: 0 auto 50px;
  padding: 30px;
  background-color: #757241;
}
#street .menu-colorarea {
  margin: 0 auto 50px;
  padding: 30px;
  background-color: #0d1b28;
}


/* newblood.html
============================*/
section#newblood {
    margin: auto;
    padding-top: 100px;
    max-width: 1100px;
    width: 94%;
	font-size: 16px;
	font-weight: bold;
}
#newblood .movie{
	margin-bottom: 100px;
}
#newblood h1 {
    margin-bottom: 84px;
}
#newblood h1 img {
    height: 30px;
}
#newblood .newblood_Inner {
    margin-top: -100px;
    padding-top: 100px;
}
#newblood .newblood_box{
	width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 70px;;
}
#newblood .newblood_box h3{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
	border: 2px solid #fff;
	padding: 10px;
	color: #000;
	background-color: #fff;
}
#newblood .assistant,.stylist{
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	border: 2px solid #000;
	padding: 40px 20px;
	width: 460px;
    box-sizing: border-box;
    background: linear-gradient(to top, rgb(18 55 72 / 82%) 0%, rgb(0 0 0) 100%),url(../img/home/bg_newblood.png);
    background-repeat: no-repeat;
    background-position: bottom;
	background-size:cover;
	
}
#newblood .recruit_box h3{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 40px;
}
#newblood .recruit_box table{
	width: 550px;
    margin: auto;
    font-size: 14px;
    line-height: 2.1em;
}
#newblood .recruit_box th{
	width: 20%;
    padding: 20px 20px 15px 20px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
}
#newblood .recruit_box td{
	width: 32%;
    padding: 20px 0 15px;
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 480px) {
    .prepare {
        text-align: center;
        margin: 100px 0;
    }
    h1,
    h2 {
        font-size: 26px;
    }
    body section div h3{
        height: 30px;
    }
    .style h3, .infomation h3{
        margin: 45px auto;
    }
    .style h3 img,.infomation h3 img,.instagram h3 img,.access h3 img{
        height: 30px;
    } 
    p {
        font-size: 13px;
        line-height: 160%;
    }
    /* index.html
	============================*/
    #index .mvBox {
        margin-bottom: 60px;
    }
    .style{
        margin-bottom: 45px;
    }
    .style p{
        font-size: 15px;
        line-height: 180%;
    }
    .style .serviceCol03 {
        display: block;
        width: 100%;
        margin: auto;
    }
    .style .serviceCol03 .colBox03 {
        width: 100%;
        margin-bottom: 50px;
    }
    .style .serviceCol03 .colBox03 .colBox_ico {
        margin: 0 auto 30px;
    }
    .infomation {
        height: auto;
        background: url(../img/home/bg_blog_sp02.png) no-repeat center center;
        background-size: cover;
        margin-bottom: 45px;
    }
    .infomation .blogWrap {
        width: 92%;
        margin-bottom: 30px;
		flex-wrap: wrap;
		justify-content: space-between;
    }
    .infomation .blogWrap li {
        width: 48%;
        margin-bottom: 15px;
	}
    .infomation .blogWrap li:last-child {
        margin-bottom: 0;
    }
    .infomation .blogWrap li:after {
        content: "";
        display: block;
        clear: both;
    }
    .infomation .blogWrap li a figure {
        margin-bottom: 5px;
    }
    .infomation .blogWrap li a figure img{
        width: 100%;
        height: 40vw;
        object-fit: cover;
    }
    /*.infomation .blogWrap li .blog_txtBox {
        width: 60%;
        float: right;
        padding-left: 5%;
        box-sizing: border-box;
    }*/
	.infomation .blogBtn{
		width: 90%;
		margin: 0 auto 50px;
	}
    .serviceLink{
        width: 100%;
        margin-bottom: 55px;
    }
    .serviceLink .serviceCol02 {
        display: block;
        width: 100%;
    }

    .serviceLink .serviceCol02 .colBox02 {
        width: 100%;
        height: auto;
    }
    .serviceLink .serviceCol02 .colBox02 a {
        padding: 20px 0;
    }
    .serviceLink .serviceCol02 .colBox02 a span {
        position: static;
        box-sizing: border-box;
    }
    .serviceLink .serviceCol02 .colBox02:nth-child(1) img {
        position: static;
        padding: 60px 0;
    }
    .serviceLink .serviceCol02 .colBox02:nth-child(2) img {
        position: static;
        padding: 20px 8px;
        box-sizing: border-box;
    }
	.serviceLink .serviceCol03 {
    width: 100%;
    display: block;
	}
	.serviceLink .serviceCol03 .colBox03 {
        width: 100%;
        height: auto;
    }
	 .serviceLink .serviceCol03 .colBox03 a {
        padding: 20px 0;
    }
    .serviceLink .serviceCol03 .colBox03 a span {
        position: static;
        box-sizing: border-box;
    }
	 .serviceLink .serviceCol03 .colBox03:nth-child(1) img {
        position: static;
        padding: 20px 0;
    }
    .serviceLink .serviceCol03 .colBox03:nth-child(2) img {
        position: static;
        padding: 60px 8px;
        box-sizing: border-box;
    }
    .serviceLink .serviceCol01 {
        height: auto;
    }
    .serviceLink .serviceCol01 a {
        padding: 20px 0;
    }
    .serviceLink .serviceCol01 a span {
        box-sizing: border-box;
    }
    .serviceLink .serviceCol01 img {
        padding: 60px 0;
        position: static;
    }
    .instagram {
        margin: 40px auto;
        width: 96%;    
    background: url(../img/home/bg_instagram_sp.png) no-repeat center center;
    background-size: cover;
}
    .instagram ul {
        display: block;
    }
    .instagram ul li {
        width: 100%;
        height: 120px;
        padding: 15px 0 0;
        position: unset;
    }
    .instagram ul li a {
        margin: 0 auto;
        width: 96%;
    }
    .instagram ul li a {
        top: 80px;
        height: 60px;
    }
    .instagram ul li.indaokd a {
        top: 45px;
    }
	/* .instagram ul li.indakama a {
        top: 10px;
    } */
    .instagram  .indazky a{
        top: 10px;
        /* top: -25px; */
    }
    .instagram  .indaleon a{
        top: -25px;
        /* top: -60px; */
        }
    .instagram ul li a span {
        left: calc(50% - 115px);
        top: 17px;
    }
    .instagram ul li a span:after {
        /* right: 50px; */
        /* bottom: 18px; */
    }
    .access {
        margin-top: 60px;
    }
    .access h3{
        margin: 45px auto 120px;
    }

    .access .imgfix img {
        width: 160px;
        height: auto;
        position: absolute;
        top: -90px;
        right: 0;
    }
    .access h4,
    .access p {
        width: 96%;
    }
	
	.movie iframe{
	text-align: center;
	width: 100%;
	height: 250px;
}
    /*共通設定*/
    .recommend {
        padding: 32px 0px 34px 0px;
    }
    .recommend h2 {
        margin-bottom: 18px;
    }
    .recommend h2 + p {
        margin-bottom: 18px;
        font-size: 16px;
    }
    .recommend ul {
        min-width: 300px;
        width: 73.958%;
        display: block;
    }
    .recommend ul li {
        width: 100%;
        padding: 22px 19px;
    }
    .recommend ul li:not(:last-child) {
        margin-bottom: 36px;
    }
    .recommend ul li .recommendName {
        font-size: 21px;
    }
    .recommend ul li .recommendDescription {
        font-size: 15px;
        line-height: 29px;
    }
    .recommend ul li:nth-child(3) .recommendDescription {
        font-size: 14px;
    }
    .galleryWrap {
        padding: 60px 0px 100px 0px;
        background-image: url(../img/cool/bg_gallery.png);
        background-position: center center;
    }
    .galleryWrap h2 {
        margin-bottom: 41px;
    }
    .galleryWrap .gallery {
        margin: auto;
        max-width: 1030px;
        width: 77.5%;
    }
    /* slick setting */
    .galleryWrap .gallery .prev-arrow {
        left: -10%;
    }
    .galleryWrap .gallery .next-arrow {
        right: -10%;
    }
    .slick-slide {
       margin: auto;
       overflow: hidden;
    }
    .slick-slide img {
        object-fit: fill !important;
        height: auto !important;
    }


    /* concept.html
    ============================*/
    section#conceptWrap {
        padding-top: 50px;
    }
    #conceptWrap h1,
    #conceptWrap h2 {
        margin-bottom: 42px;
    }
    #conceptWrap .concept {
        margin: -50px 0px 0px 0px;
        padding-top: 50px;
    }
    #conceptWrap .concept h1 + p {
        font-size: 14px;
        line-height: 180%;
    }
    #conceptWrap .conceptAccess {
        padding-top: 80px;
    }
    #conceptWrap .conceptAccess .accessInfo {
        width: 96%;
        display: block;
    }
    #conceptWrap .conceptAccess .accessInfo ul li {
        width: 100%;
        font-size: 14px;
    }
    #conceptWrap .conceptAccess .accessInfo ul:nth-child(2) {
        margin-top: 19px;
    }
	#conceptWrap .movie iframe{
		width: 100%;
		height: 250px;
	}

    /* staff.html
    ============================*/
    section#staff {
        padding-top: 50px;
    }
    #staff h1 {
        margin-bottom: 42px;
    }
    #staff h1 img {
        height: 30px;
    }
    #staff .staffInner {
        margin-top: -50px;
        padding-top: 50px;
    }
    #staff .staffInner .staffInfo .staffDescription {
        font-size: 14px;
    }
    #staff .staff_flex {
    display: block;
    justify-content: space-between;
    width: 100%;
    }
    #staff .staffInner .staffInfo .staffDescription {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 29px;
    width: 90%;
    margin: auto;
    }
    #staff .staffInner .staffInfo .staffPhoto {
    margin-bottom: 20px;
    }


    /* newblood.html
============================*/
section#newblood {
    margin: auto;
    padding-top: 100px;
    max-width: 1100px;
    width: 94%;
	font-size: 16px;
	font-weight: bold;
}
#newblood .movie{
	margin-bottom: 40px;
}
#newblood h1 {
    margin-bottom: 84px;
}
#newblood h1 img {
    height: 30px;
}
#newblood .newblood_Inner {
    margin-top: -100px;
    padding-top: 100px;
}
#newblood .newblood_box{
	width: 100%;
	display: block;
	justify-content: space-between;
	margin: 0 auto 70px;;
}
#newblood .newblood_box h3{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
	border: 2px solid #fff;
	padding: 10px;
	color: #000;
	background-color: #fff;
}
#newblood .assistant,.stylist{
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	border: 2px solid #000;
	padding: 40px 18px;
	width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to top, rgb(18 55 72 / 82%) 0%, rgb(0 0 0) 100%),url(../img/home/bg_newblood.png);
    background-repeat: no-repeat;
    background-position: bottom;
	background-size:cover;
}
	#newblood .assistant{
		margin-bottom: 30px;
	}	
#newblood .recruit_box h3{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 40px;
}
#newblood .recruit_box table{
	width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 2.1em;
}
#newblood .recruit_box th{
	width: 20%;
    padding: 20px 20px 15px 20px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
}
#newblood .recruit_box td{
	width: 32%;
    padding: 20px 0 15px;
    border-bottom: 1px solid #000;
}


    /* street.html
    ============================*/
    #pageStreet h1 img {
        height: 50px;
    }
    #pageStreet::before {
        padding-top: 50%;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        transform: translateX(0%);
    }
    #pageStreet::after {
        height: 85px;
        background-size: auto 85px;
    }
    section#street {
        padding-top: 50px;
    }
    section#street::before {
        top: -50px;
        width: 300px;
        height: 1263px;
        opacity: 0.5;
    }
    section#street::after {
        display: none;
    }
    #street .streetInner {
        margin-top: -50px;
        padding-top: 50px;
        min-width: 100%;
    }
    #street .streetInner h1 {
        margin-bottom: 42px;
    }
    #street .streetInner h1 + p {
        margin: 0px auto 47px auto;
        font-size: 15px;
        width: 94%;
    }
    #street .streetInner .streetMenu {
        padding-bottom: 184px;
        position: relative;
        top: 0px;
        left: 0px;
        margin: auto;
        width: 100%;
        height: auto;
    }
    #street .streetInner .streetMenu::after {
        right: 0px;
        width: 100%;
        height: 130px;
        background-position: top 0px right 0px;
        background-size: auto 130px;
        transform: translateX(0%);
    }
    #street .streetInner .streetMenu ul {
        width: 78.125%;
    }   
    #street .streetInner .streetMenu ul li {
        font-size: 14px;
        font-weight: bold;
    }
    #street .streetInner .streetMenu ul li>p {
      width: 40%;
      float: left;
    }
    #street .streetInner .streetMenu ul li .menuMoney {
      margin-left: 0px;
      width: 60%;
      text-align: right;
      float: right;
    }
    #street .streetInner .recommend {
      padding: 38px 0px 60px 0px;
    }
    #street .streetInner .recommend h2 {
      margin-bottom: 41px;
    }
    #street h4 {
    width: 78.125%;
    }
    #street h4 span {
    font-size: 11px;
    }
    #street .menu-cutarea {
      margin: 0 auto 30px;
      padding: 20px;
    }
    #street .menu-permarea {
      margin: 0 auto 30px;
      padding: 20px;
    }
    #street .menu-colorarea {
      margin: 0 auto 30px;
      padding: 20px;
    }
    /*	headspa.html*/
    #headspa h1 img {
      height: 27px;
    }
    #headspa .headspa_box {
      margin: 60px auto 50px;
    }
    #headspa .headspa_menu ul li:first-child {
      width: 95.44%;
      margin: 0 auto;
      padding-right: 8px;
    }
    #headspa .headspa_menu ul li:nth-child(2) {
      width: 90%;
      margin: 20px auto 0;
    }
    #headspa .shisha_menu {
      margin: 80px auto 0;
    }
    #headspa .shisha_menu ul li:first-child {
      width: 95.44%;
      margin: 0 auto;
      padding-right: 8px;
    }
    #headspa .shisha_menu ul li:nth-child(2) {
      width: 90%;
      margin: 20px auto 0;
    }
    #headspa .headspa_flex {
      display: block;
    }
    #headspa .headspa_flex .headspa_text {
      position: static;
      padding: 15px;
    }
      #headspa .headspa_flex .headspa_text h3 {
      font-size: 20px;
      padding: 8px 18px 6px 26px;
      margin-bottom: 20px;
    }
    #headspa .headspa_flex .headspa_text h3::before {
      left: 2%;
    }
    #headspa .headspa_flex .headspa_text .headspa_span {
      font-size: 12px;
      padding-left: 20px;
    }
    #headspa .headspa_flex li p {
      font-size: 14px;
    }
    #headspa .headspa_flex .shisha_text {
      position: static;
      padding: 15px;
    }
    #headspa .headspa_flex .shisha_text h3 {
      font-size: 20px;
      padding: 8px 18px 6px 26px;
      margin-bottom: 20px;
    }
    #headspa .headspa_flex .shisha_text h3::before {
      left: 2%;
    }
    #headspa .headspa_flex .shisha_text .shisha_span {
      font-size: 12px;
      padding-left: 20px;
    }
    #headspa .headspa_flex .shisha_text .drink_span {
      font-size: 12px;
      padding-left: 8px;
    }


    /*	product.html*/
    #product .product_box {
    margin: 60px auto 50px;
    }
    #product .product_lineup {
    padding-bottom: 25px;
    margin-bottom: 60px;
    }
    #product .product_lineup ul li:first-child {
    width: 90%;
    }
    #product .product_lineup ul li:nth-child(2) {
    width: 90%;
    }
    #product .product_flex {
    display: block;
    }
    #product .product_flex li{
    margin: 0 auto;
    }
    #product .product_box_text-01 h3{
    font-size: 22px;
    margin: 20px 0 10px;
    }
    #product .product_box_text-01 h3::before {
    width: 24.7%;
    }
    #product .product_box_text-01 h4{
    font-size: 14px;
    margin-bottom: 20px;
    }
    #product .product_box_text-01 p{
    font-size: 13px;
    padding-bottom: 0;
    }
    #product .product_box_text-02 h3{
    font-size: 22px;
    margin: 20px 0 10px;
    }
    #product .product_box_text-02 h3::before {
    width: 17%;
    }
    #product .product_box_text-02 h4{
    font-size: 14px;
    margin-bottom: 20px;
    }
    #product .product_box_text-02 p{
    font-size: 13px;
    padding-bottom: 0;
    }
    #product .product_box_text-03 h3{
    font-size: 22px;
    margin: 20px 0 10px;
    }
    #product .product_box_text-03 h3::before {
    width: 21.3%;
    }
    #product .product_box_text-03 h4{
    font-size: 14px;
    margin-bottom: 20px;
    }
    #product .product_box_text-03 p{
    font-size: 13px;
    padding-bottom: 0;
    }
    #product .product_box_text-04 h3{
    font-size: 22px;
    margin: 20px 0 10px;
    }
    #product .product_box_text-04 h3::before {
    width: 14%;
    }
    #product .product_box_text-04 h4{
    font-size: 14px;
    margin-bottom: 20px;
    }
    #product .product_box_text-04 p{
    font-size: 13px;
    padding-bottom: 0;
    }

}

   
