@charset "utf-8";

/*
File Name   : search.css
Description : search css
*/

/* PC Layout ******************************************************************************************* */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
body#search.index .map-top-area-wrap {
  border: solid 5px #c8a655;
  padding: 2px;
  margin-bottom: 50px;
  background: none;
}

body#search.index .map-top-area {
  position: relative;
  border: solid 1px #c8a655;
  padding: 20px;
  height: 324px;
  background: none;
}

body#search.index .map-top-area.map-bg {
  background: url(/assets/img/search/index/map-bg.png) 0 20px no-repeat #ece0c9;
  height: auto;
}

body#search.index .main-map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

body#search.index .text-01 {
  position: relative;
  z-index: 10;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  font-family: 'Noto Serif JP', serif;
}

body#search.index .map-bg .text-01 {
  margin: 0 0 20px;
}

body#search.index .map-bg .search-area-list-main dt {
  color: #fff;
  background: #b7823e;
  font-size: 20px;
  padding: 10px 15px;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: bold;
}

body#search.index .map-bg .search-area-list-main dd {
  display: block;
}

body#search.index .text-01 span {
  font-size: 30px;
  color: #8d5584;
  padding: 0 5px 0;
  line-height: 1;
}

body#search.index .list-link-01 {
  position: absolute;
  top: 20px;
  left: 320px;
  z-index: 10;
}

body#search.index .list-link-02 {
  position: absolute;
  top: 20px;
  left: 480px;
  z-index: 10;
}

body#search.index .list-link-03 {
  position: absolute;
  top: 210px;
  left: 777px;
  z-index: 10;
}

body#search.index .map-bg .search-area-list {
  overflow: hidden;
  margin-bottom: 20px;
}

body#search.index .map-bg .search-area-list li {
  width: 25%;
  margin-bottom: 1em;
  float: left;
}

body#search.index .map-bg .search-area-list-all {
  overflow: hidden;
}

body#search.index .map-bg .search-area-list-all dd {
  display: block;
}

body#search.index .map-bg .search-area-list-all > li {
  float: left;
  width: 445px;
  margin-bottom: 20px;
}

body#search.index .map-bg .search-area-list-all > li:nth-child(even) {
  float: right;
}

body#search.index .map-bg .search-area-list-all > li dl dd li {
  float: left;
  width: 50%;
  margin-bottom: 0.5em;
}

body#search.index .map-bg .search-area-list-all > li dl dt {
  font-weight: bold;
  color: #fff;
  background: #424640;
  padding: 10px 15px;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1;
}

body#search.index .map-bg .search-area-list-all > li dl dd li:nth-child(even) {
  float: right;
}

/*----------------------------------------------------*/

@media screen and (max-width: 767px) {
  body#search.index .map-bg .search-area-list-main {
    margin-bottom: 1px;
  }
  body#search.index .map-top-area.map-bg {
    background: none;
  }
  body#search.index .map-bg .search-area-list-main dt {
    margin-bottom: 0;
    font-size: 16px;
    background: url(/assets/img/search/index/acodion_icon.png) #b7823e right 10px top 50% no-repeat;
    background-size: 10px auto;
  }
  body#search.index .map-bg .search-area-list-main dt.open {
    background: url(/assets/img/search/index/acodion_icon_op.png) #b7823e right 10px top 50% no-repeat;
    background-size: 10px auto;
  }
  body#search.index .map-bg .search-area-list-main dd {
    padding: 10px 10px 0 10px;
    /*border: 1px solid #43463F;*/
    border-top: none;
    display: none;
  }
  body#search.index .map-bg .search-area-list-main .search-area-list-main-menu dt {
    background: #b7823e;
  }
  body#search.index .map-bg .search-area-list-main .search-area-list-main-menu dd {
    display: block;
  }
  body#search.index .map-bg .search-area-list-main .search-area-list-main-menu dd li {
    /*display: inline-block;
    margin-right:2px;*/
  }
  body#search.index .map-bg .search-area-list-all > li dl dt {
    margin-bottom: 0;
    font-size: 16px;
    background: url(/assets/img/search/index/acodion_icon.png) #707070 right 10px top 50% no-repeat;
    background-size: 10px auto;
  }
  body#search.index .map-bg .search-area-list-all > li dl dt.open {
    background: url(/assets/img/search/index/acodion_icon_op.png) #707070 right 10px top 50% no-repeat;
    background-size: 10px auto;
  }
  body#search.index .map-bg .search-area-list li {
    width: auto;
    float: none;
    margin-bottom: 0.5em;
  }
  body#search.index .map-bg .search-area-list-all {
  }
  body#search.index .map-bg .search-area-list-all dd {
    padding: 10px 10px 0 10px;
    /*border: 1px solid #43463F;*/
    border-top: none;
    display: none;
  }
  body#search.index .map-bg .search-area-list-all > li {
    float: none;
    width: auto;
    margin-bottom: 1px;
  }
  body#search.index .map-bg .search-area-list-all > li:nth-child(even) {
    float: none;
  }
  body#search.index .map-bg .search-area-list-all > li dl dd li {
    float: none;
    width: auto;
  }
  body#search.index .map-bg .search-area-list-all > li dl dd li:nth-child(even) {
    float: none;
  }
}

body#search.index .map-top-area li a {
  font-size: 18px;
  padding-left: 20px;
  text-decoration: underline;
  background: url(../img/search/arrow-top.png) 0 50% no-repeat;
  background-size: 14px 14px;
}

body#search.index .map-top-area li a:hover {
  text-decoration: none;
}

body#search.index .map-top-area li a span {
  font-size: 20px;
  font-weight: bold;
  color: #a17297;
}

body#search.index .link-btn-area {
  margin-bottom: 50px;
}

body#search.index .link-btn-area li {
  margin-right: 10px;
  margin-bottom: 10px;
}

body#search.index .link-btn-area li:nth-child(4n) {
  margin-right: 0;
}

body#search.index .link-btn-area li:nth-child(n + 4) {
  margin-bottom: 0;
}

body#search.index .diagnosis-wrap {
  background: url(../img/search/diagnosis-wrap-bg.png) center 0;
}

body#search.index .diagnosis-wrap .section-inner {
  position: relative;
  height: 330px;
}

body#search.index .diagnosis-wrap .section-inner .img {
  position: absolute;
  top: -20px;
  left: 0;
}

body#search.index .diagnosis-wrap .text-block {
  width: 600px;
  position: absolute;
  top: 40px;
  right: 0;
  text-align: center;
}

body#search.index .diagnosis-wrap .text-block p {
  color: #fff;
}

body#search.index .diagnosis-wrap .text-block p.text-01 {
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: YuGothic, "游ゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

body#search.index .diagnosis-wrap .text-block h3.text-02 {
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  padding-left: 25px;
  color: #fff;
  line-height: 44px;
}

body#search.index .diagnosis-wrap .text-block h3.text-02 img {
  margin-right: 10px;
}

body#search.index .diagnosis-wrap .text-block p.text-03 {
  text-align: left;
  font-size: 16px;
  color: #ddd;
  margin-bottom: 20px;
}

body#search.index .diagnosis-wrap .text-block .btn-10 {
  padding: 10px;
  font-size: 16px;
}

body#search.index .bg-wh-area {
  margin-bottom: -40px;
  position: relative;
}

/* index map search
================================================== */

.area-wrap {
  margin: 0 0 45px;
}

.map-block {
  width: 685px;
  float: left;
  background: #ecdfca;
}

.ranking-block {
  width: 250px;
  float: right;
}

.title-wrap {
  height: 60px;
  border: solid 5px #c8a655;
  border-bottom: none;
  position: relative;
}

.title-wrap h2 {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  padding: 15px 30px 0;
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
}

.title-wrap h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 60px;
  background: #c8a655;
}

.title-wrap p {
  position: absolute;
  top: 20px;
  right: 10px;
}

.map-wrap {
  border: solid 5px #c8a655;
  padding: 2px;
}

.inner-wrap {
  border: solid 1px #c8a655;
  padding: 0 0 20px;
}

.map-body {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}

.map-body map {
  position: relative;
  z-index: 50;
}

.map-body area {
  position: relative;
  z-index: 50;
  border: none;
  outline: none;
}

.map-body area,
.map-body area:active,
.map-body area:focus {
  border: none;
  outline: none;
  nofocusline: expression(this.onFocus=this.blur());
}

.tooltip-wrap p {
  font-size: 14px;
  background: #fff;
  padding: 3px 15px 1px 15px;
  text-align: center;
  display: none;
  position: absolute;
  z-index: 0;
}

.tooltip-wrap p:hover {
  display: block !important;
}

.tooltip-wrap p span {
  font-size: 14px;
  font-weight: bold;
  color: #8c5483;
  margin: 0 2px;
}

/* tokyo */

#tokyo #area-1-tip {
  top: 150px;
  left: 542px;
}

#tokyo #area-2-tip {
  top: 219px;
  left: 360px;
}

#tokyo #area-3-tip {
  top: 155px;
  left: 264px;
}

#tokyo #area-4-tip {
  top: 98px;
  left: 530px;
}

#tokyo #area-5-tip {
  top: 110px;
  left: 509px;
}

#tokyo #area-6-tip {
  top: 151px;
  left: 477px;
}

#tokyo #area-7-tip {
  top: 211px;
  left: 521px;
}

#tokyo #area-8-tip {
  top: 180px;
  left: 541px;
}

#tokyo #area-9-tip {
  top: 140px;
  left: 521px;
}

#tokyo #area-10-tip {
  top: 100px;
  left: 540px;
}

#tokyo #area-11-tip {
  top: 60px;
  left: 450px;
}

#tokyo #area-12-tip {
  top: 143px;
  left: 414px;
}

#tokyo #area-13-tip {
  top: 135px;
  left: 362px;
}

#tokyo #area-14-tip {
  top: 160px;
  left: 337px;
}

#tokyo #area-15-tip {
  top: 90px;
  left: 480px;
}

#tokyo #area-16-tip {
  top: 100px;
  left: 540px;
}

#tokyo #area-17-tip {
  top: 110px;
  left: 450px;
}

#tokyo #area-18-tip {
  top: 110px;
  left: 450px;
}

#tokyo #area-19-tip {
  top: 80px;
  left: 520px;
}

#tokyo #area-20-tip {
  top: 60px;
  left: 540px;
}

#tokyo #area-21-tip {
  top: 100px;
  left: 540px;
}

#tokyo #area-22-tip {
  top: 50px;
  left: 440px;
}

#tokyo #area-23-tip {
  top: 40px;
  left: 540px;
}

#tokyo #area-24-tip {
  top: 130px;
  left: 280px;
}

#tokyo #area-25-tip {
  top: 60px;
  left: 340px;
}

#tokyo #area-26-tip {
  top: 25px;
  left: 200px;
}

/*#tokyo #area-27-tip { top: px; left: px; }*/

#tokyo #area-28-tip {
  top: 190px;
  left: 520px;
}

#tokyo #area-29-tip {
  top: 220px;
  left: 535px;
}

/*#tokyo #area-30-tip { top: px; left: px; }*/

/*#tokyo #area-31-tip { top: px; left: px; }*/

/*#tokyo #area-32-tip { top: px; left: px; }*/

/*#tokyo #area-33-tip { top: px; left: px; }*/

/*#tokyo #area-34-tip { top: px; left: px; }*/

/*#tokyo #area-35-tip { top: px; left: px; }*/

/*#tokyo #area-36-tip { top: px; left: px; }*/

/*#tokyo #area-37-tip { top: px; left: px; }*/

/*#tokyo #area-38-tip { top: px; left: px; }*/

/*#tokyo #area-39-tip { top: px; left: px; }*/

#tokyo #area-40-tip {
  top: 70px;
  left: 290px;
}

/*#tokyo #area-41-tip { top: px; left: px; }*/

#tokyo #area-42-tip {
  top: 220px;
  left: 300px;
}

/*#tokyo #area-43-tip { top: px; left: px; }*/

/*#tokyo #area-44-tip { top: px; left: px; }*/

/*#tokyo #area-45-tip { top: px; left: px; }*/

#tokyo #area-46-tip {
  top: 125px;
  left: 340px;
}

/*#tokyo #area-47-tip { top: px; left: px; }*/

#tokyo #area-48-tip {
  top: 115px;
  left: 220px;
}

#tokyo #area-49-tip {
  top: 80px;
  left: 160px;
}

/*#tokyo #area-50-tip { top: px; left: px; }*/

/* aichi */

#aichi #area-1-tip {
  top: 90px;
  left: 120px;
}

#aichi #area-2-tip {
  top: 30px;
  left: 150px;
}

#aichi #area-3-tip {
  top: 35px;
  left: 210px;
}

#aichi #area-4-tip {
  top: 105px;
  left: 80px;
}

#aichi #area-5-tip {
  top: 85px;
  left: 180px;
}

#aichi #area-6-tip {
  top: 65px;
  left: 310px;
}

#aichi #area-7-tip {
  top: 60px;
  left: 210px;
}

/*#aichi #area-8-tip { top: px; left: px; }*/

/*#aichi #area-9-tip { top: px; left: px; }*/

/*#aichi #area-10-tip { top: px; left: px; }*/

/*#aichi #area-11-tip { top: px; left: px; }*/

/*#aichi #area-12-tip { top: px; left: px; }*/

/*#aichi #area-13-tip { top: px; left: px; }*/

/*#aichi #area-14-tip { top: px; left: px; }*/

/*#aichi #area-15-tip { top: px; left: px; }*/

/*#aichi #area-16-tip { top: px; left: px; }*/

/*#aichi #area-17-tip { top: px; left: px; }*/

/*#aichi #area-18-tip { top: px; left: px; }*/

/*#aichi #area-19-tip { top: px; left: px; }*/

/*#aichi #area-20-tip { top: px; left: px; }*/

/*#aichi #area-21-tip { top: px; left: px; }*/

/*#aichi #area-22-tip { top: px; left: px; }*/

/*#aichi #area-23-tip { top: px; left: px; }*/

/*#aichi #area-24-tip { top: px; left: px; }*/

/*#aichi #area-25-tip { top: px; left: px; }*/

/*#aichi #area-26-tip { top: px; left: px; }*/

/*#aichi #area-27-tip { top: px; left: px; }*/

/*#aichi #area-28-tip { top: px; left: px; }*/

/*#aichi #area-29-tip { top: px; left: px; }*/

/*#aichi #area-30-tip { top: px; left: px; }*/

/*#aichi #area-31-tip { top: px; left: px; }*/

/*#aichi #area-32-tip { top: px; left: px; }*/

/*#aichi #area-33-tip { top: px; left: px; }*/

/*#aichi #area-34-tip { top: px; left: px; }*/

/*#aichi #area-35-tip { top: px; left: px; }*/

/*#aichi #area-36-tip { top: px; left: px; }*/

/*#aichi #area-37-tip { top: px; left: px; }*/

/*#aichi #area-38-tip { top: px; left: px; }*/

/*#aichi #area-39-tip { top: px; left: px; }*/

/*#aichi #area-40-tip { top: px; left: px; }*/

/*#aichi #area-41-tip { top: px; left: px; }*/

/*#aichi #area-42-tip { top: px; left: px; }*/

/*#aichi #area-43-tip { top: px; left: px; }*/

/*#aichi #area-44-tip { top: px; left: px; }*/

/*#aichi #area-45-tip { top: px; left: px; }*/

/* hyogo */

#hyogo #area-1-tip {
  top: 470px;
  left: 410px;
}

#hyogo #area-2-tip {
  top: 470px;
  left: 430px;
}

#hyogo #area-3-tip {
  top: 480px;
  left: 250px;
}

#hyogo #area-4-tip {
  top: 440px;
  left: 500px;
}

#hyogo #area-5-tip {
  top: 520px;
  left: 500px;
}

#hyogo #area-6-tip {
  top: 390px;
  left: 410px;
}

#hyogo #area-7-tip {
  top: 440px;
  left: 460px;
}

#hyogo #area-8-tip {
  top: 520px;
  left: 440px;
}

#hyogo #area-9-tip {
  top: 550px;
  left: 300px;
}

/*#hyogo #area-10-tip { top: px; left: px; }*/

/*#hyogo #area-11-tip { top: px; left: px; }*/

/*#hyogo #area-12-tip { top: px; left: px; }*/

/*#hyogo #area-13-tip { top: px; left: px; }*/

/*#hyogo #area-14-tip { top: px; left: px; }*/

/*#hyogo #area-15-tip { top: px; left: px; }*/

/*#hyogo #area-16-tip { top: px; left: px; }*/

/*#hyogo #area-17-tip { top: px; left: px; }*/

/*#hyogo #area-18-tip { top: px; left: px; }*/

/*#hyogo #area-19-tip { top: px; left: px; }*/

/*#hyogo #area-20-tip { top: px; left: px; }*/

/*#hyogo #area-21-tip { top: px; left: px; }*/

/*#hyogo #area-22-tip { top: px; left: px; }*/

/*#hyogo #area-23-tip { top: px; left: px; }*/

/*#hyogo #area-24-tip { top: px; left: px; }*/

/*#hyogo #area-25-tip { top: px; left: px; }*/

/*#hyogo #area-26-tip { top: px; left: px; }*/

/*#hyogo #area-27-tip { top: px; left: px; }*/

/*#hyogo #area-28-tip { top: px; left: px; }*/

/*#hyogo #area-29-tip { top: px; left: px; }*/

/*#hyogo #area-30-tip { top: px; left: px; }*/

/*#hyogo #area-31-tip { top: px; left: px; }*/

/*#hyogo #area-32-tip { top: px; left: px; }*/

/*#hyogo #area-33-tip { top: px; left: px; }*/

/*#hyogo #area-34-tip { top: px; left: px; }*/

/*#hyogo #area-35-tip { top: px; left: px; }*/

/*#hyogo #area-36-tip { top: px; left: px; }*/

/*#hyogo #area-37-tip { top: px; left: px; }*/

/*#hyogo #area-38-tip { top: px; left: px; }*/

/* kyoto */

#kyoto #area-1-tip {
  top: 240px;
  left: 430px;
}

#kyoto #area-2-tip {
  top: 430px;
  left: 460px;
}

#kyoto #area-3-tip {
  top: 430px;
  left: 380px;
}

#kyoto #area-4-tip {
  top: 360px;
  left: 320px;
}

#kyoto #area-5-tip {
  top: 450px;
  left: 410px;
}

/*#kyoto #area-6-tip { top: px; left: px; }*/

/*#kyoto #area-7-tip { top: px; left: px; }*/

/*#kyoto #area-8-tip { top: px; left: px; }*/

/*#kyoto #area-9-tip { top: px; left: px; }*/

/*#kyoto #area-10-tip { top: px; left: px; }*/

/*#kyoto #area-11-tip { top: px; left: px; }*/

/*#kyoto #area-12-tip { top: px; left: px; }*/

/*#kyoto #area-13-tip { top: px; left: px; }*/

/*#kyoto #area-14-tip { top: px; left: px; }*/

/*#kyoto #area-15-tip { top: px; left: px; }*/

/*#kyoto #area-16-tip { top: px; left: px; }*/

/*#kyoto #area-17-tip { top: px; left: px; }*/

/*#kyoto #area-18-tip { top: px; left: px; }*/

/*#kyoto #area-19-tip { top: px; left: px; }*/

/*#kyoto #area-20-tip { top: px; left: px; }*/

/*#kyoto #area-21-tip { top: px; left: px; }*/

/* shiga */

#shiga #area-1-tip {
  top: 300px;
  left: 120px;
}

#shiga #area-2-tip {
  top: 450px;
  left: 180px;
}

#shiga #area-3-tip {
  top: 460px;
  left: 230px;
}

#shiga #area-4-tip {
  top: 460px;
  left: 230px;
}

#shiga #area-5-tip {
  top: 460px;
  left: 230px;
}

/*#shiga #area-6-tip { top: px; left: px; }*/

/*#shiga #area-7-tip { top: px; left: px; }*/

#shiga #area-8-tip {
  top: 480px;
  left: 400px;
}

/*#shiga #area-9-tip { top: px; left: px; }*/

/*#shiga #area-10-tip { top: px; left: px; }*/

/*#shiga #area-11-tip { top: px; left: px; }*/

/*#shiga #area-12-tip { top: px; left: px; }*/

/*#shiga #area-13-tip { top: px; left: px; }*/

/*#shiga #area-14-tip { top: px; left: px; }*/

/*#shiga #area-15-tip { top: px; left: px; }*/

/*#shiga #area-16-tip { top: px; left: px; }*/

/* osaka */

#osaka #area-1-tip {
  top: 240px;
  left: 340px;
}

#osaka #area-2-tip {
  top: 180px;
  left: 290px;
}

#osaka #area-3-tip {
  top: 120px;
  left: 260px;
}

#osaka #area-4-tip {
  top: 70px;
  left: 300px;
}

#osaka #area-5-tip {
  top: 50px;
  left: 390px;
}

#osaka #area-6-tip {
  top: 480px;
  left: 350px;
}

#osaka #area-7-tip {
  top: 250px;
  left: 400px;
}

#osaka #area-8-tip {
  top: 120px;
  left: 290px;
}

#osaka #area-9-tip {
  top: 360px;
  left: 420px;
}

/*#osaka #area-10-tip { top: px; left: px; }*/

/*#osaka #area-11-tip { top: px; left: px; }*/

/*#osaka #area-12-tip { top: px; left: px; }*/

/*#osaka #area-13-tip { top: px; left: px; }*/

/*#osaka #area-14-tip { top: px; left: px; }*/

/*#osaka #area-15-tip { top: px; left: px; }*/

#osaka #area-16-tip {
  top: 150px;
  left: 460px;
}

/*#osaka #area-17-tip { top: px; left: px; }*/

/*#osaka #area-18-tip { top: px; left: px; }*/

/*#osaka #area-19-tip { top: px; left: px; }*/

/*#osaka #area-20-tip { top: px; left: px; }*/

/*#osaka #area-21-tip { top: px; left: px; }*/

/*#osaka #area-22-tip { top: px; left: px; }*/

/*#osaka #area-23-tip { top: px; left: px; }*/

/*#osaka #area-24-tip { top: px; left: px; }*/

/*#osaka #area-25-tip { top: px; left: px; }*/

/*#osaka #area-26-tip { top: px; left: px; }*/

/*#osaka #area-27-tip { top: px; left: px; }*/

/*#osaka #area-28-tip { top: px; left: px; }*/

/*#osaka #area-29-tip { top: px; left: px; }*/

/*#osaka #area-30-tip { top: px; left: px; }*/

/*#osaka #area-31-tip { top: px; left: px; }*/

/*#osaka #area-32-tip { top: px; left: px; }*/

/*#osaka #area-33-tip { top: px; left: px; }*/

#osaka #area-34-tip {
  top: 570px;
  left: 120px;
}

/*#osaka #area-35-tip { top: px; left: px; }*/

/*#osaka #area-36-tip { top: px; left: px; }*/

/*#osaka #area-37-tip { top: px; left: px; }*/

/*#osaka #area-38-tip { top: px; left: px; }*/

/* kanagawa */

#kanagawa #area-1-tip {
  top: 90px;
  left: 468px;
}

#kanagawa #area-2-tip {
  top: 250px;
  left: 430px;
}

#kanagawa #area-3-tip {
  top: 50px;
  left: 470px;
}

#kanagawa #area-4-tip {
  top: 200px;
  left: 380px;
}

#kanagawa #area-5-tip {
  top: 190px;
  left: 250px;
}

#kanagawa #area-6-tip {
  top: 290px;
  left: 470px;
}

#kanagawa #area-7-tip {
  top: 230px;
  left: 350px;
}

#kanagawa #area-8-tip {
  top: 230px;
  left: 270px;
}

#kanagawa #area-9-tip {
  top: 160px;
  left: 330px;
}

#kanagawa #area-10-tip {
  top: 50px;
  left: 260px;
}

#kanagawa #area-11-tip {
  top: 300px;
  left: 530px;
}

#kanagawa #area-12-tip {
  top: 159px;
  left: 330px;
}

#kanagawa #area-13-tip {
  top: 125px;
  left: 350px;
}

#kanagawa #area-14-tip {
  top: 115px;
  left: 300px;
}

#kanagawa #area-15-tip {
  top: 170px;
  left: 199px;
}

#kanagawa #area-16-tip {
  top: 260px;
  left: 260px;
}

#kanagawa #area-17-tip {
  top: 280px;
  left: 187px;
}

#kanagawa #area-18-tip {
  top: 250px;
  left: 200px;
}

#kanagawa #area-19-tip {
  top: 380px;
  left: 510px;
}

#kanagawa #area-20-tip {
  top: 355px;
  left: 430px;
}

#kanagawa #area-21-tip {
  top: 270px;
  left: 300px;
}

#kanagawa #area-22-tip {
  top: 110px;
  left: 335px;
}

#kanagawa #area-23-tip {
  top: 145px;
  left: 230px;
}

/*#kanagawa #area-24-tip { top: px; left: px; }*/

/*#kanagawa #area-25-tip { top: px; left: px; }*/

/* chiba */

#chiba #area-1-tip {
  top: 225px;
  left: 190px;
}

#chiba #area-2-tip {
  top: 164px;
  left: 156px;
}

#chiba #area-3-tip {
  top: 310px;
  left: 226px;
}

#chiba #area-4-tip {
  top: 20px;
  left: 46px;
}

#chiba #area-5-tip {
  top: 100px;
  left: 298px;
}

#chiba #area-6-tip {
  top: 130px;
  left: 220px;
}

#chiba #area-7-tip {
  top: 140px;
  left: 153px;
}

#chiba #area-8-tip {
  top: 87px;
  left: 110px;
}

#chiba #area-9-tip {
  top: 172px;
  left: 176px;
}

#chiba #area-10-tip {
  top: 174px;
  left: 105px;
}

#chiba #area-11-tip {
  top: 216px;
  left: 154px;
}

#chiba #area-12-tip {
  top: 180px;
  left: 235px;
}

#chiba #area-13-tip {
  top: 235px;
  left: 68px;
}

#chiba #area-14-tip {
  top: 130px;
  left: 85px;
}

#chiba #area-15-tip {
  top: 209px;
  left: 217px;
}

#chiba #area-16-tip {
  top: 422px;
  left: 148px;
}

#chiba #area-17-tip {
  top: 173px;
  left: 292px;
}

#chiba #area-18-tip {
  top: 175px;
  left: 256px;
}

#chiba #area-19-tip {
  top: 394px;
  left: 242px;
}

/*#chiba #area-20-tip { top: 110px; left: 430px; }*/

/*#chiba #area-21-tip { top: 110px; left: 430px; }*/

#chiba #area-22-tip {
  top: 390px;
  left: 180px;
}

/*#chiba #area-23-tip { top: 500px; left: 150px; }*/

/*#chiba #area-24-tip { top: 220px; left: 130px; }*/

/*#chiba #area-25-tip { top: 180px; left: 300px; }*/

/*#chiba #area-26-tip { top: 430px; left: 310px; }*/

/*#chiba #area-27-tip { top: 260px; left: 390px; }*/

/*#chiba #area-28-tip { top: px; left: px; }*/

/*#chiba #area-29-tip { top: px; left: px; }*/

/*#chiba #area-30-tip { top: px; left: px; }*/

/*#chiba #area-31-tip { top: px; left: px; }*/

/*#chiba #area-32-tip { top: px; left: px; }*/

#chiba #area-33-tip {
  top: 495px;
  left: 105px;
}

/*#chiba #area-34-tip { top: px; left: px; }*/

/*#chiba #area-35-tip { top: px; left: px; }*/

#chiba #area-36-tip {
  top: 95px;
  left: 430px;
}

#chiba #area-37-tip {
  top: 245px;
  left: 325px;
}

/*#chiba #area-38-tip { top: px; left: px; }*/

/*#chiba #area-39-tip { top: px; left: px; }*/

#chiba #area-40-tip {
  top: 150px;
  left: 330px;
}

#chiba #area-41-tip {
  top: 250px;
  left: 360px;
}

/*#chiba #area-41-tip { top: 270px; left: 330px; }*/

/*#chiba #area-42-tip { top: px; left: px; }*/

/*#chiba #area-43-tip { top: px; left: px; }*/

/* saitama */

#saitama #area-1-tip {
  top: 200px;
  left: 470px;
}

#saitama #area-2-tip {
  top: 200px;
  left: 370px;
}

#saitama #area-3-tip {
  top: 250px;
  left: 515px;
}

#saitama #area-4-tip {
  top: 190px;
  left: 530px;
}

#saitama #area-5-tip {
  top: 280px;
  left: 450px;
}

#saitama #area-6-tip {
  top: 270px;
  left: 450px;
}

#saitama #area-7-tip {
  top: 140px;
  left: 520px;
}

#saitama #area-8-tip {
  top: 160px;
  left: 450px;
}

#saitama #area-9-tip {
  top: 105px;
  left: 320px;
}

#saitama #area-10-tip {
  top: 270px;
  left: 480px;
}

#saitama #area-11-tip {
  top: 225px;
  left: 335px;
}

#saitama #area-12-tip {
  top: 260px;
  left: 470px;
}

#saitama #area-13-tip {
  top: 250px;
  left: 450px;
}

#saitama #area-14-tip {
  top: 140px;
  left: 450px;
}

#saitama #area-15-tip {
  top: 260px;
  left: 520px;
}

#saitama #area-16-tip {
  top: 190px;
  left: 520px;
}

#saitama #area-17-tip {
  top: 210px;
  left: 350px;
}

#saitama #area-18-tip {
  top: 210px;
  left: 520px;
}

#saitama #area-19-tip {
  top: 20px;
  left: 460px;
}

/*#saitama #area-20-tip { top: 290px; left: 465px; }*/

#saitama #area-21-tip {
  top: 120px;
  left: 280px;
}

/*#saitama #area-22-tip { top: px; left: px; }*/

#saitama #area-23-tip {
  top: 135px;
  left: 35px;
}

#saitama #area-24-tip {
  top: 280px;
  left: 360px;
}

/*#saitama #area-25-tip { top: 200px; left: 230px; }*/

/*#saitama #area-26-tip { top: px; left: px; }*/

/*#saitama #area-27-tip { top: 75px; left: 240px; }*/

/*#saitama #area-28-tip { top: px; left: px; }*/

/*#saitama #area-29-tip { top: 30px; left: 260px; }*/

#saitama #area-30-tip {
  top: 250px;
  left: 540px;
}

/*#saitama #area-31-tip { top: px; left: px; }*/

#saitama #area-32-tip {
  top: 265px;
  left: 300px;
}

/*#saitama #area-33-tip { top: px; left: px; }*/

/*#saitama #area-34-tip { top: px; left: px; }*/

#saitama #area-35-tip {
  top: 250px;
  left: 550px;
}

/*#saitama #area-36-tip { top: px; left: px; }*/

/*#saitama #area-37-tip { top: px; left: px; }*/

/*#saitama #area-38-tip { top: px; left: px; }*/

/*#saitama #area-39-tip { top: 190px; left: 320px; }*/

/*#saitama #area-40-tip { top: px; left: px; }*/

/*#saitama #area-41-tip { top: px; left: px; }*/

#saitama #area-42-tip {
  top: 150px;
  left: 475px;
}

#saitama #area-43-tip {
  top: 260px;
  left: 405px;
}

#saitama #area-44-tip {
  top: 160px;
  left: 320px;
}

/*#saitama #area-45-tip { top: 150px; left: 170px; }*/

/*#saitama #area-46-tip { top: 80px; left: 210px; }*/

/*#saitama #area-47-tip { top: 70px; left: 230px; }*/

/*#saitama #area-48-tip { top: px; left: px; }*/

.inner-wrap .number {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  font-family: 'Noto Serif JP', serif;
}

.inner-wrap .number span {
  font-size: 32px;
  color: #8c5483;
  margin-right: 6px;
}

.inner-wrap ul {
  padding: 0 20px;
}

.inner-wrap li {
  width: 196px;
  font-size: 16px;
  border-bottom: solid 1px #424242;
  padding: 3px 0;
  margin-right: 20px;
  position: relative;
}

.inner-wrap li:nth-child(3n) {
  margin-right: 0;
}

.inner-wrap li:nth-child(-n + 3) {
  border-top: solid 1px #424242;
}

.inner-wrap li span.no-right {
  float: right;
}

.inner-wrap li label {
  cursor: pointer;
}

.inner-wrap .btn {
  text-align: center;
  margin-top: 20px;
}

.ranking-block h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 2px #000;
  padding-bottom: 12px;
  font-family: 'Noto Serif JP', serif;
}

.ranking-block li {
  padding: 15px 0;
  border-bottom: solid 1px #ccc;
}

.ranking-block .no {
  width: 100px;
  float: left;
  padding-top: 20px;
}

.ranking-block p.city {
  margin-top: 8px;
  font-size: 1.5rem;
  font-weight: normal;
}

.ranking-block .img {
  width: 150px;
  float: right;
}

.ranking-block h3 {
  font-size: 16px;
  font-weight: bold;
  color: #414141;
  margin-top: 10px;
}

.ranking-block .btn {
  text-align: right;
  margin-top: 10px;
}

.map-block label.checkbox input {
  position: absolute;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.map-block label.checkbox input + .check {
  position: absolute;
  display: inline-block;
  background: url(/assets/img/search/bg_check.png) 0 0 no-repeat;
  width: 150px;
  height: 21px;
  left: 10px;
  top: 50%;
  margin: -10px 0 0 -10px;
  padding: 0;
}

.map-block label.checkbox input.checked + .check {
  background: rgba(0, 0, 0, 0) url(/assets/img/search/bg_check_on.png) no-repeat scroll 0 0;
}

.map-block label.checkbox .check {
  padding-left: 25px !important;
}

.city-list {
  margin: 60px auto 60px;
}

.city-list li {
  width: 160px;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}

.city-list li a {
  font-size: 14px;
}

.city-list li span {
  font-size: 14px;
  color: #999;
  vertical-align: middle;
}

.city-list ul {
  border-top: solid 1px #ccc;
  position: relative;
}

.city-list ul:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 970px;
  height: 1px;
  background: #ccc;
}

.bottom-text-block {
  margin: 0 auto 15px;
}

.bottom-text-block dt {
  font-size: 14px;
  font-weight: bold;
  margin: 36px 0 20px;
}

/* search list
----------------------------------------------------------- */

/* page-search
=========================== */

.page-search {
  background: url(/assets/img/search/bg_list.png) repeat;
}

.list-search {
  background: url(/assets/img/search/bg_list_search.png) 0 0 no-repeat;
}

.list-search li,
.list-search li a {
  width: 323px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
}

.list-search li:nth-child(2),
.list-search li:nth-child(2) a {
  width: 324px;
}

.list-search li span {
  height: 30px;
  line-height: 30px;
  display: block;
  color: #000;
  font-weight: bold;
}

.list-search li a:hover,
.list-search li.current a {
  color: #fff;
  text-decoration: none;
  background: url(/assets/img/search/bg_list_on.png) repeat;
}

/* search-prefectures
=========================== */

.search-prefectures {
  margin-bottom: 60px;
  background-color: #fff;
}

.search-prefectures .first-block {
  border: solid 2px #999;
  border-bottom: none;
}

.search-prefectures .first-block.bottom-line {
  border-bottom: solid 2px #999;
}

.search-prefectures .first-block p {
  display: inline-block;
  vertical-align: middle;
  width: 136px;
  background-color: #999;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.search-prefectures .first-block p:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -52px;
  width: 20px;
  height: 66px;
  border: 33px solid transparent;
  border-left: 20px solid #999;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.search-prefectures .first-block.tab-wrap {
  background: #eeeeee;
}

.search-prefectures .first-block.tab-wrap p {
  display: inline-block;
  vertical-align: middle;
  width: 136px;
  background-color: inherit;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  position: relative;
}

.search-prefectures .first-block.tab-wrap p:after {
  display: none;
}

.search-prefectures .first-block.tab-wrap ul {
  display: inline-block;
  vertical-align: middle;
  width: 780px;
  margin: 0 0 0 40px;
  background-color: inherit;
  padding: 15px 0;
  box-sizing: border-box;
}

.search-prefectures .first-block.tab-wrap ul.tab-swich > li {
  position: relative;
  padding: 0;
  box-sizing: border-box;
}

.search-prefectures .first-block.tab-wrap ul.tab-swich > li span {
  position: relative;
  font-size: 1.4rem;
  padding: 5px 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.search-prefectures .first-block.tab-wrap ul.tab-swich > li span.current {
  background: #8d5583;
  color: #fff;
  font-weight: bold;
}

.search-prefectures .first-block.tab-wrap #tab-wrap-contents {
  display: block;
  vertical-align: middle;
  width: 790px;
  margin: 0 0 0 176px;
  background-color: inherit;
  padding: 0 0;
  box-sizing: border-box;
}

.search-prefectures .first-block.tab-wrap #tab-wrap-contents ul {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .search-prefectures {
    margin-bottom: 30px;
  }

  .search-prefectures .first-block.tab-wrap ul.tab-swich > li span {
    padding: 5px 5px;
  }
  .search-prefectures .first-block.tab-wrap p {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
  }
  .search-prefectures .first-block.sp-bottom-line {
    border-bottom: solid 2px #999;
  }
  .search-prefectures .first-block.tab-wrap #tab-wrap-contents {
    width: auto;
    margin: 0;
  }
  .search-prefectures .first-block.tab-wrap ul {
    width: 100%;
    margin: 0;
    padding: 15px 0;
  }
  .search-prefectures .first-block.tab-wrap li {
    width: 33.3333%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .search-prefectures .first-block.tab-wrap ul.tab-swich > li span {
    width: 100%;
    display: inline-block;
  }
  .search-prefectures .first-block.tab-wrap li:before {
    content: "";
    display: none;
  }
  .search-prefectures .first-block.tab-wrap li {
    padding: 5px 5px;
  }
  .search-prefectures .first-block.tab-wrap #tab1 li,
  .search-prefectures .first-block.tab-wrap #tab2 li,
  .search-prefectures .first-block.tab-wrap #tab3 li,
  .search-prefectures .first-block.tab-wrap #tab4 li,
  .search-prefectures .first-block.tab-wrap #tab5 li,
  .search-prefectures .first-block.tab-wrap #tab6 li,
  .search-prefectures .first-block.tab-wrap #tab7 li,
  .search-prefectures .first-block.tab-wrap #tab8 li {
    width: 33.33333%;
    text-align: center;
  }
  .search-prefectures-sp {
    padding: 10px;
  }
  .search-prefectures-sp > dl {
    border-top: 1px solid #999999;
  }
  .search-prefectures-ad > dt {
    padding: 10px 0;
  }
  .search-prefectures-ad dt > span {
    background: url(/assets/img/search/ranking/icon.png) no-repeat right center;
    background-size: 7px auto;
    padding-right: 1em;
  }
  .search-prefectures-sp > dl > dd {
    padding: 10px 10px 1px 10px;
    background: #ebebeb;
    display: none;
  }
  .search-prefectures-ad dt > span {
    background: url(/assets/img/search/ranking/icon.png) no-repeat right center;
    background-size: 7px auto;
    padding-right: 1em;
  }
  .search-prefectures-ad dt.open > span {
    background: url(/assets/img/search/ranking/icon_op.png) no-repeat right center;
    background-size: 7px auto;
    padding-right: 1em;
  }
  .search-prefectures-swich {
    margin-bottom: 10px;
  }
  .search-prefectures-swich dt {
    background: url(/assets/img/top/acodion_icon.png) no-repeat right 15px top 50% #fff;
    background-size: 10px 10px;
    padding: 10px;
    display: block;
  }
  .search-prefectures-swich dt.open {
    background: url(/assets/img/top/acodion_icon_op.png) no-repeat right 15px top 50% #fff;
    background-size: 10px 10px;
  }
  .search-prefectures-swich li {
    position: relative;
    padding: 0 5px !important;
    box-sizing: border-box;
  }
  .search-prefectures-swich dd {
    background: #ddd;
    padding: 10px;
    display: none;
  }
  .search-prefectures-swich dd ul {
    background: #ddd !important;
    padding: 0 !important;
  }
  .search-prefectures-swich dd ul li:first-child:before,
  .search-prefectures-swich dd ul li:before {
    content: "";
    left: 7px !important;
  }
}

.search-prefectures .first-block ul {
  display: inline-block;
  vertical-align: middle;
  width: 780px;
  margin: 0 0 0 40px;
  background-color: #fff;
  padding: 15px 0;
  box-sizing: border-box;
}

.search-prefectures .first-block li {
  position: relative;
  padding: 5px 24px;
  box-sizing: border-box;
  font-size: 1.4rem;
}

.search-prefectures .first-block li.current {
  background: #8d5583;
}

.search-prefectures .first-block li.current a {
  color: #fff;
  font-weight: bold;
}

.search-prefectures .first-block li.current a:hover {
  text-decoration: none;
}

.search-prefectures .first-block li:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #eee;
}

.search-prefectures .first-block li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 20px;
  /*background-color: #eee;*/
}

.search-prefectures .first-block li.current:after {
  background-color: #8d5583;
}

.search-prefectures .bottom-block {
  border: solid 2px #999;
  background-color: #eee;
}

.search-prefectures .bottom-block li {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.search-prefectures .bottom-block li a {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}

.search-prefectures .bottom-block li a span {
  position: relative;
}

.search-prefectures .bottom-block li a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: -20px;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-left: 7px solid #3a3c3f;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.search-prefectures .bottom-block li:first-child {
  border-right: solid 2px #999;
}

/* search-features
=========================== */

.search-features {
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 30px;
}

.search-features .title {
  border-bottom: 1px solid #ccc;
  height: 55px;
  line-height: 55px;
  background-color: #e5e5e3;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: 'Noto Serif JP', serif;
}

.add-features {
  position: absolute;
  top: 9px;
  right: 20px;
}

.current-features {
  padding: 20px;
  background-color: #fff;
}

.current-features span {
  margin-right: 15px;
}

.current-features span:first-child:before {
  content: "◆";
  font-size: 11px;
  font-size: 1.1rem;
  margin-right: 2px;
}
body#search.list .current-features span:before {
  content: "◆";
  font-size: 11px;
  font-size: 1.1rem;
  margin-right: 2px;
}

/* pop-up */

.white-popup-block {
  background-color: #fffced;
  padding: 40px;
  /*  max-width: 465px;
margin: 0 auto;
*/
  font-size: 14px;
  font-size: 1.4rem;
}

#add-features .title {
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #888062;
}

.check-list {
  margin-bottom: 50px;
}

.check-list li {
  float: left;
  width: 20%;
}

#add-features .btn-01 {
  width: 245px;
  margin: 0 auto;
}

.btn-submit-wrap {
  text-align: center;
}

/* result-number
=========================== */

.result-number {
  padding-bottom: 10px;
  position: relative;
  /* display: table;
  width: 100%; */
}

.result-number .flag {
  position: relative;
  display: table-cell;
  background: url(/assets/img/search/icn_check.png) 12px center no-repeat;
  background-color: #8d8567;
  color: #fff;
  width: 160px;
  padding: 10px 15px 10px 40px;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.result-number .flag:after {
  border-top: 10px solid #ccc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-color: #8d8567;
  border-bottom-width: 0;
  bottom: -10px;
  content: "";
  display: block;
  left: 15px;
  position: absolute;
  width: 0;
}

.result-number .number {
  display: table-cell;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: bottom;
  padding-left: 15px;
  position: absolute;
  top: 10px;
  left: 160px;
  line-height: 1.4em;
}

.result-number .number span {
  color: #6c9246;
  font-weight: bold;
  padding-right: 10px;
  font-size: 30px;
  font-size: 3rem;
}

.paging-area {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}

.paging-area .paging {
  display: table-cell;
  padding-right: 20px;
}

.paging-area .paging span {
  margin: 0 7px;
}

.paging-area .paging a {
  color: #414141;
  text-decoration: underline;
  margin: 0 7px;
}

.paging-area .paging a:hover {
  text-decoration: none;
}

.paging-area .paging .prev,
.paging-area .paging .next {
  border: 1px solid #999999;
  padding: 3px 20px;
  text-decoration: none;
}

.paging-area .paging .prev {
  margin-right: 7px;
}

.paging-area .paging .next {
  margin-left: 7px;
}

.paging-area .paging .prev:hover,
.paging-area .paging .next:hover {
  text-decoration: underline;
}

.paging-area .number-current {
  display: table-cell;
}

/* facility-box
=========================== */

.facility-box {
  border-top: 1px solid #888062;
  padding: 20px 0;
  display: table;
  width: 100%;
}

.facility-detail-wrap {
  display: table-cell;
  width: 900px;
  padding-left: 30px;
}

.facility-img {
  float: right;
}

.facility-img .rank {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px 5px 8px 8px;
  line-height: 1.2;
  color: #bf7800;
  background-color: #fff;
  box-shadow: 0 0 0 1px #c07901 inset, 0 0 0 2px #d5a555 inset;
}

.facility-img .rank span {
  font-family: 'Noto Serif JP', serif;
}

.facility-img .rank span.number {
  vertical-align: bottom;
  line-height: 20px;
  padding-left: 22px;
  margin: 0 2px 0 5px;
  font-size: 20px;
  font-size: 2rem;
  background: url(/assets/img/search/icn_rank02.png) 0 50% no-repeat;
}

.rank01 .facility-img .rank {
  color: #fff;
  background-color: #c9a800;
  box-shadow: 0 0 0 1px #c9a800 inset, 0 0 0 2px rgba(255, 255, 255, 0.3) inset;
}

.rank01 .facility-img .rank span.number {
  background: url(/assets/img/search/icn_rank01.png) 0 50% no-repeat;
}

.rank02 .facility-img .rank {
  color: #fff;
  background-color: #878787;
  box-shadow: 0 0 0 1px #878787 inset, 0 0 0 2px rgba(255, 255, 255, 0.3) inset;
}

.rank02 .facility-img .rank span.number {
  background: url(/assets/img/search/icn_rank01.png) 0 50% no-repeat;
}

.rank03 .facility-img .rank {
  color: #fff;
  background-color: #a55957;
  box-shadow: 0 0 0 1px #a55957 inset, 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
}

.rank03 .facility-img .rank span.number {
  background: url(/assets/img/search/icn_rank01.png) 0 50% no-repeat;
}

.rank04 .facility-img .rank {
  color: #bf7800;
  background-color: #fff;
  box-shadow: 0 0 0 1px #c07901 inset, 0 0 0 2px #d5a555 inset;
}

.rank04 .facility-img .rank span.number {
  background: url(/assets/img/search/icn_rank02.png) 0 50% no-repeat;
}

.facility-detail {
  float: left;
  width: 560px;
}

.facility-detail h3.catch {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  width: 460px;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
  color: #958467;
  margin-bottom: 15px;
  font-weight: bold;
  /*font-family: 'Noto Serif JP', serif;*/
}

.facility-type {
  margin-bottom: 10px;
}

.facility-type span {
  color: #fff;
  padding: 2px 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
  font-weight: bold;
  display: inline-block;
}

.facility-type .type01 {
  background-color: #4f8691;
}

.facility-type .type02 {
  background-color: #72583b;
}

.facility-type .type03 {
  background-color: #b5514d;
}

.facility-type .type04 {
  background-color: #764e85;
}

.facility-type .type05 {
  background-color: #fff;
  color: #82547d;
  border: 1px solid #82547d;
}

.facility-type .type06 {
  background-color: #fff;
  color: #6c9246;
  border: 1px solid #6c9246;
}

.facility-type .area {
  border: 1px solid #676759;
  color: #676759;
  background-color: #fff;
}

.facility-detail .facility-title {
  display: inline-block;
  vertical-align: middle;
  width: 420px;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
}

.bottom-list-btn {
  text-align: right;
}

.ranking-title .facility-title {
  margin: 0 !important;
}

.facility-box.new .facility-title:after {
  display: inline-block;
  vertical-align: middle;
  content: "NEW";
  height: 16px;
  line-height: 16px;
  background-color: #fff;
  border: 2px solid #d80000;
  margin: -5px 0 0 10px;
  padding: 0 5px;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: #d80000;
}

.facility-detail dt {
  font-weight: bold;
  float: left;
}

.facility-detail dd {
  float: left;
}

.facility-detail .list-facility {
  padding-top: 15px;
}

.facility-detail .list-facility li {
  float: left;
  margin-right: 3px;
  border: 2px solid #c4bfae;
  padding: 0 0 0 0;
  color: #7b7659;
  text-align: center;
  width: 48px;
  height: 48px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 5px 1px #c4bfae;
  /* Safari, Chrome用 */
  -moz-box-shadow: inset 0px 0px 5px 1px #c4bfae;
  /* Firefox用 */
  box-shadow: inset 0px 0px 5px 1px #c4bfae;
  /* CSS3 */
  box-sizing: border-box;
}

.facility-detail .list-facility li span {
  display: table-cell;
  vertical-align: middle;
  width: 48px;
  height: 48px;
}

.facility-result-area {
  background-color: #888062;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 500;
}

.facility-result-area > div {
  display: table;
  width: 970px;
  margin: auto;
  box-sizing: border-box;
  padding: 20px;
}

.facility-result {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

.facility-result span {
  font-size: 24px;
  font-size: 2.4rem;
}

.facility-result-submit {
  display: table-cell;
}

.facility-result-submit .btn-02 {
  width: 715px;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.facility-result-submit .btn-02 span {
  background: url(/assets/img/search/icn_check.png) 0 50% no-repeat;
  padding-left: 30px;
}

.facility-box label.checkbox input[type="checkbox"] {
  position: absolute;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.facility-box label.checkbox input[type="checkbox"] + .check {
  position: absolute;
  display: block;
  background: url(/assets/img/search/bg_check.png) 0 0 no-repeat;
  width: 20px;
  height: 21px;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  padding: 0;
}

.facility-box label.checkbox {
  display: table-cell;
  text-align: center;
  width: 40px;
  vertical-align: middle;
  position: relative;
  background-color: #c4bfae;
}

.facility-box label.checkbox.checked {
  background-color: #8d8567;
}

.check-list label.checkbox input[type="checkbox"].checked + .check,
.facility-box label.checkbox input[type="checkbox"].checked + .check {
  background: url(/assets/img/search/bg_check_on.png) 0 0 no-repeat;
}

.facility-box label.checkbox {
  cursor: pointer;
}

.check-list label.checkbox {
  text-align: left;
  cursor: pointer;
}

.bg-bk-area-wrap {
  /*border: solid 5px #737272;*/
  padding: 5px;
  border: solid 1px #000;
}

.bg-bk-area {
  border: solid 1px #000;
  padding: 25px 30px;
  color: #fff;
  /*background: #737272;*/
  background: none;
}

.bg-bk-area dt {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.bg-bk-area dd {
  font-size: 16px;
  color: #000;
}

.continuation-link {
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 50px;
  /*margin-top: 10px;*/
}

.continuation-link.last {
  border-bottom: none;
  /*padding-bottom: 15px;*/
  margin-bottom: 50px;
  margin-top: 10px;
}

.continuation-link p {
  text-align: right;
  font-weight: bold;
}

.continuation-link.last {
  padding-bottom: 15px;
  border-bottom: none;
  margin-bottom: 0;
}

/* search detail
----------------------------------------------------------- */

/* page-search
=========================== */

.detail-contents a {
  text-decoration: underline;
}

.detail-contents a:hover {
  text-decoration: none !important;
}

.detail-contents .section-inner {
  width: 970px;
}

.detail-contents .facility-header .section-inner {
  width: 1060px;
}

.detail .facility-type span,
.facility-type.report-icon span {
  font-size: 14px;
  font-size: 1.4rem;
}

.facility-title {
  font-family: 'Noto Serif JP', serif;
  color: #000;
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 15px;
  font-weight: normal;
}

.facility-img {
  position: relative;
  margin-bottom: 15px;
  padding-top: 42px;
}

.facility-detail + .facility-img {
  width: 260px;
}

.facility-img img {
  width: 100%;
  height: auto;
}

.detail .facility-img {
  padding-top: 0;
  float: none;
}

.facility-img .facility-reservation {
  position: absolute;
  top: 20px;
  right: 20px;
}

.facility-img .facility-reservation .title img {
  width: 176px;
  height: auto;
}

.facility-img .facility-reservation .inner {
  width: 250px;
}

.facility-reservation {
  border: 10px solid rgba(255, 255, 255, 0.7);
}

.facility-reservation .inner {
  background-color: #fff;
  border: 1px solid #a0977a;
  padding: 20px 20px 15px;
  text-align: center;
}

.facility-img .facility-reservation p {
  font-size: 12px;
  font-size: 1.2rem;
}

.facility-img .facility-reservation .title {
  font-family: 'Noto Serif JP', serif;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.9rem;
}

.facility-reservation .phone span {
  /*color: #c9a655;*/
  font-size: 28px;
  padding-left: 40px;
  background: url(/assets/img/search/icn_tel02.png) 0 50% no-repeat;
  line-height: 1.2;
}

.facility-img .facility-reservation .btn-05 {
  width: 240px;
  margin: 0 auto;
  padding: 10px 0;
}

.facility-img .facility-reservation .btn-05 img {
  width: auto;
  height: 25px;
}

.page-anchor {
  display: table;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid #383838;
}

.page-anchor li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #aaa;
}

.page-anchor li a {
  /*  padding: 0 40px; */
  padding: 0 0;
  position: relative;
}

.page-anchor li a:hover span {
  text-decoration: underline;
}

.page-anchor li a .arrow {
  padding: 0 16px;
}

.page-anchor li:first-child {
  border-left: 1px solid #aaa;
}

.facility-info {
  padding: 50px 0 40px;
  border-bottom: 3px solid #f8f5e6;
  font-size: 16px;
  font-size: 1.6rem;
}

.section-inner.report h3,
.facility-info h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-size: 3rem;
  color: #8d5583;
  line-height: 1.2;
  margin-bottom: 15px;
}

.section-inner.report h3 {
  color: #000;
}

.section-inner.report h4,
.facility-info h4 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: normal;
}

.section-inner.report .koueimds,
.facility-info .koueimds {
  color: #333;
  border-bottom: 2px solid #999;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
}

.section-inner.report p,
.facility-info p {
  margin-bottom: 1.5em;
}

.section-inner.report .list1 li,
.facility-info .list1 li,
.list1 li {
  padding-left: 1em;
  text-indent: -1em;
}

.section-inner.report .list1 li {
  font-size: 16px;
  font-size: 1.6rem;
}

.section-inner.report .list1 li:before,
.facility-info .list1 li:before,
.list1 li:before {
  content: "・";
}

.img-box {
  width: 340px;
  float: right;
  padding: 0 0 20px 50px;
}

.img-box img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.img-box span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.facility-photo {
  border-bottom: 3px solid #f8f5e6;
  padding: 60px 0 0;
  background: url(/assets/img/search/bg_photo.png) #fcfbf7 center top no-repeat;
}

.list-photo li {
  width: 470px;
  float: left;
  margin-bottom: 30px;
}

.list-photo li:nth-child(odd) {
  margin-right: 30px;
}

.list-photo li p {
  padding-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.facility-news {
  border-bottom: 3px solid #f8f5e6;
  padding: 60px 0 40px;
}

.facility-news h3 {
  margin-bottom: 0;
}

.list-news {
  margin-bottom: 15px;
}

.list-news {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.list-news:first-child {
  padding-top: 0;
}

.list-news .news-body {
  font-size: 16px;
  font-size: 1.6rem;
}

.list-news .news-body a {
  text-decoration: underline;
}

.list-news .news-body a:hover {
  text-decoration: none;
}

.list-news img {
  float: right;
  width: 340px;
  height: auto;
  padding: 0 0 10px 40px;
}

.list-news dt {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 20px;
  font-size: 2rem;
  color: #8d5583;
  font-weight: bold;
}

.list-news dt:first-child {
  margin-top: 0;
}

.list-news dd {
  margin-top: 8px;
}

.list-news .news-date {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.facility-news .arrow {
  text-align: right;
}

.facility-feature {
  padding: 50px 0 60px;
  border-bottom: 3px solid #f8f5e6;
  background-color: #fffbf7;
  font-size: 16px;
  font-size: 1.6rem;
}

.list-feature {
  margin-bottom: 20px;
  background: url(/assets/img/search/bg_line02.png) top left repeat-y;
}

.list-feature li {
  float: left;
  width: 323px;
  padding: 20px;
  box-sizing: border-box;
  background: url(/assets/img/search/bg_line.png) right bottom no-repeat;
}

.list-feature li:nth-child(1),
.list-feature li:nth-child(2),
.list-feature li:nth-child(3) {
  background: url(/assets/img/search/bg_line02.png) TOP left repeat-x, url(/assets/img/search/bg_line.png) right bottom no-repeat;
}

.list-feature li dt {
  height: 60px;
  padding-left: 0;
  color: #8c5483;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
}

.list-feature li dt span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px !important;
}

.list-feature li dt span:first-child {
  padding-left: 0 !important;
}

.list-feature li dt img {
  vertical-align: middle;
  display: inline-block;
}

.list-feature li dd {
  padding-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.list-feature li dl.feature01 dt {
  /*background: url(/assets/img/search/icn_feature01.png) 0 0 no-repeat;*/
}

.list-feature li dl.feature02 dt {
  /*background: url(/assets/img/search/icn_feature02.png) 0 0 no-repeat;*/
}

.list-feature li dl.feature03 dt {
  /*background: url(/assets/img/search/icn_feature03.png) 0 0 no-repeat;*/
}

.list-feature li dl.feature04 dt {
  /*background: url(/assets/img/search/icn_feature04.png) 0 0 no-repeat;*/
}

.list-feature li dl.feature05 dt {
  /*background: url(/assets/img/search/icn_feature05.png) 0 0 no-repeat;*/
}

.facility-price {
  padding: 55px 0;
  border-bottom: 3px solid #f8f5e6;
  background-color: #fffced;
}

.list-price {
  margin-bottom: 10px;
}

.list-price li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.list-price dl {
  position: relative;
  display: table;
  width: 100%;
}

.list-price dt {
  position: relative;
  display: table-cell;
  min-width: 170px;
  padding: 0 30px 0 20px;
  background: url(/assets/img/search/bg_flag.png) #a0977a right center no-repeat;
  color: #fcfaf7;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
  box-sizing: border-box;
}

.list-price dd {
  float: right;
  display: table-cell;
  width: 640px;
  vertical-align: middle;
}

.list-price dd p {
  display: table-cell;
  vertical-align: middle;
}

.list-price div {
  margin-top: 15px;
}

.list-price div dl {
  display: inline-block;
  width: 330px;
}

.list-price div dt {
  display: inline-block;
  min-width: 0;
  padding: 0 10px;
  text-align: center;
  background: #a0977a;
  color: #fcfaf7;
  font-size: 18px;
  font-size: 1.8rem;
}

.list-price div dd {
  float: none;
  display: inline-block;
  width: auto;
}

.list-price div dd strong {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

.list-price .price {
  width: 340px;
  font-size: 18px;
  font-size: 1.8rem;
}

.list-price .price span {
  font-size: 40px;
  font-size: 4rem;
  padding: 0 5px 0 25px;
}

.list-price .price span:first-child {
  padding-left: 0;
}

.list-price .notes {
  width: 300px;
}

.facility-tomb {
  padding: 50px 0;
  border-bottom: 3px solid #f8f5e6;
  background-color: #fcfbf7;
}

.detail-contents .facility-tomb .section-inner {
  width: 972px;
}

.list-tomb-gallery {
}

.list-tomb-gallery li {
  float: left;
}

.list-tomb-gallery li img {
  max-height: 243px;
  max-width: 243px;
  height: auto;
  width: auto;
}

.list-tomb-gallery li a {
  display: block;
  position: relative;
}

.list-tomb-gallery li a:after {
  content: url(/assets/img/search/icn_expand.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
}

.facility-access {
  padding: 50px 0;
  background-color: #fffced;
}

.facility-access table {
  border-top: 1px solid #ccc;
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}

.facility-access th {
  width: 300px;
  padding: 15px 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.facility-access td {
  padding: 15px 30px;
  border-bottom: 1px solid #ccc;
}

.facility-access .map {
  width: 560px;
  float: left;
}

.facility-access .map .googlemap {
  margin-bottom: 15px;
  height: 340px;
}

.facility-access .map .btn-06 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

.facility-access .direction {
  width: 350px;
  float: right;
}

.facility-access .direction dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #8d5583;
  margin-bottom: 10px;
}

.facility-access .direction dd {
  margin-bottom: 30px;
}

.facility-contact {
  background: url(/assets/img/search/bg_contact.jpg) center top no-repeat;
  background-size: cover;
  height: 275px;
}

.facility-reservation-wrap {
  display: table-cell;
  height: 275px;
  vertical-align: middle;
}

.detail-contents .facility-contact .section-inner {
  display: table;
}

.facility-contact .facility-reservation .inner {
  background-color: #fcfbf7;
  border: 1px solid #a0977a;
  padding: 25px 40px 15px 50px;
  text-align: center;
}

.facility-contact .facility-reservation .title {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.1rem;
}

.facility-contact .facility-reservation .phone span {
  color: #c9a655;
  font-size: 44px;
  padding-left: 60px;
  background: url(/assets/img/search/icn_tel.png) 0 50% no-repeat;
  line-height: 1.2;
  white-space: nowrap;
}

.title-phone {
  float: left;
  width: 375px;
}

.btn-reservation {
  float: right;
  width: 380px;
  padding-top: 15px;
}

.btn-reservation .btn-05 {
  width: 100%;
  padding: 20px 0;
  border-radius: 5px;
  box-shadow: 0 8px 0 #6c4265;
}

.facility-relative {
  padding: 60px 0 30px;
}

.detail-contents .facility-relative a {
  text-decoration: none !important;
}

.detail-contents .facility-relative a:hover {
  text-decoration: underline !important;
}

.facility-relative h3 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.list-reraltive {
  margin-bottom: 20px;
}

.list-reraltive li {
  float: left;
  width: 220px;
  margin-left: 30px;
}

.list-reraltive li:first-child {
  margin-left: 0;
}

.list-reraltive li img {
  margin-bottom: 15px;
  width: 220px;
  height: auto;
}

.link-relative div {
  width: 470px;
}

.link-relative div.blocks {
  width: 300px;
  float: left;
  margin-right: 35px;
}

.link-relative div.blocks:last-child {
  margin-right: 0;
}

.link-relative div .title {
  color: #000;
  border-bottom: 1px solid #a0977a;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.link-relative div .title img {
  vertical-align: top;
}

.link-relative .btn-06 {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.link-relative .btn-07 {
  width: 100%;
  display: block;
  color: inherit;
}

.detail .mfp-gallery .mfp-image-holder .mfp-figure {
  background-color: #fff;
  padding: 50px;
}

.detail img.mfp-img {
  padding: 0;
}

.detail .mfp-bottom-bar {
  background-color: #fff;
}

.detail .mfp-title {
  text-align: left;
  line-height: 18px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #41463f;
  word-wrap: break-word;
  padding: 25px 0;
  margin: 0 50px;
}

.detail .mfp-counter {
  right: 50px;
}

.detail .mfp-image-holder .mfp-close,
.detail .mfp-iframe-holder .mfp-close {
  color: #000;
  right: 0;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.detail .mfp-arrow-left {
  background: url(/assets/img/search/btn_prev.png) 0 0 no-repeat;
  width: 70px;
  height: 70px;
  left: 50%;
  margin: -35px 0 0 -350px;
  opacity: 1;
}

.detail .mfp-arrow-right {
  background: url(/assets/img/search/btn_next.png) 0 0 no-repeat;
  width: 70px;
  height: 70px;
  right: 50%;
  margin: -35px -350px 0 0;
  opacity: 1;
}

.detail .mfp-arrow-left:before,
.detail .mfp-arrow-left:after,
.detail .mfp-arrow-right:before,
.detail .mfp-arrow-right:after {
  display: none;
}

body.news .news-contents .section-inner {
  border-top: 2px solid #333;
  margin-top: 30px;
}

body.news .news-contents .section-inner:last-child {
  margin-top: 0;
  border: none;
}

body.info.news .paging-area {
  padding: 0 0 35px;
  border-bottom: solid 1px #ccc;
}

/* Category
================================================== */

body.category .area-block-wrap {
  width: 470px;
  /*height: 535px;*/
  border: solid 1px #8e5683;
  background: #fff;
  padding: 4px;
  margin-right: 30px;
  margin-bottom: 30px;
}

body.category .area-block-wrap:nth-child(2n) {
  margin-right: 0;
}

body.category .area-block-wrap:nth-child(n + 7) {
  margin-bottom: 60px;
}

body.category .area-block-wrap .area-block {
  border: solid 1px #8e5683;
  background: #fff;
  padding: 25px 0 0;
  height: 100%;
  box-sizing: border-box;
}

body.category .area-block-wrap .area-block h3 {
  text-align: center;
  margin: 0 0 30px;
}

body.category .area-block-wrap .area-block h3 a {
  font-size: 24px;
  font-weight: bold;
  color: #8e5683;
  text-align: center;
  text-decoration: underline;
  font-family: 'Noto Serif JP', serif;
}

body.category .area-block-wrap .area-block h3 a:hover {
  text-decoration: none;
}

body.category .area-block h3 span {
  position: relative;
}

body.category .area-block-wrap .area-block h4 {
  text-align: left;
  color: #fff;
  margin: 0 0 10px;
  background: #895081;
  padding: 10px;
}

body.category .area-block-wrap .area-block h5 {
  text-align: left;
  color: #895081;
  margin: 30px 0 10px;
  border: solid 2px #895081;
  padding: 5px 10px;
}

body.category .area-block-wrap li:first-child {
  margin-left: 0;
}

body.category .area-block-wrap li {
  position: relative;
  padding-left: 0;
  margin-right: 15px;
  margin-left: 0 !important;
  color: #bbb;
}

.inline_area {
  padding-top: 44px;
  font-size: 1.4rem;
}

.inline_area .inline_area-wrap {
  background: #fff;
  padding: 20px;
}

.inline_area .mfp-close {
  top: 0;
  background: #fff;
}

.inline_area h5 {
  text-align: center;
  color: #fff;
  margin: 0 0 10px;
  background: #895081;
  padding: 10px;
}

.inline_area ul {
  margin: 40px 0 20px;
}

.inline_area li {
  margin-right: 15px;
}

.acodionmenu-list > li > ul {
  display: none;
}

.acodionmenu-list {
  position: relative;
}

.acodionmenu-list > li {
  overflow: visible;
  display: block;
}

.acodionmenu-list > li > ul {
  position: relative;
  top: 0;
  left: 0;
  width: 408px;
  background: #f3edf2;
  padding: 10px 10px 10px 20px;
}

.acodionmenu-list > li > ul:nth-child(1) {
  left: 0;
}

.acodionmenu-list > li > ul:nth-child(2) {
  left: 0;
}

.acodionmenu-list > li > ul:nth-child(3) {
  left: 0;
}

.acodionmenu-list > li > ul:nth-child(4) {
  left: 0;
}

.acodionmenu-list > li > ul:nth-child(5) {
  left: 0;
}

.acodionmenu-list > li > ul:nth-child(6) {
  left: 0;
}

.acodionmenu-list > li > ul:nth-child(7) {
  left: 0;
}

.acodionmenu-list > li > ul:nth-child(8) {
  left: 0;
}

@media screen and (max-width: 767px) {
  .acodionmenu-list > li > ul {
    width: auto;
    background: #f3edf2;
    padding: 5px 5px 5px 10px;
  }
  .inline_area .inline_area-wrap {
    padding: 10px;
    font-size: 18px;
  }
  .inline_area ul {
    margin: 20px 0 10px;
  }
}

/*body.category .area-block h3 span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #8e5683;
}*/

body.category .area-block .img img {
  width: 100%;
  height: auto;
}

body.category .area-block .lead {
  line-height: 1.6;
  font-size: 15px;
  margin: 0 0 25px 0;
}

body.category .area-block .inner-block {
  padding: 20px 25px;
}

body.category .area-block table th,
body.category .area-block table td {
  border-bottom: solid 1px #ccc;
  padding: 8px 10px;
}

body.category .area-block table tr:first-child th,
body.category .area-block table tr:first-child td {
  border-top: solid 1px #ccc;
}

body.category .area-block table th {
  font-size: 16px;
  font-weight: bold;
  color: #8e5683;
  width: 85px;
}

body.category .area-block li {
  position: relative;
  padding-left: 0;
  margin-left: 15px;
  color: #bbb;
}

body.category .area-block li:before {
  margin-left: 10px;
  left: -10px;
}

body.category .area-block li:first-child {
  margin-left: 0;
}

body.category .area-block a {
  color: #0000cd;
  text-decoration: underline;
}

body.category .area-block .style-01:before {
  border-left-color: #0000cd;
}

body.category .area-block a:hover {
  text-decoration: none;
}

body.category .area-block .text-right {
  text-align: right;
  margin-top: 5px;
}

body.category .area-block .line-bottom {
  border-bottom: solid 1px #ccc;
  padding: 8px 0;
}

body.category .area-block .line-bottom li:before {
  left: -10px;
}

body.category .area-block .line-top {
  border-top: solid 1px #ccc;
}

body.category .area-block .line-bottom li {
  width: 25%;
  margin: 0;
}

body.category .area-block-wrap-2 {
  width: 470px;
  border: solid 1px #8e5683;
  background: #fff url(../img/search/category/bg-img-1.png) 0 15px no-repeat;
  padding: 4px;
  margin-right: 30px;
  margin-bottom: 30px;
}

body.category .area-block-wrap-2 .area-block li {
  position: relative;
  padding-left: 0;
  margin-left: 10px;
  color: #bbb;
}

body.category .area-block-wrap-2 th {
  width: 30px;
}

body.category .area-block-wrap-2:nth-child(2n) {
  margin-right: 0;
}

body.category .area-block-wrap-2:nth-child(n + 7) {
  margin-bottom: 60px;
}

body.category .area-block-wrap-2 .area-block {
  border: solid 1px #8e5683;
  padding: 25px 0 0;
  height: 100%;
  box-sizing: border-box;
}

body.category .area-block-wrap-2 .area-block h3 {
  font-size: 24px;
  font-weight: bold;
  color: #8e5683;
  text-align: center;
  margin: 0 0 10px;
  font-family: 'Noto Serif JP', serif;
}

body.category .area-block-wrap-2 .area-block h3 span:after {
  display: none;
}

body.category .public-layout-01 {
  margin-bottom: 40px;
}

body.category .public-layout-01 .text-block {
  width: 580px;
  float: left;
}

body.category .public-layout-01 .img-block {
  width: 340px;
  float: right;
}

body.category .public-layout-01 .text-block .text {
  font-size: 16px;
  margin-bottom: 20px;
}

body.category .public-layout-01 .text-block .text-02 {
  font-size: 14px;
}

body.category .public-layout-02 {
  border: solid 3px #c8a553;
  padding: 40px 40px 10px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

body.category .public-layout-02 h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 30px;
}

body.category .public-list-wrap .public-list {
  margin-bottom: 40px;
}

body.category .public-list-wrap .public-list li {
  width: 10em;
}

body.category .public-list-wrap .public-list dt {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  background: #c5a14f;
  padding: 5px;
}

body.category .public-list-wrap .public-list dd {
  background: #f8f1d9;
  padding: 20px;
  font-size: 16.5px;
}

body.category .public-list-wrap h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 20px;
}

body.category .public-layout-02 table th,
body.category .public-layout-02 table td {
  padding: 10px 10px 0 10px;
  border-bottom: solid 1px #ccc;
  text-align: left;
}

body.category .public-layout-02 table tr:first-child th,
body.category .public-layout-02 table tr:first-child td {
  border-top: solid 1px #ccc;
}

body.category .public-layout-02 table tr:last-child th,
body.category .public-layout-02 table tr:last-child td {
  border-bottom: none;
}

body.category .public-layout-02 table th {
  width: 90px;
  font-size: 16px;
  font-weight: bold;
  color: #8d5583;
}

body.category .public-list-wrap table th {
  width: 120px;
  font-size: 16px;
  font-weight: bold;
  color: #232320;
}

@media screen and (max-width: 767px) {
  body.category .public-list-wrap .public-list {
    margin-bottom: 20px;
  }
  body.category .public-list-wrap .public-list dt {
    font-size: 16px;
    padding: 5px;
  }
  body.category .public-list-wrap .public-list dd {
    background: #f8f1d9;
    padding: 5px;
    font-size: 14px;
  }
  body.category .public-list-wrap .public-list li {
    width: auto;
    text-align: center;
  }
  body.category .public-list-wrap h4 {
    border-bottom: solid 1px #ccc;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  body.category .public-list-wrap.public-list-wrap table tr {
    display: block;
  }
  body.category .public-layout-02.public-list-wrap table tr:first-child th,
  body.category .public-layout-02.public-list-wrap table tr:first-child td {
    border-top: none !important;
  }
  body.category .public-layout-02.public-list-wrap table th,
  body.category .public-layout-02.public-list-wrap table td {
    display: list-item;
    width: 100%;
    list-style: none;
    border-bottom: none;
    text-align: left;
  }
  body.category .public-layout-02.public-list-wrap table td {
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px 0;
  }
  body.category .public-layout-02.public-list-wrap table td li {
    font-size: 14px;
  }
  body.category .public-list-wrap.public-list-wrap table th {
    display: list-item;
    width: 100%;
    text-align: center;
    border-top: none;
  }
  body.category .public-layout-02 table td li {
    margin-bottom: 0 !important;
  }
}

body.category .public-layout-02 table td li {
  margin-right: 10px;
  margin-bottom: 10px;
}

body.category .public-layout-02 .right-link {
  text-align: right;
  margin-top: 10px;
}

body.category .public-layout-03 {
  margin-bottom: 40px;
}

body.category .public-layout-03 .list-wrap {
  border: solid 4px #999;
  margin-bottom: 15px;
}

body.category .public-layout-03 .list-wrap ol {
  padding: 30px 30px 20px;
}

body.category .public-layout-03 .list-wrap li {
  width: 220px;
  margin-right: 70px;
}

body.category .public-layout-03 .list-wrap li:last-child {
  margin-right: 0;
}

body.category .public-layout-03 .list-wrap h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 15px;
}

body.category .public-layout-03 .list-wrap h4 span {
  display: inline-block;
  vertical-align: middle;
}

body.category .public-layout-03 .list-wrap h4 span.no {
  font-size: 30px;
  margin-right: 10px;
}

body.category .public-layout-03 .list-wrap .top-ol {
  background: url(/assets/img/search/category/public/bg-top-ol.png) right 0 no-repeat;
  border-bottom: solid 1px #ccc;
}

body.category .public-layout-03 .list-wrap .bottom-ol {
  text-align: right;
  background: url(/assets/img/search/category/public/bg-bottom-ol.png) 0 0 no-repeat;
}

body.category .public-layout-03 .list-wrap .bottom-ol h4,
body.category .public-layout-03 .list-wrap .bottom-ol p {
  text-align: left;
}

body.category .public-layout-03 .list-wrap .bottom-ol li:nth-child(1),
body.category .public-layout-03 .list-wrap .bottom-ol li:nth-child(2) {
  margin-top: -25px;
}

body.category .public-layout-03 .list-wrap .bottom-ol h4 span.pdt {
  padding-top: 25px;
  line-height: 1.4;
}

body.category .public-layout-03 .list-wrap .text {
  margin-bottom: 15px;
}

body.category .public-layout-03 .list-wrap .text a {
  text-decoration: underline;
}

body.category .public-layout-03 .list-wrap .text a:hover {
  text-decoration: none;
}

body.category.public #main {
  padding-bottom: 0;
}

.btn a.btn-06 {
  color: #fff;
  font-size: 1.4rem;
}

/* Shindan
================================================== */

body.shindan .shindan-block-wrap {
  border: solid 5px #404040;
  padding: 2px;
  margin: 0 0 50px 0;
}

body.shindan .shindan-block {
  border: solid 1px #404040;
  padding: 0;
}

body.shindan .shindan-block .img img {
  width: 100%;
  height: auto;
}

body.shindan .text-area {
  padding: 40px 50px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
}

body.shindan .text-area .btn {
  margin: 40px 0 0 0;
  text-align: center;
}

body.shindan .question-block-wrap {
  border: solid 5px #404040;
  padding: 2px;
  margin-bottom: 60px;
}

body.shindan .question-block {
  border: solid 1px #404040;
  padding: 0;
}

body.shindan .question-block .title-box {
  text-align: center;
  padding: 20px 20px 25px;
  border-bottom: solid 5px #404040;
  background: #fff;
}

body.shindan .question-block .title-box p.title {
  border: solid 1px #404040;
  display: inline-block;
  padding: 2px 25px;
  font-size: 20px;
  font-weight: bold;
  color: #404040;
  margin-bottom: 20px;
}

body.shindan .question-block .title-box h3 {
  font-size: 32px;
  font-weight: bold;
  color: #3f3f3f;
  line-height: 1.4 !important;
}

body.shindan .question-block .body-box {
  padding: 60px;
  text-align: center;
}

body.shindan .question-block .body-box li:first-child {
  margin-right: 60px;
}

body.shindan .knowledge-block {
  border: solid 5px #c9a655;
  padding: 30px 50px;
  margin-bottom: 60px;
}

body.shindan .knowledge-block dl {
  display: table;
  width: 100%;
}

body.shindan .knowledge-block dt {
  display: table-cell;
  width: 180px;
  vertical-align: middle;
}

body.shindan .knowledge-block dd {
  display: table-cell;
  padding-left: 60px;
  font-size: 16px;
  vertical-align: middle;
}

body.shindan .bg-wh-area {
  margin: 0 0 -40px;
}

body.index .bg-wh-area {
  box-shadow: none;
}

body.shindan .question-block.answer .title-box h3 {
  font-size: 40px;
  font-weight: bold;
  color: #8c5483;
  margin-bottom: 0;
  display: inline-block;
  margin-top: 5px;
}

body.shindan .question-block.answer .title-box h3 span,
body.shindan .question-block.answer .title-box p {
  font-size: 20px;
  font-weight: normal;
  color: #333;
}

body.shindan .question-block.answer .title-box p.title {
  margin-bottom: 10px;
}

body.shindan .question-block.answer .title-box p.bottom-text {
  display: inline-block;
  margin-right: -60px;
}

body.shindan .question-block.answer .body-box {
  padding: 30px;
  text-align: left;
}

body.shindan .question-block.answer .body-box .lead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

body.shindan .question-block.answer .body-box .line-block {
  margin-top: 0px;
  margin-bottom: 20px;
}

body.shindan .question-block.answer .body-box .lead span {
  color: #8c5483;
}

body.shindan .question-block.answer .body-box .close-title {
  color: #8c5584;
  font-size: 22px;
  border-bottom: 1px solid #8c5584;
  display: block;
  margin: 30px 0 15px;
}

body.shindan .question-block.answer .body-box .text-main {
  font-size: 16px;
  margin-bottom: 20px;
}

body.shindan .question-block.answer .body-box table {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin-bottom: 10px;
  table-layout: fixed;
}

body.shindan .question-block.answer .body-box table th,
body.shindan .question-block.answer .body-box table td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: center;
  vertical-align: top;
  padding: 10px;
}

body.shindan .question-block.answer .body-box table th {
  font-size: 16px;
  font-weight: normal;
  background: #e8dde6;
}

body.shindan .question-block.answer .body-box table td dl {
  padding: 10px 0;
}

body.shindan .question-block.answer .body-box table td dt {
  font-size: 24px;
  font-weight: bold;
  color: #8c5383;
  margin-bottom: 10px;
}

body.shindan .question-block.answer .body-box table td dd {
  text-align: left;
  padding: 0 10px;
}

body.shindan .question-block.answer .body-box .img-right {
  float: right;
  margin: 0 0 20px 80px;
}

body.shindan .cemetery-list {
  margin-top: 30px;
}

body.shindan .cemetery-list > p:last-child {
  margin-bottom: 40px;
}

body.shindan .cemetery-list li {
  width: 303px;
  margin-right: 30px;
  margin-bottom: 30px;
}

body.shindan .cemetery-list li:nth-child(3n) {
  margin-right: 0;
}

body.shindan .cemetery-list li:nth-child(n + 3) {
  margin-bottom: 20px;
}

body.shindan .cemetery-list li .img {
  margin-bottom: 15px;
}

body.shindan .cemetery-list li .img img {
  width: 303px !important;
  height: auto;
}

body.shindan .cemetery-list li a {
  font-size: 18px;
  text-decoration: underline;
}

body.shindan .cemetery-list li a:hover {
  text-decoration: none;
}

body.shindan .line-block {
  border-top: solid 1px #ccc;
  padding-top: 20px;
  margin-top: 10px;
  text-align: right;
  margin-bottom: 40px;
}

body.shindan h4.sub-title {
  font-size: 22px;
  font-weight: bold;
  background: #333;
  color: #fff;
  padding: 15px 15px;
  box-sizing: border-box;
  margin: 30px 0 15px;
}

body.shindan .text-main.pdg {
  padding-top: 20px;
}

body.shindan .left-box {
  float: left;
  width: 400px;
}

body.shindan .left-box img {
  width: 100%;
  height: auto;
}

body.shindan .right-box {
  float: right;
  width: 460px;
}

body.shindan .text-right {
  text-align: right;
}

body.shindan .img-box-s {
  margin: 20px 0 10px;
}

body.shindan .img-box-s > div {
  float: left;
  width: 48%;
}

body.shindan .img-box-s > div:first-child {
  margin-right: 4%;
}

body.shindan .img-box-s > div img {
  width: 100%;
  height: auto;
}

body.shindan .text-01 {
  margin-bottom: 10px;
  font-weight: bold;
}

body.shindan .text-02 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

body.shindan .title-pp {
  font-size: 28px;
  font-weight: bold;
  color: #8c5584;
  margin-bottom: 10px;
  margin-left: -14px;
}

body.shindan .title-pp2 {
  font-size: 28px;
  font-weight: bold;
  margin: 30px 0 20px;
}

body.shindan .repair-and-clinic-area {
  width: 100%;
  padding: 0 0;
}

body.shindan .repair-and-clinic-area a.link-text {
  text-decoration: underline;
}

body.shindan .repair-and-clinic-area a.link-text:hover {
  text-decoration: none;
}

body.shindan .repair-and-clinic-area > div > div {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ddd;
}

body.shindan .repair-and-clinic-area > div > div + div {
  border-left: none;
}

body.shindan .repair-and-clinic-area h2 {
  margin-bottom: 20px;
  margin-left: 15px;
}

body.shindan .repair-block {
  margin-right: 0 !important;
  position: relative;
}

body.shindan .repair-and-clinic-area .img-box {
  margin: 0 0 15px;
}

body.shindan .repair-block .img-box {
  margin-top: -6px;
}

body.shindan .clinic-block .img-box,
body.shindan .repair-block .img-box {
  float: none;
}

body.shindan .repair-and-clinic-area .lead {
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 0 10px;
  margin: 0 0 40px;
}

body.shindan .repair-and-clinic-area .btn {
  text-align: center;
}

body.shindan .repair-and-clinic-area .btn a {
  -webkit-display: inline-block;
  -ms-display: inline-block;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #a0977a;
  padding: 6px 20px 6px 15px;
  border-radius: 4px;
  position: relative;
}

body.shindan .repair-and-clinic-area .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 4px;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body.shindan .repair-and-clinic-area .btn a:hover {
  text-decoration: none;
}

body.shindan .clinic-block {
  margin-bottom: 40px;
}

body.shindan .btn-pdg {
  text-align: center !important;
  margin: 0 auto !important;
  display: block !important;
}

body.shindan .btn-pdg a {
  color: #fff;
  font-weight: bold;
}

/* avoidfailure
================================================== */

body.avoidfailure #container {
  font-size: 16px;
}

body.avoidfailure .lead {
  font-size: 16px;
  color: #404040;
  margin: 0 0 40px 0;
}

body.avoidfailure h4.title-04 {
  font-size: 20px;
  font-weight: bold;
  color: #86527f;
  margin: 0 0 16px;
}

body.avoidfailure .layout-01 {
  margin: 0 auto 54px;
}

body.avoidfailure .layout-01 .left-block {
  width: 471px;
  float: left;
}

body.avoidfailure .layout-01 .right-block {
  width: 471px;
  float: right;
}

body.avoidfailure .text-wrap-01 .lead-02 {
  margin: 0 0 25px;
}

body.avoidfailure .text-wrap-01 .indent {
  margin: 0 0 30px;
}

body.avoidfailure .text-wrap-01 .bg-bk-area-wrap {
  margin: 0 0 35px;
}

body.avoidfailure .text-wrap-02 .balloon {
  background: #383838;
  padding: 10px 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  float: none;
  width: auto;
}

body.avoidfailure .text-wrap-02 .balloon p {
  color: #fff;
  font-weight: bold;
}

body.avoidfailure .text-wrap-02 .balloon:before {
  position: absolute;
  top: 45px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #383838 transparent transparent transparent;
}

body.avoidfailure .text-wrap-02 .balloon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  width: 0;
  height: 0;
  z-index: 1;
}

body.avoidfailure .text-wrap-02 li {
  border-bottom: solid 1px #ccc;
  padding: 30px 0 40px;
}

body.avoidfailure .text-wrap-02 li:first-child {
  border-top: solid 1px #ccc;
}

body.avoidfailure .text-wrap-02 li dt {
  font-size: 20px;
  font-weight: bold;
  color: #8c5483;
  margin-bottom: 20px;
}

body.avoidfailure .layout-02 {
  padding: 50px 0;
}

body.avoidfailure .layout-02 .left-block {
  width: 400px;
  float: left;
}

body.avoidfailure .layout-02 .right-block {
  width: 520px;
  float: right;
  padding-top: 60px;
}

body.avoidfailure .layout-02 .right-block .bg-gld {
  padding: 4px;
  background: url(../img/search/avoidfailure/bg-1.png) center center no-repeat;
}

body.avoidfailure .layout-02 .right-block .bg-gld p {
  border: solid 1px #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

body.avoidfailure .list-wrap-01 {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

body.avoidfailure .list-wrap-01 li {
  width: 323px;
  padding: 30px;
  box-sizing: border-box;
  border-right: solid 1px #ccc;
}

body.avoidfailure .list-wrap-01 li > h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}

body.avoidfailure .list-wrap-01 li > p {
  font-size: 14px;
  margin-bottom: 20px;
}

body.avoidfailure .list-wrap-01 li > p a {
  text-decoration: underline;
}

body.avoidfailure .list-wrap-01 li > p a:hover {
  text-decoration: none;
}

body.avoidfailure .contact-area {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  height: 250px;
  box-sizing: border-box;
  margin-top: 60px;
}

body.avoidfailure .contact-area .section-inner {
  position: relative;
  height: 250px;
  padding-top: 40px;
  box-sizing: border-box;
}

body.avoidfailure .contact-area .text-box {
  width: 460px;
  margin: 0 auto;
  text-align: center;
}

body.avoidfailure .contact-area h3 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
}

body.avoidfailure .contact-area .info {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

body.avoidfailure .contact-area .img {
  position: absolute;
  bottom: 0;
  right: 0;
}

body.avoidfailure .btn-06 {
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

/* info
================================================== */

body.info .title-01 {
  margin-top: 45px;
}

body.info .search-info-list a {
  text-decoration: underline;
}

body.info .search-info-list a:hover {
  text-decoration: none;
}

body.info .search-info-list > li {
  padding: 30px 0;
  border-bottom: solid 1px #ccc;
}

body.info .search-info-list > li:first-child {
  border-top: solid 1px #ccc;
}

body.info .search-info-list > li h4,
body.info .search-info-list > li .title,
body.info .search-info-list > li .data {
  font-size: 16px;
  font-weight: bold;
  color: #8c5483;
  margin: 0 0 10px;
}

body.info .search-info-list > li h4 {
  margin: 0 0 5px;
}

body.info .search-info-list > li .title {
  font-size: 20px;
}

body.info .search-info-list > li .data {
  font-size: 14px;
  margin: 0 0 5px;
}

body.info .search-info-list > li .text-block.cs-float-left {
  float: left;
  width: 580px;
}

body.info .search-info-list > li .img-block {
  float: right;
  width: 340px;
  height: auto;
  padding: 0 0 10px 40px;
}

body.info .search-info-list > li .img-block img {
  width: 100%;
  height: auto;
}

body.info .search-info-list .table-block,
.section-inner.report .table-block {
  margin-top: 30px;
}

body.detail .table-block,
.section-inner.report .table-block {
  margin: 0 0 10px 0;
}

body.detail .table-block h5,
body.info .search-info-list .table-block h5,
.section-inner.report .table-block h5 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px;
}

.section-inner.report .table-block table,
body.detail .table-block table,
body.info .search-info-list .table-block table {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.section-inner.report .table-block table a,
body.detail .table-block table a,
body.info .search-info-list .table-block table a {
  text-decoration: underline;
}

.section-inner.report .table-block table a:hover,
body.detail .table-block table a:hover,
body.info .search-info-list .table-block table a:hover {
  text-decoration: none;
}

.section-inner.report .table-block th,
.section-inner.report .table-block td,
body.detail .table-block th,
body.detail .table-block td,
body.info .search-info-list .table-block th,
body.info .search-info-list .table-block td {
  font-size: 16px;
  padding: 12px 1px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: center;
}

.section-inner.report .table-block th,
body.detail .table-block th,
body.info .search-info-list .table-block th {
  background: #eee;
  font-weight: normal;
}

.section-inner.report .table-block td,
body.detail .table-block td,
body.info .search-info-list .table-block td {
  background: #fff;
}

/*
body.detail .table-block td:first-child,
body.info .search-info-list .table-block td:first-child {
  background: #f0f0e1;
}

body.detail .table-block td:nth-child(2),
body.info .search-info-list .table-block td:nth-child(2) {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
*/

.table-block .mds1 {
  background: #eee !important;
}

.table-block .mds2 {
  background: #f0f0e1 !important;
}

body.info .paging-area {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 22px;
  position: static;
  margin-top: 35px;
}

body.info .paging-area .paging {
  display: table-cell;
  padding-right: 0;
  display: inline-block;
}

body.info .paging-area .paging span {
  margin: 0 3px;
}

body.info .paging-area .paging a {
  color: #414141;
  text-decoration: underline;
}

body.info .paging-area .paging a:hover {
  text-decoration: none;
}

body.info .paging-area .paging .prev,
.paging-area .paging .next {
  border: 1px solid #999999;
  padding: 3px 20px;
  text-decoration: none;
}

body.info .paging-area .paging .prev {
  margin-right: 7px;
}

body.info .paging-area .paging .next {
  margin-left: 7px;
}

body.info .paging-area .paging .prev:hover,
.paging-area .paging .next:hover {
  text-decoration: underline;
}

body.info .paging-area .number-current {
  display: table-cell;
}

.endsale-text {
  margin: 40px auto 20px;
  width: 970px;
}

.endsale-text:nth-child(1) {
  margin: 40px auto 0 !important;
  width: 970px;
}

.endsale-text p {
  text-align: center;
  background: #cf0100;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .endsale-text {
    margin: 20px auto 20px;
    width: 100%;
  }
  .endsale-text:nth-child(1) {
    margin: 20px auto 0 !important;
    width: 100%;
  }
}

.point-wrap {
  overflow: hidden;
  margin-bottom: 1.5em;
}

.point-wrap .face-name {
  float: right;
  text-align: center;
}

.point-wrap .face-name dt {
  margin-bottom: 10px;
}

.point-wrap .face-name dt img {
  width: 130px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .point-wrap {
    /*display: none;*/
  }
}

.balloon {
  position: relative;
  display: inline-block;
  padding: 30px;
  width: 770px;
  color: #555;
  /*border: solid 1px #80517B;*/
  box-sizing: border-box;
  background: #f2e1e7;
  float: left;
  border-radius: 10px;
}

.balloon:after {
  content: "";
  position: absolute;
  top: 50px;
  right: -28px;
  background: url(../img/search/balloon_bg.png) no-repeat 0 0;
  width: 28px;
  height: 32px;
  z-index: 1;
}

.balloon dt {
  font-weight: bold;
  color: #82547d;
  font-size: 22px;
}

.pro-text {
  width: 100%;
  margin-top: 15px;
  clear: both;
  position: relative;
  display: inline-block;
  padding: 15px;
  color: #555;
  /*border: solid 1px #80517B;*/
  box-sizing: border-box;
  background: #f2e1e7;
  border-radius: 10px;
}

.pro-text dt {
  font-weight: bold;
  color: #82547d;
  font-size: 18px;
}

.pro-text dd {
  float: none;
}

.impressions-wrap {
  padding: 60px 0 0 0;
  margin: 80px auto 0 auto;
}

.impressions-wrap.top-line {
  border-top: 3px solid #f8f5e6;
  padding: 50px 0 60px;
  border-bottom: 3px solid #f8f5e6;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

.impressions-wrap.top-line h3.title-05 {
  text-align: center;
}

.impressions-wrap .voice-l {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 0;
}

.impressions-wrap .voice-r {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 0;
}

.impressions-wrap.top-line .voice-r {
  margin-top: 20px;
  margin-bottom: 0;
}

.impressions-wrap .title-06 {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  border-bottom: 1px solid #97876b;
  margin-top: 30px;
  margin-bottom: 0;
  color: #97876b;
  display: inline-block;
}

.impressions-wrap .title-06 a {
  color: #97876b;
}

.impressions-wrap .title-06 a:hover {
  color: #97876b;
  text-decoration: none;
}

.impressions-wrap .voice-l .balloon {
  position: relative;
  display: inline-block;
  padding: 20px;
  min-width: 860px;
  color: #555;
  /*border: solid 1px #80517B;*/
  box-sizing: border-box;
  background: #f2e1e7;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
}

.impressions-wrap .voice-l .balloon:after {
  content: "";
  position: absolute;
  top: 25px;
  right: -28px;
  background: url(../img/search/voice_bg_l.png) no-repeat 0 0;
  width: 28px;
  height: 32px;
  z-index: 1;
}

.impressions-wrap .voice-l .person {
  float: right;
}

.impressions-wrap .voice-r .person {
  float: left;
}

.impressions-wrap .voice-r .balloon {
  position: relative;
  display: inline-block;
  padding: 20px;
  min-width: 860px;
  color: #555;
  /*border: solid 1px #80517B;*/
  box-sizing: border-box;
  background: #f2e1e7;
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
}

.impressions-wrap .voice-r .balloon:after {
  content: "";
  position: absolute;
  top: 25px;
  left: -21px;
  background: url(../img/search/voice_bg_r.png) no-repeat 0 0;
  width: 28px;
  height: 32px;
  z-index: 1;
}

.top-report-wrap {
  border: 1px solid #9e977d;
  margin-bottom: 40px;
  background: #fff;
}

.top-report-wrap h4 {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  padding: 15px 10px 15px 60px;
  font-size: 26px;
  background: url(../img/search/report-icon.png) no-repeat 20px 12px #9e977d;
}

.top-report-wrap .wrap {
  padding: 20px 30px;
  overflow: hidden;
}

.top-report-wrap .wrap > p {
  float: left;
  margin-right: 20px;
}

.top-report-wrap .wrap > p img {
  width: 280px;
  height: auto;
}

.top-report-wrap .wrap dl {
  float: left;
  width: 608px;
}

.top-report-wrap .wrap dl dt {
  font-weight: bold;
  color: #9e977d;
  font-size: 19px;
  margin-bottom: 10px;
}

.top-report-wrap .wrap dl dd {
  font-size: 16px;
}

.top-report-wrap .wrap dl dd p.link {
  text-align: right;
  background: url(../img/search/report-link-icon.png) right center no-repeat;
  padding-right: 10px;
  font-weight: bold;
}

.slider-detail {
  position: relative;
  z-index: 9;
  width: 2820px;
  left: 50%;
  margin-left: -1410px;
}

.slider-top {
  height: 390px;
  overflow: hidden;
}

.slider-title span {
  font-size: 45px;
}

.slider-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #94608a transparent transparent transparent;
  z-index: 10;
}

.bx-wrapper .bx-controls-direction a {
  height: 40px;
  margin-top: -16px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 43%;
  width: 40px;
  z-index: 9999;
}

.bx-wrapper .bx-prev {
  background: url("../img/top/slider-arrow-prev.png") no-repeat 0 0;
  left: 32.6%;
}

.bx-wrapper .bx-next {
  background: url("../img/top/slider-arrow-next.png") no-repeat 0 0;
  right: 32.6%;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
  opacity: 0.8;
}

.bx-wrapper .bx-next:hover {
  background-position: 0 0;
  opacity: 0.8;
}

.bx-wrapper .bx-pager {
  color: #fbfbf7;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 4px;
  text-align: center;
}

.slider-sub p {
  padding: 10px 0;
  text-align: center;
}

#bx-pager {
  width: 970px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 60px;
}

#bx-pager div {
  width: 1000px;
}

#bx-pager a {
  float: left;
  display: block;
  width: 112px;
  margin: 0 10px 10px 0;
}

#bx-pager a {
  background: #000;
}

#bx-pager a img {
  width: 100%;
  height: auto;
  opacity: 0.7;
  border: 2px solid #fff;
  box-sizing: border-box;
}

#bx-pager a.active img {
  width: 100%;
  height: auto;
  opacity: 1;
  border: 2px solid #855780;
  box-sizing: border-box;
}

.facility-type span.data {
  color: inherit;
  padding: 2px 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  box-sizing: border-box;
  font-weight: bold;
  display: inline-block;
  float: right;
}

.section-inner.report .link-relative div {
  width: 470px;
  margin: 0 auto;
}

.report-kv {
  margin: 10px 0 40px;
}

.report-free {
  overflow: hidden;
}

.report-free img {
  /*	width: 400px;*/
  height: auto;
}

.report-free dl {
  float: left;
  width: 540px;
  font-size: 16px;
}

.report-free dl dt {
  font-family: 'Noto Serif JP', serif;
  font-size: 3rem;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}

.report-free p {
  font-size: 16px;
  font-size: 1.6rem;
  /*float: right;*/
}

.link-relative.report {
  overflow: hidden;
}

.link-relative.report div a.btn-06 {
  text-decoration: none !important;
}

.link-relative.report div a.btn-06:hover {
  text-decoration: underline !important;
}

.section-inner.report .report-title,
.report-title {
  border-bottom: 2px solid #e1e1db;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: none;
  padding-left: 0;
  line-height: 1.2;
}

.section-inner.report .title-01 {
  background: url(/assets/img/search/icn_title.png) left center no-repeat;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  padding-left: 25px;
  margin-bottom: 30px;
  color: #000;
}

/* search_pref
================================================== */

.ranking-block.pref-ranking-list {
  width: auto;
  float: none;
  margin: 60px 0 40px;
}

.ranking-block.pref-ranking-list.municipalities {
  margin-top: 60px;
}

.section-inner.lock {
  margin-bottom: 60px;
}

.ranking-block.pref-ranking-list.lock {
  margin-top: 60px;
}

.ranking-block.pref-ranking-list li {
  padding: 0 16px 0 0px;
  border-right: solid 1px #ccc;
  border-bottom: none;
  width: 230px;
  float: left;
  margin: 20px 16px 30px 0;
  box-sizing: border-box;
}

.ranking-block.pref-ranking-list li:last-child {
  padding: 0 0 0 0px;
  border-right: none;
  border-bottom: none;
  margin-right: 0;
}

.ranking-block.pref-ranking-list .img {
  width: 148px;
  float: right;
  padding-top: 0;
  margin-bottom: 10px;
}

.ranking-block.pref-ranking-list .no {
  width: 48px;
  float: left;
  padding-top: 0;
}

.ranking-block.pref-ranking-list .no img {
  height: 22px;
  width: auto;
}

.ranking-block.pref-ranking-list .img img {
  height: auto;
  width: 148px;
}

.map-block.pref-list {
  width: auto;
  float: none;
  background: #ecdfca;
}

.map-block.pref-list .map-wrap {
  background: #eadfcc;
  margin-bottom: 60px;
}

.map-block.pref-list .inner-wrap .number {
  padding-left: 55px;
  padding-top: 20px;
}

.map-block.pref-list .inner-wrap ul {
  padding: 0 55px;
}

.map-block.pref-list .inner-wrap li:nth-child(-n + 4) {
  border-top: solid 1px #424242;
}

.map-wrap .inner-wrap li:nth-child(3n) {
  margin-right: 20px;
}

.map-block.pref-list .inner-wrap li:nth-child(4n) {
  margin-right: 0;
}

.pref-wrap {
  padding: 27px 25px 20px;
  box-sizing: border-box;
  box-shadow: 0 0 0 4px #000 inset, 0 0 0 6px #fcfbf7 inset, 0 0 0 7px #000 inset;
  color: #000;
  background: #fff;
}

.pref-wrap dt {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.pref-wrap p {
  margin-bottom: 1em;
  font-size: 1.6rem;
}

.pref-wrap dl {
  margin-bottom: 1em;
}

.pref-wrap .photo {
  float: right;
  margin: 0 0 20px 20px;
}

.pref-wrap .photo {
  float: right;
  margin: 0 0 20px 20px;
}

.pref-wrap .btn {
  text-align: center;
}

.select-section {
  border-top: 3px solid #f8f5e6;
  padding: 0 0 40px;
  background: #fffced;
  font-size: 14px;
}

.impressions-section {
  border-top: 3px solid #f8f5e6;
  padding: 0 0 40px;
  background: #fff;
  font-size: 14px;
  margin: 0 0 60px;
}

.impressions-section .impressions-wrap {
  padding: 0 0 0 0;
  margin: 40px auto 0 auto;
}

.impressions-section .impressions-wrap.section-inner {
  width: 970px;
}

.sp-only-none {
  display: block;
}

.search_contents.line-block {
  padding: 0px 0;
  margin-bottom: 60px;
}

.list-search-pref-block {
  border: 4px solid #9e977d;
  padding: 25px;
  background: #fff;
}

.list-search-pref-block dl {
  overflow: hidden;
}

.list-search-pref-block dt.title-05 {
  border-bottom: none;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.list-search-pref-block dd .photo {
  float: right;
  margin: 0 0 20px 20px;
}

.list-search-pref-block dd p {
  margin-bottom: 1em;
  font-size: 1.6rem;
}

.list-search-pref-block-btn {
  overflow: hidden;
}

.list-search-pref-block-btn li {
  float: left;
  width: 290px;
  margin-right: 20px;
}

.list-search-pref-block-btn.set1 {
  text-align: center;
}

.list-search-pref-block-btn.set1 li {
  float: none;
  width: auto;
  margin-right: 0;
  display: inline-block;
}

.list-search-pref-block-btn li:last-child {
  margin-right: 0;
  margin-left: 0;
}

.list-search-pref-block-btn li .btn-07 {
  width: 100%;
  text-align: center;
  padding: 20px 25px 20px;
  color: #000;
  font-weight: bold;
}

.bg-box {
  background-color: #fffced;
  padding: 60px 0 20px;
}

.system-section {
  background-color: #fffced;
  padding: 60px 0;
}

.system-box {
  background: #fff;
}

.system-box.match {
  margin: 0 0 60px;
}

.system-box.system-box-prefectures {
  margin: 0 0 40px;
}

.system-inner {
  width: 970px;
  margin: 0 auto;
}

.system-wrap {
  border-top: 4px solid #935b82;
  background: #f6f5f3;
  padding: 32px 24px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 16%);
}

.system-img img {
  max-width: 100%;
  height: auto;
}

.system-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 0 0 30px 0;
}

.browsing-history .system-ttl span {
  /*padding-left: 40px;
  background: url(../img/top/icon-history.png) 0 50% no-repeat;*/
  background-size: 31px auto;
  font-family: 'Noto Serif JP', serif;
}
.system-box.browsing-history {
  margin-bottom: 60px;
}
.match .system-ttl span {
  /*padding-left: 40px;
  background: url(../img/top/new-grave-area-icon.png) 0 50% no-repeat;*/
  font-family: 'Noto Serif JP', serif;
}

.system-li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.system-li:before {
  content: "";
  display: block;
  width: 23.54%;
  order: 1;
}

.system-li:after {
  content: "";
  display: block;
  width: 23.54%;
}

.system-item {
  width: 23.54%;
}

.system-item a,
.popular-panel-item a {
  display: block;
  text-decoration: none;
}

#system-li .system-item a {
  text-decoration: none;
}

.system-item-ttl {
  font-size: 16px;
  color: #935b82;
  background: #fff;
  padding: 16px 8px 8px;
}

.system-location {
  font-size: 1.4rem;
  border-top: 1px solid #f6f5f3;
  background: #fff;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  body#search.list .page-search.pref {
    display: block;
  }
  .under-line {
    text-align: right;
  }
  .under-line span {
    text-decoration: underline;
    font-weight: bold;
  }
  .acodionspwrap.btn-wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .acodionspwrap.btn-wrap .acodion-btn {
    border: solid 1px #000;
    padding: 10px 25px 10px 25px;
    text-align: center;
    margin: 0 25px 0 25px;
    background: #fff;
  }
  .page-search .acodionmenu dd {
    width: auto;
    padding: 10px 10px;
    background: #fff;
  }
  .page-search .inner-wrap li {
    font-size: 18px;
    margin-right: 4%;
    padding: 10px 0;
    position: relative;
    width: 48%;
    line-height: 21px;
    float: left;
  }
  .page-search .inner-wrap li span {
    font-weight: normal;
    display: inline;
    text-align: left;
  }
  .page-search .inner-wrap li:nth-child(2),
  .page-search .inner-wrap li:nth-child(2) a {
    width: 48%;
  }
  .page-search .inner-wrap li:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .page-search .inner-wrap li:nth-child(3n) {
    margin-right: 0;
  }
  .page-search .inner-wrap label.checkbox .check {
    padding-left: 25px !important;
  }
  .page-search .panel-layout {
    font-weight: normal;
  }
  .page-search .inner-wrap li {
    font-size: 18px;
    margin-right: 4%;
    padding: 10px 0;
    position: relative;
    width: 48%;
    line-height: 21px;
  }
  .page-search .inner-wrap li span {
    margin: 0;
    padding: 0;
  }
  .page-search .inner-wrap .number span::before,
  .page-search .inner-wrap li span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pref-wrap .photo {
    float: none;
    margin: 0 0 20px 0;
  }
  .pref-wrap .photo img {
    width: 100%;
    height: auto;
  }
  .ranking-block.pref-ranking-list.municipalities {
    margin-top: 20px;
  }
  .ranking-block.pref-ranking-list li {
    padding: 15px 0;
    border-right: none;
    border-bottom: 1px solid #ccc;
    width: 48%;
    float: none;
    margin: 0;
  }
  .ranking-block.pref-ranking-list .no {
    width: auto;
    text-align: left;
    margin: 0 0 10px;
  }
  .ranking-block.pref-ranking-list .img {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .impressions-section {
    margin: 0 0 30px;
  }
  .impressions-section .impressions-wrap.section-inner {
    width: auto;
  }

  .bg-box {
    padding: 30px 0;
  }
}

.map-block.pref-list .map-wrap {
  margin-bottom: 30px;
}

.map-block.pref-list .inner-wrap .number {
  padding: 10px 24px 0;
}

.impressions-section .impressions-wrap {
  padding: 0 10px;
  margin: 40px auto 0 auto;
}

.impressions-section {
  padding: 0 0 0;
  background: #fff;
  font-size: 14px;
}

.acodionspwrap.open,
.sp-only-none {
  display: none;
}

.ranking-block.pref-ranking-list.lock {
  margin-top: 20px;
}

.list-search-pref-block {
  border: 4px solid #9e977d;
  padding: 15px;
  background: #fff;
}

.list-search-pref-block dl {
  overflow: hidden;
}

.list-search-pref-block dt.title-05 {
  border-bottom: none;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.list-search-pref-block dd .photo {
  /*float: none;
  margin: 0 0 20px 0;*/
}

.list-search-pref-block dd .photo img {
  width: 100%;
  height: auto;
}

.list-search-pref-block-btn li {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.list-search-pref-block-btn li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.list-search-pref-block-btn li .btn-07 {
  width: 100%;
  text-align: center;
  padding: 20px 25px 20px;
  color: #000;
  font-weight: bold;
}

/* SP Layout ******************************************************************************************* */

@media screen and (max-width: 767px) {
  /* search
  ================================================== */
  /*
  ----------------------------------------------------------- */
  .btn a.btn-06 {
    font-size: 16px;
  }
  /* search list
  ----------------------------------------------------------- */
  /* page-search
  =========================== */
  body#search.list .page-search {
    display: none;
  }
  /* search-features
  =========================== */
  .search-features .title {
    padding: 0 10px;
    text-align: left;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .search-features .add-features {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .current-features {
    padding: 10px 10px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .current-features span:before {
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* pop-up */
  .white-popup-block {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #add-features .title {
    font-size: 25px;
    font-size: 2.5rem;
  }
  /* result-number
  =========================== */
  .result-number .flag {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
    width: 295px;
  }
  .result-number .number {
    padding-left: 0;
  }
  .result-number .number span {
    font-size: 30px;
    font-size: 3rem;
  }
  .paging-area {
    position: static;
    overflow: hidden;
  }
  .paging-area .paging {
    display: block;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-right: 0;
    text-align: center;
  }
  .paging-area .paging .prev,
  .paging-area .paging .next {
    padding: 3px 10px;
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
    top: 0;
    bottom: auto;
  }
  .paging-area .paging .prev {
    float: left;
  }
  .paging-area .paging .next {
    float: right;
  }
  .paging-area .number-current {
    display: block;
    text-align: right;
    margin-bottom: 20px;
  }
  /* facility-box
  =========================== */
  .facility-detail-wrap {
    width: auto;
    padding-left: 10px;
  }
  .facility-img {
    float: none;
  }
  .facility-img img {
    width: 100%;
    height: auto;
  }
  .facility-img .rank {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .rank04 .facility-img .rank span.number {
    background: url(/assets/img/search/icn_rank02.png) 0 50% no-repeat;
  }
  .facility-detail {
    float: none;
    width: 100%;
  }
  .facility-type span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .facility-detail .facility-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .facility-box.new .facility-title:after {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 2px 10px;
    line-height: 19px;
    height: 19px;
  }
  .facility-detail .list-facility {
    margin-bottom: 10px;
  }
  .facility-detail .list-facility li {
    margin: 0 5px 5px 0;
  }
  .facility-result-area {
    box-sizing: border-box;
    width: 100%;
    left: 0;
  }
  .facility-result {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  .facility-result span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .facility-result-submit .btn-02 {
    width: auto;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .facility-result-submit .btn-02 span {
  }
  .facility-box label.checkbox {
    width: 35px;
  }
  /* search detail
  ----------------------------------------------------------- */
  /* page-search
  =========================== */
  .detail-contents .section-inner {
    width: 95%;
  }
  .detail-contents .facility-header .section-inner {
    width: 100%;
  }
  .detail .facility-type {
    width: 95%;
    margin: 0 auto 15px;
  }
  .detail .facility-type span,
  .facility-type.report-icon span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .facility-title {
    font-size: 48px;
    font-size: 4.8rem;
    width: 95%;
    margin: 0 auto 15px;
  }
  .facility-img {
    margin-bottom: 0;
  }
  .facility-img .facility-reservation {
    position: static;
  }
  .facility-img .facility-reservation .inner {
    width: 100%;
    box-sizing: border-box;
  }
  .facility-reservation {
    border: 10px solid rgba(255, 255, 255, 1);
  }
  .facility-reservation .inner {
    background-color: #fcfbf7;
    border: 1px solid #a0977a;
    padding: 20px 15px 15px;
  }
  .facility-img .facility-reservation p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .facility-reservation .phone span {
    font-size: 28px;
  }
  .facility-img .facility-reservation .btn-05 {
    width: 100%;
    padding: 15px 0;
  }
  .page-anchor {
    display: none;
  }
  .facility-info {
    padding: 20px 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sp-hide .sp-contents {
    display: none;
  }
  .section-inner.report h3,
  .facility-info h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  .img-box {
    width: 100%;
    float: none;
    padding: 0 0 20px 0;
  }
  .img-box span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .facility-photo {
    padding: 30px 0 0;
    background: #fcfbf7;
  }
  .list-photo li {
    width: 100%;
    float: none;
    text-align: center;
  }
  .list-photo li img {
    width: 70%;
    height: auto;
  }
  .list-photo li:nth-child(odd) {
    margin-right: 0;
  }
  .list-photo li p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .facility-news {
    padding: 30px 0;
  }
  .list-news {
    padding: 10px 0;
  }
  .list-news img {
    float: none;
    width: 100%;
    padding: 0 0 10px 0;
  }
  .list-news .news-body {
    display: none;
  }
  .acodionList dt {
    background: url(../img/common/icn_aco.png) right center no-repeat;
    background-size: 28px auto;
    margin-bottom: 15px;
  }
  .acodionList dt.open {
    background: url(../img/common/icn_aco_on.png) right center no-repeat;
    background-size: 28px auto;
  }
  .list-news .news-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .facility-feature {
    padding: 30px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .list-feature li {
    width: 50%;
    padding: 10px;
  }
  .list-feature li:nth-child(3) {
    background: url(/assets/img/search/bg_line.png) right bottom no-repeat;
  }
  .list-feature li dt {
    height: 50px;
    padding-left: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .list-feature li dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .list-feature li dl.feature01 dt {
    background-size: 50px auto;
  }
  .list-feature li dl.feature02 dt {
    background-size: 50px auto;
  }
  .list-feature li dl.feature03 dt {
    background-size: 50px auto;
  }
  .list-feature li dl.feature04 dt {
    background-size: 50px auto;
  }
  .list-feature li dl.feature05 dt {
    background-size: 50px auto;
  }
  .facility-price {
    padding: 40px 0 20px;
  }
  .facility-price h3 {
    margin-bottom: 10px;
  }
  .list-price li:last-child {
    border: none;
  }
  .list-price dl {
    margin-bottom: 10px;
  }
  .list-price dt {
    min-width: 130px;
    width: 135px;
    padding: 0 30px 0 10px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .list-price dd {
    width: 100%;
  }
  .list-price .price {
    width: 95%;
    font-size: 13px;
    font-size: 1.3rem;
    float: right;
    text-align: right;
  }
  .list-price .price span {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 0 5px 0 15px;
  }
  .list-price .notes {
    width: 100%;
  }
  .facility-tomb {
    padding: 30px 0 35px;
  }
  .detail-contents .facility-tomb .section-inner {
    width: 95%;
  }
  .list-tomb-gallery li {
    width: 33.3%;
    margin: 0;
  }
  .list-tomb-gallery li img {
    width: 100%;
    height: auto;
  }
  .facility-access {
    padding: 30px 0 0;
    background-color: #fffced;
  }
  .facility-access.top {
    padding: 30px 10px 0;
  }
  .facility-access h3 {
    margin: 0 10px 25px;
  }
  .detail-contents .facility-access .section-inner {
    width: 100%;
  }
  .facility-access table {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .facility-access th {
    width: 85px;
    padding: 10px;
  }
  .facility-access.top th {
    width: 7em;
  }
  .facility-access td {
    padding: 10px 30px;
  }
  .facility-access .map {
    padding: 0 10px;
    height: 200px;
    width: 100%;
    margin: 0 auto 15px;
    float: none;
    box-sizing: border-box;
  }
  .facility-access .map .googlemap iframe {
    height: 200px;
    width: 100%;
  }
  .facility-access .map .googlemap {
    height: 20px;
  }
  .facility-access .direction {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  .facility-access .direction dl {
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }
  .facility-access .direction dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .facility-access .direction dd {
    margin-bottom: 0;
    display: none;
  }
  .facility-contact {
    background: none;
    height: auto;
    border-bottom: 1px solid #a0977a;
  }
  .facility-reservation-wrap {
    height: auto;
  }
  .detail-contents .facility-contact .section-inner {
    width: 100%;
  }
  .facility-contact .facility-reservation .inner {
    padding: 20px 15px 20px;
  }
  .facility-contact .facility-reservation .phone span {
    font-size: 38px;
    padding-left: 35px;
    background-size: 30px auto;
  }
  .title-phone {
    float: none;
    width: 100%;
  }
  .btn-reservation {
    float: none;
    width: 100%;
  }
  .facility-relative {
    padding: 30px 0 20px;
  }
  .facility-relative h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
  }
  .list-reraltive li {
    width: 49%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .list-reraltive li:nth-child(even) {
    margin-left: 2%;
  }
  .list-reraltive li img {
    margin-bottom: 5px;
    width: 100%;
    height: auto;
  }
  .link-relative div {
    width: 100%;
  }
  .link-relative div.blocks {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .link-relative .btn-06 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .link-relative .btn-07 {
    margin-bottom: 10px;
  }
  .link-relative {
    padding-top: 20px;
  }
  .detail .mfp-gallery .mfp-image-holder .mfp-figure {
    padding: 30px;
  }
  .detail .mfp-arrow-left {
    left: 0;
    margin: -35px 0 0 0;
  }
  .detail .mfp-arrow-right {
    right: 0;
    margin: -35px 0 0 0;
  }
  body.shindan .question-block .title-box h3 {
    font-size: 20px;
  }
  body.shindan .question-block .title-box h3 br {
    display: none;
  }
  body.shindan .question-block .title-box p.title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  body.shindan .question-block .body-box {
    padding: 20px;
  }
  body.shindan .question-block .body-box li:first-child {
    margin-right: 20px;
  }
  body.shindan .question-block .body-box li {
    width: 40%;
  }
  body.shindan .question-block .body-box li img {
    width: 100%;
    height: auto;
  }
  body.shindan .knowledge-block dt {
    display: block;
    width: auto;
    margin-bottom: 20px;
    text-align: center;
  }
  body.shindan .knowledge-block dt img {
    width: 50%;
  }
  body.shindan .knowledge-block dd {
    display: block;
    font-size: 16px;
    padding-left: 0;
  }
  body.shindan .knowledge-block {
    margin-bottom: 30px;
    padding: 30px 30px;
  }
  body.shindan .question-block .title-box {
    padding: 10px 10px 15px;
  }
  body.shindan .question-block-wrap {
    margin-bottom: 15px;
  }
  body.shindan .question-block.answer .body-box .img-right {
    float: none;
    margin: 0 0 20px;
  }
  body.shindan .question-block.answer .body-box .img-right img {
    width: 100%;
    height: auto;
  }
  body.shindan .question-block.answer .body-box {
    padding: 15px;
    text-align: left;
  }
  body.shindan .question-block.answer .body-box .lead {
    font-size: 18px;
    margin-bottom: 10px;
  }
  body.shindan .question-block.answer .body-box .close-title {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  body.shindan .question-block.answer .body-box .text-main {
    font-size: 15px;
    margin-bottom: 20px;
  }
  body.shindan .question-block.answer .body-box table td dt {
    font-size: 18px;
  }
  body.shindan .cemetery-list li {
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  body.shindan .cemetery-list li {
    margin-left: 0 !important;
    overflow: hidden;
  }
  body.shindan .cemetery-list li .img img {
    width: 100% !important;
    height: auto;
  }
  body.shindan .question-block.answer .title-box h3 {
    font-size: 26px;
    margin-top: 5px;
    display: inline;
  }
  body.shindan .question-block.answer .title-box p.bottom-text {
    display: inline;
    margin: 0;
  }
  body.avoidfailure .layout-01 .left-block {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  body.avoidfailure .layout-01 .left-block img,
  body.avoidfailure .layout-01 .right-block img {
    width: 100%;
    height: auto;
  }
  body.avoidfailure .layout-01 .right-block {
    float: none;
    width: 100%;
  }
  body.avoidfailure .text-wrap-02 li img {
    width: 100%;
    height: auto;
  }
  body.avoidfailure .layout-02 .left-block {
    float: none;
    width: 100%;
    text-align: center;
  }
  body.avoidfailure .layout-02 .left-block img {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
  }
  body.avoidfailure .layout-02 .right-block {
    float: none;
    padding-top: 0;
    width: 100%;
  }
  body.avoidfailure .layout-02 .right-block .bg-gld {
    background: url("../img/search/avoidfailure/bg-1.png") repeat-y scroll center center;
    padding: 4px;
  }
  body.avoidfailure .layout-02 .right-block .title-03 br {
    display: none;
  }
  body.avoidfailure .layout-02 {
    padding: 40px 0;
  }
  body.avoidfailure .list-wrap-01 li {
    border-right: none;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
  body.avoidfailure .list-wrap-01 {
    border-bottom: none;
    border-left: none;
    border-top: none;
  }
  body.avoidfailure .list-wrap-01 li img {
    width: 100%;
    height: auto;
  }
  body.avoidfailure .list-wrap-01 li > h5 {
    margin: 0 0 5px;
  }
  body.avoidfailure .list-wrap-01 li > p {
    margin-bottom: 10px;
    font-size: 15px;
  }
  body.avoidfailure .contact-area .img {
    display: none;
  }
  body.avoidfailure .contact-area .text-box {
    width: 100%;
  }
  body.avoidfailure .contact-area h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  body.avoidfailure .contact-area {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    height: auto;
    margin-top: 20px;
  }
  body.avoidfailure .lead {
    font-size: 15px;
  }
  body.category .area-block-wrap-2 {
    background: #fff url("../img/search/category/bg-img-1.png") no-repeat scroll 0 15px;
    background-size: 100% auto;
    border: 1px solid #8e5683;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 4px;
    width: 100%;
  }
  body.category .area-block li {
    margin-left: 0;
    margin-right: 10px;
    font-size: 18px;
  }
  body.category .area-block table th {
    width: 65px;
  }
  body.category .public-layout-01 .text-block {
    float: none;
    width: 100%;
  }
  body.category .public-layout-01 .text-block .text {
    font-size: 15px;
    margin-bottom: 10px;
  }
  body.category .public-layout-01 .text-block .text-02 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  body.category .public-layout-01 .img-block {
    float: left;
    width: 100%;
  }
  body.category .public-layout-01 .img-block img {
    width: 100%;
    height: auto;
  }
  body.category .public-layout-02 {
    margin-bottom: 30px;
    padding: 15px 15px 10px;
  }
  body.category .public-layout-02 table th {
    width: 60px;
  }
  body.category .public-layout-02 table td li {
    font-size: 18px;
  }
  body.category .public-layout-02 h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  body.category .public-layout-03 .list-wrap .top-ol {
    background: none;
    padding: 15px 15px 10px;
  }
  body.category .public-layout-03 .list-wrap li {
    margin-right: 0;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
  }
  body.category .public-layout-03 .list-wrap li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  body.category .public-layout-03 .list-wrap li img {
    width: 100%;
    height: auto;
  }
  body.category .public-layout-03 .list-wrap .bottom-ol {
    background: none;
    text-align: right;
  }
  body.category .public-layout-03 .list-wrap .text {
    font-size: 15px;
    margin-bottom: 10px;
  }
  body.category.public .search_contents .section-inner,
  body.category.public .bg-be-area .section-inner {
    padding: 0 10px;
  }
  .bg-be-area .img-block {
    position: static;
    text-align: center;
    width: auto;
    padding-bottom: 30px;
  }
  .bg-be-area .img-block img {
    max-width: 100%;
    height: auto;
  }
  .bg-be-area .text-block {
    float: none;
    width: 100%;
  }
  .bg-be-area .text-block h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .bg-be-area .lead {
    font-size: 15px;
    margin: 0 0 20px;
    width: 100%;
  }
  .bg-be-area {
    background: #888062 url("../img/search/bg-img-1.png") no-repeat scroll center bottom;
    box-sizing: border-box;
    padding: 20px 0 0;
  }
  body.category .area-block-wrap {
    margin-bottom: 20px;
    margin-right: 0;
    padding: 4px;
    width: 100%;
  }
  body.category .area-block-wrap .area-block {
    padding: 20px 0 0;
  }
  body.category .area-block-wrap .area-block h3 {
    font-size: 20px;
    margin: 0 10px 20px;
    text-align: center;
    line-height: 1.2;
  }
  body.category .area-block-wrap:nth-child(n + 7) {
    margin-bottom: 20px;
  }
  body.category .area-block-wrap {
    height: auto;
  }
  .map-body {
    display: none;
  }
  .inner-wrap li {
    font-size: 18px;
    margin-right: 4%;
    padding: 10px 0;
    position: relative;
    width: 48%;
    line-height: 21px;
  }
  .inner-wrap li:nth-child(-n + 3) {
    border-top: none;
  }
  .inner-wrap li:nth-child(3n) {
    margin-right: 4%;
  }
  .inner-wrap li:nth-child(2n) {
    margin-right: 0;
  }
  .map-block {
    float: none;
    width: 100%;
  }
  .map-block p {
    padding: 0 10px;
  }
  .map-block .btn-09 {
    background: #8d5583 url("/assets/img/common/arrow_r_pp.png") no-repeat scroll right bottom / 20px 18px;
    box-shadow: 0 0 0 1px #8d5583 inset, 0 0 0 2px #af88a8 inset;
    box-sizing: border-box;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .inner-wrap ul {
    padding: 0 10px;
  }
  .inner-wrap .number span {
    color: #8c5483;
    font-size: 20px;
    margin-right: 6px;
  }
  .inner-wrap .number {
    font-size: 15px;
    padding-left: 10px;
  }
  .ranking-block {
    float: none;
    width: 100%;
  }
  .ranking-block.pref-ranking-list li:last-child {
    padding: 15px 0;
    border-right: none;
    border-bottom: none;
    margin-right: 0;
  }
  .ranking-block.pref-ranking-list li:nth-last-child(-n + 2) {
    border-bottom: none;
  }
  .ranking-block.pref-ranking-list .no img {
    height: auto;
    width: 67px;
  }
  .ranking-block.pref-ranking-list .img img {
    height: auto;
    width: 100%;
  }
  .section-inner.impressions-wrap {
    width: 100%;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
  }
  .ranking-block.pref-ranking-list {
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
  .ranking-block.pref-ranking-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .panel-layout.area-check-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .map-block.pref-list .inner-wrap ul {
    padding: 0 24px;
  }
  .map-wrap .area-check-box li {
    margin-right: 0;
  }
  .map-wrap .inner-wrap li:nth-child(3n) {
    margin-right: 0;
  }
  .map-block.pref-list .inner-wrap li:nth-child(-n + 4) {
    border-top: none;
  }
  .map-block.pref-list .inner-wrap li:nth-child(-n + 2) {
    border-top: solid 1px #424242;
  }
  body#search.index #article > section {
    padding: 0 0;
  }
  .title-wrap h2 {
    display: none;
  }
  .title-wrap {
    height: 45px;
    position: relative;
  }
  .title-wrap p {
    position: absolute;
    right: 0;
    top: 13px;
  }
  .inner-wrap {
    border: 1px solid #c8a655;
    padding: 0 0 10px;
  }
  .map-wrap {
    margin-bottom: 25px;
  }
  .ranking-block .no {
    padding-top: 13%;
    width: 30%;
    text-align: center;
  }
  .ranking-block .img {
    float: right;
    width: 70%;
  }
  .ranking-block .img img {
    width: 100%;
    height: auto;
  }
  .ranking-block li {
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
  }
  .ranking-block h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
    line-height: 1.2;
  }
  .ranking-block h3 a {
    text-decoration: underline;
  }
  .ranking-block h3 a:hover {
    text-decoration: none;
  }
  .bg-wh-area .section-inner {
    padding-top: 20px;
  }
  .area-wrap {
    margin: 0 0 20px;
  }
  .city-list {
    margin: 30px auto;
  }
  .city-list li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    width: 33.33%;
  }
  .bottom-nav table,
  .bottom-nav-2 table {
    border-top: none;
  }
  .bottom-nav-2 table th,
  .bottom-nav table th,
  .bottom-nav-2 table td,
  .bottom-nav table td {
    border: none;
    padding: 0;
    display: block;
  }
  .bottom-nav-2 table th,
  .bottom-nav table th {
    width: 100%;
    border: none;
  }
  .bottom-nav-2 table td li,
  .bottom-nav table td li {
    border-bottom: 1px solid #ccc;
    width: 100% !important;
    padding: 8px 0;
  }
  .bottom-nav-2 table tr:first-child th,
  .bottom-nav table tr:first-child th {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .bottom-nav-2 table td li a,
  .bottom-nav table td li a {
    font-size: 15px;
  }
  .bottom-text-block dt {
    font-size: 18px;
    margin: 30px 0 10px;
  }
  .bottom-text-block dd {
    font-size: 15px;
  }
  .city-list ul:after {
    width: 100%;
  }
  .list-search li:nth-child(2),
  .list-search li:nth-child(2) a {
    width: 100%;
  }
  #search.index .list-search li,
  .list-search li a {
    font-size: 1.4rem;
    height: auto;
    width: 100%;
    display: block;
  }
  #search.index .list-search {
    background: none;
  }
  #search.index .list-search li span {
    display: block;
    height: auto;
    line-height: 1.6;
    padding-bottom: 8px;
  }
  .facility-title {
    font-size: 26px;
    margin: 0 auto 15px;
    width: 95%;
  }
  .facility-header .section-inner {
    padding: 0;
  }
  .facility-reservation .phone span {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
  }
  .section-inner.report h3,
  .facility-info h3 {
    font-size: 2.7rem;
    line-height: 1.3;
  }
  .section-inner.report .facility-info h4,
  .facility-info h4 {
    font-size: 16px;
  }
  .section-inner.report .koueimds,
  .facility-info .koueimds {
    font-size: 16px;
  }
  .section-inner.report h3 br,
  .facility-info h3 br {
    display: none;
  }
  .section-inner.report p,
  .facility-info p {
    margin-bottom: 14px;
  }
  .list-photo li img {
    height: auto;
    width: 100%;
  }
  .list-photo li p {
    font-size: 1.4rem;
    padding-top: 10px;
  }
  .acodionList dt {
    font-size: 14px;
  }
  .list-news {
    padding: 5px 0 5px;
  }
  .facility-news h3 {
    margin: 0 0 10px;
  }
  .facility-news {
    background: #fffbed;
  }
  .list-feature li dt {
    font-size: 1.6rem;
    height: 50px;
    padding-left: 0;
  }
  .list-feature li dt span {
    display: inline-block;
    padding-left: 10px !important;
    vertical-align: middle;
    font-size: 14px;
  }
  .list-feature li dt img {
    width: 30px;
    height: 30px;
  }
  .list-feature li dt {
    font-size: 1.6rem;
    height: 30px;
    padding-left: 0;
  }
  .list-feature li dd {
    font-size: 1.4rem;
    padding-top: 10px;
  }
  .list-price dt {
    background: #a0977a url("/assets/img/search/bg_flag.png") no-repeat scroll right center;
    display: table-cell;
    font-size: 15px;
    font-weight: bold;
    min-width: 120px;
    width: 120px;
    padding: 0 30px 0 10px;
  }
  .list-price div dl {
    width: auto;
    display: block;
    overflow: hidden;
  }
  .list-price div dt {
    width: 100px;
    font-size: 15px;
  }
  .list-price div dd {
    float: right;
  }
  .list-price div dd strong {
    font-size: 18px;
  }
  .list-price .price span {
    font-size: 2.3rem;
    padding: 0 5px 0 15px;
  }
  .map .btn-06 {
    display: none;
  }
  .facility-access .direction dl {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .facility-access .direction dt {
    font-size: 1.5rem;
    font-weight: bold !important;
  }
  .acodionList dt {
    background: url("../img/common/icn_aco.png") no-repeat scroll right center / 28px auto;
    margin-bottom: 15px;
    height: 30px;
  }
  .list-news dt {
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 30px;
  }
  .list-news dt:first-child {
    margin-top: 0;
  }
  .list-news dd {
    margin-top: 0;
  }
  body#search.top .section-inner,
  .btm-contents .section-inner {
    box-sizing: border-box;
    padding: 0 0;
    width: 100%;
  }
  .facility-contact {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #a0977a;
    height: auto;
    box-sizing: border-box;
  }
  .facility-reservation-wrap {
    height: auto;
    box-sizing: border-box;
  }
  .facility-contact .facility-reservation .inner {
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .facility-contact .facility-reservation .phone span {
    background-size: 30px auto;
    font-size: 28px;
    padding: 10px 0;
    padding-left: 35px;
  }
  .btn-reservation .btn-05 {
    padding: 10px 0 10px;
  }
  .btn-reservation .btn-05 img {
    height: auto;
    width: 130px;
  }
  .btn-reservation {
    float: right;
    padding-top: 0;
    width: 100%;
  }
  .facility-relative h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .facility-relative {
    padding: 30px 0 20px;
    background: #fffbed;
  }
  .list-reraltive {
    margin-bottom: 0;
  }
  .facility-relative h3 {
    font-size: 17px;
    line-height: 1.5;
  }
  .facility-access table {
    font-size: 1.5rem;
  }
  .list-tomb-gallery li a:after {
    width: 11px;
    height: auto;
    right: 11px;
    bottom: -8px;
  }
  .facility-reservation .title-phone .title img {
    width: 176px;
    height: auto;
  }
  .link-relative .title img {
    width: auto;
    height: 18px;
  }
  .result-number .number {
    display: block;
    font-size: 1.4rem;
    padding-left: 0;
    position: static;
  }
  .result-number .number span {
    font-size: 20px;
  }
  #list .result-number {
    padding: 0 10px;
  }
  .facility-box label.checkbox input[type="checkbox"] + .check {
    display: block;
    height: 21px;
    left: 50%;
    margin: -10px 0 0 -10px;
    top: 20px;
  }
  .facility-box label.checkbox {
    min-width: 35px !important;
  }
  .facility-img img {
    width: 100%;
    height: auto;
  }
  .facility-detail .facility-title {
    display: inline-block;
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 15px;
    vertical-align: middle;
    width: 100%;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .facility-detail-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .facility-result-area > div {
    display: block;
    padding: 15px 10px;
    width: auto;
  }
  .facility-result {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .facility-result-submit .btn-02 {
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
  }
  .facility-result-submit {
    display: block;
  }
  .facility-result-submit a span {
    font-weight: bold;
  }
  .facility-result-submit a span br {
    //display: none;
  }
  .facility-result span {
    font-size: 20px;
    font-size: 2rem;
  }
  .result-number a {
    margin-bottom: 10px;
  }
  .paging-area {
    padding: 0;
  }
  .paging-area p {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .paging-area .paging a {
    margin-top: 8px;
    display: inline-block;
  }
  .paging-area .paging a,
  .paging-area .paging span {
    margin: 0 5px;
    font-size: 16px;
  }
  .paging-area a.prev,
  .paging-area a.next {
    position: absolute;
    bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 12px;
  }
  .paging-area a.prev {
    left: 0;
  }
  .paging-area a.next {
    right: 0;
  }
  .bnr-contents {
    padding: 20px 10px;
  }
  .paging-area .number-current {
    display: none;
  }
  .result-number .number {
    margin-top: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .facility-detail .fl_l {
    float: none;
  }
  .list-search li,
  .list-search li a {
    display: block;
    font-size: 1.4rem;
    height: auto;
    width: 100%;
  }
  .list-search li span {
    display: block;
    height: auto;
    padding-bottom: 8px;
    line-height: 1.6;
    font-size: 18px;
    display: inline-block !important;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 15px;
    position: relative;
  }
  .list-search li span:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 17px;
    width: 3px;
    height: 3px;
    border: 4px solid transparent;
    border-left: 4px solid #333;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .list-search li.current span:before {
    border-left: 4px solid #fff;
  }
  #title-area h2 {
    padding-left: 15px;
  }
  .list-search {
    background: none;
  }
  .facility-img {
    margin-bottom: 15px;
    padding-top: 0 !important;
    position: relative;
    width: auto;
  }
  .facility-detail + .facility-img {
    width: auto;
  }
  .facility-img .rank {
    font-size: 12px;
  }
  .check-list li {
    width: 50%;
    margin-top: -10px;
  }
  #add-features .title {
    font-size: 2rem;
  }
  .white-popup-block {
    font-size: 1.4rem;
    padding: 20px;
  }
  #add-features .title {
    font-size: 2rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .check-list {
    margin-bottom: 30px;
  }
  .list-reraltive li img {
    width: 100%;
    height: auto;
  }
  .search-prefectures .first-block p:after {
    display: none;
  }
  .search-prefectures .first-block p {
    width: 100%;
    padding: 10px;
  }
  .search-prefectures .first-block li {
    width: 33.33%;
    text-align: center;
  }
  .search-prefectures .first-block ul {
    margin: 0 0 0 0;
    padding: 10px 0;
    width: 100%;
  }
  .search-prefectures .first-block li:after {
    display: none;
  }
  .search-prefectures .first-block li:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 12px;
    width: 3px;
    height: 3px;
    border: 4px solid transparent;
    border-left: 4px solid #333;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bottom-nav-2 table tr:first-child th,
  .bottom-nav table tr:first-child th {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .bottom-nav table td li:nth-child(1) {
    width: 100%;
  }
  .bottom-nav table td li a {
    display: block;
    padding-left: 20px;
    font-size: 14px;
  }
  .style-01:before {
    left: 10px;
  }
  /*  .search-prefectures .first-block li:first-child:before {
    display: none;
  }*/
  .search-prefectures .first-block li:first-child:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 12px;
    width: 3px;
    height: 3px;
    border: 4px solid transparent;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 4px;
    border-left: 4px solid #333;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .search-prefectures .bottom-block li {
    width: 100%;
    text-align: left;
  }
  .search-prefectures .bottom-block li:first-child {
    border-right: none;
    border-bottom: 2px solid #999;
  }
  .search-prefectures .bottom-block li a {
    padding-right: 30px;
  }
  .search-prefectures .bottom-block li a span {
    position: relative;
    display: inline-block;
  }
  .ranking-title {
    width: 100%;
  }
  .ranking-title p.ranking-no.long {
    background-size: 60px auto;
    width: 80px;
  }
  .ranking-title p.ranking-no.no-1 {
    background-size: 60px auto;
    width: 80px;
  }
  .ranking-title p.ranking-no.no-2 {
    background-size: 60px auto;
    width: 80px;
  }
  .ranking-title p.ranking-no {
    background-size: 60px auto;
    width: 80px;
  }
  .ranking-title p.ranking-no.no-1 span {
    right: 40px;
    top: 5px;
  }
  .ranking-title p.ranking-no span {
    right: 40px;
    top: 5px;
  }
  .ranking-title p.ranking-no.no-2 span {
    right: 40px;
    top: 5px;
  }
  .ranking-title p.ranking-no.long span {
    right: 37px;
    top: 0;
  }
  .ranking-title p.ranking-no span {
    font-size: 18px;
  }
  #title-area h2 img {
    margin-left: 0;
    vertical-align: middle;
    width: 120px;
    height: auto;
  }
  .bottom-list-btn {
    text-align: left;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .bg-wh-area-normal .title-block h3 {
    font-size: 18px;
    padding: 0 10px;
    line-height: 1.5;
  }
  .bg-wh-area-normal .title-block p {
    margin: 5px 0 0 10px;
  }
  .bottom-nav-2 table td li a,
  .bottom-nav table td li a {
    font-size: 14px;
    display: block;
  }
  body.shindan .text-area {
    font-size: 15px;
    line-height: 1.6;
    padding: 20px 20px;
    text-align: left;
  }
  body.shindan .cemetery-list {
    margin-top: 20px;
    padding: 0 10px;
  }
  body.shindan .cemetery-list p {
    font-size: 15px;
  }
  body.shindan .question-block.answer .body-box table td dt {
    font-size: 15px;
  }
  body.shindan .question-block.answer .body-box table td dd {
    font-size: 15px;
  }
  body.shindan .question-block.answer .body-box table th,
  body.shindan .question-block.answer .body-box table td {
    padding: 5px;
    font-size: 14px;
  }
  body.shindan .question-block.answer .body-box table th {
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    display: none;
  }
  body.shindan .question-block.answer .body-box table td {
    display: block;
    padding: 0 5px 5px;
  }
  body.shindan .question-block.answer .body-box table td:first-child {
    border-top: solid 1px #ccc;
  }
  body.shindan .question-block.answer .body-box table td:before {
    content: attr(data-label);
    font-weight: bold;
    padding: 5px;
    background: #e8dde6;
    display: block;
    position: relative;
    left: -5px;
    width: 100%;
    font-size: 15px;
  }
  body.shindan .question-block.answer .body-box table td dd {
    padding: 0 0;
    text-align: left;
    font-size: 15px;
  }
  body#search.index .diagnosis-wrap .text-block {
    position: static;
    width: 100%;
  }
  body#search.index .diagnosis-wrap .text-block img {
    width: 22px;
    height: auto;
    vertical-align: middle;
  }
  body#search.index .diagnosis-wrap .img {
    display: none;
  }
  body#search.index .diagnosis-wrap .section-inner {
    height: auto;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  body#search.index .diagnosis-wrap .text-block h3.text-02 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  body#search.index .diagnosis-wrap .text-block p.text-03 {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
  }
  body#search.index .bg-wh-area {
    margin-bottom: -20px;
  }
  body#search.index .link-btn-area {
    padding: 0 10px;
  }
  body#search.index .link-btn-area li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  body#search.index .link-btn-area li:nth-child(2n) {
    margin-right: 0;
  }
  body#search.index .link-btn-area li img {
    width: 100%;
    height: auto;
  }
  body#search.index .link-btn-area li:nth-child(n + 4) {
    margin-bottom: 4%;
  }
  body#search.index .link-btn-area {
    margin-bottom: 20px;
  }
  body#search.index .map-top-area-wrap {
    margin-bottom: 20px;
  }
  body#search.index .text-01 {
    margin-bottom: 10px;
  }
  body#search.index .list-link-01,
  body#search.index .list-link-02,
  body#search.index .list-link-03 {
    position: static;
  }
  body#search.index .main-map {
    display: none;
  }
  body#search.index .map-top-area {
    height: auto;
    padding: 10px;
  }
  .result-number.pdt-25.mgb-10 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .map-title {
    padding-left: 10px;
  }
  .mfp-content .modal_wrap {
    padding: 30px;
  }
  .detail .mfp-arrow-left {
    left: 0;
    margin: -35px 0 0 0;
  }
  .detail .mfp-arrow-right {
    right: 0;
    margin: -35px 0 0 0;
  }
  body.info .search-info-list > li {
    padding: 15px 10px;
    box-sizing: border-box;
  }
  body.info .search-info-list > li .text-block.cs-float-left {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  body.info .search-info-list > li .img-block {
    width: auto;
    float: none;
    padding: 0 0 10px 0;
  }
  body.info .search-info-list li > .img-block img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  body.info .search-info-list li > .title {
    font-size: 16px;
  }
  body.info .title-01 {
    margin-top: 25px;
    margin-left: 10px;
  }
  .section-inner.report .table-block th,
  .section-inner.report .table-block td,
  body.detail .table-block th,
  body.detail .table-block td,
  body.info .search-info-list .table-block th,
  body.info .search-info-list .table-block td {
    font-size: 12px;
    padding: 8px 5px;
  }
  .section-inner.report .table-block td:nth-child(2),
  body.detail .table-block td:nth-child(2),
  body.info .search-info-list .table-block td:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.news .news-contents .section-inner {
    margin-top: 15px;
  }
  body.info.news .paging-area {
    padding: 0 0 15px;
  }
  body.shindan .left-box {
    float: none;
    width: 100%;
  }
  body.shindan .left-box img {
    width: 100%;
    height: auto;
  }
  body.shindan .right-box {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  body.shindan .text-right {
    text-align: left;
  }
  body.shindan .img-box-s {
    margin: 20px 0 10px;
  }
  body.shindan .img-box-s > div {
    float: left;
    width: 48%;
    font-size: 10px;
  }
  body.shindan .img-box-s > div:first-child {
    margin-right: 4%;
  }
  body.shindan .img-box-s > div img {
    width: 100%;
    height: auto;
  }
  body.shindan .text-01 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  body.shindan .text-02 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  body.shindan .title-pp {
    font-size: 20px;
    font-weight: bold;
    color: #8c5584;
    margin-bottom: 10px;
    margin-left: -14px;
  }
  body.shindan .repair-and-clinic-area {
    width: 100%;
    padding: 0 0;
  }
  body.shindan .repair-and-clinic-area > div > div {
    width: 100%;
    border: 1px solid #ddd !important;
    padding: 10px 0;
  }
  body.shindan .repair-and-clinic-area h2 {
    margin-bottom: 20px;
    margin-left: 15px;
  }
  body.shindan .repair-block {
    margin-right: 0 !important;
    position: relative;
  }
  body.shindan .repair-and-clinic-area .img-box {
    margin: 0 0 15px;
  }
  body.shindan .repair-block .img-box {
    margin-top: -8px;
  }
  body.shindan .clinic-block .img-box,
  body.shindan .repair-block .img-box {
    float: none;
  }
  body.shindan .repair-and-clinic-area .lead {
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 0 10px;
    margin: 0 0 40px;
  }
  body.shindan .repair-and-clinic-area .btn {
    text-align: center;
  }
  body.shindan .repair-and-clinic-area .btn a {
    -webkit-display: inline-block;
    -ms-display: inline-block;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #a0977a;
    padding: 6px 20px 6px 15px;
    border-radius: 4px;
    position: relative;
  }
  body.shindan .repair-and-clinic-area .btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 4px;
    width: 3px;
    height: 3px;
    border: 4px solid transparent;
    border-left: 6px solid #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.shindan .repair-and-clinic-area .btn a:hover {
    text-decoration: none;
  }
  body.shindan .clinic-block {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  body.shindan .btn-pdg {
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
  }
  body.shindan .btn-pdg a {
    color: #fff;
  }
  body.category .public-layout-03 .list-wrap .bottom-ol li:nth-child(1),
  body.category .public-layout-03 .list-wrap .bottom-ol li:nth-child(2) {
    margin-top: 0;
  }
  body.category .public-layout-03 .list-wrap .bottom-ol li:nth-child(2) {
    margin-top: -25px;
  }
  body.category .public-layout-03 .list-wrap .bottom-ol li:nth-child(1) {
    border-top: solid 1px #ccc !important;
  }
  body.category .public-layout-03 .list-wrap ol {
    padding: 15px 15px 15px;
  }
  body.category .public-layout-03 .list-wrap .top-ol {
    border-bottom: none;
  }
  body.avoidfailure #main {
    padding: 15px 10px;
  }
  .facility-access .map .googlemap {
    height: 200px !important;
  }
  .balloon {
    padding: 10px;
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .balloon:after {
    content: "";
    position: absolute;
    top: inherit;
    bottom: -28px;
    right: 47.5%;
    background: url(../img/search/balloon_bg_sp.png) no-repeat 0 0;
    background-size: 32px 28px;
    width: 32px;
    height: 28px;
  }
  .point-wrap .face-name {
    float: none;
    text-align: center;
    margin-bottom: 0;
  }
  .balloon dt {
    font-size: 18px;
  }
  .slider-sub p {
    padding: 10px 10px;
    text-align: center;
  }
  .slider-area {
    margin-bottom: 20px;
  }
  .slider-detail {
    position: relative;
    z-index: 9;
    width: 940px;
    left: 50%;
    margin-left: -470px;
  }
  .bx-wrapper .bx-controls-direction a {
    height: 20px;
    margin-top: -16px;
    top: 50%;
    width: 40px;
    z-index: 9999;
  }
  .bx-wrapper ul {
    margin-left: -38px;
  }
  .bx-wrapper li {
    width: 338px !important;
    text-align: center;
  }
  .bx-wrapper .bx-controls-direction a {
    height: 30px;
    margin-top: -16px;
    top: 33%;
    width: 40px;
    z-index: 9999;
  }
  .bx-wrapper .bx-prev {
    background: url("../img/top/slider-arrow-prev.png") no-repeat 0 0;
    background-size: 30px auto;
    left: 33%;
  }
  .bx-wrapper .bx-next {
    background: url("../img/top/slider-arrow-next.png") no-repeat 0 0;
    background-size: 30px auto;
    right: 32%;
  }
  #bx-pager {
    display: none;
  }
  .section-inner.top-report-wrap {
    padding: 0;
    width: 90%;
  }
  .top-report-wrap .wrap > p {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top-report-wrap .wrap > p img {
    width: 100%;
    height: auto;
  }
  .top-report-wrap .wrap dl {
    float: none;
    width: auto;
  }
  .top-report-wrap h4 {
    padding: 10px 10px 10px 35px;
    font-size: 2.4rem;
    background: url(../img/search/report-icon.png) no-repeat 10px 14px #9e977d;
    background-size: 18px auto;
  }
  .top-report-wrap .wrap {
    padding: 10px 10px;
  }
  .impressions-wrap .voice-l .balloon {
    padding: 10px;
    min-width: inherit;
    float: none;
  }
  .impressions-wrap .voice-l .person {
    float: none;
    text-align: center;
  }
  .impressions-wrap .voice-r .balloon {
    padding: 10px;
    min-width: inherit;
    /*border: solid 1px #80517B;*/
    float: none;
  }
  .impressions-wrap .voice-r .person {
    float: none;
    text-align: center;
  }
  .impressions-wrap .voice-l .balloon:after,
  .impressions-wrap .voice-r .balloon:after {
    content: "";
    position: absolute;
    top: inherit;
    bottom: -28px;
    left: inherit;
    right: 45%;
    background: url(../img/search/balloon_bg_sp.png) no-repeat 0 0;
    background-size: 32px 28px;
    width: 32px;
    height: 28px;
  }
  .impressions-wrap {
    margin: 40px auto 0 auto;
    padding: 0 10px;
  }
  .impressions-wrap .voice-l,
  .impressions-wrap .voice-r {
    overflow: hidden;
    margin-bottom: 0;
  }
  .facility-type span.data {
    float: none;
    display: block;
  }
  body#search.top .section-inner,
  .btm-contents .section-inner.report {
    width: 100%;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
  }
  .section-inner.report .link-relative div {
    width: 100%;
    margin: 0 auto;
  }
  .section-inner.report .map-title {
    padding-left: 0;
  }
  .report-kv {
    margin: 0 0 20px;
  }
  .report-kv img {
    width: 100%;
    height: auto;
  }
  .report-free {
    overflow: hidden;
  }
  .section-inner .report-free p {
    font-size: 1.6rem;
  }
  .report-free dl {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .report-free dl dt {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .report-free p {
    float: none;
    text-align: left;
    font-size: inherit;
  }
  .section-inner.report .list1 li {
    font-size: inherit;
  }
  .report-free p img {
    width: 100%;
    height: auto;
  }
  .facility-detail h3.catch {
    width: auto;
  }
  .bg-bk-area {
    padding: 10px 10px;
  }
  .pro-text {
    padding: 10px;
    display: none;
  }
  .pro-text dt {
    font-size: 18px;
  }
  /* system-box
  ============================================================ */
  .system-box.browsing-history {
    padding: 0;
  }
  .system-box.browsing-history {
    margin-bottom: 30px;
  }
  .system-box.match {
    padding: 0;
    margin: 0 0 30px;
  }
  .system-inner {
    width: auto;
  }
  .system-wrap {
    padding: 24px 10px;
  }
  .system-ttl {
    font-size: 24px;
  }
  .browsing-history .system-ttl span {
    /*background: url(../img/top/icon-history.png) 20px 50% no-repeat;*/
    background-size: 15px auto;
  }
  .match .system-ttl span {
    /*background: url(../img/top/new-grave-area-icon.png) 14px 50% no-repeat;*/
    background-size: 20px auto;
  }
  .system-li {
    flex-wrap: wrap;
  }
  .system-item {
    width: 48%;
  }
  .system-item:nth-of-type(n + 3) {
    margin: 16px 0 0;
  }
}

.tax-bnr {
  margin: 40px 0;
  text-align: center;
}

.tax-bnr.top-none {
  margin: 0 0 40px;
}

.search_contents .tax-bnr {
  margin: 0 0 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tax-bnr {
    margin: 20px 0;
    text-align: center;
    padding: 0 10px;
  }
  .tax-bnr img {
    width: 100%;
    height: auto;
  }
}

.remote-wrap .remote-wrap-inner {
  width: 970px;
  margin: 0 auto;
}

.remote-wrap .remote-wrap-inner img {
  width: 100%;
  height: auto;
}

.remote-wrap .remote-wrap-inner .title {
  margin-bottom: 20px;
}

.remote-wrap .remote-wrap-inner ol {
  padding-left: 1em;
}

.remote-wrap .remote-wrap-inner ol li {
  list-style-type: disc;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .remote-wrap {
    margin-bottom: 0;
  }
  .remote-wrap .remote-wrap-inner {
    width: 95%;
    margin: 0 auto;
  }
}

/* End media screen */


/*東京霊園バナーエリア*/

.tokyoreien-area {
margin-bottom: 40px;
}

.tokyoreien-area a img{
  width: 970px;
  text-aling: center;
}

.tokyoreien-area a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .tokyoreien-area{
    margin-bottom: 20px;
  }

  .tokyoreien-area a img{
    width: 100%;
  }
}
