@charset "UTF-8";

img{border:0;
}

.s2{
	display:none;
	font-size:inherit;
}

a:link{
	color:#F99;
	text-decoration:none;
	}
a:visited{
	color:#F99;
	text-decoration:none;
	}
a:hover{
	color:#F69;
	}
/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* pan */
ul#bread{
    padding: 0;
    margin: 0 20px 0 0;
	float:right;
}
#bread li{
    padding: 0;
    margin: 0;
    list-style-type:none;
	font-size:12px;
    float: left;
    margin-left: 10px;
}
.cb{
	clear:both;
}
div#wrapper header h2{/*kana*/
	position: absolute;
	font-size: 10px;
	top: 115px;
	left: 480px;
}

div#wrapper header div.tel img{
	position: absolute;
	box-shadow: none!important;
	top: 60px;
	left: 800px;
}
#logo_top{
	width:130px;
	height:100px;
	margin:0 auto;
}
#logo_m{
	display:none;
}
.topimage img{
	max-width:100%;
}
#th3{/*h3*/
	font-size:12px;
	text-align:right;
	color:#907A71;
	font-weight:100;
}
ul#fnav li{/*footer*/
	display:inline;
	margin-left:0.5em;
	padding-left:0.5em;
	border-left:1px solid #666;
	font-size:12px;
	}
div.more{
	margin-right:30px;
	text-align:right;
}
.bt20{
	margin-bottom:20px;
}
.ft20{
	margin-top:20px;
}
.bt40{
	margin-bottom:40px;
}


/*--------お知らせBOX----------------*/
.box-007 {
    max-width: 800px;
    margin: 15px auto;
    border: 2px solid #ffb36b;
    border-radius: 5px;
    color: #333333;
		font-size: 0.9em;
}

.box-007 div {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #ffb36b;
    font-weight: 400;
    vertical-align: top;
}

.box-007 svg {
    padding-right: 4px;
}

.box-007 p {
    margin: 0;
    padding: 0 1.5em 1em;
		font-size: 0.8em;
}



/*--------slideshow----------------*/
#slideshow {
   position: relative;
   width:  980px; /* 画像の横幅に合わせて記述 */
   height: 560px; /* 画像の高さに合わせて記述 */
   margin:0;
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
/*--------slideshow----------------*/

/*indexのみ-----------------------------------*/
#con_m{
	display:none;
	}
div#wrapper article div#lbox{
	float:left;
	max-width:650px;
	margin-top:20px;
	}

div#wrapper article div#rbox{
	float:right;
	width:300px;
	margin-top:20px;
	padding:0;
}
div#wrapper article div#rbox ul li{
	padding-bottom:10px;
	list-style:none;
}
.tel_m{
	display:none;
}

#topicsbox{
	margin-top:10px;
	max-height:390px;
	overflow:hidden;
}
#inbox{
	margin:20px;
}
#topicsbox h4{
	margin-bottom:10px;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px dotted #660;
}

#top_menu{
	margin-top:20px;
}
#top_menu #top_menu01{
	float:left;
}
#top_menu #top_menu02{
	float:right
}

/*---information---*/

div#wrapper article div#lbox section#index_info{
	margin-top:30px;
	background-image:url(../images/info_middle.png);
	background-repeat:repeat-y
}
div#wrapper article div#lbox section#index_info article{
	margin:20px 30px 20px;
	padding-top:10px;
	border-bottom:1px dotted #666;
}
div#wrapper article div#lbox section#index_info h4{
	font-size:14px;
	padding-left:20px;
	background-image:url(../images/point.png);
	background-repeat:no-repeat;
}
div#wrapper article div#lbox section#index_info article div.info_box img{
	max-width:200px;
}
/*-----------------------------------*/
div#wrapper article section div#box{
	padding:0 30px 30px;
}
div#wrapper article section div#box h4{/*topics,customer*/
	font-size:16px;
	line-height:30px;
	padding:0 10px 0;
	margin:10px 0 20px 0;
	/*color:#630;
	border-bottom:#630 solid 1px;*/
}

div#wrapper article section div.page{
	font-size:12px;
	margin:20px auto 40px;
	width:220px;
	height:20px;
	clear:both;
}
div.pl{
	float:left;
}
div.pr{
	float:right;
}
/*---------index_list-------------*/
div#wrapper article section div#box article.re_box h4{
	font-size:14px;
	line-height:normal;
	padding:0 0 0 20px;
	margin:0;
	background-image:url(../images/point.png);
	background-repeat:no-repeat;
	border:none;
}
div#wrapper article section div#box article.re_box{
	margin:20px 0 0 0;
	padding:0;
	clear:both;
	border-bottom:1px dotted #666;
}
div#wrapper article div#box article.re_box img{
	max-width:200px;
}
/*---------concept-------------*/
div#wrapper article section div#box article.re_box_con h4{
	font-size:22px;
	line-height:30px;
	padding:0;
	margin:0 0 20px 0;
}
div#wrapper article section div#box article.re_box_con{
	margin:30px 0;
	padding:0;
	clear:both;
}
div#wrapper article section div#box article.re_box_con div{
	padding:0 30px;
}
#con2_img{
	margin-left:0;
}

/*---------menu-------------*/
/*group*/
.b1{
	width:auto;
	background-image:url(../images/menu_b1.png);
	padding-top:2px;
	padding-left:5%;
	margin:60px 0 10px;
	font-weight: bold;
	height:48px;
	line-height:50px;
	/*font-size:1em*/;
}
.b2{
	margin:0 30px 10px;
/*	color:#630;
*/	/*font-size:0.9em*/;
}
/*group2*/
.b3{
	width:auto;
	background-image:url(../images/menu_b2.png);
/*	color:#630;
*/	padding-left:3%;
	margin:20px 30px 10px;
	font-weight:bold;
	/*font-size:0.9em*/;
	height:30px;
	line-height:30px;
}
.b4{
	margin:0 50px 10px;
/*	color:#600;
*/	/*font-size:0.9em*/;
}
/*menu1*/
.inbox{
	max-width:760px;
	margin:0 40px 5px;
	/*font-size:0.9em*/;
}
.l1{/*menu1*/
	float:left;
	margin-top:10px;
	padding-left:10px;
/*	color:#963656;
*/	font-weight:bold;
	width:60%;
}
.l2{/*kakaku1*/
	float:right;
	margin-top:10px;
/*	color:#682116;
*/	text-align:right;
	white-space:nowrap;
	width:30%;
	font-weight:bold;
}
/*menu2*/
.inbox2{
	max-width:760px;
	margin:0 40px 5px;
	/*font-size:0.9em*/;
}
.l3{/*menu2*/
	float:left;
	margin-top:10px;
	padding-left:30px;
/*	color:#682116;
*/	width:60%;
	}
.l4{/*kakaku2*/
	float:right;
	margin-top:10px;
/*	color:#682116;
*/	text-align:right;
	white-space:nowrap;
	width:30%;
	font-weight:bold;
	}
/*setsumei*/
.b5{
	max-width:760px;
	margin:0 60px 10px;
	color:#587b43;
	/*font-size:0.9em*/;
	}
/*comment*/
.b6{
	max-width:760px;
	margin:0 60px 10px;
	color:#ef7b5f;
	/*font-size:0.9em*/;
	}
.line{
	border-bottom:1px dotted #666;
	margin:0 30px;
}

/*---------staff-------------*/
#staffbox{
	margin-left:10px;
}
div#wrapper article section div#box div.f_box{
	float:left;
	margin:10px;
	padding:20px;
	width:390px;
	height:440px;
	background-image:url(../images/bg_staff.png);
	font-size:14px;
}
div.inbox01{
	height:auto;
	text-align:center;
}
div.inbox01 img{
	float:right;
	margin:0 0 0 10px;
	max-width:150px;
	height:auto;
}
div.inbox01 .post{
	margin-bottom:10px;
	/*color:#630;*/
}
div.inbox01 .name{
	margin-bottom:10px;
	/*color:#630;*/
}
div.inbox01 .memo1{
	text-align:left;
	line-height: 1.4em;
}
div.inbox02{
	clear:both;
	margin:20px 0 0 0;
	height:210px;
	text-align:left;
	line-height: 1.4em;
	overflow:auto;
}


/*---------access-------------*/
div#wrapper article section div#box table#a_box{
	padding:0;
	margin:20px auto 0;
	width:860px;
	background-color:#FFF;
	font-size:0.9em;
	border-collapse:collapse;
}

#maps{
	width:860px;
	padding:0;
	margin:40px auto;
	max-width:100%;
	height:auto;
	}

#a_box th,
#a_box td {
	border-top:1px solid #684b41;
	border-bottom:1px solid #684b41;
	vertical-align:top;
}
#a_box th {
	padding:9px 10px;
	width:20%;
	font-weight:normal;
	background-color:#F6F5F5;
}
#a_box td {
	padding:9px 10px;
}


#map img{
	margin:5px;
}

.gmap p{
	margin:0;
	padding:0;
	overflow:hidden;
	}

#image_box{
	width:100%;
	margin:10px 0 0 20px;
	padding:0;
	text-align:center;
}
#image_box div.ininbox{
	float:left;
	margin:5px;
	width:280px;
	height:186px;
	border:1px dotted #684b41;
}
#image_box div.ininbox img{
	max-height:176px;
	max-width:270px;
	margin:auto;
	padding:5px;
}

#image_box div.ininbox-2{
	float:left;
	margin:5px;
	width:280px;
	height:280px;
	border:1px dotted #684b41;
}
#image_box div.ininbox-2 img{
	max-height:270px;
	max-width:270px;
	margin:auto;
	padding:5px;
}

/*---------topics-------------*/

div#wrapper article section div#box div.re_nbox{
	margin-top:10px;
	margin-bottom:20px;
	padding:0;
	clear:both;
	border-bottom:1px dotted #666;
}
div#wrapper article section div#box div.re_nbox img{
	max-width:600px;
	float:none;
}

div#wrapper article section div#box div.re_nbox_in{
}
div#wrapper article section div#box div.re_nbox h4{
	font-size:16px;
	padding:10px 10px 0;
	margin-bottom:20px;
	border-bottom:none;
	background-image:url(../images/point.png);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:16px;
	padding-left:20px;
/*	color:#F90;
*/}
/*---------topicslist-------------*/
div#wrapper article section div#box div.re_tbox{
	margin-top:10px;
	margin-bottom:20px;
	padding:0;
	clear:both;
}
div#wrapper article section div#box div.re_tbox h4{
	font-size:16px;
	padding:10px 10px 0;
	margin-bottom:20px;
	border-bottom:none;
	background-image:url(../images/point.png);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:16px;
	padding-left:20px;
/*	color:#F90;
*/}




/*---------product-------------*/
div#wrapper article section div#box article.re_pbox{
	width:46%;
	height:380px;
	float:left;
	margin:30px 20px 30px 10px;
	background-image:none;
}
article.re_pbox h5{
	margin-right:10px;
	margin-bottom:10px;
	border-bottom:none;
	font-size:inherit;
}

article.re_pbox div img{
	float:right;
	margin:0 0 10px 10px;
}
article.re_pbox p{
	text-align:left;
	line-height:1.2em;
	margin-right:10px;
}


/*---------recruit-------------*/
.title{
	margin-top:40px;
	border-bottom:1px solid #666;
	border-left:10px solid #666;
	padding:2px 10px;
}

/* クーポン
=============================================== */
#coupon{
	margin-top:20px;
}
#coupon #couponlist li {
	border: 3px solid #907A71;
	margin-bottom: 30px;
	overflow: hidden;
	font-size: 12px;
	position: relative;
}
#coupon #couponlist li h5 {
	font-size: 18px;
	padding: 10px 100px 10px 20px;
	background: #f9fafc;
	border: 1px solid #FFF;
}
#coupon #couponlist .detail {
	background: #FFF;
	padding: 0px 25px 15px;
	overflow: hidden;
}
#coupon #couponlist dt {
	float: left;
	width: 100px;
	padding: 10px 0;
	color:#666;
}
#coupon #couponlist dd {
	margin-left: 0;
	padding: 10px 0px 10px 100px;
	border-top: 1px dotted #999;
}
#coupon #couponlist dd em {
	font-size: 18px;
	font-weight: bold;
	color: #900;
	font-style: normal;
	margin: 0px 5px;
	line-height: 1.2;
}
#coupon #couponlist .label {
	position: absolute;
	top: 0px;
	right: 0px;
}

#coupon .h3couponttl01 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #999;
}

/*---------este-------------*/


.wrap-bra {
  display: flex;
  flex-wrap: wrap;
}

.item-bra {
  padding: 30px;
  width: 32%;
  background-color: #d6d6d6;
  border-radius: 10px;
}

.item-bra:not(:nth-child(3n+3)) {
  margin-right: 2%;
}

.item-bra:nth-child(n+4) {
  margin-top: 30px;
}



div#wrapper article section div#box article.este_box{
	margin:50px 0 80px;
	padding:0;
	clear:both;
}
.este_inbox{
	clear:both;
}
.este_lbox{
	float:left;
	width:440px;
	margin-right:30px;
}
.este_rbox{
	float:left;
	width:450px;
}

.este02_lbox{
	float:left;
	width:540px;
	margin-right:30px;
}
.este02_rbox{
	float:left;
	width:350px;
}


.kome{
	color:#F96;
}

table.este{
	padding:0;
	margin:0 auto 20px;
	width:100%;
	font-size:1em;
	border-collapse:collapse;
}
.este th {
	padding:9px 10px;
	background-color:#9A867F;
	color:#FFF;
	text-align:center;
}
.este td {
	border-top:1px solid #9A867F;
	border-bottom:1px solid #9A867F;
	vertical-align:top;
	padding:9px 10px;
	font-weight:bold;
}
td.price{
	text-align:right;
}
.esteimage{
	float:right;
	width:350px;
}

.este_inbox_wed{
	clear:both;
	margin-bottom:70px;
	padding-bottom:30px;
	border-bottom:1px dotted #684b41;
}


.este02_lbox h5{
	padding-left:40px;
	line-height:30px;
	color:#E18C97;
	font-size:22px;
	font-weight:normal;
	border-bottom:1px dotted #E18C97;
	background-image:url(../images/point_wed.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.nol {
	font-size: 22px;
}


/*---------recruit-------------*/
div#wrapper article section div#box article.rec_box h4{
	font-size:16px;
	line-height:normal;
	padding:0 0 0 20px;
	margin:0;
	background-image:url(../images/point.png);
	background-repeat:no-repeat;
	border:none;
}
div#wrapper article section div#box article.rec_box{
	margin:20px 0 0 0;
	padding:20px;
	clear:both;
	border-bottom:1px dotted #684b41;
}
div#wrapper article div#box article.rec_box img{
	max-width:300px;
}
.recsbox{
	margin-bottom:20px;
	padding:10px;
	border:1px dotted #684b41;
}
.recsbox img{
	margin:10px;
	float:right;
}
.sname{
}
