@charset "utf-8";
/* CSS Document */


/* =============================================================================
	トップページ
   ========================================================================== */

/*共通*/
section h2 {
	font-size: 28px;
	text-align: center;
	padding-bottom: 30px;
}
section h2 span {
	color: #dd2f77;
	font-size: 13px;
	display: block;
	font-family: "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.05em;
}



/* キーイメージ */
.topKeyimages {
	
}
.topKeyimages .wrap {
	max-width: 100%;
}
.topKeyimages h2 {
	
}

/*topIntro*/
#topIntro {
	background: #e8e9ec;
}
#topIntro .wrap .topIntro-under {
	border: 1px solid #333;
	background: #fff;
	padding: 30px;
	text-align: center;
}

#topIntro .wrap .topIntro-under-right h2 {
	font-size: 28px;
	text-align: center;
	padding-bottom: 30px;
}
#topIntro .wrap .topIntro-under-right h2 span {
	color: #dd2f77;
	font-size: 13px;
	display: block;
	font-family: "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

#topIntro .wrap #topIntro .clear {
	clear: both;
}
#topIntro .wrap .topIntro-under .sp {
	display: none;
}
/*menuSec*/

#menuSec .wrap {
	padding: 50px 0;
}

#menuSec .wrap .clear {
	clear: both;
}
#menuSec .s-menu h3 {
	font-size: 18px;
	position: relative;
	padding-left: 20px;
	padding-bottom: 20px;
}
#menuSec .s-menu h3:before {
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
	width: 3px;
	height: 20px;
	background: #000;
	
}
#menuSec .s-menu .pricelist>li {
	line-height: 2.4em;
}
#menuSec .s-menu .pricelist>li>.pricelist-cont div {
    background: #fff;
}
#menuSec .s-menu .pricelist .pricelist-cont .price {
    font-size: 15px;
}
#menuSec .s-menu .pricelist>li>.pricelist-cont div span {
    display: block;
    line-height: 2em;
}
#menuSec .s-menu .pricelist>li>.pricelist-cont div .pink {
	display: inline-block;
	color: #f0a1c2;
	padding-right: 3px;
}
#menuSec .s-menu .pricelist>li .pink2 {
	display: inline-block;
	color: #dd2f77;
	padding-right: 3px;
}
#menuSec .s-menu .pricelist>li {
    
}
#menuSec .s-menu .pricelist>li>.pricelist-cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(left, #000, #000 1px, transparent 1px, transparent 7px);
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 7px);
    background-size: 7px 1px;
    background-repeat: repeat-x;
    background-position: 0 48%;
}
#menuSec .s-menu .pricelist>li .con {
    padding-right: 1rem;
    line-height: 1.5;
}
#menuSec .s-menu .pricelist>li span {
    background: #fff;
    position: relative;
    z-index: 1;
    display: block;
}
/*ギャラリー*/
#gallery {
	padding: 70px 0;
	background: #e8e9ec;
	}
#gallery .gallery-under {
	background: #fff;
	box-shadow: 0px 4px 15px -5px #ababab;
}
#gallery .gallery-under1 {
	background: #fff;
	box-shadow: 0px 4px 15px -5px #ababab;
}
#gallery .gallery-under1 .btn1 {
	text-align: center;
	
}

/*サロンのご案内*/
#salon {
	text-align: center;
}
#salon p {
	text-align: center;
	padding-bottom: 50px;
	}
#salon .salon-under1 {
	text-align: center;
	padding-bottom: 50px;
}
#salon {
	background-image: url(../images/top/imgSalonBk.jpg);
    background-repeat: no-repeat;
    background-position: center center;	
	background-size: cover;
	padding: 125px 0;
	}
#salon .wrap {
	background:rgba(255,255,255,0.8);
	padding: 50px;
	box-shadow: 0px 8px 10px -5px #b0b0b0;
	max-width: 750px;
}
#salon .wrap p {
	line-height: 2.4em;
}
#salon .wrap .btn1 a {
    display: inline-block;
    width: 280px;
    height: 42px;
    background: #dd2f77;
    color: #fff;
    text-decoration: none;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 15px;
}

@media screen and (min-width: 768px) {
#topMain {
		margin-top: 125px;
	}
#topMain .topKeyimages {
	background: #dd2f77;
	height: 811px;
	position: relative;
	padding: 140px 0;
	}
#topMain .topKeyimages:before {
	position: absolute;
	content: "";
	top: 48px;
	left: 50%;
	margin-left: -89px;
	background-image: url(../images/top/keyRogo.png);
    background-repeat: no-repeat;
    background-position: center center;	
	background-size: cover;
	width: 179px;
	height: 179px;
	z-index: 10;
		
	}
#topMain .topKeyimagesSP {
	display: none;
}
.topKeyimages h2 {
	
}
/*topIntro*/
#topIntro .wrap {
	max-width: 1080px;
	padding: 75px 0;
}
#topIntro .wrap .topIntro-under-right {
	float: right;
	width: 50%;
	background: #fff;
	padding: 45px;
	height: 373px;
	line-height: 2.4em;
}
#topIntro .wrap .topIntro-under-left {
	float: left;
	width: 50%;
}
#topIntro .wrap .clear {
	clear: both;
}
#topIntro .wrap .topIntro-under-right p {
	letter-spacing: 0.03em;
}   

/*menu*/
#menuSec {
	padding: 50px 20px;
	}

/*ギャラリー*/
#gallery .gallery-under {
	width: 850px;
    padding: 40px 0;
    margin-left: auto;
    margin-right: auto;
	}
#gallery .gallery-under1 {
	max-width: 850px;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
	}
#gallery .gallery-under1 ul {
		display: flex;
	justify-content: space-between;
	}
	#gallery .gallery-under1 ul li {
		
	}
#gallery .gallery-under .left {
	float: left;
    padding: 0 26px;
	}
#gallery .gallery-under .clear {
	clear: both;
	}
/*オーダーチップ*/
#order .wrap {
	max-width: 1080px;
	padding: 80px 0;	
}
#order .order-under {
	border: 8px solid #e8e9ec;
	padding: 50px;
	position: relative;
	}
#order .order-under:before {
	position: absolute;
	content: "";
	background-image: url(../images/top/imgOrder02.png);
    background-repeat: no-repeat;
    background-position: center center;
	width: 176px;
	height: 144px;
	top: 0;
	left: 0;
	}
#order .order-under:after {
	position: absolute;
	content: "";
	background-image: url(../images/top/imgOrder01.png);
    background-repeat: no-repeat;
    background-position: center center;
	width: 216px;
	height: 153px;
	top: 0;
	right: 0;
	}
#order .order-under h3 {
	font-size: 20px;
	text-align: center;
	padding-bottom: 30px;
	}
#order .order-under p {
	max-width: 577px;
	margin: 0 auto;
	line-height: 2.4em;
	padding-bottom: 60px;
	}
#order .order-under02 {
	width: 767px;
	margin: 0 auto;
	}
#order .order-under02 ul {
	display: flex;
	justify-content: space-between;
	}
#order .order-under .btn1 {
	text-align: center;
	margin-top: 30px;
	}

/*サロンのご案内*/

#salon .salon-under2 .outline {
		width: 100%;
	font-size: 15px;
	letter-spacing: 0.03em;
	}
#salon .salon-under2 .outline tr {
    border-bottom: 1px solid #e5e5e5;
}
#salon .salon-under2 .outline th {
    width: 20%;
    padding: 20px 30px;
    font-weight: bold;
    text-align: justify;
    text-align-last: justify;
	text-justify: inter-ideograph;
	/*word-break: break-all;*/
}
#salon .salon-under2 .outline td {
    width: 70%;
    padding: 20px 40px;
}
#salon .salon-under2 ul {
	display: flex;
	justify-content: space-between;
	}
#salon .salon-under2 ul .left {
	width: 60%;
	}
#salon .salon-under2 ul .right {
	width: 35%;	
	}
}
@media screen and (max-width: 1076px) {
	#topIntro .wrap .topIntro-under-left {
		float: none;
		width: 100%;
		text-align: center;
	}
	#topIntro .wrap .topIntro-under-right {
		float: none;
		height: auto;
		width: 539px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 996px) {
	#menuSec .wrap {
	background-image: url(../images/top/imgMenuBK.png);
    background-repeat: no-repeat;
    background-position: center center;	
	background-size: contain;
	padding: 50px 70px;
	height: 420px;
	}
#menuSec .s-menu .left {
    float: left;
    width: 41%;
}
#menuSec .s-menu .right {
    float: right;
    width: 41%;
}
	
}
@media screen and (max-width: 996px) {
	#topMain {
		margin-top: 60px;
	}
	
}
@media screen and (max-width: 767px) {
	
	section h2 {
		padding-top: 50px;
	}
	#topMain {
		margin-top: 60px;
	}
	/* キーイメージ */
#topMain .topKeyimages {
	/*display: none;*/
}
/*topIntro*/
	#topIntro .wrap {
		padding: 30px 10px;
	}
#topIntro .wrap .topIntro-under h2 {
	font-size: 20px;
}    
	#topIntro .wrap .topIntro-under-right {
		background: #fff;
		padding: 0 30px;
		line-height: 2.4em;
		max-width: 100%;
	}
	#topIntro .wrap .topIntro-under-right p {
		padding-bottom: 30px;
		line-height: 2em;
	}
	#menuSec .s-menu h3 {
		white-space: nowrap;
	}
	#topIntro .wrap .topIntro-under p {
		text-align: justify;
		padding: 20px 0;
	}
	#topIntro .wrap .topIntro-under .topIntro-li {
		/*width: 258px;*/
		display: none;
	}
	#topIntro .wrap .topIntro-under {
		padding: 17px;
	}
	#topIntro .wrap .topIntro-under .sp {
		display: block;
	}
	#topIntro .wrap .topIntro-under .sp li {
		font-weight: bold;
		color: #365405;
		font-size: 18px;
		text-align: left;
		padding-bottom: 15px;
	}
	#topIntro .wrap .topIntro-under .sp li img {
		padding-right: 10px;
	}
	
	/*メニュー*/
	#menuSec .wrap {
    padding: 20px;
}

	/*ギャラリー*/
	#gallery .gallery-under1 {
		text-align: center;
		margin: 0 30px;
		padding: 10px;
	}
	#gallery .gallery-under1 li {
    	width: 80%;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	#gallery {
		padding: 0;
		padding-bottom: 50px;
	}
	#gallery .gallery-under1 .btn1 {
		padding-bottom: 20px;
	}
	/*オーダー*/
	#order .wrap {
		padding: 0 20px;
	}
	#order h3 {
		text-align: center;
		font-size: 20px;
		padding-bottom: 20px;
	}
	#order p {
		text-align: justify;
		line-height: 2em;
		padding-bottom: 20px;
	}
	#order .order-under02 {
		text-align: center;
	}
	#order .order-under02 li {
		padding-bottom: 10px;
	}
	#order .btn1 {
		text-align: center;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	/*サロンのご案内*/
	#salon {
		padding: 50px 20px;
	}
	#salon .wrap {
		padding: 0 20px;
		padding-bottom: 20px;
	}
	#salon .wrap p {
		text-align: justify;
		line-height: 2em;
		padding-bottom: 30px;
	}
	#salon .salon-under2 .outline {
		line-height: 2.4em;
		margin-bottom: 20px;
	}
	#salon .salon-under2 .outline tr {
    border-bottom: 1px solid #e5e5e5;
	}
	#salon .salon-under2 .outline th {
		width: 20%;
	}
	#salon .salon-under2 .outline td {
		width: 60%;
	}
#access {
	background: #fff9f0;
}
#access .wrap {
	padding: 30px 10px;
}
#access .wrap .left h3 {
	font-size: 20px;
    color: #365405;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}

}

@media screen and (min-width: 1081px) {
.topKeyimages { 
	
}
	#topIntro .wrap .topIntro-under .topIntro-li {
		width: 675px;
	}

	#aboutSec .wrap .about-li {
		width: 820px;
	}
	
}