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

/* -------------------------------- 
Intro
-------------------------------- */
#cd-intro {
	width:100%;
	margin-top:64px;
	position: relative;
	z-index: 2;
}
.cd-intro-wave{
	background-color: #f8f9f9;
}
#cd-intro-inner{
/*	max-width:1285px;*/
	position:relative;
}
#top-hero{
	width:100%;
	height:504px;
/*	max-width:1136px;*/
	max-height:800px;
	display:block;
	overflow:hidden;
	margin:auto;
}
#top-hero-inner{
/*	max-width:1285px;*/
	background-image:url(../images/hero.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:504px;
	margin:auto;
	position:relative;
}
#top-hero-txt{
	width:100%;
	position:absolute;
	top:calc(50% - 88px);
	-moz-transform:translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform:translateY(-50%);
	margin:auto;
}
#cd-intro-tagline {
	width: 90%;
	font-family:"Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:14px;
	font-size:1.4rem;
	font-weight:600;
	margin: 0 auto;
}
#top-hero-logo{
	font-size:36px;
	font-size:3.6rem;
}

@media only screen and (max-width: 767px) {
#cd-intro-inner{
	background-color:#b0e9e3;
}
#top-hero-inner::after{
	content:"";
	width:100%;
	height:504px;
	background-color:rgba(176, 233, 227, .4);
	position:absolute;
	left:0;
	top:0;
	
}

}
@media only screen and (min-width: 768px) {
#cd-intro {
	margin-top:80px;
}
#cd-intro::before{
}
.cd-intro-wave::before{
	content:"";
	width:100%;
	height:50%;
	background-color:#b0e9e3;
	background-image:url(../images/wave-f8f9f9-top.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100% auto;
	position:absolute;
	left:0;
	top:35%;
	z-index:-1;
}
#cd-intro-inner{
	width:88.4%;
	height:auto;
	margin:auto;
}
/*#cd-intro-inner::after{
	content:"";
	width:100%;
	height:50%;
	background-color:#b0e9e3
}*/
#top-hero{
	height:auto;
	-moz-transform: skewX(-11deg);
	-webkit-transform: skewX(-11deg);
	-o-transform: skewX(-11deg);
	-ms-transform: skewX(-11deg);
	transform: skewX(-11deg);
}
#top-hero-inner{
	background-image:none;
	padding-top:0;
}
#top-hero-inner img{
	display:block;
	-moz-transform: skewX(11deg) scale(1.116);
	-webkit-transform: skewX(11deg) scale(1.116);
	-o-transform: skewX(11deg) scale(1.116);
	-ms-transform: skewX(11deg) scale(1.116);
	transform: skewX(11deg) scale(1.116);
}
#top-hero-txt{
	left:-64px;
}
}
@media only screen and (min-width: 1000px) {
#cd-intro {
	margin-top:80px;
}
#cd-intro-inner{
	width:89%;
}
#top-hero{
	width:88.4%;
}
#top-hero-inner{
}
}


/*--スクロール--*/
#scroll{
	text-align:center;
	-webkit-transform: translateY(-32px);
	transform:translateY(-32px);
}
#scroll-line{
	width:1px;
	height:64px;
	overflow:hidden;
	background-color:#ffffff;
	position:relative;
	left:50%;
}
#scroll-line span{
	display:block;
	width:100%;
	height:100%;
	background-color:#6fd6cc;
	position:absolute;
	left:0;
	top:0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: scroll_effect 1.8s cubic-bezier(0.3,.4,0.1,1) infinite;
    animation: scroll_effect 1.8s cubic-bezier(0.3,.4,0.1,1) infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}
@-webkit-keyframes scroll_effect {
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}
@keyframes scroll_effect {
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

#scroll-txt{
	color:#ffffff;
	font-size:11px;
	font-size:1.1rem;
	font-family: "Rubik", sans-serif;
	font-weight:300;
	text-align:center;
	margin-top:6px;
}
/*--店舗情報--*/
#cd-intro-info{
	color:#7d695a;
	font-size:10px;
	font-size:1rem;
	line-height:1.8;
	text-align:right;
	padding-right:8px;
}
#cd-intro-info .txt-L{
	display:inline-block;
	font-size:1.9em;
	padding-left:4px;
	margin-bottom:8px;
}
@media only screen and (min-width: 1000px) {
#cd-intro-info{
	position: absolute;
	right:0;
	bottom:64px;
}
}
/*-------------------------------------------------------
トップ｜お知らせ
--------------------------------------------------------*/
#top-news{
}
#top-news-inner{
	width:88.4%;
	padding:32px 0;
	margin:auto;
	
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between; 
	justify-content:space-between;
}
#top-news-ttl,
#top-news-entry-wrap{
	width:100%;
}
#top-news-ttl{
	font-size:19px;
	font-size:1.9rem;
	line-height:1;
	margin-bottom:8px;
	position:relative;
}
#top-news-ttl::after{
	content:"";
	width:1px;
	height:100%;
	background-color:#664f3d;
	position:absolute;
	top:0;
	left:3.5em;

	-moz-transform: skewX(-11deg) skewY(0deg);
	-webkit-transform: skewX(-11deg) skewY(0deg);
	-o-transform: skewX(-11deg) skewY(0deg);
	-ms-transform: skewX(-11deg) skewY(0deg);
	transform: skewX(-11deg) skewY(0deg);
}
#top-news-entry-wrap{
}
#top-news-entry{
}
#top-news-entry a{
	display:block;
	padding:0 0 12px;
}
.entry-date{
	display:inline-block;
	padding-right:1em;
}
@media only screen and (min-width: 568px) {
#top-news-ttl{
	width:auto;
}
#top-news-entry-wrap{
	width:calc(100% - 6.5em);
}
}
@media only screen and (min-width: 768px) {
#top-news{
	background-image:url(../images/wave-ffffff-bottom.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:contain;
	padding-bottom:64px;
}
#top-news-inner{
	padding:32px 0;
}
}
/*-------------------------------------------------------
トップ｜サロン
--------------------------------------------------------*/
#top-salon-container{
	max-width:1136px;
	margin:auto;
	background-image: url(../images/top-salon-01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:contain;
	padding-top:calc(100% - 16px);
}
#top-salon{
	max-width:100%;
	margin:auto;
}
@media only screen and (min-width: 768px) {
#top-salon-container{
	background-image:url(../images/top-salon-02.png);
	background-position:center top 48px;
	background-size:94%;
	padding:calc(46.47% + 33px) 0 48px 0;
	position:relative;
}
#top-salon .btn{
	width:100%;
	height:48px;
}
#top-salon .btn a{
	position:absolute;
	right:0;
}
}
@media only screen and (min-width: 1000px) {
#top-salon-container{
	width:97%;
	min-height:644px;
	background-image:url(../images/top-salon-03.jpg);
	background-size:595px 497px;
	background-position:left 0 top 48px;
	padding:96px 0 72px 0;
}
#top-salon{
	padding-left:50%;
	box-sizing:border-box;
}
#top-salon .skew-inner{
	margin:0 0 40px 0;
}
/*#top-salon #top-salon-txt{
	width:580px;
	height:212px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-image:url(../images/top-salon-txt.png);
	background-position:right top;
	background-repeat:no-repeat;
}*/
}

/*@media only screen and (min-width: 1136px) {
#top-salon-container{
	background-position:left 0 top 48px;
}
#top-salon{
	max-width:1000px;
	box-sizing:border-box;
	padding-left:calc(50% - 272px);
}
#top-salon .btn a{
	right:24;
}
}*/
/*-------------------------------------------------------
トップ｜メニュー
--------------------------------------------------------*/
#top-menu-container{
	max-width:1136px;
	margin:auto;
	background-image:url(../images/top-menu-01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:contain;
	padding-top:calc(100% - 56px);
}
@media only screen and (min-width: 768px) {
#top-menu-container{
	background-image:none;
	padding-top:0;
}
#top-menu,
#top-menu-item{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between; 
	justify-content:space-between;
}

#top-menu-lead{
	width:43%;
	padding-top:40px;
}
#top-menu-item{
	width:55%;
	position:relative;
}
#top-menu-item li{
	width:calc((100% - 16px) / 3);
	height:320px;
	text-align:center;
	background-color:#ffffff;
	overflow:hidden;
	position:relative;
}
#top-menu-item li:first-child{
	margin-top:64px;
}
#top-menu-item li:nth-child(2){
	margin-top:32px;
}

#top-menu-item img{
	position:absolute;
	top:50%;
	left:50%;
	-moz-transform:translateX(-50%) translateY(-50%) skewX(-11deg) scale(3);
	-webkit-transform:translateX(-50%) translateY(-50%) skewX(-11deg) scale(3);
	-o-transform:translateX(-50%) translateY(-50%) skewX(-11deg) scale(3);
	-ms-transform:translateX(-50%) translateY(-50%) skewX(-11deg) scale(3);
	transform: translateX(-50%) translateY(-50%) skewX(-11deg) scale(3);
}
#top-menu-item a{
	width:100%;
	height:100%;
	max-height:472px;
	color:rgba(255, 255, 255, 0);
	font-family:'Rubik', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:500;
	background-color:rgba(237, 76, 124, 0);
	display:block;
	position:relative;
}
#top-menu-item a:hover{
	color:rgba(255, 255, 255, 1);
	background-color:rgba(237, 76, 124, .7);
}
#top-menu-item a > span{
	position:absolute;
	top:50%;
	left:50%;
	-moz-transform:translateX(-50%) translateY(-50%) skewX(-11deg);
	-webkit-transform:translateX(-50%) translateY(-50%) skewX(-11deg);
	-o-transform:translateX(-50%) translateY(-50%) skewX(-11deg);
	-ms-transform: translateX(-50%) translateY(-50%) skewX(-11deg);
	transform: translateX(-50%) translateY(-50%) skewX(-11deg);
	z-index:2;
}
}
@media only screen and (min-width: 1000px) {
#top-menu-lead{
	padding-top:72px;
}
#top-menu-item li{
	height:472px;
}
#top-menu-item li:first-child{
	margin-top:128px;
}
#top-menu-item li:nth-child(2){
	margin-top:64px;
}
#top-menu-item li > img{
	-moz-transform:translateX(-50%) translateY(-50%) skewX(-11deg) scale(3.2);
	-webkit-transform:translateX(-50%) translateY(-50%) skewX(-11deg) scale(3.2);
	-o-transform:translateX(-50%) translateY(-50%) skewX(-11deg) scale(3.2);
	-ms-transform:translateX(-50%) translateY(-50%) skewX(-11deg) scale(3.2);
	transform: translateX(-50%) translateY(-50%) skewX(-11deg) scale(3.2);
}
}
@media only screen and (min-width: 1136px) {
#top-menu-item li > img{
	-moz-transform:translateX(-50%) translateY(-50%) skewX(-11deg) scale(2.5);
	-webkit-transform:translateX(-50%) translateY(-50%) skewX(-11deg) scale(2.5);
	-o-transform:translateX(-50%) translateY(-50%) skewX(-11deg) scale(2.5);
	-ms-transform:translateX(-50%) translateY(-50%) skewX(-11deg) scale(2.5);
	transform: translateX(-50%) translateY(-50%) skewX(-11deg) scale(2.5);
}
}

/*-------------------------------------------------------
インスタ
--------------------------------------------------------*/
#insta-id{
	color:#36c8b9;
	text-align:center;
	margin-bottom:12px;
}
#insta-id .en{
	font-weight:500;
}
@media only screen and (min-width: 768px) {
#insta-id{
	margin-bottom:20px;
}
}
@media only screen and (min-width: 1000px) {
#insta-id{
	margin-bottom:28px;
}
}


/*--インスタ--*/
#instafeed_container{
}
#instafeed{
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between; 
	justify-content:space-between;
}
#instafeed li{
	width:calc((100% - 8px) / 2);
	margin-bottom:8px;
}
#instafeed img{
	width:100%;
	height:auto;
}
#instafeed li a{
	line-height:1;
}
@media only screen and (min-width: 768px) {
#instafeed li{
	width:calc((100% - 24px) / 4);
	margin-bottom:8px;
}
}
@media only screen and (min-width: 1000px) {
#instafeed li{
	width:calc((100% - 30px) / 6);
	margin-bottom:6px;
}
}

/*--インスタ ボタン--*/
.ig-b- { display: inline-block; }
.ig-b- img { visibility: hidden; }
.ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
.ig-b-v-24 { width: 137px; height: 24px; background: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24.png) no-repeat 0 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ig-b-v-24 { background-image: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24@2x.png); background-size: 160px 178px; }}



/*-------------------------------------------------------
メニュー
--------------------------------------------------------*/
/*--税別表記--*/
#txt-tax{
	font-size:12px;
	font-size:1.2rem;
	text-align:right;
	margin-bottom:8px;
}

/*--メニュー名--*/
.menu-ttl{
	width:226px;
	height:52px;
	line-height:52px;
	color:#ffffff;
	font-size:18px;
	font-size:1.8rem;
	font-family: 'Rubik', sans-serif;
	font-weight:500;
	text-align:center;
	background-color:#36c8b9;
	margin:-26px auto 20px;

	display:block;
	-moz-transform: skewX(11deg);
	-webkit-transform: skewX(11deg);
	-o-transform: skewX(11deg);
	-ms-transform: skewX(11deg);
	transform: skewX(11deg);
}
.menu-ttl span{
	display:inline-block;
	-moz-transform: skewX(-11deg);
	-webkit-transform: skewX(-11deg);
	-o-transform: skewX(-11deg);
	-ms-transform: skewX(-11deg);
	transform: skewX(-11deg);
}
@media only screen and (min-width: 768px) {
.menu-ttl{
	font-size:20px;
	font-size:2rem;
}
}

/*--価格表--*/
.menu-wrap{
	margin: 0 auto 24px;
}
.menu-container{
	background-color:#fafbfb;
	padding:0 16px;
	margin-bottom:16px;
}
.menu-item{
	margin-bottom:16px
}
.menu-item dl{
	background-color:#ffffff;
	border-top:dotted 1px #b2a79e;
	border-bottom:dotted 1px #b2a79e;
	margin-bottom:8px;

	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
}
.menu-name,
.menu-price{
	width:100%;
	font-size:15px;
	font-size:1.5rem;
	font-weight:500;
	line-height:1.4;
	box-sizing:border-box;
}
.menu-name{
	background-color:#e9f9f7;
	padding:16px 16px 16px 32px;
}
.menu-name:first-child{
	background-image:url(../images/list-mark-03.svg);
	background-position:left 12px top 18px;
	background-repeat:no-repeat;
	background-size:16px 16px;
}
.menu-name .note{
	font-size:12px;
	font-size:1.2rem;
	font-weight:300;
}
.menu-price{
	text-align:right;
	padding:8px 16px;
}

/*--オプション--*/
.menu-option{
	background-color:#ffffff;
	border-top:dotted 1px #b2a79e;
	border-bottom:dotted 1px #b2a79e;
}
.menu-option-header{
	background-color:#ded8bb;
	padding:8px 16px;
}
.option-menu-item{
	background-color:#ffffff;

	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
}
.option-menu-item .menu-name{
	background-color:#f9f8f3;
	background-image:none;
	padding-left:16px;
}
.option-menu-item .menu-price{
}

@media only screen and (min-width: 568px) {
.menu-name,
.menu-price{
	border-top:dotted 1px #b2a79e;
}
.menu-name{
	width:75%;
	-ms-flex-item-align: stretch;
	-webkit-align-self: stretch;
	align-self: stretch;
}
.menu-price{
	width:25%;
	padding:16px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.menu-name:first-child,
.menu-price:nth-child(2){
	border-top:none;
}
}
@media only screen and (min-width: 768px) {
.menu-wrap{
	width:calc(100% - 32px);
	margin: 0 auto 32px;
	padding-top: 0;
}
.menu-container{
	padding:0 24px 24px;
	margin-bottom:24px;
}
.menu-name,
.menu-price{
	font-size:17px;
	font-size:1.7rem;
}
.menu-name .note{
	font-size:15px;
	font-size:1.5rem;
}
}
@media only screen and (min-width: 1000px) {
.menu-wrap{
	width:1000px;
	margin: -80px auto 48px;
	padding-top: 80px;
}
.menu-container{
	padding:0 32px 32px;
}
.menu-item{
	margin-bottom:24px
}
.menu-option{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
}
.menu-option-header{
	width:160px;
	text-align:center;
	padding:16px;
}
.option-menu-item{
	width:calc(100% - 160px);
}
.menu-name,
.option-menu-item .menu-name{
	width:calc(100% - 160px);
}
.menu-price,
.option-menu-item .menu-price{
	width:160px;
}
.menu-name:first-child{
	background-position:left 12px top 22px;
}

}
/*--ブライダル--*/
#menu-bridal{
}
#menu-bridal .lead{
	text-align:center;
	letter-spacing:0;
	line-height:1.6;
}
#menu-bridal .lead .note{
	display:inline-block;
	font-size:12px;
	font-size:1.2rem;
	font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:300;
	margin-bottom:20px;
}


/*--ご当地ネイル--*/
#art-place{
	padding:16px 0 0;
	
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#art-place li{
	width:100%;
}
#art-place figcaption{
	margin:8px 0 16px;
}
@media only screen and (min-width: 667px) {
#art-place li{
	width:calc((100% - 32px) / 3);
}
}

/*--カルチャー--*/
#menu-culture{
	margin-bottom:32px;
}
@media only screen and (min-width: 768px) {
#menu-culture{
	margin-bottom:80px;
}
}
@media only screen and (min-width: 1000px) {
#menu-culture{
	margin-bottom:112px;
}
}

/*-------------------------------------------------------
サロン
--------------------------------------------------------*/
#page-ttl-salon{
	color:#ffffff;
}

/*--リード--*/
#lead-salon{
	font-size:18px;
	font-size:1.8rem;
	text-align:center;
	margin:32px auto 48px;
	letter-spacing:0;
}
@media only screen and (min-width: 568px) {
#lead-salon{
	letter-spacing:.125em;
}
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1000px) {
#lead-salon{
	font-size:22px;
	font-size:2.2rem;
}
}
/*--見出し--*/
.salon-note-ttl{
	color:#ffffff;
	font-size:18px;
	font-size:1.8rem;
	font-family: "Noto Serif JP", serif;
	font-weight:500;
	letter-spacing:.125em;
	background-color:#36c8b9;
	padding:4px 16px;
	margin-bottom:8px;

	display:inline-block;
	-moz-transform: skewX(11deg);
	-webkit-transform: skewX(11deg);
	-o-transform: skewX(11deg);
	-ms-transform: skewX(11deg);
	transform: skewX(11deg);
}
.salon-note-ttl span{
	display:inline-block;
	-moz-transform: skewX(-11deg);
	-webkit-transform: skewX(-11deg);
	-o-transform: skewX(-11deg);
	-ms-transform: skewX(-11deg);
	transform: skewX(-11deg);
}
/*--なみ--*/
.salon-wave,
#salon-note{
	padding:48px 0;
	justify-content: center;
}
.salon-wave{
	background-image: url(../images/wave-ffffff-top.png), url(../images/wave-ffffff-bottom.png);
	background-position:center top, center bottom;
;
	background-repeat:no-repeat, no-repeat;
	background-size:contain, contain;
}
#salon-info-bg .salon-wave{
	background-image: url(../images/wave-ffffff-top.png);
}
@media only screen and (min-width: 667px) {
.salon-wave,
#salon-note{
	padding:64px 0;
}
}
@media only screen and (min-width: 1000px) {
.salon-wave,
#salon-note{
	padding:112px 0;
}
}

/*--リスト--*/
.salon-li{
	margin-bottom:32px;
}
.salon-li li{
	text-indent:-1em;
	padding-left:1em;
	
}

/*--資格、衛生管理--*/
#salon-note-cancel a{
	color:#36c8b9;
	font-weight:500;
}
#salon-note-cancel img{
	display:inline-block;
	margin:0 4px;
	position:relative;
	top:-8px;
}

.fl,
#salon-certification{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fl > *{
	width:100%;
}
.fl-L{
	margin-bottom:32px;
}
#salon-note > .fl-L{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#salon-note > .fl-L li{
	width:calc((100% - 8px) / 2);
}

#salon-certification figcaption{
	font-size:19px;
	font-size:1.9rem;
	text-align:center;
	margin:8px 0 32px;
}
#salon-owner{
	max-width:200px;
	margin: auto;
}
@media only screen and (min-width: 667px) {
#salon-owner{
	width:200px;
}
#salon-diploma-header{
	padding-top:32px;
}
#salon-diploma{
	width:calc(100% - 264px);
}
}
@media only screen and (min-width: 768px) {
#salon-certification-bg{
	background-image:url(../salon/images/salon-certification-bg.jpg);
	background-repeat:no-repeat;
	background-position:left -70% center;
	background-size:contain;
}
#salon-certification{
	width:88%;
}

}
@media only screen and (min-width: 1000px) {
#salon-certification-bg{
	background-position:left center;
}
#salon-certification{
	width:auto;
	margin-left:calc(50% - 130px);
}

.fl > .fl-L{
	width:308px;
}
.fl > .fl-R{
	width:654px;
}
#salon-note > .fl-L li{
	width:100%;
}
}
#salon-info-ttl{
	font-size:19px;
	font-size:1.9rem;
	margin:8px 0;
}
@media screen and (min-width: 568px) and (max-width: 999.9px) {
#salon-info-L{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#salon-info-L > *{
	width:calc((100% - 16px) / 2);
}
}

#salon-map{
	height:484px;
}


/*-------------------------------------------------------
スクール
--------------------------------------------------------*/
#page-ttl-school{
	color:#ffffff;
}
#lead-school{
	font-size:18px;
	font-size:1.8rem;
	text-align:center;
	margin:32px auto 16px;
}
#wait{
	text-align:center;
	margin-bottom:64px;
}
@media only screen and (max-width: 567px) {
#page-ttl-school{
	text-shadow: 0 0 2px #666666;
}
}
@media only screen and (min-width: 768px) {
#wait{
	margin-bottom:96px;
}
}
@media only screen and (min-width: 1000px) {
#lead-school{
	font-size:22px;
	font-size:2.2rem;
}
}

/*-------------------------------------------------------
お問い合わせ
--------------------------------------------------------*/
#contact-note{
	margin:16px auto;
}
#contact-note p{
	margin:0 auto 16px;
}
#contact-tel a{
	color:#36c8b9;
	font-size:1.2em;
	max-width:288px;
	font-weight:500;
	border:solid 1px #36c8b9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:8px 16px;
	margin:8px 0;
	display: inline-block;
}
#form-wrap{
	margin:32px auto 48px;
}
.lbl{
	display:inline-block;
	font-size:.9em;
	margin-right:8px;
}
/* 追加 2025/05/07 */
.line-area .line-item {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	color: #36c8b9;
    font-size: 1.2em;
    max-width: 288px;
    font-weight: 500;
    border: solid 1px #36c8b9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 16px;
    margin: 8px 0;
	width: fit-content;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.line-area .line-item:hover {
	color: #fff;
    border: solid 1px #36c8b9;
	background-color: #36c8b9;
}
.line-item img {
	max-width: 32px;
	width: 100%;
	padding-right: 8px;
	box-sizing: content-box;
}
#contact-note .line-item p {
	margin: 0;
}
/*---------------*/
@media only screen and (min-width: 667px) {
.lbl-seimei{
	padding-left:.9em;
}
}
@media only screen and (min-width: 768px) {
#form-wrap{
	margin:48px auto 96px;
}
}

/*-------------------------------------------------------
top page modify
--------------------------------------------------------*/
.c-ban-insta{
	background-color: #fff;
}
.c-ban-insta .inner{
	position: relative;
	z-index: 1;
}
.c-ban-insta .inner::before{
	background-image: url(../images/wave-ffffff-bottom.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 64px;
    background-color: #b0e9e3;

    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: #b0e9e3;
    background-image: url(../images/wave-f8f9f9-top.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 35%; */
    z-index: -1;
}
#instagram-feed1{
	max-width: 1104px;
	margin: 0 auto;
}
#instagram-feed1 .instagram_gallery{
	display: flex;
	flex-wrap: wrap;
}
.instagram_gallery a{
	width: calc(100% / 6);
	margin: 0;
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.instagram_gallery a>img{
	transition: all .5s;
}
.instagram_gallery a::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}
.instagram_gallery a::after{
    content: "\e902";
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 2rem;
    color: #fff;
    opacity: 0;
    font-family: 'salut' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: 0.5s;
}
.c-ban-insta__pro{
	text-align: center;
	margin-top: 22px;
}
.c-ban-insta__pro a{
	display: inline-flex;
	align-items: center;
}
.c-ban-insta__pro a .icon-insta::before{
	font-size: 2rem;
}
.c-ban-insta__pro a .en{
	font-size: 1.4rem;
    font-weight: 500;
    margin-left: 10px;
    margin-top: 4px;
}

@media screen and (min-width: 767px){
	.instagram_gallery a:hover >img{
		transform: scale(1.05);
	}
	.instagram_gallery a:hover::before	{
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 1;
	}
	.instagram_gallery a:hover::after	{
		opacity: 1;
		z-index: 1;
	}
}
@media screen and (max-width: 767px){
	#instagram-feed1{
		width: calc(100% - 32px);
	}
	.instagram_gallery a{
		width: calc(100% /3);
	}
	.c-ban-insta__pro{
		margin-top: 5px;
	}
	.c-ban-insta .inner{
		padding-bottom: 32px;
	}
}
/* #instagram-feed1::before{
	content: none;
}
 */
/*追加*/
.img_box {
	display: flex;
    width: calc((100% - 16px) / 2);
    margin-top: -16px;
    margin-bottom: 32px;
    box-sizing: border-box;
}
.img_box .img:nth-child(n+2) {
	margin-left: 16px;
}
@media screen and (max-width: 600px){
	.img_box {
		display: block;
	    width: 100%;
		box-sizing: border-box;
	}
	.img_box .img:nth-child(n+2) {
		margin-top: 16px;
		margin-left: 0;
	}
}
#salon-please {
	margin-top: -112px;
	padding-top: 112px;
}
@media screen and (max-width: 600px){
	#salon-please {
		margin-top: -32px;
		padding-top: 32px;
	}
}