@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 160px;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.text_center {
		text-align: center;
	}
}



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

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

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}
	.text_center {
		text-align: center;
	}
}





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

	メイン画像

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.cate03 {
		position: relative;
		background: url(../img/cate_main.jpg) center top / cover no-repeat;
		height: 31.25vw;
	}
	.cate02 {
		position: relative;
		background: url(../img/cate_main02.jpg) center top / cover no-repeat;
		height: 31.25vw;
	}
	.cate01 {
		position: relative;
		background: url(../img/cate_main03.jpg) center top / cover no-repeat;
		height: 31.25vw;
	}
	.main_cate_in {
		position: relative;
		font-family: 'Shippori Mincho', 'serif';
		color: #fff;
		text-align: center;
		font-size: 5vw;
		padding: 11.36vw 0;
	}
	
	.h_logo {
		position: absolute;
		z-index: 1;
		width: 9.16666667vw;
		margin: 2.5vw 0 0 2.5vw;
	}
	.h_logo img {
		width: 100%;
	}

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


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.cate03 {
		position: relative;
		background: url(../img/cate_main_sp.jpg) center top / cover no-repeat;
		height: 104.302477184vw;
	}
	.cate02 {
		position: relative;
		background: url(../img/cate_main_sp02.jpg) center top / cover no-repeat;
		height: 104.302477184vw;
	}
	.cate01 {
		position: relative;
		background: url(../img/cate_main_sp03.jpg) center top / cover no-repeat;
		height: 104.302477184vw;
	}
	.main_cate_in {
		position: relative;
		font-family: 'Shippori Mincho', 'serif';
		color: #fff;
		text-align: center;
		font-size: 9vw;
		padding: 44.5vw 0;
	}
	
	.h_logo {
		position: absolute;
		z-index: 1;
		width: 23.9895698vw;
		height: 9.25684485vw;
		margin-left: 4vw;
		margin-top: 4vw;
	}
	.h_logo img {
		width: 100%;
	}

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





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

	マージンボックス

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

/* 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 ,#c7bfb1;
	}

	/* カラー02 */
	.row_c02 {
		background: url(../img/spacer.gif) center top / auto auto repeat ,#e3dccf;
	}
	.row_c02 .menu_table01 tr {
    	border-bottom: none;
	}
	.row_c02 .h2_cate01 h2 {
		color: #F1EEE7;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border: 4px solid #cccccc;
	}
}



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

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

	/* カラー02 */
	.row_c02 {
		background: url(../img/spacer.gif) center top / auto auto repeat ,#e3dccf;
		padding-left: 6vw;
		padding-right: 6vw;
	}
	.row_c02 .h2_cate01 h2 {
		color: #F1EEE7;
		font-size: 13vw;
		font-family: 'Shippori Mincho', 'serif';
		font-weight: normal;
	}
	.row_c02 .menu_table01 tr {
    	border-bottom: none;
	}
	.row_c02 .price_text {
		margin-right: 0;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border: 1vw solid #cccccc;
	}
}




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

	見出し

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

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

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		border-bottom: 3px solid #000000;
		padding: 0 0 12px 0 !important;
	}
	.h2_cate h2 {
		font-size: 32px;
		line-height: 1.4 !important;
		text-align: center;
		font-weight: normal;
	}
	
	.h2_cate01 h2 span {
		font-size: 32px;
		font-weight: 400;
		line-height: 1.6;
		text-align: center;
		display: block;
		color: #000;
		margin-top: 20px;
	}
	.h2_cate01 h2 {
		font-family: 'Shippori Mincho', 'serif';
		color: rgba(214,210,201,0.7);
		font-size: 145px;
		text-align: center;
		font-weight: normal;
	}

	.h2_cate02 h2 span {
		font-size: 32px;
		font-weight: 400;
		line-height: 1.6;
		text-align: center;
		display: block;
		color: #222;
		margin-top: 20px;
	}
	.h2_cate02 h2 {
		font-family: 'Shippori Mincho', 'serif';
		color: #222;
		font-size: 90px;
		text-align: center;
		font-weight: normal;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid #000000;
		padding: 0 0 8px 0 !important;
	}
	.h3_cate h3 {
		font-size: 26px;
		font-weight: 500;
		line-height: 1.4 !important;
		text-align: center;
	}

}


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

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		border-bottom: 3px solid #000000;
		padding: 0 0 2vw 0 !important;
	}
	.h2_cate h2 {
		font-size: 5.5vw;
		font-weight: 500;
		line-height: 1.4 !important;
		text-align: center;
	}
	
	.h2_cate01 h2 span {
		font-size: 4.1vw;
		font-weight: 400;
		line-height: 1.6;
		text-align: center;
		display: block;
		color: #000;
		margin-top: 4vw;
	}
	.h2_cate01 h2 {
		font-family: 'Shippori Mincho', 'serif';
		color: rgba(214, 210, 201,0.8);
		font-size: 15vw;
		text-align: center;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid #000000;
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate h3 {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4 !important;
		text-align: center;
	}

}




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

	共通ボタン

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

/* 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;
		display: block;
		background-color: #c7bfb1;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 4em 0.9em;
	}
	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 10px;
		height: 15px;
		top: 50%;
		margin-top: -7px;
		right: 16px;
	}
}


/* 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;
		display: block;
		width: 80vw;
		background-color: #c7bfb1;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 0 0.9em;
		margin-left: auto;
		margin-right: auto;
	}
	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 2vw;
		height: 3vw;
		top: 50%;
		margin-top: -1.5vw;
		right: 3vw;
	}
}





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

	ここから各固定ページ

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


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

	実績紹介部分

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


/* カテゴリアイコン色 */
.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;
	}

}




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

	共通

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


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

	.service_title h2 {
		font-size: 32px;
		font-weight: 400;
		line-height: 1.6;
	}
	
	.service_title_sub:before {
		position: absolute;
		font-family: 'Shippori Mincho', 'serif';
		color: rgba(214,210,201,0.4);
		z-index: -1;
		line-height: 1;
		top: 50%;
	}
	
	.service_text {
		margin-top: 20px;
		line-height: 2;
		letter-spacing: 0.025em;
	}
	
	.service_img01 {
		text-align: right;
	}
	.service_img02 {
		text-align: left;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	.service_title {
		margin: 8.5vw 8vw 0;
	}
	.service_title h2 {
		font-size: 4.56323338vw;
		font-weight: 400;
		line-height: 1.6;
	}
	
	.service_text {
		line-height: 1.8;
		letter-spacing: 0.025em;
		margin: 3vw 8vw 0;
	}
	
	.service_img01 img,
	.service_img02 img {
		width: 100%;
		height: 100vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	.service_img01:before,
	.service_img02:before {
		position: absolute;
		font-family: 'Shippori Mincho', 'serif';
		color: rgba(214,210,201,1);
		z-index: -1;
		line-height: 1;
		font-size: 20vw;
		margin: 0 5.55vw;
		text-align: left;
	}
	
	.service_price {
		margin: 4vw 8vw 0;
	}
	
	.price_text {
		margin-right: 8vw;
	}
	
	
}




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

	EYELASH

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.page-eyelash .content01:before {
		content: 'DOUBLE\A EYELIFT';
		font-size: 150px;
		left: 20px;
		margin-top: -158px;
	}
	.page-eyelash .content02:before {
		content: 'PARISIENNE\A LASHLIFT';
		font-size: 150px;
		left: 20px;
		margin-top: -176px;
	}
	.page-eyelash .content03:before {
		content: 'LASH\A LIFT';
		font-size: 150px;
		left: 20px;
		margin-top: -186px;
		width: 50%;
	}
	
	.lash_point {
		background-color: #c7bfb1;
		color: #fff;
		text-align: center;
		font-size: 24px;
		font-weight: 100;
		padding: 52.5px 0;
	}
	.lash_point p {
		min-height: 82px;
		align-items: center;
		display: flex;
		justify-content: center;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	.page-eyelash .content01:before {
		content: 'DOUBLE\A EYELIFT';
		position: absolute;
		font-family: 'Shippori Mincho', 'serif';
		color: rgba(214,210,201,1);
		z-index: -1;
		line-height: 1;
		font-size: 18vw;
		margin: 0 5.55vw;
		text-align: left;
		top: -34vw;
		left: 1vw;
	}
	.page-eyelash .content02:before {
		content: 'PARI\A SIENNE\A LASH\A LIFT';
		position: absolute;
		font-family: 'Shippori Mincho', 'serif';
		color: rgba(214,210,201,1);
		z-index: -1;
		line-height: 1;
		font-size: 20vw;
		margin: 0 5.55vw;
		text-align: left;
		top: -78vw;
		left: 1vw;
	}
	.page-eyelash .content03:before {
		content: 'LASH\A LIFT';
		position: absolute;
		font-family: 'Shippori Mincho', 'serif';
		color: rgba(214,210,201,1);
		z-index: -1;
		line-height: 1;
		font-size: 20vw;
		margin: 0 5.55vw;
		text-align: left;
		top: -38vw;
		left: 1vw;
	}

	.page-eyelash .service_row01 {
		margin-top: 46vw;
	}
	.page-eyelash .service_row02 {
		margin-top: 90vw;
	}
	.page-eyelash .service_row03 {
		margin-top: 30vw;
	}
	
	.page-eyelash .service_price {
		margin: 0;
	}
	
	.page-eyelash .price_text {
		margin-right: 0;
	}
	
	.lash_point {
		background-color: #c7bfb1;
		color: #fff;
		text-align: center;
		font-size: 4.5vw;
		font-weight: 100;
		padding: 6vw 0;
		margin-bottom: 0.5vw;
	}
	
	.lash_box02 h2 {
		font-size: 13vw;
	}
	
	
}





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

	EYEBROWS

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.page-eyebrows .content01:before {
		content: '3D\A BROW';
		font-size: 150px;
		left: -30px;
		margin-top: -150px;
		margin-left: 60px;
	}
	.page-eyebrows .content02:before {
		content: 'NUANCE\A BROW';
		font-size: 145px;
		left: 30px;
		margin-top: -145px;
	}
	
	.brow_point {
		background-color: #c7bfb1;
		color: #fff;
		text-align: center;
		font-size: 24px;
		font-weight: 100;
		padding: 80px 0;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	.page-eyebrows .service_img01:before {
		content: '3D\A BROW';
		top: -38vw;
		left: 1vw;
	}
	.page-eyebrows .service_img02:before {
		content: 'NUANCE\A BROW';
		top: -38vw;
		left: -2vw;
	}
	
	.page-eyebrows .service_row01 {
		margin-top: 35.5vw;
	}
	.page-eyebrows .service_row02 {
		margin-top: 55vw;
	}
	.page-eyebrows .service_row03 {
		margin-top: 20vw;
	}
	
	.brow_point {
		background-color: #c7bfb1;
		color: #fff;
		text-align: center;
		font-size: 4.5vw;
		font-weight: 100;
		padding: 6vw 0;
		margin-bottom: 0.5vw;
	}
	
	
}





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

	ESTHETIC

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.page-esthetic .content01:before {
		content: 'VICTORY\A OF\A SKIN';
		font-size: 150px;
		margin-left: 60px;
		margin-top: -230px;
		width: 520px;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	.page-esthetic .service_row01 {
		margin-top: 35.5vw;
	}
	
	.page-esthetic .service_img01:before {
		content: 'VICTORY\A OF\A SKIN';
		top: -38vw;
		left: -4.7vw;
	}
	.page-esthetic .service_img01 img {
		width: 84vw;
	}
	
	
}




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

	ACCESS

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

.map_box a {
	width: 100%;
	height: 450px;
	display: block;
	z-index: 1;
	position: absolute;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.reserva_img a {
		/*pointer-events: none;*/
		position: relative;
	}
	/*.reserva_img a:before {
		content: '準備中';
		color: #fff;
		background-color: rgba(0,0,0,0.4);
		width: 265px;
		height: 86px;
		top: -20px;
		left: -20px;
		position: absolute;
		padding: 25px;
		font-size: 20px;
		text-align: center;
	}*/
	


	.acc_tel {
		text-align: center;
		margin-top: 20px;
	}
	.acc_tel a {
		font-size: 30px;
		pointer-events: none;
	}
	.acc_tel a span {
		font-size: 50px;
		margin-left: 10px;
	}

	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	/* .reserve_left {
		width: 39%;
		margin: 0 0 0 10vw;
	}
	.reserve_right {
		width: 30%;
		margin-left: 8vw;
	} */
	
	.reserva_img a {
		/*pointer-events: none;*/
		position: relative;
	}
	/*.reserva_img a:before {
		content: '準備中';
		color: #fff;
		background-color: rgba(0,0,0,0.4);
		width: 60vw;
		height: 15vw;
		top: -2vw;
		left: -8vw;
		position: absolute;
		padding: 3.6vw;
		font-size: 4.8vw;
		text-align: center;
	}*/
	
		
	.acc_tel {
		text-align: center;
		margin-top: 2vw;
	}
	.acc_tel a {
		font-size: 5vw;
		pointer-events: none;
	}
	.acc_tel a span {
		font-size: 9vw;
		margin-left: 2vw;
	}
}