@charset "utf-8";


/* common =============================================================
	
	Header
	Contents Bottom
	Footer
	List
	Button
	Color
	Table
	Anchor Navgation
	Anchor
	
	★中ページ共通スタイル 915
	★メンズメニュー 1290
	★レディースメニュー　1374
	★サロン紹介　1460
	
======================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Muli:300,400');
	@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap');
	
	.u-fontMuli {font-family: 'Muli', sans-serif; font-weight: 300;}
	.u-fontCn   {font-family: 'Noto Sans SC', sans-serif;}

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

	Header
	
======================================================================== */
		
	.p-logo {
		float: left;
		}

	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/

		.p-logo {
			padding-bottom: 20px;
			}
	}

	@media screen and (max-width: 48em) {
		/*SP*/

		.is-header-fixed {
			position: fixed;
			width: 100%;
			height: 65px;
			top: 0;
			left: 0;
			background-color: rgba(255,255,255,1);
			z-index: 999;
			}
		.p-logo {
			margin-left: 5%;
			margin-top: 10px;
			}
		.p-logo-img {
			height: 45px;
			}
				
	}


	
	/*	p-primary (PC only / SNS)
	----------------------------------------------------*/
	
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		
		.p-primary {
			float: right;
			margin-top: 35px;
			}
		.c-primary-list-items {
			display: inline-block;
			width: 175.5px;
			height: 48px;
			}
        .c-primary-list-items2 {
			display: inline-block;
			width: 120px;
			height: 48px;
            margin-left: 5px;
			}
         .c-primary-list-items3 {
			display: inline-block;
			width: 100px;
			height: 42px;
            margin-left: 5px;
			}   		
	}

    		
	
	
	/*----------------------------------------------------
	
		 hamburger menu (SP only)
		 
	----------------------------------------------------*/
	
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		
		.p-btnMenu,
		.p-navigation {
			display: none;
			}
	
	}

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.l-header .l-wrap {
			margin: 0;
			}
	
		.scroll {
			border-bottom: solid 1px #000000;
			}
		.p-btnMenu {
			cursor: pointer;
			display: block;
			position: fixed;
			top: 10px;
			right: 5%;
			z-index: 51;
			width: 45px;
			height: 45px;
			background: url(../img/common/btn_menu.png) no-repeat;
			background-size: 45px 45px;
			}
		.p-navigation {
			display: none;
			position: fixed;
			z-index: 9000;
			top: 65px;
			width: 100vw;
			height: auto;
			background-color: #4A1D0E;
			border-top: solid 1px #4A1D0E;
			}	
		.c-nav-list-items {
			width: 50%;
			float: left;
			}
		.c-nav-list-items.coloum {
			width: 100%;
			float: inherit;
			overflow: hidden;
			}
		.c-nav-list-items a {
			border-right: solid 1px #666666;
			}
		.c-border-right-none {
			border-right: none;
			}
		/*.c-nav-list-items:nth-child(2n) a {
			border-right: none;
			}*/
		.c-nav-list-items:nth-child(odd) a {
			border-right: none;
			}
		.c-nav-list-items a {
			position: relative;
			display: block;
			border-bottom: solid 1px #666666;
			box-sizing: content-box;
			font-size: 12px;
			color: #FFF !important;
			text-decoration: none !important;
			}
		.c-nav-list-items a {
			padding: 10px 5%;
			}
		.c-nav-list-items.coloum a {
			padding: 10px 5%;
			}
			
			.c-nav-list-items a:before{
				display: block;
				content: "";
				position: absolute;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				top: 50%;
				right: 17px;
				width: 9px;
				height: 9px;
				margin-top: -5px;
				background-color: #FFF;
				}
			.c-nav-list-items a:after{
				display: block;
				content: "";
				position: absolute;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				top: 50%;
				right: 20px;
				width: 9px;
				height: 9px;
				margin-top: -5px;
				background-color: #4A1D0E;
				}
            .u-bgcGrey-dark a:after{
				background-color: #333333;
				}
		
		.c-nav-list-items-reservation {
			background-color: #F7F7F7;
			padding: 16px 3%;
			box-sizing: border-box;
			width: 50%;
			float: left;
/*			border-bottom: solid 1px #000000;*/
			}
		.c-nav-list-items-reservation01 {
			width: 100%;
			}
		.c-reservation-img {
			width: auto !important;
			}
		.c-nav-list-items-reservation01 img {
			width: 60% !important;
			}		

					
	}
	@media screen and (max-width: 320px) {	
		.c-nav-list-items.small a {
			font-size: 10px;
			padding: 11.5px 5%;
			}
	}


	
	/*	l-gnav (PC only)
	----------------------------------------------------*/

	.l-gnav {
		clear: both;
		overflow: hidden;
		}
	.c-gnav-list-items {
		box-sizing: border-box;
		border-right: solid 1px #666666;
		}
	.c-gnav-list-items.home {
		box-sizing: border-box;
		border-left: solid 1px #666666;
		}
	.c-gnav-list-items a {
		color: #FFF;
		display: block;
		text-align: center;
		}
	.c-gnav-list-items {
		width: 25%;
		float: left;
		margin: 10px 0;
		}


	.l-gnav a,
	.l-fnav a {
		text-decoration: none !important;
		}



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

	Contents Bottom
	
======================================================================== */


	/*	Pagetop
	----------------------------------------------------*/

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.c-pagetop-img {
			width: 45px;
			height: 45px;
			}
	
	}
	

	/*	l-btmAddress
	----------------------------------------------------*/
		
	.c-f-logo-img {
		width: 269px;
		}
	.c-tel-img {
		width: 173.5px;
		}
	.c-mail-img {
		width: 236.5px;
		}
	.c-f-time {
		line-height: 120%;
		margin-bottom: 10px;
		}

	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/

		.p-footerAddress {
			display:-webkit-box;
			display:-ms-flexbox;
			display: flex;
			justify-content: space-between;
			}	
		.p-threeColum {
			width: 33.333%;
			min-height: 100px;
			box-sizing: border-box;
			border-right: solid 1px #333333;
			}
		
		.c-f-block {
			padding: .5rem 0 .5rem 20px;
			}
		.c-f-time dt {
			float: left;
			width: 70px;
			}
		.c-f-time dd {
			overflow: hidden;
			}
		.c-holiday {
			line-height: 140%;
			}

	}

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.p-threeColum {
			border-bottom: solid 1px #333333;
			}
		.c-f-block {
			text-align: center;
			padding: 1rem 0;
			}
		.c-f-time {
			text-align: center;
			}
		.c-f-time dt {
			display: inline;
			}
		.c-f-time dd {
			margin-bottom: 1rem;
			display: inline;
			}

	}
	

	/*	p-linkbn
	----------------------------------------------------*/
	
	.p-linkbn {
		clear: both;
		padding-top: 30px;
		}

	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		
		.p-linkbn {
			display:-webkit-box;
			display:-ms-flexbox;
			display: flex;
			justify-content: space-between;
			}
		
	}

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.p-linkbn {
			text-align: center;
			}
		.c-linkbn-items {
			margin-top: 1rem;
			}

	}




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

	Footer
	
======================================================================== */
	


	/*	l-fnav (PC only)
	----------------------------------------------------*/
			
	.l-fnav {
		text-align: center;
		margin-bottom: 70px;
		}
	.l-fnav a {
		color: #FFF;
		}
	.c-fnav-list-items {
		display: inline;
		padding: 0 12px 0 7px;
		border-right: solid 1px #FFFFFF;
		}
	.c-fnav-list-items:last-child {
		border-right: none;
		}
	.p-f-sns {
		margin-top: 20px;
		}
		.p-f-sns .c-primary-list-items {
			width: 42.5px;
			height: 42px;
			margin-left: 3px;
			}
	.p-f-fee {
		margin-top: 20px;
		}
		.p-f-fee .c-primary-list-items3 {
			width: 100px;
			height: 42px;
			margin-left: 3px;
			font-weight: bolder;
			}	
		.p-f-fee span {
    vertical-align: top;
  line-height: 40px;
}
		.p-f-fee img {
  vertical-align: middle;
			height: 42px;
}


	/*	c-copy
	----------------------------------------------------*/

	.c-copy {
		text-align: center;
		font-size: 90%;
		}	

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.c-copy {
			padding-bottom: 10px;
			}
		
	}




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

	List
	
======================================================================== */

	.p-list-disc {
		list-style-type: disc;
		margin-left: 2rem;
		}
		
	/* 画像横並び（2カラム） */
	.p-list-colums {
		text-align: center;
		overflow: hidden;
		}
	.c-list-colums_two {
		margin-top: 1rem;
		}

		.p-column-wrap {
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			flex-flow: row wrap;
			justify-content: space-between;
			}	
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		
		.c-list-colums_two,
		.c-colums_two {
			width: 48%;
			}
		.c-list-colums_two:nth-child(odd),
		.c-colums_two:nth-child(odd) {
			float: left;
			}
		.c-list-colums_two:nth-child(even),
		.c-colums_two:nth-child(even) {
			float: right;
			}
			
		/*TOP　4つの特徴*/
		.c-img-4features {
			width: 49%;
			}
		/*TOP　クーポン*/
		.c-img-coupon {
			width: 49%;
			}	
		.p-colums-inner {
			display: flex;
			justify-content: space-between;
			}
		.p-colums_two {
			width: 49%;
			}
		
		/*現場のノウハウ～よくある質問*/
		.p-faq-list::before {
			content: "";
			display: block;
			width: 18%;
			order: 1;
			}
		.p-faq-list::after {
			content: "";
			display: block;
			width: 18%;
			}
		.c-faq-list--item {
			width: 18%;
			margin-top: 2%;
			}
		
	}

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.c-colums_two+.c-colums_two {
			margin-top: 1.8rem;
			}

		/*現場のノウハウ～よくある質問*/
		.c-faq-list--item {
			width: 32%;
			margin-top: .8rem;
			text-align: center;
			}
		
		.c-list-colums_two {
			width: 100%;
			}
		
	}
	/* 画像横並び（3カラム） */
		.c-example-list {
			-js-display: flex;
			display: flex;
			flex-wrap: wrap;
			flex-flow: row wrap;
			justify-content: space-between;
			padding-top: 1rem;
			}
		.c-example-list::after {
			content: "";
			display: block;
			width: 350px;
			}
		.c-example-list-item {
			width: 350px;
			}
		.c-example-list-item2 {
			width: 725px;
			}
	@media screen and (max-width: 48em) {
		/*SP*/
		
		.is-anchor#volumeup,
		.is-anchor#color-extension,
		.is-anchor#information {
			padding-top: 80px;
			}
		.c-exampleBox#color-extension,
		.c-exampleBox#information {
			margin-top: 2rem;
			}
		.c-exampleBox#volumeup .u-mtl,
		.c-exampleBox#color-extension .u-mtl {
			margin-top: 2.4rem !important;
			}
		.c-example-list-item {
			text-align: center;
			margin-top: 1.6rem;
			}
	}
	
	@media screen and (max-width: 414px) {
		.u-sp-db { display: block; }
	}

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

	Button
	
======================================================================== */

	/*↓矢印（white + circle）*/
	.c-u-arrow {
		width: 24px;
		height: 24px;
		}
		
	/* 赤ボタン */
	.c-btn-red:hover {
		border-color: #A93232;
		color: #A93232 !important;
		}

	.c-btn-more a {
		display: block;
		padding: 4px 0;
		}
	.u-bgcGrey.c-btn-more a:hover {
		background-color: #999;
		color: #FFF;
		}
	
	a.c-button {
		display: block;
		padding: .7em 10px;
		text-decoration: none;
		}
	a.c-button-gray {
		box-sizing: border-box;
		border: solid 1px #fff;
		background-color: #EADCD1;
		color: #4A1D0E;
		}
	a.c-button-gray-light {
		box-sizing: border-box;
		border: solid 1px #999;
		background-color: #6C6C6C;
		color: #FFF;
		}
	a.c-button-pink {
		box-sizing: border-box;
		border: solid 1px #999;
		background-color: #C45893;
		color: #FFF;
		}
	a.c-button-purple {
		box-sizing: border-box;
		border: solid 1px #999;
		background-color: #590059;
		color: #FFF;
		}
	a.c-button-red-dark {
		box-sizing: border-box;
		border: solid 1px #999;
		background-color: #7D423C;
		color: #FFF;
		}
	a.c-button-beige {
		box-sizing: border-box;
		border: solid 1px #999;
		background-color: #886451;
		color: #FFF;
		}
	a.c-button-gradation-blue {
		box-sizing: border-box;
		border: solid 1px #999;
		background: rgb(46,173,255);
		background: -moz-linear-gradient(top,  rgba(46,173,255,1) 0%, rgba(46,125,255,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(46,173,255,1) 0%,rgba(46,125,255,1) 100%);
		background: linear-gradient(to bottom,  rgba(46,173,255,1) 0%,rgba(46,125,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eadff', endColorstr='#2e7dff',GradientType=0 );
		color: #FFF;
		}
	.c-button-link,
	.c-button-link2,
	.c-button-camera {
		font-size: 110%;
		position: relative;
		}
	.c-button-link:after {
		font-family: FontAwesome;
		content: "\f13a";
		position: absolute;
		top: 0px;
		right: .5em;
		font-size: 180%;
		}
	.c-button-link.c-button-gray:after {
		color: #4A1D0E;
		}
	.c-button-link2:after {
		font-family: FontAwesome;
		content: "\f138";
		position: absolute;
		top: 0px;
		right: .5em;
		font-size: 180%;
		}
	.c-button-camera:before {
		font-family: FontAwesome;
		content: "\f03d";
		position: absolute;
		top: 0px;
		left: .5em;
		font-size: 180%;
		}
	
	.c-button-cart {
		display: block;
		font-size: 110%;
		padding: 0 0 6px 0 !important;
		}
	.c-button-cart:before {
		font-family: FontAwesome;
		content: "\f07a";
		position: relative;
		top: 2px;
		margin-right: 10px;
		font-size: 180%;
		color: #999;
		}
		
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		.c-button-link, .c-button-link2,
		.c-button-half {
			width: 360px;
			}
		.c-button-center {
			margin: 0 auto;
			}
		.c-button-right {
			margin: 0 0 0 auto;
			}
	}
	@media screen and (max-width: 320px) {	
		.c-button-link,
		.c-button-link2 {
			font-size: 100%;
			}
	}



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

	Color
	
======================================================================== */

	.u-cRed2		{ color: #CC0000; }
	.u-cPink		{ color: #C45892 !important; }
	.u-cBrown		{ color: #79483B; }
	.u-cBrown2  { color: #7E2A00 !important; }
	.u-cBrown3  { color: #663300; }
	
	.u-bgcDarkBrown { background-color: #211815; }
	.u-bgcPink			{ background-color: #C45893; }
	.u-bgcPurple		{ background-color: #590059; }
	.u-bgcGrey-light2 { background-color: #EFEFEF; }
	.u-bgcGrey-light3 {	background-color: #BAB5B5; }



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

	Table
	
======================================================================== */

	.p-table-share {
		width: 100%;
		border-top: solid 1px #CCCCCC;
		border-left: solid 1px #CCCCCC;
		border-right: solid 1px #CCCCCC;
		box-sizing: border-box;
		}
	.p-table-share th,
	.p-table-share td {
		padding: 10px;
		border-bottom: solid 1px #CCCCCC;
		box-sizing: border-box;
		}
	.p-table-share th {
		background-color: #F2F2F2;
		text-align: left;
		font-weight: normal;
		}

		
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/

		.p-table-share th {
			border-right: solid 1px #CCCCCC;
			}
		.u-w220 { width: 220px; }
		
	}

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.p-table-share th,
		.p-table-share td {
			display: block;
			}
	
	}



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

	Anchor Navgation
	
======================================================================== */
		
		.p-anchorNav {
			margin-bottom: 5.6rem;
			}
		.c-anchorNav-list-items {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			text-align: center;
			position: relative;
			}
		.c-anchorNav-list-items.u-fontMincho .c-button {
			padding: .6em 10px;
			}
		.c-anchorNav-list-items.u-fontMincho .c-button-link {
			letter-spacing: 0.05em;
			}
		
		.c-anchorNav-list-items .c-icon-new::before {
			content: '';
			display: inline-block;
			background-image: url(../img/common/icon_new.png);
			position: absolute;
			}	
			
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/

		.c-anchorNav-list {
			-js-display: flex;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			flex-flow: row wrap;
			justify-content: space-between;
			}
		.c-anchorNav-list-items .c-button-link {
			width: 470px;
			}
		.c-anchorNav-list-items.u-fontMincho .c-button-link {
			font-size: 21px;
			}
		.c-anchorNav-list-items:nth-child(3),
		.c-anchorNav-list-items:nth-child(4) {
			margin-top: 2.2rem;
			}
		
		.c-anchorNav-list-items .c-icon-new::before {
			left: 20px;
			top: -5px;
			width: 81px;
			height: 80px;
			}
		
	}

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.c-anchorNav-list-items+.c-anchorNav-list-items {
			margin-top: 0.8rem;
			}
		.c-anchorNav-list-items.u-fontMincho .c-button-link {
			font-size: 118%;
			}

		.c-anchorNav-list-items .c-icon-new::before {
			background-size: 51px 50px;
			left: 10px;
			top: 2px;
			width: 51px;
			height: 50px;
			}
	}



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

	Anchor
	ページ内アンカーリンク
	
======================================================================== */

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.is-anchor {
			margin-top: -70px;
			padding-top: 70px;
			}
	
	}
		


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

	★中ページ共通スタイル
	
======================================================================== */

	/***
	Page Title
	***/
	.l-pageTitle-wrap {
		background-image: url(../img/title/bg_pagetitle.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		}
	.p-pageTitle {
		position: relative;
		}

	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/	

		.l-pageTitle-wrap {
			height: 100px;
			margin-bottom: 40px;
			}
		.p-pageTitle {
			top: 30px;
			}

	}

	@media screen and (max-width: 48em) {
		/*SP*/
	
		.l-pageTitle-wrap {
			background-size: contain;
			margin-bottom: 20px;
			}
		.p-pageTitle {
			padding: 1rem 0;
			}
		.p-pageTitle img {
			height: 38px;
			}
	
	}


	/***
	セクション
	***/
	.c-section-title {
		color: #4A1D0E;
		font-weight: normal;
		margin-bottom: 10px;
		}
	.c-section-title.large {
		font-size: 180%;
		}
	.c-sub-title {
		font-weight: normal;
		border-bottom: solid 3px #ccc;
		}
		.c-sub-title i {
			font-size: 120%;
			margin-left: 5px;
			}
	.c-section-title-ribbon {
		font-weight: normal;
		color: #FFF;
		letter-spacing: 0.06em;
		position: relative;
		}
		.c-section-title-ribbon::before {
			content: '';
			display: inline-block;
			background-image: url(../img/common/ribbon.png);
			position: absolute;
			}
	.c-section-title-desc {
		font-size: 120%;
		}
	
	/***
	半円タイトル
	***/
	.p-tit-semicircle {
    font-weight: bold;
    color: #FFF;
    background-color: #999999;
    border-radius: 0 100px 100px 0;
    position: relative;
		box-sizing: border-box;
		}

	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/	
	
		.l-section {
			clear:both;
			margin-top: 80px;
			}
		.l-section-half {
			clear: both;
			margin-top: 50px;
			}
		.c-section-title {
			font-size: 30px;
			}
		.c-section-title.large {
			font-size: 40px;
			}
		.c-sub-title {
			font-size: 20px;
			}
		.p-tit-semicircle {
			display: inline-block !important;
			padding: 8px 40px !important;
			min-width: 170px;
			}
		.c-section-title-ribbon {
			font-size: 40px;
			padding: 0.4em 1em 0.4em 3em;
			margin-bottom: 50px;
			}
			.c-section-title-ribbon::before {
				background-size: 158px 158px;
				width: 158px;
				height: 158px;
				top: -10px;
				left: -5px;
				}
		.c-section-title-desc {
			font-size: 22px;
			}

	}
	
	@media screen and (max-width: 48em) {
		/*SP*/
	
		.l-anchor {
			margin-top: -1.5rem;
			}
		.l-section {
			padding-top: 4.8rem;
			}
		.l-section-half {
			padding-top: 2.4rem;
			}
		.c-section-title {
			font-size: 148%;
			line-height: 130%;
			}
		.c-sub-title {
			font-size: 116%;
			font-weight: bold;
			padding-bottom: 3px;
			}
		.p-tit-semicircle {
			padding: 10px !important;
			margin-bottom: 8px;
			}
		.c-section-title-ribbon {
			font-size: 140%;
			padding: 0.6em 0.8rem 0.6em 70px;
			margin-bottom: 20px;
			}
			.c-section-title-ribbon::before {
				background-size: 79px 79px;
				width: 79px;
				height: 79px;
				top: -5px;
				left: -5px;
				}	
	}


	/***
	dl blockリスト（下ライン）
	***/
	.p-block-line {
		overflow: hidden;
		display: block;
		border-bottom: solid 1px #EEEEEE;
		padding: 8px 0;
		}
	.p-block-line dt,
	.p-block-line dd {
		float: left;
		}

	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/	
	
		.p-block-line dt {
			min-width: 100px;
			}
		.p-block-line dd {
			float: none;
			min-width: 160px;
			overflow: hidden;
			}
		.p-block-line .c-option {
			margin-left: 2rem;
			}
		.c-section-indent {
			padding-left: 40px;
			}
		.c-section-indent-sub {
			padding-left: 60px;
			}
	
	}
	
	@media screen and (max-width: 48em) {
		/*SP*/
		
		.p-block-line dt {
			margin-right: 1.4rem;
			}
		.p-block-line .c-option {
			display: block;
			clear: both;
			}
		.c-section-indent {
			padding: 10px;
			}
		.c-section-indent-sub {
			padding-left: 1rem;
			}
		
	}


	/***
	BOX 装飾
	***/	
	
		.p-box-gray {
			background-color: #999;
			color: #FFF;
			}
		.p-box-gray2 {
			background-color: #E7E7E7;
			}
	
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/	

		.p-box-text {
			padding: 30px;
			}
		.p-box-gray,
		.p-box-gray2 {
			padding: 15px;
			}

	}
	
	@media screen and (max-width: 48em) {
		/*SP*/
		
		.p-box-text,
		.p-box-gray,
		.p-box-gray2 {
			padding: 1.2rem;
			}
		
	}


	/***
	BOX 料金メニュー（まつげメニュー・料金表）
	***/	

	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/	
		
		.p-box-price {
			margin-top: 25px;
			padding: 20px 40px;
			overflow: hidden;
			}
		.p-box-price-inner:nth-child(odd) {
			float: left;
			width: 37%;
			}
		.p-box-price-inner:nth-child(even) {
			float: right;
			width: 40%;
			text-align: right;
			}
		.p-box-price-items+.p-box-price-items {
			padding-top: 15px;
			}
		.p-box-price-items dt {
			float: left;
			}
		.p-box-price-items dd {
			min-width: 10%;
			text-align: right;
			}
	
	}
	
	@media screen and (max-width: 48em) {
		/*SP*/
		
		.p-box-price {
			margin-top: 1.2rem;
			padding: 0 10px;
			}
		.p-box-price-inner:nth-child(even) {
			padding-bottom: 10px;
			}
		.p-box-price-items {
			padding-top: 10px;
			}
		
	}


	/***
	テキストインデント（1文字分）
	***/	
	.u-text-indent {
		margin-left: 1rem;
		text-indent: -1rem;
		}
	/***
	リストインデント
	***/	
	.c-list-diamond {
		margin-left: 1.2rem;
		}
	.c-list-diamond:before {
		content: "◆ ";
		margin-left: -1.2rem;
		text-indent: 1.2rem;
		}
		
		
	/***
	テキストエリア
	***/
	.c-textarea-multiline {
		line-height: 190%;
		}
	
	/***
	ラインマーカー
	***/
	.u-yellow-marker {
		background: linear-gradient(transparent 60%, #FFFF4E 40%);
		display: inline;
		}

	/***
	Spacing
	***/
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		.u-pt-large-20 { padding-top:20px;}
	}
	
	/***
	Border Line
	***/
	.u-border-top-lightGray {
		border-top: solid 1px #EEEEEE;
		}
	


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

	★メンズメニュー
	
======================================================================== */
		.l-mens-menu {
			background-color: #EEEDEF;
			background-image: url(../img/mens-menu/bg_butterfly02.png);
			background-repeat: no-repeat;
			color: #4A1D0E;
			text-align: center;
			}
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		.l-mens-menu {
			padding: 65px 0 80px;
			/*margin: 20px auto;*/
			background-position: right 25px;
			}
			}
		.l-mens-menu .c-hero-tit img {
			vertical-align: middle !important;
			margin-left: 10px;
			}
		.c-mens-menu--button {
			margin-top: 3rem;
			}

	@media screen and (max-width: 48em) {
		/*SP*/
		.l-mens-menu {
			padding: 2rem 0;
			background-position: right 2%;
			background-size: contain;
			}
		.l-mens-menu .c-hero-tit img {
			width: 80%;
			margin-top: 6px;
			}
		.c-mens-menu--button {
			margin-top: 1.6rem;
			}
	}		
/*部位別料金*/
		.l-mens-menu2 {
			
			background-image: url(../img/mens-menu/bg_butterfly04.png);
			background-repeat: no-repeat;
			color: #4A1D0E;
			text-align: center;
			}
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		.l-mens-menu2 {
			padding: 65px 0 80px;
			/*margin: 20px auto;*/
			background-position: left 25px;
			}
			}
		.l-mens-menu2 .c-hero-tit img {
			vertical-align: middle !important;
			margin-left: 10px;
			}
		.c-mens-menu2--button {
			margin-top: 3rem;
			}

	@media screen and (max-width: 48em) {
		/*SP*/
		.l-mens-menu2 {
			padding: 2rem 0;
			background-position: right 2%;
			background-size: contain;
			}
		.l-mens-menu2 .c-hero-tit img {
			width: 80%;
			margin-top: 6px;
			}
		.c-mens-menu2--button {
			margin-top: 1.6rem;
			}
	}


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

	★レディースメニュー
	
======================================================================== */
		.l-ladys-menu {
			background-color: #F0EBE8;
			background-image: url(../img/ladies-menu/bg_butterfly02.png);
			background-repeat: no-repeat;
			color: #4A1D0E;
			text-align: center;
			}
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		.l-ladys-menu {
			padding: 65px 0 80px;
			/*margin: 20px auto;*/
			background-position: right 25px;
			}
			}
		.l-ladys-menu .c-hero-tit img {
			vertical-align: middle !important;
			margin-left: 10px;
			}
		.c-ladys-menu--button {
			margin-top: 3rem;
			}

	@media screen and (max-width: 48em) {
		/*SP*/
		.l-ladys-menu {
			padding: 2rem 0;
			background-position: right 2%;
			background-size: contain;
			}
		.l-ladys-menu .c-hero-tit img {
			width: 80%;
			margin-top: 6px;
			}
		.c-ladys-menu--button {
			margin-top: 1.6rem;
			}
	}		
/*部位別料金*/
		.l-ladys-menu2 {
			
			background-image: url(../img/ladies-menu/bg_butterfly04.png);
			background-repeat: no-repeat;
			color: #4A1D0E;
			text-align: center;
			}
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		.l-ladys-menu2 {
			padding: 65px 0 80px;
			/*margin: 20px auto;*/
			background-position: left 25px;
			}
			}
		.l-ladys-menu2 .c-hero-tit img {
			vertical-align: middle !important;
			margin-left: 10px;
			}
		.c-ladys-menu2--button {
			margin-top: 3rem;
			}

	@media screen and (max-width: 48em) {
		/*SP*/
		.l-ladys-menu2 {
			padding: 2rem 0;
			background-position: right 2%;
			background-size: contain;
			}
		.l-ladys-menu2 .c-hero-tit img {
			width: 80%;
			margin-top: 6px;
			}
		.c-ladys-menu2--button {
			margin-top: 1.6rem;
			}
	}




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

	★サロン紹介
	
======================================================================== */

	/***
	当サロンが選ばれる理由
	***/		
	
	.p-slon-frameTitle {
		text-align: center;
		}
	
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		
		.l-salon-frame {
			background-image: url(../img/salon-introduction/frame.png);
			background-repeat: no-repeat;
			background-position: left top;
			padding: 93px 75px;
			font-size: 15px !important;
			}
		.p-slon-frameTitle {
			letter-spacing: .4rem;
			font-size: 200%;
			margin-bottom: 30px;
			}
			
	}
	
	@media screen and (max-width: 48em) {
		/*SP*/
		
		.l-salon-frame {
			border: double 3px #666666;
			padding: 1rem;
			}
		.p-slon-frameTitle {
			font-size: 145%;
			margin-bottom: .7rem;
			}
		
	}



	/***
	アクセスマップ
	***/	

	.p-gmapWrapper {
		position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
		}
	.p-gmapWrapper iframe {
		position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
		}

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.p-gmapWrapper {
			padding-bottom: 70%;
			}
		
	}


	/***
	案内
	***/
	
	.p-lead-dox {
		background-image: url(../img/common/icon_butterfly.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 54px 45px;
		margin-bottom: 25px;
		}
	.c-lead-title {
		font-weight: normal;
		padding-left: 64px;
		}
	.c-lead-dl-title {
		font-size: 110%;
		margin-bottom: .2rem;
		}
	.c-lead-txt {
		font-size: 94%;
		}
	
	.c-box-gray {
		border: solid 5px #CCCCCC;
		padding: 1rem;
		box-sizing: border-box;
		}

.c-border-pearl {
		border-color: #F1F1F1 !important;
		}
.c-border-pearl2 {
		border-color: #CBCBCB !important;
		}
.c-lead-suptitle {
		background-color: #FFF;
		display: inline-table;
		}
	
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		
		.c-lead-title {
			line-height: 45px;
			font-size: 22px;
			}
		.c-lead-indent {
			padding-left: 64px;
			}
		.c-lead-dl+.c-lead-dl {
			margin-top: 15px;
			}
		
		.c-lead-suptitle {
			position: relative;
			top: -2.3rem;
			font-size: 24px;
			letter-spacing: .15rem;
			text-indent: -.15rem;
			padding: 0 2rem;
			}
	
	}
	
	@media screen and (max-width: 48em) {
		/*SP*/
		
		.c-lead-title {
			font-size: 120%;
			font-weight: bold;
			line-height: 120%;
			padding-top: 12px;
			margin-bottom: 1.2rem;
			}
		.c-lead-dl+.c-lead-dl {
			margin-top: 1.2rem;
			}
		
		.c-lead-suptitle {
			font-size: 130%;
			position: relative;
			top: -3rem;
			padding: 0 1rem;
			}
	
	}



	/***
	メニュー表
	***/
	
	/* 特徴 */
	.c-feature {
		overflow: hidden;
		margin-bottom: .4rem;
		}
	.c-feature dt {
		float: left;
		margin-right: 5px;
		padding: 5px;
		border: solid 1px #E6E6E6;
		box-sizing: border-box;
		text-align: center;
		}
	.c-feature dd {
		overflow: hidden;
		padding: 5px;
		}
	/*料金表*/
	.p-menu-table {
		width: 100%;
		border: solid 1px #CCCCCC;
		}
	.p-menu-table thead th {
		border-bottom: solid 1px #CCCCCC;
		border-right: solid 1px #CCCCCC;
		text-align: center;
		}
	.p-menu-table th {
		font-weight: normal;
		vertical-align: middle;
		}
	.p-menu-table td {
		border-right: solid 1px #CCCCCC;
		border-bottom: solid 1px #CCCCCC;
		text-align: center;
		vertical-align: middle;
		}
	.p-menu-table .c-number {
		background-color: #E6E6E6;
		border-right: solid 1px #CCCCCC;
		border-bottom: solid 1px #CCCCCC;
		}
	.u-price {
		color: #F00;
		}
	
	
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/

		.p-menuColum {
			width: 333px;
			float: left;
			}
		.p-menuColum+.p-menuColum {
			margin-left: 20px; 
			}
		.p-menuColum .c-sub-title {
			font-size: 16px;
			}
		.p-priceColum {
			width: 648px;
			float: right;
			}
		.p-menu-table thead th {
			padding: 10px;
			/*font-size: 80%;*/
			}
		.p-menu-table td {
			padding: 10px;
			}
	
	}
	
	@media screen and (max-width: 48em) {
		/*SP*/

		.p-menuColum+.p-menuColum {
			margin-top: .4rem;
			}
		.p-menuColum dl {
			overflow: hidden;
			}
		.p-priceColum {
			margin-top: 1.6rem;
			}
		.p-menu-table {
			font-size: 80%;
			}
		.p-menu-table thead th {
			vertical-align: middle;
			font-size: 11px;
			}
		.p-menu-table thead th,
		.p-menu-table .c-number {
			padding: .4rem;
			}
		.p-menu-table td {
			padding: .4rem;
			}
	
	}
