@charset "UTF-8";


.sec-salon:before {
    height: 60%;
}    

.sec-salon .inner{
    display: flex;
    justify-content: space-between;
}

.sec-salon .inner .flex{
    width: 50%;
}

.sec-salon .inner .flex .salon-name{
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.sec-salon .inner .flex .salon-name span{
    background: #000;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 8px;
    margin-left: 10px;
}

.sec-salon .inner .flex:nth-of-type(1){
    border-right: 1px solid #e7e4e4;
    padding-right: 5%;
}

.sec-salon .inner .flex:nth-of-type(2){
    padding-left: 5%;
}

@media screen and (max-width: 834px) {
.sec-salon:before {
    height: 100%;
}

.sec-salon .inner {
    display: block;
}

.sec-salon .inner .flex .salon-name {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.sec-salon .inner .flex .salon-name span {
    font-size: 1.2rem;
}

.sec-salon .inner .flex {
    width: 100%;
}
.sec-salon .inner .flex:nth-of-type(1) {
    border-bottom: 1px solid #e7e4e4;
    border-right: 0 ;
    padding: 0;
    margin-bottom: 25px;
}
.sec-salon .inner .flex:nth-of-type(2) {
    padding: 0;
}
}

.head01{
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.7;
    margin-bottom: 60px;
}

.head001{
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.7;
    margin-bottom: 60px;
}

.head02{
    border-top: 1px solid #000;
    max-width: 330px;
    width: 100%;
    margin-bottom: 80px;
    padding-top: 10px;
	font-weight: 20px;
	font-size: 2rem;
}

.head02 span{
    font-family: "Belleza", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

.head03{
    font-size: 60px;
    font-size: 6.0rem;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.4;
    font-weight: 500;
}
.head03 img{
    max-width: 400px;
}

.head04{
    font-size: 21px;
    font-size: 2.1rem;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.4;
    margin-bottom: 70px;
}

.text{
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.9;
	letter-spacing: 1px;
}

.sec-concept{
    margin-bottom: 160px;
}
.sec-ins{
    margin-bottom: 160px;
}

.sec-concept .flexBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-concept .flexBox .img{
    width: 40%;
    margin-right: 5%;
}

.sec-concept .flexBox .detail{
    width: 55%
}

.sec-concept .flexBox .detail .headGold {
    font-family: "Belleza", sans-serif;
    line-height: 1;
    margin-bottom: 20px;
	width: 400px;
	text-align: left;
}

.sec-concept .flexBox .detail .headGold small{
    color: #d3d3d3;
    display: block;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.4;
	text-align: left;
}

.mainImg{
    width: 100%;
    margin-bottom: 140px;
}

.mainImg img{
    width: 100%;
}

.sec-ins .flexBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-ins .flexBox .detail{
    margin-right: 5%;
    width: 50%;
}

.sec-ins .flexBox .img{
    width: 45%;
}

.sec-ins .flexBox .img img{
    width: 100%;
}

.sec-ins .flexBox .detail .head03{
    margin-bottom: 30px;
}

.sec-ins .flexBox .img figure{
    margin-bottom: 10px;
}

.sec-phil{
    background: url(../../img/concept/smoke.jpg) center 110% no-repeat;
    background-size: contain;
    padding-bottom: 10px;
}


.sec-phil .inner{
    border-bottom: 1px solid #dddddd;
    margin-bottom: 100px;
    padding-bottom: 80px;
}

.sec-phil .inner.last{
    border-bottom: 0;
}

.sec-phil .flexBox{
    display: flex;
    justify-content: space-between;
}

.sec-phil .flexBox .ttl{
    margin-right: 5%;
    width: 300%;
}

.head03 img{
    width: 100%;
}

.sec-phil .head03 {
    margin-top: -10px;
}

.sec-phil .flexBox .textWrap{
    width: 48%;
}

.sec-phil .logoWrap{
    width: 48%;
    margin-right: 2%;
}

.sec-phil .flexBox.last{
    align-items: center;
}

.sec-phil .text{
   width: 4900px;
}

.sec-phil .text span{
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Shippori Mincho', serif;
    position: relative;
    padding-left: 86px;
}

.sec-phil .text span:before{
    content: "";
    background: #dddddd;
    height: 1px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 0;
}

.logo .background{
  background-image: url(../../img/concept/painting.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  margin-bottom: 20px;
}

.logo{
    margin-bottom: 45px;
}

.logo .background img{
    margin: -1px 0;
}

.sec-phil .meaning{
    font-family: 'Shippori Mincho', serif;
    width: 100%;
}

.sec-phil .meaning .dic{
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-phil .meaning .mean{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
}

.sec-phil .meaning .verb,
.sec-phil .meaning .noun{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
}

.sec-phil .meaning .verb span,
.sec-phil .meaning .noun span{
    border: 1px solid #dddddd;
    padding: 0px 3px;
    margin-right: 5px;
    border-radius: 2px;
    display: inline;
}

@media screen and (max-width: 1245px){

.sec-concept{
    margin-bottom: 160px;
}
.sec-ins,
.sec-phil{
    margin-bottom: 100px;
}
}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 834px) {

.sec-concept{
    margin-bottom: 80px;
}
.sec-ins{
    margin-bottom: 60px;
}
.sec-phil {
margin-bottom: 0;
background-size: 150%;
background-position: center bottom;
}
.sec-concept .flexBox{
    display: block;
}

.sec-concept .flexBox .img{
    margin: 0 auto 25px;
    width: 100%;
}

.sec-concept .flexBox .detail{
    width: 100%;
}

.sec-concept .flexBox .detail .headGold{
    margin-left: -7%;
	text-align: center;

}
	
	.sec-concept .flexBox .detail .headGold small{
	text-align: center;

}

.mainImg{
    margin-bottom: 40px;
}

.mainImg img{
    object-fit: cover;
    height: 200px;    
}

.head01 {
    font-size: 2.2rem;
    margin-bottom: 30px;
}
	
	.head001 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.head02 {
    margin-bottom: 30px;
    padding-top: 5px;
    max-width: 190px;
}

.head03 {
    font-size: 3rem;
}

.head04 {
    font-size: 1.7rem;
    margin-bottom: 30px;
	font-weight: 800;
}

.sec-ins .flexBox {
    display: block;

}

.sec-ins .flexBox .detail {
    margin: 0 0 25px;
    width: 100%;
}

.sec-ins .flexBox .img {
    width: 120%;
}

.sec-ins .flexBox .img figure {
    margin: 0 10px;
}

.sec-phil .inner {
    margin-bottom: 50px;
    padding-bottom: 40px;
}

.sec-phil .flexBox {
    display: block;
}

.sec-phil .flexBox .ttl {
    margin: 0 0 25px;
    width: 100%;
}

.sec-phil .flexBox .detail {
    width: 100%;
}

.sec-phil .logoWrap {
    margin-bottom: 25px;
    width: 100%;
}

.sec-phil .flexBox .textWrap {
    width: 100%;
}

.sec-phil .logo {
    width: 235px;
    margin: 0 auto;
}

.logo .background img{
    margin: -1px 0;
    object-fit: cover;
    height: 54px;
}

	.sec-phil .text{
   width: 100%;
}
	
.sec-phil .text span {
    font-size: 1.6rem;
    padding-left: 46px;
}

.sec-phil .text span:before {
    width: 34px;
}

.sec-phil .meaning {
    font-family: 'Shippori Mincho', serif;
    width: 100%;
}

.sec-phil .meaning .dic {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.head02 span {
    font-size: 12px;
    font-size: 1.2rem;
}
}

@supports (-webkit-touch-callout: none) {
.logo .background{
    background-attachment: inherit;
}
}

@media screen and (max-width: 675px) {


}



.sec-shop{
    margin-bottom: 140px;
}

.gold{
    color: #bfa26a;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'Shippori Mincho', serif;
}

.head01{
    font-size: 28px;
    font-size: 2.8rem;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 40px;
    line-height: 1.4;
}


.head001{
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 40px;
    line-height: 1.4;
}

.head01wrap{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.head01wrap .head01{
    margin-bottom: 0;
}

.head01wrap span{
    background: #000;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1px 8px;
    display: inline-block;
    margin-left: 5px;
    line-height: 1.7;
}

.detail{
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Shippori Mincho', serif;
    line-height: 2;
}

.btnGold{
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    position: relative;
    z-index: 98;
}

.btnGold:hover{
    background: #000;
    border: 1px solid #fff;
    color: #fff;
}

.btnGold.tele{
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.btnGold.tele small{
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Belleza", sans-serif;
}


.btnGold.booking{
    font-size: 15px;
    font-size: 1.5rem;
}

.sec-shop #honten{
    position: relative;
    height: 520px;
    margin-bottom: 50px;
}

.sec-shop #honten:after{
    content: "";
    background: url("../../img/shop/shop02.jpg") no-repeat;
    left: 15%;
    top: 0;
    height: 520px;
    width: 450px;
    background-size: cover;
    position: absolute;
}

.sec-shop #honten .inner{
    margin-bottom: 130px;
    position: relative;
}

.sec-shop #honten .detail{
    position: absolute;
    right: 0px;
    top: 0;
    width: 50%; 
}

.sec-shop .detail .gold.hour{
    margin-bottom: 20px;
}

.sec-shop .detail .time{
    margin-bottom: 50px;
	font-size: 15px;
	line-height: 1.9;
	left: 1px;
}

.sec-shop .shopInfo{
    margin-bottom: 50px;
}

.sec-shop .flexBox.shopMap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-shop .flexBox.shopMap .detail{
    margin: 0 0 0 8%;
    width: 25%;
}

.sec-shop .flexBox.shopMap .detail .address{
    margin-bottom: 40px;
}

.sec-shop .flexBox.shopMap .gMap{
    width: 100%;
}

.sec-shop #kegoten{
    position: relative;
    height: 520px;
    margin: 130px 0 50px;
}

.sec-shop #kegoten:after{
    content: "";
    background: url("../../img/shop/shop.jpg") no-repeat;
    height: 520px;
    width: 60vw;
    right: 0;
    top: 0;
    background-size: cover;
    position: absolute;
}

.sec-shop #kegoten .inner{
    position: relative;
}

.sec-shop #kegoten .detail{
    position: absolute;
    left: 15px;
    top: 0;
    width: 25%; 
}

.sec-shop .flexBox.shopMap.first .detail{
    margin: 0 8% 0 0;
    order: 1;
}

.sec-shop .flexBox.shopMap.first .gMap{
    order: 2;
}

.sec-shop .video{
    margin-top: 50px;
}

@media screen and (max-width: 1560px){
}

@media screen and (max-width: 1245px){
.sec-shop {
    margin-bottom: 100px;
}
}

@media screen and (max-width: 834px) {
.sec-shop {
    margin-bottom: 60px;
}
	.btnGold.booking{
    font-size: 13px;
    font-size: 1.3rem;
}

.sec-shop #honten,
.sec-shop #kegoten {
    height: auto;
    margin-bottom: 25px;
}

.sec-shop #honten:after,
.sec-shop #kegoten:after {
    background: none;
}

.sec-shop #honten .detail,
.sec-shop #kegoten .detail {
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.sec-shop .detail .img.sp{
    margin-bottom: 25px;
}
	
	.sec-shop .detail{
    margin-top: 25px;
}

.head01 {
    font-size: 2rem;
    margin-bottom: 10px;
	text-align: center;
}
	.head001 {
    font-size: 2rem;
    margin-bottom: 10px;
	text-align: center;
}

.head01 span {
    font-size: 1.2rem;
}

.btnWrap{
    display: flex;
    justify-content: space-between;
} 

.btnWrap a{
    padding: 8px 0;
    width: 48%;
}

.btnGold.tele{
    font-size: 1.5rem;
    margin-bottom: 0;
}


.sec-shop .detail .gold.hour {
    margin-bottom: 10px;
}

.sec-shop .detail .time {
    margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.9;
	left: 1px;
	text-align: center;
}

.sec-shop #honten .inner,
.sec-shop #kegoten .inner {
    margin-bottom: 0;
}

.sec-shop .flexBox.shopMap {
    display: block;
}

.sec-shop .flexBox.shopMap .detail {
    margin: 0 0;
    width: 100%;
}

.sec-shop .flexBox.shopMap .gMap {
    width: 100%;
    margin-top: 25px;
}

.sec-shop .flexBox.shopMap .gMap iframe{
    height: 300px;
}

.sec-shop .video {
    margin-top: 40px;
    margin-bottom: 20px;
}

.sec-shop .flexBox.shopMap .detail .address {
    margin-bottom: 25px;
}

.sec-shop #kegoten {
    margin: 50px 0 50px;
}
}

@media screen and (max-width: 420px) {
.sec-shop .video iframe{
    height: 230px;
}
	
	.btnWrap{
    display: block;
} 
	
	.btnWrap a{
    padding: 8px 5px;
    width: 100%;
	margin-bottom: 10px!important;
}

}