@charset "utf-8";

/* Reset Default Setting +++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {display:block;}
a {display:inline-block; color:#DF0752; margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent; text-decoration:none;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted #000;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
.pcnone{display:none;}
.spnone{display:block;}
.ta-c{text-align:center !important;}
.ta-r{text-align:right !important;}
.tc-red{color:#f00 !important;}
.fw-b{font-weight:bold !important;}
.fs-12{font-size:12px !important;}
.fs-18{font-size:18px !important;}
.tc-blue{color:#1B8BCE !important;}
.pd-all10{padding:10px !important;}
.pd-t10{padding-top:10px !important;}
.mg-r10{margin-right:10px !important;}
.mg-r20{margin-right:20px !important;}
.mg-l15{margin-left:15px !important;}
.mg-b0{ margin-bottom:0 !important; }
.mg-b10{ margin-bottom:10px !important; }
.mg-b20{margin-bottom:20px !important;}
.mg-b40{margin-bottom:40px !important;}
.imgLeft{float:left;margin:0 15px 5px 0;}
.imgRight{float:right;margin:0 0 5px 15px;}
.w100{width:100% !important;}
.w30{width:30% !important;}
.w25{width:25% !important;}
.w20{width:20% !important;}
.bgwhite{background:#fff !important;}
.bgblue-d{background:#3f97ba;}
.c-blue{
	color:#308DC4;
	background:#e9f5fc;
}
.c-green{
	color:#359935;
	background:#edfaed;
}
.c-orange{
	color:#EB7600;
	background:#fef2e5;
}
.c-pink{
	color:#F62A70;
	background:#FFF5F9;
}
h2.blackbold{
	background: none !important;
    border-bottom: 0 !important;
    color: #333 !important;
    font-weight: bold !important;
    padding: 0 !important;
    font-size:16px !important;
    margin-bottom:0 !important;
}
.btnStyle{
	color:#fff;
	font-weight:bold;
	padding:10px 20px;
	border-radius:8px;
	background:#DF0752;
}
.btnStyle_green{
	color:#fff;
	font-weight:bold;
	padding:10px 20px;
	border-radius:8px;
	background:#359935;
}
html{
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}
body{
	width: 100%;
	min-width: 1000px;
	overflow:hidden;
	/*-webkit-text-size-adjust: 100%;*/
	display: block;
	color: #333;
	line-height: 1;
	font-size: 14px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "sans-serif";
}
ul li, ol li{list-style:none;}
.btn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.d-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.d-flexalignC{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.d-flexwrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.d-flexstartwrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cfix:after{
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
	overflow:hidden;
	font-size:0em;
	line-height:0;
}
#langselect{
	padding-top:30px;
}
#langselect div{
	padding:20px;
	text-align:center;
	background:#fff;
}
header{
	min-width:1100px;
	background: linear-gradient(#8D0634, #CD084C 155px);
	background: -moz-linear-gradient(#8D0634, #CD084C 155px);
	background: #D21C34;
	background: -ms-linear-gradient(#8D0634, #CD084C 155px);
}
header .head-wrapbox, header nav ul{
	width: 1100px;
	padding:0 50px;
	margin: 0 auto;
	box-sizing:border-box;
}
header .head-wrapbox .logo{
	margin:20px 0 18px;
}
header .head-wrapbox div.head-right{
	position:relative;
	min-width:460px;
	text-align:right;
	padding:40px 0 0 0;
	background:url("../cmn_img/head_bg.png") no-repeat center right;
}
header .head-wrapbox div.head-right .langEng,
header .head-wrapbox div.head-right .langChi{
	color:#fff;
	background:#8D0634;
	position:absolute;
	right:0;
	bottom:0;
	border-radius:5px;
	margin-bottom:5px;
	padding:5px 5px 3px 7px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
header .head-wrapbox div.head-right .langChi {right: 100px !important;}
header .head-wrapbox div.head-right .langEng:hover,
header .head-wrapbox div.head-right .langChi:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
header .head-wrapbox div.head-right span.headtitle{
	font-size:27px;
	font-weight:bold;
	color:#fff;
	opacity: 0.4;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
}
header .head-wrapbox div.head-right p{
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	padding-bottom:5px;
	color:#fff;
	opacity: 0.4;
	text-align:right;
	letter-spacing:1px;
}
header nav {
	background:#BB0745;
	border-top:1px solid #8D0634;
	border-bottom:3px solid #8D0634;
}
header nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
header nav.eng ul {
    justify-content: space-between;
}
header nav ul li.lengnav{
	display:none;
}
header nav ul li a{
	color:#fff;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	padding:14px 20px 10px 20px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
header nav ul li a:hover{
	background:#A9063E;
}
header .ptopiconBox {
    /*width: 50px;*/
}
header .ptopiconBox .ptopiconFix {
	display: block !important;
    position: fixed;
    bottom: 0;
    z-index:999;
}
header .ptopiconBox .ptopicon {
	display: none;
    line-height: 0;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border:1px solid #fff;
    background:#BB0745;
}
header .ptopiconBox .ptopicon.ptopiconFix a {
    width: 25px;
    height: 25px;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    /*background-image: url(../cmn_img/totop.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    /* opacity: 0.85; */
}
header .ptopiconBox .ptopicon.ptopiconFix a img {
    width: 100%;
}
.wrapBox {
	width:1100px;
	margin:15px auto 0;
	padding:0 50px 50px;
	box-sizing:border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background:url("../cmn_img/mainbox_bg.png") no-repeat center bottom;
}
.wrapBox .sideBox{
	width:250px;
	margin:0 20px 0 0;
}
.wrapBox .mainBox{
	width:750px;
	line-height:1.4;
}
.wrapBox .mainBox .mainBoxInner{
	margin-bottom:30px;
}
.wrapBox .mainBox h1 {
	font-size:22px;
	font-weight:normal;
	border-bottom:3px solid #DF0752;
	margin-bottom:20px;
}
.wrapBox .mainBox h1 span{
	display:block;
	border-radius: 8px 8px 0 0;
	padding:14px 12px 6px 15px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.wrapBox .mainBox h2{
	color:#DF0752;
	font-weight:normal;
	font-size:20px;
	line-height:20px;
	padding:11px 0 5px 25px;
	margin-bottom:20px;
	border-bottom:2px solid #c7c7c7;
	background:url("../cmn_img/h2_icon.png") no-repeat center left;
}
.wrapBox .mainBox h3{
	font-size:15px;
	color:#F62A70;
	/*font-weight:normal;*/
	margin-bottom:15px;
	padding:8px 10px 5px 10px;
	background:#FFF5F9;
	border-left:5px solid #F62A70;
}
.wrapBox .mainBox h3.c-blue{
	color:#308DC4;
	background:#e9f5fc;
	border-left:5px solid #308DC4;
}
.wrapBox .mainBox h3.c-green{
	color:#359935;
	background:#edfaed;
	border-left:5px solid #359935;
}
.wrapBox .mainBox h3.c-orange{
	color:#EB7600;
	background:#fef2e5;
	border-left:5px solid #EB7600;
}
.wrapBox .mainBox h4 {
	color:#fff;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
	text-align:center;
	padding:7px 10px 3px;
}
.wrapBox .mainBox h5{
	color:#333;
	padding:5px 10px 3px 10px;
	margin:30px 0 20px 0;
	border-bottom:3px solid #ccc;
	background:#f2f2f2;
}
.wrapBox .sideBox .sidenav li{
	margin-bottom:10px;
	background-color:#f2f2f2;
	background-repeat:no-repeat;
	background-position: center left;
}

.wrapBox .sideBox .sidenav li a{
	min-height:80px;
	display:block;
	padding:0 0 0 50px;
	font-size:18px;
	color:#000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.wrapBox .sideBox .sidenav li a:after{
	display:block;
	content:"";
	height:80px;
	width:20px;
	background:url("../cmn_img/nav_arrow.png") no-repeat center left;
}
.wrapBox .sideBox .sidenav li a span{width:calc(100% - 20px);}
.wrapBox .sideBox .sidenav li a span span{
	display:block;
	font-size:14px;
}
.wrapBox .sideBox .side_subnav .side_subnav_title{
	font-size:17px;
	color:#fff;
	padding:13px 10px 10px 13px;
	background:#DF0752;
	border-radius:8px 8px 0 0;
}

.wrapBox .sideBox .side_subnav ul{
	border:1px solid #ccc;
	margin-bottom:20px;
}
.wrapBox .sideBox .side_subnav ul li{
	position:relative;
	border-bottom:1px dashed #ccc;
}
.wrapBox .sideBox .side_subnav ul li:last-child{
	border-bottom:0;
}
.wrapBox .sideBox .side_subnav ul li a {
	padding:10px 20px 10px 10px;
	max-width:228px;
	color:#666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wrapBox .sideBox .side_subnav ul li a:hover{
	color:#DF0752;
	background-color:#FFF5F9;
}
.wrapBox .sideBox .side_subnav ul li a:after{
	position:absolute;
	top:calc(50% - 7px);
	right:10px;
	display:block;
	content:"";
	height:15px;
	width:10px;
	background-image:url("../cmn_img/nav_arrow2.png");
	background-repeat:no-repeat;
	background-position: center left;
	background-size:auto 100%;
}
.wrapBox .sideBox .side_subnav ul li a:hover:after{
	background-image:url("../cmn_img/nav_arrow.png");
}
.wrapBox .sideBox .side_subnav ul li a.current{
	cursor:default;
	background-color:#f2f2f2;
}
.wrapBox .sideBox .side_subnav ul li a.current:hover{
	color:#666;
}
.wrapBox .sideBox .side_subnav ul li a.current:after{
	background-image:url("../cmn_img/nav_arrow2.png");
}

.wrapBox .sideBox .side_subnav .side_salonlist{
	border:0;
}



.wrapBox .sideBox .side_subnav .side_salonlist li a {
	font-size:17px;
	color:#fff;
	padding:13px 10px 10px 13px;
	background:#DF0752;
	border-radius:8px 8px 0 0;
}
.wrapBox .sideBox .side_subnav .side_salonlist li a:hover{
	color:#fff;
	background:#DF0752;
}

.wrapBox .sideBox .side_subnav .side_salonlist li a:hover:after,
.wrapBox .sideBox .side_subnav .side_salonlist li a:after{
	background-image:none;
}
.wrapBox .sideBox .side_subnav .side_salonlist li ul li.current-cat a{
	cursor: default;
    background-color: #f2f2f2;
}
.wrapBox .sideBox .side_subnav .side_salonlist li ul li a:hover:after,
.wrapBox .sideBox .side_subnav .side_salonlist li ul li a:after{
	background-image:url("../cmn_img/nav_arrow2.png");
}

.wrapBox .sideBox .side_subnav .side_salonlist li ul li a{
	padding:10px;
	color:#666;
	background:#fff;
	font-size: 100%;
	border-radius:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wrapBox .sideBox .side_subnav .side_salonlist li ul li a:hover{
	color:#DF0752;
	background-color:#FFF5F9;
}


footer{
	min-width:1100px;
}

footer .footer_contactBox{
	background:#fff;
	border-top:2px solid #BB0745;
}
footer .footer_contactBox .footer_tel{
	padding:20px 0 10px 61px;
	background:url("../cmn_img/footer_tel.png") no-repeat center left;
}
footer .footer_contact{
	width:1100px;
	margin:0 auto;
	padding:0 50px;
	box-sizing:border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer .footer_formtelBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
footer .footer_contact .footer_tel span{
	display:block;
	line-height:1;
}
footer .footer_contact .footer_tel span:last-child{
	font-size:35px;
	color:#BB0745;
	font-weight:bold;
	padding-top:5px;
}
footer .footer_contact .footer_tel span:first-child{
	font-size:14px;
	color:#333;
}
.footer_contact .footer_form{
	padding:18px 0 0;
	margin-right:30px;
}
.footer_contact .footer_form a{
	display:block;
}
.footer_contact .footer_form a:first-child{
	color:#fff;
	padding:10px 20px 5px;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	background:#ED0757;
	margin-bottom:5px;
	border-radius:10px;
	border:1px solid #BB0745;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3) inset;
	-ms-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3) inset;
}
.footer_contact .footer_form a:first-child span{
	display:inline-block;
	width:18px;
	height:16px;
	margin:0 3px 4px 0;
	vertical-align:text-bottom;
	background:url("../cmn_img/footer_form.png") no-repeat top left;
}
.footer_contact .footer_form a:last-child{
	color:#333;
	font-size:16px;
	padding:0;
	
}
.footer_contact .footer_form a:last-child span{
	display:inline-block;
	width:21px;
	height:15px;
	margin-right:5px;
	vertical-align: middle;
	background:url("../cmn_img/footer_mail.png") no-repeat center left;
}
.footer_contact .footer_form a:last-child:hover{
	color:#DF0752;
}
.footer_contact .footer_sns{
	padding:15px 0;
}
.footer_contact .footer_sns a{
	margin-right:5px;
}
footer .footerNavBox{
	border-top:1px solid #BB0745;
	background:#f2f2f2;
}
footer .footerNavBox .footerNav{
	width:1100px;
	padding:15px 50px;
	box-sizing:border-box;
	margin:0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer .footerNavBox .footerNav ul{
	width:calc(25% - 30px);
	box-sizing:border-box;
	margin-right:30px;
}
footer .footerNavBox .footerNav ul li a{
	font-size:12px;
	line-height:18px;
	color:#666;
}
footer .footerNavBox .footerNav ul li a:hover{
	color:#DF0752;
}
footer address {
	display:block;
	color:#fff;
	font-size:10px;
	font-style:normal;
	padding:10px;
	background:#BB0745;
	text-align:center;
}
.wp-pagenavi span,
.wp-pagenavi a{
	border:none !important;
	color:#fff;
	font-size:18px;
	padding: 3px 10px !important;
	background:#DF0752;
	border-radius:5px;
}
.wp-pagenavi a:hover{
	opacity:0.7;
	background:#DF0752;
	border:none !important;
}
.wp-pagenavi span.current{
	color:#fff;
	background:#ccc;
	border:none !important;
}
.wp-pagenavi span.pages{
	color:#666;
	background:#f2f2f2;
	border:1px solid #ccc !important;
}

@media only screen and (max-width: 767px){
body,header,footer {min-width:100%;}
.pcnone{display:block;}
.spnone{display:none;}
.sp-dflexwrap{-ms-flex-wrap: wrap;flex-wrap: wrap;}

.sp-w100{width:100% !important;}
.sp-w50{width:50% !important;}
.sp-ta-c{text-align:center !important;}
.sp-bgnone{background-image:none !important;}
.sp-mg-l0{margin-left:0 !important;}
iframe{width:100% !important; height:300px !important;}
header{
	line-height:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header .head-wrapbox{
	padding:0;
	width:80% !important;
}
header .head-wrapbox .logo{
	padding:5px;
	margin:0;
}
header .head-wrapbox .logo img{
	max-height:60px;
	width:100%;
}
header nav {border:0;}
header nav ul{
	display:none;
	position:absolute;
	top:70px;
	right:0;
	z-index:999999;
	background:#BB0745;
	border-top:1px solid #8D0634;
}
header nav.eng ul {
	padding: 0 10px;
}
header nav.eng ul li a{
  padding: 20px 0;
}
header nav.eng ul ul{
  padding: 0;
}
header nav ul li{
	border-bottom:1px solid #8D0634;
}
header nav ul li.lengnav{
	display:block;
}
header nav ul li.lengnav a{
	display: inline-block;
    padding: 10px 5px;
    margin: 10px;
    width: calc(50% - 20px);
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 10px;
}
header nav ul li a{
	letter-spacing:1px;
	font-size:18px;
	padding:20px;
	display:block;
}
header .head-wrapbox,
header nav ul,
.wrapBox,
.wrapBox .sideBox,
.wrapBox .mainBox,
footer .footer_contact,
footer .footerNavBox .footerNav{
	width:100%;
	box-sizing:border-box;
}
.wrapBox{
	margin:5px 0 0 0;
	padding:0 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
header .head-wrapbox div.head-right{display:none;}
.wrapBox .sideBox{margin:30px 0;text-align:center;}
.wrapBox .sideBox .sidenav li{border:1px solid #ccc;text-align:left;}
footer .footer_contactBox,
footer .footerNavBox{
	padding:10px;
}
footer .footer_contact{
	padding:0;
}
footer .footer_contact,
footer .footer_formtelBox{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
footer .footerNavBox{
	display:none;
}
footer .footer_contact .footer_sns{padding:10px 0 0;}
footer .footer_formtelBox .footer_form{width:100%;margin:0;text-align:center;padding:10px 0 0;}
footer .footer_formtelBox .footer_form a.btn{box-sizing:border-box;width:100%;margin-bottom:15px;}
.is-fixed {
  position: fixed;
  z-index:99999;
  width: 100%;
  top: 0;
  left: 0;
}
header.open {
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
header .ptopiconBox .ptopiconFix {right:10px;border-bottom:0;}

}



