@charset "utf-8";
/*-------------------------------------
各都市タイトル
-------------------------------------*/

.g_main_tit {
  font-family: "Sawarabi Gothic", sans-serif;
  width: 1000px;
  margin: auto;
  text-align: center;
  background-color: #fff;
  color: #5c4039;
  padding: 20px 0;
  font-size: 30px;
  font-weight: bold;
}

/*-------------------------------------
都市概要ブロック
-------------------------------------*/

.g-area {
  display: flex;
  align-items: center;
}

/*-------------------------------------
マップ画像
-------------------------------------*/

.g-area_map img {
  width: 600px;
  height: auto;
  margin: 0;
  padding: 0;
}

/*-------------------------------------
動画
-------------------------------------*/
.g-video, .g-video img {
  margin: 0 auto 30px;
  display: block;
  margin-bottom: 30px;
}

/*-------------------------------------
都市説明
-------------------------------------*/

.g-area_outline {
  width: 340px;
  padding: 0 20px 0 0;
  text-align: center;
}

/*都市タイトル*/

.g-area_outline_title {
  font-family: "Sawarabi Gothic", sans-serif;
  text-align: center;
  color: #5c4039;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}

/*都市説明テキスト*/

.g-area_txt {
  margin: 20px 0;
  font-size: 13px;
  text-align: left;
}

/*都市イメージ*/

.g-area_img img {
  width: 40%;
  height: auto;
}

.g-spot_maintit {
  width: 100%;
  margin: 40px 0 60px;
  font-family: "Sawarabi Gothic", sans-serif;
  text-align: center;
  color: #5c4039;
  font-size: 30px;
  font-weight: bold;
}

.g-spot_maintit span::after {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 36px;
  /*画像の幅*/
  height: 43px;
  /*画像の高さ*/
  background-image: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/common/title_spot_icon.jpg);
  background-size: contain;
  position: absolute;
  left: 55px;
  top: 10px;
}

.g-spot_maintit span {
  position: relative;
  font-size: 40px;
}

/*-------------------------------------
検索導線ボタン
-------------------------------------*/

/*エリア説明部分*/

.m-search_btn a {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 10px);
  margin: 30px auto;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #ea63ae;
  border-radius: 2px;
  box-shadow: 0 0 0 5px #ea63ae, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px dashed #fff;
  padding: 0.5em 1em;
  font-size: 18px;
}

.m-search_btn a:before {
  /*白い丸 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  /* CSS3草案 */
  -webkit-border-radius: 50%;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50%;
  /* Firefox用 */
  background: #fff;
}

.m-search_btn a:after {
  /*「after要素」で三角 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #ea63ae;
}

.m-search_btn a:hover:after {
  /*「after要素」のマウスオーバー（カラーを合わせる） */
  border-left: 5px solid #ea63ae;
}

.m-search_btn a:hover {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 10px);
  margin: 30px auto;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #cf4a93;
  border-radius: 2px;
  box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px dashed #fff;
  padding: 0.5em 1em;
  font-size: 18px;
}

.m-search_btn_wide {
  margin: -30px auto 70px;
  text-align: center;
}

.m-search_btn.long-text a:before {
  /*白い丸 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  /* CSS3草案 */
  -webkit-border-radius: 50%;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50%;
  /* Firefox用 */
  background: #fff;
}

.m-search_btn.long-text a:after {
  /*「after要素」で三角 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #ea63ae;
}

/*スポットの間*/

.m-search_btn_wide a {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 10px);
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #ea63ae;
  border-radius: 2px;
  box-shadow: 0 0 0 5px #ea63ae, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px dashed #fff;
  padding: 0.5em 1em;
  font-size: 20px;
}

.m-search_btn_wide a:before {
  /*白い丸 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  /* CSS3草案 */
  -webkit-border-radius: 50%;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50%;
  /* Firefox用 */
  background: #fff;
}

.m-search_btn_wide a:after {
  /*「after要素」で三角 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #ea63ae;
}

.m-search_btn_wide a:hover:after {
  /*「after要素」のマウスオーバー（カラーを合わせる） */
  border-left: 5px solid #ea63ae;
}

.m-search_btn_wide a:hover {
  box-sizing: border-box;
  width: calc(100% - 10px);
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #cf4a93;
  border-radius: 2px;
  box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px dashed #fff;
  padding: 0.5em 1em;
}

/*-------------------------------------
スポットブロック
-------------------------------------*/

.g-spot_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
}

/*スポット個別ブロック*/

.g-spot_block_inner {
  position: relative;
  box-sizing: border-box;
  width: 310px;
  padding: 10px;
  background-color: #fff;
  border: solid 5px #eee;
  margin: 0 0 70px;
}

/*ランキングタイトル*/

.g-spot_tit {
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
}

.g-spot_tit_low {
  font-size: 14px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
}

/*スポットランキングイメージ*/

.g-spot_tit img {
  max-width: 230px;
}

.g-spot_number {
  width: 62px;
  height: 52px;
  margin: auto;
  position: relative;
}

.g-spot_number img {
  position: absolute;
}

.m-namber_position {
  font-size: 25px;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

/*スポットキャッチテキスト*/

.g-spot_catch {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 15px;
  text-align: center;
  color: #5c4039;
  transform: rotate(0.001deg);
}

/*キャッチテキスト　装飾*/

.g-spot_catch i {
  /*background: linear-gradient(transparent 65%, #ffe0f3 10%);*/
  font-style: normal;
}

.g-spot_text {
  margin-top: 10px;
  line-height: 1.5em;
}

.g-spot_text a {
  word-break: break-all;
  color: #000;
}

.g-spot_text a:hover {
  word-break: break-all;
  color: #ccc;
}

/* メイン画像 */

.g-spot_thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

/* ショップリンク */

.g-shop_link {
  word-break: break-all;
}

.g-shop_link a {
  word-break: break-all;
  color: #000;
}

.g-shop_link a:hover {
  word-break: break-all;
  color: #ccc;
}

/* インフォメーションブロック */

.g-shop_information_inner {
  display: flex;
  margin: 10px 0;
  border-top: solid 1px #ccc;
  padding-top: 10px;
  word-break: break-all;
}

/* インフォメーション タイトル*/

.g-shop_information_title {
  font-weight: bold;
}

/* インフォメーション サブ画像*/

.g-shop_information_inner img {
  /*width: auto;
    height: 100px;*/
  background-color: #ccc;
  margin-right: 10px;
  align-self: flex-start;
  flex: 0 0 auto;
  width: 100px;
}

/* 詳細テキスト */

.g-shop_information_detail ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 170px;
}

.g-shop_information_detail ul li a {
  word-break: break-all;
  color: #000;
}

.g-shop_information_detail ul li a:hover {
  word-break: break-all;
  color: #ccc;
}

/*-------------------------------------
導線バナーエリア
-------------------------------------*/

.g-bnr_area ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-between;
}

.g-bnr_area ul li img {
  vertical-align: bottom;
}

.g-bnr_area ul li img:hover {
  opacity: 0.7;
}

/*バナーエリア*/

.m-bnr_area_btn {
  margin: 30px auto;
}

.m-bnr_area_btn a {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 10px);
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #ea63ae;
  border-radius: 2px;
  box-shadow: 0 0 0 5px #ea63ae, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px dashed #fff;
  padding: 0.5em 1em;
  font-size: 20px;
  margin-left: 5px;
}

.m-bnr_area_btn a:before {
  /*白い丸 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  /* CSS3草案 */
  -webkit-border-radius: 50%;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50%;
  /* Firefox用 */
  background: #fff;
}

.m-bnr_area_btn a:after {
  /*「after要素」で三角 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #ea63ae;
}

.m-bnr_area_btn a:hover:after {
  /*「after要素」のマウスオーバー（カラーを合わせる） */
  border-left: 5px solid #ea63ae;
}

.m-bnr_area_btn a:hover {
  box-sizing: border-box;
  width: calc(100% - 10px);
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #cf4a93;
  border-radius: 2px;
  box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px dashed #fff;
  padding: 0.5em 1em;
}

/*-------------------------------------
コピーガード用
-------------------------------------*/

.copyguard_large {
  width: 280px;
  height: 184px;
}

.copyguard_thumbnail {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}

/* 箕面市 */

.chuo_spot5_02 {
  background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/chuo/chuo_spot5_02.jpg)
    no-repeat center center;
  background-size: contain;
}

.chuo_spot13_01 {
  background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/chuo/chuo_spot13_01.jpg)
    no-repeat center center;
  background-size: contain;
}

.chuo_spot13_02 {
  background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/chuo/chuo_spot13_02.jpg)
    no-repeat center center;
  background-size: contain;
}

.chuo_spot14_01 {
  background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/chuo/chuo_spot14_01.jpg)
    no-repeat center center;
  background-size: contain;
}

.chuo_spot14_02 {
  background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/chuo/chuo_spot14_02.jpg)
    no-repeat center center;
  background-size: contain;
}

/* 高槻市 */

.higashinada_spot6_01 {
  background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/higashinada/higashinada_spot6_01.jpg)
    no-repeat center center;
  background-size: contain;
}

.higashinada_spot6_02 {
  background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/higashinada/higashinada_spot6_02.jpg)
    no-repeat center center;
  background-size: contain;
}

/* 吹田市 */

.kawanishi_spot2_01 {
  background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/kawanishi/kawanishi_spot2_01.jpg)
    no-repeat center center;
  background-size: contain;
}

.kawanishi_spot2_02 {
  background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/kawanishi/kawanishi_spot2_02.jpg)
    no-repeat center center;
  background-size: contain;
}

.kawanishi_spot6_01 {
  background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/kawanishi/kawanishi_spot6_01.jpg)
    no-repeat center center;
  background-size: contain;
}

.kawanishi_spot6_02 {
  background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/kawanishi/kawanishi_spot6_02.jpg)
    no-repeat center center;
  background-size: contain;
}

.kawanishi_spot7_01 {
  background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/kawanishi/kawanishi_spot7_01.jpg)
    no-repeat center center;
  background-size: contain;
}

.kawanishi_spot7_02 {
  background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/kawanishi/kawanishi_spot7_02.jpg)
    no-repeat center center;
  background-size: contain;
}

/* 淀川区 */

.itami_spot3_01 {
  background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/itami/itami_spot3_01.jpg)
    no-repeat center center;
  background-size: contain;
}

.itami_spot3_02 {
  background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/itami/itami_spot3_02.jpg)
    no-repeat center center;
  background-size: contain;
}
/*沿線 駅 ボタン追加ここから*/
.m-search_btn > div {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 10px);
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #ea63ae;
  border-radius: 2px;
  box-shadow: 0 0 0 5px #ea63ae, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px dashed #fff;
  padding: 0.5em 0.5em;
  font-size: 18px;
  cursor: pointer;
}
.m-search_btn > div:before {
  /*白い丸 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  /* CSS3草案 */
  -webkit-border-radius: 50%;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50%;
  /* Firefox用 */
  background: #fff;
}
.m-search_btn > div:after {
  /*「after要素」で三角 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #ea63ae;
}
.m-search_btn > div > div {
  display: inline-block;
  text-align: left;
}
.m-search_btn > div:hover:after {
  /*「after要素」のマウスオーバー（カラーを合わせる） */
  border-left: 5px solid #ea63ae;
}
.m-search_btn > div:hover {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 10px);
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #cf4a93;
  border-radius: 2px;
  box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px dashed #fff;
  padding: 0.5em 0.5em;
  font-size: 18px;
}
.m-search_btn > div > div {
  display: inline-block;
  text-align: left;
}
.m-search_btn > div > div > span {
  display: block;
}
.m-search_btn_wide div {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 10px);
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #ea63ae;
  border-radius: 2px;
  box-shadow: 0 0 0 5px #ea63ae, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px dashed #fff;
  padding: 0.5em 1em;
  font-size: 20px;
  cursor: pointer;
  margin-top: 30px;
}
.m-search_btn_wide div:before {
  /*白い丸 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  /* CSS3草案 */
  -webkit-border-radius: 50%;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50%;
  /* Firefox用 */
  background: #fff;
}
.m-search_btn_wide div:after {
  /*「after要素」で三角 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #ea63ae;
}
.m-search_btn_wide div:hover:after {
  /*「after要素」のマウスオーバー（カラーを合わせる） */
  border-left: 5px solid #ea63ae;
}
.m-search_btn_wide div:hover {
  box-sizing: border-box;
  width: calc(100% - 10px);
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #cf4a93;
  border-radius: 2px;
  box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px dashed #fff;
  padding: 0.5em 1em;
}
.m-bnr_area_btn div {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 10px);
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #ea63ae;
  border-radius: 2px;
  box-shadow: 0 0 0 5px #ea63ae, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px dashed #fff;
  padding: 0.5em 1em;
  font-size: 20px;
  margin-left: 5px;
  cursor: pointer;
}
.m-bnr_area_btn div:before {
  /*白い丸 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  /* CSS3草案 */
  -webkit-border-radius: 50%;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50%;
  /* Firefox用 */
  background: #fff;
}
.m-bnr_area_btn div:after {
  /*「after要素」で三角 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #ea63ae;
}
.m-bnr_area_btn div:hover:after {
  /*「after要素」のマウスオーバー（カラーを合わせる） */
  border-left: 5px solid #ea63ae;
}
.m-bnr_area_btn div:hover {
  box-sizing: border-box;
  width: calc(100% - 10px);
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #cf4a93;
  border-radius: 2px;
  box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px dashed #fff;
  padding: 0.5em 1em;
}
/*沿線 駅 ボタン追加ここまで*/
/*スマホサイズ*/

@media screen and (max-width: 896px) {
  /*-------------------------------------
各都市タイトル
-------------------------------------*/
  /*.g_main_tit {
        width: 100%;
        margin: auto;
    }*/
  .g_main_tit {
    font-family: "Sawarabi Gothic", sans-serif;
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: #fff;
    color: #5c4039;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6em !important;
  }
  .g-spot_maintit {
    width: 100%;
    margin: 30px auto 50px;
    font-family: "Sawarabi Gothic", sans-serif;
    text-align: center;
    color: #5c4039;
    font-size: 20px;
    font-weight: bold;
  }
  .g-spot_maintit span::after {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 30px;
    /*画像の幅*/
    height: 37px;
    /*画像の高さ*/
    background-image: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/common/title_spot_icon.jpg);
    background-size: contain;
    position: absolute;
    left: 41px;
    top: 3px;
  }
  .g-spot_maintit span {
    position: relative;
    font-size: 30px;
  }
  /*-------------------------------------
都市概要ブロック
-------------------------------------*/
  .g-area {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .g-layout_sp {
    display: flex;
    flex-direction: column-reverse;
  }
  /*-------------------------------------
マップ画像
-------------------------------------*/
  .g-area_map img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
 /*-------------------------------------
動画
-------------------------------------*/
  .g-video, .g-video img {
    width: 100%;
    height: auto;
  }
  /*-------------------------------------
都市説明
-------------------------------------*/
  .g-area_outline {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .g-area_outline_title {
    font-family: "Sawarabi Gothic", sans-serif;
    text-align: center;
    color: #5c4039;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
  }
  .g-area_outline_title img.sp_size {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: auto;
  }
  /*都市イメージ*/
  .g-area_img img {
    width: 40%;
  }
  /*-------------------------------------
スポットブロック
-------------------------------------*/
  .g-spot_block {
    width: 100%;
    display: block;
  }
  /*スポット個別ブロック*/
  .g-spot_block_inner {
    width: 100%;
    margin-bottom: 50px;
    box-sizing: border-box;
  }
  /* 都市ブロック　画像 */
  .g-spot_thumbnail img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* 詳細テキスト */
  .g-shop_information_detail ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /*-------------------------------------
検索導線ボタン
-------------------------------------*/
  /*エリア説明部分*/
  .m-search_btn a {
    box-sizing: border-box;
    position: relative;
    width: calc(100% - 10px);
    margin: 0px auto 30px;
    display: inline-block;
    text-align: left;
    text-decoration: none !important;
    color: #fff !important;
    background: #ea63ae;
    border-radius: 2px;
    box-shadow: 0 0 0 5px #ea63ae, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;
    padding: 0.5em 1em;
    font-size: 16px;
  }
  .m-search_btn a:hover {
    box-sizing: border-box;
    position: relative;
    width: calc(100% - 10px);
    margin: 0px auto 30px;
    display: inline-block;
    text-align: left;
    text-decoration: none !important;
    color: #fff !important;
    background: #cf4a93;
    border-radius: 2px;
    box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;
    padding: 0.5em 1em;
    font-size: 16px;
  }
  /*スポットの間*/
  .m-search_btn_wide a {
    box-sizing: border-box;
    position: relative;
    width: calc(100% - 10px);
    display: inline-block;
    text-align: left;
    text-decoration: none !important;
    color: #fff !important;
    background: #ea63ae;
    border-radius: 2px;
    box-shadow: 0 0 0 5px #ea63ae, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;
    padding: 0.7em 1em;
    font-size: 16px;
  }
  .m-search_btn_wide a:before {
    /*白い丸 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    /* CSS3草案 */
    -webkit-border-radius: 50%;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;
    /* Firefox用 */
    background: #fff;
  }
  .m-search_btn_wide a:after {
    /*「after要素」で三角 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #ea63ae;
  }
  .m-search_btn_wide a:hover:after {
    /*「after要素」のマウスオーバー（カラーを合わせる） */
    border-left: 5px solid #ea63ae;
  }
  .m-search_btn_wide a:hover {
    box-sizing: border-box;
    width: calc(100% - 10px);
    display: inline-block;
    text-align: left;
    text-decoration: none !important;
    color: #fff !important;
    background: #cf4a93;
    border-radius: 2px;
    box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;
    padding: 0.7em 1em;
  }
  /*-------------------------------------
導線バナーエリア
-------------------------------------*/
  .g-bnr_area ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
  }
  .g-bnr_area ul li img {
    width: 100%;
  }
  .g-bnr_area ul li {
    margin-bottom: 10px;
    padding: 0;
  }
  /*ボタン*/
  .m-bnr_area_btn a {
    box-sizing: border-box;
    position: relative;
    width: calc(100% - 10px);
    display: inline-block;
    text-align: left;
    text-decoration: none !important;
    color: #fff !important;
    background: #ea63ae;
    border-radius: 5px;
    padding: 0.7em 1em;
    font-size: 16px;
    margin-left: 5px;
  }
  .m-bnr_area_btn a:before {
    /*白い丸 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    /* CSS3草案 */
    -webkit-border-radius: 50%;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;
    /* Firefox用 */
    background: #fff;
  }
  .m-bnr_area_btn a:after {
    /*「after要素」で三角 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #ea63ae;
  }
  .m-bnr_area_btn a:hover:after {
    /*「after要素」のマウスオーバー（カラーを合わせる） */
    border-left: 5px solid #ea63ae;
  }
  .m-bnr_area_btn a:hover {
    box-sizing: border-box;
    width: calc(100% - 10px);
    display: inline-block;
    text-align: left;
    text-decoration: none !important;
    color: #fff !important;
    background: #cf4a93;
    border-radius: 2px;
    box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;
    padding: 0.7em 1em;
  }
  #toPageTop {
    bottom: 95px;
    position: fixed;
    right: 15px;
    z-index: 10;
    display: none;
  }
  /*-------------------------------------
コピーガード用
-------------------------------------*/
  .copyguard_large {
    width: 100%;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 66.25%;
  }
  .copyguard_thumbnail {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
  }
  /* 吹田市 */
  .kawanishi_spot2_01 {
    background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/kawanishi/kawanishi_spot2_01.jpg)
      no-repeat center center;
    background-size: contain;
  }
  .kawanishi_spot2_02 {
    background: url(/static_contents/20250722-101144/contents/hanshinkan/spot/images/kawanishi/kawanishi_spot2_02.jpg)
      no-repeat center center;
    background-size: contain;
  }
  /*沿線 駅 ボタン追加ここから*/
  .m-search_btn > div {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0.5em 1em;
    text-align: left;
  }
  .m-search_btn > div:hover {
    font-size: 16px;
    padding: 0.5em 1em;
    text-align: left;
  }
  .m-search_btn > div:before {
    right: 19px;
  }
  .m-search_btn > div:after {
    right: 19px;
  }
  .m-search_btn_wide div {
    font-size: 16px;
    text-align: left;
  }
  .m-search_btn_wide div:hover {
    text-align: left;
  }
  .m-search_btn_wide div span {
    display: block;
  }
  .m-bnr_area_btn div {
    font-size: 16px;
    text-align: left;
  }
  .m-bnr_area_btn div:hover {
    font-size: 16px;
    text-align: left;
  }
  .m-bnr_area_btn div span {
    display: block;
  }
  /*沿線 駅 ボタン追加ここまで*/
}

@media screen and (max-width: 375px) {
  /*スポットキャッチテキスト*/
  .g-spot_catch {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 15px;
    text-align: center;
    color: #5c4039;
  }
}
