@charset "utf-8";
/* CSS Document */

.sp {
    display: none;
}

@media screen and (max-width:768px) {
    .sp {
        display: block;
    }
}

/* ===== 共通 ===== */

section#block h2,
section#plan h2,
section#location h2,
section#access h2 {
    font-size: 3.6rem;
    font-weight: bold;
    padding: 0px 10px;
    color: #FFF;
    background: #cc6666;
    position: relative;
    letter-spacing: .5rem;
}

.contents__wrap {
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
}

.txt__right__small {
    text-align: right;
    font-size: 1.0rem;
}

.small {
    display: block;
    font-size: 1.3rem;
}

.bold {
    font-weight: bold;
}

.mt27 {
    margin-top: 27px;
}

.mt50 {
    margin-top: 50px;
}

.mt80 {
    margin-top: 80px!important;
}

.f14 {
    font-size: 14px;
    display: contents;
}

sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 5px;
}

@media screen and (max-width: 1000px) {
    .contents__wrap {
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    section#block h2,
    section#plan h2,
    section#location h2,
    section#access h2 {
        font-size: 2.8rem;
    }
    .txt__right__small {
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    section#block h2,
    section#plan h2,
    section#location h2,
    section#access h2 {
        font-size: 1.8rem;
        padding: 5px;
    }
}

/* -- FlexBox -------------------------------------- */

/* ===== 2カラム ===== */

.col_2,
.col_3,
.col_4,
.col_5 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
}

.col_2>div a,
.col_3>div a,
.col_4>div a,
.col_5>div a {
    display: block;
}

@media screen and (max-width: 960px) {
    .col_2>div {
        width: 100%;
    }
}

/* ===== 3カラム ===== */

.col_3>div {
    width: 33.33333%;
}

@media screen and (max-width: 960px) {
    .col_3>div {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .col_3>div {
        width: 100%;
    }
}

/* ===== 4カラム ===== */

.col_4>div {
    width: 25%;
}

@media screen and (max-width: 960px) {
    .col_4>div {
        width: 33.33333%;
    }
}

@media screen and (max-width: 480px) {
    .col_4>div {
        width: 50%;
    }
}

/* ===== 5カラム ===== */

.col_5>div {
    width: 20%;
}

@media screen and (max-width: 960px) {
    .col_5>div {
        width: 33.33333%;
    }
}

@media screen and (max-width: 480px) {
    .col_5>div {
        width: 50%;
    }
}

/* ===== 左右配置 ===== */

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

/* -- h1 h2 -------------------------------------- */

section#cost .cont-ttl,
section#corporation .cont-ttl,
section#individual .cont-ttl,
section#organizerelics .cont-ttl {
    margin-bottom: 0;
}
section#staff h2.sub,
section#organizerelics h2.sub {
    padding: 14px 16px;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #e78747;
    border: 1px solid;
    border-width: 1px 0;
    background: #FFF;
}

/* -- 料金と工期の目安／法人 -------------------------------------- */
.contents__item {
    margin-top: 50px;
}

.contents__item .col_3>div {
    margin-top: 30px;
    width: 30.6%;
    display: flex;
    flex-direction: column;
}

.contents__item .col_3:after {
    display: block;
    content: "";
    width: 30.6%;
}

h3.item__ttl {
    padding-left: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    border-left: 5px solid #e78747;
}

.item__text {
    font-size: 16px;
    height: 100%;
    margin-bottom: 10px;
}

.item__text_small {
    font-size: 14px;
    height: 100%;
    margin-bottom: 10px;
}

.item__price {
    color: #e78747;
    font-size: 18px;
    height: 100%;
}

.item__price span {
    font-size: 28px;
}

img.item {
    object-fit: cover;
    width: 100%;
}

.item__thum img {
    object-fit: cover;
    width: 100%;
    margin-bottom: 20px;
}

.item__text.mt27_small {
    margin-top: 20px;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .contents__item .col_3>div {
        margin-top: 15px;
        width: 48%;
    }
}

@media screen and (max-width: 480px) {
    .contents__item .col_3>div {
        margin-top: 30px;
        width: 100%;
    }
    .contents__item .col_3>div:first-of-type {
        margin-top: 15px;
    }
    .item__thum img {
        margin-bottom: 6px;
    }
}

/* -- 料金と工期の目安／個人のお客様／遺品整理 -------------------------------------- */

section#corporation,
section#individual {}

section#corporation .contents__item .col_2>div,
section#organizerelics .contents__item .col_2>div {
    width: 48%;
    margin-top: 40px;
}

h3.item__ttl span.melit {
    display: block;
    color: #e78747;
}

.cot-list {
    max-width: 1000px!important;
}

section#organizerelics .item__text {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
    section#corporation .contents__item .col_2>div,
    section#organizerelics .contents__item .col_2>div {
        width: 100%;
    }
}

/* -- スタッフ紹介 -------------------------------------- */

.staff-content {
    margin-top: 60px;
}

ul.staff-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 30px 5% 0;
}

ul.staff-list li {
    width: 30.6%;
    margin-bottom: 32px;
}

.staff-list li .img-area {
    position: relative;
    margin-bottom: 40px;
}

.staff-list li .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.staff-list li .staff-info p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
    ul.staff-list {
        margin: 30px auto 0;
    }
    ul.staff-list li {
        width: 48%;
    }
}

@media screen and (max-width: 480px) {
    ul.staff-list li {
        width: 100%;
        margin-bottom: 32px;
    }
}

/* -- サイトマップ -------------------------------------- */

ul.sitemap {
    box-shadow: 0px 0px 0px 10px #fffde8;
    border: dashed 2px #ffb03f;
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0.5em 0.5em 0.5em 2em;
    max-width: 500px;
    margin: 0 auto;
}

ul.sitemap li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style: none;
}

ul.sitemap li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #e78747;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

/* -- 作業実績 一覧 -------------------------------------- */
section#organizerelics.works .sub__ttl {
    margin-bottom: 50px;
}
.archive .content-list {
    margin-bottom: 50px;
}

/* -- 作業実績 詳細 -------------------------------------- */
.single-works {
    margin-bottom: 80px;
}
.single-works .img-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-works .img-area .content-img {
  width: 45%;
}
.single-works .img-area .arrow {  /* 仮スタイルです */
  font-size: 40px;
  font-weight: bold;
  color: #e78747;
}
@media screen and (max-width: 767px) {
  .single-works .img-area .arrow {
    font-size: 26px;
  }
}
/* -- お知らせ 一覧 -------------------------------------- */
section#organizerelics.information .sub__ttl {
    margin-bottom: 50px;
}
.information .infor-list {
    min-height: 30vh;
    margin-bottom: 50px;
}
/* -- お知らせ 詳細 -------------------------------------- */
.single-information {
    margin-bottom: 80px;
}

/* 詳細ページ　本文中の画像 */
.single p img {
  height: auto;
}

/* -- プライバシーポリシー -------------------------------------- */
.privacy .lead-txt {
    margin-bottom: 50px;
}
.privacy .privacy-item {
    margin-bottom: 40px;
}