@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ================================================================================

	サイトスタイル

================================================================================ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position: relative;
	color: #282824;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
	word-wrap: break-word;
	/* 明朝*/  font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
	/* ゴシック font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;*/ 
}

#wrapper {
	position: relative;
	max-width: none;
	/* max-width: 1920px; 固定幅レイアウト時 */
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
	display: block;
	overflow: hidden;
}

h1{
	margin: 0;
	font-weight: 300;
}
h2, h3, h4 {
	margin: 0;
	font-weight: 700;
}

img {
	vertical-align: bottom;
}

li,dt,dd {
	vertical-align: top;
}

iframe {
	vertical-align: bottom;
}


/* リンク：透過アクション付 */
a {
	color: #956134;
	opacity: 1;
	transition-property: opacity,color,filter;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
a:hover {
	color: #956134;
	opacity: 0.6;
}




/* ================================================================================

	404.php

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.not-found {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}
}





/* ================================================================================

	display:none

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* SP改行消し */
	.br-pc {
		display: none;
	}
	/* SPコンテンツ消し */
	.pc_none {
		display: none;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* PC改行消し */
	.br-sp {
		display: none;
	}
	/* PCコンテンツ消し */
	.sp_none {
		display: none;
	}

}





/* ================================================================================

	pointer-events: none;

================================================================================ */

/* FAX */
.fax_num {
	pointer-events: none;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.pointer-events {
		pointer-events: none;
		color: #282824;
	}

}
/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.pointer-events {
		color: #282824;
	}
}




/* ================================================================================

	フロート回り込み解除 clearfix

================================================================================ */

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: "";
	overflow: hidden;
	float: none;
}
.clearfix {
	display: block; /* for IE8 */
}





/* ================================================================================

	エディター共通設定

================================================================================ */

p + * {
	margin-top: 1em;
}

strong,b {
	font-weight: 700;
}
big {
	font-size: larger;
}
small {
	font-size: smaller;
}
em {
	font-style: italic;
}



/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	body {
		font-size: 3.5vw;
	}

	/* youtube siteorigin */
	.youtube-player {
		width: 100%;
		height: 36.5vw;
		margin-top: 4vw;
	}

	/* エディターで画像の下に隙間ができるの解除 */
	img + br {
		display: none;
	}
}





/* ================================================================================

	ヘッダー

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {

	header.bs_header {
		position: relative;
	}


	/* ロゴ
	----------------------------------------------- */
	.h_logo {
		position: relative;
	}
	.h_logo a{
		position: absolute;
		top: -3.5vw;
		left: 50%;
		margin-left: -12.5vw;
		width: 25vw;
	}
	.h_logo a img{
		width: 100%;
	}

	/* H1
	----------------------------------------------- */
	.sp_h1 {
		display: none;
	}
	.pc_h1 {
		position: absolute;
		top: 6vw;
		left: 8vw;
		text-align: left;
		z-index: 1;
		color: #fff;
	}
	.pc_h1 h1 {
		font-size: 13px;
		line-height: 1;
		color: inherit;
	}


	/* グローバルナビゲーション
	----------------------------------------------- */
	.navi_box{
		width: 86%;
        margin: 0vw auto 8vw;
        position: relative;
	}
	/* 左ナビ */
	.navi_pc_left {
		display: inline-block;
        float: left;
        padding-top: 3vw;
        width: 60%;
        position: absolute;
	}
	.navi_pc_left > ul {
		font-size: 0;
		text-align: left;
	}
	.navi_pc_left > ul > li {
		position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 1.05vw;
        line-height: 1.1;
        margin-left: 2em;
        font-weight: 500;
	}
	.navi_pc_left > ul > li:nth-of-type(2) {
		margin-left: 0.3em;
	}
	.navi_pc_left > ul > li:first-of-type {
		margin-left: 0.4em;
	}
	/* .navi_pc_left > ul > li::before {
		position: absolute;
		content: "";
		display: block;
		background-color: #000000;
		width: 1px;
		height: 16px;
		top: 0.1em;
		left: -1em;
	} */
	.navi_pc_left > ul > li:first-of-type::before {
		display: none;
	}

	.navi_pc_left > ul > li a {
		color: #282824;
		font-size: 18px;
		position: relative;
		display: inline-block;
	}
	
	.navi_pc_left > ul > li a::before  {
		 content: "";
		position: absolute;
		top: 50%;   /* 縦軸をセンタリングする */ 
		left: -25px;
		transform: translateY(-50%);   /* 縦軸をセンタリングする */  
		border: 5px solid transparent;
		border-left: 8px solid #555;   /* 好みで色を変えてください */  
	}
	
	.navi_pc_left > ul > li:last-child a::before{
		margin-top: -4px;
	}
	
	.navi_pc_left > ul > li:nth-of-type(2) a::before,.navi_pc_left > ul > li:nth-of-type(3) a::before {
		display: none;
	} 

	/* 右ナビ */
		/* ハサミ */
		.navi_box .icon_img_scissors{
			position: relative;
		}
		.navi_box .icon_img_scissors::after{
			position: absolute;
			content: "";
			background: url(../img/scissors_icon.png) no-repeat center top / 100% auto;
			width: 2.2vw;
			height: 1vw;
			top: 0.1vw;
			left: -2.6vw;
		}
		/* コーヒーカップ */
		.navi_box .icon_img_coffee{
			position: relative;
		}
		.navi_box .icon_img_coffee::after{
			position: absolute;
			content: "";
			background: url(../img/coffee_icon.png) no-repeat center top / 100% auto;
			width: 1.1vw;
			height: 1.7vw;
			top: -0.4vw;
			left: -1.6vw;
		}
		/* 予約ボタン */
		.navi_box .reserve a{
			background: #282824;
			color: #ffffff;
			padding: 0.5vw 2vw 0.8vw;
			font-size: 20px;
		}

		/* インスタ画像 */
		.navi_box .icon_insta img{
			width: 2.5vw;
			margin-top: -0.4vw;
		}

	.navi_pc_right {
		display: inline-block;
		float: right;
		width: 64%;
	}
	.navi_pc_right > ul {
		font-size: 0;
		text-align: left;
		padding-bottom: 1vw;
	}
	.navi_pc_right > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 1.3vw;
		line-height: 1.1;
		margin-left: 1.2em;
	}
	.navi_pc_right > ul > li:first-of-type {
		font-weight: bold;
	}
	.navi_pc_right > ul > li:nth-of-type(2) {
		margin-left: 0.3em;
	}
	.navi_pc_right > ul > li:last-of-type {
		margin-left: 0.5em;
	}
	.navi_pc_right > ul > li:first-of-type {
		margin-left: 0;
	}
	/* .navi_pc_right > ul > li::before {
		position: absolute;
		content: "";
		display: block;
		background-color: #000000;
		width: 1px;
		height: 16px;
		top: 0.1em;
		left: -1em;
	} */
	.navi_pc_right > ul > li:first-of-type::before {
		display: none;
	}

	.navi_pc_right > ul > li a {
		color: #282824;
		font-size: 18px;
	}


	/****** カフェボタン一時的に非表示 *******/
	.navi_pc_right ul:nth-of-type(2) li:not(:first-of-type){/* TOPナビ */
		pointer-events: none;
		text-decoration: line-through;
	  }
	  .f_right_box ul:nth-of-type(3) li:not(:first-of-type){/* Footerナビ */
		pointer-events: none;
		text-decoration: line-through;
	  }
	  .cafe_info,.cafe_text_line{/* Footerのカフェ営業時間 */
		pointer-events: none;
		text-decoration: line-through;
	  }

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	/****** カフェボタン一時的に非表示 *******/
	.cafe_text_none{/* TOPのカフェアイコン */
		pointer-events: none;
		opacity: 0.5;
	  }
	  .cafe_info,.cafe_text_line{/* Footerのカフェ営業時間 */
		pointer-events: none;
		text-decoration: line-through;
	  }



	header.bs_header {
		position: relative;
	}

	/* H1
	----------------------------------------------- */
	.pc_h1 {
		display: none;
	}
	.sp_h1 {
		position: relative;
		background-color: #fff;
		padding: 2vw;
		text-align: center;
	}
	.sp_h1 h1 {
		font-size: 3.2vw;
		line-height: 1.3;
	}

	/* グローバルナビゲーション
	------------------------------------------- */
	.navi_pc {
		display: none;
	}

	/* ハサミとコーヒーアイコン
	------------------------------------------- */
	.icon_img{
		position:relative;
		height: 80px;
	}
	.icon_img ul{
		font-size:0;
		text-align: left;
	}
	.icon_img ul li{
		display: inline-block;
		font-size: 14px;
		vertical-align: middle;
		margin: 8px 6px 0;


	}
	/* ハサミ */
	.icon_img ul li.sp_scissors img{
			width: 49px;
	}
	/* インスタ */
	.icon_img ul li.icon_insta img{
		width: 33px;
	}
	/* コーヒー */
	.icon_img ul li.coffee img{
		width: 24px;
		margin-top: -9px;
	}
	/* 予約ボタン
	----------------------------------------------- */
	.sp_reserve{
		text-align: center;
	}
	.sp_reserve a{
		position: relative;
		background:#282824;
		color:#ffffff;
		display: block;
		font-size: 5.2vw;
		padding: 5vw 0;
	}
	.sp_reserve a::after{
		position: absolute;
		content: "";
		background: url(../img/white_arrow.png) no-repeat center top / 100% auto;
		width: 19.1vw;
		height: 2.7vw;
		right: 4vw;
		top: 8.3vw;
	}
}

/*----------------サイドバナー----------------*/
/* フローティングバナーのラップ要素 */
#fixed_right_banner
{
position: fixed;
top: 5vw;
right: 0;
z-index: 9999;
}

/* 画像の共通設定 */
#fixed_right_banner > *
{
    width: 120px;
    background: #282824;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 9px 5px;
}

/* 2個目以降の画像の上部に余白を作る */
#fixed_right_banner > * ~ * { margin-top: 20px; }

/* リンク要素 */
#fixed_right_banner > a 
{
display: block;
-webkit-transition: opacity .2s ease;
transition: opacity .2s ease;
}

/* マウスオーバー時の表現 */
#fixed_right_banner > a:hover
{
opacity: .8;
}

/*----------------------------------------------------*/




/* ================================================================================

	フッター

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer.bs_footer {
		position: relative;
		padding-top: 112px;
	}
	.f_wrap {
		background-color: #efece7;
		position: relative;
		padding: 86px 0 40px;
	}
	.f_nav_box{
		width:1000px;
		margin: 0 auto;
	}

	/* ロゴ
	------------------------------------------- */
	.f_logo {
		width: 100%;
		padding-left: 16px;
	}
	.f_logo a img{
		width: 89px;
	}

	/* フッターリンク
	------------------------------------------- */

	/* 左の店舗概要 */

	.f_left_box{
		padding-top: 43px;
		font-size: 16px;
		font-weight: 500;
		line-height: 2;
		display: block;
		float: left;
	}

	.f_left_box li.hair_salon_info,
	.f_left_box li.cafe_info{
		position: relative;
		padding-left: 54px;
	}
	/* ハサミアイコン */
	.f_left_box li.hair_salon_info::before{
		position: absolute;
		content: "";
		background: URL(../img/scissors_icon.png)no-repeat center left / 100% auto;
		width: 46px;
		height: 25px;
		top: 5.7px;
		left: 0;
	}
	/* コーヒーアイコン */
	.f_left_box li.cafe_info::before{
		position: absolute;
		content: "";
		background: URL(../img/coffee_icon.png)no-repeat center left / 100% auto;
		width: 22px;
		height: 32px;
		top: -5.3px;
		left: 14.2px;
	}
	.f_left_box li.cafe_info span{
		color:#9e9e93;
	}
	/* 定休日上のライン */
	.f_left_box ul:first-of-type li:last-of-type{
		border-top: 1px solid #956134;
		padding-top: 6px;
		margin-top: 5px;
	}


/* 右のナビ */

	.f_right_box{
		display: block;
		float: left;
		font-weight: 500;
		width: 490px;
	}
	.f_right_box ul:first-of-type{
		border-bottom: 1px solid #956134;
		padding-bottom: 13px;
		margin-bottom: 12px;
	}


	.f_right_box li.hair_salon p,
	.f_right_box li.cafe p{
		position: relative;
		padding-left: 54px;
	}
	/* ハサミアイコン */
	.f_right_box li.hair_salon p::before{
		position: absolute;
		content: "";
		background: URL(../img/scissors_icon.png)no-repeat center left / 100% auto;
		width: 46px;
		height: 25px;
		top: -1.3px;
		left: 0;
	}
	/* コーヒーアイコン */
	.f_right_box li.cafe p::before{
		position: absolute;
		content: "";
		background: URL(../img/coffee_icon.png)no-repeat center left / 100% auto;
		width: 22px;
		height: 32px;
		top: -11.3px;
		left: 14.2px;
	}
	/* インスタアイコン */
	.f_right_box .icon_insta img{
		width: 33px;
		margin-top: -6px;
		margin-left: -10px;
	}


	/* ナビゲーション基本設定 */

	.f_navi > ul {
		font-size: 0;
		text-align: left;
	}
	.f_navi ul:first-of-type li:first-of-type,
	.f_navi ul:nth-of-type(2),
	.f_navi ul:nth-of-type(3){
		padding-left: 62px;
	}
	.f_navi > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		line-height: 1.1;
		margin-left: 1.4em;
		margin-bottom: 4px;
	}
	.f_navi > ul > li:nth-of-type(2) {
		margin-left: 0.4em;
	}
	.f_navi > ul > li:first-of-type {
		margin-left: 0;
	}
	/* .f_navi > ul > li::before {
		position: absolute;
		content: "";
		display: block;
		background-color: #000000;
		width: 1px;
		height: 16px;
		top: 0.1em;
		left: -1em;
	} */
	.f_navi > ul > li:first-of-type::before {
		display: none;
	}

	.f_navi > ul > li a {
		color: #282824;
	}



	/* 予約ボタン */
	.f_right_box .f_reserve{
		text-align: center;
		margin-top: 47px;
	}
	.f_right_box .f_reserve a{
		position:relative;
		background: #282824;
		color: #ffffff;
		font-weight: 500;
		padding: 22px 50px 36px;
	}
	.f_right_box .f_reserve a::after{
		position: absolute;
		content: "";
		background: URL(../img/white_arrow.png)no-repeat center left / 100% auto;
		width: 90px;
		height: 10px;
		top: 54.7px;
		right: 135px;
	}



	/* シェアボタン */
	footer .addtoany_shortcode > div {
		display: none;
	}


	/* コピーライト */
	.f_copy {
	}
	.f_copy p {
		font-size: 11px;
		text-align: center;
		padding-top: 60px;
	}

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer.bs_footer {
		position: relative;
		padding-top:20vw;
	}

	.f_wrap {
		position: relative;
		background-color: #efece7;
		padding: 16vw 6vw 3vw;
	}


	/* ロゴ
	------------------------------------------- */
	.f_logo a img{
		width: 30vw;
	}
	.f_left_box{
		padding-top: 5vw;
		font-weight: 500;
		line-height: 1.7;
	}

	.f_left_box li.hair_salon_info,
	.f_left_box li.cafe_info{
		position: relative;
		padding-left: 11vw;
	}
	/* ハサミアイコン */
	.f_left_box li.hair_salon_info::before{
		position: absolute;
		content: "";
		background: URL(../img/scissors_icon.png)no-repeat center left / 100% auto;
		width: 9.6vw;
		height: 4.2vw;
		top: 4.7px;
		left: 0;
	}
	/* コーヒーアイコン */
	.f_left_box li.cafe_info::before{
		position: absolute;
		content: "";
		background: URL(../img/coffee_icon.png)no-repeat center left / 100% auto;
		width: 5vw;
		height: 9vw;
		top: -2.4vw;
		left: 9.2px;
	}
	.f_left_box li.cafe_info span{
		color:#9e9e93;
		display: block;
		line-height: 1;
		padding-bottom: 1.2vw;
	}


		/* 予約ボタン */
		.f_right_box .f_reserve{
			text-align: center;
			margin-top: 47px;
		}
		.f_right_box .f_reserve a{
			position:relative;
			background: #282824;
			color: #ffffff;
			font-weight: 500;
			padding: 22px 50px 36px;
		}
		.f_right_box .f_reserve a::after{
			position: absolute;
			content: "";
			background: URL(../img/white_arrow.png)no-repeat center left / 100% auto;
			width: 90px;
			height: 10px;
			top: 54.7px;
			right: 135px;
		}


	/* シェアボタン */
	footer .addtoany_shortcode > div {
		text-align: center;
		display: block;
		padding: 2vw 0;
	}


	/* コピーライト */
	.f_copy {
		padding: 2vw 0;
	}
	.f_copy p {
		text-align: center;
	}
	
	
/*-----------サイドバナー------------*/

	#fixed_right_banner{
		display: none;
	}

/*---------------------------------^-*/

}



/* ================================================================================

	ページトップボタン

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	#page-top {
		position: fixed;
		z-index: 9996;
		right: 10px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top / contain no-repeat;
		width: 25px;
		height: 95px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity: 1;
		background: url(../img/pagetop_on.png) center top / contain no-repeat;
	}
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	#page-top {
		position: fixed;
		z-index: 9996;
		right: 8px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top / contain no-repeat;
		width: 15px;
height: 80px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity: 1;
		background: url(../img/pagetop_on.png) center top / contain no-repeat;
	}
}





/* ================================================================================

	パンくずリスト

================================================================================ */

/* 背景色 */
#breadcrumb {
	background-color: transparent;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#breadcrumb {
		position: relative;
		max-width: none;
		width: 100%;
		padding: 16px 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 14px;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#breadcrumb {
		position: relative;
		width: 100%;
		padding: 4vw 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		position: relative;
		width: 100%;
		padding: 0 4vw;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 3.5vw;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}





/* ================================================================================

	Wp Lightbox Bank プラグイン

================================================================================ */
#lightGallery-outer {
	background-color: rgba(0,0,0,0.8) !important;
}





/* ================================================================================

	Elementor Lightbox フッター非表示

================================================================================ */
.elementor-slideshow__footer {
	display: none;
}





/* ================================================================================

	Addtoanyボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.addtoany_shortcode {
		margin: 14px -4px 0;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.addtoany_shortcode {
		margin: 3vw -4px 0;
	}
}


/* 翻訳プラグインバグ対策 */
.addtoany_shortcode font {
	display: none;
}





/* ================================================================================

	IEハック

================================================================================ */

/* IE10以上 */
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
	.elementor-image a {
		display: inline !important;
	}
}