/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {box-sizing:border-box;/*overflow-y:scroll;*/-webkit-text-size-adjust:100%}*,:after,:before {box-sizing:inherit}:after,:before {text-decoration:inherit;vertical-align:inherit}* {background-repeat:no-repeat;padding:0;margin:0}audio:not([controls]) {display:none;height:0}hr {overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {display:block}summary {display:list-item}small {font-size:80%}[hidden],template {display:none}abbr[title] {border-bottom:1px dotted;text-decoration:none}a {background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover {outline-width:0}code,kbd,pre,samp {font-family:monospace,monospace}b,strong {font-weight:bolder}dfn {font-style:italic}mark {background-color:#ff0;color:#000}sub,sup {font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub {bottom:-.25em}sup {top:-.5em}input {border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button {cursor:pointer}[disabled] {cursor:default}[type=number] {width:auto}[type=search] {-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {-webkit-appearance:none}textarea {overflow:auto;resize:vertical}button,input,optgroup,select,textarea {font:inherit}optgroup {font-weight:700}button {overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring {outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button] {-webkit-appearance:button}button,select {text-transform:none}button,input,select,textarea {background-color:transparent;border-style:none;color:inherit}select {-moz-appearance:none;-webkit-appearance:none}select::-ms-expand {display:none}select::-ms-value {color:currentColor}legend {border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button {-webkit-appearance:button;font:inherit}[type=search] {-webkit-appearance:textfield;outline-offset:-2px}img {border-style:none}progress {vertical-align:baseline}svg:not(:root) {overflow:hidden}audio,canvas,progress,video {display:inline-block}@media screen {[hidden~=screen] {display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target) {position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true] {cursor:progress}[aria-controls] {cursor:pointer}[aria-disabled] {cursor:default}::-moz-selection {background-color:#b3d4fc;color:#000;text-shadow:none}::selection {background-color:#b3d4fc;color:#000;text-shadow:none}

/* slick.css */
.slick-list,.slick-slider,.slick-track {position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track {visibility:hidden}.slick-slider {outline:0;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list {overflow:hidden;margin:0;padding:0}.slick-list:focus {outline:0}.slick-list.dragging {cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track {-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track {top:0;left:0}.slick-track:after,.slick-track:before {display:table;content:''}.slick-track:after {clear:both}.slick-slide {display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide {float:right}.slick-slide img {display:block}.slick-slide.slick-loading img {display:none}.slick-slide.dragging img {pointer-events:none}.slick-initialized .slick-slide {display:block}.slick-vertical .slick-slide {display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden {display:none}

/* common.css */

/* ---------------------------------------
 リセット・基本スタイル
---------------------------------------- */
html {
  line-height: 1.15;
}

body {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Sans", ヒラギノ角ゴシック, Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
}

p,
li,
dl,
table {
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
}

ul,ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

td {
  text-align: center;
}

a {
  text-decoration: none;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0;
  color: inherit;
  vertical-align: bottom;
}

img {
  vertical-align: bottom;
}

*:focus {
  outline: none;
}

/* top2.css */

/* ----------------------
 基本
------------------------ */

body {
  text-align: center;
  color: #000;
  font-size: 14px;
  min-width: 1024px;
  overflow-x: hidden;
}

/* 1024以下の広告対策 TBは不要のためindexにて打ち消し */
@media screen and (max-width: 1024px) {
  body{
    overflow-x: scroll;
  }
}

/* 基本リンク色 */

a:link,
a:visited {
  color: #003987;
}
a:hover {
  color: #ea2020;
}

/* スプライト画像のタッチ処理 ipad対応 */

a > img {
  pointer-events: none;
}

/* ----------------------
 汎用クラス
------------------------ */

/*ClearFix*/

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

/* :hover opacity設定 */

.hoverimg:hover img {
  opacity: 0.8;
}

/* ----------------------
 レイアウト
------------------------ */

.main_content {
  position: relative;
  min-width: 1024px;
}

/* ----------------------
 メインスライド背景
------------------------ */

.mod_catesite_list {
  width: 1000px;
  height: 470px;
}

.mod_catesite_list .main_slide {
  position: absolute;
  top: 0;
  left: 0;
}

/* ---------------------------------------
 メインヘッダー main_header
---------------------------------------- */

.main_header {
  height: 84px;
  background: #f6eee0;
  font-size: 15px;
}

.main_header .cont {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.main_header .site_logo {
  left: 0;
  margin: 0;
  position: absolute;
  top: 5px;
  width: 218px;
}

.main_header .site_logo span {
  background: #fff;
  border-radius: 5px;
  display: block;
  font-size: 13px;
  font-weight: 600;
  height: 20px;
  letter-spacing: 0.1em;
  line-height: 20px;
  margin-bottom: 2px;
  position: relative;
  text-align: center;
  top: 0px;
  vertical-align: top;
  width: 218px;
}

.main_header .site_logo a {
  display: inline-block;
}

/* ユーザー情報 エリア
-------------------------- */
/* ==== レイアウト ==== */
.main_header .usr_area {
  position: absolute;
  top: 10px;
  right: 0;
  width: 500px;
  text-align: left;
}

.main_header .usrbtn {
  border: none;
  color: #fff;
  font-size: 13px;
  position: relative;
  width: 245px;
  height: 31px;
  line-height: 31px;
  overflow: hidden;
}

.main_header .usrbtn.login {
  background: #264878;
  text-align: center;
}

.main_header .usrbtn.regist {
  background: #d13838;
}

.main_header .usrbtn:hover {
  opacity: 0.7;
}

.main_header .usrbtn:hover img {
  opacity: 0.8;
}

.main_header .usrbtn:after {
  border: #d6b47a 1px solid;
  bottom: 0;
  content:"";
  display: block;
  height: 27px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 241px;
}

.main_header .usrbtn img {
  position: absolute;
  top: 0;
  left: 0;
}

/* ==== ログイン前 ボタン ==== */

.main_header .usrbtn.regist {
  float: left;
}

.main_header .usrbtn.regist img {
  top: -160px;
}

.main_header .usrbtn.login {
  float: right;
}

.main_header .usrbtn.login img {
  top: -198px;
}

/* ==== ユーザー情報 ログイン中 ==== */

.main_header .prof {
  float: right;
  min-width: 130px;
}

.main_header .prof .img {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border: 1px solid #ccc5b9;
  overflow: hidden;
}

.main_header .prof .img img {
  width: 28px;
  height: 28px;
}


.main_header .prof .name_area {
  float: left;
  height: 30px;
  position: relative;
}

.main_header .prof .name {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  height: 13px;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
}

/* 社員ユーザアイコン */

.main_header .prof .name.staff::before {
  background: #274A7B;
  content: "社員";
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 13px;
  width: 16px;
  height: 30px;
  text-align: center;
  vertical-align: top;
  padding-top: 2px;
  margin-right: 8px;
}

/* ログアウトボタン */

.main_header .logout {
  background: none;
  border: 1px solid #274A7B;
  bottom: 0;
  color: #274A7B;
  padding: 0;
  position: absolute;
  height: 14px;
  line-height: 14px;
  font-size: 10px;
  font-weight: 600;
  width: 75px;
  display: block;
  overflow:hidden;
}

.main_header .logout:hover {
  color: #D13838;
  border: 1px solid #D13838;
}

.main_header .staff + .logout {
  margin: 0 0 0 24px;
}

/* ログイン中 マイページボタン 幅135px */

.main_header .usrbtn.mypage {
  background: #d13838;
  float: right;
  text-align: center;
  width: 120px;
  margin: 0 0 0 20px;
  height: 31px;
}

.main_header .usrbtn.mypage:after {
  width: 116px;
}

/* ユーザー情報 エリア  ここまで
-------------------------- */

/* 施設掲載数 */

.main_header .count {
  position: absolute;
  top: 10px;
  left: 259px;
  width: 220px;
  text-align: left;
}
.main_header .count .ttl {
  background: #274a7b;
  color: #fff;
  font-size: 17px;
  height: 31px;
  letter-spacing: 1.5px;
  line-height: 31px;
  text-align: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.main_header .count .ttl {
  font-weight: 600;
}
}

.main_header .count .number {
  width: 220px;
  height: 35px;
  background: #fff;
  border: 1px solid #274a7b;
  border-top: 0;
  font-weight: 600;
  padding-right: 25px;
  text-align: right;
}

.main_header .count .number .num {
  font-size: 21px;
  line-height: 35px;
}
.main_header .count .number .ken {
  font-size: 17px;
}

/* 検索BOX */

.main_header .search {
  position: absolute;
  top: 46px;
  left: 500px;
}

.main_header .search .word::-webkit-input-placeholder {
  text-indent: 0;
  color: #aaa;
  opacity: 1;
}
.main_header .search .word:-ms-input-placeholder {
  text-indent: 0;
  color: #aaa;
  opacity: 1;
}
.main_header .search .word::-moz-placeholder {
  text-indent: 0;
  color: #aaa;
  opacity: 1;
}

.main_header .search .word {
  -webkit-appearance: none;
  float: left;
  width: 320px;
  height: 30px;
  padding: 6px 18px;
  margin: 0 0 0 100px;
  font-size: 15px;
  line-height: 22px;
  border: 1px solid #274a7b;
  border-right: 0;
  box-shadow: inset 2px 4px 8px -5px rgba(0,0,0,0.3);
  box-sizing: border-box;
}

.main_header p.search_form_text:before,
.main_header p.search_form_text:after {
  content: "";
  border-right: 11px solid transparent;
  height: 0;
  position: absolute;
  right: -12px;
  width: 0;
}

.main_header p.search_form_text:before {
  border-bottom: 15px solid #274A7B;
  border-top: 0 solid transparent;
  top: 0;
}

.main_header p.search_form_text:after {
  border-bottom: 0 solid transparent;
  border-top: 15px solid #274A7B;
  top: 15px;
}

.main_header p.search_form_text {
  background: #274A7B;
  color: #fff;
  font-size: 13px;
  height: 30px;
  padding: 7px 0;
  position: absolute;
  text-align: center;
  width: 100px;
}

.main_header .search .btn {
  background: #274a7b;
  border: #d6b47a 1px solid;
  box-shadow: 0 0 0 2px #274a7b;
  color: #fff;
  float: left;
  font-size: 14px;
  margin: 2px 0 0 0;
  width: 76px;
  height: 26px;
  line-height: 24px;
  overflow: hidden;
}

.main_header .search .btn:hover {
  opacity:0.8;
}

/* ---------------------------------------
 メインメニュー main_nav
---------------------------------------- */

.main_nav {
  width: 100%;
  background: #fff;
  padding-bottom: 9px;
  margin-top: 9px;
}

.main_nav .menu_lst {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  background: none;
}

.main_nav .menu {
  position: relative;
  display: flex;
  height: 37px;
  width: 56px;
  margin-right: 2px;
}

.main_nav .menu:nth-child(-n+2) {
  border-left: none;
  padding-left: 0;
}

.main_nav .menu:last-child {
  border-right: none;
  padding-right: 0;
}

.main_nav .menu a {
  background: #f75586;
  color: #fff;
  display: flex;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  margin: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.main_nav .menu.cate a {
  font-feature-settings: "palt";
  word-break: keep-all;
}

/* hover */
.main_nav .menu a:hover {
  background: #f9779e;
}

.main_nav .menu_lst .cate_lst {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 12px;
}

.main_nav .menu_lst .cate_lst ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main_nav .menu_lst .cate_lst ul .cate_lst_item {
  position: relative;
}

.main_nav .menu_lst .cate_lst ul .cate_lst_item::after {
  display: block;
  position: absolute;
  content: "";
  height: calc(100% - 2px);
  width: 1px;
  background: #cf3a3b;
  top: 1px;
}


.main_nav .menu_lst .cate_lst ul.cate_lst_01 .cate_lst_item::after {
  right: -0.5em;
}

.main_nav .menu_lst .cate_lst ul.cate_lst_02 .cate_lst_item::after {
  right: -0.2em;
}

.main_nav .menu_lst .cate_lst ul .cate_lst_item:last-child::after {
  display: none;
}

.main_nav .menu_lst .cate_lst ul .cate_lst_item a {
  display: block;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-size: 13px;
  font-weight: 600;
  word-break: keep-all;
  color: #000;
}

.main_nav .menu_lst .cate_lst ul .cate_lst_item a:hover {
  color: #ea2020;
}

.main_nav .menu_lst .cate_lst ul.cate_lst_01 {
  margin-bottom: 6px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .main_nav .menu a div {
    width: 103px;
  }
  .main_nav .menu.is_pc_hide {
    height: 32px;
  }
  .main_nav .menu.area a div { width: 72px; }
  .main_nav .menu.map a div { width: 69px; }
  .main_nav .menu.gps a div { width: 85px; }
  .main_nav .menu.rev a div { width: 94px; }
  .main_nav .menu.pika a div { width: 73px; }
  .main_nav .menu.mv a div { width: 74px; }
  .main_nav .menu.cate a div { width: 107px; }

}

/* 子カテメニュー */
.main_nav .menu_lst .cate_lst ul .cate_lst_item.has_inner:hover {
  position: relative;
  z-index: 20;
}

.main_nav .menu_lst .cate_lst ul .cate_lst_item.has_inner > span {
  color: #000;
  cursor: pointer;
  display: block;
  font-feature-settings: "palt";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: normal;
  position: relative;
  word-break: keep-all;
  z-index: 2;
}
.main_nav .menu_lst .cate_lst ul .cate_lst_item.has_inner:hover > span {
  color: #f65587;
}
.main_nav .menu_lst .cate_lst ul .cate_lst_item.has_inner:hover > span::before {
  background-color: #fff;
  border: solid #e0dbd7;
  border-width: 1px 1px 0;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 2px 4px 0 rgba(160, 160, 160, 0.35);
  content: '';
  height: 20px;
  position: absolute;
  top: -4px;
  z-index: -1;
}
.main_nav .menu_lst .cate_lst ul.cate_lst_01 .cate_lst_item.has_inner:hover > span::before {
  left: -9px;
  right: -9px;
}
.main_nav .menu_lst .cate_lst ul.cate_lst_02 .cate_lst_item.has_inner:hover > span::before {
  left: -3px;
  right: -3px;
}
.main_nav .menu_lst .cate_lst ul .cate_lst_item.has_inner:hover > span::after {
  background-color: #fff;
  content: '';
  height: 6px;
  position: absolute;
  z-index: 1;
}
.main_nav .menu_lst .cate_lst ul.cate_lst_01 .cate_lst_item.has_inner:hover > span::after {
  bottom: -7px;
  left: -8px;
  width: calc(100% + 16px);
}
.main_nav .menu_lst .cate_lst ul.cate_lst_02 .cate_lst_item.has_inner:hover > span::after {
  bottom: -6px;
  left: -2px;
  width: calc(100% + 4px);
}

.main_nav .menu_lst .cate_lst .cate_lst_item .cate_lst_inner {
  background-color: #fff;
  border: 1px solid #e0dbd7;
  border-radius: 0 5px 5px 5px;
  box-shadow: 0 2px 4px 0 rgba(160, 160, 160, 0.35);
  display: none;
  padding: 10px;
  position: absolute;
  text-align: left;
  white-space: nowrap;
  z-index: 1;
}
.main_nav .menu_lst .cate_lst .cate_lst_item:nth-last-child(-n+3) .cate_lst_inner {
  border-radius: 5px 0 5px 5px;
}
.main_nav .menu_lst .cate_lst ul.cate_lst_01 .cate_lst_item .cate_lst_inner {
  left: -9px;
  top: calc(100% + 3px);
}
.main_nav .menu_lst .cate_lst ul.cate_lst_01 .cate_lst_item:nth-last-child(-n+3) .cate_lst_inner {
  left: auto;
  right: -9px;
}
.main_nav .menu_lst .cate_lst ul.cate_lst_02 .cate_lst_item .cate_lst_inner {
  left: -3px;
  top: calc(100% + 2px);
}
.main_nav .menu_lst .cate_lst ul.cate_lst_02 .cate_lst_item:nth-last-child(-n+3) .cate_lst_inner {
  left: auto;
  right: -3px;
}
.main_nav .menu_lst .cate_lst ul .cate_lst_item.has_inner:hover .cate_lst_inner {
  display: block;
}

.main_nav .menu_lst .cate_lst ul .cate_lst_item.has_inner .cate_lst_inner_item:not(:last-child) {
  margin-bottom: 5px;
}
.main_nav .menu_lst .cate_lst ul .cate_lst_item.has_inner .cate_lst_inner_item > a {
  color: #0000ff;
  display: inline-block;
  font-weight: 300;
}
.main_nav .menu_lst .cate_lst ul .cate_lst_item.has_inner .cate_lst_inner_item > a:hover {
  color: #f65587;
}

/* スプライト */

.main_nav .menu a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 26px;
}

.main_nav .menu.area a img { top: 7px; } /* 地域から検索 */
.main_nav .menu.rev a img { top: -25px; } /* 口コミから検索 */
.main_nav .menu.pika a img { top: -55px; } /* 写真から検索 */
.main_nav .menu.mv a img { top: -87px; } /* 動画から検索 */
.main_nav .menu.map a img { top: -116px; } /* 地図から検索 */
.main_nav .menu.gps a img { top: -147px; } /* 現在地から検索 */
.main_nav .menu.cate a img { top: -177px; } /* カテゴリから検索 */

/* PC GPSボタン非表示 */

.main_nav .menu.is_pc_hide {
  display: none;
}

/* =================================================================================
 アンカーナビ anchor_nav
================================================================================= */

#anchor_wrap {
  background: #f6eee0;
  padding: 0 2px 6px;
}

#anchor_wrap .anchor_nav {
  height: 20px;
  margin: 0 auto;
  width: 1000px;
}

#anchor_wrap .anchor_nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-left: 12px;
  margin-right: 5px;
}

#anchor_wrap .anchor_nav ul li {
  position: relative;
  display: table;
  font-size: 13px;
  font-weight: 600;
  height: 20px;
  padding: 0 20px;
}

#anchor_wrap .anchor_nav ul li::after {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  top: 1px;
  right: 0;
  background: #000;
}

#anchor_wrap .anchor_nav ul li:last-child::after {
  display: none;
}

#anchor_wrap .anchor_nav ul li:last-child {
  border-right: none;
}

#anchor_wrap .anchor_nav ul li a {
  color: #333;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  position: relative;
}

#anchor_wrap .anchor_nav ul li a:hover {
  color: #ea2020;
}

#anchor_wrap .anchor_nav ul li a:before {
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #e1147a transparent transparent transparent;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 6px;
  width: 0;
}

#anchor_wrap .anchor_nav ul li.arrow_right a:before {
  border-width: 5px 0px 5px 9px;
  border-color: transparent transparent transparent #e1147a;
  height: 10px;
  margin-bottom: 1px;
}

@media all and (-ms-high-contrast:none) {
  #anchor_wrap .anchor_nav ul li a:before {
    top: 8px;
  } /* IE10 */
}

/* ---------------------------------------
 slick.JS UI style　カルーセル
---------------------------------------- */

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/image/top2/btn_carousel_arow.png) no-repeat center;
  background-size: cover;
}
.slick-prev {
  left: -36px;
}
.slick-next {
  right: -36px;
}
.slick-next:before {
  transform: rotate( 180deg );
  -webkit-transform: rotate( 180deg );
}

/* =================================================================================
 ヒーローエリア mod_hero
================================================================================= */

.mod_hero {
  position: relative;
  width: 1000px;
  height: 470px;
  margin: 0 auto;
  overflow: hidden;
}

.mod_hero button {
  display: none;
}

/* ---------------------------------------
 ヒーローエリア slickjs カスタム
---------------------------------------- */

/* ボタン */

.mod_hero .slick-prev,
.mod_hero .slick-next {
  width: 28px;
  height: 78px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}

.mod_hero .slick-prev {
  left: 0;
}
.mod_hero .slick-next {
  right: 0;
}

.mod_hero .slick-prev::before,
.mod_hero .slick-next::before {
  width: 28px;
  height: 78px;
  background: url(/image/top2/spr_hero_slidebtn_x2.png) no-repeat left top;
  background-size: 28px auto;
}

.mod_hero .slick-prev:hover::before,
.mod_hero .slick-next:hover::before {
  background-position: left bottom;
}

/* ---------------------------------------
 カテゴリサイト一覧 mod_catesite_list
---------------------------------------- */
.mod_catesite_list {
  height: 470px;
  margin: 0 auto;
  position: static;
  width: 1000px;
}

.mod_catesite_list ul {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
}

.mod_catesite_list ul li {
  position: relative;
  visibility: hidden;
}

.mod_catesite_list.prefmap_01 ul li:last-child a,
.mod_catesite_list.prefmap_03 ul li:last-child a {
  background: #fff;
}

.main_content .mod_catesite_list ul li span.sprite {
  height: 30px;
  line-height: 1;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.mod_catesite_list ul li a {
  display: block;
}

.mod_catesite_list ul li a:hover,
.mod_catesite_list ul li a:hover img {
  opacity: 0.7;
}

.mod_catesite_list ul li a img {
  display: inline-block;
}

.mod_catesite_list ul li a span {
  color: #000;
  display: block;
  font-size: 10px;
  line-height: 10px;
  padding: 5px 0 2px;
  text-align: center;
}

.mod_catesite_list ul li .long {
  letter-spacing: -0.1em;
}

.mod_hero .mod_catesite_list .group_site li a {
  height: 50px;
}

.mod_catesite_list ul li span img {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
}

.mod_catesite_list ul li:nth-child(2) span img {
  top: -30px;
}
.mod_catesite_list ul li:nth-child(3) span img {
  top: -60px;
}
.mod_catesite_list ul li:nth-child(4) span img {
  top: -90px;
}
.mod_catesite_list ul li:nth-child(5) span img {
  top: -120px;
}
.mod_catesite_list ul li:nth-child(6) span img {
  top: -150px;
}
.mod_catesite_list ul li:nth-child(7) span img {
  top: -210px;
}
.mod_catesite_list ul li:nth-child(8) span img {
  top: -180px;
}
.mod_catesite_list ul li:nth-child(9) span img {
  top: -751px;
}
.mod_catesite_list ul li:nth-child(10) span img {
  top: -240px;
}
.mod_catesite_list ul li:nth-child(11) span img {
  top: -360px;
}
.mod_catesite_list ul li:nth-child(11) span {
  line-height: 10px;
  padding: 5px 0 2px;
}
.mod_catesite_list ul li:nth-child(12) span img {
  top: -300px;
}
.mod_catesite_list ul li:nth-child(13) span img {
  top: -330px;
}
.mod_catesite_list ul li:nth-child(14) span img {
  top: -269px;
}
.main_content .mod_catesite_list ul li:nth-child(14) span.sprite{
  height: 25px;
  padding-top: 5px;
  padding-bottom: 3px;
}
.mod_catesite_list ul li:nth-child(15) a {
  overflow: hidden;
}
.mod_catesite_list ul li:nth-child(15) span img {
  top: -394px;
  transform: scale(0.9);
}
.mod_catesite_list ul li:nth-child(16) span img {
  top: -420px;
}
.mod_catesite_list ul li:nth-child(17) span img {
  top: -454px;
}
div .mod_catesite_list ul li:nth-child(2) a span{
  padding: 3px 0 0;
}
div .mod_catesite_list ul li:nth-child(17) a span{
  padding: 4px 0 0;
}
.mod_catesite_list ul li:nth-child(18) span img {
  top: -480px;
}
.mod_catesite_list ul li:nth-child(19) span img {
  top: -510px;
}
.mod_catesite_list ul li:nth-child(20) span img {
  top: -540px;
}
.mod_catesite_list ul li:nth-child(21) span img {
  top: -600px;
}
.mod_catesite_list ul li:nth-child(22) span img {
  top: -630px;
}
.mod_catesite_list ul li:nth-child(23) span img {
  top: -720px;
}

/* パブリネット、インフライン統合対応 #12975*/
.mod_catesite_list ul li:nth-child(24) span img {
  top: -690px;
}
.mod_catesite_list ul li:nth-child(25) span img {
  top: -570px;
}
/* グループサイト画像変更に伴う対応 308_tsuda チケット:13572*/
.mod_catesite_list ul.group_site li span img {
  margin-top: -3px;
}
.main_content .mod_catesite_list ul.group_site li:nth-child(2) span.sprite { /* ナスラックキッチン */
  height: 35px;
}
.mod_catesite_list ul.group_site li:nth-child(2) span img { /* ナスラックキッチン */
  top: 0;
}
.mod_catesite_list ul.group_site li:nth-child(3) span img { /* ハトマ */
  left: 0;
  top: -31px;
}
.mod_catesite_list ul.group_site li:nth-child(7) span img { /* ゴルフ */
  top: -68px;
}
.mod_catesite_list ul.group_site li:nth-child(4) span img {
  top: -104px;
}
.mod_catesite_list ul.group_site li:nth-child(5) span img {
  top: -139px;
}
.mod_catesite_list ul.group_site li:nth-child(1) span img { /* ナスラック */
  top: -174px;
}
.mod_catesite_list ul.group_site li:nth-child(6) span img { /* 東建コーポレーション */
  left: 2px;
  top: -203px;
}
.mod_catesite_list ul.group_site li:nth-child(8) span img {
  top: -233px;
}
.mod_catesite_list ul.group_site li:nth-child(9) span img {
  top: -263px;
}
.mod_catesite_list ul.group_site li:nth-child(10) span img {
  top: -293px;
}
/* グループサイト画像変更に伴う対応 end*/
.mod_catesite_list ul li.cate_view_all span.sprite {
  height: 50px;
}
.mod_catesite_list.prefmap_02 ul li.cate_view_all span img {
  top: -748px;
}
.mod_catesite_list.prefmap_01 ul li.cate_view_all span img,
.mod_catesite_list.prefmap_03 ul li.cate_view_all span img {
  top: -801px;
}

.mod_catesite_list.prefmap_01 ul,
.mod_catesite_list.prefmap_03 ul {
  height: 270px;
  margin-left: 42px;
  margin-top: 65px;
  width: 746px;
}

.mod_catesite_list.prefmap_01 ul .cate_view_all,
.mod_catesite_list.prefmap_03 ul .cate_view_all {
  background: #fff;
  border-radius: 3px;
}

.mod_catesite_list.prefmap_01 ul li a,
.mod_catesite_list.prefmap_03 ul li a {
  height: 50px;
  width: 145px;
}

.mod_catesite_list.prefmap_01 ul.group_site,
.mod_catesite_list.prefmap_03 ul.group_site {
  height: 105px;
  margin-top: 15px;
}

.mod_catesite_list.prefmap_01 ul li a span,
.mod_catesite_list.prefmap_03 ul li a span {
  font-size: 10px;
  padding: 5px 0 3px;
}
/* グループサイト画像変更に伴う対応 308_tsuda チケット:13572*/
.mod_catesite_list.prefmap_01 ul.group_site li a span,
.mod_catesite_list.prefmap_03 ul.group_site li a span {
  font-size: 10px;
  padding: 5px 0 2px;
}

/* グループサイト画像変更に伴う対応 end*/

.mod_catesite_list.prefmap_02 ul {
  height: 250px;
  margin-left: 201px;
  margin-top: 82px;
  width: 750px;
}

.mod_catesite_list.prefmap_02 ul li {
  height: 50px;
  width: 149px;
}

.mod_catesite_list.prefmap_02 ul li a {
  height: 49px;
  width: 149px;
}
.mod_catesite_list.prefmap_02 .group_site {
  height: 104px;
  margin-top: 12px;
}

.mod_catesite_list.prefmap_02 ul.group_site li {
  height: 50px;
}

.mod_catesite_list.prefmap_02 ul.group_site li a {
  height: 50px;
}

.mod_catesite_list.prefmap_02 ul.group_site li a span {
  padding: 5px 0 2px !important;
}

.mod_catesite_list.prefmap_03 ul {
  margin-left: 217px;
}

/* ---------------------------------------
 現在地から検索 メインイメージ
---------------------------------------- */
#main_gps,
#main_hm {
  position: absolute;
}

/* gps */
  #main_gps,
  #main_hm {
    align-items: center;
    border-radius: 25px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.3);
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    letter-spacing: normal;
    padding: 4px 10px;
    width: 162px;
    z-index: 5;
  }
  #main_gps {
    background: #2a9a14;
    border: solid 1px#236f14;
  }
  #main_hm {
    background: #fc4b7e;
    border: solid 1px #bf1647;
  }
  #main_gps p,
  #main_hm p {
    display: block;
    flex-grow: 1;
    font-size: 13px;
    letter-spacing: normal;
    text-align: center;
  }
  #main_gps .near_text,
  #main_hm .near_text {
    display: block;
    font-size: 14px;
    letter-spacing: 0.15em;
  }
  #main_gps::before {
    background: url(/image/top2/prefmap_bg/btn_ico_main_gps_b.png) no-repeat center / contain;
    content:"";
    display: inline-block;
    height: 22px;
    margin-right: 6px;
    width: 20px;
  }
  #main_hm::before {
    background: url(/image/top2/prefmap_bg/btn_ico_main_hm_b.png) no-repeat center / contain;
    content:"";
    display: inline-block;
    height: 20px;
    width: 20px;
  }
  #main_gps::after,
  #main_hm::after {
    content:"";
    background: url(/image/top2/prefmap_bg/btn_ico_main_gps_a.png) no-repeat center / contain;
    display: inline-block;
    height: 13px;
    width: 11px;
  }
  .prefmap_01 #main_gps {
    left: 458px;
    top: 18px;
  }
  .prefmap_02 #main_gps {
    left: 612px;
    top: 30px;
  }
  .prefmap_03 #main_gps {
    left: 633px;
    top: 18px;
  }
  .prefmap_01 #main_hm {
    left: 625px;
    top: 18px;
  }
  .prefmap_02 #main_hm {
    left: 779px;
    top: 30px;
  }
  .prefmap_03 #main_hm {
    left: 800px;
    top: 18px;
  }
/* gps */

#main_cate {
  display: none;
  position: absolute;
}
#main_cate {
  border-radius: 25px;
  box-shadow: 0 2px 1px rgba(0,0,0,0.3);
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 42px;
  letter-spacing: normal;
  line-height: 42px;
  width: calc(25% - 40px);
  z-index: 5;
}
#main_cate {
  background: #1398d3;
  border: solid 1px #196f97;
  width: auto;
  height: auto;
}
#main_cate span {
  display: flex;
  height: 40px;
  justify-content: center;
  line-height: 16px;
  margin: 0 auto;
  padding-left: 12px;
  padding-top: 6px;
  position: relative;
  width: 166px;
}
#main_cate span:hover {
  opacity: .7;
}
#main_cate span:before {
  background: url(/image/top2/prefmap_bg/btn_ico_main_cate.png) no-repeat;
  content: "";
  background-size: 100%;
  display: block;
  position: absolute;
  top: 10px;
  left: 16px;
  height: 29px;
  width: 20px;
}
#main_cate span:after {
  content:"";
  background: url(/image/top2/prefmap_bg/btn_ico_main_gps_a.png) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 14px;
  right: 15px;
  height: 13px;
  width: 11px
}
#main_cate span:after {
  right: 10px;
}
.prefmap_01 #main_cate {
  bottom: 20px;
  right: 23px;
}
.prefmap_02 #main_cate {
  bottom: 20px;
  left: 14px;
}
.prefmap_03 #main_cate {
  bottom: 20px;
  left: 26px;
}
/* ---------------------------------------
 pickupバナー
---------------------------------------- */
.mod_srch_pickup_bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px auto 0;
  width: 1000px;
}

.mod_srch_pickup_bnr li {
  height: 97px;
  width: 193px;
  margin-bottom: 10px;
}

.mod_srch_pickup_bnr li a {
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
  display: block;
  height: 97px;
  overflow: hidden;
  width: 193px;
}
.mod_srch_pickup_bnr li a img {
  height: auto;
  width: 100%;
}
.mod_srch_pickup_bnr li.bnr_pick_tourism a {
  border-color: #2680a3;
}
.mod_srch_pickup_bnr li.bnr_pick_market a {
  border-color: #256ea6;
}
.mod_srch_pickup_bnr li.bnr_pick_town a {
  border-color: #9a7b0f;
}
.mod_srch_pickup_bnr li.bnr_pick_guidemanual a {
  border-color: #a162cc;
}
.mod_srch_pickup_bnr li.bnr_pick_hmsoba a {
  border-color: #cc911f;
}
.mod_srch_pickup_bnr li.bnr_pick_blog a {
  border-color: #ff7aa9;
}
.mod_srch_pickup_bnr li.bnr_pick_mapsearch a {
  border-color: #4396bd;
}
.mod_srch_pickup_bnr li.bnr_pick_maplink a {
  border-color: #a0c359;
}
.mod_srch_pickup_bnr li.bnr_pick_travel a {
  border-color: #146ce2;
}
.mod_srch_pickup_bnr li.bnr_pick_app a {
  border-color: #38a3ff;
}
.mod_srch_pickup_bnr li.bnr_pick_mapinfo a {
  border-color: #756341;
}

/* ---------------------------------------
 都道府県から検索
---------------------------------------- */
.mod_prefmap_srch {
  background-size: 100%;
  margin: 25px auto 30px;
  position: relative;
  width: 1000px;
}

.mod_prefmap_srch .h_ttl {
  background: url(/image/top2/bg_prefmap_srch.png) no-repeat center -26px;
  display: block;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.mod_prefmap_srch .h_ttl > img {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -610px;
}

.mod_prefmap_srch p.read {
  margin: 15px auto 0;
  text-align: center;;
}

.mod_prefmap_srch .area_box {
  background: url(/image/top2/bg_prefmap_srch_02.png) no-repeat bottom center;
  margin: 36px auto 0;
  height: 350px;
}

.mod_prefmap_srch .area {
  position: absolute;
}

/* map */

.map_img {
  background: url(/map_search/image/map-pc.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  margin: 1.4rem auto 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center;
  max-width: 940px;
}

.select_search_region {
  background: url(/image/top2/ico-finger.png) no-repeat left;
  background-size: 45px 47px;
  bottom: 60px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 47px;
  line-height: 52px;
  padding-left: 55px;
  position: absolute;
  top: 50px;
  right: 250px;
}

.map_svg path,
.map_svg polygon {
  fill: #90c31f;
}

.map_svg a path,
.map_svg a polygon {
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}

.map_svg text {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Sans", ヒラギノ角ゴシック, Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.map_svg a text {
  position: relative;
  z-index: 2;
}

.map_svg a text {
  fill: #1734e8;
  font-weight: 600;
}

.map_svg a text.text-background {
  fill: #1734e8;
  stroke-width: 5px;
  stroke: #fff;
  stroke-linejoin: round;
}

.map_svg a:hover path,
.map_svg a:hover polygon {
  cursor: pointer;
  fill: #1e6ed4 !important;
}

.map_svg a .blue01 path {
  fill: #6ac8ee;
}

.map_svg a .blue02 path {
  fill: #31a9e1;
}

.map_svg a .purple path {
  fill: #b088e4;
}

.map_svg a .pink path {
  fill: #e896bd;
}

.map_svg a .red path {
  fill: #e16e79;
}

.map_svg a .orange path {
  fill: #ea9a6d;
}

.map_svg a .yellow path {
  fill: #ecba49;
}

.map_svg a .green01 path {
  fill: #8fd13a;
}

.map_svg a .green02 path {
  fill: #2bae37;
}

.map_svg a .green03 path {
  fill: #69cc8f;
}

.map_svg a .green04 path {
  fill: #bddb4b;
}

.map_svg.svg-hex-1 path,
.map_svg.svg-hex-1 polygon,
.map_svg a .hex-1 path,
.map_svg a .hex-1 polygon,
.map_svg a .hex-1 polyline {
  fill: #6ac9ef;
}
.map_svg.svg-hex-2 path,
.map_svg.svg-hex-2 polygon,
.map_svg a .hex-2 path,
.map_svg a .hex-2 polygon,
.map_svg a .hex-2 polyline {
  fill: #6ac9ef;
}
.map_svg.svg-hex-3 path,
.map_svg.svg-hex-3 polygon,
.map_svg a .hex-3 path,
.map_svg a .hex-3 polygon,
.map_svg a .hex-3 polyline {
  fill: #69cc8f;
}
.map_svg.svg-hex-4 path,
.map_svg.svg-hex-4 polygon,
.map_svg a .hex-4 path,
.map_svg a .hex-4 polygon,
.map_svg a .hex-4 polyline {
  fill: #8fd13b;
}
.map_svg.svg-hex-5 path,
.map_svg.svg-hex-5 polygon,
.map_svg a .hex-5 path,
.map_svg a .hex-5 polygon,
.map_svg a .hex-5 polyline {
  fill: #ea9a6e;
}
.map_svg.svg-hex-6 path,
.map_svg.svg-hex-6 polygon,
.map_svg a .hex-6 path,
.map_svg a .hex-6 polygon,
.map_svg a .hex-6 polyline {
  fill: #e26f7a;
}
.map_svg.svg-hex-7 path,
.map_svg.svg-hex-7 polygon,
.map_svg a .hex-7 path,
.map_svg a .hex-7 polygon,
.map_svg a .hex-7 polyline {
  fill: #b189e5;
}
.map_svg.svg-hex-8 path,
.map_svg.svg-hex-8 polygon,
.map_svg a .hex-8 path,
.map_svg a .hex-8 polygon,
.map_svg a .hex-8 polyline {
  fill: #2baf37;
}
.map_svg.svg-hex-9 path,
.map_svg.svg-hex-9 polygon,
.map_svg a .hex-9 path,
.map_svg a .hex-9 polygon,
.map_svg a .hex-9 polyline {
  fill: #e897be;
}
.map_svg.svg-hex-10 path,
.map_svg.svg-hex-10 polygon,
.map_svg a .hex-10 path,
.map_svg a .hex-10 polygon,
.map_svg a .hex-10 polyline {
  fill: #edbb4a;
}
.map_svg g.pref-capital path,
.map_svg g.pref-capital polygon {
  fill: #f294c5;
}
.map_svg.svg-hex-9 g.pref-capital path,
.map_svg.svg-hex-9 g.pref-capital polygon {
  fill: #8fd13b;
}

.map_svg a .hex-1-opacity path {
  fill: #c3e9f9;
}
.map_svg a .hex-2-opacity path {
  fill: #c3e9f9;
}
.map_svg a .hex-3-opacity path {
  fill: #9fe2b1;
}
.map_svg a .hex-4-opacity path {
  fill: #bce389;
}
.map_svg a .hex-5-opacity path {
  fill: #f2c2a8;
}
.map_svg a .hex-6-opacity path {
  fill: #eea9af;
}
.map_svg a .hex-7-opacity path {
  fill: #d0b8ef;
}
.map_svg a .hex-8-opacity path {
  fill: #80cf87;
}
.map_svg a .hex-9-opacity path {
  fill: #f1c1d8;
}
.map_svg a .hex-10-opacity path {
  fill: #f4d692;
}

.list_area {
  margin: 25px auto 0;
}

.list_area_table {
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
}

.list_area_table table {
  width: 100%;
}

.list_area_table th {
  padding: 0;
  padding-bottom: 3px;
  vertical-align: top;
  width: calc(136 / 758 * 100%);
}

.list_area_table tr:nth-child(n + 2) th {
  padding-top: 0.6rem;
}

.list_area_table th a.ico_next,
.list_area_table th span {
  background-color: #236ed1;
  background-size: contain;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-left: -5px;
  padding: 9px 8px 7px 8px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.list_area_table th .ico_next {
  background-color: #236ed1;
  background-size: contain;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-left: -5px;
  padding: 9px 8px 7px 8px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.hex-1 .list_area_table th,
.hex-2 .list_area_table th {
  border-bottom-color: #30b9f0;
}
.hex-1 .list_area_table th span,
.hex-2 .list_area_table th span {
  background-color: #30b9f0;
}

.hex-3 .list_area_table th {
  border-bottom-color: #29cc67;
}
.hex-3 .list_area_table th span {
  background-color: #29cc67;
}

.hex-4 .list_area_table th {
  border-bottom-color: #8fd13b;
}
.hex-4 .list_area_table th span {
  background-color: #8fd13b;
}

.hex-5 .list_area_table th {
  border-bottom-color: #ea9a6e;
}
.hex-5 .list_area_table th span {
  background-color: #ea9a6e;
}

.hex-6 .list_area_table th {
  border-bottom-color: #e26f7a;
}
.hex-6 .list_area_table th span {
  background-color: #e26f7a;
}

.hex-7 .list_area_table th {
  border-bottom-color: #b189e5;
}
.hex-7 .list_area_table th span {
  background-color: #b189e5;
}

.hex-8 .list_area_table th {
  border-bottom-color: #2baf37;
}
.hex-8 .list_area_table th span {
  background-color: #2baf37;
}

.hex-9 .list_area_table th {
  border-bottom-color: #e897be;
}
.hex-9 .list_area_table th span {
  background-color: #e897be;
}

.hex-10 .list_area_table th {
  border-bottom-color: #edbb4a;
}
.hex-10 .list_area_table th span {
  background-color: #edbb4a;
}

.include-seirei .list_area_table th.capital {
  border-bottom-color: #f294c5;
}
.include-seirei .list_area_table th span.capital {
  background-color: #f294c5;
  border-bottom-color: #f294c5;
}

.list_area_table th a.ico_next:after,
.list_area_table th span:after {
  border-left: 9px solid transparent;
  border-top: 9px solid #fff;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.list_area_table td {
  padding: 0 0 0 22px;
  width: calc(592 / 758 * 100%);
}

.list_area_table_index tr:nth-child(n + 2) td {
  padding-top: 0.6rem;
}

.list_area_table td .list_table {
  display: flex;
  justify-content: inherit;
}

.list_area_table_color th span:before {
  content: none;
}

.list_area_table_color th .blue {
  background-color: #39b1d5;
}

.list_area_table_color th .green {
  background-color: #32b966;
}

.list_area_table_color th .green02 {
  background-color: #10981c;
}

.list_area_table_color th .green03 {
  background-color: #76bd1b;
}

.list_area_table_color th .orange {
  background-color: #edaf22;
}

.list_area_table_color th .orange02 {
  background-color: #edaf22;
}

.list_area_table_color th .red {
  background-color: #dd5e6a;
}

.list_area_table_color th .pink {
  background-color: #e57da9;
}

.list_area_table_color th .purple {
  background-color: #a46edf;
}

.list_area_table_color th span {
  padding-left: 20px;
}

.list_table li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-right: 0.6rem;
  max-width: 88px;
  width: 100%;
}

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

.list_area_table.list_area_table_index .list_table li:not(:last-child) {
  max-width: unset;
  width: unset;
  margin-right: 9px;
}

.list_table.list_table_2 li {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.list_area_table_index tr:last-child .list_table {
  margin-top: 7px;
}
.list_area_table tr:last-child .list_table li {
  margin-bottom: 17px;
}
.list_table li.text_long {
  margin-right: 1.5rem;
}

@media (min-width: 751px) and (-ms-high-contrast: none) {
  .list_table li {
    margin-top: 0.6rem;
  }
}

.list_area .list_table li a {
  display: inline-flex;
  align-items: center;
  padding: 2px 1px 2px 16px;
  position: relative;
}

.list_area .list_table li a:hover {
  opacity: .8;
}

.list_area .list_table li a::before {
  background: url(/image/top2/ico-search.png) left top no-repeat;
  background-size: 14px;
  content: "";
  height: 14px;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 14px;
}

.list_area .list_table li a span {
  color: #1734e8;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
}

.list_area .list_table li a .city_txt,
.list_area .list_table li a .area_conut {
  font-size: 1.3rem;
  color: #000;
  letter-spacing: 0;
}

.list_area .list_table li a .area_conut {
  font-weight: 400;
  white-space: nowrap;
}

.list_area_table_color th .hex-1-2 {
  background-color: #6ac9ef;
}
.list_area_table_color th .hex-3 {
  background-color: #69cc8f;
  letter-spacing: 10px;
  text-indent: 10px;
}
.list_area_table_color th .hex-4 {
  background-color: #8fd13b;
  letter-spacing: 10px;
  text-indent: 10px;
}
.list_area_table_color th .hex-5 {
  background-color: #ea9a6e;
  letter-spacing: 10px;
  text-indent: 10px;
}
.list_area_table_color th .hex-6 {
  background-color: #e26f7a;
  letter-spacing: 10px;
  text-indent: 10px;
}
.list_area_table_color th .hex-7 {
  background-color: #b189e5;
}
.list_area_table_color th .hex-8 {
  background-color: #2baf37;
}
.list_area_table_color th .hex-9 {
  background-color: #e897be;
  letter-spacing: 10px;
  text-indent: 10px;
}
.list_area_table_color th .hex-10 {
  background-color: #edbb4a;
  letter-spacing: 10px;
  text-indent: 10px;
}
/* 近くの賃貸物件を検索
--------------------------------- */
.btn_gps_mapresearch {
  bottom: 139px;
  display: none;
  height: 110px;
  position: absolute;
  right: 258px;
  width: 110px;
}
.btn_gps_mapresearch a {
  display: block;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px){
  .btn_gps_mapresearch {
    display: block;
  }
}

/* エリア配置
--------------------------------- */

/* 北海道 */
.mod_prefmap_srch .area._hokaido {
  width: 72px;
  top: 104px;
  left: 909px;
}

/* 東北 */
.mod_prefmap_srch .area._tohoku {
  width: 216px;
  top: 167px;
  left: 765px;
}

/* 甲信越 */
.mod_prefmap_srch .area._koshin {
  width: 72px;
  top: 128px;
  left: 425px;
}

/* 関東 */
.mod_prefmap_srch .area._kanto {
  width: 216px;
  top: 301px;
  left: 765px;
}

/* 東海 */
.mod_prefmap_srch .area._tokai {
  width: 144px;
  top: 340px;
  left: 609px;
}

/* 北陸 */
.mod_prefmap_srch .area._hokuriku {
  width: 72px;
  top: 128px;
  left: 340px;
}

/* 関西 */
.mod_prefmap_srch .area._kansai {
  width: 144px;
  top: 128px;
  left: 184px;
}

/* 中国 */
.mod_prefmap_srch .area._chugoku {
  width: 144px;
  top: 128px;
  left: 27px;
}

/* 四国 */
.mod_prefmap_srch .area._shikoku {
  width: 144px;
  top: 301px;
  left: 256px;
}

/* 九州 */
.mod_prefmap_srch .area._kyushu {
  width: 216px;
  top: 301px;
  left: 27px;
}

/* 県名
--------------------------------- */

.mod_prefmap_srch .area_name {
  height: 22px;
  margin-bottom: 5px;
  text-align: left;
}
.mod_prefmap_srch .pref {
}
.mod_prefmap_srch .btn {
  float: left;
  width: 65px;
  height: 32px;
  margin: 0 7px 7px 0;
}
.mod_prefmap_srch .btn a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 65px;
  height: 32px;
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
}

.mod_prefmap_srch .btn img {
  position: absolute;
  left: 0;
}
.mod_prefmap_srch .btn:hover img {
  left: auto;
  right: 0;
}

/* 都道府県別スプライト */

.mod_prefmap_srch .btn.p01 img { top: 0;} /*01北海道*/
.mod_prefmap_srch .btn.p02 img { top: -34px;} /*02青森県*/
.mod_prefmap_srch .btn.p03 img { top: -68px;} /*03岩手県*/
.mod_prefmap_srch .btn.p04 img { top: -102px;} /*04宮城県*/
.mod_prefmap_srch .btn.p05 img { top: -136px;} /*05秋田県*/
.mod_prefmap_srch .btn.p06 img { top: -170px;} /*06山形県*/
.mod_prefmap_srch .btn.p07 img { top: -204px;} /*07福島県*/
.mod_prefmap_srch .btn.p08 img { top: -238px;} /*08群馬県*/
.mod_prefmap_srch .btn.p09 img { top: -272px;} /*09栃木県*/
.mod_prefmap_srch .btn.p10 img { top: -306px;} /*10茨城県*/
.mod_prefmap_srch .btn.p11 img { top: -340px;} /*11埼玉県*/
.mod_prefmap_srch .btn.p12 img { top: -374px;} /*12千葉県*/
.mod_prefmap_srch .btn.p13 img { top: -408px;} /*13東京都*/
.mod_prefmap_srch .btn.p14 img { top: -442px;} /*14神奈川県*/
.mod_prefmap_srch .btn.p15 img { top: -476px;} /*15新潟県*/
.mod_prefmap_srch .btn.p16 img { top: -510px;} /*16富山県*/
.mod_prefmap_srch .btn.p17 img { top: -544px;} /*17石川県*/
.mod_prefmap_srch .btn.p18 img { top: -578px;} /*18福井県*/
.mod_prefmap_srch .btn.p19 img { top: -612px;} /*19山梨県*/
.mod_prefmap_srch .btn.p20 img { top: -646px;} /*20長野県*/
.mod_prefmap_srch .btn.p21 img { top: -680px;} /*21岐阜県*/
.mod_prefmap_srch .btn.p22 img { top: -714px;} /*22静岡県*/
.mod_prefmap_srch .btn.p23 img { top: -748px;} /*23愛知県*/
.mod_prefmap_srch .btn.p24 img { top: -782px;} /*24三重県*/
.mod_prefmap_srch .btn.p25 img { top: -816px;} /*25滋賀県*/
.mod_prefmap_srch .btn.p26 img { top: -850px;} /*26京都府*/
.mod_prefmap_srch .btn.p27 img { top: -884px;} /*27大阪府*/
.mod_prefmap_srch .btn.p28 img { top: -918px;} /*28兵庫県*/
.mod_prefmap_srch .btn.p29 img { top: -952px;} /*29奈良県*/
.mod_prefmap_srch .btn.p30 img { top: -986px;} /*30和歌山県*/
.mod_prefmap_srch .btn.p31 img { top: -1020px;} /*31鳥取県*/
.mod_prefmap_srch .btn.p32 img { top: -1054px;} /*32島根県*/
.mod_prefmap_srch .btn.p33 img { top: -1088px;} /*33岡山県*/
.mod_prefmap_srch .btn.p34 img { top: -1122px;} /*34広島県*/
.mod_prefmap_srch .btn.p35 img { top: -1156px;} /*35山口県*/
.mod_prefmap_srch .btn.p36 img { top: -1190px;} /*36徳島県*/
.mod_prefmap_srch .btn.p37 img { top: -1224px;} /*37香川県*/
.mod_prefmap_srch .btn.p38 img { top: -1258px;} /*38愛媛県*/
.mod_prefmap_srch .btn.p39 img { top: -1292px;} /*39高知県*/
.mod_prefmap_srch .btn.p40 img { top: -1326px;} /*40福岡県*/
.mod_prefmap_srch .btn.p41 img { top: -1360px;} /*41佐賀県*/
.mod_prefmap_srch .btn.p42 img { top: -1394px;} /*42長崎県*/
.mod_prefmap_srch .btn.p43 img { top: -1428px;} /*43熊本県*/
.mod_prefmap_srch .btn.p44 img { top: -1462px;} /*44大分県*/
.mod_prefmap_srch .btn.p45 img { top: -1496px;} /*45宮崎県*/
.mod_prefmap_srch .btn.p46 img { top: -1530px;} /*46鹿児島県*/
.mod_prefmap_srch .btn.p47 img { top: -1564px;} /*47沖縄県*/

/* ---------------------------------------
 お役立ち事典  mod_useful
---------------------------------------- */
.mod_useful {
  margin-top: 25px;
}

.mod_useful .txt {
  margin-top: 5px;
  font-size: 15px;
  line-height: 20px;
}

.mod_useful_inner {
  border:solid 2px #846320;
  box-sizing: border-box;
  width: 700px;
  margin: 0 auto;
  padding-bottom: 14px;
}

.mod_useful_inner .h_ttl {
  padding: 12px 0;
  display: flex;
  justify-content: center;
  width: auto !important;
  gap: 10px;
  position: relative;
  background-color: #fff4e2;
}

.mod_useful_inner .h_ttl::before,
.mod_useful_inner .h_ttl::after {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  width: 150px;
  top: 50%;
  background: #734b0e;
}

.mod_useful_inner .h_ttl::before {
  left: 22px;
}

.mod_useful_inner .h_ttl::after {
  right: 22px;
}

.mod_useful_inner .h_ttl span.minitext{
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #734b0e;
  border-top: solid 2px #734b0e;
  border-bottom: solid 2px #734b0e;
  overflow: hidden;
}

.mod_useful_inner .h_ttl span.maintext{
  font-size: 24px;
  font-weight: 600;
  color: #734b0e;
  letter-spacing: 0.075em;
}

.mod_useful_inner div.desc {
  padding: 14px 0;
  font-size: 15px;
}

.mod_useful_inner .h_ttl img{
  width:auto;
  height:42px;
  image-rendering: -webkit-optimize-contrast;
  margin-bottom: 2px;
}

.mod_useful_inner .lst_nav {
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 560px;
  gap: 14px;
}

.mod_useful_inner .lst_nav li {
  border-radius: 6px;
  width: 100%;
}

.mod_useful_inner .lst_nav a {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  position: relative;
}

.mod_useful_inner .lst_nav a span {
  display: block;
}

.mod_useful_inner .lst_nav a::before {
  bottom: 0;
  content: "";
  display: block;
  height: 22px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 22px;
}

.mod_useful_inner .lst_nav .useful_jiten a {
  padding: 5px 10px 5px 34px;
}

.mod_useful_inner .lst_nav .useful_yougo a {
  padding: 5px 10px 5px 43px;
}

.mod_useful_inner .lst_nav .useful_jiten a::before {
  background: url("/image/top2/ico-book.png") no-repeat center;
  background-size: contain;
  left: 8px;
}

.mod_useful_inner .lst_nav .useful_yougo a::before {
  background: url("/image/top2/ico-book-op.png") no-repeat center;
  background-size: contain;
  left: 12px;
}

.mod_useful_inner .lst_nav .useful_jiten {
  background: #c03c69;
  border-bottom: solid 4px #6e1030;
}
.mod_useful_inner .lst_nav .useful_yougo {
  background: #3a5bb2;
  border-bottom: solid 4px #0d2972;
}

.mod_useful_inner .lst_nav .useful_jiten span,
.mod_useful_inner .lst_nav .useful_yougo span {
  background-color: #fff;
  border-radius: 999px;
  color: #c03c69;
  font-size: 14px;
  margin: 0 auto;
  width: 170px;
}
.mod_useful_inner .lst_nav .useful_yougo span {
  color: #3a5bb2;
}
.mod_useful_inner .lst_nav a:hover {
  opacity: .8;
}

.foot_mod_useful{
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mod_useful_inner .lst_nav a:hover {
    opacity: 1;
  }
}

.h_ttl_jiten,
.h_ttl_glossary {
  background: url("/image/top2/ttl_cate_lst_bg.png") no-repeat center center;
  text-align: center;
  height: 40px;
  line-height: 40px;
  letter-spacing: .1em;
  color: #665638;
  font-size: 20px;
}

.mod_useful_inner .bnr_shisetsu {
  width: 560px;
  margin: 14px auto 0;
}

.mod_useful_inner .bnr_shisetsu a {
  display: block;
}

.mod_useful_inner .bnr_shisetsu a:hover {
  opacity: .8;
}

.mod_useful_inner .bnr_shisetsu a img {
  width: 100%;
  height: auto;
}
/* ---------------------------------------
 最新情報  mod_news
---------------------------------------- */

.mod_news {
  background: url(/image/top2/bg_contents_stripe.png);
  border: 1px solid #a17f15;
  box-sizing: border-box;
  display: table;
  font-size: 0;
  margin: 35px auto 0;
  width: 920px;
}

.mod_news .news_area{
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
  width: 619px;
}

.mod_news .news_area h3{
  text-align: center;
  margin: 10px 0;
}

.mod_news .news_area .lst{
  background: #fff;
  box-shadow:0px 0px 10px 3px rgba(167,162,123,0.15);
  -moz-box-shadow:0px 0px 10px 3px rgba(167,162,123,0.15);
  -webkit-box-shadow:0px 0px 10px 3px rgba(167,162,123,0.15);
}

.mod_news .news_area dl{
  border-bottom: 1px dashed #c0b5a1;
  display: table;
  font-size: 0;
  padding: 12px 0;
  margin: 0 auto;
  text-align: left;
  width: 560px;
}

.mod_news .news_area dl:last-child{
  border: none;
}

.mod_news .news_area dl dt{
  display: table-cell;
  font-size: 16px;
  line-height: 1.25em;
  padding-left: 5px;
  padding-right: 10px;
  width: 110px;
}

.mod_news .news_area dl dd{
  display: table-cell;
  font-size: 17px;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}

.mod_news .news_area a.links{
  display: block;
  height: 26px;
  margin: 10px auto;
  position: relative;
  overflow:hidden;
  width: 220px;
}

.mod_news .news_area a.links img{
  position: absolute;
  top: 0;
  left: 0;
}

.mod_news .news_area a.links:hover img{
  top: -28px;
}

.mod_news .news_area .lnk[title^="「"]{
  text-indent: -0.5em;
}

.mod_news .fig{
  background-color: #fbf6ee;
  display: table-cell;
  position: relative;
  width: 300px;
}

.mod_news .fig img{
  position: absolute;
  left: 0;
  top: 0;
}

/* CPバナー */
.mod_news .bnr_cpboshu {
  margin-top: 28px;
  width: 282px;
}
.mod_news .bnr_cpboshu img {
  height: auto;
  width: 100%;
}

/* tokkyo */
.mod_news .fig {
  border: 1px solid #a17f15;
  display: block;
  margin: 11px 0 0;
  width: 282px;
}

.mod_news .colum_right a {
  display: block;
}

.mod_news .fig img{
  position: relative;
}

/* ---------------------------------------
 グローバルメニュー直下掲載バナー mod_bnr_special
---------------------------------------- */
.mod_bnr_special {
  margin: 30px auto 0;
  text-align: center;
}
.mod_bnr_special ul {
  margin: 0 auto;
}
.mod_bnr_special a {
  display:inline-block;
}
.mod_bnr_special a:hover {
  background-color: #fff;
}
.mod_bnr_special a:hover img {
  opacity: .8;
}
.mod_bnr_special li {
  margin: 20px auto 0;
}

.mod_bnr_special li.mod_bnr_special_line{
  border-bottom: 1px solid #264878;
  margin-bottom: 35px;
  width: 600px;
}
.mod_bnr_special li p,
.mod_bnr_special .cap {
  font-size: 15px;
  line-height: 1.5;
  margin: 5px auto 0;
}
.mod_bnr_special.mt20 {
  margin-top: 20px !important;
}
.mod_bnr_special.mb24 {
  margin-bottom: 24px !important;
}
.mod_bnr_special_app {
  margin-bottom: 30px;
  margin-top: 25px;
}
.mod_bnr_special_app .cap {
  margin-top: 8px;
}

.kuchikomi_announce {
  margin: 20px auto 25px;
  line-height: 1.4;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 700px;
  text-align: left;
}
.kuchikomi_announce_left ,
.kuchikomi_announce_right {
  max-width: 400px;
}
.kuchikomi_announce figure{
  margin-bottom: 5px;
}
.kuchikomi_announce_left figure img{
  width: 400px;
}
.kuchikomi_announce_right figure img{
  width: 400px;
}
.kuchikomi_announce figure a{
  display: inline-block;
}
 .kuchikomi_announce .em{
   font-size: 15px;
   font-weight: 600;
   color: #ff0000;
  }
.kuchikomi_announce a {
  font-weight: 600;
}
.kuchikomi_announce_bdr a {
  position: relative;
  height: 75px;
  overflow: hidden;
}
.kuchikomi_announce_bdr img{
  height: 75px;
  width: auto;
}
.kuchikomi_announce_bdr figure {
  margin-bottom: 0;
}
.kuchikomi_announce_bdr figure a::after {
  content: '';
  border: solid 1px #05724a;
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 400px;
}

/* ポイント廃止告知 */
.point_abolish_announce {
	border: 2px solid #f00;
	border-radius: 5px;
  font-size: 16px;
  line-height: 25px;
	margin: 30px auto;
  text-align: left;
	padding: 14px 0 14px 33px;
	width: 600px;
}
.point_abolish_announce .main_txt {
	color:#f00;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.03em;
}
.point_abolish_announce .main_txt span {
  border-radius: 50%;
  background: #f00;
  color: #fff;
  display: inline-block;
  height: 22px;
  line-height: 23px;
  margin-right: 3px;
  text-align: center;
  width: 22px;
}
.point_abolish_announce .detail_txt {
	font-size: 17px;
	line-height: 1.6;
  margin-top: 6px;
}
.point_abolish_announce .detail_txt span {
	color:#f00;
	font-weight: 600;
}

.pv_movie{
  width: 425px;
  margin: 0 auto 20px;
}

.pv_movie_inner{
  align-items: flex-start;
  display: flex;
  justify-content: center;
}

.pv_movie figure{
  box-sizing: border-box;
  border: 2px solid #AC1E1D;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  height: 232px;
  margin: 0 auto;
}

.pv_movie a {
  display: block;
  height: 100%;
  width: 100%;
}

.pv_movie a::after {
  content: url(/search/image/dtl_new/ico_play.png);
  filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .9));
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 62px;
  height: 61px;
  margin: auto;
}

.pv_movie img{
  display: inline;
  top: -47px;
  height: auto;
  position: relative;
  width: 100%;
}

.pv_movie_caption{
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
  text-align: center;
}

.movie_area{
  margin: 15px auto 30px;
  padding: 25px 20px;
  width: 680px;
}

.movie_area p{
  letter-spacing: 0.1em;
}

.bnr_bdr_sty01{
  background-color: #FFEEF3;
}

.bnr_bdr_sty01 li {
  margin-top: 0;
}

.bnr_bdr_sty02{
  background-color: #DBF7EC;
}

.bnr_bdr_sty02 ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 640px;
}

.bnr_bdr_sty02 ul li{
  margin-top: 0;
  width: 300px;
}

.bnr_bdr_sty02 ul li:last-child,
.bnr_bdr_sty01 ul li:last-child{
  margin-top: 20px;
  width: 100%;
}

.bnr_bdr_sty02 p{
  text-align: left;
}
.bnr_bdr_sty03 p{
  text-align: center;
  margin: 6px auto 0;
  line-height: 20px;
}

.bnr_bdr_sty03 {
  max-width: 600px;
  margin: 0 auto;
}

.bnr_bdr_sty03 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bnr_bdr_sty03 li{
  max-width: 600px;
  margin: 20px 0 0;
}

.bnr_bdr_sty03 a{
  display: inline-block;
}

.bnr_bdr_sty03 a:hover,
.bnr_bdr_sty04 ul li a:hover{
  opacity: .7;
}

.bnr_bdr_sty04 ul{
 display: flex;
 justify-content: center;
 margin-top: 20px;
}

.bnr_bdr_sty04 ul li{
  padding: 0 10px;
  line-height: 1.4;
  font-size: 14px;
}

.bnr_bdr_sty04 ul li img{
  margin-bottom: 5px;
}

.bnr_bdr_sty04 ul a{
  display: inline-block;
}

/* 2列表示用 */
.mod_bnr_special.bnr_col2 {
  margin: 25px auto 0;
}
.mod_bnr_special.bnr_col2 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 640px;
}
.mod_bnr_special.bnr_col2 ul li {
  margin-top: 0;
  width: 300px;
}
.mod_bnr_special.bnr_col2 ul li p {
  letter-spacing: -0.01rem;
}

/* メーハクバナー */
.bnr_meihaku_open{
  margin: 25px auto 20px;
  width: 840px;
}
.bnr_meihaku_open img{
  max-width: 700px; 
}
.bnr_meihaku_open .preopen_bnr,
.bnr_meihaku_open .pr-contents_bnr{
  position: relative;
  margin: 20px auto 0;
}
.bnr_meihaku_open .pr-contents_bnr{
  margin: 15px auto;
}
.bnr_meihaku_open .pr-contents_bnr a {
  display: inline-block;
  position: relative;
}
.bnr_meihaku_open .preopen_bnr a {
  opacity: 0;
}
.bnr_meihaku_open .preopen_bnr .preopen_url {
  position: absolute;
  top: 72.5%;
  left: 42%;
  width: 21.571%;
  height: 18.571%;
  border-radius: 20px;
}
.bnr_meihaku_open .preopen_bnr .preopen_pdf{
  position: absolute;
  top: 72.5%;
  left: 64.857%;
  width: 21.571%;
  height: 18.571%;
  border-radius: 20px;
}
.bnr_meihaku_open .pr-contents_bnr:hover {
  opacity: .6;
}
.bnr_meihaku_open .preopen_bnr .preopen_url:hover,
.bnr_meihaku_open .preopen_bnr .preopen_pdf:hover {
  opacity: .4;
  background:#fff;
}
.bnr_meihaku_open .pr-exhibition_bnr {
  margin: 15px auto;
  width: 450px;
}
.bnr_meihaku_open .pr-exhibition_bnr a {
  display: block;
}
.bnr_meihaku_open .pr-exhibition_bnr a:hover {
  opacity: .7;
}
.bnr_meihaku_open .pr-exhibition_bnr img {
  width: 100%;
}
.bnr_meihaku_open .pr-exhibition_bnr figcaption {
  font-size: 15px;
  margin-top: 7px;
  text-align: left;
}
.bnr_top_col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 1000px;
}
.bnr_top_col2 .bnr_contest_rs {
  margin: 0;
  width: 400px;
}
.bnr_top_col2.bnr_top_col2_meihaku .bnr_contest_rs {
  width: 400px;
}
.bnr_top_col2 .bnr_contest_rs .cap {
  font-feature-settings: "palt";
  letter-spacing: normal;
  text-align: left;
}
.bnr_top_col2 .bnr_contest_rs .cap.ls {
  letter-spacing: -0.04em;
}
.top_topix_bnr_new_tour {
  align-items: flex-end;
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/totsu-travel/bnr-bustour_tenga_sanmeiso_1400x354.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 700px;
  height: 172px;
  margin: 0 auto;
  padding-right: 17px;
  padding-bottom: 17px;
}
.top_topix_bnr_new_tour ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: -3px;
  width: 325px;
}
.top_topix_bnr_new_tour li {
  width: 47%;
}
.top_topix_bnr_new_tour li:last-child {
  width: 51%;
}
.top_topix_bnr_new_tour a {
  border-radius: 20px;
  color: transparent !important;
  display: block;
  height: 27px;
  text-align: center;
}
.top_topix_bnr_new_tour a:hover {
  background-color: #fff;
  opacity: 0.4;
}
/* ---------------------------------------------------------
 「投稿ユーザー」になるとメリットが満載！  mod_merit
--------------------------------------------------------- */
.mod_merit {
  display: none;
}

/* ---------------------------------------
 お知らせ（告知）  mod_announce
---------------------------------------- */

.mod_announce {
  width: 760px;
  margin: 41px auto 27px;
  position: relative;
}
.mod_announce.mod_announce_widenarrow {
  width: 520px;
}

.mod_announce .h_ttl {
  margin: 0 auto;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
}

.mod_announce .announce_box {
  background-image: url("/image/top2/bg_announce_01.png"), url("/image/top2/bg_announce_02.png"), url("/image/top2/bg_announce_03.png"), url("/image/top2/bg_announce_04.png");
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  background-color: #fdfaf5;
  box-sizing: border-box;
  box-shadow:
    0 0 0 1px #c4b69e,
    0 0 0 3px #f4ebdb,
    0 0 0 4px #c4b69e;
  line-height: 1.5;
  min-height: 80px;
  margin: 0;
  padding: 28px 15px 15px;
  text-align: center;
}

/* ---------------------------------------
お知らせ（告知）汎用  site_announce
---------------------------------------- */
.site_announce {
  box-sizing: border-box;
  margin: 30px auto 10px;
  padding: 0;
  text-align: center;
  width: 700px;
}

.ttl_announce {
  background: #fc713b;
  border-radius: 0.625em 0.625em 0 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  margin: 0;
  padding: 0.25em;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.ttl_announce .in {
  border: solid 1px rgba(255,255,255,0.7);
  border-radius: 0.5em 0.5em 0 0;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0.375em 0;
  vertical-align: middle;
}

.ttl_announce .ico {
  display: inline-block;
  padding: 5px;
}

.ttl_announce .ico.mainte {
  background: url("/search/image_cmn/ico-mainte.png") no-repeat left center;
  background-size: 24px 24px;
  padding: 5px 0 5px 30px;
}

.ttl_announce span {
  border: solid 1px rgba(255,255,255,0.7);
  border-radius: 0.5em 0.5em 0 0;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0.3125em 0;
  vertical-align: middle;
}

.leadbox strong {
  background: linear-gradient(transparent 60%, #ffffba 40%);
}

.site_announce .leadbox {
  background: #fff8f5;
  border: 2px solid #fc713b;
  border-top: none;
  border-radius: 0 0 0.625em 0.625em;
  letter-spacing: 0.05em;
  margin: 0 0 35px 0;
  padding: 1em 26px;
  text-align: left;
}

.site_announce .leadbox .lead {
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: 'palt' 1;
  font-size: 0.938rem;
  line-height: 1.5;
  letter-spacing: .07em;
}

.site_announce .leadbox .lead + .lead {
  padding-top: 0.5em;
}
.site_announce .leadbox a {
  font-weight: 600;
  color: #0152c2;
}
.site_announce .leadbox a:hover {
  opacity: .7;
}

.att {
  font-size: 0.938rem;
  line-height: 1.4;
  margin: 0.5em auto 0;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

/* リード文 */
.lead_txt {
  background: #f8e4c1;
  border: 1px solid #a89471;
  font-size: 14px;
  margin: 25px auto 0;
  text-align: left;
  width: 706px;
}

.lead_txt p {
  background-size: 12px;
  border: 1px solid #a89471;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 2px auto;
  padding: 15px 35px;
  width: 700px;
}

/* modal_common.css */

.modal-wrap {
  background-color: #000;
}
.js_modal_content {
  display: none ;
}
.js_modal_content .clsbtn,
.js-modal_content > .clsbtn,
.modal-wrap .clsbtn {
  position: absolute;
  display: block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 102;
}

/*css sub menu*/
.sub_menu {
  margin: 5px auto;
  overflow: hidden;
  position: relative;
  width: 1000px;
}

.sub_menu .wrap_sub_menu {
  float: right;
  height: 40px;
  overflow-y: hidden;
  padding-top: 4px;
  width: 890px;
}

.sub_menu .wrap_sub_menu .slick-list {
  margin-left: 20px;
  width: 870px;
}

.sub_menu .wrap_sub_menu .slick-prev,
.sub_menu .wrap_sub_menu .slick-next {
  cursor: pointer;
  font-size: 0;
  height: 100%;
  position: absolute;
  top: -6px;
  z-index: 9;
}

.sub_menu .wrap_sub_menu .slick-prev:hover,
.sub_menu .wrap_sub_menu .slick-next:hover {
  opacity: .8;
}

.sub_menu .wrap_sub_menu .slick-prev:before, .sub_menu .wrap_sub_menu .slick-next:before {
  background: url(/image/top2/btn-carousel-arow2.png) no-repeat center;
  background-size: 28px;
  height: 50px;
  left: 0;
  top: 0;
  width: 20px;
}

.sub_menu .wrap_sub_menu .slick-prev {
  left: 0;
}

.sub_menu .wrap_sub_menu .slick-prev:before {
  left: 0;
  transform: rotate(180deg);
}

.sub_menu .wrap_sub_menu .slick-next {
  right: 0;
}

.sub_menu .wrap_sub_menu .slick-next:before {
  left: 0;
  transform: rotate(0deg);
}

.sub_menu .wrap_sub_menu .slick-prev.slick-disabled:before, .sub_menu .wrap_sub_menu .slick-next.slick-disabled:before {
  opacity: 0;
}

.sub_menu .wrap_sub_menu .lnk {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding: 0 3px 2px;
}

.sub_menu .wrap_sub_menu .lnk:first-child {
  padding-left: 0;
}

.sub_menu .wrap_sub_menu .lnk .btn_link {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 2px #a4b2ba;
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 600;
  height: 32px;
  letter-spacing: 0.3em;
  padding: 7px 5px;
  width: 102px;
}

.sub_menu .wrap_sub_menu .lnk .btn_link:hover {
  opacity: .7;
}

.sub_menu .wrap_sub_menu .lnk .btn_link span {
  letter-spacing: 0.1em;
}

.ttl_sub_menu {
  background: url(/image/top2/bg-sub-ttl.png) no-repeat top left;
  background-size: contain;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 600;
  height: 39px;
  line-height: 1.1;
  padding: 5px 0;
  text-align: center;
  width: 103px;
}

.bg_green_1 {
  background-color: #e3fec5;
  border-color: #659d21;
}

.bg_green_2 {
  background-color: #eafeba;
  border-color: #8bab0c;
}

.bg_green_3 {
  background-color: #d3fdc6;
  border-color: #59a720;
}

.bg_green_4 {
  background-color: #dafae7;
  border-color: #0f622e;
}

.bg_green_5 {
  background-color: #e0faf3;
  border-color: #28b18f;
}

.bg_green_6 {
  background-color: #a5f6fe;
  border-color: #30adb8;
}

.bg_red_1 {
  background-color: #fde6c4;
  border-color: #cd6204;
}

.bg_red_2 {
  background-color: #fcd4d7;
  border-color: #d2382e;
}

.bg_red_3 {
  background-color: #ebdfc0;
  border-color: #d89e00;
}

.bg_red_4 {
  background-color: #ffd7cb;
  border-color: #ee582a;
}

.bg_red_5 {
  background-color: #f1d4d4;
  border-color: #983949;
}

.bg_red_6 {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff 55%, #f7e0e4);
  border-color: #c72328;
}

.bg_blue_1 {
  background-color: #c7f7f9;
  border-color: #1b9494;
}

.bg_blue_2 {
  background-color: #e0f0fe;
  border-color: #2189de;
}

.bg_blue_3 {
  background-color: #e3ebff;
  border-color: #3b4b79;
}

.bg_blue_4 {
  background-color: #e8d9fc;
  border-color: #8e6fb6;
}

.bg_blue_5 {
  background-color: #d3f6ff;
  border-color: #3aa5c4;
}

.bg_blue_6 {
  background-color: #dde7ff;
  border-color: #4568c0;
}

.bg_blue_7 {
  background-color: #d7ebfc;
  border-color: #498ec2;
}

.bg_pink_1 {
  background-color: #f8c9e4;
  border-color: #d861a4;
}

.bg_pink_2 {
  background-color: #fad4de;
  border-color: #da4068;
}

.bg_pink_3 {
  background: #fedae7;
  border-color: #f85487;
}

.bg_black_1 {
  background-color: #f1e6d6;
  border-color: #71542a;
}

.bg_orange_1 {
  background-color: #fff4df;
  border-color: #e29500;
}

.bg_orange_2 {
  background-color: #fff4b0;
  border-color: #c0a700;
}

/* ---------------------------------------
 最新公開情報のお知らせ改修CSS
---------------------------------------- */
.mod_news {
  background: none;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
}
.mod_news .news_area {
  display: block;
  margin: 10px 0 0;
  padding: 0;
  width: 622px;
}

/* tab */
.news_tab {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_tab li {
  border-top: 1px solid #a17f15;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  width: 206px;
}
.news_tab .tab1 {
  background-size: 4px auto;
  border-left: 1px solid #a17f15;
  border-radius: 3px 0 0 0;
  color: #b71338;
}
.news_tab .tab2 {
  background-size: 4px auto;
  color: #0a5539;
}
.news_tab .tab3 {
  background-size: 4px auto;
  border-radius: 0 3px 0 0;
  border-right: 1px solid #a17f15;
  color: #392c78;
}
.news_tab .selected {
  border-left: 1px solid #a17f15;
  border-right: 1px solid #a17f15;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-weight: 600;
  padding: 18px 0;
}
.news_tab .tab1 + .tab2,
.news_tab .tab2 + .tab3 {
  border-left: 1px solid #a17f15;
}
.news_tab .tab1.selected + .tab2,
.news_tab .tab2.selected + .tab3 {
  border-left: none;
}
.news_tab .tab1.selected {
  background-size: 4px auto;
  border-left: 1px solid #a17f15;
}
.news_tab .tab2.selected {
  background-size: 4px auto;
}
.news_tab .tab3.selected {
  background-size: 4px auto;
}

/* textbox */
.news_textbox {
  background-size: 7px auto;
  border: 1px solid #a17f15;
  border-top: none;
  padding: 0;
  width: 100%;
}
.news_textbox li {
  display: none;
  padding: 15px;
}
.news_textbox .current {
  display: block;
}
.news_textbox .tab_dtl.cont.current {
  border-top: 3px solid #e2395f;
}
.news_textbox .tab_dtl.blog.current {
  border-top: 3px solid #05724a;
}
.news_textbox .tab_dtl.sns.current {
  border-top: 3px solid #5f52a0;
}
.mod_news .news_area .lst {
  box-shadow: none;
  padding: 5px 0;
}
.mod_news .news_area dl {
  padding: 8px 0;
}
.mod_news .news_area dl dt {
  vertical-align: middle;
}
.mod_news .news_area dl dd {
  height: 33px;
  vertical-align: middle;
}
.mod_news .news_area a.links {
  margin: 15px auto 0;
}
.mod_news .news_area dl dd .bold{
  font-weight: 600;
}

/* important_info */
#important_info {
  font-size: 16px;
  margin: 15px 0 5px;
  text-align: center;
  width: 620px;
}
#important_info a{
  color: #0F3E84;
  border: 1px solid #0F3E84;
  display: block;
  padding: 5px;
  margin: 0 auto;
  width: 60%;
}
#important_info a:hover {
  color: #ea2020;
  border-color: #ea2020;
}

/* ---------------------------------------
 最新公開情報のお知らせ 暫定改修
---------------------------------------- */
.mod_news .news_area dl dd a .text_right {
  display: block;
  text-align: right;
}

/* ---------------------------------------
 SNS公式アカウント
---------------------------------------- */
.sns_acc,
.sns_acc_lst,
.sns_acc_head,
.sns_acc_box {
  display: flex;
  flex-wrap: wrap;
}
.sns_acc {
  border: 2px solid #d6c2a4;
  margin: 36px auto;
  padding: 19px 12px 11px 15px;
  width: 705px;
}
.sns_acc a:hover {
  opacity: .8;
}
.sns_acc_left {
  width: 74%;
}
.sns_acc_right {
  width: 26%;
}
.sns_acc_logo {
  width: 178px;
}
.sns_acc_logo img {
  max-width: 100%;
}
.sns_acc_txt {
  margin: 3px 9px 0 12px;
}
.sns_acc_lst {
  background-color: #fcf8d2;
  justify-content: space-between;
  padding: 15px 10px;
}
.sns_acc_lst li {
  padding: 3px 5px;
  width: 114px;
}
.sns_acc_lst li a {
  border-radius: 4px;
  display: block;
  margin-top: 5px;
  padding: 8px 5px;
}
.sns_acc .btn a img {
  left: 0;
  position: absolute;
  top: -6px;
  width: 171px;
}
.sns_acc .btn a {
  display: block;
  height: 34px;
  overflow: hidden;
  position: relative;
  width: 34px;
}
.sns_acc .btn.fb a img {
  left: -8px;
}
.sns_acc .btn.tw a img {
  left: -48px;
}
.sns_acc .btn.ln a img {
  left: -89px;
}
.sns_acc .btn.mail a img {
  left: -130px;
}
.sns_acc_fb {
  background-color: #cdd8ec;
  border: 1px solid #3a5e9d;
}
.sns_acc_fb a {
  background-color: #3a5e9d;
}
.sns_acc_tw {
  background-color: #fff;
  border: 1px solid #000;
}
.sns_acc_tw a {
  background-color: #000;
}
.sns_acc_yt {
  background-color: #f6cdc5;
  border: 1px solid #cf3a39;
}
.sns_acc_yt a {
  background-color: #d64240;
}
.sns_acc_ig {
  background-color: #e7dbf1;
  border: 1px solid #ae76cc;
}
.sns_acc_ig a {
  background-color: #ae76cc;
}
.sns_acc_content {
  margin-top: 11px;
}
.sns_acc_device img {
  margin-left: 13px;
}
.sns_acc_img img {
  height: 77px;
}
.sns_acc_box {
  justify-content: space-between;
  margin-top: 7px;
  padding-left: 15px;
  padding-right: 4px;
}
.sns_acc_des {
  border: 1px solid #af855a;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-left: 9px;
  margin-top: 11px;
  padding: 11px 2px;
}

/* =================================================
_update
================================================== */
.bnr_contest_rs {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  width: min-content;
}

.bnr_contest_rs .cap {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 8px -1px 0;
  text-align: center;
}

.bnr_contest_rs a:hover {
  opacity: .7;
}

.bnr_meihaku_open + .bnr_contest_rs {
  transform: translateY(-5px);
}

.mod_bnr_special.l_2col {
  margin-top: 0;
}

.mod_bnr_special.l_2col ul {
  align-items: flex-start;
  display: flex;
  font-size: 15px;
  justify-content: center;
  line-height: 1.4;
  margin: 0 auto 25px;
  max-width: 640px;
  text-align: left;
  width: 100%;
}

.mod_bnr_special.l_2col li {
  width: 300px;
}


/* ---------------------------------------
ホームメイト・リサーチの使い方バナー
---------------------------------------- */
.research_bnr_box{
  width: 100%;
  text-align: center;
}
.research_bnr_box h3 {
  width: 100%;
  height: 50px;
}
.research_bnr_box .research_bnrs {
  overflow: hidden;
  width: 648px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.research_bnr_box .research_bnrs figure {
  line-height: 0;
  width: 400px;
}
.research_bnr_box .research_bnrs figure a {
  display: inline-block;
}
.research_bnr_box .research_bnrs figcaption {
  font-size: 15px;
  letter-spacing: .045em;
  line-height: 1.3;
  margin-top: 10px;
  text-align: left;
}