@charset "utf-8";

/*    sozai   */
.bg-image1{
	background-color:#fff !important;
	background-image:url("../img/sozai/cassia.png");
	background-repeat: no-repeat !important;
	background-position: bottom right !important;
}
.ulStyle1{
	margin:0;
}
.ulStyle1 li{
	position:relative;
	padding:0 0 15px 18px;
}
.ulStyle1 li:last-child{
	padding:0 0 0 18px;
}
.ulStyle1 li:before{
	display:block;
	content:"●";
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	left:0;
	color:#DF0752;
}
.ulStyle2 li{
	position:relative;
	font-size:18px;
	font-weight:bold;
	padding:10px;
	text-align:left;
	color:#1B8BCE;
}
.ulStyle2 li .icon_check{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	margin-right:5px;
	background-image:url("../cmn_img/icon_check.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.boxStyle1 {
	margin:15px 0;
	padding:15px;
	background-color:#fff;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.boxStyle2 {
	width:49%;
	box-sizing:border-box;
	margin:10px 0 0;
	padding:0px;
	background:#ddf6ff;
}
.boxStyle2 h4{
	color:#fff;
	margin-bottom:5px;
	background:#3f97ba;
}
.boxStyle2 p{
	padding:0 10px 10px;
}
.boxStyle3 {
	width:100%;
	box-sizing:border-box;
	margin:10px 0 0;
	padding:0px;
	background:#F0FCF4;
}
.boxStyle3 h4{
	color:#fff;
	margin-bottom:5px;
	background:#5AAF75;
}
.boxStyle3 p{
	padding:0 10px 10px;
}
.bgcolor2{
	background:#fffae5;
}
.bgcolor2 h4{
	background:#eb9939;
}

/* products */
.productBox{
	width:100%;
}
.productBox div div img{
	width:calc(100% - 10px);
	margin-right:10px;
}
.productBox .d-flex div:first-child{
	width:250px;
}
.productImg {
	width:28.65%;
	line-height:0;
}
.productImg img{
	width:100%;
	height:auto;
}
.productText{
	width:71.34%;
	padding-left:10px;
	box-sizing:border-box;
}
.product-listBox .productBox .productImg{
	width:18%;
}
.product-listBox .productBox .productText{
	width:82%;
}
.productText ul{
	margin-top:20px;
	border-top:1px solid #ccc;
}
.productText ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding:0;
	border-bottom:1px solid #ccc;
}
.productText ul li .listTitle{
	color:#666;
	border-right: 1px solid #ccc;
    padding:5px 10px;
    width: 25%;
    box-sizing:border-box;
}
.productText ul li .listText{
	color:#666;
	padding:5px 10px;
	width: 75%;
    box-sizing:border-box;
}
.productText .chui,
.productSingle .chui{
	font-size:11px;
	color:#666;
	padding:10px 0 0 0;
}

.productSingle {
	width:100%;
	margin-bottom:20px;
}
.productSingle ul{
	background:#fff;
	margin-top:20px;
	border-top:1px solid #ccc;
}
.productSingle ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding:0;
	border-bottom:1px solid #ccc;
}
.productSingle ul li .listTitle{
	color:#666;
	border-right: 1px solid #ccc;
    padding:5px 10px;
    width: 25%;
    box-sizing:border-box;
}
.productSingle ul li .listText{
	color:#666;
	padding:5px 10px;
	width: 75%;
    box-sizing:border-box;
}

.excerptBox{
	font-size: 17px;
    padding: 20px;
    border: 6px solid #f2f2f2;
    margin-bottom: 30px;
    color: #333;
    font-weight: bold;
}

/*salon-list*/
.saloncate-list{
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.saloncate-list li{
	margin:0 5px 10px 5px
}
.saloncate-list li a{
	color: #fff;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 8px;
	background: #DF0752;
	border: 1px solid #b8114b;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

/*salon-detail*/
.salonDetailBox p{
	 margin-bottom:15px;
}
.salonDetailBox div:last-child{
	width:calc(100% - 270px);
}
.salonComment{
}
.salonAbout{
	padding:5px 10px;
	margin-bottom:15px;
	background:#f2f2f2;
}
.salonAbout li{
	position:relative;
	padding:5px;
	border-bottom:1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.salonAbout li span{
	display:block;
}
.salonAbout li span:first-child{
	min-width:20%;
}
.salonAbout li:last-child{
	border-bottom:0;
}
.salonAbout li span:last-child{
	padding-left:10px;
}
.salonAbout li span:last-child:before{
	display:block;
	position:absolute;
	top:0;
	left:20%;
	content:"";
	width:1px;
	margin:5px 0;
	height:calc(100% - 10px);
	background:#ccc;
}
/* お問い合わせ */
table.contactForm{
	width:100%;
    background:#fff;
}
table.contactForm th,
table.contactForm td{
	padding:15px;
	border:1px solid #ccc;
	vertical-align:middle;
}
table.contactForm th{
	width:35%;
	background:#f2f2f2;
}
table.contactForm th span{
	font-size:12px;
}
table.contactForm td textarea{
	width:98%;
}
table.contactForm td input[type="text"]{
	width:80%;
	padding:3px;
	box-sizing:border-box;
}
table.contactForm td div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
table.contactForm td div div:first-child{
	margin-right:10px;
}
table.contactForm td div input[type="text"] {
	width:150px;
	margin-left:5px;
	vertical-align:middle;
}
table.contactForm td span.your-yubin [type="text"],
#nametext, #furigana{
	width:150px;
}
table.contactForm td .cate-select .wpcf7-list-item{
	display:block;
}
table.contactForm td dl dd{
	margin-bottom:10px;
}
.contactSubmitBtn input[type="submit"],
.contactSubmitBtn input[type="button"]{
	color:#fff;
	font-weight:bold;
	font-size:14px !important;
	border:0 !important;
	border-radius:8px !important;
	padding:10px 30px !important;
	background:#DF0752 !important;
	margin: 20px !important;
}
.contactSubmitBtn input[type="submit"]:hover,
.contactSubmitBtn input[type="button"]:hover{
	opacity:0.8;
}
.wpcf7c-conf{
	border:0 !important;
	background:#fff !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	background: #f7e700;
}
table.contactForm td .pro-catBox{
	width:100%;
	line-height: 2;
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin-top: 10px;
}
table.contactForm td .pro-catBox input[type="text"]{
	width:80%;
}
table.contactForm td .pro-catBox .product-num1 input[type="text"],
table.contactForm td .pro-catBox .product-num2 input[type="text"],
table.contactForm td .pro-catBox .product-num3 input[type="text"]{
	width:40px;
}

/*イベントページ*/
.eventImg{
	width:33.333%;
	padding:5px;
	box-sizing:border-box;
}
.eventImg:hover{opacity:0.7;}
.eventImg a{
	display:block;
	position:relative;
}
.eventImg a span{
	position: absolute;
    bottom: 10%;
    color: #fff !important;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    font-weight: bold;
    background-color: rgba(0,0,0,0.5);
}
.eventImg img{ width:100%; height:auto;}
.eventBox {
	position:relative;
}
.eventBox .bx-wrapper{
	width:650px;
	margin:30px auto;
}
.eventBox .bx-wrapper .bx-controls-direction{
	position:absolute;
	top:45%;
	left:0;
	z-index:9999;
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.eventBox .bx-wrapper .bx-controls-direction .bx-prev,
.eventBox .bx-wrapper .bx-controls-direction .bx-next{
	display: block;
    line-height:135px;
    overflow:hidden;
    height: 80px;
    width: 40px;
    text-align: center;
}
.eventBox .bx-wrapper .bx-controls-direction .bx-prev:hover,
.eventBox .bx-wrapper .bx-controls-direction .bx-next:hover{
	opacity:0.8;
}
.eventBox .bx-wrapper .bx-controls-direction .bx-next{
    background: url(../cmn_img/right.png) no-repeat top left;
}
.eventBox .bx-wrapper .bx-controls-direction .bx-prev{
    background: url(../cmn_img/left.png) no-repeat top left;
}

.eventBox .bx-wrapper .bx-pager{
	display:none;
}

.eventBox ul li img{width:100% !important}

/*会社案内*/
table.company{background:#fff;}
table.company th,
table.company td{
	padding:15px;
	border:1px solid #ccc;
	vertical-align:middle;
}
table.company th{
	width:30%;
	background:#f2f2f2;
}
table.company td ul li{
	border-bottom: 1px dashed #ccc;
	padding: 12px 0 10px;
}
table.company td ul li:last-child{
	border-bottom:0;
}
table.company td ul li span{
    display: block;
    font-weight: bold;
}
/*プライバシーポリシー*/
.privacypolicy{
	
}
.privacypolicy a:hover{
	text-decoration:underline;
	opacity:0.7;
}
.privacypolicy h2{
	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;
}
.privacypolicy ul{
	margin-left:30px;
}
.privacypolicy ul li{
	list-style: disc;
}
/*サロン・業者様へ*/
.leadtext{
font-size:16px;
font-weight:bold;
padding:20px;
text-align:center;
background:#fff;
border:15px solid #f2f2f2;
line-height: 25px;
}
.bg-imagepet{
background-image:url("/2019/wp-content/themes/theme_eureka/img/salon_pet.png");
background-repeat:no-repeat;
background-position:top right;
background-size:auto 100%;
}
/*q and a*/
h3.qanda{
cursor:ponter;
font-size:15px !important;
color:#359935 !important;
background:transparent !important;
border-left:0 !important;
margin-bottom:0 !important;
padding: 8px 10px 0 5px !important;
}
h3.qanda:hover{
cursor:pointer;
text-decoration:underline;
color:#49bd49 !important;
}
h3.qanda:before{
content:"Q.";
display:inline-block;
font-size:19px;
padding-right:5px;
}
.qa-A{
display:none;
padding:15px 25px 20px 20px;
margin: 0 0 20px 30px;
background:#fff;
border-radius:10px;
border:5px solid #d3eed3;
}
.icon-qaA:before{
content:"A.";
display:inline-block;
font-size:19px;
font-weight:bold;
padding-right:5px;
color:#F62A70;
}
/* howto */
.howto-ba div span{
display:block;
font-size:25px;
font-weight:bold;
line-height:25px;
color:#DF0752;
}
.howto-ba div.ht-img img{
border-radius:15px;
}
.toolnum{
counter-reset:toolnum;
}
.toolnum li{
margin-bottom:5px;
}
.toolnum li:before{
counter-increment:toolnum;
content:counter(toolnum);
display:inline-block;
color:#DF0752;
font-size:16px;
line-height:16px;
height:24px;
width:24px;
box-sizing:border-box;
font-weight:bold;
padding:4px;
margin-right:5px;
background:#fff;
border-radius:14px;
border:2px solid #DF0752;
text-align:center;
}
.howtotable{width:100%;background:#fff;}
.howtotable tr td,
.howtotable tr th{
text-align:center;
font-size:13px;
vertical-align:middle;
padding:5px;
border:1px solid #ccc;
}
.howtotable tr:first-child th{
color:#fff;
background:#359935;
}
.howtotable tr:nth-child(2n) td{
background:#f2f2f2;
}
.howtotable th{
background:#edfaed;
color:#359935;
}
.howtotable th:nth-child(2){width:30%;}
.howtostep h3{
padding:10px!important;
border-left:0 !important;
}
.howtostep h3 span{
display:inline-block;
text-align:center;
width:25px;
padding:5px;
margin-right:5px;
color:#fff;
}
.howtostep h3.c-green span{
background:#359935;
}
.howtostep h3.c-orange span{
background:#EB7600;
}
.howtostep h3.c-blue span{
background:#308DC4;
}
.voiceimg{
	width:33%;
    box-sizing: border-box;
    padding: 5px;
}
.voiceimg a {
	display:block;
	line-height:0;
}
.voiceimg a span{
	display:block;
	width:100%;
	padding:10px;
	line-height:1;
	text-align:center;
    font-weight: bold;
	box-sizing:border-box;
	color:#fff;
	background: #F62A70;
	border-radius: 0 0 10px 10px;
}
.voiceimg img{
	width:100%;
	border-radius: 10px 10px 0 0;
}
.voiceoutBox{
	padding:30px 0 0;
    line-height: 0;
}
.voiceBox{
	width:100%;
	background:#fff;
	max-height: 550px;
    overflow: auto;
}
.voiceBox h3 {
    font-size: 17px;
    line-height: 1;
    color: #F62A70;
    margin-bottom: 15px;
    padding: 8px 10px 5px 10px;
    background: #FFF5F9;
    border-left: 5px solid #F62A70;
}
.voiceBox h3 span{
    display:block;
    color: #333;
    font-size: 11px;
    font-weight:normal;
    padding-top:5px;
}
.voice-text{
	padding:10px;
	border-radius:10px;
	border:6px solid #FFF5F9;
	line-height: 1.3;
}
.voice-text span{
    display: block;
    font-weight: bold;
    line-height: 1;
    padding: 0 0 3px;
    border-bottom: 3px solid #FFF5F9;
    margin: 0 0 10px;
}
.useproduct{
	font-size:12px;
	padding:10px 0;
    line-height: 1;
}
.photoBox{
	padding:0 10px 10px 10px;
}
.photoBox img{
	width:calc(50% - 8px);
	margin-bottom:10px;
}
.photoBox img:first-child{
	margin-right:10px;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{/*overflow:auto;*/ -webkit-overflow-scrolling: touch;}
#cboxTitle{display:none; margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:url(../img/overlay2.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxContent{background:transparent; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px;width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; top:0; right:0; background:url(../img/close.png?build=1) no-repeat 0 0; width:30px; height:30px; text-indent:-9999px;}
        #cboxClose:hover{background-position:0 0;}


.prodc_title{
	font-size:20px;
	text-align:center;
}
.posterList{
	width:100%;
}
.posterList li{
	width:calc(33.33% - 20px);
	box-sizing:border-box;
	padding:10px;
	margin:10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border:1px solid #ccc;
}
.posterList li a{
	width:100%;
}
.posterList li img{
	width:100%;
	box-sizing:border-box;
}

@media only screen and (max-width: 767px){
.product-listBox .productBox .productImg,
.productBox .d-flex div:first-child{width:60%;margin:0 auto;text-align:center;}
.product-listBox .productBox .productText{width:100%;padding-left:0;}
.productBox .d-flex {-ms-flex-wrap: wrap;flex-wrap: wrap; }
.productBox .d-flex .btnStyle_green {margin-bottom:10px;}
.howto-ba div:nth-child(1),
.howto-ba div:nth-child(3){width:45%;}
.howto-ba div:nth-child(2){width:10%;}
.howto-ba div img{width:100%;}
.qa-A{padding:15px; margin: 0 0 20px 0px;
}
table.contactForm th {font-size:12px;text-align:left;}
table.contactForm th, table.contactForm td{padding:10px;box-sizing:border-box;}
table.contactForm td .inquiry_mail input,
table.contactForm td .inquiry_mail_confirm input,
table.contactForm td .your-tell input{ width:100%;}
.salonDetailBox div:first-child{width:100%;text-align:center;margin-bottom:5px;}
.salonDetailBox div:last-child{width:100%;}
.eventBox ul li img{height:auto;}
.voiceimg {width:50%;}
.voiceimg a span{ padding:5px; font-size:12px;}

}





