<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*res start　1024px*/
@media screen and (max-width: 1024px) {
    body, input, textarea, td, th {
		font-size: 1.4vw;
	}
    a:hover{text-decoration: none;}
}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    body, input, textarea, td, th {
		font-size: 1.8vw;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {

    body, input, textarea, td, th {
		font-size: 3.3vw;
	}

	#tinymce .alignright, #tinymce img.alignright, .section .alignright, .section img.alignright,
	#tinymce .alignleft, #tinymce img.alignleft, .section .alignleft, .section img.alignleft {
		float: none;
		margin-left: 0;
		margin-bottom: 15px;
		text-align: center;
		display: inline-block;
		width: 100% !important;
	}

	.wp-pagenavi a, .wp-pagenavi span {
		display: inline-block;
	}

	.section {
		word-break: break-all;
	}

	.topics_item img {
		margin-bottom: 1em;
	}

	/* 電話番号のリンクイベント */
	a[href^="tel:"] {
		pointer-events: auto;
	}
}/*res end 480px*/

/* --------------------------------------------
   【header】
-------------------------------------------- */
/*res start　1300px*/
@media screen and (max-width: 1300px) {
    .hdr{
        font-size: 1.2vw;
    }
}/*res end 1300px*/

/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    .hdr{
        font-size: inherit;
    }
    .hdr-whiteArea {
        display: block;
        padding-bottom: .5em;
    }
    .hdr-h1{
        position: static
    }

    .headerLogo {
        position: static;
        padding: 1em;
    }
    .headerLogo__img{
        width: 16em;
    }

    .hdrConversion {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-align-items: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
    }
    .hdrConversion-tel{
        width: 49.5%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #e6e6e6;
        margin-right: 0;
    }
    .hdrConversion-contact{
        width: 49.5%;
    }

    .hdr-grayArea {
        padding-top: 1.25em;
    }
    body:not(.home) .hdr-grayArea{
        padding: 0;
    }
	/* モバイルメニュー */
	.hdr_slidemenu {
		opacity: 0;
		position: fixed;
		height: 100%;
		overflow-y: auto;
		top: 0;
		bottom: 0;
		right: 0;
		background: url("../images/bg_gray_pattern01.png");
		-webkit-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		z-index: -1;
	}
	/* オープン時 */
	.hdr_slidemenu.select {
		opacity: 1;
		width: 100%;
/*
		right: 0;
		-webkit-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
*/
		z-index: 100001;	/*追従するモバイルロゴより上に*/
	}

    .hdr_slidemenu_nav_wrap{
        padding-left: 1.25em;
        padding-right: 1.25em;
    }
	.hdr_slidemenu_nav li {
        list-style: none;
        margin-top: 1.5em;
	}
	.hdr_slidemenu_nav li a {
		padding: .85em 1.66em;
		font-size: 1.125em;
		display: block;
        color: #4d4d4d;
        background-color: #fff;
        -webkit-box-shadow: .388em .388em .277em rgba(211,209,209,.75);
        box-shadow: .388em .388em .277em rgba(211,209,209,.75);
        position: relative;
	}
	.hdr_slidemenu_nav li a::after {
        font-family: LineIcons;
        content: "\ea46";
        position: absolute;
        right: 1em;
        top: .9em;
        color: #9cd4eb;
		display: inline-block;
        font-weight: bold;
	}
	
	.hdr_slidemenu_nav__shop {
		font-size: .9em;
		font-weight: bold;
		display: block;
		color: #79c5eb;
	}
	
	.hdrSlidemenu-sns-shop-wrap {
		margin-top: 2em;
	}
	
	.hdrSlidemenu-sns-shop {
		width: 48%;
	}
	
	.hdrSlidemenu-sns-shop-title {
		position: relative;
		display: inline-block;
		width: 100%;
		padding: 0 10%;
		text-align: center;
		color: inherit;
		font-size: 1.25em;
	}
	
	.hdrSlidemenu-sns-shop-title::before,
	.hdrSlidemenu-sns-shop-title::after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 25%;
		height: 1px;
		border-top: 1px solid #79c5eb;
	}
	.hdrSlidemenu-sns-shop-title::before {
		left:0;
	}
	.hdrSlidemenu-sns-shop-title::after {
		right: 0;
	}

    .hdrSlidemenu-sns{
		margin-top: 1em;
        gap: 0 1.5%;
    }
    .hdrSlidemenu-sns__item{
        list-style: none;
        width: 32%;
        background-color: #9cd4eb;
    }
    .hdrSlidemenu-sns__item-link{
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 5.4375em;
    }
    .hdrSlidemenu-sns__item-icon{
        width: 1.8125em;
        height: 2.1875em;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hdrSlidemenu-sns__item-icon svg{
        color: #fff;
        fill: currentColor;
    }
    .hdrSlidemenu-sns__item-icon--facebook svg {
        width: 1em;
        height: 1.95em;
    }
    .hdrSlidemenu-sns__item-icon--insta svg {
        width: 1.875em;
        height: 1.875em;
    }
    .hdrSlidemenu-sns__item-icon--map svg {
        width: 1.5625em;
        height: 2.1875em;
    }
    .hdrSlidemenu-sns__item-text{
        color: #fff;
        font-size: .9375em;
        margin-top: .5em;
    }
    
    .hdrSlidemenu-sns-line .cont_lineArea_link{
        width: 100%;
    }

	/* モバイルメニュー */
	.menu_bar {
		cursor: pointer;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-align-items: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 60px;
        height: 60px;
        background-color: #ccc;
        color: #fff;
	}
    .menu_bar i{
        font-size: 1.7rem;
    }
    .menuTitle {
		font-size: .8rem;
	}
    .menu_bar.select{
        padding-top: .3em;
    }
    .menu_bar.select .menuTitle{
        margin-top: .3em;
        letter-spacing: 0;
    }
    .menu_bar.select i{
        font-size: 1.3rem;
        font-weight: normal;
    }
	/* モバイルメニュー 追従 */
	.hdrLogo.scroll,
	.headerLogo.scroll {
		position: fixed;
		width: 100%;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: auto !important;
		background-color: #fff;
		z-index: 100000;
	}

	/* モバイル お問い合わせ */
	.contact_area li {
        width: 100%;
		background: #009de6;
	}
	.contact_area li:nth-of-type(2) {
		margin-left: auto;
	}
	.contact_area li a {
		padding: 10vw 0 3vw;
		display: block;
		color: #fff;
		border-right: 1px solid #fff;
		font-weight: bold;
	}
	.hdr_slidemenu .contact_area li a {
		padding: 5vw 0;
	}
	.contact_area li.contact_area_tel a {
		background: url(../images/hdr_phone.svg) center 2vw / 4vw no-repeat;
	}
	.contact_area li.contact_area_web a {
		background: url(../images/hdr_mail.svg) center 3vw / 6vw no-repeat;
	}
	.contact_area li a:hover {
		opacity: .7;
	}
	.hdr_slidemenu_title {
		text-align: center;
		font-size: 1.25em;
		font-weight: bold;
		padding-bottom: .2em;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .hdr-grayArea {
        padding-top: 1.25em;
        padding-bottom: 6.5em;
    }

    .hdrMain-text {
        top: auto;
        right: 0;
        bottom: -4.25em;
        left: 0;
        text-align: center;
    }

    .hdrMain-text img {
        width: 18.9375em;
    }
    
    /* モバイル お問い合わせ */
	.contact_area li {
        width: 50%;
	}
    .menu_bar {
        width: 3.75em;
        height: 3.75em;
	}
    .menu_bar i{
        font-size: 1.8em;
    }
    .menuTitle {
		font-size: .8em;
	}
    .menu_bar.select i{
        font-size: 1.3em;
    }
	
	.hdrSlidemenu-sns-shop {
		width: 100%;
	}
	
	.hdrSlidemenu-sns-shop:nth-of-type(2) {
		margin-top: 1em;
	}
}/*res end 480px*/

/* --------------------------------------------
   【sidebar】
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	.sns_cnt_wrap{
        display: block;
        padding: 1em;
        margin-top: 0;
        background-color: #F2F2F2;
        margin-top: 2em;
    }
    .sns_cnt_first{
        margin-right: 0;
        width: 100%;
    }
    .sns_cnt_second{
        width: 100%;
    }
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
}/*res end 480px*/

/* --------------------------------------------
   【footer】
-------------------------------------------- */
/*res start　1480px*/
@media screen and (max-width: 1480px) {
    .ftrNav-pagetop{
        right: 1em;
    }
}/*res end 1480px*/

/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    .ftrCnt {
        font-size: 1.2em;
    }

    .ftrBusiness {
        display: block;
    }

    .ftrBusiness__term {
        margin-right: 0;
    }

    .ftrBusiness__desc {
        margin-top: 1em;
        line-height: 2;
    }

	/* ページトップ */

    /* アイコンの大きさはここのfont-sizeを変更 */
    .pagetop {
        /* .fa-2x */
        font-size: 2em;
        bottom: 90px;
        right: 5px;

        /* .fa-stack */
    /*	position: relative;*/
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
    }

	.pagetop::before
	, .pagetop::after {
		/* .fa */
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	/* アイコンの下側。
	 * colorで色を変更可能。基本は丸。他の形の場合は、awesomefontのサイト参照し、文字コードを変更。
	*/
	.pagetop::before {
		color: #dbdcdc;

		/* .fa-circle */
		content: "\f111";

		/* .fa-stack-1x, .fa-stack-2x */
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;

		/* .fa-stack-2x */
		font-size: 2em;
	}


	/* アイコンの上側。
	 * colorで色を変更可能。
	 * 基本は上向き角。他の形の場合は、awesomefontのサイトを参照し、文字コードを変更。
	*/
	.pagetop::after {
		/* .fa-inverse */
		color: #fff;

		/* .fa-angle-up  */
		content: "\f106";

		/* .fa-stack-1x, .fa-stack-2x */
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;

		/* .fa-stack-1x */
		line-height: inherit;
	}

	.pagetop {
		/* .fa-lg */
		font-size: 1.33333333em;
	}
		/* imgタグを消す */
		.pagetop * {
			display: none;
		}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .ftr{
        border-top: 1px solid #e4e4e4;
        padding-top: 0;
        margin-top: 1.5em;
    }
    .ftrCnt {
        padding-right: 1em;
        padding-left: 1em;
        padding-top: 2em;
        font-size: 1em;
    }
    .ftrAddress a{
        color: inherit;
    }
}/*res end 480px*/

/* --------------------------------------------
   index
-------------------------------------------- */
/*res start　1850px*/
@media screen and (max-width: 1850px) {

    /* 共通 */
    /* メニュー */
    .menuHome {
        font-size: 0.9vw;
    }

    /* フェイシャルエステ */
    /* ブライダルエステ */
    /* お知らせ */
    /* SNS */
    /* サロン紹介 */
    .introHome-wrap {
        font-size: 0.85vw;
    }
	.profileHome-images,
    .introHome-images{
        font-size: .81vw;
        margin-bottom: 2.5em;
    }
    
    .profileHome a.viewMore-btn-home--intro{
        margin-top: 1.8em;
    }
    
    .profileHome-primary{
        font-size: .98em;
    }
    
    /* プロフィール */
    /* サロン詳細・アクセス */
    /* コンバージョン */
    .conversionArea-inner {
        font-size: 0.9vw;
    }
}

/*res end 1850px*/

/*res start　1350px*/
@media screen and (max-width: 1350px) {

    /* 共通 */
    /* メニュー */

    /* フェイシャルエステ */
    /* ブライダルエステ */
    /* お知らせ */
    /* SNS */
    /* サロン紹介 */
    .profileHome-text-break{
        display: none;
    }
    
    /* プロフィール */
    /* サロン詳細・アクセス */
    /* コンバージョン */
}

/*res end 1350px*/

/*res start　1024px*/
@media screen and (max-width: 1024px) {
    /* 共通 */
    /* メニュー */
    /* フェイシャルエステ */
    /* ブライダルエステ */
    /* お知らせ */
    /* SNS */
    /* サロン紹介 */
    .introHome-wrap {
        display: block;
        font-size: inherit;
    }

    .introHome {
        width: 100%;
        padding-left: 1.0625em;
    }
    
	.profileHome-images,
    .introHome-images{
        font-size: inherit;
        margin-bottom: 2em;
    }
    
    .profileHome-text-break{
        display: block;
    }
    
    /* プロフィール */
    .profileHome {
        width: 100%;
        padding-left: 1.0625em;
    }

    /* サロン詳細・アクセス */
    /* コンバージョン */
    .conversionArea-inner {
        display: block;
        padding-right: 1em;
        padding-left: 1em;
        font-size: inherit;
    }

    .conversionArea-blue {
        margin-top: 1em;
        padding: 1em;
        width: 100%;
    }
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    /* 共通 */
    /* メニュー */
    .menuHome {
        font-size: inherit;
    }

    .menuBase-home-primary {
        display: block;
        padding-right: 0;
        padding-left: 0;
    }

    .menuBase-home {
        width: 100%;
    }

    .menuBase-home-image {
        height: auto;
        font-size: 0.8em;
    }

    /* フェイシャルエステ */
    .facialHome::after {
        content: none;
    }

    /* ブライダルエステ */
    .menuBase-home-secondary {
        display: block;
    }

    .bodyHome .menuBase-home-inner{
        border-top: 0;
    }

    .menuBase-home-box-wrap {
        margin-top: 2em;
        width: 100%;
    }
    .menuBase-home-box {
        border-color: #9bd3ea;
        -webkit-box-shadow: 7px 7px 5px rgba(197, 195, 195, 0.5);
        box-shadow: 7px 7px 5px rgba(197, 195, 195, 0.5);
        -webkit-transition: .5s;
        transition: .5s;
        -webkit-transform: translate(-0.2em, -0.2em);
            transform: translate(-0.2em, -0.2em);
    }

    .menuBase-home-box .menuBase-home-image {
        margin-top: 3em;
    }

    /* お知らせ */
    .infoHome-wrap {
        display: block;
        padding-left: 0;
    }

    .infoHome {
        width: 100%;
        padding-bottom: 2em;
    }

    /* SNS */
    .snsHome {
        width: 100%;
    }
	
	.snsHome-wrap {
		width: 100%;
	}

    /* サロン紹介 */
    .introHome {
        padding-right: 0;
        padding-left: 0;
    }
    a.viewMore-btn-home--intro{
        margin-top: 2em;
    }

    /* プロフィール */
    .profileHome {
        padding-right: 0;
        padding-left: 0;
        margin-top: 0;
    }
    .profileHome-inner{
        border-top: 0;
    }
    .profileHome-cnt-inner-wrap{
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 2em;
    }
    .profileHome-primary{
        padding-left: 1em;
    }

    /* サロン詳細・アクセス */
    .guideHome{
        margin-top: 3.5em;
    }
    .guideHome-blueBg-inner{
        padding-bottom: 0;
    }
    .guideHome-innerCnt {
        display: block;
        padding-right: 1em;
        padding-left: 1em;
    }
    .guideHome-inner-text{
        font-size: 1em;
    }

    .guideHome-innerCnt-secondary {
        margin-top: 2.5em;
    }

    .guideHome-business__desc,
    .guideHome-address__desc{
        width: 71%;
    }
    .guideHome-access {
        display: block;
    }

    .guideHome-access__term {
        width: 100%;
    }

    .guideHome-access__desc {
        margin-top: 1em;
    }
    .guideHome-map{
        margin-top: 2.5em;
    }

    /* コンバージョン */
    .conversionArea{
        padding-bottom: 4.375em;
    }

	/* フッター */
	.ftrAddress-area__item:first-of-type {
		border: none;
	}

	/* SNSボタン */
	.snsText::after {
		content: none;
	}
	.sns {
		margin: 0 auto;
		text-align: center;
	}
	.sns ul {
		list-style: outside none none;
		margin: 0 auto 2% -2%;
	}
	.sns li {
		float: left;
		margin-bottom: 2%;
		margin-left: 1%;
		width: 24%;
	}
	.sns li a {
		border-radius: 6px;
		color: #fff;
		display: block;
		font-size: 1.1em;
		padding: 10px 2px;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	}
	.sns li:nth-child(4n) {
		margin-right: 0;
	}
	.sns li a:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: translate3d(0px, 5px, 1px);
		transform: translate3d(0px, 5px, 1px);
	}
	.sns .twitter a {
		background: #00acee none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #0092ca;
		box-shadow: 0 5px 0 #0092ca;
	}
	.sns .twitter a:hover {
		background: #0092ca none repeat scroll 0 0;
	}
	.sns .facebook a {
		background: #3b5998 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #2c4373;
		box-shadow: 0 5px 0 #2c4373;
	}
	.sns .facebook a:hover {
		background: #2c4373 none repeat scroll 0 0;
	}
	.sns .googleplus a {
		background: #db4a39 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #ad3a2d;
		box-shadow: 0 5px 0 #ad3a2d;
	}
	.sns .googleplus a:hover {
		background: #ad3a2d none repeat scroll 0 0;
	}
	.sns .hatebu a {
		background: #5d8ac1 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #43638b;
		box-shadow: 0 5px 0 #43638b;
	}
	.sns .hatebu a:hover {
		background: #43638b none repeat scroll 0 0;
	}
	.sns .line a {
		background: #25af00 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #219900;
		box-shadow: 0 5px 0 #219900;
	}
	.sns .line a:hover {
		background: #219900 none repeat scroll 0 0;
	}
	.sns .pocket a {
		background: #f03e51 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #c0392b;
		box-shadow: 0 5px 0 #c0392b;
	}
	.sns .pocket a:hover {
		background: #c0392b none repeat scroll 0 0;
	}
	.sns .rss a {
		background: #ffb53c none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #e09900;
		box-shadow: 0 5px 0 #e09900;
	}
	.sns .rss a:hover {
		background: #e09900 none repeat scroll 0 0;
	}
	.sns .feedly a {
		background: #87c040 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #74a436;
		box-shadow: 0 5px 0 #74a436;
	}
	.sns .feedly a:hover {
		background: #74a436 none repeat scroll 0 0;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    /* 共通 */
	.page-top-attention {
		font-size: 1.1em;
		font-weight: bold;
	}
    /* メニュー */
    .menuBase-home{
        padding-left: 0;
        padding-right: 0;
    }
    .menuHome-anchorLink-title{
        font-size: 1em;
    }
    .menuHome-anchorLink-wrap{
        margin-top: 2em;
        padding-left: .2em;
        padding-right: .2em;
    }
    .menuHome-anchorLink-bg{
        width: 49%;
        margin-top: .3em;
        padding: .6em;
    }
    a.menuHome-anchorLink{
        font-size: .8em;
    }
    .menuBase-home-inner{
        padding-left: 1em;
        padding-right: 1em;
    }
    .menuHome{
        padding-top: 2.2em;
    }
    /* フェイシャルエステ */
    .menuBase-home-list__title{
        width: 79%;
    }
    .menuBase-home-list__text{
        width: 20%;
    }
    .menuBase-home-image{
        padding-right: 2em;
        padding-top: 2.6em;
        padding-bottom: 2.6em;
    }
    .menuBase-home-note-wrap{
        margin-bottom: 3em;
    }
    .viewMore-btn-home{
        width: 14.5em;
    }
    /* ボディエステ */
    .bodyHome{
        margin-top: 0;
    }

    /* ブライダルエステ */
    .menuBase-home-secondary {
        padding: 1em;
    }
    .menuBase-home-box{
        padding-bottom: 1.6em;
    }
    .menuBase-home-box .menuBase-home-list{
        font-size: .9em;
    }
    .menuBase-home-box .menuBase-home-note-wrap{
        margin-bottom: 0;
    }
    .menuBase-home-box .menuBase-home-image{
        margin-top: 2.5em;
    }

    /* お知らせ */
    .infoHome {
        padding-right: 1em;
        padding-left: 1em;
        margin-top: 5.3em;
    }
    .infoHome-article-time{
        margin-right: 4em;
    }

    /* SNS */
    .snsHome {
        padding-right: 1em;
        padding-left: 1em;
    }
	.snsHome-wrap {
		padding: 2em 1em 2em;
	}

    /* サロン紹介 */
    .introHome-cnt-inner {
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

    /* プロフィール */
    .profileHome-cnt-inner {
        display: block;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

    .profileHome-primary {
        width: 100%;
    }

    .prifileHome-secondary {
        width: 100%;
    }

    .profileHome-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 1.625em;
    }

    /* サロン詳細・アクセス */
    .guideHome-innerCnt {
        padding-right: 0;
        padding-left: 0;
    }

    .guideHome-business__term::before,
    .guideHome-address__term::before {
        margin-right: 0.5em;
    }

    /* コンバージョン */
    .conversionArea-tel {
        padding: 0.875em 2.125em 1.5em;
    }

    a.conversionArea-tel {
        display: block;
    }

    .conversionArea-tel-primary {
        width: 100%;
    }

    .conversionArea-tel-primary img {
        width: 100%;
        height: 6.875em;
        font-family: 'object-fit: cover;';

        -o-object-fit: cover;
        object-fit: cover;
    }

    .conversionArea-tel-secondary {
        margin-top: 1em;
        width: 100%;
    }
	
	.conversionArea-tel-secondary-double {
		margin-top: 1em;
        width: 100%;
	}
	
	a.conversionArea-tel-btn {
		width: 100%;
	}
	
	.conversionArea-tel-secondary-double {
		padding-top: 1em;
	}

    .conversionArea-contact {
        padding: 0.875em 2.125em 2.25em;
    }

    a.conversionArea-contact {
        display: block;
    }

    .conversionArea-contact-primary {
        width: 100%;
    }

    .conversionArea-contact-primary img {
        width: 100%;
        height: 6.875em;
        font-family: 'object-fit: cover;';

        -o-object-fit: cover;
        object-fit: cover;
    }

    .conversionArea-contact-secondary {
        margin-top: 1em;
        width: 100%;
    }
	
	.conversionArea-tel-secondary-double {
		padding: 0;
	}

    .sns li a{
        font-size: .95em;
    }
	
	/* フッター */
	.ftrAddress-area__title {
		padding: .5em 0;
		border: 1px solid currentColor;
	}
	
	.ftrAddress-area__item {
		width: 100%;
		margin-top: 2em;
	}
	
	.ftrAddress-area__item:first-of-type {
		margin-top: 0;
	}
	
}/*res end 480px*/

/* ---------------------------------------------------------
   【レイアウト】
--------------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.widthBase {
		width: 95%;
		padding: 0;
	}
    .widthBase_wide{
        width: 95%;
		padding: 0;
    }
}

/*res start 768px*/
@media screen and (max-width: 768px) {

	.pc {
		display: none;
	}
	.tab {
		display: block;
	}
    .tab_hide{
        display: none;
    }
	.tab_und {
		display: block;
	}

	.tab_ib {
		display: inline-block;
	}
    .tab_hide_ib{
        display: none;
    }
	.tab_und_ib {
		display: inline-block;
	}


	.tab_center { text-align: center !important; }
	.tab_left { text-align: left !important;; }
	.tab_right { text-align: right !important;; }

	.col_tab_reset[class*="col"] {
		margin-right: 2.857142857142857%;
	}

    .col_tab_reset[class*="block"] {
		margin-right: 0%;
	}

	.gm_small .col_tab_reset[class*="col"] {
		margin-right: 1.408450704225352%;
	}

	.col2_tab[class*="col"]:nth-of-type(even),
	.col3_tab[class*="col"]:nth-of-type(3n),
	.col4_tab[class*="col"]:nth-of-type(4n),
	.col5_tab[class*="col"]:nth-of-type(5n),
	.col6_tab[class*="col"]:nth-of-type(6n),
	.col7_tab[class*="col"]:nth-of-type(7n),
	.col8_tab[class*="col"]:nth-of-type(8n) {
		margin-right: 0;
	}

	.col2_tab {
		width: 48.57142857142857%;
	}
	.col3_tab {
		width: 31.42857142857143%;
	}
	.col4_tab {
		width: 22.85714285714286%;
	}

	.gm_small .col2_tab {
		width: 49.29577464788732%;
	}
	.gm_small .col3_tab {
		width: 32.3943661971831%;
	}
	.gm_small .col4_tab {
		width: 23.94366197183099%;
	}

	.col2_tab[class*="block"] {
		width: 50%;
	}
	.col3_tab[class*="block"] {
		width: 33.3%;
	}
	.col4_tab[class*="block"] {
		width: 25%;
	}

	.col_tab_all_reset[class*="col"] {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}/*res end　768px*/

/*res start 480px*/
@media screen and (max-width: 480px) {
	.tab {
		display: none;
	}
	.tab_over {
		display: none;
	}
	.sp {
		display: block;
	}
    .tab_hide{
        display: block;
    }

	.tab_ib {
		display: none;
	}
	.tab_over_ib {
		display: none;
	}
	.sp_ib {
		display: inline-block;
	}
    .tab_hide_ib{
        display: inline-block;
    }


	.sp_center { text-align: center !important; }
	.sp_left { text-align: left !important; }
	.sp_right { text-align: right !important; }


	.col_sp_reset[class*="col"] {
		margin-right: 2.857142857142857% !important;
	}

    .col_sp_reset[class*="block"] {
		margin-right: 0% !important;
	}

	.gm_small .col_sp_reset[class*="col"] {
		margin-right: 1.408450704225352% !important;
	}

	.col2_sp[class*="col"]:nth-of-type(even),
	.col3_sp[class*="col"]:nth-of-type(3n),
	.col4_sp[class*="col"]:nth-of-type(4n),
	.col5_sp[class*="col"]:nth-of-type(5n),
	.col6_sp[class*="col"]:nth-of-type(6n),
	.col7_sp[class*="col"]:nth-of-type(7n),
	.col8_sp[class*="col"]:nth-of-type(8n) {
		margin-right: 0 !important;
	}

	.col2_sp {
		width: 48.57142857142857% !important;
	}
	.col3_sp {
		width: 31.42857142857143% !important;
	}
	.col4_sp {
		width: 22.85714285714286% !important;
	}

	.gm_small .col2_sp {
		width: 49.29577464788732% !important;
	}
	.gm_small .col3_sp {
		width: 32.3943661971831% !important;
	}
	.gm_small .col4_sp {
		width: 23.94366197183099% !important;
	}

	.col2_sp[class*="block"] {
		width: 50% !important;
	}
	.col3_sp[class*="block"] {
		width: 33.3% !important;
	}
	.col4_sp[class*="block"] {
		width: 25% !important;
	}

	.col_sp_all_reset[class*="col"]
	, .gm_small .col_sp_all_reset[class*="col"]
	, .col_sp_all_reset[class*="block"]
	{
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
	}
}/*res end 480px*/

/* ---------------------------------------------------------
   【utility】
--------------------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
	/* （親）フレックスボックス基本設定 */
	.u-flex-t-l {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	/* （親）上から下へ垂直方向に配置 */
	.u-flex-fdc-t-l {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	/* （親）横複数行に配置 */
	.u-flex-fww-t-l {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* （親）親要素の高さいっぱいに配置 */
	.u-flex-ais-t-l {
		-ms-align-items: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-ms-grid-row-align: stretch;
		align-items: stretch;
		height: auto;
	}

	/* （親）クロス軸の中央に配置 */
	.u-flex-aic-t-l {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}

	/* （親）中央に配置 */
	.u-flex-jcc-t-l {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}


	/* （親）等間隔に配置 */
	.u-flex-jcsa-t-l {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	/* （親）最初と最後のアイテムは端に、残りは等間隔で配置 */
	.u-flex-jcsb-t-l {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	/* 最初のメインとなるサイズを元に、幅と高さのプロパティを同じ値に */
	.u-flex-item-fb-half-t-l {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
        max-width: 49%;
	}
	.u-flex-item-fb-full-t-l {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
            max-width: 100%;
	}

	/* 表示優先度 */
	.u-flex-item-o-0-t-l {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.u-flex-item-o-1-t-l {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	/* （親）フレックスボックス基本設定 */
	.u-flex-t {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	/* （親）上から下へ垂直方向に配置 */
	.u-flex-fdc-t {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	/* （親）横複数行に配置 */
	.u-flex-fww-t {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* （親）親要素の高さいっぱいに配置 */
	.u-flex-ais-t {
		-ms-align-items: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-ms-grid-row-align: stretch;
		align-items: stretch;
		height: auto;
	}

	/* （親）クロス軸の中央に配置 */
	.u-flex-aic-t {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}

	/* （親）中央に配置 */
	.u-flex-jcc-t {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	/* （親）等間隔に配置 */
	.u-flex.u-flex-jcsa-t {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	/* （親）最初と最後のアイテムは端に、残りは等間隔で配置 */
	.u-flex-jcsb-t {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	/* 最初のメインとなるサイズを元に、幅と高さのプロパティを同じ値に */
	.u-flex-item-fb-half-t {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
        max-width: 49%;
	}
	.u-flex-item-fb-full-t {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
            max-width: 100%;
	}

	/* 表示優先度 */
	.u-flex-item-o-0-t {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.u-flex-item-o-1-t {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}


	/* アコーディオン */
	.accordion-tab {
		cursor: pointer;
		position: relative;
	}
	.u-hide-tab {
		display: none;
	}

	/* アコーディオン矢印（任意） */
	.accordion-tab::after {
		content: "&gt;";
		-webkit-transform: rotate(90deg);
		    transform: rotate(90deg);
	}

	.accordion-tab.open::after {
		-webkit-transform: rotate(-90deg);
		    transform: rotate(-90deg);
		right: 1.4em;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	/* （親）フレックスボックス基本設定 */
	.u-flex-s {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	/* （親）上から下へ垂直方向に配置 */
	.u-flex-fdc-s {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	/* （親）横複数行に配置 */
	.u-flex-fww-s {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* （親）親要素の高さいっぱいに配置 */
	.u-flex-ais-s {
		-ms-align-items: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-ms-grid-row-align: stretch;
		align-items: stretch;
		height: auto;
	}

	/* （親）クロス軸の中央に配置 */
	.u-flex-aic-s {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}

	/* （親）中央に配置 */
	.u-flex-jcc-s {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	/* （親）等間隔に配置 */
	.u-flex.u-flex-jcsa-s {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	/* （親）最初と最後のアイテムは端に、残りは等間隔で配置 */
	.u-flex-jcsb-s {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	/* 最初のメインとなるサイズを元に、幅と高さのプロパティを同じ値に */
	.u-flex-item-fb-half-s {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
        max-width: 49%;
	}
	.u-flex-item-fb-full-s {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
            max-width: 100%;
	}

	/* 表示優先度 */
	.u-flex-item-o-0-s {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.u-flex-item-o-1-s {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

    /* iframeに自動振り分けされるクラス */
    .u-obj-box {
        padding-top: 80%;
    }


	/* アコーディオン */
	.accordion-sp {
		cursor: pointer;
		position: relative;
	}
	.u-hide-sp {
		display: none;
	}

	/* アコーディオン矢印（任意） */
	.accordion-sp::after {
		content: "&gt;";
		-webkit-transform: rotate(90deg);
		    transform: rotate(90deg);
	}

	.accordion-sp.open::after {
		-webkit-transform: rotate(-90deg);
		    transform: rotate(-90deg);
		right: 1.4em;
	}
}/*res end 480px*/


/* ---------------------------------------------------------
   【テキストスタイル】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
}/*res end 480px*/

/* ---------------------------------------------------------
   【font-size 13px 100%】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
    .f10_tab {font-size:10px;}
    .f11_tab {font-size:11px;}
    .f12_tab {font-size:12px;}
    .f13_tab {font-size:13px;}
    .f14_tab {font-size:14px;}
    .f15_tab {font-size:15px;}
    .f16_tab {font-size:16px;}
    .f18_tab {font-size:18px;}
    .f20_tab {font-size:20px;}
    .f21_tab {font-size:21px;}
    .f22_tab {font-size:22px;}
    .f24_tab {font-size:24px;}
    .f26_tab {font-size:26px;}
    .f28_tab {font-size:28px;}
    .f42_tab {font-size:42px;}
    .f56_tab {font-size:56px;}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .f10_sp {font-size:10px;}
    .f11_sp {font-size:11px;}
    .f12_sp {font-size:12px;}
    .f13_sp {font-size:13px;}
    .f14_sp {font-size:14px;}
    .f15_sp {font-size:15px;}
    .f16_sp {font-size:16px;}
    .f18_sp {font-size:18px;}
    .f20_sp {font-size:20px;}
    .f21_sp {font-size:21px;}
    .f22_sp {font-size:22px;}
    .f24_sp {font-size:24px;}
    .f26_sp {font-size:26px;}
    .f28_sp {font-size:28px;}
    .f42_sp {font-size:42px;}
    .f56_sp {font-size:56px;}
}/*res end 480px*/

/* ---------------------------------------------------------
   【余白】	5px未満は個別に追加
--------------------------------------------------------- */

/*res start　768px*/
@media screen and (max-width: 768px) {
    .mt00_tab {margin-top: 0 !important;}
    .mt05_tab {margin-top: 5px !important;}
    .mt10_tab {margin-top: 10px !important;}
    .mt15_tab {margin-top: 15px !important;}
    .mt20_tab {margin-top: 20px !important;}
    .mt25_tab {margin-top: 25px !important;}
    .mt30_tab {margin-top: 30px !important;}
	.mt40_tab {margin-top: 40px !important;}
	.mt50_tab {margin-top: 50px !important;}
    .ml00_tab {margin-left: 0 !important;}
    .ml05_tab {margin-left: 5px !important;}
    .ml10_tab {margin-left: 10px !important;}
    .ml15_tab {margin-left: 15px !important;}
    .ml20_tab {margin-left: 20px !important;}
    .ml25_tab {margin-left: 25px !important;}
    .ml30_tab {margin-left: 30px !important;}
    .mr00_tab {margin-right: 0 !important;}
    .mr05_tab {margin-right: 5px !important;}
    .mr10_tab {margin-right: 10px !important;}
    .mr15_tab {margin-right: 15px !important;}
    .mr20_tab {margin-right: 20px !important;}
    .mr25_tab {margin-right: 25px !important;}
    .mr30_tab {margin-right: 30px !important;}
    .mb00_tab {margin-bottom: 0 !important;}
    .mb05_tab {margin-bottom: 5px !important;}
    .mb10_tab {margin-bottom: 10px !important;}
    .mb15_tab {margin-bottom: 15px !important;}
    .mb20_tab {margin-bottom: 20px !important;}
    .mb25_tab {margin-bottom: 25px !important;}
    .mb30_tab {margin-bottom: 30px !important;}

    .pt00_tab {padding-top: 0 !important;}
    .pt05_tab {padding-top: 5px !important;}
    .pt10_tab {padding-top: 10px !important;}
    .pt15_tab {padding-top: 15px !important;}
    .pt20_tab {padding-top: 20px !important;}
    .pt25_tab {padding-top: 25px !important;}
    .pt30_tab {padding-top: 30px !important;}
    .pl00_tab {padding-left: 0 !important;}
    .pl05_tab {padding-left: 5px !important;}
    .pl10_tab {padding-left: 10px !important;}
    .pl15_tab {padding-left: 15px !important;}
    .pl20_tab {padding-left: 20px !important;}
    .pl25_tab {padding-left: 25px !important;}
    .pl30_tab {padding-left: 30px !important;}
    .pr00_tab {padding-right: 0 !important;}
    .pr05_tab {padding-right: 5px !important;}
    .pr10_tab {padding-right: 10px !important;}
    .pr15_tab {padding-right: 15px !important;}
    .pr20_tab {padding-right: 20px !important;}
    .pr25_tab {padding-right: 25px !important;}
    .pr30_tab {padding-right: 30px !important;}
    .pb00_tab {padding-bottom: 0 !important;}
    .pb05_tab {padding-bottom: 5px !important;}
    .pb10_tab {padding-bottom: 10px !important;}
    .pb15_tab {padding-bottom: 15px !important;}
    .pb20_tab {padding-bottom: 20px !important;}
    .pb25_tab {padding-bottom: 25px !important;}
    .pb30_tab {padding-bottom: 30px !important;}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .mt00_sp {margin-top: 0 !important;}
    .mt05_sp {margin-top: 5px !important;}
    .mt10_sp {margin-top: 10px !important;}
    .mt15_sp {margin-top: 15px !important;}
    .mt20_sp {margin-top: 20px !important;}
    .mt25_sp {margin-top: 25px !important;}
    .mt30_sp {margin-top: 30px !important;}
    .ml00_sp {margin-left: 0 !important;}
    .ml05_sp {margin-left: 5px !important;}
    .ml10_sp {margin-left: 10px !important;}
    .ml15_sp {margin-left: 15px !important;}
    .ml20_sp {margin-left: 20px !important;}
    .ml25_sp {margin-left: 25px !important;}
    .ml30_sp {margin-left: 30px !important;}
    .mr00_sp {margin-right: 0 !important;}
    .mr05_sp {margin-right: 5px !important;}
    .mr10_sp {margin-right: 10px !important;}
    .mr15_sp {margin-right: 15px !important;}
    .mr20_sp {margin-right: 20px !important;}
    .mr25_sp {margin-right: 25px !important;}
    .mr30_sp {margin-right: 30px !important;}
    .mb00_sp {margin-bottom: 0 !important;}
    .mb05_sp {margin-bottom: 5px !important;}
    .mb10_sp {margin-bottom: 10px !important;}
    .mb15_sp {margin-bottom: 15px !important;}
    .mb20_sp {margin-bottom: 20px !important;}
    .mb25_sp {margin-bottom: 25px !important;}
    .mb30_sp {margin-bottom: 30px !important;}

    .pt00_sp {padding-top: 0 !important;}
    .pt05_sp {padding-top: 5px !important;}
    .pt10_sp {padding-top: 10px !important;}
    .pt15_sp {padding-top: 15px !important;}
    .pt20_sp {padding-top: 20px !important;}
    .pt25_sp {padding-top: 25px !important;}
    .pt30_sp {padding-top: 30px !important;}
    .pl00_sp {padding-left: 0 !important;}
    .pl05_sp {padding-left: 5px !important;}
    .pl10_sp {padding-left: 10px !important;}
    .pl15_sp {padding-left: 15px !important;}
    .pl20_sp {padding-left: 20px !important;}
    .pl25_sp {padding-left: 25px !important;}
    .pl30_sp {padding-left: 30px !important;}
    .pr00_sp {padding-right: 0 !important;}
    .pr05_sp {padding-right: 5px !important;}
    .pr10_sp {padding-right: 10px !important;}
    .pr15_sp {padding-right: 15px !important;}
    .pr20_sp {padding-right: 20px !important;}
    .pr25_sp {padding-right: 25px !important;}
    .pr30_sp {padding-right: 30px !important;}
    .pb00_sp {padding-bottom: 0 !important;}
    .pb05_sp {padding-bottom: 5px !important;}
    .pb10_sp {padding-bottom: 10px !important;}
    .pb15_sp {padding-bottom: 15px !important;}
    .pb20_sp {padding-bottom: 20px !important;}
    .pb25_sp {padding-bottom: 25px !important;}
    .pb30_sp {padding-bottom: 30px !important;}
}/*res end 480px*/

/* ---------------------------------------------------------
   【フロート】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.fl.tab_set,
	.fr.tab_set {
		float: none;
	}

	.section table.tab_set th,
	.section table.tab_set td {
		display: block;
		width: 100%;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	.fl.sp_set,
	.fr.sp_set {
		float: none;
	}

	.section table.sp_set th,
	.section table.sp_set td {
		display: block;
		width: 100%;
        margin-top: .7em;
	}

}/*res end 480px*/

/* --------------------------------------------
   【mailformpro】
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {

	form#mailformpro dl dt,
	form#mailformpro dl dd {
		font-size: 16px;
	}

	form#mailformpro dl dt {
		float:none !important;
		width:100% !important;
		text-align:left !important;
		padding-bottom:0 !important;
	}

	form#mailformpro dl dd {
		padding-left:10px !important;
		border:none !important;
	}

	form#mailformpro li, form#mailformpro li {
		margin-bottom: .5em;
	}

	div.mailform .mfp {
		padding-left: 0;
	}

	.mailform input, .mailform textarea {
/*		width:95% !important;*/
		margin: 1% 0;
		font-size: 16px;
		display: block;
	}

	.mfp_not_checked,
	.mfp_checked {
		padding: 3% 0.5% 2%;
		font-size: 16px;
	}

	.mailform label &gt; input {
		width: 5% !important;
	}

	dd.mfp_achroma &gt; a {
		display: block;
	}

	form#mailformpro label.mfp_checked,
	form#mailformpro label.mfp_not_checked {
		border: 1px solid #eee;
	}

	div#mfp_phase_confirm h4 {
		font-size: 1rem;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {

	.mailform input, .mailform textarea {
		padding: 4% !important;
		font-size: 18px !important;
	}

	#mfp_overlay_inner {
		width:80% !important;
	}

	.mfp_not_checked,
	.mfp_checked {
		padding: 5% !important;
	}

	form#mailformpro ol li {
		margin-right: 0;
		display: block;
	}

	div.mailform {
		padding: 1em 0;
	}

	div.mailform .mfp {
		padding-left: 0;
	}

	form#mailformpro label,
	form#mailformpro label.mfp_checked{
		display: block;
	}

	table#mfp_confirm_table tr th {
		width:100% !important;
		display:block !important;
		background-color: #DEE1E9 !important;
	}

	table#mfp_confirm_table tr td {
		width:100% !important;
		display:block !important;
		border:none !important;
		background-color:#FFF !important;
	}
    div.mfp_buttons button[type="submit"] {
        font-size: 18px !important;
        padding: 5% 5px!important;
    }

}/*res end　480px*/

/* --------------------------------------------
   Contact Form 7
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.contact_top {
        font-size: 3vmin;
	}
	.contact_top .fa-mobile {
        font-size: 25px;
        margin-top: -10px;
	}
	form.wpcf7-form input.wpcf7-submit {
	    margin: 0 auto;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	.contact_top {
        font-size: 6vw;
        margin-bottom: 8px;
	}
	form.wpcf7-form input {
        width: 100%;
	}
	a.contact_tel {
        margin-bottom: 5px;
        display: block;
	}
	form.wpcf7-form dl dt {
        float: none;
        font-size: 12px;
        text-align: left;
        width: 100%;
	}
	form.wpcf7-form dl dd {
        border-top: none;
        padding: 10px 5px 20px 0;
	}
	form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox input {
	    width: auto;
	}
	form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
        width: 100%;
        display: block;
	}
	.alertlabel {
        font-size: 1rem;
        padding: 5px 0;
	}
	.wpcf7-form-control-wrap.reason {
	    margin-left: 0;
	}
    form.wpcf7-form input.wpcf7-submit, form.wpcf7-form input.wpcf7-confirm {
        font-size: 18px !important;
        padding: 5% 5px;
    }
}/*res end 480px*/

/* --------------------------------------------
下層共通パーツ
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {

}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	h2.entry-title {
		margin-left: 0;
		margin-right: 0;
	}

	h3.entry-title {
		margin-left: 0;
		margin-right: 0;
	}

	.section {
		margin-left: 0;
		margin-right: 0;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {

}/*res end　480px*/

/* ----------------------------------------------
ブログ
---------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
    .blog_wrap .blog_box {
        height: auto;
    }
    .blog_wrap .more-link {
        position: static;
    }
    .blog_cnt, .blog_sdr {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .blog_sdr .link_box {
        float: left;
        margin-bottom: 20px;
        margin-right: 2%;
        width: 32%;
    }
    .blog_sdr .link_box:last-child {
        margin-right: 0;
    }
}/*res start　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .blog_sdr .link_box {
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
}/*res start　480px*/

/* ---------------------------------------------------------
   ご結婚・ご出産される方へ marriage-birth
--------------------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
	/* ブライダルエステ　- ご結婚される方へ - */
	/* ブライダルエステの５つのポイント */
	/* ブライダルエステメニュー */
	/* 施術について */
	/* マタニティエステ　- ご出産される方へ - */
	/* マタニティエステについて */
}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	/* ブライダルエステ　- ご結婚される方へ - */
	.bridalsection01_txtWrap {
    width: 100%;
	}
	.bridalsection01_img {
    width: 64%;
    margin: 5% auto;
	}
	/* ブライダルエステの５つのポイント */
	.bridalsection02_wrap {
		width: 100%;
		padding: 5em 1em 5em 20em;
		background-size: cover;
		background-position: center;
	}
	/* ブライダルエステメニュー */
	/* 施術について */
	.aboutBox_txt {
		min-height: 11em;
	}
	/* マタニティエステ　- ご出産される方へ - */
	/* マタニティエステについて */
	.maternitysection02_wrap {
		padding: 5em;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	/* ブライダルエステ　- ご結婚される方へ - */
	.bridalsection01_wrap {
		width: 100%;
	}
	.bridalsection01_img {
		width: 95%;
	}
	/* ブライダルエステの５つのポイント */
	.bridalsection02_wrap {
		padding: 2em 1em 2em 10em;
		font-size: .8em;
	}
	.bridalsection02_wrap ul li.bridalsection02_list {
		margin-bottom: 1em;
	}
	/* ブライダルエステメニュー */
	.priceSection_wrap {
		width: 100%;
	}
	.priceWrap {
		font-size: .75em;
	}
	.priceTitle_wrap {
		width: 75%;
	}
	.pricePrice_wrap {
		padding: .5em;
	}
	/* 施術について */
	.aboutBox {
		width: 100%;
		margin-bottom: 5%;
	}
	.bridalsection04_taikenWrap {
		width: 100%;
		padding: .5em 1em 1em;
	}
	.bridalsection04_taikenAttention {
		margin-right: 0;
	}
	.bridalsection04_taikenLine {
		width: 100%;
	}
	dl.bridalsection04_taikenLine dt {
		margin-left: 1.5em;
	}
	dl.bridalsection04_taikenLine dt::before {
		left: -1.5em;
	}
	/* マタニティエステ　- ご出産される方へ - */
	.maternitysection02_wrap {
    padding: 2em 1em;
}
	/* マタニティエステについて */
	.maternitysection02_wrap ul li.bridalsection02_list:nth-of-type(2) {
		margin-left: 2.5em;
	}
	.maternitysection02_wrap ul li.bridalsection02_list {
		margin-left: 2.5em;
	}
}/*res end 480px*/

/* ---------------------------------------------------------
   サロン案内・アクセス guide
--------------------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
	/* commerceの想い */
	/* エステティシャン紹介 */
	/* サロン紹介 */
	/* アクセス */
}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	/* commerceの想い */
	.guideHope_txt {
		width: 68%;
		margin: 0 auto;
	}
	.guideHope_img {
    width: 68%;
    margin: 5% auto 0;
	}
	/* エステティシャン紹介 */
	/* サロン紹介 */
	.guideSalon_blueWrap .guideHome-inner-text {
		width: 95%;
	}
	.guideRead_wrap {
		width: 100%;
	}
	/* アクセス */
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	/* commerceの想い */
	.guideHope_txt,
	.guideHope_img {
		width: 100%;
	}
	.guideHope_title {
		font-size: 1.4em;
		margin-top: 15%;
	}
	.guideHope_title:first-of-type {
		margin-top: 8%;
	}
	/* エステティシャン紹介 */
	.guideIntro_bg {
		width: 100%;
		background-image: none;
	}
	.guideIntro_txtWrap {
		width: 100%;
		flex: 0 1 auto;
	}
	.guideIntro_img {
    width: 92%;
    margin: 5% auto;
	}
	/* サロン紹介 */
	.guideSalon_blueWrap .guideHome-inner-text,
	.guideSalon_blueWrap .guideSalon_tableWrap {
		width: 100%;
	}
	.guideRead_wrap {
		padding: .8em 1em 1.5em 0;
	}
	/* アクセス */
	.guideAccess_wrap {
		width: 100%;
	}
	.guideAccess_movie {
    width: 100%;
	}
	.guideAccess_img {
    width: 100%;
    margin-top: 8%;
	}
	.guideAccess_img &gt; img {
		display: block;
		margin: 0 auto;
	}
}/*res end 480px*/

/* ---------------------------------------------------------
   まつ毛エクステ eyelash
--------------------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
	/* commerceのマツエクのおすすめポイント */
	/* まつ毛エクステメニュー・料金 */
	/* ギャラリー */
}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	/* commerceのマツエクのおすすめポイント */
	.eyelashPoint_box {
		width: 85%;
		margin: 2% auto 0;
		min-height: 16em;
	}
	/* まつ毛エクステメニュー・料金 */
	.eyelush_fee02 .priceSection_wrap {
    width: 80%;
	}
	.eyelush_guideRead {
		padding: .8em 1em 1.5em;
	}
	/* ギャラリー */
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	/* commerceのマツエクのおすすめポイント */
	.eyelashPoint_box {
		width: 100%;
		min-height: 20em;
	}
	/* まつ毛エクステメニュー・料金 */
	.eyelush_fee02 .priceSection_wrap {
    width: 100%;
    margin-top: 5%;
	}
	.eyelush_fee03 .priceSection_wrap {
    width: 100%;
	}
	.eyelush_fee02 .priceTitle_wrap,
	.eyelush_fee02 .pricePrice_wrap,
	.eyelush_fee03 .priceTitle_wrap,
	.eyelush_fee03 .pricePrice_wrap {
		font-size: 1.313em;
		padding: 1em 1.5em;
	}
	.eyelush_guideRead {
		padding: 1em;
	}
	.eyelush_guideRead ul li {
		margin-left: 1.5em;
	}
	/* ギャラリー */
	.gallerywrap01 .galleryimg {
    width: 48.5%;
    margin-top: 3%;
	}
	.gallerywrap02 .galleryimg {
		width: 48.5%;
	}
}/*res end 480px*/

/* ---------------------------------------------------------
	エステメニュー menu
--------------------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
	/* commerceのトリートメント */
	/* フェイシャルエステメニュー */
	/* ボディエステメニュー */
}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	/* commerceのトリートメント */
	.menuFace_course {
    width: 100%;
	}
	/* フェイシャルエステメニュー */
	.menuAbout_wide .aboutBox,
	.menuAbout_wide.two_img .aboutBox {
    width: 80%;
    margin: 0 auto;
	}
	.menuAbout_wide .aboutBox_img {
    width: 59%;
    margin: 0 auto;
	}
	.menuAbout_wide .menuAbout_wrap {
		width: 100%;
	}
	.menuAbout_wrap .aboutBox_title {
		text-align: center;
		margin-top: 1em;
	}
	.menuAbout_wrap .aboutBox_txt {
		margin-top: 1.5em;
	}
	.menuOption_wrap {
		width: 100%;
	}
	.menuOption_boder {
		padding: 2% 4%;
	}
	/* ボディエステメニュー */
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	/* commerceのトリートメント */
	/* フェイシャルエステメニュー */
	.pricePrice_wrap .red_atention {
		display: none;
	}
	.red_atention {
		font-size: 1em;
	}
	.sp.red_atention {
		display: inline-block;
	}
	.red_atention::before {
		content: '※';
	}
	.menuAbout_wide {
    padding: 2em 1.5em;
	}
	.menuAbout_wide .aboutBox, .menuAbout_wide.two_img .aboutBox {
		width: 100%;
	}
	/* ボディエステメニュー */

}/*res end 480px*/

/* ---------------------------------------------------------
   別邸 special
--------------------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	.page_anchorWrap--spacial .page_anchorLink_bg {
		width: 45%;
	}
	.specialsection_wrap .bridalsection01_txtWrap {
		width: 100%;
	}
	.specialsection_wrap .bridalsection01_img {
		width: 100%;
		text-align: center;	
	}
	.aboutWrap--gray .aboutBox_txt {
		height: 15em;
	}
	.recommend-list {
		padding-left: 3em;	
	}
	a.btn-contact-special {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.3em;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	.page_anchorWrap--spacial .page_anchorLink_bg {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.about-spadial-cnt__img {
		width: 100%;
		text-align: center;
	}
	.about-spadial-cnt__txt {
		width: 100%;
		margin-top: 1.5em;
	}
	.special-trial-menu {
		max-width: 100%;
		padding: 1em .8em 1em;
	}
	.aboutWrap--gray .aboutBox_txt {
		height: auto;
	}
	.special-trial-menu__price-main {
		font-size: 1.3em;
	}
}/*res end 480px*/

/* ---------------------------------------------------------

--------------------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
}/*res end 480px*/
</pre></body></html>