<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ■■■■■■ Reset ■■■■■■ */
address, caption, cite, code, dfn, em, th, strong, var, s, i {
	font-style: normal;
}
blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul, figure, address {
	margin:0;
	padding:0;
}
section, nav, article, header, footer, main{
	display: block;
}
ol, ul {
	list-style: none;
}
q:before, q:after {
	content:'';
}
a{
	outline: none;
}

/* ■■■■■■ タグ直接 ■■■■■■ */
html{
/*
	scrollbar-base-color: #E3DBBF;
	scrollbar-track-color: #F4F0E5;
	scrollbar-face-color: #E3DBBF;
	scrollbar-shadow-color: #E3DBBF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-highlight-color: #E3DBBF;
	scrollbar-3dlight-color: #E3DBBF;
	scrollbar-arrow-color: #FFFFFF;
*/
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
body{
	position: relative;
	margin: 0;
	padding: 0;
	min-width: 240px;
	font-size: 14px;
	line-height: 1.6em;
	color: #333;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", osaka, sans-serif;
	overflow: hidden;
	border-top: 2px solid #00798d;
}

a{
	text-decoration: none;
	color: #0071bc;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
a[href]:hover{
	text-decoration: underline;
	all: #40a1ec;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
a[href]:hover img,
input[type="image"]:hover{
	filter: Alpha(opacity=70);
	opacity: .7;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
a img,
input[type="image"]{
	filter:;
	opacity: 1;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
img{
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}
a img {
	backface-visibility: hidden;
}

form{
	margin: 0;
	padding: 0;
}
input,textarea{
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",osaka,monospace;
}
select{
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",osaka,monospace;
}
input[type="checkbox"],
input[type="radio"]{
	vertical-align: middle;
}

/* ■■■■■■■ 共通（文字色） ■■■■■■ */
.tx_black{	color: #000000;	}
.tx_white{	color: #FFF;	}
.tx_white:hover{	color: #FFF;	}
.tx_gray1{	color: #707070;	}
.tx_gray2{	color: #C1C1C1;	}
.tx_red1{	color: #FF0033;	}
.tx_red2{	color: #c30d23;	}
.tx_pink{	color: #F19EB3;	}
.tx_blue{	color: #003CA0;	}
.tx_blue2{	color: #0aa0d2;	}
.tx_brown{	color: #C6AC7E;	}
.tx_navy{	color: #00235F;	}
.tx_gray{	color: #999;	}
.tx_purple{	color: #50143c;	}
.mincho{
	font-family: "游明朝", "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif !important;
}
.times{
	font-family: Times, "Times New Roman", serif !important;
}
.gothic{
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", osaka, sans-serif !important;
}
/* ■■■■■■ 共通（etc） ■■■■■■ */
.v_top{
	vertical-align: top;
}
.v_center{
	vertical-align: middle;
}
.v_down{
	vertical-align: -2px;
}
.font0{
	font-size: 0 !important;;
}
.bold{
	font-weight: bold;
}
.jidume1{
	letter-spacing: -1px;
}
.jidume2{
	letter-spacing: -2px;
}
.jidume3{
	letter-spacing: -3px;
}
.m0{
	margin: 0 !important;
}
.mt0{
	margin-top: 0px !important;
}
.mb0{
	margin-bottom: 0px !important;
}
.m_top5, .mt5{
	vertical-align: top;
	margin-top: 5px !important;
}
.m_top10, .mt10{
	vertical-align: top;
	margin-top: 10px !important;
}
.m_top15, .mt15{
	vertical-align: top;
	margin-top: 15px !important;
}
.m_top20, .mt20{
	vertical-align: top;
	margin-top: 20px !important;
}
.m_top25, .mt25{
	vertical-align: top;
	margin-top: 25px !important;
}
.m_top30, .mt30{
	vertical-align: top;
	margin-top: 30px !important;
}
.m_top35, .mt35{
	vertical-align: top;
	margin-top: 35px !important;
}
.m_top40, .mt40{
	vertical-align: top;
	margin-top: 40px !important;
}
.m_top50, .mt50{
	vertical-align: top;
	margin-top: 50px !important;
}
.m_top60, .mt60{
	vertical-align: top;
	margin-top: 60px !important;
}
.mb0{
	margin-bottom: 0px !important;
}
.m_bottom5, .mb5{
	vertical-align: top;
	margin-bottom: 5px !important;
}
.m_bottom10, .mb10{
	vertical-align: top;
	margin-bottom: 10px !important;
}
.m_bottom15, .mb15{
	vertical-align: top;
	margin-bottom: 15px !important;
}
.m_bottom20, .mb20{
	vertical-align: top;
	margin-bottom: 20px !important;
}
.m_bottom25, .mb25{
	vertical-align: top;
	margin-bottom: 25px !important;
}
.m_bottom30, .mb30{
	vertical-align: top;
	margin-bottom: 30px !important;
}
.m_bottom35, .mb35{
	vertical-align: top;
	margin-bottom: 35px !important;
}
.m_bottom40, .mb40{
	vertical-align: top;
	margin-bottom: 40px !important;
}
.m_bottom50, .mb50{
	vertical-align: top;
	margin-bottom: 50px !important;
}
.m_bottom60, .mb60{
	vertical-align: top;
	margin-bottom: 60px !important;
}
.m5{ margin: 5px !important; }
.m10{ margin: 10px !important; }
.m15{ margin: 15px !important; }
.m20{ margin: 20px !important; }
.m25{ margin: 25px !important; }
.m30{ margin: 30px !important; }
.m35{ margin: 35px !important; }
.m40{ margin: 40px !important; }
.ml5{ margin-left: 5px !important; }
.ml10{ margin-left: 10px !important; }
.ml15{ margin-left: 15px !important; }
.ml20{ margin-left: 20px !important; }
.ml25{ margin-left: 25px !important; }
.mr30{ margin-left: 30px !important; }
.mr5{ margin-right: 5px !important; }
.mr10{ margin-right: 10px !important; }
.mr15{ margin-right: 15px !important; }
.mr20{ margin-right: 20px !important; }
.mr25{ margin-right: 25px !important; }
.mr30{ margin-right: 30px !important; }
.mtb5{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.mtb10{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.mtb15{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.mtb20{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.mtb25{
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.mtb30{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.mtb35{
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}
.mtb40{
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.align_l,
.t_l,
.tl{
	text-align: left;
}
.align_r,
.tr{
	text-align: right;
}
.t_c,
.tc{
	text-align: center;
}
.tc-smt_tl {
	text-align: center;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.img_r{
	float: right;
	width: 360px;
	margin: 0 0 10px 15px;
}
.img_l{
	float: left;
	width: 360px;
	margin: 0 15px 10px 0;
}

.img_r.leave,
.img_l.leave{
	width: 240px;
}

img.w0{
	width: 100%;
}
img.maxw0{
	max-width: 100%;
}
.pointer{
	cursor: pointer;
}
li.l_indent,
p.l_indent,
.l_indent p,
.l_indent li{
	padding-left: 1em !important;
	text-indent: -1em !important;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.l_indent,
ol.l_indent{
	padding-left: 0;
}

.l_indent b{
	color: #be282d;
}

.w0_inline{
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.w100{
	width: 100% !important;
}
.smt,
img[src*="_smt"],
.tablet{
	display: none !important;
}

.ib{
	display: inline-block !important;
}
.oh{
	overflow: hidden;
}

/* ■■■■ cleafix ■■■■ */
/*float clear*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
*html .clearfix {
	height: 1%;
}
.clearfix { display: block; }
.clear { clear:both; }

/* ■■■■■■ overflow:hidden ■■■■■■ */
.oh{
	overflow: hidden;
}


/* ■■■■■■ ヘッダー ■■■■■■ */
header{
	text-align: center;
}
h1{
	background: #0aa0d2;
	padding: 5px;
	font-size: 13px;
	line-height: 1.2em;
	color: #fff;
}
header a.logo{
	display: inline-block;
	margin: 20px 0;
}
header h2{
	font-size: 350%;
	line-height: 1.2em;
	margin: 20px 0;
	color: 0aa0d2;
}

header .term{
	background: url(../img/bg_line.png);
	padding: 15px 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8em;
}
.term b{
	font-size: 160%;
	vertical-align: -2px;
}


/* ■■■■■■ メインコンテンツ ■■■■■■ */
.main_image{
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}

.in{
	max-width: 1000px;
	margin: auto;
	padding: 0;
}
.bg-gray{
	margin-top: 60px;
	padding: 40px 10px;
	background: #f2f2f2;
}
.bg-blue{
	padding: 40px 10px;
	background: #0aa0d2;
}

main h2{
	margin: 40px 10px;
	font-size: 180%;
	line-height: 1.5em;
	text-align: center;
}
main h2 &gt; span.mincho{
	display: inline-block;
	font-size: 130%;
	line-height: 1.5em;
	font-weight: bold;
}
main h2 &gt; span.mincho strong{
	display: inline-block;
	font-size: 140%;
	line-height: 1.5em;
}
.red{
	color: #ff5788;
}

.campaign_info{
	overflow: hidden;
	margin: 0 0 30px;
}
.campaign_info dt{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
}
.campaign_info dt a{
	display: block;
	margin: 20px 0 0;
}
.campaign_info dt strong{
	display: block;
	font-size: 40px;
	line-height: 1.3em;
	text-align: left;
}

.campaign_info dd{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}

.salon-visit,
.salon-visit a{
	color: #fff !important;
}


.salon-visit h2{
	font-size: 350%;
	line-height: 1.2em;
	margin: 20px 0;
}
.salon-visit .term{
	margin: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
}

.salon-visit &gt; ul{
	overflow: hidden;
	margin: 30px 0 40px;
}
.salon-visit &gt; ul &gt; li{
	box-sizing: border-box;
	width: 48.5%;
	float: right;
	background: #fff;
	padding: 20px;
	color: #333;
	text-align: left;
}
.salon-visit &gt; ul &gt; li:nth-child(2n+1){
	float: left;
}
.salon-visit &gt; ul &gt; li h3{
	text-align: center;
	font-size: 120%;
	line-height: 1.2em;
	margin: 0;
}
.salon-visit &gt; ul &gt; li h3 strong{
	display: block;
	font-size: 120%;
	line-height: 1.2em;
	color: #0aa0d2;
	margin: 10px 0;
}
.salon-visit &gt; ul &gt; li &gt; ul{
	margin: 0;
}
.salon-visit &gt; ul &gt; li &gt; ul &gt; li{
	margin: 0;
	padding: 10px 0;
	font-size: 13px;
}
.salon-visit &gt; ul &gt; li &gt; ul &gt; li + li{
	border-top: 1px dotted #999;
}
.salon-visit &gt; ul &gt; li &gt; ul &gt; li strong{
	display: block;
	font-size: 120%;
	color: #000;
}
.salon-visit &gt; ul &gt; li p.words{
	font-weight: bold;
	margin: 10px 0;
}
.salon-visit &gt; ul &gt; li nav{
	overflow: hidden;
}
.salon-visit &gt; ul &gt; li nav a{
	display: block;
	background: #231815;
	padding: 5px 0;
	text-align: center;
	float: right;
	width: 48.5%;
}
.salon-visit &gt; ul &gt; li nav a:first-child{
	float: left;
}
.salon-visit &gt; ul &gt; li nav a:only-child{
	width: auto;
	float: none;
}
.salon-visit &gt; ul &gt; li nav a:hover{
	background: #543;
	text-decoration: none;
}


/* ■■■■■■ フッター ■■■■■■ */
address{
	text-align: center;
	background: #0aa0d2;
	padding: 10px;
	color: #fff;
}

/* ▼▼▼▼▼ タブレットレイアウト : 800 px ～ 1200 px。ＰＣレイアウトからスタイルを継承。 ▼▼▼▼▼ */
@media only screen and (max-width: 1400px){

}
@media only screen and (max-width: 1200px){
	body{
		font-size: 13px;
		line-height: 1.6em;
	}
	.tablet{
		display: block !important;
	}
	pc.no-tablet,
	.no-tablet{
		display: none !important;
	}
	.img_r,
	.img_l{
		width: 40%;
	}
	.img_r.leave,
	.img_l.leave{
		width: 30%;
	}


	/* ■■■■■■ メインコンテンツ ■■■■■■ */
	.campaign_info dt strong{
		font-size: 35px;
	}



}

@media only screen and (max-width: 1000px){

	/* ■■■■■■ メインコンテンツ ■■■■■■ */
	.campaign_info dt strong{
		font-size: 32px;
	}


}

/* ▼▼▼▼▼ モバイルレイアウト : 799 px およびそれ以下。ＰＣレイアウトからスタイルを継承 ▼▼▼▼▼ */
@media only screen and (max-width: 799px){
	body{
		font-size: 13px;
		line-height: 1.5em;
		font-family: sans-serif !important;
	}
	.smt{
		display: block !important;
	}
	span.smt,
	b.smt,
	strong.smt,
	em.smt,
	i.smt,
	u.smt,
	big.smt,
	small.smt,
	s.smt,
    a.smt {
		display: inline !important;
	}
	img[src*="_smt"]{
		display: inline-block !important;
	}
	table.smt{
		display: table !important;
	}
	.pc{
		display: none !important;
	}
	img[src*="_pc"]{
		display: none !important;
	}

	button.smt-wide,
	a.smt-wide{
		width: 90% !important;
	}
	.smt_m10{
		margin: 10px;
	}
	input, textarea{
		font-size: 14px;
		line-height: 1.2em;
	}
	.smt-tc{
		text-align: center;
	}
	.tc-smt_tl {
		text-align: left;
	}

	.smt-l{
		text-align: left !important;
	}


	/* ■■■■■■ ヘッダー ■■■■■■ */

	/* ■■■■■■ メインコンテンツ ■■■■■■ */
	.campaign_info dt strong,
	header h2,
	.salon-visit h2{
		font-size: 240%;
	}
	.salon-visit .term,
	header .term{
		font-size: 15px;
	}
	main h2{
		font-size: 140%;
	}

	.campaign_info dt,
	.campaign_info dd,
	p.words,
	.address,
	.salon-visit &gt; ul &gt; li{
		width: auto !important;
		float: none !important;
		height: auto !important;
	}
	.campaign_info dt{
		padding: 0;
		margin: 0 0 20px;
		text-align: center;
	}
	.campaign_info dt strong{
		text-align: center;
	}
	.campaign_info dd{
		padding: 0;
	}

	.salon-visit &gt; ul &gt; li{
		margin: 20px 0;
	}
	/* ■■■■■■ フッター ■■■■■■ */

}

@media only screen and (max-width: 600px){
	.salon-visit h2{
		margin: 10px 0;
	}
	.salon-visit &gt; ul{
		margin: 0 0 20px;
	}
	.salon-visit &gt; ul &gt; li h3,
	.salon-visit &gt; ul &gt; li h3 strong{
		font-size: 110%;
	}
	main h2{
		font-size: 130%;
	}

}
@media only screen and (max-width: 500px){
	main h2 &gt; span.mincho{
		font-size: 120%;
	}
	main h2 &gt; span.mincho strong{
		font-size: 120%;
	}

	.salon-visit &gt; ul &gt; li &gt; ul &gt; li strong{
		font-size: 110%;
	}

}
@media only screen and (max-width: 400px){
	.campaign_info dt strong,
	header h2,
	.salon-visit h2{
		font-size: 200%;
	}
	main h2{
		font-size: 120%;
	}

	.salon-visit .term,
	header .term{
		font-size: 13px;
	}

	.salon-visit &gt; ul &gt; li{
		padding: 10px;;
	}




}
@media only screen and (max-width: 320px){
	/* ■■■■■■ フッター ■■■■■■ */


}</pre></body></html>