@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;
	}

	.page-salon main, .page-menu main, .page-school main {
		padding-top: 0 !important;
	}

	.page-school main {
		padding-bottom: 0 !important;
	}
}



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

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

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}

	.page-salon main, .page-menu main, .page-school main {
		padding-top: 0 !important;
	}

	.page-school main {
		padding-bottom: 0 !important;
	}
}





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

	メイン画像

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_cate {
		position: relative;
		height: 60vh;
	}
	.main_cate_in {
		position: relative;
		height: 60vh;
		background: url(../img/other_mv.png) center center / cover no-repeat;
	}

	/* ミナコのコラムメイン画像 */
	.page-column .main_cate_in {
		background: url(../img/column_bc.png) center center / cover no-repeat;
	}

	/* アクセスページメイン画像 */
	.page-access .main_cate_in {
		background: url(../img/access_mv.png) center center / cover no-repeat;
	}

	/* 卒業生サロン紹介ページメイン画像 */
	.page-graduate .main_cate_in {
		background: url(../img/graduate_mv.png) center center / cover no-repeat;
	}

	/* サロン紹介ページメイン画像 */
	.page-salon .main_cate_in {
		background: url(../img/salon_mv.png) center bottom / cover no-repeat;
	}

	/* メニューページメイン画像 */
	.page-menu .main_cate_in {
		background: url(../img/menu_mv.png) center bottom / cover no-repeat;
	}

	/* セラピスト育成ページメイン画像 */
	.page-school .main_cate_in {
		background: url(../img/school_mv.png) center bottom / cover no-repeat;
	}

	/* お客様の声ページメイン画像 */
	.page-voice .main_cate_in {
		background: url(../img/voice_mv.png) center bottom / cover no-repeat;
	}
	
	

	/* メイン画像のタイトル */
	.main_cate_in p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #1E2E65;
		font-size: 2.813em; /* 45px */
		letter-spacing: 0.3em;
		margin-top: -40px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_cate {
		position: relative;
		height: 40vh;
	}
	.main_cate_in {
		position: relative;
		height: 40vh;
		background: url(../img/other_mv.png) center center / cover no-repeat;
	}

	/* ミナコのコラムメイン画像 */
	.page-column .main_cate_in {
		background: url(../img/column_bc.png) center center / cover no-repeat;
	}

	/* アクセスページメイン画像 */
	.page-access .main_cate_in {
		background: url(../img/access_mv.png) center center / cover no-repeat;
	}

	/* 卒業生サロン紹介ページメイン画像 */
	.page-graduate .main_cate_in {
		background: url(../img/graduate_mv.png) center center / cover no-repeat;
	}

	/* サロン紹介ページメイン画像 */
	.page-salon .main_cate_in {
		background: url(../img/salon_mv.png) center bottom / cover no-repeat;
	}

	/* メニューページメイン画像 */
	.page-menu .main_cate_in {
		background: url(../img/menu_mv.png) center bottom / cover no-repeat;
	}

	/* セラピスト育成ページメイン画像 */
	.page-school .main_cate_in {
		background: url(../img/school_mv.png) center bottom / cover no-repeat;
	}
	/* お客様の声ページメイン画像 */
	.page-voice .main_cate_in {
		background: url(../img/voice_mv.png) center bottom / cover no-repeat;
	}
	
	

	/* メイン画像のタイトル */
	.main_cate_in p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #1E2E65;
		font-size: 2em; /* 32px */
		letter-spacing: 0.3em;
		width: 100%;
    	text-align: center;
	}
}











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

	セクション

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

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

	/* 2カラム
	----------------------------------------------- */
	.col2_1,
	.col2_1_long,
	.col2_1_middle,
	.col2_1_short,
	.col2_1_vshort,
	.col2_1_mshort {
		margin-right: 20px;
	}
	.col2_2,
	.col2_2_long,
	.col2_2_middle,
	.col2_2_short,
	.col2_2_vshort,
	.col2_2_mshort {
		margin-left: 20px;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-right: 20px;
	}
	.col3_2 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.col3_3 {
		margin-left: 20px;
	}

	/* 3カラム画像トリミング */
	.col3_1 img,
	.col3_2 img,
	.col3_3 img {
		width: 100%;
		height: 209px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}

}




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

	/* 2カラム
	----------------------------------------------- */
	.col2_1 {
	}
	.col2_1_long {
		margin-top: 16vw;
	}
	.col2_1_middle {
		margin-top: 12vw;
	}
	.col2_1_short {
		margin-top: 8vw;
	}
	.col2_1_vshort {
		margin-top: 4vw;
	}
	.col2_1_mshort {
		margin-top: 3vw;
	}

	.col2_2 {
	}
	.col2_2_long {
		margin-top: 16vw;
	}
	.col2_2_middle {
		margin-top: 12vw;
	}
	.col2_2_short {
		margin-top: 8vw;
	}
	.col2_2_vshort {
		margin-top: 4vw;
	}
	.col2_2_mshort {
		margin-top: 3vw;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-top: 0;
	}
	.col3_2,
	.col3_3 {
		margin-top: 12vw;
	}

	/* 3カラム画像トリミング */
	.col3_1 img,
	.col3_2 img,
	.col3_3 img {
		width: 100%;
		height: 61vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}

}





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

	マージンボックス

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

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

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

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

}



/* 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;
	}
	.top_mshort {
		margin-top: 3vw;
	}

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

}




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

	パディングボックス

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

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

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

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

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.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;
	}
	.row_mshort {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/* 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_top_mshort {
		padding-top: 3vw;
	}

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

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.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_mshort {
		padding-top: 3vw;
		padding-bottom: 3vw;
	}


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




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

	カラーボックス

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

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

/* カラー02 */
.row_c02 {
	background: url(../img/spacer.gif) center top / auto auto repeat ,#444444;
	color: #ffffff;
}

/* ボーダー囲い色 */
.box_border {
	border-color: #cccccc;
}


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

	/* カラー01 */
	.row_c01 {
	}

	/* カラー02 */
	.row_c02 {
	}

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border-style: solid;
		border-width: 4px;
	}
}



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

	/* カラー01 */
	.row_c01 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border-style: solid;
		border-width: 4px;
	}
}




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

	見出し

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

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

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		border-bottom: 3px solid;
		padding: 0 0 12px 0 !important;
	}
	.h2_cate h2 {
		font-size: 32px;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h2_cate h2 {
		color: inherit;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}

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

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 8px 0 !important;
	}
	.h3_col3 h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}


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

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		border-bottom: 3px solid;
		padding: 0 0 2vw 0 !important;
	}
	.h2_cate h2 {
		font-size: 5.5vw;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h2_cate h2 {
		color: inherit;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}

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

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 1vw 0 !important;
	}
	.h3_col3 h3 {
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}




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

	共通ボタン

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

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

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.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;
	}
	.link_common ul li:not(:first-child) {
		margin-left: 20px;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		background-color: #666666;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 4em 0.9em;
	}
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		background-color: #ffffff;
		color: #444444;
	}

	.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;
	}
	.row_c01 .link_common ul li a::after {
	}
	.row_c02 .link_common ul li a::after {
		background: url(../img/arrow2.png) center top / contain no-repeat;
	}
}


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

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
		font-size: 4vw;
	}
	.link_common ul li:not(:first-child) {
		margin-top: 2vw;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		width: 80vw;
		background-color: #666666;
		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;
	}
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		background-color: #ffffff;
		color: #444444;
	}

	.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;
	}
	.row_c01 .link_common ul li a::after {
	}
	.row_c02 .link_common ul li a::after {
		background: url(../img/arrow2.png) center top / contain no-repeat;
	}
}





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

	ここから各固定ページ

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


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

	実績紹介部分

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


/* カテゴリアイコン色 */
.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;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.works_wrap > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 320px;
		margin-left: 20px;
		font-size: 16px;
		letter-spacing: 0;
	}
	.works_wrap > ul > li:nth-of-type(3n+1) {
		margin-left: 0;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 16px;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		position: relative;
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


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


	/* 投稿記事見出し */
	.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;
	}
	.works_wrap > ul > li:not(:first-child) {
		margin-top: 6vw;
	}

	.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: absolute;
		top: 4vw;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


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


	/* 投稿記事見出し */
	.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) {
	.category_link {
		margin-bottom: 100px;
	}
	.category_link ul{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.category_link ul li a{
		padding: 10px 20px;
		background-color: #0359AE;
		display: inline-block;
		color: #fff;
		text-align: center;
		margin: 10px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.category_link {
		margin-bottom: 40px;
	}
	.category_link ul li a{
		padding: 10px 20px;
		background-color: #0359AE;
		display: inline-block;
		color: #fff;
		text-align: center;
		width: 100%;
	}
	.category_link ul li:not(:last-child){
		margin-bottom: 10px;
	}
}





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

	サロン紹介ページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.salon_concept {
		background-color: #F0F4F5;
		padding: 130px 15px;
	}

	/* オーナーセクション */
	.owner_name p{
		font-size: 0.875em;
		
	}
	.owner_name h2{
		font-size: 1.75em;
		font-weight: 400;
		margin-top: 0;
	}
	.owner_name h2 span{
		font-size: 0.643em;
	}

	/* オーナースキル */
	.owner_skil {
		padding: 30px 20px;
		background-color: #F4F4F7;
	}

	/* ご挨拶 */
	.salon_greeting {
		background: url(../img/nami_bc.png) center top / cover no-repeat;
	}

	/* 設備・サロン紹介 */
	.salon_list {
		background-color: #F0F4F5;
	}

	/* 施術の流れ */
	.flow {
		max-width: 760px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
	}
	.flow:not(:last-child) {
		margin-bottom: 20px;
	}
	.flow p {
		font-size: 0.875em;
		padding: 20px;
		background-color: #F0F4F5;
		margin-top: 0;
		width: 100%;
	}
	.flow p span {
	  font-size: 0.7rem;
	  margin-left: 30px;
	}
	.flow .num {
		width: 60px;
		background-color: #0359AE;
		padding: 0 13px;
	}
	.num1, .num2, .num3, .num4, .num5, .num6 {
		position: relative;
	}
	.flow .num1::before {
		content: "";
		width: 30px;
		height: 20px;
		background: url(../img/01.png) center top / 100% no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.flow .num2::before {
		content: "";
		width: 30px;
		height: 20px;
		background: url(../img/02.png) center top / 100% no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.flow .num3::before {
		content: "";
		width: 30px;
		height: 28px;
		background: url(../img/03.png) center top / 100% no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.flow .num4::before {
		content: "";
		width: 30px;
		height: 24px;
		background: url(../img/04.png) center top / 100% no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.flow .num5::before {
		content: "";
		width: 30px;
		height: 27px;
		background: url(../img/05.png) center top / 100% no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.flow .num6::before {
		content: "";
		width: 30px;
		height: 25px;
		background: url(../img/06.png) center top / 100% no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}


}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.salon_concept {
		background-color: #F0F4F5;
		padding: 40px 15px;
		margin: 0 calc(50% - 50vw);
  		width: 100vw;
	}
	.salon_concept h2{
		font-size: 6vw;
	}

	/* オーナーセクション */
	.owner_name p{
		font-size: 0.875em;
		
	}
	.owner_name h2{
		font-size: 1.75em;
		font-weight: 400;
		margin-top: 0;
	}
	.owner_name h2 span{
		font-size: 0.643em;
	}

	/* オーナースキル */
	.owner_skil {
		padding: 30px 20px;
		background-color: #F4F4F7;
	}

	/* ご挨拶 */
	.salon_greeting {
		background: url(../img/nami_bc.png) center top / cover no-repeat;
		margin: 0 calc(50% - 50vw);
		margin-top: 16vw;
  		width: 100vw;
		padding-left: 15px;
		padding-right: 15px;
	}

	/* 設備・サロン紹介 */
	.salon_list {
		background-color: #F0F4F5;
		margin: 0 calc(50% - 50vw);
  		width: 100vw;
		padding-left: 15px;
		padding-right: 15px;
	}

	/* 施術の流れ */
	.flow {
		max-width: 760px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
	}
	.flow:not(:last-child) {
		margin-bottom: 20px;
	}
	.flow p {
		font-size: 0.875em;
		padding: 20px;
		background-color: #F0F4F5;
		margin-top: 0;
		width: 100%;
	}
	.flow p span {
		  font-size: 0.7rem;
		  margin-left: 20px;
		display: block;
}
	.flow .num {
		width: 60px;
		background-color: #0359AE;
		padding: 0 13px;
	}
	.num1, .num2, .num3, .num4, .num5, .num6 {
		position: relative;
	}
	.flow .num1::before {
		content: "";
		width: 30px;
		height: 20px;
		background: url(../img/01.png) center top / 100% no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.flow .num2::before {
		content: "";
		width: 30px;
		height: 20px;
		background: url(../img/02.png) center top / 100% no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.flow .num3::before {
		content: "";
		width: 30px;
		height: 28px;
		background: url(../img/03.png) center top / 100% no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.flow .num4::before {
		content: "";
		width: 30px;
		height: 24px;
		background: url(../img/04.png) center top / 100% no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.flow .num5::before {
		content: "";
		width: 30px;
		height: 27px;
		background: url(../img/05.png) center top / 100% no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.flow .num6::before {
		content: "";
		width: 30px;
		height: 25px;
		background: url(../img/06.png) center top / 100% no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.owner_img {
		width: 80% !important;
		margin: 0 auto;
	}
	.owner_name {
		text-align: center;
	}
}





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

	メニューページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.menu_concept {
		background-color: #F0F4F5;
		padding: 130px 15px;
		margin: 0 calc(50% - 50vw);
  		width: 100vw;
	}

	.salon_menu {
		background-color: #F0F4F5;
		
	}

	.salon_menu_title {
	padding-bottom: 20px;
	}

	.salon_menu_title h2 {
		margin-bottom: 15px;
	}
	.salon_menu_title p {
		margin-top: 0px;
		text-align: center;
	}

	/* 料金表 */
	.menu_item {
		background-color: #fff;
		padding: 40px 15px;
	}
	.ninsin01{
		padding-top: 10px;
	}
	.menu_item_title {
		font-size: 1.25em; /* 28px */
		padding-bottom: 15px;
		font-weight: 300;
		margin-top: 0px;
		text-align: center;
	}
	.dashed {
		background-image : linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
		background-size: 8px 1px;          /* グラデーションの幅・高さを指定 */
		background-position: left bottom;  /* 背景の開始位置を指定 */
		background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
	}

	.menu_item_price td, .menu_item_price th {
		font-size: 0.875em !important;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.online_price {
		margin-top: 15px;
	}

	.syonika {
		font-size: 0.875em; /* 14px */
		line-height: 2.3;
	}
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.menu_concept {
		background-color: #F0F4F5;
		padding: 40px 15px;
		margin: 0 calc(50% - 50vw);
  		width: 100vw;
	}
	.menu_concept h2{
		font-size: 6vw;
	}
	.salon_menu {
		background-color: #F0F4F5;
		margin: 0 calc(50% - 50vw);
  		width: 100vw;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 16vw;
	}

	.salon_menu_title {
	padding-bottom: 20px;
	}

	.salon_menu_title h2 {
		margin-bottom: 15px;
	}
	.salon_menu_title p {
		margin-top: 0px;
		text-align: center;
	}

	/* 料金表 */
	.menu_item {
		background-color: #fff;
		padding: 40px 15px;
	}
	.menu_item_btn{
		margin-bottom: 0!important;
	}
	.menu_item_title {
		font-size: 1.25em; /* 28px */
		padding-bottom: 15px;
		font-weight: 300;
		margin-top: 0px;
		text-align: center;
	}
	.dashed {
		background-image : linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
		background-size: 8px 1px;          /* グラデーションの幅・高さを指定 */
		background-position: left bottom;  /* 背景の開始位置を指定 */
		background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
	}

	.menu_item_price td, .menu_item_price th {
		font-size: 0.875em !important;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.online_price {
		margin-top: 15px;
	}
	.syonika {
		font-size: 3vw; /* 14px */
		line-height: 2.3;
	}
	.mt_20 {
		margin-top: 20px;
	}
}





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

	セラピスト育成ページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.school_program .section_title_lb h2{
		margin-bottom: 40px;
	}
	.school_program_in {
		padding: 65px 15px;
		background-color: #F0F4F5;
	}
	.school_program_in img {
		width: 730px;
		margin-left: auto;
		margin-right: auto;
	}
	.school_content {
		background: url(../img/minamo-bc.png) center top / cover no-repeat;
		padding: 130px 15px;
	}
	.model_text {
		background-color: #F0F4F5;
		width: 730px;
		margin-left: auto;
		margin-right: auto;
		padding: 40px 20px;
	}
	.model_text_title {
		font-size: 1.25em;
		color: #607D9A;
		text-align: center;
		position: relative;
		padding: 10px;
		background-color: #F0F4F5;
		z-index: 10;
	}
	.model_text_title::before {
		content: "";
		width: 38%;
		height: 0.5px;
		background-color: #607D9A;
		position: absolute;
		left: 0%;
		top: 50%;
	}
	.model_text_title::after {
		content: "";
		width: 38%;
		height: 0.5px;
		background-color: #607D9A;
		position: absolute;
		right: 0%;
		top: 50%;
	}

	.model_text.content_text p{
		margin-top: 0px;
	}

	.school_menu_title h4{
		padding-bottom: 5px;
		border-bottom: 1.5px solid #607D9A;
		color: #607D9A;
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
	}
	.school_text {
		margin-left: 10px;
		margin-right: 10px;
	}
	.mt_20 {
		margin-top: 20px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.school_program .section_title_lb h2{
		margin-bottom: 40px;
	}
	.school_program_in {
		padding: 65px 15px;
		background-color: #F0F4F5;
	}
	.school_program_in img {
		width: 730px;
		margin-left: auto;
		margin-right: auto;
	}
	.school_content {
		background: url(../img/minamo-bc.png) center top / cover no-repeat;
		padding: 60px 15px;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 16vw;
	}
	.model_text {
		background-color: #F0F4F5;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 20px 10px;
	}
	.model_text_title {
		font-size: 1.25em;
		color: #607D9A;
		text-align: center;
		position: relative;
		padding: 10px;
		background-color: #F0F4F5;
		z-index: 10;
	}
	.model_text_title::before {
		content: "";
		width: 30%;
		height: 0.5px;
		background-color: #607D9A;
		position: absolute;
		left: 0%;
		top: 50%;
	}
	.model_text_title::after {
		content: "";
		width: 30%;
		height: 0.5px;
		background-color: #607D9A;
		position: absolute;
		right: 0%;
		top: 50%;
	}

	.model_text.content_text p{
		margin-top: 0px;
	}

	.school_menu.content_title h3{
		text-align: left;
	}

	.school_menu_title h4{
		padding-bottom: 5px;
		border-bottom: 1.5px solid #607D9A;
		color: #607D9A;
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 1.2em;
	}
	.school_text {
		margin-left: 10px;
		margin-right: 10px;
	}
}





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

	アクセスページ

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

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.access_table th {
		background-color: #607D9A;
		color: #fff;
		font-size: 0.875em !important;
	}
	.access_table td {
		padding-left: 20px !important;
		font-size: 0.875em !important;
	}
	.access_table tr {
		border: 1px solid #eeeeee;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.access_table th {
		background-color: #607D9A;
		color: #fff;
	}
	.access_table td {
		padding-left: 10px !important;
	}
	.access_table tr {
		border: 1px solid #eeeeee;
	}
	.page-access iframe {
		height: 280px;
	}
}



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

  特商法ページ

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


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

}



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

	.page-law .content_title h3 {
		text-align: left;
	}
	.page-privacy .content_title h3 {
		text-align: left;
	}
}
