@charset "UTF-8";


/*******************************

お墓のクリーニング　Css

*******************************/

.box_case .txtWrap {
    margin: 50px auto 0;
    overflow: hidden;
}

.box_case .txtWrap p {
    float: right;
    width: 450px;
}

.box_case .txtWrap img {
    float: left;
}

@media screen and (max-width: 767px) {

    .box_case .txtWrap {
        margin-top: 30px;
    }

    .box_case .txtWrap p {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .box_case .txtWrap img {
        float: none;
    }
}


/*-----------------------------
追加しました
-------------------------------*/

div.hidari { float: left; }
div.migi { float: right; display: block;}



@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

.recommend-icon {
  display: inline-block;
  text-align: left;
  background-color: #9baf56;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 7px 4px 7px;
  border-radius: 4px;
  position: relative;
  font-size:10pt;
  line-height:1.2em;
}


.box_case ul.center {
    width: 902px;
	margin: 0 60px;
}

.box_case ul li {
    float: left;
    margin: 0 10px 45px 0;
    padding-right: 50px;
    background: url(../images/arrow.png) right 50% no-repeat;
    text-align: center;
	font-weight: bold;
}

.box_case ul li:nth-child(3n) {
    width: 220px;
    margin-right: 0;
    padding-right: 0;
    background: none;
}

.box_case figure {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.box_case figure figcaption {
    font-size: 18px;
    margin-top: 20px;
    padding-left: 1em;
    text-indent: -1em;
}

.box_case ul li.mpt40 {
    margin-top: 40px;
}

.box_case ul li.big {
    width: 300px;
}

@media screen and (max-width: 767px) {

.sec01 p, .sec02 p{
    width: 100%;
    float: none;
        margin-bottom: 30px;
	}

.sec01 img.float_r, .sec02 img.float_r{
    width: 100%;
    float: none;
	}

.box_case ul, .box_case ul.center {
    width: 100%;
    margin: 30px auto;
	}

.box_case ul li {
    width: 220px;
    float: none;
    margin: 0 auto 20px auto;
    padding-right: 0;
    padding-bottom: 60px;
    background: url(../images/arrow.png) 50% bottom no-repeat;
	}

.box_case ul.center li:nth-child(3n) {
    background: url(../images/arrow.png) 50% bottom no-repeat;
	}

.box_case ul li:nth-child(3n) {
    width: 220px;
    margin: 0 auto;
	background: none;
	}
	
}


/*******************************

下層サブナビゲーション

*******************************/
nav.aboutNav {
    background-color: #5675a8;
}

nav.subNav ul {
    width: 988px;
}

nav.subNav li {
    width: 16%;
    letter-spacing: -0.02em;
	display: inline-block;
}

/*-----------------------------
.sec01
-------------------------------*/

.sec01 .staff_inner {
    width: 100%;
    display: table;
    overflow: hidden;
    border: solid 5px #ababab;
    border-radius: 20px;
    padding: 0;
}

.sec01 .staff dl,
.sec01 .staff .photo {
    display: table-cell;
    vertical-align: top;
}

.sec01 .staff dl {
    width: 75%;
}

.sec01 .staff dl dt,
.sec01 .staff dl dd {
    padding: 12px 15px;
}

span.area {
    display: inline-block;
    background: #5675a8;
    padding: 0 5px;
    float: right;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.sec01 .staff dl dd {
    border-top: solid 1px #e9e9e9;
    margin-bottom: 0;
}

.sec01 .staff .photo {
    overflow: hidden;
    vertical-align: bottom;
    width: 25%;
    height: 100%;
    max-width: 123px;
    background: #5675a8;
    text-align: right;
    border-radius: 0 10px 10px 0 / 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0 / 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0 / 0 10px 10px 0;
}

.sec01 .staff .photo img {
    width: auto;
}

.sec01 .comment p {
    background: #fffcf5;
    border-radius: 20px;
    padding: 15px 20px;
}

.sec01 .comment p span {
    border-bottom: dashed 2px #d7c59a;
    padding: 5px 0;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .sec01 .staff {
        margin-bottom: 15px;
    }
    .sec01 .staff dl dd {
        font-size: 12px;
    }
    .sec01 .comment {
        margin-bottom: 40px;
    }
}
