@charset "utf-8";
@import url("/css/header.css");
html {
  font-size: 62.5%;
}

body{
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

#content {
  line-height: 1.5;
}
/* --------------------------------------------------
  汎用クラス
-------------------------------------------------- */

/* 画像の命名規則の変更 */
* > [class^="btn-"] a,
* > [class^="bnr-"] a{
  background: #fff;
  cursor: pointer;
}
* > a:hover [src*="btn-"],
* > a:hover [src*="bnr-"] {
  cursor:pointer;
  opacity:0.7;
}
/* バナー単体中央寄せ */
.cmn_bnr_center{
  text-align: center;
}
.cmn_bnr_center > *{
  display: inline-block;
}

/* --------------------------------------------------
  両端ピンク帯スタイル
-------------------------------------------------- */
body{
  background-image: url(/image_cmn/bg_h_top.png), url(/image_cmn/bg_wrapper.png);
  background-repeat: no-repeat, repeat-y;
  background-position: center top, center center;
}

/* --------------------------------------------------
  タイトル背景画像スライドショー
-------------------------------------------------- */
header#header_new #main_img_area #top_slide_image {
  padding: 26px 0 0 0;
}

header#header_new #main_img_area #top_slide_image li {
  float: left;
}

.verticalReverse_z {
  z-index: 10;
}

header#header_new #main_img_area #top_slide_image li.verticalReverse {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

/* MVアニメーション　NEW */
#main_img_area .top_slider {
  overflow: hidden;
  height: 400px;
}

#main_img_area .top_slider li {
  height: 400px;
  position: relative;
  overflow: hidden;
}

#main_img_area .top_slider li .vw_catch {
  display: block;
  left: calc(50%);
  position: absolute;
  top: calc(50% + 28px);
  transform: translateX(-50%);
  z-index: 8;
}
#main_img_area .top_slider li .vw_catch.vw_catch_h {
  top: calc(50%);
}

#main_img_area .top_slider li .vw_catch img {
  opacity: 0;
}

@keyframes vw_catch {
  0% { transform: translateY(-60px); opacity:0; }
  15% { transform: translateY(-60px); opacity:0; }
  35% { transform: translateY(0); opacity:1; }
  75% { transform: translateY(0); opacity:1; }
  95% { transform: translateY(60px); opacity:0; }
  100% { transform: translateY(60px); opacity:0; }
}
#main_img_area .top_slider li.slick-active .vw_catch img{
  animation-name: vw_catch;
  animation-duration: 7.9s;
  animation-timing-function: ease;
}

/* MVアニメーション　縦横移動、横縦移動 */
#top_slide_image.crossfadeVerticalHorizon li img,
#top_slide_image.crossfadeHorizonVertical li img {
  animation-duration: 5.5s;
  animation-timing-function: ease;
  vertical-align: bottom;
}
/* 縦横移動 crossfadeVerticalHorizon */
#top_slide_image.crossfadeVerticalHorizon li:nth-child(2n + 1) img {
  animation-name: slider-vertical;
  transform: translateY(-200px);
}
#top_slide_image.crossfadeVerticalHorizon li:nth-child(2n) img {
  animation-name: slider-horizon-01;
  transform: translateX(-200px);
}
/* 横縦移動 crossfadeHorizonVertical */
#top_slide_image.crossfadeHorizonVertical li:nth-child(2n + 1) img {
  animation-name: slider-horizon-01;
  transform: translateX(-200px);
}
#top_slide_image.crossfadeHorizonVertical li:nth-child(2n) img {
  animation-name: slider-vertical;
  transform: translateY(-200px);
}
/* アニメーション指定 */
@keyframes slider-vertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-200px);
  }
}
@keyframes slider-verticalReverse {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slider-horizon-01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200px);
  }
}
@keyframes slider-horizon-02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200px);
  }
}
@keyframes slider-horizonReverse-01 {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slider-horizonReverse-02 {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}

/*--------------------------------
 動画広告
---------------------------------*/
.mod_ad_movie{
  position: relative;
  width:644px;
  height:384px;
  margin:20px auto;
  overflow:hidden;
  text-align: center;
}
.mod_ad_movie .ad_movie_ttl {
  margin-bottom:2px;
  text-align:center;
  color:#444;
}
.mod_ad_movie .v_video,
.mod_ad_movie .v_end {
  display:none;
  position:absolute;
  top:18px;
  left:0;
}
.mod_ad_movie .v_replay {
  display:none;
}
.mod_ad_movie .movie_startbtn,
.mod_ad_movie .v_video,
.mod_ad_movie .v_end {
  width:644px;
  height:364px;
  cursor:pointer;
  border:#000 2px solid;
  box-sizing:border-box;
}
.mod_ad_movie .movie_startbtn img,
.mod_ad_movie .v_end img{
  width:640px;
  height:360px;
  overflow:hidden;
}
.mod_ad_movie .movie_startbtn:after {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:100px;
  height:100px;
  margin:auto;
  background:url(/ad_movie/categorytop/cmn/icon_play.png) no-repeat center center;
  background-size:100px 100px;
}
.mod_ad_movie .v_replay img {
  position:absolute;
  bottom:10px;
  right:10px;
  width:100px;
  height:90px;
  cursor:pointer;
}
.mod_ad_movie .v_replay img:hover {
  opacity: 0.7;
}

/* --------------------------------------------------
  地図から施設検索、現在地（GPS）から施設検索、写真から施設検索　ボタン
-------------------------------------------------- */
.mod_fasrch{
  margin: 4px -17px 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mod_fasrch .btn{
  margin: 10px 7px 0;
  width: 308px;
}
.mod_fasrch .btn img{
  width: 100%;
  height: auto;
}
.mod_fasrch .btn.gps{
  display:none;
}
.mod_fasrch .btn.off:hover img{
  opacity:1;
}

.fasrch_catename{
  margin: 20px auto 0;
}

.mod_catename{
  box-sizing: border-box;
  margin:0 auto;
  text-align: center;
}

.mod_fasrch img{
  vertical-align: bottom;
}

#main .fasrch_catename p.mod_fasrch_text,#content .fasrch_catename p.mod_fasrch_text,#mainBlock .fasrch_catename p.mod_fasrch_text{
  margin:0 auto;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  border-bottom: #F75586 solid 3px;
  text-align: center;
  display: inline-block;
  letter-spacing: .1em;
  line-height: 1.1;
  padding: 5px 30px;
  position: relative;
  min-width: 170px;
  box-sizing: border-box;
}

.mod_fasrch_text::before,
.mod_fasrch_text::after {
  content: "";
  display: inline-block;
  background : #F75586;
  width: 14px;
  height: 14px;
  margin: 0 20px 3px 5px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.mod_fasrch_text::after {
  margin: 0 5px 3px 20px;
  left:auto;
  right: 0;
}

.btn_fasrch{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 645px;
}

.btn_fasrch .btn a{
  display: block;
  margin: 12px 7px 0;
}

.btn_fasrch .btn.gps{
  display:none;
}

.btn_fasrch .btn.gray{
  pointer-events: none;
}

@media screen and (max-device-width: 1024px) {
  .btn_fasrch .btn.gps{
    display: inline-block;
  }
}

.btn_fasrch .btn a:hover img {
  opacity: 0.8;
}

.btn_fasrch .btn.off a:hover img{
  opacity:1;
}

/* --------------------------------------------------
 モーダル表示
-------------------------------------------------- */

.btn_cate_modal {
  width:185px;
  height:auto;
  margin:12px auto;
}

.btn_cate_modal a {
  display:block;
}
.btn_cate_modal a:hover {
  cursor: pointer;
}

/*-----モーダル表示　コンテンツ----------*/

.lock {
    overflow:hidden;
}

.modal-overlay {
    z-index:99998;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:#000;
}

.modal-wrap {
    z-index:99999;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}

.modal-content {
  position:relative;
  display:none;
  margin:30px;
  padding:12px;
  border: 3px solid #a0c7f9;
  border-radius: 8px;
  background:#fff;
}

#modal_overlay{
  position: fixed;
  display: block;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  z-index: 101;
}

.modal-content .clsbtn{
  position: absolute;
  display: block;
  top:-25px;
  right:-25px;
  width:60px;
  height: 60px;
  cursor:pointer;
  background: url(/image/top/btn_modal_close.png) no-repeat left top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index:1;
}
.modal-content .clsbtn:hover{
  background-position: left bottom;
}

/* ---------------------------------------
 GPSから検索　モーダル
---------------------------------------- */
.mod_modal_gps{
  box-sizing:border-box;
  width:700px;
  padding: 20px 0 10px;
  border:3px solid #ff6699;
  text-align: center;
  background: url(/image/top/bg_gps_search.png) no-repeat 447px bottom,
      url(/image/top/bg_gps_search_btm.png) no-repeat center bottom,
      linear-gradient(to bottom, #ffd5ec 0%, #fff 45%, #fff 100%);
}
.mod_modal_gps .lead{
  width: 450px;
  margin: 0 auto 0 0;
}
.mod_modal_gps .lead_sub{
  width: 450px;
  margin: 15px auto 0 0;
}
.mod_modal_gps .gps_cate_name {
  width:400px;
  height:53px;
  margin: 15px auto 15px 25px;
  overflow: hidden;
  text-align:center;
}
.mod_modal_gps .gps_cate_name div {
  display:inline-block;
  margin:0 auto;
}
.mod_modal_gps .gps_cate_name div img {
  vertical-align:bottom;
}
.mod_modal_gps .gps_cate_name span {
  display:inline-block;
  height:53px;
  background: url(/image_cmn/bg_gps_cate_name_m.png) repeat-x center bottom;
  padding: 0;
  font-size: 20px;
  line-height: 50px;
  color: #000;
}
.mod_modal_gps .alertbox{
  box-sizing: border-box;
  width: 400px;
  margin: 15px 25px;
  padding:10px;
  border:3px double #ff6347;
  background: #fff;
}
.mod_modal_gps .alertbox p{
  line-height:1.4;
}
.mod_modal_gps .about_gps{
  width:350px;
  margin:15px auto 0;
  padding:8px 0;
  border-top:1px solid #ff6347;
}
.mod_modal_gps .about_gps:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mod_modal_gps .about_gps dt{
  padding:0 0 8px;
}
.mod_modal_gps .about_gps dd{
  float:left;
  width:150px;
  height:30px;
  line-height:30px;
  margin:0 0 0 5px;
  padding:0 0 0 12px;
  background:#eaffea;
  text-align:left;
  border-radius:4px;
  box-sizing:border-box;
}
.mod_modal_gps .about_gps dd.android{
  width:180px;
  margin:0 0 0 10px;
}
.mod_modal_gps .about_gps dd a{
  padding:0 0 0 18px;
  background: url(/image_cmn/ico_outsite.gif) no-repeat left center;
}

/* ---------------------------------------
 地域別ランキングボタン
---------------------------------------- */
#btn_point_list {
  margin: 0 auto;
  padding: 25px 0 20px;
  text-align: left;
  position: relative;
  z-index: 2;
}

#btn_point_list ul {
  margin: 0 auto;
  width: 554px;
}

#btn_point_list li span,
#btn_point_list li a {
  display: block;
  font-weight: 600;
  height: 62px;
  line-height: 64px;
  text-indent: 44px;
  width: 554px;
}

#btn_point_list li span {
  color: #efefef;
  text-shadow:0px 2px 1px #666,0px 1px 1px #666,1px 1px 1px #666,1px 0px 1px #666,2px 0px 1px #666,1px -1px 1px #666,1px -2px 1px #666,0px -2px 1px #666,-1px -2px 1px #666,-2px -2px 1px #666,-2px -1px 1px #666,-2px 0px 1px #666,-2px 1px 1px #666,-1px 1px 1px #666;
}

#btn_point_list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#btn_point_list .access a{
  color: #003e92;
  text-shadow:0px 2px 1px #fff,0px 1px 1px #fff,1px 1px 1px #fff,1px 0px 1px #fff,2px 0px 1px #fff,1px -1px 1px #fff,1px -2px 1px #fff,0px -2px 1px #fff,-1px -2px 1px #fff,-2px -2px 1px #fff,-2px -1px 1px #fff,-2px 0px 1px #fff,-2px 1px 1px #fff,-1px 1px 1px #fff;
}

#btn_point_list .popular{
  display: none;
}

#btn_point_list .popular a{
  color: #bc2c54;
  text-shadow:0px 2px 1px #fff,0px 1px 1px #fff,1px 1px 1px #fff,1px 0px 1px #fff,2px 0px 1px #fff,1px -1px 1px #fff,1px -2px 1px #fff,0px -2px 1px #fff,-1px -2px 1px #fff,-2px -2px 1px #fff,-2px -1px 1px #fff,-2px 0px 1px #fff,-2px 1px 1px #fff,-1px 1px 1px #fff;
}

#btn_point_list .lead {
  margin: 25px 0 0 16px;
}

/*-- アクセスランキング・人気ランキング2つ並び --*/
aside.ranking_box {
  height: auto;
  margin: 40px auto 30px;
  border-bottom: none;
}

aside.ranking_box.btn2 h3 {
  background: transparent url(/image/ranking_ttl.jpg) no-repeat scroll center 0;
}

.ranking_box.btn2 .note_box {
  width: 450px;
  margin: 0 auto;
  padding-top:10px;
}
.ranking_box.btn2 .note_box .note{
    position: relative;
    padding: 0 0 3px 1em;
  line-height:1.4;
}
.ranking_box.btn2 .note_box .note::before {
    content: "■";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 13px;
    color: #093;
}
.ranking_box.btn2 .ranking_txt_box .ranking_btn li {
  width:243px;
}

/*------ ランキング  タブレット用テキスト16px対応 -----*/
aside.ranking_box_txt16,
aside.ranking_box_txt16.ttl_s {
  height: auto !important;
  margin: 30px auto 10px;
  border-bottom: none;

}

aside.ranking_box_txt16 .ranking_txt_box p.ranking_txt,
aside.ranking_box .ranking_txt_box p.ranking_txt {
  width:440px;
  margin:0 auto 5px;
  font-size: 16px;
  line-height: 1.5;
}

aside.ranking_box_pk{
  border-bottom: none;
  height: auto !important;
  margin: 40px auto 10px;
  overflow: hidden;
  width: auto;
}

aside.ranking_box_pk h3{
  background: none;
  border-top: none;
  border-bottom: 3px solid #CAB179;
  display: table;
  font-size: 23px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

aside.ranking_box_pk h3 span{
  background: transparent;
  border-top: none;
  border-bottom: none;
  background-size: contain;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-feature-settings: "palt" 1;
  font-weight: 600;
  height: auto;
  line-height: 1.3;
  letter-spacing: .05em;
  min-width: 200px;
  padding: 5px 35px;
  position: relative;
  text-align: center;
  width: fit-content;
}

aside.ranking_box_pk h3 span::before,
aside.ranking_box_pk h3 span::after{
  background:url(/image/ico-crown-gold.png) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 26px;
  position: absolute;
  top: calc(50% - 14px);
  vertical-align: middle;
  width: 26px;
}

aside.ranking_box_pk h3 span::before{
  left: 0;
}

aside.ranking_box_pk h3 span::after{
  right: 0;
}

aside.ranking_box_pk .ranking_txt_box {
  margin: 15px 10px 10px;
  overflow: hidden;
  text-align: left;
}

aside.ranking_box_pk .ranking_txt_box p.ranking_txt{
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin: 0 auto 5px;
  width: 483px;
  text-align: left;
}

aside.ranking_box_pk .ranking_txt_box .ranking_btn {
  margin: 15px auto 10px;
  overflow: hidden;
  text-align: center;
}

aside.ranking_box_pk .ranking_txt_box .ranking_btn li {
  display: inline-block;
  margin: 0 10px;
  width: 235px;
}

aside.ranking_box_pk .ranking_txt_box .ranking_btn img {
  height: auto;
  width: 235px;
}

aside.ranking_box_pk.ranking_box_pk02{
  width: 580px;
  margin: 40px auto 20px;
}
aside.ranking_box_pk.ranking_box_pk02 .ranking_txt_box {
  margin: 15px 0 10px;
  text-align: center;
}

/*--------------------------------
ランキング
---------------------------------*/
.ranking_box_pk02 p.rank_osusume{
  border-bottom: 2px solid #ff0085;
  display: inline-block;
	font-size: 2.2rem;
	font-weight: 600;
  color:#ff0085;
  text-align: center;
}

.ranking_box_pk02 p.rank_osusume::before,
.ranking_box_pk02 p.rank_osusume::after {
	content: url(/search/image/rank/osusume-star.png);
  display: inline-block;
  padding: 0 10px;
}

.ranking_box_pk02 p.rank_osusume::after {
	transform: scale(-1, 1);
	filter: FlipH;
  -ms-filter: "FlipH";
}
/*table形式 */
table.rank_t01 {
  width: 100%;
  margin: 0 auto 5px;
  padding: 0;
  border: 2px solid #28954C;
  border-collapse: collapse;
  table-layout: fixed;
}
table.rank_t01 thead th {
  border-right: 1px solid #f9fee5;
  border-bottom: 1px solid #28954C;
  background: #28954C;
  background-size: contain;
  color: #fff;
  letter-spacing: .1em;
  min-height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
}

table.rank_t01 thead th.rank {
  width: 70px;
  padding: 0;
  letter-spacing: normal;
}

table.rank_t01 thead th.rankbest {
  height: 32px;
  border-right: 1px solid #f9fee5;
  border-bottom: 1px solid #28954C;
  background: url(/search/image/rank/rank_bg_b.gif) repeat-x 0 0;
  color: #fff;
}
table.rank_t01 tbody tr {
  background: #F5FCF4;
}
table.rank_t01 tbody th {
  border-bottom: 1px solid #28954C;
  padding: 0;
}
table.rank_t01 tbody th.rank10 {
  padding: 4px 0 0 0;
  height: 50px;
  background: url(/search/image/rank/img-rank.png) no-repeat center center;
  background-size: 70% auto;
  width: 100px;
  font-size: 1.8rem;
}
table.rank_t01 tbody th.rank10 .small {
  font-size: 1.3rem;
}
table.rank_t01 td.point_area {
  text-align: center;
}
.rankinglist_ttl {
  font-size: 16px;
}
.ranking_box_pk02 {
  width: 580px;
  margin: 0 auto;
}
.ranking_box_pk02 td {
  font-size: 1.6rem;
  padding: 6px 12px;
  clear: both;
  overflow: hidden;
  border-left: 1px solid #28954C;
  text-align: left;
}
.ranking_box_pk02 tr {
  border-bottom: 1px solid #28954C;
}

.ranking_box_pk02 td figure {
  display: block;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  margin: 0 6px 0 0;
  width: 92px;
  height: 69px;
  border: 1px solid #28954C;
}

.ranking_box_pk02 td figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ranking_box_pk02 td p.fac_name{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: calc(100% - 110px);
  height: 69px;
  padding-left: 6px;
  font-size: 17px;
}
.ranking_box_pk02 td p.fac_name a{
  font-weight: 600;
}

.ranking_box_pk02 td span.area{
  display: inline-block;
}

.rank_t01 td span.area,
table.rank_t02 td span.area{
  font-size: 13px;
  padding: .2em 0 0 .2em;
  letter-spacing: .02em;
}

.ranking_box_pk02 .top_rank th {
  font-size: 14px;
  font-feature-settings: "palt" 1;
  letter-spacing: .2em;
  text-align: center;
}
.ranking_box_pk02 .top_rank td {
  padding: 6px;
}
table.rank_onlyone tbody td,
.ranking_box_pk02 .rank_onlyone td {
  border-left: none;
  text-align: center;
  padding: 6px 6px 6px 0;
  width: 86%;
}

.ranking_top {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 576px;
  background: url(/search/image/rank/img-rank01-bg.png) no-repeat center center;
  background-size: 586px auto;
  margin-top: 10px;
  border: solid 2px #be7d00;
}

/* No1 */
.ranking_top.ranking_no01 {
  margin-top: 10px;
}
/* No2 */
.ranking_top.ranking_no02 {
  background-image: url(/search/image/rank/img-rank02-bg.png) ;
  border-color: #1190a0;
}
/* No3 */
.ranking_top.ranking_no03 {
  background-image: url(/search/image/rank/img-rank03-bg.png) ;
  margin-bottom: 15px;
  border-color: #D04E4F;
}

.ranking_top .rank_area {
  width: 94px;
  text-align: center;
}
.ranking_top .rank_area img {
  width: 65px;
  height: auto;
}
.ranking_top .ranking_top_inner {
  border: solid 3px #fff;
  width: 100%;
}

.ranking_box_pk02 .ranking_top td {
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 ;
  position: relative;
  overflow: initial;
  z-index: 2;
  height: 120px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 10px;
}

.ranking_box_pk02 .ranking_top * {
  box-sizing: border-box;
}
.ranking_box_pk02 .ranking_top td figure {
  border: 1px solid #274a7b;
  float: none;
  margin: 0 20px 0 0;
  width: 130px;
  height: 100px;
  flex-shrink: 0;
}
.ranking_box_pk02 .ranking_top.ranking_no01 td figure {
  border-color: #be7d00;
}
.ranking_box_pk02 .ranking_top.ranking_no02 td figure {
  border-color: #1190a0;
}
.ranking_box_pk02 .ranking_top.ranking_no03 td figure {
  border-color: #d04e50;
}

.ranking_box_pk02 .ranking_top td p.fac_name {
  display: block;
  height: auto;
  padding: 0;
  width: calc(100% - 150px);
}

.ranking_box_pk02 .ranking_top td p.fac_name a {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.2;
  /* 省略 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ranking_box_pk02 .ranking_top td p.fac_name span {
  display: block;
  font-size: 1.5rem;
}


/* ---------------------------------------
 賃貸物件を検索する mod_srch_rent
 ---------------------------------------- */
.mod_srch_rent{
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
.mod_srch_rent dd {
  display: inline-block;
  width: 100%;
  background:
    url(/image/cate/srch_rent/bg_srch_rent_bottom.png) repeat-x left bottom,
    url(/image/cate/srch_rent/bg_srch_rent.png) repeat 0 0;
}
.mod_srch_rent ul {
  display:flex;
  display: -webkit-flex;
  flex-flow:row wrap;
  -webkit-flex-flow:row wrap;
  margin: 14px auto 17px;
  box-sizing: border-box;
  width: 600px;
}
.mod_srch_rent li {
  margin: 7px;
}
.mod_srch_rent li#js_tab {
  display: none;
}

/* ------------------------------------------
 #related_facility 関連施設追加（パブリネット）
------------------------------------------- */
#related_facility{
  height: 314px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 645px;
}
#related_facility h3{
  height: 44px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 416px;
}

/*----------------------------
 #toukouBox スキマ調整
-----------------------------*/
div.border_line02:last-of-type {
  margin:15px 0 10px 0;
}
.banner_simple {
  margin-bottom:10px;
}

/*---------------------------------------
 50音から施設を検索
----------------------------------------*/
#js_srch_50on_box.inner {
  height: auto;
  padding: 13px 0;
}

#js_srch_50on_box.inner img{
  vertical-align:bottom;
  width: 100px;
  height: 40px;
}

#js_srch_50on_box.inner > ul.li_area{
  overflow:hidden;
  width: 560px;
  margin: 20px auto;
}

#js_srch_50on_box.inner > ul.li_area > li > dl{
  position:relative;
}

#js_srch_50on_box.inner > ul.li_area > li:nth-of-type(2) {
  margin-left: 115px;
}

#js_srch_50on_box.inner > ul.li_area > li:nth-of-type(3) {
  margin-left: 230px;
}

#js_srch_50on_box.inner > ul.li_area > li:nth-of-type(4) {
  margin-left: 345px;
}

#js_srch_50on_box.inner > ul.li_area > li:nth-of-type(5) {
  margin-left: 460px;
  min-height: 40px;
}

#js_srch_50on_box.inner > ul.li_area > li > dl > dt {
  position: absolute;
  width: 100px;
  height: 40px;
  background: #fff;
  border-radius: 5px;
}

#js_srch_50on_box.inner > ul.li_area > li > dl > dt:hover {
  cursor:pointer;
  opacity:0.7 ;
}


#js_srch_50on_box.inner > ul.li_area > li > dl > .no_list:hover {
  cursor: default;
  opacity: 1 ;
}

#js_srch_50on_box.inner > ul.li_area > li > dl > dt.active:after {
  content: " ";
  display: inline-block;
  width: 100px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff !important;
}

#js_srch_50on_box.inner>ul.li_area>li>dl>dt.few_list.active:after,
#js_srch_50on_box.inner>ul.li_area>li>dl>dt.no_list.active:after {
  content: none;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #js_srch_50on_box.inner > ul.li_area > li > dl > dt.active:hover,
  #js_srch_50on_box.inner > ul.li_area > li > dl > dt:hover {
    opacity:1 ;
  }
}

#js_srch_50on_box.inner > ul.li_area > li.gyo1 > dl > dt.active:after {
  background:url(/image_cmn/cate_new/btn_search_50on_gyo01_on.png) 0 0 no-repeat/cover;
}
#js_srch_50on_box.inner > ul.li_area > li.gyo2 > dl > dt.active:after {
  background:url(/image_cmn/cate_new/btn_search_50on_gyo02_on.png) 0 0 no-repeat/cover;
}
#js_srch_50on_box.inner > ul.li_area > li.gyo3 > dl > dt.active:after {
  background:url(/image_cmn/cate_new/btn_search_50on_gyo03_on.png) 0 0 no-repeat/cover;
}
#js_srch_50on_box.inner > ul.li_area > li.gyo4 > dl > dt.active:after {
  background:url(/image_cmn/cate_new/btn_search_50on_gyo04_on.png) 0 0 no-repeat/cover;
}
#js_srch_50on_box.inner > ul.li_area > li.gyo5 > dl > dt.active:after {
  background:url(/image_cmn/cate_new/btn_search_50on_gyo05_on.png) 0 0 no-repeat/cover;
}
#js_srch_50on_box.inner > ul.li_area > li.gyo6 > dl > dt.active:after {
  background:url(/image_cmn/cate_new/btn_search_50on_gyo06_on.png) 0 0 no-repeat/cover;
}
#js_srch_50on_box.inner > ul.li_area > li.gyo7 > dl > dt.active:after {
  background:url(/image_cmn/cate_new/btn_search_50on_gyo07_on.png) 0 0 no-repeat/cover;
}
#js_srch_50on_box.inner > ul.li_area > li.gyo8 > dl > dt.active:after {
  background:url(/image_cmn/cate_new/btn_search_50on_gyo08_on.png) 0 0 no-repeat/cover;
}
#js_srch_50on_box.inner > ul.li_area > li.gyo9 > dl > dt.active:after {
  background:url(/image_cmn/cate_new/btn_search_50on_gyo09_on.png) 0 0 no-repeat/cover;
}
#js_srch_50on_box.inner > ul.li_area > li.gyo10 > dl > dt.active:after {
  background:url(/image_cmn/cate_new/btn_search_50on_gyo10_on.png) 0 0 no-repeat/cover;
}

#js_srch_50on_box.inner > ul.li_area > li > dl > dd{
  display:none;
  float:left;
  padding-top:38px;
}

#js_srch_50on_box.inner>ul.li_area>li.gyo4>dl>dd {
  margin-left: -136px;
}

#js_srch_50on_box.inner>ul.li_area>li.gyo5>dl>dd {
  margin-left: -145px;
}

#js_srch_50on_box.inner>ul.li_area>li.gyo9>dl>dd {
  margin-left: -133px;
}

#js_srch_50on_box.inner>ul.li_area>li.gyo10>dl>dd {
  margin-left: -42px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #js_srch_50on_box.inner > ul.li_area > li.gyo4 > dl > dd{ margin-left:-137px; }
  #js_srch_50on_box.inner > ul.li_area > li.gyo5 > dl > dd { margin-left:-137px; }
  #js_srch_50on_box.inner > ul.li_area > li.gyo9 > dl > dd { margin-left:-136px; }
  #js_srch_50on_box.inner > ul.li_area > li.gyo10 > dl > dd{ margin-left:-39px; }
}

#js_srch_50on_box.inner > ul.li_area > li > dl > dd > ul{
  overflow: hidden;
  margin: 8px 0px 3px;
  padding: 8px 0px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 19px;
  position: relative;
  border: solid 1px #2775be;
  box-shadow: 0px 1px 2px 0px #9bbdd4;
}

#js_srch_50on_box.inner > ul.li_area > li > dl > dd > ul > li{
  font-size: 17px;
  float: left;
  padding: 0 14px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #js_srch_50on_box.inner > ul.li_area > li > dl > dd > ul > li{
    padding: 0 14px;
  }
}

#js_srch_50on_box.inner > ul.li_area > li > dl > dt.filter {
    z-index: 10;
}

#js_srch_50on_box.inner > ul.li_area > li > dl > dd > ul > li {
  border-right: #6298e0 solid 1px;
  color: #888;
  line-height: 1;
}

#js_srch_50on_box.inner > ul.li_area > li > dl > dd > ul > li:last-child{
  border-right:none;
}

/*-------------------------------------
 関連カテゴリ検索 mod_relation_cate
-------------------------------------*/
.mod_relation_cate {
  background: #faf2df;
  border: 1px solid #253e76;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.mod_relation_cate dt {
  background: url("/image_cmn/bg-relation-cate.png") no-repeat right 0;
  background-size: 355px 48px;
  border-bottom: 1px solid #253e76;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
}

.mod_relation_cate dt span {
  background: #253e76;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 48px;
  min-width: 270px;
  padding-left: 26px;
  position: relative;
  text-shadow:2px 2px 2px #253e76;
}

.mod_relation_cate dt span::after {
  background: -moz-linear-gradient(left, rgba(37,62,118,1) 0%, rgba(110,126,164,0) 50%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(37,62,118,1) 0%,rgba(110,126,164,0) 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(37,62,118,1) 0%,rgba(110,126,164,0) 50%,rgba(255,255,255,0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  right: -250px;
  top: 0;
  width: 250px;
}

.mod_relation_cate dd p {
  font-size: 1.6rem;
  padding: 17px 30px 0;
  text-align: center;
}

.mod_relation_cate dd ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  margin: 15px auto;
  width: 588px;
}

.mod_relation_cate dd li {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
}

.mod_relation_cate dd li a {
  -webkit-align-items: center;
  align-items: center;
  background: rgb(255,240,246);
  background: -moz-linear-gradient(top, rgba(255,240,246,1) 0%, rgba(243,229,235,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,240,246,1) 0%,rgba(243,229,235,1) 100%);
  background: linear-gradient(to bottom, rgba(255,240,246,1) 0%,rgba(243,229,235,1) 100%);
  border: 1px solid #a73560;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(137,127,100,0.45);
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #a73560;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  min-height: 35px;
  padding: 3px 5px 3px 47px;
  position: relative;
  text-align: left;
  width: 280px;
}

.mod_relation_cate dd li a::before {
  background: url("/image_cmn/ico-search-brd.png") no-repeat 0 0;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 14px;
  left: 23px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 14px;
}

.mod_relation_cate dd li a:hover {
  opacity: 0.7;
}

.mod_relation_cate dd .all{
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 auto 12px;
  background: transparent;
}

.mod_relation_cate dd .all a {
  background: rgb(221,103,148);
  background: -moz-linear-gradient(top, rgba(221,103,148,1) 0%, rgba(211,98,141,1) 100%);
  background: -webkit-linear-gradient(top, rgba(221,103,148,1) 0%,rgba(211,98,141,1) 100%);
  background: linear-gradient(to bottom, rgba(221,103,148,1) 0%,rgba(211,98,141,1) 100%);
  color: #fff;
  width: auto;
  display: inline-flex;
  margin: 0 auto;
  border-radius: 2.5em;
  padding: 10px 37px 10px 52px;
}

.mod_relation_cate dd .all a::before {
  background: url("/image_cmn/ico-search-wht.png") no-repeat 0 0;
  background-size: cover;
  left: 32px;
}

.mod_relation_cate dd .bc183.all{
  width: auto;
  margin: 0 7px 10px 7px;
}
.mod_relation_cate dd .bc183.all a{
  padding: 5px 10px 5px 40px;
}
.mod_relation_cate dd li.all a::before{
  left: 16px;
}

/* -----------------------
 イメージ写真リスト
 -----------------------*/

/* /css/common.cssを上書き */
ul.photo_list{
  margin:40px 0 40px -3px;
}

/*--------------------------------
 bnr汎用クラス
---------------------------------*/
.bnr_box {
  margin: 0 auto;
  width: 563px;
}

.bnr_box figure {
  margin: 20px auto 0;
}

.bnr_box figcaption {
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: center;
  padding-top: 5px;
}

/* SPサイズバナー横並び*2 */
.bnr_box_row {
  display: flex;
  flex-wrap: wrap;
}

.bnr_box_row figure,
.bnr_box_row figure#bottom_banner_senryuu {
  width: 300px;
}

.bnr_box_row figure:nth-child(n + 3) {
  margin-top: 0 !important;
}

.bnr_box_row figure#bottom_banner_senryuu {
  margin: 17px auto;
}

.bnr_box_row figure figcaption,
.bnr_box_row figure figcaption#senryu_cap {
  text-align: left;
  font-size: 1.5rem;
}

.bnr_box_row figure figcaption#senryu_cap {
  width: auto;
}
/*--------------------------------
 お出かけ特集
---------------------------------*/
.bnr_box.mod_odekake_bnr {
  margin: 20px auto;
  width: 563px;
}
.bnr_box.mod_odekake_bnr .mod_bnrlist_item_desc{
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin: 8px auto 0;
    text-align: center;
}

/*--------------------------------
 ゲームアプリギャラリー
---------------------------------*/
.bnr_box.mod_game_bnr {
  margin: 40px auto 20px;
  width: 563px;
}

.bnr_box.mod_game_bnr p {
  border-bottom: 1px solid #5862e4;
  color: #5862e4;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  padding-left: 1px;
  width: 485px;
  text-align: center;
}

.bnr_box.mod_game_bnr figure {
  margin-bottom: 20px;
  margin-top: 15px;
}

.bnr_box.mod_game_bnr figcaption {
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.sp_bnr + .bnr_box.mod_game_bnr {
  margin-top: 30px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .bnr_box.mod_game_bnr p {
    letter-spacing: 0em;
  }

  .bnr_box.mod_game_bnr figcaption {
    letter-spacing: 0;
  }
}

 /*--------------------------------
 イメージビデオ・イメージアニメバナー
---------------------------------*/
.bnr_box._useful_movie {
  margin: 0 auto 30px;
  overflow: hidden;
  width: 640px;
}

.bnr_box._useful_movie p {
  border-bottom: #f6a8a8 solid 2px;
  color: #ed1f1f;
  font-size: 22px;
  font-weight: 600;
  margin: 0 auto 15px;
  text-align: center;
  width: 330px;
}

.bnr_box._useful_movie figure {
  float: left;
  margin: 0 10px;
  width: 300px;
}

.bnr_box._useful_movie figcaption {
  box-sizing: border-box;
  margin: 8px auto 0;
  padding: 0 6px;
  text-align: left;
}

/* -----------------------
 ページ内リンクボタン
 -----------------------*/
.navi_box {
  margin-bottom: 25px;
  overflow: hidden;
}

.navi_box li {
  float: left;
  margin-right: 10px;
}

.navi_box li:last-child {
  margin: 0;
}

/* ボタン3つ */
.navi_box.btn_three {
    overflow: hidden;
    width: 511px;
    margin: 0 auto 25px;
}

.navi_box.btn_three li {
    margin-right: 25px;
}

.navi_box.btn_three li:last-child {
    margin: 0;
}

/* ---------------------------------------
 ページトップへ
 ---------------------------------------- */
#btn_pagetop {
  display: none;
  width: 90px;
  height: 70px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 100;

  background: url(/search/image/dtl_new/bg_pagetop_btn.png) no-repeat 0 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

#btn_pagetop:hover {
  background-position: 0 -50px;
}

/* ---------------------------------------
 キーワード検索 レイアウト崩れ対応
 （キーワード検索先所後この記述削除）
 ---------------------------------------- */

@media screen and (-webkit-min-device-pixel-ratio:0) {

  #search_free_word ul li,
  #clinic_box06 ul li,
  .keyword_free_l,
  #search_freeword ul li,
  #search_05 ul li,
  .animal-hospital_box05 ul li
  {
    list-style:inside disc !important;
    width:588px !important;
  }

  #search_free_word ul li.list_hr,
  #clinic_box06 ul li.list_hr,
  .keyword_free_l.list_hr,
  #search_freeword ul li.list_hr,
  #search_05 .keyword_free_l.list_hr,
  .animal-hospital_box05 ul li.list_hr
  {
    list-style:none !important;
  }

}

/* --------------------
  特集バナー
-------------------- */
figure.bnr_history_dictionary,
figure.bnr_campmcon_category_top {
  padding: 0 !important;
  margin: 17px auto;
}
figure.bnr_history_dictionary,
figure.bnr_history_dictionary ~ figure.bnr_campmcon_category_top {
  font-size: 15px;
	width: 400px;
}
figure.bnr_history_dictionary img {
  margin: 0 0 7px;
}
figure.bnr_campmcon_category_top .let_space {
  letter-spacing: 2px;
}

/*figure.bnr_campmcon_category_top:nth-of-type(1) {
  margin: 0px auto 25px;
}*/

/* -----------------------
 イメージアニメバナー
 ----------------------- */
.image_anime_box {
  display:block;
  width:480px !important;
  margin:30px auto 20px;
}
.image_anime_box figcaption {
  margin:8px 10px 0 10px;
  text-align:left;
  line-height:1.5;
}

/* -----------------------
 用語辞典
 ----------------------- */
.glossary_box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  width: 645px;
}
.glossary_box.space_bottom {
  margin-bottom: 40px;
}
.glossary_box h2 {
  background: url("/image_cmn/cate_new/bg_glossary.png") no-repeat center 0;
  height: 90px;
  text-align: center;
}

.glossary_box h2 img {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 40px;
  vertical-align: top;
}

.glossary_box > p {
  margin: 20px auto 10px;
  text-align: left;
  width: 615px;
}

.glossary_box section {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 615px;
}

.glossary_box h3 {
  border-bottom: 3px solid #097c25;
  padding-top: 10px;
}

.glossary_box h3 span {
  background: #097c25;
  border-radius: 5px 0 0 0;
  color: #562a06;
  display: inline-block;
  font-size: 18px;
  height: 37px;
  letter-spacing: 0.15em;
  line-height: 43px;
  min-width: 140px;
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
  text-shadow: 0px 2px 1px #fff,0px 1px 1px #fff,1px 1px 1px #fff,1px 0px 1px #fff,2px 0px 1px #fff,1px -1px 1px #fff,1px -2px 1px #fff,0px -2px 1px #fff,-1px -2px 1px #fff,-2px -2px 1px #fff,-2px -1px 1px #fff,-2px 0px 1px #fff,-2px 1px 1px #fff,-1px 1px 1px #fff;
}

.glossary_box h3 span:before {
  background: url("/image_cmn/cate_new/icon_book.png") no-repeat 0 9px;
  content: "";
  display: inline-block;
  height: 23px;
  padding-right: 15px;
  padding-top: 9px;
  vertical-align: top;
  width: 21px;
}

.glossary_box h3 span:after {
  background: url("/image_cmn/cate_new/bg_glossary_dtl.png") no-repeat 0 0;
  content: "";
  height: 38px;
  position: absolute;
  right: -26px;
  top: 0;
  width: 26px;
}

.glossary_box ul {
  overflow: hidden;
  padding: 20px 0 0 50px;
}

.glossary_box ul li {
  color: #999;
  float: left;
  line-height: 20px;
  padding: 7px 10px 7px 29px;
  position: relative;
  width: 243px;
}

.glossary_box ul li:before {
  background: url("/image_cmn/cate_new/icon_pencil.png") no-repeat 0 0;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 7px;
  vertical-align: top;
  width: 19px;
}

/* -----------------------------------
　フッターイメージキャラクター画像
 ---------------------------------- */

 .img_character {
   clear: both;
   line-height: 0;
   width: 1000px;
 }

 .img_character.cmn_img {
   margin: 20px auto 45px;
 }

  .img_character.cate_img {
   margin-bottom: 30px;
   margin-left: auto;
   margin-right: auto;
 }

 /*--------------------------------
 動画広告
---------------------------------*/
.mod_ad_movie{
  position: relative;
  width:644px;
  height:384px;
  margin:20px auto;
  overflow:hidden;
  text-align: center;
}
.mod_ad_movie .ad_movie_ttl {
  margin-bottom:2px;
  text-align:center;
  color:#444;
}
.mod_ad_movie .v_video,
.mod_ad_movie .v_end {
  background: #fff;
  display:none;
  position:absolute;
  top:18px;
  left:0;
}
.mod_ad_movie .v_replay {
  display:none;
}
.mod_ad_movie .movie_startbtn,
.mod_ad_movie .v_video,
.mod_ad_movie .v_end {
  width:644px;
  height:364px;
  cursor:pointer;
  border:#000 2px solid;
  box-sizing:border-box;
}
.mod_ad_movie .movie_startbtn img,
.mod_ad_movie .v_end img{
  width:640px;
  height:360px;
  overflow:hidden;
}
.mod_ad_movie .movie_startbtn:after {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:100px;
  height:100px;
  margin:auto;
  background:url(/ad_movie/categorytop/cmn/icon_play.png) no-repeat center center;
  background-size:100px 100px;
}
.mod_ad_movie .v_replay img {
  position:absolute;
  bottom:10px;
  right:10px;
  width:100px;
  height:90px;
  cursor:pointer;
}
.mod_ad_movie .v_replay img:hover {
  opacity: 0.7;
}
/*アイコン・文字色*/
.mod_ad_movie .ad_lnk a.yell::before{background-image: url(/ad_movie/image/cmn/ad_movie_ico01.png);}
.mod_ad_movie .ad_lnk a.yell{color:#e5467a;}
.mod_ad_movie .ad_lnk a.mail::before{background-image: url(/ad_movie/image/cmn/ad_movie_ico02.png);}
.mod_ad_movie .ad_lnk a.mail{color:#e5467a;}

/* ---------------------------------------
 施設検索SNSバナー  mod_sns_bnr
---------------------------------------- */
.mod_sns_bnr {
  margin: 0 auto 20px;
}

.mod_sns_bnr figure {
  height: 40px;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
  width: 280px;
}

.mod_sns_bnr figure a {
  display:inline-block;
}

/* お出かけ特集バナー */
.sp_bnr {
  background: #f8f8e4;
  box-sizing: border-box;
  margin: 30px auto;
  max-width: 646px;
  padding: 20px 15px 15px;
}

.sp_bnr .cap {
  line-height: 1.4;
  margin-top: 5px;
}

.sp_bnr .showtext .cap {
  font-size: 14px;
}

.sp_bnr > .bnr {
  position: relative;
}

.sp_bnr > .bnr.new::before {
  background: url("/image_cmn/icon_new.png") no-repeat 0 0;
  content: "";
  height: 20px;
  left: 31px;
  position: absolute;
  top: -4px;
  width: 36px;
  z-index: 1;
}

.sp_bnr .sp_all {
  display: flex;
  justify-content: space-between;
}

.sp_bnr .sp_all .bnr {
  font-size: 0;
  line-height: 1;
  width: 300px;
}

.sp_bnr .sp_all .bnr.showtext {
  margin-bottom: 17px;
}

.sp_bnr .sp_all .bnr a {
  display: inline-block;
}

.sp_bnr .sp_bnr_inner {
  background: #fff;
  border: 1px solid #8fc250;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px auto 5px;
  padding: 10px 30px 15px;
}

.sp_bnr .sp_bnr_inner .bnr {
  font-size: 0;
  line-height: 1;
  outline: none;
  padding-left: 7px;
  padding-top: 10px;
  padding-right: 7px;
  vertical-align: top;
}

.sp_bnr .sp_bnr_inner .bnr:nth-child(n+2) {
  margin-top: 0;
}

.sp_bnr .sp_bnr_inner .bnr a {
  display: inline-block;
  outline: none;
  position: relative;
}

.sp_bnr .sp_bnr_inner .bnr.new a::before {
  background: url("/image_cmn/icon_new.png") no-repeat 0 0;
  content: "";
  height: 20px;
  left: 12px;
  position: absolute;
  top: -4px;
  width: 36px;
  z-index: 1;
}

.sp_bnr .sp_bnr_inner .bnr.new a:hover::before {
  opacity: 0.8;
}

.sp_bnr .sp_bnr_inner .cap {
  text-align: center;
}

/* 特集が1つの場合 */
.sp_bnr.single {
  background: none;
  margin: 30px auto;
  padding: 0;
  text-align: center;
}

.sp_bnr.single .bnr {
  margin-top: 15px;
}

.sp_bnr.single .bnr:first-child {
  margin-top: 0;
}

/* スライド */
.js_slick_sp {
  padding-bottom: 50px;
  position: relative;
}

.js_slick_sp .sp_bnr_inner.slick-slider {
  padding-left: 33px;
  padding-right: 33px;
}

/* トグルボタン */
.js_slick_sp > button {
  background: rgb(97,168,13);
  background: -moz-linear-gradient(top, rgba(97,168,13,1) 0%, rgba(90,156,12,1) 100%);
  background: -webkit-linear-gradient(top, rgba(97,168,13,1) 0%,rgba(90,156,12,1) 100%);
  background: linear-gradient(to bottom, rgba(97,168,13,1) 0%,rgba(90,156,12,1) 100%);
  border: 1px solid #fff;
  border-radius: 5px;
  bottom: 5px;
  color: #fff;
  height: 31px;
  line-height: 27px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 0 22px 0 0;
  position: absolute;
  right: 5px;
  text-align: center;
  text-indent: 0;
  width: 148px
}

.js_slick_sp > button::before {
  border: 1px solid #789d0e;
  border-radius: 6px;
  box-sizing: border-box;
  content: "";
  height: 33px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 150px;
}

.js_slick_sp > button::after {
  border-style: solid;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 22px;
  top: 0;
  width: 0;
}

.js_slick_sp .btn_carousel::after {
  border-color: #fff transparent transparent transparent;
  border-width: 10px 5.5px 0 5.5px;
}

.js_slick_sp .btn_toggle {
  display: none;
}

.js_slick_sp .btn_toggle:hover {
  color: #fff;
}

.js_slick_sp .btn_toggle::after {
  border-color: transparent transparent #ffffff transparent;
  border-width: 0 5.5px 10px 5.5px;
}

.js_slick_sp > button:hover {
  opacity: .8;
}

/* カルーセル左右矢印 */
.js_slick_sp .slick-prev,
.js_slick_sp .slick-next {
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 100%;
  left: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  width: 25px;
}

.js_slick_sp .slick-next {
  left: auto;
  right: 0;
}

.js_slick_sp .slick-prev:hover,
.js_slick_sp .slick-prev:focus,
.js_slick_sp .slick-next:hover,
.js_slick_sp .slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}

.js_slick_sp .slick-prev:hover:before,
.js_slick_sp .slick-prev:focus:before,
.js_slick_sp .slick-next:hover:before,
.js_slick_sp .slick-next:focus:before {
  opacity: 1;
}

.js_slick_sp .slick-prev:before,
.js_slick_sp .slick-next:before {
  background: #8fc250 url(/image_cmn/btn_slick_carousel.png) no-repeat center;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}

.js_slick_sp .slick-next:before {
  -webkit-transform: rotate( 180deg );
  transform: rotate( 180deg );
}

/* Dots */
.js_slick_sp .slick-dots {
  bottom: -44px;
  display: block;
  height: 20px;
  left: 0;
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 0;
  position: absolute;
  width: 100%;
}

.js_slick_sp .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}

.js_slick_sp .slick-dots li button {
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 20px;
  outline: none;
  padding: 5px;
  width: 20px
}

.js_slick_sp .slick-dots li button:hover,
.js_slick_sp .slick-dots li button:focus {
  outline: none;
}

.js_slick_sp .slick-dots li button:hover:before,
.js_slick_sp .slick-dots li button:focus:before {
  background: #8c7446;
}

.js_slick_sp .slick-dots li button:before {
  background: #cac09a;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 5px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 10px;
}

.js_slick_sp .slick-dots li.slick-active button:before {
  background: #69940d;
}

/* 横長のバナーの場合 */

.sp_long_bnr_inner{
  margin-top: 20px;
  text-align: center;
}

.sp_long_bnr_inner .bnr{
  margin-bottom: 15px;
}

.sp_bnr .sp_long_bnr_inner .bnr a {
  display: inline-block;
  outline: none;
  position: relative;
}

.sp_bnr .sp_long_bnr_inner .bnr.new a::before {
  background: url("/image_cmn/icon_new.png") no-repeat 0 0;
  content: "";
  height: 20px;
  left: 12px;
  position: absolute;
  top: -4px;
  width: 36px;
  z-index: 1;
}

/*---------------------------------
 webwriterバナー設置 #13192
---------------------------------*/
.bnr_webwriter {
  text-align: center;
  margin-top: 20px;
}
.bnr_webwriter > p {
  line-height: 1.4;
  margin-top: 5px;
}

/* モデル募集追加 inc */
.mod_bnr_special.bnr_advertise {
  margin-top: 20px;
}

.mod_bnr_special.bnr_advertise ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 616px;
}

.mod_bnr_special.bnr_advertise ul li {
  margin-top: 10px;
  width: 300px;
}

.mod_bnr_special.bnr_advertise ul li:nth-child(-n+2) {
  margin-top: 0;
}

.mod_bnr_special.bnr_advertise ul li p {
  line-height: 1.4;
  margin-top: 5px;
}

/*---------------------------------
 余白調整
---------------------------------*/
.pika_bnr + .mod_officialapp {
  margin-bottom: 0;
}

section#area_useful .list{
  margin: 10px 0 5px;
}


/*---------------------------------
canvasアニメーション　再生ボタン
---------------------------------*/

.main_slide {
  position: relative;
}
.main_slide img.animate_slide {
  height: 598px;
  width: 998px;
}
.main_slide .btn_play {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 1));
  border: 1px solid #000;
  border-radius: 6px;
  bottom: 22px;
  color: #fff;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .1em;
  opacity: .9;
  padding: 10px 45px 10px 13px;
  position: absolute;
}
.locate_gps {
  display: none;
  bottom: 100px;
  height: 170px;
  position: absolute;
  right: 30px;
  width: 170px;
}
.locate_gps_mapresearch {
  right: 205px;
}
.locate_gps_mapresearch_l {
  left: 30px;
}
.locate_gps_mapresearch_r {
  right: 30px;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  .locate_gps {
    display: block;
  }
}
.main_slide .btn_play:hover {
  opacity: .8;
}
.main_slide .btn_play:focus {
  outline: none;
}
.main_slide .btn_play:after,
.main_slide .btn_play:before {
  content: "";
  position: absolute;
}
.main_slide .btn_play.stopped:after {
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  border-right: none;
  border-top: 7px solid transparent;
  right: 17px;
  top: calc(50% - 8px);
  width: 0;
  height: 0;
}
.main_slide .btn_play:after {
  border-bottom: none;
  border-top: none;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  right: 16px;
  top: calc(50% - 8px);
  height: 12px;
  width: 3px;
}
.main_slide .btn_play:before {
  background: #fe3c3c;
  border-radius: 50%;
  content: "";
  height: 23px;
  right: 10px;
  top: calc(50% - 13px);
  width: 23px;
}
.show_right {
  right: 25px;
}
.show_left {
  left: 25px;
}
#catetopanimg_logo, #countarea, #adarea, #count_festival,
#count_aquarium, #count_theme-park, #count_zoo, #count_keiba,
#count_kyotei, #count_baseball, #count_soccer, #count_athletic,
#count_pool, #count_station, #count_streetcar, #count_bus {
  z-index: 9;
}
header#festival_top, header#zoo_top {
  height: 25px;
  position: inherit;
}
header#festival_top #ttl_area .inner,
header#zoo_top #ttl_area .inner {
  line-height: 25px;
}
.img-loading {
  height: 50px;
  left: calc(50% - 25px);
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  z-index: 9;
}
.img-loading img {
  max-width: 100%;
}

/*キャンペーン・告知用BOX*/
.mod_infobox {
  margin: 20px auto 0;
  letter-spacing: 0.04em;
  text-align: center;
  width: 644px;
}
.ttl_infobox {
  background: #f75586;
  border: 2px solid #f75586;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 14px;
}
.info_data {
  border: 2px solid #f75586;
  border-top: none;
  border-radius: 0 0 5px 5px;
  font-size: 16px;
  padding: 20px 15px;
}
.info_data .lead {
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
aside + #search_area {
  margin-top: 35px !important;
}
.btn_other_link a {
  background: #fff;
  border: 1px solid #bca86a;
  border-radius: 5px;
  box-shadow: 0 -3px 0 0 #bca86a inset;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin: 15px auto 0;
  padding: 12px 60px 15px 20px;
  position: relative;
}
.btn_other_link a {
  color: #000;
}
.btn_other_link a:hover {
  background: #fdf4d9;
  color: #000;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .btn_other_link a:hover {
    background: #fff;
  }
 }
.btn_other_link a:after {
  position: absolute;
  content: '';
  background: url("/image_cmn/ico-other-link.png") center center;
  background-size: 20px 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
}
.other_link_lead{
  display: inline-block;
  font-size: 15px;
  margin: 15px auto 0;
}
.lead_text{
  margin-left: 1.2em;
  position: relative;
}
.lead_text:before{
  content:'※';
  position: absolute;
  left: -1.2em;
}

.ttl_top_subtxt .ttl_top_smalltxt ,
.cate_name .ttl_top_smalltxt {
  font-size: 20px;
}

#btn_point_list .list_btn_srch {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 30px;
}

#btn_point_list .list_btn_srch li {
  box-sizing: border-box;
  display: flex;
  padding-right: 2px;
  width: 274px;
}
#btn_point_list .list_btn_srch.list_btn_srch_3btn li {
  width: 180px;
}

#btn_point_list .list_btn_srch li a {
  align-items: center;
  background: #C69F00;
  border-radius: 4px;
  box-shadow: 0 3px 0 #A88D1B;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-size: 17px;
  height: auto;
  justify-content: center;
  letter-spacing: .5px;
  line-height: 1.2;
  padding: 8px 10px 7px 30px;
  position: relative;
  text-align: center;
  text-indent: 0;
  width: 100%;
}
#btn_point_list .list_btn_srch.list_btn_srch_3btn li a {
  padding: 8px 6px 7px 27px;
}

#btn_point_list .list_btn_srch li a:before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  content: "";
  display: inline-block;
  height: 0;
  left: 20px;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
#btn_point_list .list_btn_srch.list_btn_srch_3btn li a:before {
  left: 14px;
}

.list_bnr_sport_cm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 620px;
}

.list_bnr_sport_cm li {
  width: 300px;
}

.list_bnr_sport_cm li:nth-child(n + 3) {
  margin-top: 30px;
}

.list_bnr_sport_cm li:nth-child(odd):last-child {
  margin-left: auto;
  margin-right: auto;
}

.list_bnr_sport_cm li figcaption {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 2px;
}

.list_bnr_sport_cm + #toukouBox {
  margin-top: 30px;
}

/*------------------------------------
　infobnr_box
------------------------------------*/
.infobnr_box,
.infobnr_box * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.infobnr_box {
  border: 1px solid;
  margin: 40px auto 0;
  width: 567px;
}
.infobnr_box.toukou_bosyu {
  background-color: #FFF2F7;
  border-color: #F5D9E3;
}
.infobnr_box.net_ads_box {
  background-color: #DCEAFF;
  border-color: #B5D3FF;
}

.infobnr_box .infobnr_title {
  color: #fff;
  line-height: 1.5;
  padding: 7px;
  text-align: center;
}
.infobnr_box.toukou_bosyu .infobnr_title {
  background-color: #F46B94;
}
.infobnr_box.net_ads_box .infobnr_title {
  background-color: #1D77FF;
}

.infobnr_box .infobnr_inner {
  padding: 25px 0;
}

.infobnr_box .infobnr_inner dt {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
}
.infobnr_box .infobnr_inner dt::before,
.infobnr_box .infobnr_inner dt::after {
  background: url('/search/image/dtl/ico-square-mark.png') no-repeat center / contain;
  content: '';
  display: inline-block;
  height: 24px;
  width: 24px;
}
.infobnr_box .infobnr_inner dt::before {
  margin-right: 5px;
}
.infobnr_box .infobnr_inner dt::after {
  margin-left: 5px;
}
.infobnr_box .infobnr_inner dd + dt {
  margin-top: 25px;
}
.infobnr_box .infobnr_inner dd {
  margin-top: 9px;
}

.infobnr_box .infobnr_bnr {
  margin: auto;
  width: 450px
}
.infobnr_box .infobnr_bnr img {
  display: block;
  margin: 0 auto;
}
.infobnr_box .infobnr_cap {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.4;
  margin-top: 10px;
  padding: 0 0 0 .75em;
}
.infobnr_box .infobnr_cap.text_center {
  text-align: center;
}

/*==========================================================================
modal map
========================================================================== */
.modal_open {
  cursor: pointer;
}

.cate_modal.modal_map {
  background: #fff;
  border-radius: 5px;
  display: none;
  margin: 0;
  position: relative;
  max-width: 840px;
  z-index: 7777;
}

.cate_modal.modal_map .modal_close_btn {
  background: #fff;
  border-radius: 100%;
  border: 2px solid #1e7dc6;
  cursor: pointer;
  display: block;
  height: 46px;
  position: absolute;
  right: -20px;
  text-align: center;
  text-indent: -999px;
  top: -20px;
  width: 46px;
  z-index: 100;
}

.cate_modal.modal_map .modal_close_btn:before, 
.cate_modal.modal_map .modal_close_btn:after {
  background-color: #1e7dc6;
  content: ' ';
  height: 26px;
  left: 22px;
  position: absolute;
  top: 10px;  
  width: 3px;
}

.cate_modal.modal_map .modal_close_btn:before {
  transform: rotate(45deg);
}

.cate_modal.modal_map .modal_close_btn:after {
  transform: rotate(-45deg);
}

.modal_overlay {
  background: #000;
  display: none;
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.modal_wrap {
  display: none;
  height: 100%;
  left: 0;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}

.modal_lock {
  overflow: hidden;
}

.cate_modal.modal_map {
  padding-bottom: 30px;
  padding-top: 30px;
  width: 745px;
}

#modal_map.cate_modal.modal_map .ttl {
  background: linear-gradient(to bottom, transparent calc(50% - 1px), #1e7dc6 calc(50% - 1px), #1e7dc6 calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 100% calc(100%);
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}

#modal_map.cate_modal.modal_map .ttl span {
  background: #1e7dc6;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 30px;
  outline: 1px solid #1e7dc6;
  padding: 5px 48px;
  text-align: center;
}

.cate_modal.modal_map .modal_content {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -30px;
  position: relative;
}

.cate_modal.modal_map .area_map {
  background: url(/search/image_cmn/bg-map-category-tour.png) 147px 23px no-repeat;
  margin-top: 23px;
  min-height: 463px;
  position: relative;
  width: 725px;
}

.cate_modal.modal_map .area_map {
  margin: 0 auto 10px;
}

.cate_modal.modal_map .com_area_map dl {
  display: flex;
  flex-wrap: wrap;
}

.cate_modal.modal_map .area_map dl {
  position: absolute;
}

.cate_modal.modal_map .com_area_map dt {
  align-items: center;  
  color: #fff;
  display: flex;
  justify-content: center;
}

.cate_modal.modal_map .area_map dt {
  border-radius: 4px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  padding: 5px 3px 4px;
  width: 100%;
}

.cate_modal.modal_map .area_map dd {
  margin: 0 4px 4px 0;
  width: 65px; 
}

.cate_modal.modal_map .area_map dt {
  margin-bottom: 4px;
}

.cate_modal.modal_map .area_map dd {
    margin: 0;
    width: 70px;
}

.cate_modal.modal_map .area_map dd a{
    font-size: 16px;
}

.cate_modal.modal_map .area_map dd .disabled {
  background: #eee;
  border-color: #ccc;
  border-width: 1px;
  color: #999;
  height: 28px;
  pointer-events: none;
}

.cate_modal.modal_map .com_area_map dl dt {
  margin-left: 0;
}

.cate_modal.modal_map .com_area_map dl dd {
  margin: 6px 6px 0 0;
}

.cate_modal.modal_map .com_area_map dd a {
  align-items: center;
  background: #fff;  
  border-radius: 4px;
  border: solid 1px #fff ;
  border-top: solid 3px #fff;
  color: #000;
  display: flex;
  font-weight: 600;
  justify-content: center;  
  padding-top: 0;
}

.cate_modal.modal_map .area_map dd a {
  height: 26px;
}

.cate_modal.modal_map .com_area_map dd a:hover {
  color: #fff;
  text-shadow: none;
}

.cate_modal.modal_map .area_map .area_map_hokkaido {
  right: 0;
  top: 57px;
  width: 70px;
}

.cate_modal.modal_map .com_area_map .area_map_hokkaido dt {
  background: #5c4aaa;
}

.cate_modal.modal_map .com_area_map .area_map_hokkaido dd {
  margin-right: 0;
}

.cate_modal.modal_map .com_area_map .area_map_hokkaido a {
  border-color: #5c4aaa;
  color: #5c4aaa;
}

.cate_modal.modal_map .com_area_map .area_map_hokkaido a:hover {
  background: #5c4aaa;
  color: #fff;
}

.cate_modal.modal_map .area_map .area_map_tohoku {
  right: 20px;
  top: 188px;
  width: 222px;
}

.cate_modal.modal_map .com_area_map .area_map_tohoku dt {
  background: #4666b5;
}

.cate_modal.modal_map .com_area_map .area_map_tohoku dd:nth-of-type(3n+3) {
  margin-right: 0;
}

.cate_modal.modal_map .com_area_map .area_map_tohoku a {
  border-color: #4666b5;
  color: #4666b5;
}

.cate_modal.modal_map .com_area_map .area_map_tohoku a:hover {
  background: #4666b5;
  color: #fff;
}

.cate_modal.modal_map .area_map .area_map_kanto {
  right: 20px;
  top: 305px;
  width: 222px;
}

.cate_modal.modal_map .modal_wrap .area_map .area_map_kanto {
  width: 279px;
}

.cate_modal.modal_map .com_area_map .area_map_kanto dt {
  background: #13b5b1;
}

.cate_modal.modal_map .com_area_map .area_map_kanto dd:nth-of-type(3n+3) {
  margin-right: 0;
}

.cate_modal.modal_map .com_area_map .area_map_kanto a {
  border-color: #13b5b1;
  color: #13b5b1;
}

.cate_modal.modal_map .com_area_map .area_map_kanto a:hover {
  background: #13b5b1;
  color: #fff;
}

.cate_modal.modal_map .area_map .area_map_koshinetsu {
  left: 401px;
  top: 45px;
  width: 70px;
}

.cate_modal.modal_map .com_area_map .area_map_koshinetsu dt {
  background: #348653;
}

.cate_modal.modal_map .com_area_map .area_map_koshinetsu dd {
  margin-right: 0;
}

.cate_modal.modal_map .com_area_map .area_map_koshinetsu a {
  border-color: #348653;
  color: #348653;
}

.cate_modal.modal_map .com_area_map .area_map_koshinetsu a:hover {
  background: #348653;
  color: #fff;
}

.cate_modal.modal_map .area_map .area_map_tokai {
  left: 339px;
  top: 359px;
  width: 142px;  
}

.cate_modal.modal_map .area_map .area_map_tokai {
  left: auto;
  right: 262px;
  top: 340px;
  width: 146px;
}

.cate_modal.modal_map .com_area_map .area_map_tokai dt {
  background: #6e9d2a;
}

.cate_modal.modal_map .com_area_map .area_map_tokai dd:nth-of-type(2n) {
  margin-right: 0;
}

.cate_modal.modal_map .com_area_map .area_map_tokai a {
  border-color: #6e9d2a;
  color: #6e9d2a;
}

.cate_modal.modal_map .com_area_map .area_map_tokai a:hover {
  background: #6e9d2a;
  color: #fff;
}

.cate_modal.modal_map .area_map .area_map_hokuriku {
  left: 318px;
  top: 45px;
  width: 70px;
}

.cate_modal.modal_map .com_area_map .area_map_hokuriku dt {
  background: #d9b300;
}

.cate_modal.modal_map .com_area_map .area_map_hokuriku dd {
  margin-right: 0;
}

.cate_modal.modal_map .com_area_map .area_map_hokuriku a {
  color: #d9b300;
  border-color: #d9b300;
}

.cate_modal.modal_map .com_area_map .area_map_hokuriku a:hover {
  background: #d9b300;
  color: #fff;
}

.cate_modal.modal_map .area_map .area_map_kansai {
  left: 159px;
  top: 45px;
  width: 146px;
}

.cate_modal.modal_map .area_map .area_map_hokkaido {
  right: 20px;
  top: 107px;
}

.cate_modal.modal_map .com_area_map .area_map_kansai dt {
  background: #fc8c07;
}

.cate_modal.modal_map .com_area_map .area_map_kansai dd:nth-of-type(2n) {
  margin-right: 0;
}

.cate_modal.modal_map .com_area_map .area_map_kansai a {
  border-color: #fc8c07;
  color: #fc8c07;
}

.cate_modal.modal_map .com_area_map .area_map_kansai a:hover {
  background: #fc8c07;
  color: #fff;
}

#modal_map.cate_modal.modal_map .area_map .area_map_chugoku {
  left: 0;
  top: 45px;
  width: 146px;
}

.cate_modal.modal_map .com_area_map .area_map_chugoku dt {
  background: #f36d24;
}

.cate_modal.modal_map .com_area_map .area_map_chugoku dd:nth-of-type(2n) {
  margin-right: 0;
}

.cate_modal.modal_map .com_area_map .area_map_chugoku a {
  border-color: #f36d24;
  color: #f36d24;
}

.cate_modal.modal_map .com_area_map .area_map_chugoku a:hover {
  background: #f36d24;
  color: #fff;
}

.cate_modal.modal_map .area_map .area_map_shikoku {
  left: 169px;
  top: 359px;
  width: 142px;  
}

.cate_modal.modal_map .area_map .area_map_shikoku {
  left: auto;
  right: 421px;
  top: 340px;
  width: 146px;
}

.cate_modal.modal_map .com_area_map .area_map_shikoku dt {
    background: #ef1a97;
}

.cate_modal.modal_map .com_area_map .area_map_shikoku dd:nth-of-type(2n+2) {
  margin-right: 0;
}

.cate_modal.modal_map .com_area_map .area_map_shikoku a {
  border-color: #ef1a97;
  color: #ef1a97;
}

.cate_modal.modal_map .com_area_map .area_map_shikoku a:hover {
  background: #ef1a97;
  color: #fff;
}

.cate_modal.modal_map .area_map .area_map_kyushu {
  left: 0;
  top: 202px;
  width: 146px;
}

.cate_modal.modal_map .com_area_map .area_map_kyushu dt {
  background: #e3336d;
}

.cate_modal.modal_map .com_area_map .area_map_kyushu dd:nth-of-type(2n) {
  margin-right: 0;
}

.cate_modal.modal_map .com_area_map .area_map_kyushu a {
  border-color: #e3336d;
  color: #e3336d;
}

.cate_modal.modal_map .com_area_map .area_map_kyushu a:hover {
  background: #e3336d;
  color: #fff;
}

.cate_modal.modal_map .com_main_searchlist {
  display: flex;
}

.cate_modal.modal_map .com_main_searchlist li {
  margin: 0 5px;
  flex-grow: 1;
  width: 153px;
}

.cate_modal.modal_map .com_main_searchlist li.com_ico_search {
  display: none;
}

.cate_modal.modal_map .com_main_searchlist a {
  border-radius: 20px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 37px 0 0;
  position: relative;
  text-align: center;
  width: 100%;
  background: #fff;
  border: solid 1px #d3646d;
  border-bottom: solid 3px #d3646d;
  color: #000;
}

.cate_modal.modal_map .com_main_searchlist a span {
  font-size: 19px;
}

.cate_modal.modal_map .com_main_searchlist a::before {
  background: url(/search/image_cmn/ico-search-btn.png) 0 0 / 170px 27px no-repeat;
  content: "";
  height: 27px;
  left: calc(50% - 17px);
  position: absolute;
  top: 7px;
  width: 34px;
}

.cate_modal.modal_map .com_ico_map a::before {
  background-position: -34px 0;
}

.cate_modal.modal_map .com_ico_photo a::before {
  background-position: -68px 0;
}

.cate_modal.modal_map .com_ico_movie a::before {
  background-position: -103px 0;
}

.cate_modal.modal_map .com_main_searchlist a.btn_com:hover {
  background: #fde6e8;
  color: #000;
  border-color: #d3646d;
}

/*==========================================================================
  modal map category shopping
========================================================================== */
#modal_map.modal_map.category_shopping .area_map {
  background: url(/search/image_cmn/bg-map-category-shopping.png) 147px 23px no-repeat;
}

#modal_map.modal_map.category_shopping .ttl {
  background: linear-gradient(to bottom, transparent calc(50% - 1px), #f06074 calc(50% - 1px), #f06074 calc(50% + 1px), transparent calc(50% + 1px));
}

#modal_map.modal_map.category_shopping .ttl span {
  background: #f06074;
  outline: 1px solid #f06074;
}

#modal_map.modal_map.category_shopping .modal_close_btn {
  border-color: #f06074;
}

#modal_map.modal_map.category_shopping .modal_close_btn:before,
#modal_map.modal_map.category_shopping .modal_close_btn:after {
  background-color: #f06074;
}

.keep_hdr_fontsize.fix_header_body .cate_modal.modal_map .modal_close_btn:before,
.keep_hdr_fontsize.fix_header_body .cate_modal.modal_map .modal_close_btn:after {
  left: 20px;
  top: 8px;
}

/*==========================================================================
  modal map category sport
========================================================================== */
#modal_map.modal_map.category_sport .area_map {
  background: url(/search/image_cmn/bg-map-category-sport.png) 147px 23px no-repeat;
}

#modal_map.modal_map.category_sport .ttl {
  background: linear-gradient(to bottom, transparent calc(50% - 1px), #b4272d calc(50% - 1px), #b4272d calc(50% + 1px), transparent calc(50% + 1px));
}

#modal_map.modal_map.category_sport .ttl span {
  background: #b4272d;
  outline: 1px solid #b4272d;
}

#modal_map.modal_map.category_sport .modal_close_btn {
  border-color: #b4272d;
}

#modal_map.modal_map.category_sport .modal_close_btn:before,
#modal_map.modal_map.category_sport .modal_close_btn:after {
  background-color: #b4272d;
}

/*==========================================================================
  modal map category studypeer
========================================================================== */
#modal_map.modal_map.category_studypeer .area_map {
  background: url(/search/image_cmn/bg-map-category-studypeer.png) 147px 23px no-repeat;
}

#modal_map.modal_map.category_studypeer .ttl {
  background: linear-gradient(to bottom, transparent calc(50% - 1px), #3577f6 calc(50% - 1px), #1e7dc6 calc(50% + 1px), transparent calc(50% + 1px));
}

#modal_map.modal_map.category_studypeer .ttl span {
  background: #3577f6;
  outline: 1px solid #1e7dc6;
}

#modal_map.modal_map.category_studypeer .modal_close_btn {
  border-color: #3577f6;
}

#modal_map.modal_map.category_studypeer .modal_close_btn:before,
#modal_map.modal_map.category_studypeer .modal_close_btn:after {
  background-color: #3577f6;
}

/*==========================================================================
  modal map category publinet
========================================================================== */
#modal_map.modal_map.category_publinet .ttl {
  background: linear-gradient(to bottom, transparent calc(50% - 1px), #b4272d calc(50% - 1px), #b4272d calc(50% + 1px), transparent calc(50% + 1px));
}

#modal_map.modal_map.category_publinet .ttl span {
  background: #b4272d;
  outline: 1px solid #b4272d;
}

#modal_map.modal_map.category_publinet .modal_close_btn {
  border-color: #b4272d;
}

#modal_map.modal_map.category_publinet .modal_close_btn:before,
#modal_map.modal_map.category_publinet .modal_close_btn:after {
  background-color: #b4272d;
}

/*==========================================================================
  modal map category company
========================================================================== */
#modal_map.modal_map.category_company .ttl {
  background: linear-gradient(to bottom, transparent calc(50% - 1px), #ff8f0a calc(50% - 1px), #ff8f0a calc(50% + 1px), transparent calc(50% + 1px));
}

#modal_map.modal_map.category_company .ttl span {
  background: #ff8f0a;
  outline: 1px solid #ff8f0a;
}

#modal_map.modal_map.category_company .modal_close_btn {
  border-color: #ff8f0a;
}

#modal_map.modal_map.category_company .modal_close_btn:before,
#modal_map.modal_map.category_company .modal_close_btn:after {
  background-color: #ff8f0a;
}

/*==========================================================================
  modal map category mediapo
========================================================================== */
#modal_map.modal_map.category_mediapo .ttl {
  background: linear-gradient(to bottom, transparent calc(50% - 1px), #d90078 calc(50% - 1px), #d90078 calc(50% + 1px), transparent calc(50% + 1px));
}

#modal_map.modal_map.category_mediapo .ttl span {
  background: #d90078;
  outline: 1px solid #d90078;
}

#modal_map.modal_map.category_mediapo .modal_close_btn {
  border-color: #d90078;
}

#modal_map.modal_map.category_mediapo .modal_close_btn:before,
#modal_map.modal_map.category_mediapo .modal_close_btn:after {
  background-color: #d90078;
}

/*==========================================================================
  modal map category entamer
========================================================================== */
#modal_map.modal_map.category_entamer .ttl {
  background: linear-gradient(to bottom, transparent calc(50% - 1px), #e24756 calc(50% - 1px), #e24756 calc(50% + 1px), transparent calc(50% + 1px));
}
#modal_map.modal_map.category_entamer .ttl span {
  background: #e24756;
  outline: 1px solid #e24756;
}
#modal_map.modal_map.category_entamer .modal_close_btn {
  border-color: #e24756;
}
#modal_map.modal_map.category_entamer .modal_close_btn:before,
#modal_map.modal_map.category_entamer .modal_close_btn:after {
  background-color: #e24756;
}

/*==========================================================================
  modal map category finance
========================================================================== */
#modal_map.modal_map.category_finance .ttl {
  background: linear-gradient(to bottom, transparent calc(50% - 1px), #000089 calc(50% - 1px), #000089 calc(50% + 1px), transparent calc(50% + 1px));
}

#modal_map.modal_map.category_finance .ttl span {
  background: #000089;
  outline: 1px solid #000089;
}

#modal_map.modal_map.category_finance .modal_close_btn {
  border-color: #000089;
}

#modal_map.modal_map.category_finance .modal_close_btn:before,
#modal_map.modal_map.category_finance .modal_close_btn:after {
  background-color: #000089;
}