/* =================================
	report CSS
================================= */

/*	Layout
============================== */

.dento main.inner h1{
	text-indent:110%;white-space:nowrap;overflow:hidden;
}

@media all and (min-width: 768px) {

.dento main.inner h1{
	width: 960px;
	height: 310px;
	background-image:url(../img/dento/inner_h1_dento.jpg);
	position: relative;
}

.dento div.contents{
	padding: 0;
}
.text_area{
	padding: 0 70px 45px; 
}
.dento main.inner{
	background-image: url(../img/dento/inner_bottom.jpg), url(../img/dento/inner_center.jpg);
	background-repeat: no-repeat, repeat-y;
	background-position: left bottom;
	box-shadow: 0px 0px 5px #898989;
	overflow: hidden;
	width: 960px;
	margin: 17px 0 0 10px;
}

}
@media all and (max-width: 767px) {
.dento main.inner h1{
	width: 100%;
	background-image:url(../img/dento/inner_h1_dento_smp.jpg);
	position: relative;
	height:0;
	padding-top:40.909%;
	background-size:contain;
	border:none; 
	margin: 0;
}
.dento main.inner{
    background-image: url(../img/dento/inner_border_top.jpg), url(../img/dento/inner_border_bottom.jpg), url(../img/dento/smp_bg.jpg);
    background-repeat: repeat-x, repeat-x, repeat;
    background-position: left top,left bottom, left top;
}
}

/*	title
============================== */

.title{
    position: relative;
    text-indent:110%;white-space:nowrap;overflow:hidden;
}
.dento_vol1 .title{ background-image:url(../img/dento/title1.png);}
.dento_vol2 .title{ background-image:url(../img/dento/title2.png);}
.dento_vol3 .title{ background-image:url(../img/dento/title3.png);}
.dento_vol4 .title{ background-image:url(../img/dento/title4.png);}
.dento_vol5 .title{ background-image:url(../img/dento/title5.png);}
.dento_vol6 .title{ background-image:url(../img/dento/title6.png);}
.dento_vol7 .title{ background-image:url(../img/dento/title7.png);}
.dento_vol8 .title{ background-image:url(../img/dento/title8.png);}
.dento_vol9 .title{ background-image:url(../img/dento/title9.png);}
.dento_vol10 .title{ background-image:url(../img/dento/title10.png);}

@media all and (min-width: 768px) {
.title{
    margin: 10px auto 20px;
   	width: 500px;
   	height: 130px;
   	background-size: 500px 130px;
}  
}
@media all and (max-width: 767px) {
.title{
    margin: 4px auto 8px;
    width: 270px; 
    height: 70px; 
    background-size: 270px 70px;
}
}

/*	pics
============================== */
div.pic_area span{
	display: block;
    background-repeat: no-repeat;
    border: 2px solid #e7d4be;
    background-color: #e7d4be;
    box-shadow: 4px 4px #dbc2a6;
}
@media all and (min-width: 768px) {
div.pic_area span{
	margin: 5px 0 30px 30px;
	float: right;
}
div.pics span{ width: 335px; height: 200px; background-size: 335px 200px;}
}
@media all and (max-width: 767px) {
div.pic_area span{
	margin: 15px auto 20px;
	display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
div.pics span{ width: 250px; height: 168px; background-size: 250px 168px;}
}

/*  pics
============================== */
li.pic_box_l{
    display: block;
    float: left;
    color: #6f4d2e;
}
li.pic_box_l .ph{
    border: 2px solid #e7d4be;
    background-color: #e7d4be;
    box-shadow: 4px 4px #dbc2a6;
    display: block;
}

@media all and (min-width: 768px) {
.pic_area_l{
    width: 100%;
    margin:30px 0 0; 
}
li.pic_box_l{
    font-size: 90%;
    width: 48%;
    margin-right: 4%;
    margin-bottom:20px; 
    text-align: left;
}
li.pic_box_l:nth-child(2n){
    margin-right: 0%;
}
li.pic_box_l .ph{
    margin: 20px auto 10px;
    padding: 0 0px;
}
div.pic_l span{ padding-top: 66.666666%; overflow: hidden; height: 0; background-size: contain;}
}
@media all and (max-width: 767px) {
.pic_area_l{
    margin:15px 0 0; 
}
li.pic_box_l{
    font-size: 100%;
    width: 100%;
    text-align: left;
}
li.pic_box_l .ph{
    margin: 20px auto 10px;
    background-repeat: no-repeat;
    background-position: center center;
}
div.pic_l span{ display: block; padding-top: 66.666666%; overflow: hidden; height: 0; background-size: contain;}
}

/*  pic_area_3retsu
============================== */
div.three_area{
    border-bottom: 1px solid #dbc2a6;
    clear: both;
}
div.pic_area_3retsu span{
    display: block;
    background-repeat: no-repeat;
    border: 2px solid #e7d4be;
    background-color: #e7d4be;
    box-shadow: 4px 4px #dbc2a6;
}
@media all and (min-width: 768px) {
div.pic_area_3retsu span{
    margin: 30px auto 50px;
}
}
@media all and (max-width: 767px) {
div.pic_area_3retsu span{
    margin: 15px auto 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
}

/*  pics1015
============================== */
@media all and (min-width: 768px) {
div.pics1015{
    width: 32%;
    float: left;
    margin-right: 2%;
}
div.no_r{
    margin-right: 0%;
}
div.pics1015 span{ padding-top: 66.6666%; overflow: hidden; height: 0; background-size: contain;/*width: 820px; height: 205px; background-size: 820px 205px;*/}
}
@media all and (max-width: 767px) {
div.pics1015 span{ width: 250px; height: 167px; background-size: 250px 167px;}
}

/*  pic_area_3retsu2
============================== */
div.three_area2{
    clear: both;
}
div.pic_area_3retsu2 span{
    display: block;
    background-repeat: no-repeat;
    border: 2px solid #e7d4be;
    background-color: #e7d4be;
    box-shadow: 4px 4px #dbc2a6;
}
div.three_area2_p_caption{
    color: #6f4d2e;
}
@media all and (min-width: 768px) {
div.pic_area_3retsu2{
  width: 100%;
}
div.pic_area_3retsu2 span{
    margin: 10px auto 10px;
    font-size: 90%;
}
div.pics1126{
    width: 32%;
    float: left;
    margin-right: 2%;
}
div.pics1126:nth-child(3n){
    margin-right: 0%;
}
div.pics1126 span{ padding-top: 66.6666%; overflow: hidden; height: 0; background-size: contain;}
div.three_area2_p_caption{
  margin-bottom: 50px;
}
}

@media all and (max-width: 767px) {
div.pic_area_3retsu2 span{
    margin: 20px auto 10px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
div.three_area2 div.pics1126 span{ padding-top: 66.6666%; overflow: hidden; height: 0; background-size: contain;}
div.three_area2_p_caption{
  margin-bottom: 30px;
}
}

/*  pic1203
============================== */
.pic1203_area{
    clear: both;
}
.pic1203{
    display: block;
    background-repeat: no-repeat;
    border: 2px solid #e7d4be;
    background-color: #e7d4be;
    box-shadow: 4px 4px #dbc2a6;
}
.pic1203_2{
    display: block;
    background-repeat: no-repeat;
    border: 2px solid #e7d4be;
    background-color: #e7d4be;
    box-shadow: 4px 4px #dbc2a6;
}
.pic1203_area .p_caption{
    color: #6f4d2e;
}
@media all and (min-width: 768px) {
.pic1203_area{
  margin:40px 0 0 83px;
}
.pic1203_area span{
    font-size: 90%;
}
.pic1203_box{
    width: 212px;
    float: left;
    margin-right: 29px;
    background-repeat: no-repeat;
}
.pic1203 .lazy{

    height: 212px;  
}
.pic1203_box_2{
    width: 405px;
    float: left;
    background-repeat: no-repeat;
}
.pic1203_2 .lazy{

    height: 212px; 
}

.pic1203_area .p_caption{
  margin-bottom: 0px;
  margin-top: 10px;
  display: block;
}
}

@media all and (max-width: 767px) {
.pic1203_box{
    margin: 20px auto 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
.pic1203_area div.pic1203 span{ padding-top: 100%; overflow: hidden; height: 0; background-size: contain;}
.pic1203_area div.pic1203_2 span{ padding-top: 52.3456%; overflow: hidden; height: 0; background-size: contain;}
.pic1203_area .p_caption{
  margin: 15px 0 30px;
  display: block;
}
}

/*	sub_tit
============================== */

.sub_tit{
    position: relative;
    text-indent:110%;white-space:nowrap;overflow:hidden;
}
@media all and (min-width: 768px) {
.sub_tit{
    margin: 40px auto 0px;
   	width: 215px;
   	height: 34px;
   	background-size: 215px 34px;
}  
}
@media all and (max-width: 767px) {
.sub_tit{
    margin: 20px auto 15px;
    width: 150px; 
    height: 24px; 
    background-size: 150px 24px;
}
}
.sub_tit1{background-image:url(../img/dento/staff_tit.jpg);}
.sub_tit2{background-image:url(../img/dento/step_tit.jpg);}

/*	cast_box
============================== */
.cast_box{
    overflow: hidden;
}
.cast_box ul{
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.cast_box li{
    position: relative;
    float: left;
    border:1px solid #ba813c;
}
.cast_box li a{
    text-decoration:none;
    color: #000000;
}
.cast_box li .lazy{
    background-size: cover;
    background-color: #e7d4be;
}
.cast_box li .date{
    color: #da3d19;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media all and (min-width: 768px) {
.cast_box{
  width: 920px;
  margin: 10px auto 40px;
}
.cast_box li{
    width: 175px;
    min-height: 200px;
    margin: 10px;
    padding: 5px 5px 7px;
}
.cast_box li a{
    display: block;
}
.cast_box li a:hover{
    opacity:0.7;
}
.cast_box li .lazy {
    width: 175px;
    height: 130px;
    display: block;
    margin-bottom: 0.4em;
}
.cast_box li .date{
    padding: 3px;
    font-size: 100%;
    line-height: 1.5;
}
.cast_box li .area{
    font-size: 90%;
    line-height: 1.2 !important;
}
}
@media all and (max-width: 767px) {
.cast_box{
    margin: 10px auto 0;
    width: 100%;
    padding-bottom: 1em;
}
.cast_box ul{
    width: 100%;
    letter-spacing: -0.5em;
}
.cast_box li{
    display: inline-block;
    width: 32%;
    margin: 0px 2% 0px 0;
    padding: 4px 0px 0px;
    vertical-align: top;
    box-sizing: border-box;
}
.cast_box li:nth-child(3n) {
    margin: 0px 0% 10px 0;
}
.cast_box li .lazy {
    width: 96%;
    height: 0;
    padding-top: 74%;
    margin-left:2%;
    margin-right:2%;
    margin-bottom: 0.5em;
}
.cast_box li span{
    letter-spacing: 0.1em;
}
.cast_box li .date{
    padding: 3px;
    font-size: 90%;
}
.cast_box li .area{
	display: block;
    padding: 3px;
    font-size: 85%;
}
}

/*  step_box
============================== */
/* box */
.step_box li{
  border-bottom: 1px solid #ba813c; 
}
.step_box li:last-child {
  border-bottom: none; 
}
/* text */
.step_tit1{
  margin-bottom: 0.5em;
}
.number{
  background-color: #da3d19;
  color: #fff;
  padding: 6px;
  font-size: 120%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-right: 10px;
}
.step_tit2{
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media all and (min-width: 768px) {
.step_text{
    float: left;
    width: 580px;
    margin: 20px 0;
}
.step_tit2{
    font-size: 120%;
}
}
@media all and (max-width: 767px) {
.step_text{
    margin: 15px 0;
}
.step_tit2{
    font-size: 110%;
}
}
/* pic */
div.step_pic_area span{
    display: block;
    background-repeat: no-repeat;
    border: 2px solid #e7d4be;
    background-color: #e7d4be;
    box-shadow: 4px 4px #dbc2a6;
}
@media all and (min-width: 768px) {
div.step_pic_area span{
    margin: 20px 0 20px 0px;
    float: right;
}
div.step_pics span{ width: 200px; height: 150px; background-size: 200px 150px;}
}
@media all and (max-width: 767px) {
div.step_pic_area span{
    margin: 15px auto 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
div.step_pics span{ width: 200px; height: 150px; background-size: 200px 150px;}
}

/*  backnumber
============================== */

.bknm {
    border-top: 3px dashed #6f4c2d;
    margin-top: 30px;
}
/*タイトル*/
.bknm h3{
  background-image:url(../img/shoes/bknm_tit.png);
  background-repeat:no-repeat;
  text-indent:110%;white-space:nowrap;overflow:hidden;
}
@media all and (min-width: 768px) {
.bknm h3{ width: 200px; height: 35px; background-size: 200px 35px;
  margin: 20px auto 0;
  padding:10px 0;
}
}
@media all and (max-width: 767px) {
.bknm h3{ width: 150px; height: 26px; background-size: 150px 26px;
margin:10px auto 10px;}
}

/*リスト部分*/
.bknm ul {
  margin: 0 auto;
  padding: 0 0 1em;
}

.bknm li {
  display: inline-block;
  margin: 0 0 0 .3em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  width: 100%;
  border-bottom: 2px solid #e4e4e4;
}
.bknm li:first-child{
  border-top: 2px solid #e4e4e4;
}

.bknm li a {
  position: relative;
  color: #000;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.bknm li a:before{
  content:"";
  display:inline-block;
  position:absolute;
  background-image: url(../img/shoes/news_icon2.png); 
}
.bknm li a:after{
  content:"";
  display:inline-block;
  position:absolute;
  background-image: url(../img/shoes/shoes_arrow.png); 
}
.bknm li a > span{
  background-color: #da3d19;
  padding: 3px;
  color: #fff;
  font-weight: normal;
  margin-right: 10px;
}
@media all and (min-width: 768px) {
.bknm li {

  }
.bknm li a {
    line-height: 1,3;
    padding: 10px 50px 10px 60px;
    font-size: 120%;
  }
.bknm li a:hover {
    text-decoration: none;
    background-color: #faf7ea;
    color: #624124;
  }
.bknm li a:before{
  width:40px;
  height:30px;
  left:11px;
  top:50%;
  margin-top:-14px;
  background-size: 40px 30px;
}
.bknm li a:after{
  width:23px;
  height:23px;
  right:15px;
  top:50%;
  margin-top:-12px;
  background-size: 23px 23px;
}
}

@media all and (max-width: 767px) {
.bknm ul {
    margin: 1em auto 0;
    padding: 0;
  }
.bknm li {
    margin: 0 0 5px 0;
  }
.bknm li a {
    font-size: 100%;
    padding: 6px 40px 6px 45px;
    text-decoration: underline;
  }
.bknm li a:before{
  width:30px;
  height:23px;
  left:9px;
  top:50%;
  margin-top:-11px;
  background-size: 30px 23px;
}
.bknm li a:after{
  width:18px;
  height:18px;
  right:9px;
  top:50%;
  margin-top:-9px;
  background-size: 18px 18px;
}
}

