@charset "utf-8";
/*==========================================================================

   base width

==========================================================================*/
body {
	min-width: 1020px; /* 幅狭時のスクロールで見切り調整 */
}
.container {
	min-width: 1020px;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}


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

   base frame

==========================================================================*/
#header {
	position: relative;
	background: #fff;
}
#main {
}
#footer {
	border-top: 1px solid #fff;
	background: #f2f2f2;
}

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

   grid

==========================================================================*/
.row { font-size: 0;}
.col { display: inline-block; vertical-align: top;}
.col-12 { width: 100%;}
.col-11 { width: 91.66667%;}
.col-10 { width: 83.33333%;}
.col-9  { width: 75%;}
.col-8  { width: 66.66666%;}
.col-7  { width: 58.33333%;}
.col-6  { width: 50%;}
.col-5  { width: 41.66666%;}
.col-4  { width: 33.33333%;}
.col-3  { width: 25%;}
.col-2  { width: 16.66666%;}
.col-1  { width: 8.33333%;}


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

   header

==========================================================================*/
/*---------------------------------------------------- brand-header */
.brand-header {
	display: table;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	font-size: 12px;
	color: #fff;
	background: #000;
}
.brand-header__copy {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Lucida Grande', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 500;
	font-weight: bold;
}
.brand-header__list {
	display: table-cell;
	width: 470px;
	font-size: 0;
}
.brand-header__item {
	padding: 0 0 0 13px;
	font-size: 12px;
	text-align: right;
	display: inline-block;
}
.brand-header__item a {
	display: inline-block;
	padding: 10px 0;
	color: #fff;
	font-family: 'Lucida Grande', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: bold;
}

/*---------------------------------------------------- header-row, col */
.header-row {
	display: table;
	box-sizing: border-box;
	width: 100%;
	padding: 7px 10px;
}
.header-col {
	display: table-cell;
	vertical-align: top;
}

.header-col.col--left {
	/*width: 62px;*/
}

.header-col.col--right {
	text-align: right;
}

/*---------------------------------------------------- header-logo */
.header-logo {
	float: left;
	width: 62px;
	height: 70px;
}


/*---------------------------------------------------- ロゴ横バナー */

.col--left-02 img {
    margin-left:16px;
}

.col--left-02 img:hover{
    opacity: 0.7;
    transition: all .3s;
}

/*---------------------------------------------------- header-subnav */
.header-subnav {
	display: inline-block;
	vertical-align: top;
}
.header-subnav__list {
	font-size: 0;
}
.header-subnav__item {
	display: inline-block;
	margin-left: 25px;
	font-size: 12px;
	vertical-align: middle;
	font-family: 'Lucida Grande', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.header-subnav__side {
	font-family: 'Lucida Grande', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 500;
}
.header-subnav__item-btn {
	width: 150px;
	height: 35px;
}

/*---------------------------------------------------- header-contact */
.header-contact {
	display: inline-block;
	margin: 0 0 0 -3px;
}
.header-contact__item {
	margin-left: 6px;
}
.header-contact__btn.btn-outer {
	width: 160px;
	height: 35px;
	font-size: 14px;
}
.header-contact__item.btn-text-link-outer {
	vertical-align: top;
}

.header-contact__item.btn-text-link-outer .header-contact__btn.btn-outer {
	font-size: 12px;
}

.header-contact__item .btn-text-link {
	height: 20px;
	width: auto;
	margin-right: 2em;
}
.header-contact__item .btn-text-link a:after {
	display: inline-block;
	font: bold 12px/1 "icomoon";
	content: "\f105";
	color:#eb5271;
	position: relative;
	margin-left: .75em;
}
.header-social {
	margin-top: 10px;
}

.header-contact__item span{
	font-size: 10px;
}

/*---------------------------------------------------- gnav */
.gnav {
	margin-top: -25px;
	padding-bottom: 20px;
	font-family: 'Lucida Grande', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 500;
}
.gnav__list {
	text-align: center;
	font-size: 0;
	z-index: 1;
}
.gnav__item {
	position: relative;
	display: inline-block;
	margin: 0 20px;
	font-size: 14px;
	color: #ccc;
}
.gnav__label {
	color: #000;
	cursor: pointer;
	transition: color .3s;
}

/* ---------------------------------------------------- gnav child */
.gnav__list-2nd {
	position: absolute;
	top: 20px;
	left: -62px;
	font-size: 14px;
	background: rgba(255,255,255,.9);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	line-height: 1.4;
}

.gnav__list-2nd span{
	font-size: 12px;
}
.gnav__item:hover .gnav__list-2nd {
	padding-top: 10px;
	top: 14px;
	opacity: 1;
	visibility: visible;
	height: auto;
	overflow: hidden;
	z-index: 2;
}
.gnav__item-2nd {
	width: 200px;
	text-align: center;
}
.gnav__item-2nd a {
	display: block;
	padding: 12px 7px;
	color: #fff;
	background: #000;
}
.gnav__item-2nd a:hover {
	color: #000;
	background:#fff;
}




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

   header - scroll

==========================================================================*/
#header {
	margin-top: -93px;
}
.header-outer {
	padding-top: 93px;
}
#header.scroll {
	position: fixed;
	top: 0;
	z-index: 31;
	width: 100%;
	margin-top: 0;
	transition: margin-top .3s;
}


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

   section

==========================================================================*/
.section-body01 {
	margin: 25px 0 35px;
}

.section-header01 {
	margin-bottom: 35px;
}
.section-header01__title {
	padding-bottom: .5em;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	border-bottom: 1px dashed #ccc;
}
.section-header01__desc {
	margin-top: 1em;
	font-size: 14px;
	line-height: 1.4;
	color: #666;
}

.section-header02 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}



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

   #footer

==========================================================================*/
.footer-logo {
	position: relative;
	top: -26px;
	width: 130px;
	height: 149px;
	margin: 0 auto;
}

/* ---------------------------------------------------- footer-salon */
.footer-salon {
	padding: 60px 0 75px;
}
.footer-salon__header {
	margin-bottom: 40px;
	text-align: center;
}
.footer-salon__header__title {
	font: 32px "Cochin LT W01 Roman";
	margin-bottom: 15px;
}
.footer-salon__header__text {
	font-size: 18px;
	line-height: 1.4;
}
.footer-salon__header__text .text-large {
	font-size: 22px;
}
.footer-salon__body {
	margin: 40px auto 0;
}
.footer-salon__list {
	overflow: hidden;
	margin-bottom: -2px;
}
.footer-salon__item {
	box-sizing: border-box;
	padding: 20px 0 0;
	text-align: center;
	border-top: 2px solid #c2c2c2;
	border-right: 2px solid #c2c2c2;
}
.footer-salon__item:nth-child(1) { padding-bottom: 20px; border-top: none;}
.footer-salon__item:nth-child(2) { padding-bottom: 20px; border-top: none;}
.footer-salon__item:nth-child(3) { padding-bottom: 20px; border: none;}
.footer-salon__item:nth-child(3n) { border-right: none;}

.footer-salon__item-area {
	margin-bottom: 15px;
	font-size: 18px;
}
.footer-salon__item-tel {
	margin-bottom: 7px;
	font: 28px "Cochin LT W01 Italic";
	letter-spacing: .055em;
}
.footer-salon__item-date {
	font-size: 11px;
	line-height: 1.4;
}
.footer-salon__item-btn {
	width: 255px;
	height: 36px;
	margin: 15px auto 0;
	font-size: 12px;
}


/* ---------------------------------------------------- footer-desk */


/* ---------------------------------------------------- footer-contact */
.footer-contact {
	padding: 35px 0 60px;
	text-align: center;
	border-bottom: 2px solid #c2c2c2;
}
.footer-contact__title {
	font: 40px "Cochin LT W01 Roman";
	margin-bottom: 10px;
}
.footer-contact__text {
	font-size: 18px;
	line-height: 1.4;
}
.footer-contact__logo {
	margin-bottom: 15px;
}
.footer-contact__btn {
	width: 280px;
	height: 52px;
	margin: 18px 5px 26px;
	font-size: 16px;
}
.footer-contact__btn .btn06 {
	font-size: 16px;
}
.footer-contact__link {
	display: block;
	margin-bottom: 1em;
}
.footer-contact__link:after {
    display: inline-block;
    font: bold 12px/1 "icomoon";
    content: "\f105";
		color:#eb5271;
    position: relative;
    top: -.2em;
    margin-left: .75em;
    vertical-align: middle;
}

.footer-contact__btn span{
	font-size:12px;
	margin-left: 3px;
}
/* ---------------------------------------------------- footer-nav */
.footer-nav {
	padding: 30px 0;
    border-top: 2px solid #c2c2c2;
}
.footer-nav-inner {
	display: table;
}
.footer-nav-header {
	display: table-cell;
	width: 81px;
	padding-right: 87px;
	vertical-align: top;
}
.footer-nav__logo {
	width: 81px;
	height: 93px;
}
.footer-social {
	margin-top: 15px;
	text-align: center;
}
.footer-gnav {
	display: table;
	width: 100%;
}
.footer-gnav__col {
	display: table-cell;
	vertical-align: top;
}
.footer-gnav__cat + .footer-gnav__cat {
	margin-top: 20px;
}
.footer-gnav__title {
	font: 13px "AvenirNextLTW01-Regular";
	margin-bottom: 10px;
}
.footer-gnav__item {
	font-size: 12px;
	line-height: 1.7;
	font-family: 'Lucida Grande', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 500;
	color: #ccc;
}
.footer-gnav__item:before {
	display: inline-block;
	font: bold 12px/1 "icomoon";
	content: "\f105";
	position: relative;
	top: -.1em;
	margin-right: .75em;
	vertical-align: middle;
}



/* ---------------------------------------------------- footer-banner */
.footer-bnr {
	padding: 5px 0 30px;
}
.footer-bnr__list {
    text-align: center;
    width: 990px;
    margin: 0 auto;
}
.footer-bnr__item {
	width: 320px;
	padding: 5px;
}
.footer-bnr__list .slick-prev { left: -25px;}
.footer-bnr__list .slick-next { right: -25px;}

/* ---------------------------------------------------- footer-sign */
.footer-legal-nav {
	padding: 0 15px;
	font-size: 12px;
	text-align: center;
}
.footer-legal-nav__item {
	display: inline-block;
	margin-left: 10px;
	padding-left: 12px;
	border-left: 1px solid #fff;
	font-family: 'Lucida Grande', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 500;
}
.footer-legal-nav__item:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
.footer-legal-nav__item a {
	color: #fff;
	transition: color .3s;
}
.footer-legal-nav__item a:hover {
	color: #ccc;
}
.footer-sign {
	padding: 18px 0 23px;
	color: #fff;
	background: #000;
}
.footer-sign__logo {
	width: 97px;
	height: 110px;
	margin: 95px auto 30px;
	text-align: center;
}
.footer-sign__copy {
	display: block;
	margin-bottom: 4px;
	font-family: 'Lucida Grande', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 500;
	font-size: 12px;
	text-align: center;
}
.copyright {
	display: block;
	margin: 20px auto 0;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
}

.footer-sign .foot_text02 {
	text-align: center;
	font-size: 12px;
	margin: 30px 0 60px;
}


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

	globalNav - base

	----------------------------------
*/
.globalNav {
	margin-top: -34px;
	position: relative;
	width: 100%;
	font-family: 'Lucida Grande', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	pointer-events: none;
}
.globalNav a {
	color: #000;
}

/* clearfix */
.globalNav:before,
.globalNav:after {
	content: " ";
	display: table;
}
.globalNav:after {
	clear: both;
}
.globalNav {
	*zoom: 1;
}

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

	globalNav - main

	----------------------------------
*/
.globalChildNav__list.line{
	width: 850px;
	margin: auto;
}

.globalNav__list {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
	pointer-events: auto;
}
.globalNav__item {
	display: inline-block;
	font-size: 13px;
	text-align: center;
}
.globalNav__label {
	padding: 10px 15px;
	display: inline-block;
	cursor: pointer;
}

a.globalNav__label { padding: 10px 15px;}
span.globalNav__label { padding: 8px 8px 20px;}

.globalNav__item:hover,
.globalNav__item:hover > a {
	transition: all .3s;
	background: #f2f2f2;
}

.globalChildNav__list.inline{
	display: inline-block;
	width: 510px;
	vertical-align: top;
}
.globalChildNav__list.inline-small{
	display: inline-block;
	width: 318px;
	vertical-align: top;
}
.globalChildNav__list.inline-one{
	display: inline-block;
	width: 154px;
	vertical-align: top;
}
.globalChildNav__list.area-btn .globalChildNav__item{
	margin: 0 2px 8px;
}
.globalChildNav__list.area-btn .btn02{
	width: 190px;
	padding: 14px 0;
	box-sizing: border-box;
}

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

	globalNav - child

	----------------------------------
*/
.globalChildNav {
	position: absolute;
	top: 43px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 35px 10px 28px;
	background: #f2f2f2;
	transition: all .2s;
}
.globalChildNav {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.globalChildNav__item {
	display: inline-block;
	margin: 0 4px 20px;
	vertical-align: top;
}
.globalChildNav__item .is-item__image {
	margin-bottom: 12px;
	transition: all .3s;
}
.globalChildNav__item .is-item__image img {
	width: 144px;
}
.globalChildNav__item .is-item__image.wide img {
	width: 240px;
}
.globalChildNav__item:hover .is-item__image {

}
.globalChildNav__item:hover .is-item__image img {
	opacity: .6;transition: all .3s;

}
.globalChildNav__item span {
	line-height: 1.2em;
}

.gnav-child__ttl{
	margin: 10px 0 10px;
	color: #676767;
}

.gnav-child__ttl.inline{
	width: 100%;
	text-align: center;
}
/*
	----------------------------------

	globalNav - hover action

	----------------------------------
*/
.globalNav__item:hover > .globalChildNav {
	top: 43px;
	visibility: visible;
	opacity: 1;
	z-index: 10;
}




/* ● scale */
.scale-img {
	position: relative;
	overflow: hidden;
	height: auto;
	font-size: 0;
	line-height: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.scale-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scale-img:hover img {
	opacity: .8;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
