﻿

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
}
article, header, footer, aside, figure, figcaption, nav, section main {
  display:block;
}
html {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif;
  height: 100%;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #3d3d3d;;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.mincho{font-family:"Yu Mincho", "YuMincho",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;}
.gosic{font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif;}
img{vertical-align: bottom;}
a{
  text-decoration: none;
  color: #3d1b10;
  transition: color .5s;
}
a:hover{
	    color: #07bfcb;
}
a:hover img{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
ul li {
  list-style: none;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
.clear{
  clear: both;
}
.mgt0{
	margin-top: 0 !important;
}
.mgt5{
	margin-top: 5px !important;
}
.mgt10{
	margin-top: 10px !important;
}
.mgt20{
	margin-top: 20px !important;
}
.mgt30{
	margin-top: 30px !important;
}
.mgt50{
	margin-top: 50px !important;
}
.mgt100{
	margin-top: 100px !important;
}
.mgt150{
	margin-top: 150px !important;
}
.mgb10{
	margin-bottom: 10px !important;
}
.mgb20{
	margin-bottom: 20px !important;
}
.mgb30{
	margin-bottom: 30px !important;
}
.mgb40{
	margin-bottom: 40px !important;
}
.mgb50{
	margin-bottom: 50px !important;
}
.mgb100{
	margin-bottom: 100px !important;
}
.pdt10{
	padding-top: 10px;
}
.pdt20{
	padding-top: 20px;
}
.pdt30{
	padding-top: 30px;
}
.pdt40{
	padding-top: 40px;
}
.pdt50{
	padding-top: 50px;
}
.pdb10{
	padding-bottom: 10px;
}
.pdb20{
	padding-bottom: : 20px;
}
.pdb30{
	padding-bottom: 30px;
}
.pdb40{
	padding-bottom: 40px;
}
.pdb50{
	padding-bottom: 50px;
}
.tac{
  text-align: center;
}
.tar{
	text-align: right;
}
.tal{
	text-align: left;
}
.mg0a{
	margin: 0 auto;
}
.mg10a{
	margin: 10px auto 0;
}
.mg20a{
	margin: 20px auto 0;
}
.mg30a{
	margin: 30px auto 0;
}
.mg40a{
	margin: 40px auto 0;
}
.fll{
	float: left;
}
.flr{
	float: right;
}
.ovf-h{
	overflow: hidden;
}
.font10{
	font-size: 10px;
}
.font12{
	font-size: 12px;
}
.font14{
	font-size: 14px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font20{
	font-size: 20px;
}
.font22{
	font-size: 22px;
}
.font28{
	font-size: 28px;
}
.font30{
	font-size: 30px;
}
.font40{
	font-size: 40px;
}
.font50{
	font-size: 50px;
}
.red{
	color: #bd0000;
}

.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}
.white{
	color: #fff;
}
/* ページトップボタン */
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 18px 0 0;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-color: #fff;
  color: #550003;
  border: 3px solid #550003;
  font-size: 14px;
  font-weight: bold;
  line-height: 0.5;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  transition: .3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#pageTop a span{
	font-size: 22px;
}

/* header */
header{
	border-top: 10px solid #6b8484;
}
.head-wrap{
	width: 1030px;
	margin: 0 auto;
	color: #fff;
}
.gnavi{
	width: 100%;
	margin: 10px 0 8px;
	display: table;
}
.gnavi li{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	text-align: center;
}
.gnavi li img{
    margin-left: 0%;
}
.gnavi-f{
	width: 320px;
}
.gnavi-w{
	width: 250px;
}

h2{
	margin-top: 20px;
}

.login{
	background: #3d1b10;
	font-size: 12px;
	width: 250px;
	text-align: center;
}
.login a{
	color: #fff;
	display: inline-block;
	padding: 5px 30px;
}
.login a:hover{
	color: #07bfcb;
}
.head-con{
	width: 250px;
	margin-top: 5px;
	overflow: hidden;
}
.head-con li{
	float: left;
	margin-right: 5px;
}
.head-con li:nth-child(2){
	margin-right: 0;
}
.cart a{
	display: block;
	width: 60px;
	text-align: center;
	font-size: 13px;
	background: #fff;
	border: 1px solid #3d1b10;
	padding: 0 10px;
	transition: .3s;
}
.cart a:hover{
	background: #dad1b8;
	color:#3d1b10;
	transition: .3s;
}
.cart span:before{
	content: "\f07a";
	color: #3d1b10;
	margin-left: 3px;
	font-family: FontAwesome;
	font-size: 15px;
}
.contact a{
	width: 143px;
	display: block;
	background: #07bfcb;
	padding: 3px 10px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	transition: .3s;
}
.contact a:hover{
	background: #3d1b10;
	transition: .3s;
}

.head-wrap2{
	background: #eee;
}
.gmavi{
	display: table;
	overflow: hidden;
	width: 1030px;
	margin: 0 auto;
	color: #3d1b10;
}
.gmavi li{
	display: table-cell;
	padding: 8px 18px 6px 0;
	vertical-align: middle;
	font-size: 12px;
}
.gmavi-r{
	text-align: right;
	vertical-align: middle;
	padding-right: 0 !important;
}
.gmavi-r span{
	font-size: 18px;
	margin-right: 1em;
}
.gmavi-r span:before{
  margin: 0 .5em 0 0;
  content:" ";
  display: inline-block;
  width: 19px;
  height: 15px;
  background:url(../image/icon_tel.png);
  background-size: contain;
  vertical-align: baseline;
}


.order{
	width: 858px;
	margin: 50px auto 0;
	overflow: hidden;
}
.order a:hover{
	background: #3d1b10;
	transition: .3s;
}

.order li a{
	float: left;
	display: block;
	margin-right: 40px;
	width: 409px;
	background: #07bfcb;
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding: 30px 0 25px;
	line-height: 1.2;
	transition: .3s;
}
.order li span{
	font-size: 16px;
}
.order li:nth-child(2n) a{
	margin-right: 0;
}


.btn a{
	display: block;
	width: 300px;
	margin: 50px auto 0;
	background: #07bfcb;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
	border: 1px solid #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4)
}
.btn a span:after{
	margin: 0 0 0 15px;
  content:" ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../image/btn_arrow.png);
  background-size: contain;
  vertical-align: text-bottom;
	transition: .3s;
}
.btn a:hover{
	background: #3d1b10;
	transition: .3s;
}

/* bnr */
#bnr{
	margin-top: 60px;
	text-align: center;
}
#bnr img{
	width: 635px;
}

/* fs-slide-news */
.slide-news{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1030px;
	display: table;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}
.slide-news p{
	display: table-cell;
	vertical-align: middle;
	padding: 17px 0 15px;
}
.slide-n-1{
	width: 160px;
	text-align: center;
}
.slide-n-2{
	width: 40px;
	text-align: center;
}
.slide-news a{
	color: #07bfcb;
}
.slide-news a:hover{
	color: #fff;
}

/* fs-slide-news-new */

.slide-news-new{
	width: 1030px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	margin: 20px auto;
	display: table;
	font-size: 18px;
}
.slide-news-new p{
	display: table-cell;
	vertical-align: middle;
	padding: 17px 0 15px;
}
.slide-n-0a{
    width: 160px;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    padding-right: 40px !important;
}

.slide-n-1a{
	width: 160px;
	text-align: center;
}
.slide-n-2a{
	width: 40px;
	text-align: center;
}
.slide-n-3a{
	padding: 0 10px !important;
}

.slide-news a{
	color: #07bfcb;
}
.slide-news a:hover{
	color: #fff;
}


/* news,blog */

#newsblog{
	margin-top: 100px;
	overflow: hidden;
}
.side-l{
	float: left;
	width: 490px;
	border-top: 5px solid #6b8484;
	overflow: hidden;
}
.side-l h3,.side-r h3{
	margin-top: 20px;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
	padding-bottom: 10px;
	color: #666;
}
.side-l h3 span,.side-r h3 span{
	font-size: 14px;
}
.fs-news-post{
	border-top: 2px solid #ccc;
	height: 262px;
}
.fs-news-title{
	margin-top: 20px;
}
.fs-news-post-day{
	font-size: 12px;
	color: #666;
}
.side-r{
	float: right;
	width: 490px;
	border-top: 5px solid #6b8484;
	overflow: hidden;
}
.fs-column-post{
	margin-top: 10px;
	height: 230px;
	overflow: hidden;
	border-left: 2px solid #ccc;
}
.fs-column-post li{
	width: 160px;
	height: 230px;
	float: left;
	border-right: 2px solid #ccc;
	padding: 0 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.fs-column-post li img{
	width: 100%;
	height: auto;
}
.fs-column-title{
	margin-top: 10px;
}
.fs-column-post-day{
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}

/* footer */

.foot-inner{
	width: 1030px;
	margin: 0 auto;
}
.product-list{
	margin-top: 100px;
	overflow: hidden;
}
.product-list li{
	width: 127px;
	float: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.product-list li img{
	width: 100%;
}
.product-list li nth-chld(8){
	border-right: 0;
}

.foot-tel{
	margin-top: 60px;
	text-align: center;
	font-size: 16px;
}
.foot-tel span{
	font-size: 26px;
	color: #3d1b10;
	margin: 0 20px;
	vertical-align: middle;
}
.foot-tel span:before{
  margin: 0 .5em 0 0;
  content:" ";
  display: inline-block;
  width: 21px;
  height: 20px;
  background:url(../image/icon_tel2.png);
  background-size: contain;
  vertical-align: baseline;
}

.foot-wrap{
	width: 100%;
	margin-top: 30px;
	padding: 30px 0;
	background: #6b8484;
}
.foot-navi{
	width: 1030px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.foot-logo{
	width: 180px;
	margin-top: 20px;
	text-align: center;
}
.foot-logo img{
	width: 151px;
}
.foot-navi-list{
	float: left;
	margin-right: 50px;
	overflow: hidden;
}
.foot-list-h {
	padding-bottom: 5px;
}
.foot-list-h a{
	font-size: 16px;
	color: #fff;
}
.foot-list-c li{
	margin-left: 5px;
	display: block;
}
.foot-list-c li a{
	margin: 0 0 5px 0;
	color: #fff;
}
.foot-list-c li:before{
	content: "\f105";
	color: #07bfcb;
	margin-right: 3px;
	font-family: FontAwesome;
}
.foot-list-c li a{
	font-size: 12px;
	color: #fff;
	transition: .3s;
}
.foot-list-c li a:hover,
.foot-list-h a:hover{
	color: #07bfcb;
	transition: .3s;
}
.foot-contact{
	position: absolute;
	bottom: 0;
	right: 20px;
}
.sns{
	overflow: hidden;
	height: 30px;
}
.sns iframe{
	vertical-align: bottom;
	float: left;
	margin-right: 10px;
}
iframe#twitter-widget-0 {
  margin-right: 0;
}

.mail a{
	display: block;
	background: #07bfcb;
	font-size: 14px;
	padding: 7px 20px 5px;
	color: #fff;
	transition: .3s;
}
.mail a:hover{
	background: #3d1b10;
	transition: .3s;
}

/* サイドバー */
#sidebar{
	width: 220px;
	margin-top: 40px;

}
.side-menu li a{
	margin-bottom: 15px;
	height: 100px;
	display: block;
	padding: 25px 0 15px 30px;
	font-size: 19px;
	color: #3d1b10;
	line-height: 1.3;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition: .3s;
}
.side-menu li a:hover{
	background: #beb18d;
	transition: .3s;
}
.side-menu-3 a:hover{
	background: #260c04 !important;
	transition: .3s;
}
.side-menu-3 a{
	color: #dad1b8 !important;
}
.side-menu li a span{
	font-size: 13px;
	padding-left: 5px;
}
.side-menu-3 a span{
	margin-left: -20px !important;
}
.side-menu-1,.side-menu-2{
	background: #dad1b8;
}
.side-menu-3{
	background: #3d1b10;
}

.side-menu-1 a span:after,
.side-menu-2 a span:after{
    position: absolute;
    top: 22px;
    right: 15px;
    content:" ";
    width:11px;
    height:57px;
    background:url(../image/arrow_brown.png) no-repeat;
    background-size:contain;
}
.side-menu-3 a span:after{
    position: absolute;
    top: 22px;
    right: 15px;
    content:" ";
    width:11px;
    height:57px;
    background:url(../image/arrow_beige.png) no-repeat;
    background-size:contain;
}
.side-order{
	margin-top: 30px;
}
.side-order li a{
	margin-top: 15px;
	background: #07bfcb;
/* 	height: 115px; */
	display: block;
	padding: 18px 0 15px 0;
	font-size: 22px;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition: .3s;
}
.side-order li a span{
	font-size: 15px;
	color: #000;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif !important;
}
.side-order li a:hover{
	background: #6b8484;
	transition: .3s;
}
.side-order .tensuu a{
	background: #6b8484!important;
	transition: .3s;
	height: 65px;
}
.side-order .tensuu a:hover{
	background: #07bfcb!important;
	transition: .3s;
}


.side-category{
}
#sidebar h3{
	margin-top: 30px;
	font-size: 18px;
	font-weight: normal;
	padding-left: .5em;
	color: #3d1b10;
}
.side-category{
	border-bottom: 1px dotted #3d1b10;
}
.side-category li a{
	display: block;
	border-top: 1px dotted #3d1b10;
	padding: 10px 10px 8px 50px;
	position: relative;
	transition: .3s;
}
.side-category li a:hover{
	background: #f3f0e8;
	transition: .3s;
}
.s-icon01 span:before,
.s-icon02 span:before,
.s-icon03 span:before,
.s-icon04 span:before,
.s-icon05 span:before,
.s-icon06 span:before,
.s-icon07 span:before,
.s-icon08 span:before,
.s-icon09 span:before,
.s-icon10 span:before,
.s-icon11 span:before,
.s-icon12 span:before,
.s-icon13 span:before,
.s-icon14 span:before,
.s-icon15 span:before,
.s-icon16 span:before,
.s-icon17 span:before{
  position: absolute;
  top: 5px;
  left: 10px;
  content:" ";
  display:inline-block;
  width:30px;
  height:30px;
  background:url(../image/side-icon01.png);
  background-size:contain;
}
.s-icon02 span:before{
  background:url(../image/side-icon02.png);
  background-size:contain;
}
.s-icon03 span:before{
  background:url(../image/side-icon03.png);
  background-size:contain;
}
.s-icon04 span:before{
  background:url(../image/side-icon04.png);
  background-size:contain;
}
.s-icon05 span:before{
  background:url(../image/side-icon05.png);
  background-size:contain;
}
.s-icon06 span:before{
  background:url(../image/side-icon06.png);
  background-size:contain;
}
.s-icon07 span:before{
  background:url(../image/side-icon07.png);
  background-size:contain;
}
.s-icon08 span:before{
  background:url(../image/side-icon08.png);
  background-size:contain;
}
.s-icon09 span:before{
  background:url(../image/side-icon09.png);
  background-size:contain;
}
.s-icon10 span:before{
  background:url(../image/side-icon10.png);
  background-size:contain;
}
.s-icon11 span:before{
  background:url(../image/side-icon11.png);
  background-size:contain;
}
.s-icon12 span:before{
  background:url(../image/side-icon12.png);
  background-size:contain;
}
.s-icon13 span:before{
  background:url(../image/side-icon13.png);
  background-size:contain;
}
.s-icon14 span:before{
  background:url(../image/side-icon14.png);
  background-size:contain;
}
.s-icon15 span:before{
  background:url(../image/side-icon15.png);
  background-size:contain;
}
.s-icon16 span:before{
  background:url(../image/side-icon16.png);
  background-size:contain;
}
.s-icon17 span:before{
  background:url(../image/side-icon17.png);
  background-size:contain;
}

/* 下層メイン */
#main2{
	width: 1030px;
	margin: 0 auto;
	overflow: hidden;
}
.main-content{
	margin-top: 40px;
	width: 780px;
	float: right;
	overflow: hidden;
}

/* タブ */
.tab{
  overflow: hidden;
  margin: 0 64px 0;
}
.tabarea-1,
.tabarea-2,
.tabarea-3,
.tabarea-4{
	overflow: hidden;
}
.tab li{
	background: #f1efea;
  color: #3d1b10;
  float: left;
  width: 196px;
  height: 60px;
  padding: 10px 10px;
  text-align: center;
  border-top: 5px solid #3d1b10;
  cursor: pointer;
  transition: .3s;
  font-size: 16px;
}
.tab li span{
	font-size: 12px;
}
.tab li.active{
  color: #07bfcb;
  border-top: 5px solid #07bfcb;
  background: #f4f5f8;
  cursor: auto;
}
.tab li.active span
{
	color: #3d1b10;
}

.area-wrap{
  display: none;
  padding: 10px 20px 20px;
  overflow: hidden;
  background: #f4f5f8;
}
.area-wrap.show{
  display: block;
}

.blog-list-box ul{
	overflow: hidden;
}
.blog-list-box ul li{
	width: 170px;
	margin: 20px 20px 0 0;
	float: left;
}
.blog-img ul li{
	width: auto;
	float: none;
	list-style: inside;
}
.blog-img ol li{
	width: auto;
	float: none;
	list-style: inside;
	list-style-type: decimal;
}

.blog-list-box ul li:nth-child(4n+1){
	clear: both;
}
.blog-list-box ul li:nth-child(4n){
	margin-right: 0;
}
/* コラム */
.blog-list-cate{
	font-size: 10px;
	font-weight: bold;
}
.blog-list-cate:before{
	content: "\f04b";
	color: #3d1b10;
	margin-right: 5px;
	font-family: FontAwesome;
	font-size: 10px;
}
.blog-list-cate a{
	color: #07bfcb;
}
.blog-list-cate a:hover{
	color: #6b8484;
}
.blog-list-img{
	margin-top: 5px;
	width: 170px;
}
.blog-list-img img{
	width: 100%;
	height: auto;
}
.blog-list-day{
	font-size: 12px;
	margin-top: 5px;
}
.blog-list-title{
	margin-top: 5px;
}
.ichiran a span{
	background: #07bfcb;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
}
.ichiran a span:after{
	content: "\f105";
	margin-left: 3px;
	font-family: FontAwesome;
}
.ichiran a{
	margin-top: 20px;
	display: block;
	text-align: right;
}
/* お客様の声 */
.voice-list-box{
	margin-top: 30px;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
}
.voice-list-box2{
	margin-top: 5px;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
}
.voice-list-title{
	font-size: 18px;
	color: #07bfcb;
	font-weight: bold;
	border-bottom: 1px solid #3d1b10;
	padding-bottom: 5px;
}
.voice-list-title span{
	color: #3d1b10;
	font-weight: bold;
}
.voice-list-text{
	margin-top: 10px;
}
.voice-list-title span:before{
  margin:0 8px 0 0;
  content:" ";
  display:inline-block;
  width:25px;
  height:25px;
  background:url(../image/voice-icon.png);
  background-size:contain;
  vertical-align: text-bottom;
}
/* お悩み相談 */
.onayami-list-title{
	font-size: 18px;
	color: #07bfcb;
	font-weight: bold;
	border-bottom: 1px solid #3d1b10;
	padding-bottom: 5px;
}
.onayami-list-title span{
	color: #3d1b10;
	font-weight: bold;
}
.onayami-list-answer{
	font-size: 18px;
	color: #07bfcb;
	font-weight: bold;
}
.onayami-list-text{
	margin-top: 10px;
}
.onayami-list-title span:before{
  margin:0 8px 0 0;
  content:" ";
  display:inline-block;
  width:25px;
  height:25px;
  background:url(../image/onayami.png);
  background-size:contain;
  vertical-align: text-bottom;
}
.onayami-list-answer span:before{
  margin:0 8px 0 0;
  content:" ";
  display:inline-block;
  width:25px;
  height:25px;
  background:url(../image/onayami2.png);
  background-size:contain;
  vertical-align: text-bottom;
}
.onayami-cate {
  margin: 10px 10px 0;
  text-align: right;
  text-decoration: underline;
}
.onayami-cate a{
  color: #dad1b8;
}
/* ビフォーアフター */
.ba-list-box{
	margin-top: 30px;
	padding-bottom: 20px;
	background: #fff;
	padding: 20px;
}
.ba-list-title{
	font-size: 18px;
	color: #3d1b10;
}
.ba-list-title span a{
	background: #07bfcb;
	color: #fff;
	padding: 5px 10px 3px;
	font-size: 16px;
	margin-right: 10px;
	vertical-align: baseline;
}
.ba-list-title span a:hover{
	background: #6b8484;
	transition: .3s;
}
.ba-table{
	width: 100%;
	margin-top: 10px;
	display: table;
}
.ba-table li{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.ba-table img{
	vertical-align: bottom;
}
.w80{
	width: 80px;
}
.beimg1{
	width: 310px;
}
.beimg1 img{
	width: 100%;
}
.beimg2{
	width: 60px;
	padding: 0 10px;
	font-size: 40px;
	color: #07bfcb;
}
.ba-text{
	text-align: left !important;
	vertical-align: top !important;
	margin-top: 10px;
	width: 310px;
}
.ba-price{
	margin-top: 20px;
	text-align: right;
	font-weight: bold;
}
.ba-price span{
	color: #bd0000;
}
.ba-comment{
	margin-top: 20px;
	color: #3d1b10;
	text-align: left !important;
	vertical-align: top !important;
	background: #f1efea;
  padding: 20px;
}
/* 商品一覧ページ */
.content-wrap{
  padding: 20px;
  overflow: hidden;
  background: #f4f5f8;
}

/* タクソノミーリスト */

.tax-list,.column-list{
  overflow: hidden;
  margin: 0 30px 0;
}
.tax-list li a{
	display: block;
  height: 60px;
  padding: 10px 10px;
  width: 160px;
}
.column-list li a{
	display: block;
  height: 60px;
  padding: 10px 4px;
  width: 120px;
}
.tab-all a {
    width: 70px !important;
}
.tax-list li{
	background: #f1efea;
  color: #3d1b10;
  float: left;
  text-align: center;
  border-top: 5px solid #3d1b10;
  cursor: pointer;
  transition: .3s;
  font-size: 16px;
}
.column-list li{
	background: #f1efea;
  color: #3d1b10;
  float: left;
  text-align: center;
  border-top: 5px solid #3d1b10;
  cursor: pointer;
  transition: .3s;
  font-size: 13px;
}
.tax-list li span,.column-list li span{
	font-size: 12px;
}
.tax-list li.active,.column-list li.active{
  color: #07bfcb;
  border-top: 5px solid #07bfcb;
  background: #f4f5f8;
  cursor: auto;
}
.tax-list li.active span,.column-list li.active span{
	color: #3d1b10;
}
.column-list li:hover,.tax-list li:hover,.tab li:hover{
  border-top: 5px solid #07bfcb;
}




/* blog single */
.blog-single{
	width: 100% !important;
}
.blog-img{
/* 	max-width: 740px; */
	width: 740px;
	height: auto;
        font-size: 16px;
}

.blog-img p{
    padding-bottom: 2rem;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    font-size: 1em;
    text-align: left;
}

.blog-img h3{
	border-bottom: 2px solid #07bfcb;
	border-top: 2px solid #07bfcb;
	padding: 5px 10px;
	margin: 10px 0;
	font-size: 16px;
}
.blog-img img{
	display: block;
	max-width: 740px;
	height: auto;
	margin: 10px auto;
}
.code-block img {
	margin: 10px auto;
	max-width: 60%;
	display: block;
	border: 1px solid;
}
.blog-day{
	margin: 10px 5px 0 0;
	text-align: right;
}
.blog-title{
	font-size: 20px;
	margin-top: 5px;
	font-weight: bold;
}
.blog-cate a{
	font-size: 16px;
	color: #07bfcb;
	text-decoration: none !important;
}
.blog-cate a:hover{
	color: #6b8484;
}
.blog-cate:before{
	content: "\f04b";
	color: #3d1b10;
	margin-right: .5em;
	font-family: FontAwesome;
}

.blog-text h3 {
	margin-top: 10px;
  background: #eee;
  padding: 5px 0 5px 10px;
  color: #07bfcb;
  font-weight: bold;
  border-left: 5px solid;
}

.blog-undertext {
  width: 700px !important;
  background: #f1efea;
  padding: 20px;
  margin: 0 0 20px 0 !important;
}

/* ニュース */

#news{
	width: 780px;
}
.main-title{
	margin-top: 30px;
	text-align: center;
	padding: 10px;
	font-size: 28px;
	font-weight: normal;
	color: #3d1b10;
}

.news-box:nth-child(odd){
	overflow: hidden;
/*   border-left: 5px solid #07bfcb; */
	background: #f8f8f8;
	margin-top: 20px;
	padding: 15px;
}
.news-box:nth-child(even){
	overflow: hidden;
/*   border-left: 5px solid #3d1b10; */
	background: #f8f5ef;
	margin-top: 20px;
	padding: 15px;
}
.news-box:nth-child(odd) .news-title{
	margin: 10px 0 0;
	font-size: 16px;
  color: #07bfcb;
  font-weight: bold;
}
.news-box:nth-child(even) .news-title{
	margin: 10px 0 0;
	font-size: 16px;
  color: #3d1b10;
  font-weight: bold;
}
.news-day{
	margin: 5px 0 0;
  color: #6b8484;
}
.img-wrap{
	margin: 10px 0 0 0;
	letter-spacing: .1em;
	line-height: 1.8;
}
.img-wrap img{
	max-width: 300px;
	height: auto;
	float: right;
	margin: 0 0 0 10px;
	overflow: hidden;
}


/* シェアボタン */
.addtoany_share_save_container {
  text-align: right;
}


/* ページナビ */
.prevnextarea{
	margin-top: 30px;
	overflow: hidden;
}
.nextL a,.nextR a{
	display: block;
	width: 100px;
	background: #07bfcb;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	transition: .3s;
}
.nextL a{
	float: left;
}
.nextR a{
	float: right;
}
.nextL a:hover,.nextR a:hover{
	background: #3d1b10;
	transition: .3s;
}
#pnavi {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 40px;
}
.wp-pagenavi a{
  text-decoration: none;
  border: 1px solid #3d1b10 !important;
  padding: 5px 7px !important;
  margin: 5px !important;
  color: #fff;
  background: #75d5d8;
}
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #3d1b10 !important;
  padding: 5px 7px !important;
  margin: 5px !important;
  color: #3d1b10;
}
.wp-page
i span.current {
  font-weight: normal !important;
  background: #07bfcb;
  color: #fff;
}

/* コンタクトページ */

#box{
margin:20px auto;
background: #fff;
border: solid #e1e0e0 1px;
padding: 30px 88px;
position: relative;
}
.menu{
	font-size:14px;
	margin: 10px 0;
	color: #3d1b10;
}
.check{
	border: none;
}
.concheck{
	border: none;
}
.con{
	height:20px;
	padding:7px ;
	margin-bottom: 10px;
	width:400px;
	font-size:14px;
	background-color:#ffffff;
	color:#000;
  text-align:left;
	border:1px solid #ab9d8d;
}
.mess{
	height:200px;
	padding:10px;
	margin-bottom: 10px;
	width:100%;
	font-size:14px;
	background-color:#ffffff;
	color:#000;
	border:1px solid #ab9d8d;
        overflow-y:auto;
       _overflow-y:hidden;  /* IEでスクロールバーを消す為に記述 */
}
p.shounin {
  text-align: center;
}
.submit01{
	width:300px;
	display: block;
  margin: 20px auto;
  padding: 5px 20px;
  border: 1px solid #07bfcb;
  background: #07bfcb;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
}
.wpcf7-list-item{
	margin-right:10px;
}
.wpcf7-not-valid-tip{
	color:#F00;
	border:1px solid #F00;
	display:block;
	padding:3px !important;
	text-align:center !important;
	margin-left: 65px;
	margin-top:-10px;
	margin-right: 69px;
}
.wpcf7-response-output{
	color:#F00;
}
.wpcf7-not-valid-tip-no-ajax{
	color:#F00;
	border:1px solid #F00;
     display:block;
	 margin-top:-8px;
}
html>/**/body　
#b{
border: 20px;
width: 181px;
height: 80px;
background:url(https://www.fashioncare-nic.com/pcimages/contact.png) no-repeat ;
text-indent: -9999px;　　 /*　「送信」のテキストを飛ばす　*/
}


/* サイドバー */
.blog-side,.beaf-side,.voice-side,.onym-side{
	background: #07bfcb;
  padding: 10px;
  color: #fff !important;
  font-weight: bold !important;
  text-align: center;
}

.side-wp-cate1,.side-wp-cate2{
	background: #f4f5f8;
}
.side-wp-cate1 li a,.side-wp-cate2 li a{
	display: block;
	padding: 10px 5px 8px 10px;
	font-size: 12px;
}
.side-wp-cate1 a:hover,.side-wp-cate2 a:hover{
	background: #f1efea;
}
.side-wp-cate1 li:nth-child(1) a{
	color: #7fcb07 !important;
}
.side-wp-cate1 li:nth-child(2) a{
	color: #c777db !important;
}
.side-wp-cate1 li:nth-child(3) a{
	color: #ed8ac6 !important;
}
.side-wp-cate1 li:nth-child(4) a{
	color: #d4aa44 !important;
}
.side-wp-cate1 li:nth-child(5) a{
	color: #0791cb !important;
}
.side-wp-cate1 li:nth-child(6) a{
	color: #07bfcb !important;
}
.c-1 a{
	color: #0791cb !important;
}
.c-2 a{
	color: #c777db !important;
}
.c-3 a{
	color: #ed8ac6 !important;
}
.c-4 a{
	color: #d4aa44 !important;
}
.c-5 a{
	color: #7fcb07 !important;
}
.c-6 a{
	color: #07bfcb !important;
}
.c-7 a{
	color: #07bfcb;
}
/* コンテンツ上ライン色 */
.c0-bdt{
	border-top: 5px solid #07bfcb;
}
.c1-bdt{
	border-top: 5px solid #0791cb;
}
.c2-bdt{
	border-top: 5px solid #c777db;
}
.c3-bdt{
	border-top: 5px solid #ed8ac6;
}
.c4-bdt{
	border-top: 5px solid #d4aa44;
}
.c5-bdt{
	border-top: 5px solid #7fcb07;
}
.c6-bdt{
	border-top: 5px solid #07bfcb;
}
.voi-bdt{
	border-top: 5px solid #6b8484;
}
.ba-bdt{
	border-top: 5px solid #dad1b8;
}
.onym-bdt{
	border-top: 5px solid #3d1b10;
}


.voice-side a,.beaf-side a,.blog-side a,.onym-side a{
	color: #fff !important;
	display: block;
}
.voice-side a:hover,.beaf-side a:hover,.blog-side a:hover,.onym-side a:hover{
	color: #dad1b8 !important;
}


.link-blue a{
	color: #07bfcb;
}
.link-blue a:hover{
	color: #6b8484;
}

.atesaki{
	padding: 7px 10px 5px;
  background: #dbd2b8;
  color: #3d1b10;
}


.side-menu2 li a{
	height: 100px;
	display: block;
	font-size: 19px;
	color: #fff;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition: .3s;
	background: #ae3810;
  text-align: center;
  padding: 20px 0 0;
	line-height: 1.6;
}
.side-menu2 li a:hover{
	background: #67220a;
	color: #fff;
}
.side-menu2 li a:hover img{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}


/*
#0791cb
#c777db
#ed8ac6
#d4aa44
#7fcb07

#6b8484
#3d1b10
#eeeeee
#dad1b8
#07bfcb
*/

.blog-single p a{
	color: #07bfcb;
	text-decoration: underline;
}
.tag-title{
	font-size: 18px;
	margin-bottom: 5px;
}

/*-- top 一覧上テキスト --*/
.top_info{
  margin: 20px 0;
  display: inline-block;
}
.top_info .main_txt{
  text-align: center;
  font-size: 24px;
  line-height: 46px;
  display: block;
  padding-bottom: 26px;
}
.top_info .main_txt span{
  font-size: 30px;
  font-weight: bold;
  background:linear-gradient(transparent 60%, #fdf6ae 60%);
}
.top_info .sub_txt{
  text-align: left;
  font-size: 16px;
  line-height: 28px;
}
.top_info  figure{
  float: right;
  padding-left: 25px;
  display: block;
  margin: 0;
}

.top_contents_wrap .top_news {
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  margin-bottom: 50px;
  text-align: center;
}
.top_contents_wrap .top_news > .news_text_title {
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #5A7071;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1.2px;
}
.top_contents_wrap .top_news > .news_text_wrap {
  margin-bottom: 25px;
}
.top_contents_wrap .top_news > .news_text_wrap > ul > li > .news_date {
  color: #5A7071;
  font-size: 1.4rem;
  text-align: center;
}
.top_contents_wrap .top_news > .news_text_wrap > ul > li > .news_text {
  color: #5A7071;
  font-size: 1.4rem;
  text-align: center;
}
.top_contents_wrap .top_news > .news_link_wrap {
  text-align: right;
}
.top_contents_wrap .top_news > .news_link_wrap > a {
  display: inline-block;
  position: relative;
  width: 160px;
  padding: 3px 0;
  transition: 0.3s;
  text-align: center;
  background-color: #708384;
  border-radius: 50px;
  font-size: 1.4rem;
  color: #fff;
}
.top_contents_wrap .top_news > .news_link_wrap > a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  content: "";
}
article.top_contents_wrap .top_blog {
  margin-bottom: 100px;
  width: 100%
}
article.top_contents_wrap .top_blog > .blog_title {
  margin-bottom: 40px;
  font-size: 2.6rem;
  text-align: center;
  color: #5A7071;
  font-weight: bold;
  letter-spacing: 1.2px;
}
article.top_contents_wrap .top_blog > p {
  margin-bottom: 40px;
}
article.top_contents_wrap .top_blog > .blog_wrap {
  margin-bottom: 40px;
}
article.top_contents_wrap .top_blog > .blog_wrap > ul {
  display: flex;
  justify-content: space-between;
}
article.top_contents_wrap .top_blog > .blog_wrap > ul > li {
  width: 180px;
}
article.top_contents_wrap .top_blog > .blog_wrap > ul > li *{
    box-sizing: border-box;
}
article.top_contents_wrap .top_blog > .blog_wrap > ul > li > .image {
  margin-bottom: 10px;
}
article.top_contents_wrap .top_blog > .blog_wrap > ul > li > .image > a {
  display: block;
  box-sizing: border-box;
  padding: 2px;
  border: 1px #13B5BB solid;
}
article.top_contents_wrap .top_blog > .blog_wrap > ul > li > .image > a > img {
  display: block;
  width: 100%;
	height: 120px;
	object-fit: cover;
}
article.top_contents_wrap .top_blog > .blog_wrap > ul > li > .text {
  font-size: 0.9rem;
  line-height: 1.6;
}
article.top_contents_wrap .top_blog > .blog_link_wrap {
  text-align: center;
}
article.top_contents_wrap .top_blog > .blog_link_wrap > a {
  position: relative;
  transition: 0.3s;
  text-align: center;
  display: inline-block;
  color: #13B5BB;
  font-size: 1.8rem;
  position: relative;
}
article.top_contents_wrap .top_blog > .blog_link_wrap > a:hover {
  opacity: 0.7;
}
article.top_contents_wrap .top_blog > .blog_link_wrap > a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: solid 2px #13B5BB;
  border-right: solid 2px #13B5BB;
  transform: rotate(45deg);
  content: "";
}
article.top_contents_wrap section.top_bg_blue {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #13B5BB;
  opacity: 0.9;
}


/*202408追記*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, table, tr, th, td {
    font-weight: 600;
}

.marker {
    background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%) !important;
}

.marker1 {
    background-image: linear-gradient(transparent 60%, #FFEB3B 60%) !important;
}

.blog-img h3 {
	border-bottom: unset;
    border-top: unset;
    font-size: large;
    margin: 10px 0;
    background: #fff;
    padding: 5px 0 5px 10px;
    color: #07bfcb;
    font-weight: bold;
    border-left: 5px solid;
}

h2 {
    margin-bottom: 10px;
}

.blog-single-title {
    font-size: 1.4rem;
}

.foot-list li span {
    font-weight: 500;
}

.blog-list-img img {
    width: 110%;
    height: auto;
    float: left;
    margin-right: 10px;
}