@charset 'UTF-8';

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

	各固定ページ

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



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。
	
	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



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

	レイアウト

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

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

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		padding: 80px 0;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

}



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

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 12vw 0;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}
			/* ロゴ
	----------------------------------------------- */
	.h_logo {
		position: relative;
		text-align: center;
		margin: 4vw 0 2vw;
	}
	.h_logo a{
	}
	.h_logo a img{
		width: 25vw;
	}
}





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

	メイン画像

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_cate {
		position: relative;
		width: 85%;
		margin: 0 auto;
	}
	/* ブログ用メイン画像 */
	.page-blog .main_cate_in,
	.main_cate_in{
		position: relative;
		background: url(../img/cate_blog_img.jpg) no-repeat center top / 100% auto;
		height: 18.9vw;
	}
	/* HACHI用メイン画像 */
	.page-hachi_by_orika .main_cate_in {
		position: relative;
		background: url(../img/cate_hachi_img.jpg) no-repeat center top / 100% auto;
		height: 18.9vw;
	}
	/* アクセス用メイン画像 */
	.page-access .main_cate_in {
		position: relative;
		background: url(../img/cate_access_img2.jpg) no-repeat center top / 100% auto;
		height: 18.9vw;
	}
	/* アクセス用メイン画像 */
	/* ヘアサロン用メイン画像 */
	.page-hairsalon_menu .main_cate_in,
	.page-hairsalon_staff .main_cate_in,
	.page-voice .main_cate_in {
		position: relative;
		background: url(../img/cate_concept_img.jpg) no-repeat center top / 100% auto;
		height: 18.9vw;
	}
	
	/* コンセプトページ　メイン画像 */
	.page-hairsalon_concept .main_cate_in{
		position: relative;
		background: url(../img/cate_concept_img.jpg) no-repeat center top / 100% auto;
		height: 18.9vw;
	}
	
	
	/* カフェ用メイン画像 */
	.page-cafe_concept .main_cate_in,
	.page-cafe_menu .main_cate_in {
		position: relative;
		background: url(../img/cate_cafe_img.jpg) no-repeat center top / 100% auto;
		height: 18.9vw;
	}
	
		/* アイサロンメニュー用メイン画像 */
	.page-eye .main_cate_in,
	.main_cate_in{
		position: relative;
		background: url(../img/cate_eye_img.jpg) no-repeat center top / 100% auto;
		height: 18.9vw;
	}
	

	/* メイン画像のタイトル */
	.main_cate_in p {
		font-size: 4vw;
		color: #ffffff;
		padding: 5.4vw 0 0 9vw;
	}
	.page-hairsalon_concept .main_cate_in p,
	.page-hairsalon_menu .main_cate_in p,
	.page-hairsalon_staff .main_cate_in p,
	.page-voice .main_cate_in p,
	.page-rental_space .main_cate_in p {
		font-size: 4vw;
		color: #282824;
		padding: 5.4vw 0 0 1vw;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_cate {
		position: relative;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
	}

	.main_cate {
		position: relative;
		width: 85%;
		margin: 0 auto;
	}
	/* ブログ用メイン画像 */
	.page-blog .main_cate_in,
	.main_cate_in {
		position: relative;
		background: url(../img/cate_blog_img.jpg) no-repeat center top / cover;
		height: 22.9vw;
	}
	/* HACHI用メイン画像 */
	.page-hachi_by_orika .main_cate_in {
		position: relative;
		background: url(../img/cate_hachi_img.jpg) no-repeat center top / cover;
		height: 22.9vw;
	}
	/* アクセス用メイン画像 */
	.page-access .main_cate_in {
		position: relative;
		background: url(../img/cate_access_img2.jpg) no-repeat center top / cover;
		height: 22.9vw;
	}
	/* アクセス用メイン画像 */
	/* ヘアサロン用メイン画像 */
	.page-hairsalon_concept .main_cate_in,
	.page-hairsalon_menu .main_cate_in,
	.page-hairsalon_staff .main_cate_in,
	.page-voice .main_cate_in {
		position: relative;
		background: url(../img/cate_concept_img.jpg) no-repeat center top / cover;
		height: 22.9vw;
	}
	
	/* コンセプトページ　メイン画像 */
	.page-hairsalon_concept .main_cate_in　{
		position: relative;
		background: url(../img/cate_concept_img.jpg) no-repeat center top / cover;
		height: 22.9vw;
	}
	
	/* カフェ用メイン画像 */
	.page-cafe_concept .main_cate_in,
	.page-cafe_menu .main_cate_in {
		position: relative;
		background: url(../img/cate_cafe_img.jpg) no-repeat center top / cover;
		height: 22.9vw;
	}
	
		/* アイサロンメニュー用メイン画像 */
	.page-eye .main_cate_in,
	.main_cate_in {
		position: relative;
		background: url(../img/cate_eye_img.jpg) no-repeat center top / cover;
		height: 22.9vw;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		font-size: 5vw;
		color: #ffffff;
		padding: 7.4vw 0 0 5vw;
		-moz-text-shadow: 0px 0px 9px rgba(26, 25, 24, 0.82);
-webkit-text-shadow: 0px 0px 9px rgba(26, 25, 24, 0.82);
-ms-text-shadow: 0px 0px 9px rgba(26, 25, 24, 0.82);
text-shadow: 0px 0px 9px rgba(26, 25, 24, 0.82),0px 0px 9px rgba(26, 25, 24, 0.82),0px 0px 9px rgba(26, 25, 24, 0.82);
	}
	.page-hairsalon_concept .main_cate_in p,
	.page-hairsalon_menu .main_cate_in p,
	.page-hairsalon_staff .main_cate_in p,
	.page-voice .main_cate_in p,
	.page-rental_space .main_cate_in p {
		font-size: 5vw;
		color: #282824;
		padding: 7.4vw 0 0 5vw;
		-moz-text-shadow: 0px 0px 9px rgba(255, 255, 255, 0.82);
-webkit-text-shadow: 0px 0px 9px rgba(255, 255, 255, 0.82);
-ms-text-shadow: 0px 0px 9px rgba(255, 255, 255, 0.82);
text-shadow: 0px 0px 9px rgba(255, 255, 255, 0.82),0px 0px 9px rgba(255, 255, 255, 0.82),0px 0px 9px rgba(255, 255, 255, 0.82);
	}
}





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

	マージンボックス

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

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

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 20px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}

	/* 両方にマージンを空ける
	----------------------------------------------- */
	.both_long {
		margin-top: 120px;
		margin-bottom: 120px;
	}
	.both_middle {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.both_short {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.both_vshort {
		margin-top: 20px;
		margin-bottom: 20px;
	}

}



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

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 8vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}

	/* 両方にマージンを空ける
	----------------------------------------------- */
	.both_long {
		margin-top: 16vw;
		margin-bottom: 16vw;
	}
	.both_middle {
		margin-top: 12vw;
		margin-bottom: 12vw;
	}
	.both_short {
		margin-top: 8vw;
		margin-bottom: 8vw;
	}
	.both_vshort {
		margin-top: 4vw;
		margin-bottom: 4vw;
	}

}




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

	パディングボックス

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

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

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 120px;
	}
	.p_top_middle {
		padding-top: 80px;
	}
	.p_top_short {
		padding-top: 40px;
	}
	.p_top_vshort {
		padding-top: 20px;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.row_middle {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row_short {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.row_vshort {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}


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

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 16vw;
	}
	.p_top_middle {
		padding-top: 12vw;
	}
	.p_top_short {
		padding-top: 8vw;
	}
	.p_top_vshort {
		padding-top: 4vw;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	.row_middle {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.row_short {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.row_vshort {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}


	/* 背景色を伸ばす
	----------------------------------------------- */
	.row_sp {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
}




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

	カラーボックス

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

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

	/* カラー01 */
	.row_c01 {
		background: url(../img/spacer.gif) center top / auto auto repeat ,#efece7;
	}

	/* カラー02 */
	.row_c02 {
		background: url(../img/cate-bg.jpg) center top / auto auto repeat-y ,#efece7;
	}

	/* ボーダー囲い */
	.box_border {
		position: relative;
		padding: 40px;
		border: 4px solid #c9a063;
	}
	.box_border::before {
		position: absolute;
		content: "";
		background: url(../img/kazari.png) no-repeat center top / 100% auto;
		width: 70px;
		height: 44px;
		top: -51px;
		left: 50%;
		margin-left: -47px;
	}
}



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

	/* カラー01 */
	.row_c01 {
		background: url(../img/spacer.gif) center top / auto auto repeat ,#efece7;
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		background: url(../img/cate-bg.jpg) center top / 198% auto repeat-y ,#efece7;
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* ボーダー囲い */
	.box_border {
		position: relative;
		padding: 4vw;
		border: 1vw solid #c9a063;
	}
	.box_border::before {
		position: absolute;
		content: "";
		background: url(../img/kazari.png) no-repeat center top / 100% auto;
		width: 11vw;
		height: 8vw;
		top: -8vw;
		left: 50%;
		margin-left: -6vw;
	}
}




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

	見出し

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

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

	/* h2見出し
	----------------------------------------------- */

	.h2_cate01,
	.h2_cate01_half,
	.h2_cate02,
	.h2_cate02_half {
		position: relative;
		background: 
			url(../img/cate_h2_top.png)no-repeat center top / auto auto, 
			url(../img/cate_h2_bottom.png)no-repeat center bottom / auto auto;
		padding: 58px 0 54px 0 !important;
		text-align: center;
	}
	/* 背景白用 */
	.h2_cate01::before {
		position: absolute;
		content: "";
		border: 1px solid #c9a063;
		width: 1000px;
		left: 50%;
		margin-left: -500px;
		top: 50%;
		z-index: 0;
	}
	.h2_cate01 h2,.h2_cate01_half h2 {
		position: relative;
		display: inline-block;
		background: #ffff;
		font-size: 32px;
		font-weight: 500;
		line-height: 1.4 !important;
		padding: 10px 26px;
		margin: 0 121px;
		z-index: 1;
	}
	/* 背景白用 半分 */
	.h2_cate01_half::before {
		position: absolute;
		content: "";
		border: 1px solid #c9a063;
		width: 100%;
		left: 50%;
		margin-left: -240px;
		top: 50%;
		z-index: 0;
	}
/* 背景グレイ用 */
	.h2_cate02::before {
		position: absolute;
		content: "";
		border: 1px solid #c9a063;
		width: 1000px;
		left: 50%;
		margin-left: -500px;
		top: 50%;
		z-index: 0;
	}
/* 背景グレイ用 半分 */
.h2_cate02_half::before {
	position: absolute;
	content: "";
	border: 1px solid #c9a063;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	z-index: 0;
}
	.h2_cate02 h2,
	.h2_cate02_half h2 {
		position: relative;
		display: inline-block;
		background: #efece7;
		border-radius: 100px;
		font-size: 32px;
		font-weight: 500;
		line-height: 1.4 !important;
		padding: 10px 26px;
		margin: 0 121px;
		z-index: 1;
	}	



	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 2px dotted #9d8629;
		padding: 0 8px 8px 8px 
	}
	.h3_cate h3 {
		font-size: 26px;
		font-weight: 500;
		line-height: 1.4 !important;
	}

}


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

	/* h2見出し
	----------------------------------------------- */
/* 背景白用 */
.h2_cate01,
.h2_cate01_half,
.h2_cate02,
.h2_cate02_half  {
	position: relative;
	background: 
		url(../img/cate_h2_top.png)no-repeat center top / 40% auto, 
		url(../img/cate_h2_bottom.png)no-repeat center bottom / 40% auto;
	padding: 11vw 0 13vw 0 !important;
	text-align: center;
}
	.h2_cate01_half::before,
	.h2_cate01::before  {
		position: absolute;
		content: "";
		border: 1px solid #c9a063;
		width: 100%;
		left: 50%;
		margin-left: -46.8vw;
		top: 50%;
		z-index: 0;
	}
	.h2_cate01 h2,.h2_cate01_half h2 {
		position: relative;
		display: inline-block;
		background: #ffff;
		font-size: 5.5vw;
		font-weight: 500;
		line-height: 1.4 !important;
		padding: 2vw 4vw 1vw 4vw;
		margin: 0 3vw;
		z-index: 1;
	}

	/* 背景グレイ用 */
	.h2_cate02 {
		position: relative;
		background: 
			url(../img/cate_h2_top.png)no-repeat center top / 40% auto, 
			url(../img/cate_h2_bottom.png)no-repeat center bottom / 40% auto;
			padding: 11vw 0 13vw 0 !important;
		text-align: center;
	}
	.h2_cate02::before,
	.h2_cate02_half::before {
		position: absolute;
		content: "";
		border: 1px solid #c9a063;
		width: 98%;
		left: 50%;
		margin-left: -46.8vw;
		top: 50%;
		z-index: 0;
	}
	.h2_cate02 h2,
	.h2_cate02_half h2 {
	position: relative;
	display: inline-block;
	background: #efece7;
	border-radius: 100px;
	font-size: 5.5vw;
	font-weight: 500;
	line-height: 1.4 !important;
	padding: 2vw 4vw 1vw 4vw;
	margin: 0 3vw;
	z-index: 1;
}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 2px dotted #9d8629;
		padding: 0 1.5vw 1.5vw 1.5vw !important;
	}
	.h3_cate h3 {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4 !important;
	}

}




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

	共通

================================================================================ */
	/* 写真周りの飾り */
	.img_kazari{
		position: relative;
	}
	.img_kazari::before{
		position: absolute;
		content: "";
		background: url(../img/img_kazari01.png)no-repeat center top / 100% auto;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.img_kazari::after{
		position: absolute;
		content: "";
		background: url(../img/img_kazari02.png)no-repeat center top / 100% auto;
		width: 100%;
		height: 12.5%;
		bottom: 0;
		left: 0;
	}
/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {



	/* リンク
	----------------------------------------------- */
	.link_common {
		margin-top: 40px;
	}
	.link_common ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.link_common ul li {
		display: inline-block;
		font-size: 22px;
		letter-spacing: 0;
		margin-left: 20px;
	}
	.link_common ul li:first-of-type {
		margin-left: 0;
	}
	.link_common ul li a {
		position: relative;
		color: #282824;
		width: 383px;
		padding: 11px 0;
		display: inline-block;
		border: solid 1px #9d8629;
		background: rgba(255,255,255,0.4);
	}
	.link_common ul li a::after {
		position: absolute;
		content: "";
		background: URL(../img/gold_arrow.png)no-repeat center left / 100% auto;
		width: 90px;
		height: 10px;
		top: 28.7px;
		right: 21px;
	}
	.link_common ul li:nth-of-type(3){
		margin: 37px 0 0;
	}



	/* 予約はこちらから */
	.app_link a {
		position: relative;
		background: #282824;
		color: #ffffff;
		font-weight: 500;
		padding: 22px 0 36px;
		margin-top: 40px;
		display: block;
		text-align: center;
	}
	.app_link 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: 162px;
	}

}


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

	/* リンク
	----------------------------------------------- */
	.link_common {
		margin-top: 6vw;
	}
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
		font-size: 4vw;
	}
	.link_common ul li {
		margin-top: 2vw;
	}
	.link_common ul li:first-of-type {
		margin-top: 0;
	}
	.link_common ul li a {
		position: relative;
		color: #282824;
		width: 74vw;
		padding: 3vw 0;
		display: inline-block;
		border: solid 1px #9d8629;
		background: rgba(255,255,255,0.4);
	}
	.link_common ul li a::after {
		position: absolute;
		content: "";
		background: URL(../img/gold_arrow.png)no-repeat center left / 100% auto;
		width: 21vw;
		height: 3vw;
		top: 6.3vw;
		right: 3vw;
	}

		/* 予約はこちらから */
		.app_link a {
			position: relative;
			background: #282824;
			color: #ffffff;
			font-weight: 500;
			padding: 3.4vw 0 8vw 0;
			margin-top: 7vw;
			display: block;
			text-align: center;
		}
		.app_link a::after {
			position: absolute;
			content: "";
			background: URL(../img/white_arrow.png)no-repeat center left / 100% auto;
			width: 21vw;
			height: 3vw;
			top: 10.3vw;
			right: 29vw;
		}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここから各固定ページ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


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

	実績紹介部分

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


/* カテゴリアイコン色 */
.works_icon span {
	background-color: #222222;
	color: #ffffff;
}


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

	.works_wrap {
		position: relative;
		width: 1000px;
		margin:0 auto;
	}
	.works_wrap ul {
		font-size: 0;
		text-align: center;
	}
	.works_wrap > ul > li {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 320px;
		margin-left: 20px;
		font-size: 16px;
	}
	.works_wrap > ul > li:nth-of-type(3n+1) {
		margin-left: 0;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: relative;
		height: 0;
	}
	.works_icon span {
		position: relative;
		display: inline-block;
		transform: translateY(16px);
		-webkit-transform: translateY(16px);
		-ms-transform: translateY(16px);
		padding: 0 0.5em 0.1em;
		z-index: 1;
	}


	/* サムネイル画像 */
	.works_thumb img {
		width: 100%;
		height: 213px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 18px;
	}

}



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

	.works_wrap {
		position: relative;
		margin: 0 auto;
	}
	.works_wrap > ul {
	}
	.works_wrap > ul > li {
		position: relative;
		padding: 0;
		margin-top: 6vw;
	}
	.works_wrap > ul > li:first-of-type {
		margin-top: 0;
	}

	.works_wrap > ul > li > a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		
		border: 1px solid #cccccc;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: relative;
		height: 0;
	}
	.works_icon span {
		position: relative;
		display: inline-block;
		transform: translateY(4vw);
		-webkit-transform: translateY(4vw);
		-ms-transform: translateY(4vw);
		padding: 0 0.5em 0.1em;
		z-index: 1;
	}


	/* サムネイル画像 */
	.works_thumb img {
		max-width: 100%;
		width: 100%;
		height: 62vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 4vw;
	}

}





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

	BLOGページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.blog_wrap > ul > li{
		position: relative;
	}
	.blog_wrap > ul > li::before{
		position: absolute;
		content: "";
		background: url(../img/news_bg_)no-repeat center top / 100% auto;
		width: 15vw;
		height: 98vw;
		top: -68vw;
		left: 50%;
		transform: rotateZ(90deg);
		margin-left: -21vw;
	}
	.blog_wrap > ul > li::after{
		position: absolute;
		content: "";
		background: url(../img/news_bg_)no-repeat center top / 100% auto;
		width: 18vw;
		height: 98vw;
		bottom: -59vw;
		left: 50%;
		transform: rotateZ(90deg);
		margin-left: -21vw;
	}
}



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





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

	アクセスページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.access_img_box{
		position:relative;
	}
	/* 花飾り */
	.access_img_box::before{
		position: absolute;
		content: "";
		background: url(../img/bg_flowe_01.jpg)no-repeat center top / 100% auto;
		width: 320px;
		height: 270px;
		top: -128px;
		left: 50%;
		margin-left: -670px;
	}

	.access_img_box::after{
		position: absolute;
		content: "";
		background: url(../img/bg_flowe_02.jpg)no-repeat center top / 100% auto;
		width: 350px;
		height: 324px;
		top: 290px;
		left: 50%;
		margin-left: 340px;
		z-index: -1;
	}
	/* 背景 */	
	.access_img_box_in{
		position: relative;
		background: url(../img/bg.jpg) center top 70px / auto auto no-repeat;
		z-index: 0;
		padding-bottom: 53px;
	}
	/* インフォ下の飾り */
	.access-info img{
		width: 400px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	/* 画像横並び */
	.acc_img01,.acc_img02,.acc_img03{
		width: 30%;
	}
	.acc_img01{
		margin-left: 3vw;
	}
	.acc_img02{
		margin: 0 2vw;
	}

	/* 花飾り */
	.access_img_box::before{
		position: absolute;
		content: "";
		background: url(../img/bg_flowe_01.jpg)no-repeat center top / 100% auto;
		width: 50vw;
		height: 42vw;
		top: -22vw;
		left: 50%;
		margin-left: -55vw;
		opacity: 0.5;
	}

	/* 背景 */
	.access_img_box_in{
		position: relative;
		background: url(../img/bg.jpg) center top 5vw / cover no-repeat;
		z-index: 0;
		padding-bottom: 10vw;
	}
	/* インフォ下の飾り */
	.access-info img{
		width: 50vw;
	}
}





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

	ヘアコンセプトページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	/* ポイント画像 */
	.point1,.point2,.point3{
		position: relative;
		z-index: 1;
	}
	.point1 img,.point2 img,.point3 img{
		position: absolute;
		z-index: 0;
		opacity: 0.3;
		width: 241px;
		left: -29px;
		top: -1px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
		/* ポイント画像 */
		.point1,.point2,.point3{
			position: relative;
			z-index: 1;
		}
		.point1 img,.point2 img,.point3 img{
			position: absolute;
			z-index: 0;
			opacity: 0.4;
			width: 34vw;
			left: -2vw;
			top: -9vw;
		}

		/* 四連画像設定 */
		.hair_style_img01,
		.hair_style_img02,
		.hair_style_img03,
		.hair_style_img04{
			width: 25%;
		}
		/* 四連画像設定 */
		.ori_item01,
		.ori_item02,
		.ori_item03{
			width: 33.1%;
		}
}





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

	ヘアサロンメニューページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	/* 花背景 */
	.page-hairsalon_menu .flower_gr01,
	.page-hairsalon_menu .flower_gr02{
		position: relative;
	}
	.page-hairsalon_menu .flower_gr01::before{
		position: absolute;
		content: "";
		background: url(../img/bg_flowe_01.jpg)no-repeat center bottom / 100% auto;
		width: 430px;
		height: 510px;
		bottom: -40px;
		left: 50%;
		margin-left: -660px;
		opacity: 0.5;
	}
	.page-hairsalon_menu .flower_gr02::before{
		position: absolute;
		content: "";
		background: url(../img/bg_flowe_02.jpg)no-repeat center bottom / 100% auto;
		width: 430px;
		height: 510px;
		bottom: -220px;
		left: 50%;
		margin-left: 330px;
		opacity: 0.5;
		transform: rotateZ(-191deg);
	}
}



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





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

	レンタルスペース

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.page-rental_space .access_table02 {
	}
	.page-rental_space .access_table02 table {
		width: 100%;
	}
	.page-rental_space .access_table02 tr {
		border-bottom: 1px solid #fad8af;
	}
	.page-rental_space .access_table02 th {
		width: 35% !important;
		font-size: 16px;
		text-align: left;
		padding: 16px;
	}
	.page-rental_space .access_table02 td {
		width: 65% !important;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		padding: 16px 16px 16px 0;
	}
}



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

}


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

	カフェコンセプトページ

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


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

		/* 花背景 */
		.page-cafe_concept .flower_gr01,
		.page-cafe_concept .flower_gr02{
			position: relative;
		}
		.page-cafe_concept .flower_gr01::before{
			position: absolute;
			content: "";
			background: url(../img/bg_flowe_01.jpg)no-repeat center bottom / 100% auto;
			width: 430px;
			height: 510px;
			bottom: -40px;
			left: 50%;
			margin-left: -660px;
			opacity: 0.5;
		}
		.page-cafe_concept .flower_gr02::before{
			position: absolute;
			content: "";
			background: url(../img/bg_flowe_02.jpg)no-repeat center bottom / 100% auto;
			width: 430px;
			height: 510px;
			bottom: 229px;
			left: 50%;
			margin-left: 330px;
			opacity: 0.5;
			transform: rotateZ(-191deg);
		}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	/* 画像三連 */
	.original_goods_img01,
	.original_goods_img02,
	.original_goods_img03{
		width: 33.2%;
	}
}