@charset "utf-8";

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .6);
}

/*===== area-list =====*/
#area-list-wrap {
  color: #232b39;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 18px;
}

#area-list-wrap .section-inner {
  width: 100%;
  position: relative;
}

#area-list-wrap h1 span {
  font-size: .8em;
  display: inline-block;
}

#area-list-wrap #area-list-main {
  box-sizing: border-box;
}

.toggle::after {
  display: block;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  right: 12px;
  margin: -8px 0 0 0;
  border-top: solid 2px #00aa23;
  border-right: solid 2px #00aa23;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.toggle-active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -4px 0 0 0;
}

.blk_change .toggle {
  border: 1px solid #6dbb4f;
  padding: 12px 10px;
  position: relative;
  width: 95%;
  margin: 0 auto;
}

.blk_change .toggle-active {
  background: #6dbb4f;
  color: #fff;
}

.box-tab .ttl {
  border-top: none;
  background: #6dbb4f;
}

.blk_change .toggle-active::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.blk_change .toggle dl {
  display: table;
  width: 100%;
  position: relative;
}

.blk_change .toggle dl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background: url(../img/icn_pn_2x.png) no-repeat left center/24px 24px;
}

.blk_change .toggle-active dl::before {
  background: url(../img/icn_pn_2x_wh.png) no-repeat left center/24px 24px;
}

.blk_change .toggle:nth-last-of-type(2) {
  margin-top: -1px;
}

.blk_change .toggle:nth-last-of-type(2) dl::before {
  background: url(../img/icn_conditions_2x.png) no-repeat left center/24px 24px;
}

.blk_change .toggle-active:nth-last-of-type(2) dl::before {
  background: url(../img/icn_conditions_2x_wh.png) no-repeat left center/24px 24px;
}

.blk_change .toggle dt,
.blk_change .toggle dd {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.blk_change .toggle dt {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  letter-spacing: -1px;
  width: 105px;
  white-space: normal;
}

.blk_change .toggle dd div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.blk_change .toggle dd p {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50vw;
}

/* SP特典 */
.toku-bnr {
  position: relative;
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  line-height: 1.4;
  background: url(/responsive/img/tokuten-bg.jpg) no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  width: 100%;
  height: auto;
  border: dashed 1px #ccc;
}

.toku-bnr>.bnr--title {
  text-align: center;
  position: relative;
  top: -10px;
}

.toku-bnr>bnr--title>img {
  height: auto;
  width: 100%;
}

.bnr--inner {
  position: relative;
  width: 100%;
  left: 0;
  margin: 0px 0 0 0;
}

.bnr--textbox {
  font-size: 4.2vw;
  padding: 0px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.bnr--textbox h4 {
  font-size: 5.2vw;
  font-weight: bold;
  margin-bottom: 8px;
  background: linear-gradient(#0000 70%, #fff17f 70%);
  display: inline;
}

.bnr--textbox .term {
  font-size: 14px;
  margin-bottom: 4px;
}

.bnr--syosai {
  display: none;
}

@media screen and (max-width: 414px) {
  .blk_change .toggle dd p {
    width: 46vw;
  }
}

@media screen and (max-width: 340px) {
  .blk_change .toggle dd p {
    width: 42vw;
  }
}

.blk_change .toggle dd p.txt-cut10 {
  visibility: hidden;
  font-size: 14px;
}

.blk_change .toggle dd span {
  font-size: 13px;
  color: #00aa23;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 18px;
}

.blk_change .toggle-active dd span {
  color: #fff;
}

#area-list-wrap .area-list-number {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#area-list-wrap .area-list-number>p span {
  color: inherit;
  font-size: 20px;
}

.cf {
  width: 100%;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.area-list-bnr {
  display: flex;
  justify-content: center;
  margin: 3.33% 0 12px;
  position: relative;
  z-index: 2;
}

.area-list-bnr li {
  width: 49%;
  margin-right: 2%;
}

.area-list-bnr li:last-child {
  margin-right: 0;
}

.area-list-bnr li a {
  display: block;
  background: #f55d00;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  line-height: 1.2;
  padding: 8px;
  position: relative;
}

.area-list-bnr li a::before {
  content: "";
  display: inline-block;
  background: url(../img/icn_resume_2x.png) no-repeat left center / 18px 18px;
  width: 18px;
  height: 18px;
  position: relative;
  margin-top: -9px;
  top: 9px;
  left: 0;
  margin-right: 8px;
}

.area-list-bnr li:last-child a::before {
  background: url(../img/icn_footprint_2x.png) no-repeat left center / 22px 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  top: 11px;
  left: 0;
  margin-right: 4px;
}

.area-list-bnr li:last-child a.icn-tel::before {
  background: url(../img/icn_tel.png) no-repeat left center / 18px 18px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  top: 9px;
  left: 0;
  margin-right: 4px;
}

@media screen and (max-width: 340px) {
  .area-list-bnr li a {
    font-size: 14px;
  }
}

.area-list-bnr li:last-child a {
  background: #05aa22;
}

.area-list-bnr li span {
  display: block;
  font-size: 12px;
  margin-left: 2em;
  font-weight: normal;
  color: #fff !important;
}

.area-list-bnr+p {
  border-top: 1px solid #ccc;
  text-align: center;
  padding-top: 2%;
  margin-top: 3.3%;
}

.area-list-bnr+p a {
  font-size: 14px;
  color: #0088ce;
  position: relative;
  font-weight: bold;
  text-decoration: none;
}

.area-list-bnr+p a::after {
  display: inline-block;
  position: relative;
  content: "";
  width: 8px;
  height: 8px;
  margin: 10px 0 0 4px;
  border-top: solid 2px #0088ce;
  border-right: solid 2px #0088ce;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.area-list-conversion ul {
  margin: 5.3% 0;
}

.area-list-conversion ul img {
  width: 100%;
  height: auto;
}

.blk_change {
  margin: 24px 0;
  width: 100%;
}

.blk_change h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 24px;
  border-left: 8px solid #70c01f;
  padding-left: 12px;
  line-height: 1.3;
}

.blk_change h1 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}

.blk_change ul {
  border: 2px solid #05aa22;
  border-radius: 5px;
  margin: 0 10px;
}

.blk_change ul li {
  padding: 0;
  position: relative;
}

.blk_change ul li:first-child {
  border-bottom: 1px solid #ccc;
}

.blk_change ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
}

.blk_change ul li dl {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 15px;
}

.blk_change ul li dl dt {
  background: #05aa22;
  color: #fff;
  line-height: 48px;
  text-align: center;
  width: 20%;
}

.blk_change ul li dl dt.line {
  width: 25%;
}

.blk_change ul li dl dd {
  position: relative;
  width: 80%;
}

.blk_change ul li dl dd label {
  cursor: pointer;
  display: block;
  font-weight: 600;
  line-height: 48px;
  width: 100%;
}

.blk_change ul li dl dd p {
  display: inline-block;
  font-family: Roboto;
  line-height: 1;
  overflow: hidden;
  padding-left: 10px;
  text-overflow: ellipsis;
  width: calc(100% - 80px);
  white-space: nowrap;
}

.blk_change ul li dl dd span {
  color: #05aa22;
  position: absolute;
  right: 10px;
  text-align: right;
  padding: 0 8px 0 0;
}

.blk_change ul li dl dd span::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 5px;
  border-top: solid 2px #05AA22;
  border-right: solid 2px #05AA22;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 20px;
}

.blk_change ul li dl dd span i {
  font-style: normal;
}

.blk_change ul li dl dd .default-area {
  color: #232b39;
}

.blk_change ul li dl dd .default-feature {
  color: #232b39;
  font-size: 13px;
  font-weight: normal;
}

.area-list-next {
  background: #fff;
  border: 2px solid #00aa23;
  border-radius: 42px;
  color: #00aa23;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 80%;
  margin: 30px auto 60px;
  position: relative;
  padding: 15px 8px;
  line-height: 1;
  cursor: pointer;
}

.area-list-next::after {
  position: relative;
  content: "";
  width: 8px;
  height: 8px;
  top: 2px;
  margin: 0;
  border-top: solid 2px #00aa23;
  border-right: solid 2px #00aa23;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  float: left;
  left: 50px;
}

#area-list-map {
  width: 100%;
}

#mapfield {
  width: 100%;
  height: 500px;
}

.gm-style-iw {
  width: 232px !important;
  overflow: hidden;
  background: #fff !important;
}

.map-balloon-box4 {
  border: 2px solid #0088ce;
  border-radius: 5px !important;
  padding-bottom: 5px !important;
  top: 0 !important;
}

.map-balloon-box2 {
  border-radius: 5px !important;
}

.map-balloon-box3>div div {
  border: 2px solid #0088ce !important;
  position: relative !important;
  border-top-color: #fff !important;
  background: #fff !important;
  top: -4px !important;
  z-index: 100 !important;
}

.map-balloon-box3>div:first-of-type {
  left: -6px !important;
  top: -1px !important;
  width: 18px !important;
  height: 30px !important;
}

.map-balloon-box3 div>div:nth-of-type(2) {
  left: 10px !important;
  top: -1px !important;
  width: 18px !important;
  height: 30px !important;
}

.map-balloon a {
  display: block;
  text-decoration: none;
}

#area-list-map .map-balloon h2 {
  color: #0088ce !important;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

#area-list-map .map-balloon p .review-star {
  display: inline-block;
  background: url(https://www.e-ohaka.com/area_list_resources/img/star_l.png) no-repeat left top/cover;
  width: 100px;
  height: 17px;
  overflow: hidden;
  position: relative;
  top: 2px;
}

#area-list-map .map-balloon p .star4-5 {
  background-position: left -27px;
}

#area-list-map .map-balloon p em {
  font-size: 18px;
  font-style: normal;
  margin-left: 12px;
  color: #212b3a;
}

#area-list-map .map-balloon p span {
  color: #0088ce !important;
  font-weight: bold;
  font-size: 14px;
}

#area-list-map .map-balloon ul {
  width: 200px;
  margin-top: 12px;
}

#area-list-map .map-balloon ul li {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
  color: #212b3a;
}

.card {
  position: relative;
  margin-bottom: 12px;
}

.card-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  z-index: 1;
  display: block;
}

#area-list-wrap h1.ranking {
  background: #70c01f url(/icon_img/icon_ranking.png) no-repeat 2px / 24px;
  color: #fff;
  font-size: 18px;
  border-left: none;
  padding: 10px 0 8px 28px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}

#area-list-wrap h1.ranking span {
  font-size: 20px;
  font-weight: bold;
}

.card .itemRanking {
  background: #b7df8f url(/icon_img/icon_ranking.png) no-repeat 2px / 24px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2px;
  padding: 8px 0 6px 28px;
}

.card .itemRanking span {
  font-size: 1.2rem;
}

.tel-number {
  color: #fff;
  bottom: 0.6em;
  left: 3.3em;
  font-family: Helvetica, Arial, "メイリオ", "Meiryo", "sans-serif";
  font-size: 3.7vw;
  letter-spacing: 0.7px;
  position: absolute;
}

/* 絞り込み改修(181116) */
.toggle::after {
  display: block;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  right: 12px;
  margin: -8px 0 0 0;
  border-top: solid 2px #00aa23;
  border-right: solid 2px #00aa23;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.toggle-active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -4px 0 0 0;
}

.blk_change .toggle {
  border: 1px solid #6dbb4f;
  padding: 12px 10px;
  position: relative;
  width: 95%;
  margin: 0 auto;
}

.blk_change .toggle-active {
  background: #6dbb4f;
  color: #fff;
}

.box-tab .ttl {
  border-top: none;
  background: #6dbb4f;
}

.blk_change .toggle-active::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.blk_change .toggle dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

.blk_change .toggle dl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background: url(../img/icn_pn_2x.png) no-repeat left center/24px 24px;
}

.blk_change .toggle-active dl::before {
  background: url(../img/icn_pn_2x_wh.png) no-repeat left center/24px 24px;
}

.blk_change .toggle:nth-last-of-type(2) {
  margin-top: -1px;
}

.blk_change .toggle:nth-last-of-type(2) dl::before {
  background: url(../img/icn_conditions_2x.png) no-repeat left center/24px 24px;
}

.blk_change .toggle-active:nth-last-of-type(2) dl::before {
  background: url(../img/icn_conditions_2x_wh.png) no-repeat left center/24px 24px;
}

.blk_change .toggle dt,
.blk_change .toggle dd {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.blk_change .toggle dt {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  letter-spacing: -1px;
  width: 20%;
  white-space: nowrap;
}

.blk_change .toggle dd div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.blk_change .toggle dd p {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 20vw;
}

.blk_change .btn-fix .linetab p.btn-0 {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 55%;
}

.blk_change .btn-fix .linetab p.btn-0 a {
  background: #ccc;
  border: 1px solid #cfc6af;
  border-radius: 5px;
  color: #999;
  cursor: alias;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 8px;
  text-align: center;
  text-decoration: none;
}

/* 一覧FV改修(180201) */
.display-pc {
  display: none;
}

#area-list-wrap h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 10px 24px;
}

@media only screen and (min-width:768px) {
  .display-pc {
    display: block !important;
  }

  .display-sp {
    display: none !important;
  }

  #area-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 990px;
  }

  #area-list-wrap h1 {
    font-size: 24px;
    background: #fff;
    margin: 0 auto 20px;
    width: 990px;
  }


  /*===== area-list =====*/
  #area-list-wrap {
    margin-top: 20px;
  }

  #area-list-wrap .section-inner {
    width: 100%;
    padding: 0;
    position: relative;
    max-width: 980px;
    margin: 0 auto;
  }

  .blk_change *,
  #area-list-map * {
    /*margin: 0;*/
    /*padding: 0;*/
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #232b39;
  }

  .blk_change {
    margin: 0 0 24px;
    width: 750px;
  }

  .blk_change h1 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 24px;
    border-left: 8px solid #70c01f;
    padding-left: 12px;
    line-height: 1.3;
  }

  .blk_change h1 span {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
  }

  .blk_change ul {
    border: 2px solid #05aa22;
    border-radius: 5px;
    margin: 0 0;
  }

  .blk_change ul li {
    padding: 0;
    position: relative;
  }

  .blk_change ul li:first-child {
    border-bottom: 1px solid #ccc;
  }

  .blk_change ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
  }

  .blk_change ul li dl {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 15px;
  }

  .blk_change ul li dl dt {
    background: #05aa22;
    color: #fff;
    width: 20%;
    position: relative;
    padding: 0 0;
    text-align: center;
  }

  .blk_change ul li dl dd {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding-left: 16px;
    width: 80%;
  }

  .blk_change ul li dl dd p {
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    padding-left: 0;
    text-overflow: ellipsis;
    width: calc(100% - 60px);
    white-space: nowrap;
  }

  .blk_change ul li dl dd a,
  .blk_change ul li dl dd a label {
    color: #00aa23;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-left: auto;
    width: auto;
    padding: 0 14px;
    outline: none;
  }

  .blk_change ul li dl dd span {
    color: #00aa23;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-left: auto;
    width: auto;
    padding: 0 14px;
    outline: none;
    top: 0;
    padding: 0;
  }

  .blk_change ul li dl dd span::after {
    content: none;
  }

  .blk_change ul li dl dd .default-area {
    color: #232b39;
    font-size: 16px;
    font-weight: bold;
  }

  .blk_change ul li dl dd .default-feature {
    color: #232b39;
    font-size: 14px;
    font-weight: normal;
  }

  #area-list-map {
    display: none;
    width: 100%;
  }

  #mapfield {
    height: 500px;
    margin-bottom: 20px;
    width: 750px !important;
  }

  .gm-style-iw {
    width: 232px !important;
    overflow: hidden;
    background: #fff !important;
  }

  .map-balloon-box4 {
    border: 2px solid #0088ce;
    border-radius: 5px !important;
    padding-bottom: 5px !important;
    top: 0 !important;
  }

  .map-balloon-box2 {
    border-radius: 5px !important;
  }

  .map-balloon-box3>div div {
    border: 2px solid #0088ce !important;
    position: relative !important;
    border-top-color: #fff !important;
    background: #fff !important;
    top: -4px !important;
    z-index: 100 !important;
  }

  .map-balloon-box3>div:first-of-type {
    left: -6px !important;
    top: -1px !important;
    width: 18px !important;
    height: 30px !important;
  }

  .map-balloon-box3 div>div:nth-of-type(2) {
    left: 10px !important;
    top: -1px !important;
    width: 18px !important;
    height: 30px !important;
  }

  .map-balloon a {
    display: block;
    text-decoration: none;
  }

  #area-list-map .map-balloon h2 {
    color: #0088ce !important;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.3;
  }

  #area-list-map .map-balloon p .review-star {
    display: inline-block;
    background: url(https://www.e-ohaka.com/area_list_resources/img/star_l.png) no-repeat left top/cover;
    width: 100px;
    height: 17px;
    overflow: hidden;
    position: relative;
    top: 2px;
  }

  #area-list-map .map-balloon p .star4-5 {
    background-position: left -27px;
  }

  #area-list-map .map-balloon p .star3-5 {
    background-position: left -81px;
  }

  #area-list-map .map-balloon p .star2-5 {
    background-position: left -135px;
  }

  #area-list-map .map-balloon p em {
    font-size: 18px;
    margin-left: 12px;
  }

  #area-list-map .map-balloon p span {
    color: #0088ce !important;
    font-weight: bold;
    font-size: 14px;
  }

  #area-list-map .map-balloon ul {
    width: 200px;
    margin-top: 12px;
  }

  #area-list-map .map-balloon ul li {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
  }

  .cf {
    width: 100%;
  }

  .cf:before,
  .cf:after {
    content: " ";
    display: table;
  }

  #area-list-contents {
    display: inline-block;
    flex-wrap: wrap;
    position: relative;
    width: 750px;
  }

  #area-list-side {
    display: inline-block;
    width: 216px;
    position: relative;
  }

  #area-list-side .area-doc-request {
    background: #f8f5f1;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
    padding: 12px;
    text-align: center;
  }

  .area-doc-request .lead-doc-request {
    margin-bottom: 14px;
  }

  .area-doc-request .btn-doc-request {
    background: -moz-linear-gradient(top left, #ff8501, #f19500);
    background: -webkit-linear-gradient(top left, #ff8501, #f19500);
    background: linear-gradient(to bottom right, #ff8501, #f19500);
    border: solid 1px #ff7700;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 20px 0;
    text-align: center;
  }

  .area-doc-request .num-freecall {
    font-family: roboto;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .area-doc-request .num-freecall .icon-fc {
    height: auto;
    margin-right: 6px;
    width: 32px;
  }

  .area-doc-request .txt-free {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
  }

  .fix-side-bnr {
    padding-top: 10px;
  }

  .fix-side-bnr li:first-child {
    margin-bottom: 10px;
  }

  .fix-side-bnr.fixed {
    display: block;
    position: fixed;
    top: 0;
  }

  .fix-side-bnr.stop {
    position: absolute;
    top: auto;
    bottom: 24px;
  }

  #area-list-main .area-list-map-btn {
    align-items: center;
    background: #fff;
    border-radius: 0 0 8px 8px;
    border: 1px solid #ccc;
    border-top: 1px solid #fff;
    color: #00aa23;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    justify-content: center;
    margin: -1px auto 0;
    position: relative;
    text-align: center;
    width: 400px;
  }

  #area-list-main .area-list-map-btn::before {
    background: url(https://www.e-ohaka.com/area_list_resources/img/icn_map_2x.png) no-repeat left center/24px 23px;
    content: "";
    display: inline-block;
    height: 23px;
    margin-right: 18px;
    width: 24px;
  }

  #area-list-main .area-list-map-btn span {
    color: #00aa23;
  }

  #area-list-main .area-list-map-btn::after {
    border-right: solid 2px #00aa23;
    border-top: solid 2px #00aa23;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 8px;
    transform: rotate(45deg);
    width: 8px;
  }

  #area-list-main .area-list-map-btn.area-list-map-active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 16px 0 0 12px;
  }

  #area-list-main .area-list-map-btn.area-list-map-active span:first-of-type {
    display: none;
  }

  #area-list-main .area-list-map-btn.area-list-map-active span:last-of-type {
    display: inline-block;
  }

  #area-list-main .area-list-number {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
  }

  #area-list-main .area-list-number>p {
    font-size: 18px;
  }

  #area-list-main .area-list-number>p span {
    color: #ff7700;
  }

  #area-list-main .area-list-bnr {
    margin-bottom: 15px;
  }

  #area-list-main input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .checked {
    background-color: #edf6e3;
  }

  .tag-station {
    background: #4fb0d2;
  }

  .tag-pet {
    background: #f49702;
  }

  .tag-gardening {
    background: #6fa92e;
  }

  #area-list-main .area-list-bnr {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }

  #area-list-main .area-list-bnr li {
    width: 200px;
    margin-right: 8px;
    position: relative;
    z-index: 2;
  }

  #area-list-main .area-list-bnr li:last-child {
    margin-right: 0;
  }

  #area-list-main .area-list-bnr li a {
    display: block;
    background: #f55d00;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    line-height: 1.2;
    padding: 6px 8px;
    position: relative;
  }

  #area-list-main .area-list-bnr li a::before {
    content: "";
    display: inline-block;
    background: url(../img/icn_resume_2x.png) no-repeat left center / 18px 18px;
    width: 18px;
    height: 18px;
    position: relative;
    margin-top: -9px;
    top: 9px;
    left: 0;
    margin-right: 8px;
  }

  #area-list-main .area-list-bnr li:last-child a::before {
    background: url(../img/icn_footprint_2x.png) no-repeat left center / 22px 22px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    top: 11px;
    left: 0;
    margin-right: 4px;
  }

  #area-list-main .area-list-bnr li:last-child a {
    background: #05aa22;
  }

  #area-list-main .area-list-bnr li span {
    display: block;
    font-size: 12px;
    margin-left: 2em;
    font-weight: normal;
    color: #fff !important;
  }

  #area-list-main .area-list-bnr+p {
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 12px;
  }

  #area-list-main .area-list-bnr+p a {
    font-size: 15px;
    color: #0088ce;
    position: relative;
    font-weight: bold;
    text-decoration: none;
  }

  #area-list-main .area-list-bnr+p a::after {
    display: inline-block;
    position: relative;
    content: "";
    width: 8px;
    height: 8px;
    margin: 10px 0 0 4px;
    border-top: solid 2px #0088ce;
    border-right: solid 2px #0088ce;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #area-list-main .area-list-conversion ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
  }

  #area-list-main .area-list-conversion ul li {
    width: 340px;
    margin-right: 20px;
  }

  #area-list-main .area-list-conversion ul li:nth-child(2n) {
    margin-right: 0;
  }

  #area-list-main .area-list-conversion ul img {
    width: 100%;
    height: auto;
  }

  #area-list-main .area-list-next {
    background: #fff;
    border: 2px solid #00aa23;
    border-radius: 42px;
    color: #00aa23;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 350px;
    margin: 30px auto 60px;
    position: relative;
    padding: 20px 10px;
    line-height: 1;
    cursor: pointer;
  }

  #area-list-main .area-list-next::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #00aa23;
    border-right: solid 2px #00aa23;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    float: left;
    left: 70px;
  }

  .area-list-bottom-search {
    max-width: 980px;
    margin: 0 auto 30px !important;
  }

  #area-list-side .conts-bnr li:not(:last-child) {
    margin-bottom: 10px;
  }

  #area-list-main .card {
    position: relative;
    margin-bottom: 20px;
  }

  #area-list-main .card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    z-index: 1;
    display: block;
  }

  /*バナーx2レイアウト(180921)*/
  #area-list-main .area-list-bnrx2 {
    display: flex;
    justify-content: space-between;
    margin: 12px 0 20px;
  }

  #area-list-main .area-list-bnrx2 a:hover {
    opacity: .8;
  }

  /*ランキングページ(180828)*/

  .blk_change h1.ranking {
    background: #70c01f url(/icon_img/icon_ranking.png) 20px no-repeat;
    background-size: 32px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
    border-left: none;
    padding: 10px 0 8px 54px;
    line-height: 1.3;
  }

  #area-list-main.bg-ranking {
    background: #f0f9e8;
    float: left;
    width: 740px;
    padding: 0 20px 20px 20px;
    border-top: 1px solid #6dbb4f;
    position: relative;
    margin-bottom: 24px;
  }

  #area-list-main.bg-ranking a {
    text-decoration: none;
  }

  #area-list-main .area-list-btn {
    width: 400px;
    margin: -1px auto 20px;
    position: relative;
    background: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #00aa23;
    border: 1px solid #6dbb4f;
    border-top: 1px solid #fff;
    border-radius: 0 0 8px 8px;
    padding: 8px 10px 18px;
  }

  #area-list-main .area-list-btn span {
    color: #00aa23;
  }

  #area-list-main .area-list-btn::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    margin: 4px 0 0 12px;
    border-top: solid 2px #00aa23;
    border-right: solid 2px #00aa23;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #area-list-main.bg-ranking .box-nothing {
    background: #fff;
    font-size: 24px;
    line-height: 2.0;
    padding: 80px 0;
    text-align: center;
  }

  #area-list-main.bg-ranking .box-nothing a {
    color: #00aa23;
    text-decoration: underline;
  }

  .card .itemRanking {
    background: #b7df8f url(/icon_img/icon_ranking.png) 10px no-repeat;
    background-size: 28px;
    border-bottom: solid 2px #ccc;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 10px 42px 8px;
  }

  .card .itemRanking span {
    font-size: 1.2rem;
  }

  /* 当日見学予約img追加(190111) */
  #area-list-main .btn-today {
    margin: 0 auto 15px;
    text-align: center;
    z-index: 2;
    position: relative;
  }

  #area-list-main .btn-today+p {
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 12px;
  }

  #area-list-main .btn-today+p a {
    font-size: 15px;
    color: #0088ce;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }

  #area-list-main .btn-today+p a::after {
    display: inline-block;
    position: relative;
    content: "";
    width: 8px;
    height: 8px;
    margin: 10px 0 0 4px;
    border-top: solid 2px #0088ce;
    border-right: solid 2px #0088ce;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* 一覧FV改修(180201) */
  .display-pc {
    display: none;
  }

  .prev {
    float: left;
    padding-bottom: 4px;
  }

  .prev a {
    color: #2c8f5c;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    /*display: block;*/
  }

  .next {
    /*float: right;*/
    padding-bottom: 4px;
  }

  .next a {
    color: #2c8f5c;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
  }

  li.current {
    background: #E6EDE0;
    box-shadow: none;
    color: #5AAE08;
    font-weight: bold;
    text-align: center;
  }
}

/*　MOON_L1-4142　モーダル　*/
.modal__inr--type {
  padding: 20px 10px;
  height: 90%;
  overflow-y: scroll;
}

.modal__inr--type .modal__inr--type--txt {
  display: block;
  border-bottom: #ddd solid 1px;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}

.modal__inr--type .modal__inr--type--txt h3 {
  font-size: 14px;
  margin: 0;
  padding: 8px 8px 8px 10px;
  font-weight: bold;
  width: 67%;
  position: relative;
}

.modal__inr--type .modal__inr--type--txt h3::before {
  content: "";
  width: 5px;
  height: 30px;
  background: #03aa22;
  left: 0;
  top: 0;
  position: absolute;
}

.modal__inr--type .modal__inr--type--txt h3 span {
  display: inline-block;
  font-size: 11px;
  position: relative;
  padding: 0 0 0 5px;
  font-weight: normal;
  top: -2px;
}

.modal__inr--type .modal__inr--type--txt p {
  width: 100%;
  font-size: 13px;
  margin: 0;
  padding: 8px 0 0 0;
  line-height: 1.5;
}

.modal__inr--type .modal__inr--type--txt p strong {
  font-weight: bold;
}

.modal__inr--type .modal__inr--type--txt figure {
  display: block;
  margin: 0 0 0 15px;
  float: right;
  width: 30%;
}

.txt__attention {
  font-size: 12px;
  font-weight: normal;
  display: block;
  letter-spacing: -1px;
  margin: 5px 0 0 0;
  line-height: 1;
}

.modal__header--type {
  border-bottom: solid 1px #dcdcdc;
  height: 48px;
  line-height: 48px;
}

.modal__header--type h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 7px 0 0 0;
  text-align: center;
  line-height: 1;
}

.modal__header--type .btn-close {
  cursor: pointer;
  display: inline-table;
  line-height: 24px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.modal__header--type .btn-close i.material-icons {
  border: solid 1px #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ccc;
  font-size: 24px;
  height: 24px;
  margin: 12px;
  text-align: center;
  width: 24px;
}

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

  .modal__inr--type {
    padding: 5px 10px 0 10px;
  }

  .modal__inr--type .modal__inr--type--txt {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 80% 20%;
    grid-template-rows: 100%;
    -ms-grid-template-columns: 80% 20%;
    -ms-grid-rows: 100%;
    margin: 10px 10px 10px 10px;
    padding: 0;
  }

  .modal__header--type h2 {
    font-size: 17px;
    margin: auto;
    line-height: inherit;
    padding: 0;
  }

  .modal__inr--type .modal__inr--type--txt h3 {
    font-size: 15px;
    margin: 0;
    padding: 5px 10px;
    grid-column: 1/3;
    grid-row: 1;
    width: auto;
  }

  .modal__inr--type .modal__inr--type--txt h3::before {
    height: 25px;
  }

  .modal__inr--type .modal__inr--type--txt p {
    width: 78%;
    font-size: 14px;
    margin: 20px 0 0 0;
    grid-column: 1/3;
    grid-row: 1;
    padding: 10px 0;
    line-height: 1.6;
  }

  .modal__inr--type .modal__inr--type--txt figure {
    display: block;
    grid-column: 2/3;
    grid-row: 1;
    float: none;
    width: auto;
  }

  .txt__attention {
    display: inline-block;
  }

}

/*
MOON_L1-4077 [PC] サイドカラムUIのリニューアル
*/

.sidebnr-item {
  border: solid 1px #ccc;
  border-radius: 5px;
}

#area-list-side .conts-bnr li.sidebnr-item:not(:last-child) {
  margin-bottom: 12px;
}

.sidebnr-item .item__ttl {
  font-size: 14px;
  font-weight: bold;
  background-color: #efefef;
  color: #232f3e;
  padding: 5px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.sidebnr-item .item__conts {
  position: relative;
  margin: 0 10px;
  height: auto;
  padding: 10px 0;
}

.sidebnr-item .item__conts::after {
  content: "";
  background: url(https://cdn.e-ohaka.com/area_list/img/dotted-line.png) no-repeat;
  width: 100%;
  height: 1px;
  margin: 10px 0;
  position: absolute;
}

.sidebnr-item .item__conts:last-child::after {
  background: none;
}

.sidebnr-item .item__conts--bnr::after {
  top: 100px;
  right: 0;
}

.sidebnr-item .item__conts a {
  display: block;
  text-decoration: none;
}

.sidebnr-item .item__img {
  float: left;
  margin-right: 10px;
  width: 75px;
  height: 56px;
  object-fit: fill;
}

.sidebnr-item .item__bnr {
  clear: both;
}

.sidebnr-item .item__txt {
  font-weight: bold;
  line-height: 1.4;
  color: #0088ce;
  min-height: 56px;
}

.sidebnr-item .item__conts--txt .item__txt {
  min-height: auto;

}

/*ここまで MOON_L1-4077 [PC] サイドカラムUIのリニューアル*/

/* MOON_L1-4418 一覧ページ要素改修 */
.information-block {
  position: relative;
  margin-bottom: 10px;
}

.information-block__area {
  position: relative;
  margin-top: 30px;
}

.information-block *,
.information-block :after,
.information-block :before,
.information-block__area *,
.information-block__area :after,
.information-block__area :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.information-block label,
.information-block__area label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 90px;
  cursor: pointer;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(70%, #fff));
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 70%);
}

.information-block input:checked+label,
.information-block__area input:checked+label {
  background: inherit;
  height: 30px;
}

.information-block label:after,
.information-block__area label:after {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  content: "続きを読む";
  color: #1ba0e5;
  text-decoration: underline;
}

.information-block input,
.information-block__area input {
  display: none;
}

.information-block div,
.information-block__area div {
  overflow: hidden;
  height: 90px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.information-block input:checked+label:after,
.information-block__area input:checked+label:after {
  content: "閉じる";
}

.information-block input:checked~.fv-acc,
.information-block__area input:checked~.fv-acc {
  height: auto;
  padding-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.information-block .fv-acc p,
.information-block__area .fv-acc p {
  font-size: 14px;
  line-height: 1.6;
  padding: 0 10px;
}

.information-block .fv-acc p a,
.information-block__area .fv-acc p a {
  text-decoration: none;
}

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

  .information-block .fv-acc p,
  .information-block__area .fv-acc p {
    padding: 0;
  }
}


/* 一覧全体改修（MOON_L1-4516/221014） */

/* エリアを選ぶ */
.modal-one .modal-dialog {
  background: #eee;
}

.modal-one .modal-header {
  background: #fff;
}

.modal-one .modal-dialog .content {
  background: #fff;
}

.modal-one .modal_body .list_condition {
  margin-bottom: 48px;
}

.modal-one .modal_body .list_condition li {
  border-right: none;
  width: 94%;
  margin: 0 3%;
}

section.sec_prefecture {
  display: flex;
  flex-flow: column wrap;
  width: 100px;
}

section.sec_prefecture .tab_prefecture {
  align-items: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #05aa22;
  display: flex;
  height: 48px;
  background: #fff;
  padding-left: 10px;
  cursor: pointer;
}

section.sec_prefecture .tab_prefecture:nth-last-of-type(1) {
  margin-right: 0;
}

section.sec_prefecture input {
  display: none;
}

section.sec_prefecture .content {
  left: 100px;
  width: calc(100% - 100px);
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}

section.sec_prefecture input:checked+.tab_prefecture {
  background: #fff;
  border-left: 4px solid #05aa22;
  border-right: none;
  color: inherit;
  padding-left: 6px;
}

section.sec_prefecture input:checked+.tab_prefecture+.content {
  height: auto;
  height: 100%;
  overflow: auto;
  padding-bottom: 48px;
  transition: .5s opacity;
  opacity: 1;
  z-index: 1;
}

/* #area-list-main調整 */
#area-list-wrap #area-list-main {
  background: #efefef;
}

#area-list-main .btn-line {
  display: none;
}

/* 上部コンテンツ */
.information-block {
  display: none;
}

/* ベースタイトル */

.ttl_h2 {
  border-bottom: 1px solid #05aa22;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

.ttl_h2.adj_margin {
  margin: 0 10px 10px;
}

.ttl_h3 {
  border-left: 4px solid #05aa22;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 8px;
}

.ttl_h4 {
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px;
}

/* 区画タイプ */
.sec_type .info_type {
  align-items: center;
  color: #05aa22;
  display: flex;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}

.sec_type .info_type::before {
  border: 2px solid #05aa22;
  border-radius: 50%;
  content: '?';
  display: inline-block;
  font-size: .75rem;
  height: 14px;
  margin-right: 2px;
  text-align: center;
  width: 14px;
}

.sec_type {
  margin: 0 10px 16px;
  position: relative;
}

.sec_type .list_select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec_type .list_select li {
  height: 44px;
  width: 23.2%;
}

.sec_type .list_select li a {
  align-items: center;
  border: 1px solid #05aa22;
  border-radius: 4px;
  box-sizing: border-box;
  color: #232b39;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 100%;
}

.sec_type .list_select li a.non {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #666;
  pointer-events: none;
}

.sec_type .list_select li a span {
  display: block;
  font-weight: normal;
  text-align: center;
  width: 100%;
}

.sec_type .list_select a:hover {
  background: #05aa22;
  color: #fff;
}

.sec_type .list_select a.item_active {
  background: #05aa22;
  color: #fff;
  pointer-events: none;
}

/* 表示順 */
.blk_sort {
  display: flex;
  flex-wrap: nowrap;
  line-height: 1.5;
  padding: 12px 10px 16px;
}

.blk_sort .txt_number {
  display: inline-flex;
  width: 100px;
}

.blk_sort .txt_number>em {
  font-weight: bold;
}

.blk_sort .list_sort {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  width: auto;
}

.blk_sort .list_sort li {
  color: #05aa22;
  font-weight: bold;
  margin-right: 15px;
  white-space: nowrap;
}

.blk_sort .list_sort li.item_active {
  border-bottom: 2px solid #05aa22;
  color: #232b39;
}

.blk_sort .list_sort li:last-child {
  margin-right: 0;
}

.blk_sort .list_sort li>a {
  color: #05aa22;
  text-decoration: none;
}

/* カード */
.list_card {
  width: 100%;
}

.list_card .item_card {
  background: #fff;
  border: 1px solid #d5d5d5;
  margin: 0 0 16px;
  padding: 10px 10px 0;
  position: relative;
}

.list_card .ttl_card {
  display: flex;
  margin-bottom: 8px;
}

/*prマークがない場合*/
.list_card .area-list__cemetery {
  width: 80%;
  font-weight: bold;
  font-size: 1.125rem;
  color: #0088ce;
  text-decoration: underline;
  line-height: 1.5;
  display: block;
  margin: 0 auto 0 0;
}

/*prマークがある場合*/
.list_card .item_pr .area-list__cemetery {
  width: 73%;
  font-weight: bold;
  font-size: 1.125rem;
  color: #0088ce;
  text-decoration: underline;
  line-height: 1.5;
  display: block;
  margin: 0 auto 0 0;
}

.list_card .item_pr .ttl_card::after {
  display: block;
  text-align: center;
  border: 1px solid #999;
  border-radius: 2px;
  box-sizing: border-box;
  color: #999;
  content: 'PR';
  font-size: .875rem;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  width: 30px;
}

.list_card .txt_lead {
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 16px;
}

/*prマークがない場合*/
.list_card .area-list-icon__history--visited {
  display: block;
  font-size: 12px;
  border-radius: 2px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 5px;
  font-style: normal;
  margin: 0;
  color: #666;
  border: #666 solid 1px;
}

/*prマークがある場合*/
.list_card .item_pr .area-list-icon__history--visited {
  display: block;
  font-size: 12px;
  border-radius: 2px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 5px;
  font-style: normal;
  margin: 0 5px 0 0;
  color: #666;
  border: #666 solid 1px;
}

/* スライダー（splide.js） */
.list_card .splide {
  margin-bottom: 16px;
  z-index: 1;
}

.list_card .splide .icon_religious_sp {
  align-items: center;
  background: #05aa22;
  border-radius: 2px;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 24px;
  font-size: .8125rem;
  left: 8px;
  line-height: 1;
  position: absolute;
  top: 8px;
  width: 64px;
  z-index: 1;
}

.list_card .splide__list input {
  display: none;
}

.list_card .splide__pagination {
  counter-reset: pagination-num;
  position: relative;
}

.list_card .splide__pagination li {
  font-size: 12px;
}

.list_card .splide__pagination__page {
  align-items: center;
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  height: 18px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: 8px;
  top: -184px;
  width: 24px;
}

.list_card .splide__pagination__page::before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
  font-size: 8px;
}

.list_card .splide__pagination__page.is-active {
  background: rgba(0, 0, 0, 0.64);
  opacity: 1;
}

.list_card .splide__pagination__page.is-active::after {
  content: '/4';
  font-size: 8px;
}

.list_card .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_card .splide:not(.is-active) .splide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 240px);
  gap: 8px;
}

.list_card .splide__list {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 1;
}

.list_card .splide__list .splide__slide {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.list_card .splide .link_img {
  height: 100%;
  position: absolute;
  left: 25%;
  top: 0;
  width: 50%;
  z-index: 1;
}

.list_card .splide__list img {
  display: inline-block;
  height: 100%;
  list-style: none;
  object-fit: cover;
  scroll-snap-align: center;
  width: 100%;
}

.list_card .splide__arrow {
  background: rgba(0, 0, 0, 0.4);
  padding-top: 5px;
}

.list_card .splide__arrow:disabled {
  opacity: 0;
}

.list_card .arrow {
  top: 0;
  position: absolute;
  width: 12%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.list_card .arrow:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 4px solid gray;
  border-bottom: 4px solid gray;
}

.list_card .left {
  left: 0px;
}

.list_card .left:before {
  top: calc(50% - 10px);
  left: calc(50% - 4px);
  transform: rotate(45deg);
}

.list_card .right {
  right: 0;
}

.list_card .right:before {
  top: calc(50% - 10px);
  right: calc(50% - 6px);
  transform: rotate(-135deg);
}

/* 所在地 */
.list_card .list_location {
  margin-bottom: 12px;
}

.list_card .list_location li {
  align-items: center;
  display: flex;
  font-size: .875rem;
  line-height: 1.2;
}

.list_card .item_address::before {
  color: #05aa22;
  content: '\e55f';
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 1.25rem;
  margin-right: 4px;
}

.list_card .item_access::before {
  color: #05aa22;
  content: '\e536';
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 1.25rem;
  margin-right: 4px;
}

/* 評価 */
.list_card .blk_rating {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

.list_card .blk_rating .icon_stars {
  margin-right: 8px;
}

.list_card .blk_rating .icon_stars i {
  color: #ff7700;
  display: inline-flex;
  font-family: 'Material Icons';
  font-size: 1.25rem;
  font-style: normal;
}

.list_card .blk_rating .point_rating {
  align-items: center;
  display: inline-flex;
  font-size: .875rem;
  font-style: normal;
  margin-right: 8px;
  z-index: 1;
}

.list_card .blk_rating .point_rating em {
  font-size: 1rem;
  font-weight: bold;
}

.list_card .blk_rating .point_rating a {
  color: #0088ce;
}

.list_card .icon_religious_pc {
  display: none;
}

/* 価格表 */
.list_card .tbl_price {
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: .875rem;
  line-height: 1.2;
  margin-bottom: 16px;
  width: 100%;
}

.list_card .tbl_price th,
.list_card .tbl_price td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px 0 3px;
  text-align: center;
}

.list_card .tbl_price thead {
  background: #f5f5f5;
  font-size: .75rem;
}

.list_card .tbl_price td em {
  color: #d94372;
  font-size: 1rem;
  font-weight: bold;
}

/* 特徴 */
.list_card .list_feature {
  margin-bottom: 16px;
}

.list_card .list_feature li {
  border: 1px solid #05aa22;
  border-radius: 2px;
  color: #05aa22;
  display: inline-flex;
  font-size: .8125rem;
  line-height: 1.5;
  margin: 0 0 8px;
  padding: 0 8px;
}

/* おすすめポイント */
.list_card .wrap_more {
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
}

.list_card .content_more {
  height: 0;
  overflow: hidden;
}

.list_card .label_check {
  align-items: center;
  bottom: 0;
  color: #0088ce;
  cursor: pointer;
  display: flex;
  font-size: .875rem;
  height: 24px;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.list_card .label_check::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin: -6px 8px 0 0;
  border-top: solid 2px #0088ce;
  border-right: solid 2px #0088ce;
  transform: rotate(135deg);
}

.list_card .label_check::after {
  content: "おすすめポイントを見る";
  text-decoration: underline;
}

.list_card .input_check {
  display: none;
}

.list_card .wrap_more .input_check:checked~.label_check::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin: 6px 8px 0 0;
  border-top: solid 2px #0088ce;
  border-right: solid 2px #0088ce;
  transform: rotate(-45deg);
}

.list_card .wrap_more .input_check:checked~.label_check::after {
  content: "おすすめポイントを閉じる";
}

.list_card .wrap_more .input_check:checked~.content_more {
  display: block;
  height: auto;
}

.list_card .blk_staff {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto 20px;
}

.list_card .blk_staff figure {
  margin-right: 16px;
  min-width: 48px;
  width: 48px;
}

.list_card .blk_staff figure img {
  height: 48px;
  margin-bottom: 5px;
  width: 48px;
}

.list_card .blk_staff figure figcaption {
  font-size: .75rem;
  line-height: 1.2;
  text-align: center;
}

.list_card .blk_staff .comment_staff {
  border-radius: 4px;
  width: auto;
  position: relative;
  background: #ecf4e1;
  height: fit-content;
  padding: 10px;
}

.list_card .blk_staff .comment_staff p {
  font-size: .875rem;
  line-height: 1.5;
}

.list_card .blk_staff .comment_staff::before {
  border-bottom: 8px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid #ecf4e1;
  border-top: 8px solid transparent;
  height: 0;
  content: '';
  left: -24px;
  position: absolute;
  top: 16px;
  width: 0;
}

.list_card .data_review {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 24px 48px;
  position: relative;
}

.list_card .data_review::before {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #05aa22;
  box-sizing: border-box;
  color: #05aa22;
  content: '\e7fd';
  display: block;
  font-family: 'Material Icons';
  font-size: 40px;
  height: 48px;
  left: -48px;
  line-height: 48px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
}

.list_card .data_review.woman::before {
  border: 1px solid #d94372;
  color: #d94372;
}

.list_card .data_review li {
  align-items: center;
  line-height: 1.5;
  margin-left: 12px;
  display: inline-flex;
}

.list_card .data_review .icon_stars i {
  color: #ff7700;
  display: inline-flex;
  font-family: 'Material Icons';
  font-size: 1rem;
  font-style: normal;
}

.list_card .data_review .icon_stars span {
  font-weight: bold;
  margin-left: 4px;
}

.list_card .data_review .txt_price em {
  font-weight: bold;
}

.list_card .blk_review {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 10px 10px 0;
}

.list_card .blk_review {
  font-size: .875rem;
  line-height: 1.5;
  position: relative;
}

.list_card .blk_review::before {
  border: 12px solid transparent;
  border-bottom: 16px solid #FFF;
  content: "";
  left: 12px;
  position: absolute;
  top: -27px;
  z-index: 2;
}

.list_card .blk_review::after {
  border: 12px solid transparent;
  border-bottom: 16px solid #ccc;
  content: "";
  left: 12px;
  position: absolute;
  top: -28px;
  z-index: 1;
}

.list_card .blk_review dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.list_card .blk_review dd {
  margin-bottom: 10px;
}

/* 見学予約カレンダー */
.list_card .sec_calendar {
  margin: 0 10px 20px;
  position: relative;
  z-index: 1;
}

.list_card .ttl_calendar {
  color: #05aa22;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 4px;
}

.list_card .list_calendar {
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 8px;
  width: 100%;
}

.list_card .list_calendar li {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  height: 66px;
  justify-content: center;
}

.list_card .list_calendar li.second_week {
  display: none;
}

.list_card .list_calendar .item_week {
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: flex;
  font-size: .75rem;
  height: 20px;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

.list_card .list_calendar li a {
  color: #232b39;
  display: flex;
  flex-wrap: wrap;
  height: 48px;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

.list_card .list_calendar li p {
  align-items: center;
  display: flex;
  font-size: .875rem;
  justify-content: center;
  line-height: 1.5;
  text-decoration: underline;
  width: 100%;
}

.list_card .list_calendar li a span {
  font-size: .75rem;
  line-height: 1.5;
}

.list_card .list_calendar li a span.txt_tel {
  color: #05aa22;
  font-size: .75rem;
  font-weight: bold;
}

.list_card .list_calendar li .mark_circle {
  border: 2px solid #05AA22;
  border-radius: 50%;
  display: block;
  height: 15px;
  width: 15px;
}

.list_card .list_calendar .sat,
.list_card .list_calendar li.sat>a {
  color: #1f63f7;
}

.list_card .list_calendar .sun,
.list_card .list_calendar li.sun>a {
  color: #f64539;
}

.list_card .sec_calendar .txt_other {
  color: #232b39;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}

/* チェックボタン */
.list_card .blk_check {
  position: relative;
  z-index: 1;
}

.list_card .blk_check input {
  display: none;
}

.list_card .blk_check .btn_check {
  align-items: center;
  background: #05aa22;
  border: 2px solid #05aa22;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  height: 48px;
  justify-content: flex-start;
  margin-bottom: 16px;
  padding-left: 16%;
  position: relative;
  width: 100%;
}

.list_card .blk_check .btn_check::before {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  color: #59bec5;
  content: "";
  display: flex;
  font-weight: bold;
  height: 32px;
  justify-content: center;
  left: 14px;
  position: absolute;
  top: 6px;
  width: 32px;
}

.list_card .blk_check .btn_check::after {
  border-bottom: 4px solid #ccc;
  border-right: 4px solid #ccc;
  content: "";
  display: inline-flex;
  height: 16px;
  left: 24px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}

.list_card .blk_check .btn_check_on {
  align-items: center;
  background: #efefef;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #666;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  height: 48px;
  justify-content: flex-start;
  margin-bottom: 16px;
  padding-left: 16%;
  position: relative;
  width: 100%;
}

.list_card .blk_check .btn_check_on::before {
  align-items: center;
  background: #05aa22;
  border-radius: 4px;
  color: #59bec5;
  content: "";
  display: flex;
  font-weight: bold;
  height: 32px;
  justify-content: center;
  left: 14px;
  position: absolute;
  top: 6px;
  width: 32px;
}

.list_card .blk_check .btn_check_on::after {
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  content: "";
  display: inline-flex;
  height: 16px;
  left: 24px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}

.list_card .blk_check .btn_check_on>span {
  font-size: .875rem;
  font-weight: normal;
  padding-left: 4%;
}

.list_card .blk_check input[name^="btn_check_"].radio_on:checked+.btn_check_on {
  display: none;
}

.list_card .blk_check input[name^="btn_check_"].radio_on:checked+.btn_check {
  display: flex;
}

.list_card .blk_check input[name^="btn_check_"].radio_off:checked+.btn_check_on {
  display: flex;
}

.list_card .blk_check input[name^="btn_check_"].radio_off:checked+.btn_check {
  display: none;
}

/* 詳細を見る */
.list_card .txt_link {
  align-items: center;
  background: #ecf4e1;
  color: #0088ce;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  margin: 0 -10px;
  text-decoration: underline;
}

.list_card .txt_link::after {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  margin: 0 0 0 10px;
  border-top: solid 3px #0088ce;
  border-right: solid 3px #0088ce;
  transform: rotate(45deg);
}

/* リンク */
.list_card .link_card {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* おすすめの霊園 */
.sec_recommend {
  background: #fff;
  margin-bottom: 16px;
  padding: 16px 10px;
}

.sec_recommend .ttl_recommend {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.sec_recommend .ttl_recommend a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #0088ce;
}

.sec_recommend .ttl_recommend a::after {
  display: block;
  content: "";
  width: .6rem;
  height: .6rem;
  margin-left: .3rem;
  border-top: solid .1rem #0088ce;
  border-right: solid .1rem #0088ce;
  transform: rotate(45deg);
}

.sec_recommend .list__scroll--cemetery {
  width: 100%;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 10px 0;
}

.sec_recommend .list__scroll--cemetery ul {
  display: flex;
}

.sec_recommend .list__scroll--cemetery ul li {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  max-width: 242px;
  padding: 10px;
  position: relative;
}

.sec_recommend .list__scroll--cemetery .list__scroll--cemetery--inr {
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

.sec_recommend .list__scroll--cemetery ul li figure {
  height: 90px;
  margin-bottom: 8px;
  overflow: hidden;
  width: 220px;
}

.sec_recommend .list__scroll--cemetery ul li img {
  height: 100%;
  max-width: inherit;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
}

.sec_recommend .list__scroll--cemetery ul.list_recommend .list__scroll--cemetery--inr {
  margin-bottom: 0;
}

.sec_recommend .list__scroll--cemetery ul.list_recommend figure {
  height: 90px;
  width: 120px;
}

.sec_recommend .list__scroll--cemetery ul.list_recommend li figure img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.sec_recommend .list__scroll--cemetery::-webkit-scrollbar {
  height: 2px;
}

.sec_recommend .list__scroll--cemetery::-webkit-scrollbar-track {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(5, 170, 34, .1);
  box-shadow: inset 0 0 6px rgba(5, 170, 34, .1);
}

.sec_recommend .list__scroll--cemetery::-webkit-scrollbar-thumb {
  background: rgba(5, 170, 34, .5);
  border-radius: 2px;
}

.sec_recommend h3.ttl__name--cemetery {
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 48px;
}

.sec_recommend p.data__txt--address {
  line-height: 1;
  margin-bottom: 5px;
}

.sec_recommend .list__scroll--cemetery dl {
  display: flex;
}

.sec_recommend .list__scroll--cemetery dl dt::after {
  content: "：";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sec_recommend .list__scroll--cemetery dl dd {
  display: inline-flex;
}

.sec_recommend .list__scroll--cemetery dl dd em {
  color: #c33d64;
}

.sec_recommend .list__scroll--cemetery ul li p {
  padding: 0;
  overflow: hidden;
}

.sec_recommend .list__scroll--cemetery .rating {
  align-items: center;
  display: flex;
  line-height: 1.5;
}

.sec_recommend .list__scroll--cemetery .rating i {
  color: #ff7700;
  display: inline-flex;
  font-family: 'Material Icons';
  font-size: 1.125rem;
  font-style: normal;
}

.sec_recommend .list__scroll--cemetery .rating span {
  font-size: .875rem;
  font-weight: bold;
}

.sec_recommend .list__scroll--cemetery ul li a.anchor__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.sec_recommend .list__scroll--cemetery ul li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.sec_recommend .list__scroll--cemetery button.btn__to--regist {
  bottom: 10px;
  font-size: .8125rem;
  left: 10%;
  padding: 10px 0;
  position: absolute;
  width: 80%;
}

.sec_recommend button.btn__to--regist {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 -2px 2px rgb(0 0 0 / 24%);
  box-shadow: inset 0 -2px 2px rgb(0 0 0 / 24%);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #05aa22;
  display: block;
  font-weight: normal;
  line-height: 1;
  margin: 10px auto 0 auto;
  text-align: center;
  text-decoration: none;
  z-index: 3;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  position: relative;
}

.sec_recommend button.btn__to--regist:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  background: #05aa22;
  color: #fff;
}

.sec_recommend .btn_3cemetery {
  align-items: center;
  background: linear-gradient(180deg, #57DD06 0%, #05AA22 100%);
  border-radius: 4px;
  border: 1px solid #05AA22;
  box-shadow: 0px 2px 4px rgba(1, 56, 11, 0.5);
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 16px auto 0;
  width: 280px;
}

.sec_recommend .btn_3cemetery p {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.125rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.5;
  text-shadow: 1px 0px 4px rgba(5, 98, 22, 0.5);
}

.sec_recommend .btn_3cemetery p>span {
  align-items: center;
  background: #fff;
  border-radius: 2px;
  color: #05aa22;
  display: inline-block;
  font-size: .75rem;
  height: 19px;
  justify-content: center;
  margin-left: 5px;
  text-shadow: none;
  width: 36px;
}

.sec_recommend.sec_pr {
  margin-bottom: 24px;
  padding: 0 10px;
}

.sec_recommend .ttl_h2>.icon_pr {
  border: 1px solid #999;
  border-radius: 2px;
  box-sizing: border-box;
  color: #999;
  display: inline-block;
  font-size: .75rem;
  font-weight: normal;
  height: 18px;
  line-height: 16px;
  margin: 0 0 0 10px;
  text-align: center;
  vertical-align: text-bottom;
  width: 30px;
}

/* ページャー */
.navi_page {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  margin: 24px 0 16px;
}

.navi_page li {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  width: 36px;
}

.navi_page li a {
  color: #05aa22;
  text-decoration: none;
}

.navi_page li.current {
  background: transparent;
}

.navi_page li.current a {
  color: #232b39;
}

.blk_control {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 80%;
}

.blk_control .btn_before,
.blk_control .btn_after {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #05aa22;
  box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.2);
  color: #05aa22;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  gap: 6px;
  height: 48px;
  justify-content: center;
  width: 49%;
}

.blk_control .btn_before.non,
.blk_control .btn_after.non {
  border: 2px solid #ccc;
  box-shadow: none;
  color: #999;
}

.blk_control .btn_before::before {
  border-top: solid 2px #05aa22;
  border-right: solid 2px #05aa22;
  transform: rotate(-135deg);
  content: '';
  display: inline-flex;
  height: 9px;
  width: 9px;
}

.blk_control .btn_after::after {
  border-top: solid 2px #05aa22;
  border-right: solid 2px #05aa22;
  transform: rotate(45deg);
  content: '';
  display: inline-flex;
  height: 9px;
  width: 9px;
}

.blk_control .btn_before.non::before,
.blk_control .btn_after.non::after {
  border-top: solid 2px #999;
  border-right: solid 2px #999;
}

/* バナー（SP） */
.bnr_sp {
  height: auto;
  margin: 0 auto 40px;
  width: 300px;
}

/* 関連記事・サービス */
.sec_recommend.sec_service {
  margin-bottom: 24px;
  padding: 0 10px;
}

/* お墓選び */
.art_info {
  margin-bottom: 24px;
  padding: 0 10px;
}

.art_info .data-cbox h4 {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}

.art_info .data-cbox p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.art_info .data-cbox a {
  color: #0088ce;
}

@media (min-width: 768px) {

  .art_info .data-cbox p {
    margin-bottom: 24px;
  }
}

/* FAQ */
.art_faq {
  margin-bottom: 24px;
  padding: 0 10px;
}

.art_faq .cont_faq {
  margin-bottom: 16px;
  padding-left: 30px;
}

.art_faq .cont_faq dt {
  color: #05aa22;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}

.art_faq .cont_faq dt::before {
  background: #05aa22;
  color: #fff;
  content: 'Q';
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin: 0 8px 0 -30px;
  position: absolute;
  text-align: center;
  width: 22px;
}

.art_faq .cont_faq dd {
  font-size: .875rem;
  line-height: 1.6;
  margin-bottom: 16px;
  position: relative;
}

.art_faq .cont_faq dd::before {
  background: #ecf4e1;
  color: #05aa22;
  content: 'A';
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  margin: 0 8px 0 -30px;
  position: absolute;
  text-align: center;
  width: 22px;
}

.art_faq .cont_faq dd p {
  margin-bottom: 10px;
}

.art_faq .cont_faq dd p a {
  color: #0088ce;
  font-weight: normal;
  margin-bottom: 10px;
}

/* 関連リンク */
.aside_link {
  margin-bottom: 24px;
  padding: 0 10px;
}

.aside_link .list_link {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.aside_link .list_link li {
  display: inline-flex;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

.aside_link .list_link li a {
  color: #0088ce;
}

.aside_link .list_link li::after {
  content: '／';
  display: inline;
  margin: 0 2px 0;
}

.aside_link .list_link li:last-child::after {
  display: none;
}

.aside_link .sec_link h4 {
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}

.aside_link p#show_hide_station_link {
  cursor: pointer;
  color: #0088ce;
  margin: -17px 0 12px;
  text-align: right;
  text-decoration: underline;
}

/* フッターCTA */
.blk_cta {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  height: 80px;
  justify-content: center;
  left: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.blk_cta .txt_cta_sp {
  color: #fff;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 20px;
  text-align: center;
}

.blk_cta .txt_cta_pc {
  display: none;
}

.blk_cta .txt_cta_sp>em {
  color: #ff9900;
  font-size: 1.125rem;
}

.blk_cta .btn_cta {
  align-items: center;
  background: linear-gradient(180deg, #57dd06 0%, #05aa22 100%);
  border-radius: 4px;
  border: 1px solid #05aa22;
  box-shadow: 0px 2px 4px rgba(1, 56, 11, 0.5);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: .625rem;
  height: 48px;
  justify-content: center;
  line-height: 1;
  min-width: 196px;
  width: 48%;
}

.blk_cta .btn_cta .txt_btn {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  justify-content: center;
  margin-bottom: -5px;
  text-shadow: 1px 0px 4px rgba(5, 98, 22, 0.5);
  width: 100%;
}

.blk_cta .btn_cta .txt_btn>em {
  align-items: center;
  background: #fff;
  border-radius: 2px;
  color: #05aa22;
  display: flex;
  font-size: .75rem;
  height: 19px;
  justify-content: center;
  margin-left: 5px;
  text-shadow: none;
  width: 32px;
}

.conversion-pdf {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 0;
  order: 3;
  padding: 10px 5px;
  position: relative;
  max-width: 1280px;
}

.conversion-pdf_wrap {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8px;
}

.conversion-pdf_img {
  margin: 0;
  flex-shrink: 0;
}

.conversion-pdf_img img {
  height: auto;
  margin: 0 10px 0 32px;
  max-width: 80px;
  object-fit: cover;
  object-position: 0 0;
  width: 100%;
}

.conversion-pdf_img p {
  background: no-repeat 1px 0/68px auto url(../img/balloon.png);
  font-size: 14px;
  height: 68px;
  left: 5px;
  line-height: 1.4;
  padding: 14px 0 0;
  position: absolute;
  top: 5px;
  width: 68px;
}

.conversion-pdf_txt {
  width: calc(100% - 140px);
}

.conversion-pdf_ttl {
  color: #FFEB3B;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}

.conversion-pdf_subtxt {
  font-size: .875rem;
  font-weight: bold;
  color: #ffffff;
}

.button_conversion-pdf {
  background: linear-gradient(to bottom, rgba(87, 221, 6, 1), rgba(5, 170, 34, 1));
  border-radius: 5px;
  border: 1px solid rgba(5, 170, 34, 1);
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
  height: auto;
  margin: 0 auto;
  padding: 0 0 5px;
  width: calc(100% - 10px);
}

.button_conversion-pdf a {
  color: #fff;
  display: block;
  height: 100%;
  line-height: 22px;
  text-decoration: none;
  width: 100%;
}

.cv-button-title {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 5px;
  text-shadow: 0 0 6px rgb(0 0 0 / 15%);
}

.button_conversion-pdf .icon-free {
  background-color: #fff;
  border-radius: 2px;
  color: #05aa22;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin-left: 5px;
  padding: 0 5px;
  transform: translateY(-3px);
}

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

  .conversion-pdf {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 20px 10px;
    padding: 10px 10px 0;
  }

  .conversion-pdf_wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .conversion-pdf_img {
    margin-right: 15px;
  }

  .conversion-pdf_img img {
    height: auto;
    margin-left: 48px;
    width: 60px;
  }

  .conversion-pdf_txt {
    width: 100%;
    margin-bottom: 5px;
  }

  .conversion-pdf_ttl {
    font-size: 21px;
  }

  .conversion-pdf_subtxt {
    font-size: 16px;
  }

  .button_conversion-pdf {
    height: 64px;
    margin-bottom: 8px;
    width: 250px;
  }

  .button_conversion-pdf a {
    line-height: 22px;
  }

  .cv-button-title {
    font-size: 22px;
  }

  .button_conversion-pdf .icon-free {
    font-size: 1rem;
  }

}

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

  .blk_cta {
    height: 98px;
    background: rgb(0 0 0 / 80%);
  }

  .conversion-pdf_img {
    margin: 0;
    flex-shrink: 1;
  }

  .conversion-pdf_img img {
    height: auto;
    margin: 0 0px 0 28px;
    object-fit: cover;
    object-position: 0 0;
    width: 30%;
  }

  .conversion-pdf_img p {
    background: no-repeat 1px 0/50px auto url(../img/balloon.png);
    font-size: 11px;
    height: 50px;
    left: 5px;
    line-height: 1em;
    padding: 14px 0 0;
    position: absolute;
    top: 5px;
    width: 50px;
  }

  .conversion-pdf_txt {
    width: 100%;
  }

  .conversion-pdf_txt p {
    margin: 0px 0px 3px 0px;
  }

  .conversion-pdf_ttl {
    font-size: 16px;
    line-height: 1em;
  }

  .conversion-pdf_subtxt {
    font-size: 14px;
    line-height: 0.9em;
  }

  .button_conversion-pdf {
    height: 40px;
  }

  .cv-button-subtext {
    display: none;
  }
}

/* 0件表示 */
.result_non {
  align-items: center;
  color: #d94372;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

.result_non::before {
  border: 2px solid #d94372;
  border-radius: 50%;
  content: '!';
  display: inline-block;
  font-size: .75rem;
  height: 16px;
  line-height: 16px;
  margin-right: 6px;
  text-align: center;
  width: 16px;
}

.sec_spread {
  border: 1px solid #05aa22;
  margin: 0 auto 24px;
  width: calc(100% - 20px);
}

.sec_spread .ttl_spread {
  align-items: center;
  background: #05aa22;
  color: #fff;
  display: flex;
  font-size: .875rem;
  font-weight: bold;
  height: 24px;
  justify-content: center;
}

.sec_spread .list_spread {
  display: flex;
  flex-wrap: wrap;
  font-size: .875rem;
  font-weight: bold;
  justify-content: center;
  line-height: 2rem;
  padding: 10px 0;
  text-align: center;
}

.sec_spread .list_spread li {
  line-height: 1.5;
  margin-bottom: 6px;
  width: 100%;
}

.sec_spread .list_spread li a {
  color: #0088ce;
}

/* PC用 */
@media (min-width: 768px) {

  main.content {
    margin-bottom: 24px;
  }

  /* 上部コンテンツ */
  .information-block {
    display: block;
  }

  #area-list-wrap #area-list-main {
    background: #efefef;
    width: 750px;
    padding: 0 20px 10px;
    border-top: 1px solid #ccc;
    position: relative;
    margin: 0 0 24px 0;
  }

  /* ベースタイトル */

  .ttl_h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 28px;
    padding-bottom: 10px;
  }

  .ttl_h2.adj_margin {
    margin: 0 0 28px;
  }

  .ttl_h3 {
    font-size: 1.125rem;
    line-height: 32px;
    margin-bottom: 20px;
    padding-left: 12px;
  }

  /* エリアを選ぶ */
  .modal_body .list_condition {
    margin-bottom: 10px;
  }

  .modal-one section.sec_prefecture {
    flex-flow: row wrap;
    width: 100%;
  }

  .modal-one section.sec_prefecture .tab_prefecture {
    justify-content: center;
    order: -1;
    cursor: pointer;
    padding: 0;
    width: 112px;
  }

  .modal-one section.sec_prefecture .tab_prefecture:nth-last-of-type(1) {
    margin-right: 0;
  }

  .modal-one section.sec_prefecture input {
    display: none;
  }

  .modal-one section.sec_prefecture .content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: initial;
  }

  .modal-one section.sec_prefecture input:checked+.tab_prefecture {
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #ccc;
    border-top: 5px solid #05aa22;
    padding-bottom: 5px;
  }

  .modal-one .modal_body .list_condition {
    margin-bottom: 0;
  }

  .modal-one .modal_body .list_condition li {
    border-right: 1px solid #ccc;
    width: 25%;
    margin: 0;
  }

  .modal-one section.sec_prefecture input:checked+.tab_prefecture+.content {
    padding-bottom: 0;
  }

  /* 区画タイプ */
  .sec_type {
    margin: 0 0 30px 0;
  }

  .sec_type .ttl_h4 {
    display: inline-block;
    font-size: 1rem;
  }

  .sec_type .info_type {
    cursor: pointer;
    display: inline-block;
    left: 88px;
    top: 2px;
  }

  .sec_type .list_select {
    padding: 10px 0 0 0;
  }

  .sec_type .list_select li {
    width: 23.5%;
  }

  .sec_type .list_select li a {
    padding: 14px 0;
  }

  .sec_type .list_select li a span {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 13px;
    width: auto;
  }

  /* 表示順 */
  .blk_sort {
    justify-content: space-between;
    padding: 24px 10px 16px;
  }

  .blk_sort .txt_number {
    display: inline-block;
  }

  .blk_sort .txt_number>em {
    font-size: 1.25rem;
  }

  .blk_sort .list_sort {
    scrollbar-width: none;
  }

  .blk_sort .list_sort::-webkit-scrollbar {
    display: none;
  }

  .blk_sort .list_sort li {
    cursor: pointer;
  }

  /* カード */
  .list_card.list_near {
    margin-top: 20px;
  }

  .list_card .item_card {
    background: #fff;
    border: 1px solid #05aa22;
    border-radius: 5px;
    margin: 0 0 20px;
  }

  .list_card .txt_lead {
    margin-bottom: 24px;
  }

  /* グリッドレイアウト */
  .list_card .blk_grid {
    display: grid;
    grid-template-columns: 1fr 375px;
    grid-template-rows: auto;
  }

  /* スライダー（CSSのみ） */
  .list_card .splide {
    grid-column: 2/3;
    grid-row: 1/4;
    height: 174px;
    margin: 0 0 16px;
    width: 375px;
  }

  .list_card .splide__track {
    overflow: initial;
  }

  .list_card .splide__list {
    display: block;
    margin: 0 auto 10px;
    min-height: 44vw;
    position: relative;
    width: 89vw;
    z-index: 1;
  }

  .list_card .splide__list .splide__slide {
    height: 43.5px;
    position: initial;
  }

  .list_card .splide__list img {
    border-right: 2px solid #fff;
    height: 44vw;
    margin: 0;
    object-fit: cover;
    position: initial;
    transform: none;
    top: 0;
    width: 66vw;
  }

  .list_card .splide__list label:hover {
    opacity: 0.5;
  }

  .list_card .splide__list label img {
    border-bottom: 2px solid #fff;
    border-right: none;
    display: block;
    height: 76px;
    object-fit: cover;
    right: 0;
    width: 114px;
  }

  .list_card .splide__list li:last-child img {
    border-bottom: none;
  }

  .list_card .splide__list input[name^="switch_img_"] {
    display: none;
  }

  .list_card .splide__list input[name^="switch_img_"]:checked+label {
    opacity: .5;
  }

  .list_card .splide__list input[name^="switch_img_"]~img {
    opacity: 0;
  }

  .list_card .splide__list input[name^="switch_img_"]:checked+label+img {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
  }

  .list_card .splide__list .link_img {
    height: 42.6vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 63.9vw;
  }

  .list_card .splide__list {
    grid-column: 1/2;
    grid-row: 2/7;
    margin-right: 15px;
    min-height: 200px;
    width: 100%;
  }

  .list_card .splide__list img {
    height: 174px;
    object-fit: cover;
    width: 300px;
  }

  .list_card .splide__list label {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 75px;
  }

  .list_card .splide__list label img {
    height: 43.5px;
    width: 75px;
  }

  .list_card .splide__list .link_img {
    height: 240px;
    width: 360px;
  }

  .list_card .splide__arrows,
  .list_card .splide__pagination {
    display: none;
  }

  .list_card .splide .icon_religious_sp {
    display: none;
  }

  /* 所在地 */
  .list_card .list_location {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 8px;
  }

  /* 評価 */
  .list_card .blk_rating {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .list_card .icon_religious_pc {
    align-items: center;
    background: #ecf4e1;
    border-radius: 2px;
    color: #232b39;
    display: flex;
    justify-content: center;
    height: 24px;
    font-size: .75rem;
    width: 64px;
  }

  /* 特徴 */
  .list_card .list_feature {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-bottom: 8px;
  }

  /* 価格表 */
  .list_card .tbl_price {
    grid-column: 1/3;
    grid-row: 4/5;
    margin-bottom: 24px;
  }

  .list_card .tbl_price th,
  .list_card .tbl_price td {
    padding: 6px 0 4px;
  }

  .list_card .tbl_price thead {
    font-size: .875rem;
  }

  .list_card .blk_staff .comment_staff::before {
    top: 24px;
  }

  .list_card .data_review {
    padding-top: 12px;
  }

  .list_card .blk_review::before {
    left: 40px;
  }

  .list_card .blk_review::after {
    left: 40px;
  }

  /* カレンダー */
  .list_card .list_calendar li.second_week {
    display: flex;
  }

  /* チェックボタン */
  .list_card .blk_check .btn_check,
  .list_card .blk_check .btn_check_on {
    cursor: pointer;
    margin: 0 auto 18px;
    max-width: 600px;
    padding-left: 26%;
  }

  .list_card .blk_check .btn_check::before,
  .list_card .blk_check .btn_check_on::before {
    left: 128px;
  }

  .list_card .blk_check .btn_check::after,
  .list_card .blk_check .btn_check_on::after {
    left: 138px;
  }

  .list_card .blk_check .btn_check_on>span {
    padding-left: 2%;
  }

  /* 詳細を見る */
  .list_card .txt_link {
    border-radius: 0 0 5px 5px;
  }

  /* おすすめの霊園 */
  .sec_recommend {
    border: 1px solid #05aa22;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 16px 0;
  }

  .sec_recommend .ttl_recommend {
    margin: 0 10px 10px;
  }

  .sec_recommend .list__scroll--cemetery {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .sec_recommend .list__scroll--cemetery ul {
    padding: 10px 0;
  }

  .sec_recommend .list__scroll--cemetery ul li {
    border: none;
    border-right: 1px dashed #ccc;
    margin: 0;
    max-width: 236px;
    padding: 0 10px;
    width: calc(100% / 3);
  }

  .sec_recommend .list__scroll--cemetery ul li:last-child {
    border-right: none;
  }

  .sec_recommend .list__scroll--cemetery ul li figure {
    margin: 0 auto 8px;
    width: 210px;
  }

  .sec_recommend .list__scroll--cemetery button.btn__to--regist {
    bottom: 0;
    left: calc(50% - 75px);
    width: 150px;
  }

  .sec_recommend .list__scroll--cemetery::-webkit-scrollbar {
    height: 6px;
  }

  .sec_recommend .btn_3cemetery {
    cursor: pointer;
    margin: 10px auto 0;
  }

  .sec_recommend.sec_pr {
    border: none;
    margin: 0 auto 24px;
    max-width: 1000px;
    padding: 0;
  }

  .sec_recommend .ttl_h2>.icon_pr {
    font-size: .875rem;
    height: 24px;
    line-height: 22px;
    width: 32px;
  }

  .sec_recommend.sec_pr .list__scroll--cemetery {
    overflow-x: auto;
    width: 100%;
  }

  .sec_recommend.sec_pr .list__scroll--cemetery ul {
    justify-content: flex-start;
    padding: 0;
  }

  .sec_recommend.sec_pr .list__scroll--cemetery ul li {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 12.5px 0 0;
    max-width: 190px;
    padding: 9px;
    position: relative;
  }

  .sec_recommend.sec_pr .list__scroll--cemetery button.btn__to--regist {
    bottom: 10px;
  }

  .sec_recommend.sec_pr .list__scroll--cemetery ul li:last-child {
    margin: 0;
  }

  .sec_recommend.sec_pr .list__scroll--cemetery ul li figure {
    width: 170px;
  }

  /* ページャー */
  .blk_control {
    justify-content: center;
  }

  .blk_control .btn_before,
  .blk_control .btn_after {
    cursor: pointer;
    margin: 0 10px;
    width: 180px;
  }

  .blk_control .btn_before.non,
  .blk_control .btn_after.non {
    cursor: initial;
  }

  /* バナー（SP） */
  .bnr_sp {
    display: none;
  }

  /* 関連記事・サービス */
  .sec_recommend.sec_service {
    display: none;
  }

  /* お墓選び */
  .art_info {
    margin: 0 auto 40px;
    max-width: 1000px;
    padding: 0;
  }

  /* FAQ */
  .art_faq {
    margin: 0 auto 40px;
    max-width: 1000px;
    padding: 0;
  }

  .art_faq .cont_faq {
    margin-bottom: 32px;
    padding-left: 32px;
  }

  .art_faq .cont_faq dt {
    margin-bottom: 12px;
  }

  .art_faq .cont_faq dt::before {
    font-size: 1.125rem;
    height: 24px;
    line-height: 24px;
    margin: 0 8px 0 -32px;
    width: 24px;
  }

  .art_faq .cont_faq dd::before {
    font-size: 1.125rem;
    height: 24px;
    line-height: 24px;
    margin: 0 8px 0 -32px;
    width: 24px;
  }

  .art_faq .cont_faq dd p {
    margin-bottom: 16px;
  }

  /* 関連リンク */
  .aside_link {
    margin: 0 auto 40px;
    max-width: 1000px;
    padding: 0;
  }

  .aside_link .list_link {
    margin-bottom: 16px;
  }

  .aside_link .sec_link.link_type .list_link li {
    display: block;
    width: 50%;
  }

  .aside_link .sec_link.link_type .list_link li::after {
    display: none;
  }

  .aside_link .sec_link h4 {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  /* フッターCTA */
  .blk_cta {
    background: rgba(0, 0, 0, 0.8);
  }

  .blk_cta .txt_cta_pc {
    color: #fff;
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    margin-right: 6%;
  }

  .blk_cta .txt_cta_sp {
    display: none;
  }

  .blk_cta .txt_cta_pc>em {
    color: #ff9900;
    font-size: 1.5rem;
  }

  .blk_cta .btn_cta {
    cursor: pointer;
    font-size: .875rem;
    max-width: 480px;
  }

  .blk_cta .btn_cta .txt_btn {
    margin-bottom: 0;
  }

  /* 0件表示 */
  .sec_spread {
    margin: 0 auto 36px;
    width: 100%;
  }

  .sec_spread .ttl_spread {
    height: 30px;
  }

  .sec_spread .list_spread {
    font-size: 1rem;
    line-height: 2rem;
    padding: 12px 0;
  }

  #area-list-main .btn-line {
    align-items: center;
    color: #05aa22;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 20px;
  }

  #area-list-main .btn-line::after {
    border-right: solid 2px #00aa23;
    border-top: solid 2px #00aa23;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 8px;
    transform: rotate(45deg);
    width: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .sec_recommend.sec_pr {
    padding: 0 20px;
  }

  .sec_recommend.sec_pr .list__scroll--cemetery {
    padding: 0 0 10px;
  }

  .sec_recommend.sec_pr .list__scroll--cemetery::-webkit-scrollbar {
    display: block;
    height: 6px;
  }

  .area-menu-f,
  .art_info,
  .art_faq,
  .aside_link {
    padding: 0 20px;
  }

  .blk_cta {
    padding: 0 10px;
    width: calc(100% - 20px);
  }

  .blk_cta .txt_cta_pc {
    font-size: 1rem;
    margin-right: 0;
  }
}

/* 地図ボタン */
.btn_map {
  background: center -0.7px / 200% no-repeat url(/responsive/img/info.png) #fff;
  border-radius: 50%;
  bottom: 136px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  color: #05aa22;
  font-size: 0.85rem;
  font-weight: 600;
  height: 64px;
  padding-top: 36px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 64px;
  z-index: 4;
  border: 3px solid #05aa22;
}

.btn_map>a {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .btn_map {
    left: calc(50% + 500px);
    right: unset;
    height: 84px;
    width: 84px;
    padding-top: 42px;
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) and (max-width: 1128px) {
  .btn_map {
    left: unset;
    right: 15px;
  }
}

.art_faq .cont_faq li {
  margin: 10px 0;
}

.art_faq .cont_faq strong {
  font-weight: bold;
}

/******************************* 
| パス: /area_list , /line/駅名/〜.html
| ファイル:  archive_card.blade.php , card.blade.php
| 編集内容: hover visited を付与, <a>タグの位置変更に伴うレイアウト崩れを修正
*******************************/

/* 共通 */
a:hover,
a:active {
  transition: .1s;
}

/* 霊園名 */
.ttl_card-link {
  display: inline-block;
  width: 100%;
}

.list_card .area-list__cemetery {
  width: 100%;
}

/* hover,active,visited を付与 *******************************/

/* 霊園名 */
.ttl_card-link:visited .area-list__cemetery {
  color: #4C2472;
}

.ttl_card-link:hover .area-list__cemetery,
.ttl_card-link:active .area-list__cemetery {
  color: #ff7700;
  transition: .1s;
}

/* この霊園の詳細を見る */
.txt_link-wrap:visited .txt_link {
  color: #4C2472;
}

.list_card .txt_link:hover,
.list_card .txt_link:active {
  color: #ff7700;
  transition: .1s;
}

.txt_link-wrap:hover .txt_link::after,
.txt_link-wrap:active .txt_link::after {
  border-top: solid 3px #ff7700;
  border-right: solid 3px #ff7700;
  transition: .1s;
}

/* 口コミ・評判 */
.list_card .blk_rating .point_rating a:visited {
  color: #4C2472;
}

.list_card .blk_rating .point_rating a:hover,
.list_card .blk_rating .point_rating a:active {
  color: #ff7700;
}

/* おすすめポイント */
label.label_check:hover,
label.label_check:active {
  color: #ff7700;
  transition: .1s;
}

.list_card .label_check:hover::before,
.list_card .label_check:active::before {
  border-top: solid 2px #ff7700;
  border-right: solid 2px #ff7700;
  transition: .1s;
}

.list_card .wrap_more .input_check:checked~.label_check:hover::before,
.list_card .wrap_more .input_check:checked~.label_check:active::before {
  border-top: solid 2px #ff7700;
  border-right: solid 2px #ff7700;
  transition: .1s;
}

/* その他の日程を選ぶ */
.list_card .sec_calendar .txt_other:hover,
.list_card .sec_calendar .txt_other:active {
  color: #ff7700;
  transition: .1s;
}

/* チェックして、まとめて資料請求 */
.blk_check:hover {
  opacity: 0.8;
}

.list_card .blk_check:hover .btn_check::after {
  border-bottom: 4px solid #05aa22;
  border-right: 4px solid #05aa22;
  transition: .1s;
}

/******************************* 
下記classのセクション内にhover,active,visitedを付与
conts-bnr
area-menu-f
aside_link
art_faq
*******************************/

/* conts-bnr *******************************/

.sidebnr-item .item__conts a:visited .item__txt {
  color: #4C2472;
}

.sidebnr-item .item__conts a:hover .item__txt,
.sidebnr-item .item__conts a:active .item__txt {
  color: #ff7700;
  transition: .1s;
}

/* area-menu-f *******************************/

.area-menu-f>ul>li>a:visited .txt-tokusyuu p {
  color: #4C2472;
}

.area-menu-f>ul>li>a:hover .txt-tokusyuu p,
.area-menu-f>ul>li>a:active .txt-tokusyuu p {
  color: #ff7700;
}

/* aside_link *******************************/

.aside_link .list_link li a:visited {
  color: #4C2472;
}

.aside_link .list_link li a:hover,
.aside_link .list_link li a:active {
  color: #ff7700;
}

/* art_faq *******************************/

.art_faq .cont_faq a:visited {
  color: #4C2472;
}

.art_faq .cont_faq a:hover,
.art_faq .cont_faq a:active {
  color: #ff7700;
}

/* other *******************************/

.list-keyword a:visited {
  color: #4C2472;
}

.list-keyword a:hover,
.list-keyword a:active {
  color: #ff7700;
}

/******************************* 
| 「閲覧済み」マーク,エンブレムマーク
*******************************/

.ttl_card a {
  display: flex;
  text-decoration: none;
}

i.area-list-icon__history--visited {
  text-decoration: none;
  white-space: nowrap;
}

/* 最新の口コミ */
section.section.section_review {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.card_row_list {
  display: flex;
  overflow-x: scroll;
}

.card_row_item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 240px;
  min-width: 240px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  position: relative;
}

.card_row_item:not(:first-child) {
  margin-left: 10px;
}

.card_row_img {
  max-height: 120px;
  margin: 5px;
}

.card_row_img img {
  height: 100%;
  object-fit: cover;
}

.card_row_body {
  margin: 5px 10px 10px;
  line-height: 1.4;
}

.card_row_list_review .card_row_item {
  border: none;
  box-shadow: none;
}

.box_review_person {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.box_review_person::before {
  box-sizing: border-box;
  content: "person";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  font-family: Material Icons;
  font-size: 24px;
  color: #05aa22;
  text-align: center;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  line-height: 29px;
  background: #fff;
  border: 2px solid #05aa22;
  border-radius: 50%;
}

.box_review_person.man::before {
  border-color: #4373d9;
  color: #4373d9;
}

.box_review_person.woman::before {
  border-color: #d94372;
  color: #d94372;
}

.content_review_person dd {
  line-height: 1.4;
}

.frame_border {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}

.frame_border::before {
  content: "";
  margin-left: -16px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -20px;
  left: 32px;
  z-index: 2;
}

.frame_border::after {
  content: "";
  margin-left: -17px;
  border: 11px solid transparent;
  border-bottom: 11px solid #ccc;
  position: absolute;
  top: -22px;
  left: 32px;
  z-index: 1;
}

.card_row_list_review .blk_rating {
  margin-bottom: 8px;
}

.card_row_list_review .txt_review {
  margin-bottom: 8px;
}

.card_row_list_review .txt {
  margin-bottom: 8px;
}

.card_row_list_review .txt_link {
  margin-top: auto;
  margin-bottom: 0;
  text-align: left;
}

.card_row_list_review .txt_link::after {
  display: none;
}

.txt_link {
  font-size: .875rem;
  font-weight: bold;
  color: #05AA22;
  text-decoration: underline;
  text-align: center;
}

.txt_limit_5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.scroll_bar_x {
  padding-bottom: 15px;
  overflow-x: scroll;
}

.scroll_bar_x::-webkit-scrollbar {
  height: 3px;
}

.scroll_bar_x::-webkit-scrollbar-track {
  background-color: rgba(5, 170, 34, 0.15);
}

.scroll_bar_x::-webkit-scrollbar-thumb {
  background-color: rgba(5, 170, 34, 0.4);
}

.blk_rating {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 10px;
}

.blk_rating {
  margin-bottom: 2px;
}

.icon_stars {
  display: flex;
  margin-right: 8px;
  letter-spacing: -.15rem;
}

.icon_stars i {
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 1.25rem;
  font-style: normal;
  color: #ff7700;
  line-height: 1.3;
}

.blk_rating .point_rating {
  display: inline-flex;
  align-items: baseline;
  margin-right: 6px;
  font-size: .75rem;
  font-style: normal;
  font-weight: bold;
}

.blk_rating .point_rating em {
  font-size: 1.125rem;
  font-weight: bold;
}

.blk_rating .point_rating a {
  color: #232b39;
  text-decoration: none;
}

.card_link_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* MOON_L1-5281用 start */
.list_card .item_card {
  display: grid;
}

.blk_grid {
  display: grid;
  grid-template-columns: 50vw auto;
  grid-template-rows: auto 1fr;
  gap: 0 5px;
  align-items: start;
}

/* スライダー */
.list_card .splide {
  grid-row: 1/3;
  margin-bottom: 10px;
}

.list_card .splide__list {
  height: 120px;
}

/* アクセス */
.list_card .list_location {
  grid-row: 1/2;
  grid-column: 2/3;
}

.list_card .list_location li {
  margin: 0;
}

.list_card .list_location li:not(:last-child) {
  margin-bottom: 5px;
}

/* 価格表 */
.list_card .tbl_price {
  grid-row: 3/4;
  grid-column: 1/3;
}

/* 見学カレンダーセクション*/
.list_card .sec_calendar {
  display: none;
}

/* チェックしてまとめて資料請求*/
.list_card .blk_check .btn_check {
  display: none;
}

/* 色々*/
.list_card .splide__pagination__page.is-active {
  display: none;
}

.list_card .splide .icon_religious_sp,
.list_card .splide__arrow {
  display: none;
}

/* 口コミ評価 */
.list_card .blk_rating {
  grid-row: 2/3;
  grid-column: 2/3;
}

.list_card .blk_rating .icon_stars {
  margin-right: 5px;
}

.list_card .blk_rating .icon_stars i {
  font-size: 1rem;
}

.list_card .blk_rating .point_rating {
  margin: 0;
}

.list_card .blk_rating .point_rating em,
.list_card .blk_rating .point_rating a {
  font-size: .8125rem;
}


/* 最新の口コミがはみ出している？ */
.section_review .inner {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .list_card .blk_grid {
    gap: 0;
  }

  /* 画像 */
  .list_card .splide {
    width: 375px;
    grid-row: 1/4;
  }

  /* アクセス */
  .list_card .list_location {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .list_card .list_location li::before {
    display: inline-block;
  }

  .list_card .list_location li:not(:last-child) {
    margin-bottom: 0;
  }

  /* 口コミ */
  .list_card .blk_rating {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .list_card .blk_rating .icon_stars {
    margin-right: 8px;
  }

  .list_card .blk_rating .icon_stars i {
    font-size: 1.25rem;
  }

  .list_card .blk_rating .point_rating {
    margin-right: 8px;
  }

  .list_card .blk_rating .point_rating em,
  .list_card .blk_rating .point_rating a {
    font-size: 1rem;
  }

  .list_card .blk_rating .point_rating a {
    display: block;
  }

  /* 価格表 */
  .list_card .tbl_price {
    grid-column: 1/3;
    grid-row: 4/5;
  }

  .list_card .list_feature {
    display: block;
  }

  /* 見学カレンダーセクション*/
  .list_card .sec_calendar {
    display: block;
  }

  /* チェックしてまとめて資料請求*/
  .list_card .blk_check .btn_check {
    display: flex;
  }
}

@media (min-width: 768px) {
  .content_more .list_feature.visible-xs {
    display: none;
  }
}

/* MOON_L1-5281用 end */


/* MOON_L1-5691 SPのみのためmax-width利用 */
.to-reserve {
  display: none;
}

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

  /* h1 */
  #area-list-wrap.area-list__sp h1 {
    margin: 0 10px 0;
  }

  /* 検索パーツ */
  .area-list__sp .blk_change {
    margin: 10px 0 24px 0;
  }

  .area-list__sp .btn .visible-xs {
    font-style: normal;
  }

  .area-list__sp .blk_change ul li dl dd .default-feature {
    color: #666;
  }

  /* カード内見学予約フォームへのボタン */
  .to-reserve {
    background: #ff7700;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto 20px;
    padding: 8px;
    text-decoration: none !important;
    width: 90%;
    text-align: center;
  }

  /* CTA スクロール率15%以上で表示する area_list.js参照 PCの影響を受けるのでinportant必須 */
  .blk_cta,
  .btn_map {
    display: none !important;
  }

  .blk_cta.visible {
    display: flex !important;
  }

  .btn_map.visible {
    display: block !important;
  }

}
