@charset "UTF-8";
html {
  min-width: inherit;
}

body {
  background: none;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 13px;
    font-size: 4vw;
  }
  body {
    max-width: 100%;
    min-width: 375px;
  }
}

div,
p,
ul,
li,
img,
h1,
h2 {
  margin: 0;
  padding: 0;
}

ul,
section,
figure,
aside {
  display: block;
  margin: 0;
  padding: 0;
}

area:hover,
area {
  border: 0 !important;
  cursor: pointer;
  outline: none !important;
}

.view_pc {
  display: block !important;
}
@media screen and (max-width: 750px) {
  .view_pc {
    display: none !important;
  }
}

.view_sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .view_sp {
    display: block !important;
  }
}

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

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

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
}

.full_width {
  width: 100% !important;
}

.font_bold {
  font-weight: 600;
}

.text_red {
  color: #ff0000;
}

.content {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  position: relative;
}

.mt_20 {
  margin-top: 20px;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

@media screen and (max-width: 750px) {
.content {
    margin: 0 auto;
  }
}

.content img {
  width: 100%;
}

.content a:hover {
  opacity: 0.8;
}

.ttl_main {
  display: none !important;
}

@media screen and (min-width: 751px) {
  .font_bold_pc {
    font-weight: 600;
  }
}

#siteroute {
  margin-top: 3px;
}

@media screen and (max-width: 750px) {
  .list_table .special {
    background-color: #fdf4f8;
  }

  #siteroute {
    display: none !important;
  }

  .ttl_main {
    display: block !important;
  }

  .ttl_main_h1 {
    background: #f75586;
    color: #fff;
    font-size: 1.533334rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    padding: 0.6rem 1rem;
    text-align: center;
  }
}

#btn_pagetop {
  display: none !important;
}

#back_top_top {
  background: url(/search/image/dtl_new/bg_pagetop_btn.png) no-repeat 0 0;
  border-radius: 6px;
  bottom: 30px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -moz-transition: background 0.2s linear;
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -ms-transition: background 0.2s linear;
  position: fixed;
  right: 30px;
  transition: background 0.2s linear;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.2s linear;
  width: 90px;
  z-index: 100;
}

#back_top_top:hover {
  background-position: 0 -50px;
}

@media screen and (max-width: 750px) {
  #back_top_top {
    display: none !important;
  }
}

.ttl_related_sites {
  align-items: center;
  background: url(../image/bg-title01.png) center center no-repeat;
  color: #1e6ed4;
  display: flex;
  font-size: 2.4rem;
  height: 60px;
  justify-content: center;
  line-height: 2.56;
  margin: 0 auto;
  max-width: 580px;
  text-align: center;
  width: 100%;
}

.main_visual h1 {
  position: relative;
}

.main_visual .kv_wrap {
  bottom: 12px;
  color: #0459c6;
  font-size: 20px;
  font-weight: bold;
  left: 51%;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  display: inline-block;
}

.main_visual .kv_inner {
  display: block;
  position: relative;
  padding-left: 11px;
  padding-right: 21px;
}

.main_visual .kv_bg {
  background: url(../image/bg-kvc.png);
  display: block;
  padding: 10px;
  min-width: 176px;
  min-height: 44px;
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .main_visual .kv_bg {
    padding-top: 8px;
  }
}
.main_visual .kv_bg::before {
  content: "";
  height: 45px;
  width: 28px;
  background: url(../image/mv-flag.png) no-repeat;
  background-size: contain;
  top: -9px;
  left: -28px;
  position: absolute;
}

.main_visual .kv_inner::before {
  content: "";
  height: 44px;
  width: 12px;
  background: url(../image/bg-kvl.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  position: absolute;
}
.main_visual .kv_inner::after {
  content: "";
  height: 44px;
  width: 22px;
  background: url(../image/bg-kvr.png) no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .main_visual .kv_wrap {
    bottom: 8%;
    font-size: 13px;
    transform: translate(-55%, 0);
  }

  .main_visual .kv_bg {
    background: url(../image/bg-kvc-sp.png);
    padding: 0;
    min-width: 94px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main_visual .kv_bg::before {
    content: "";
    height: 48px;
    width: 19px;
    background: url(../image/mv-flag.png) no-repeat;
    background-size: contain;
    top: -6px;
    left: inherit;
    position: absolute;
    right: -6px;
    transform: rotate(30deg);
  }

  .main_visual .kv_inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main_visual .kv_inner::before {
    content: "";
    height: 30px;
    width: 16px;
    background: url(../image/bg-kvl-sp.png) no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    position: absolute;
  }
  .main_visual .kv_inner::after {
    content: "";
    height: 30px;
    width: 16px;
    background: url(../image/bg-kvr-sp.png) no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    position: absolute;
  }
}

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

.mod_lead_wrapper .hidden_list {
	display: none;
}

.mod_lead {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.53;
  margin: 1.3rem auto 0;
  max-width: 730px;
  text-align: justify;
}

.btn_base {
	display: inline;
	float: right;
}

.btn_base.btn_default {
	color: #1734e8;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4em;
	padding-right: 1.5em;
	position: relative;
}
.btn_base.btn_default:focus {
	color: #1e6ed4;
}
.btn_base.btn_next.btn_default:after, 
.btn_base.btn_next.btn_more:after {
	background-image: url(../image/ico-arrow01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1em;
}
.js_list_close::after {
	transform: rotate(-180deg);
}
.btn.close {
	background: url(../movie/image/close-btn.png) center no-repeat;
	background-size: contain;
	height: 45px;
	width: 45px;
}
@media screen and (max-width: 750px) {
  .mod_lead {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 1rem 1rem 0 !important;
  }
  .btn_base.btn_default {
		font-size: 15px;
		font-weight: normal;
		line-height: 1.6;
		width: auto !important;
	}
}

.inner_ttl {
  color: #1e6ed4;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  z-index: 0;
}

.inner_ttl span {
  display: inline-block;
  padding-left: 27px;
  padding-right: 27px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .inner_ttl span {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 751px) {
  .inner_ttl span {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
  }
  .inner_ttl span.inner_span_ttl {
    width: 100%;
  }
}

.inner_ttl span::before {
  background-color: #fcd029;
  content: "";
  height: 26px;
  left: -45px;
  position: absolute;
  top: 45%;
  transform: translate(0, -50%);
  width: 6px;
}

.inner_ttl span::after {
  background-color: #fcd029;
  content: "";
  height: 26px;
  position: absolute;
  right: -45px;
  top: 45%;
  transform: translate(0, -50%);
  width: 6px;
}

@media screen and (min-width: 751px) {
  .list_bnr_related_sites .inner_ttl span::before {
    left: -20px;
  }
  .list_bnr_related_sites .inner_ttl span::after {
    right: -15px;
  }
  .list_bnr_related_sites_2 .inner_ttl span::before {
    left: 4px;
  }
  .list_bnr_related_sites_2 .inner_ttl span::after {
    right: 10px;
  }

  .inner_ttl span.inner_span_ttl::before {
    left: 33%;
  }
  .inner_ttl span.inner_span_ttl::after {
    right: 33%;
  }
  .list_bnr_related_sites.group_btn .inner_ttl span::before {
    left: 0px;
  }
  .list_bnr_related_sites.group_btn .inner_ttl span::after {
    right: 0px;
  }
}

.inner_ttl_02 {
  color: #1e6ed4;
  font-size: 24px;
  margin: 24px auto 16px;
  max-width: 900px;
  text-align: center;
  font-weight: 600;
}
.inner_ttl_02.inner_ttl_02_02 {
  font-size: 24px;
}
@media screen and (min-width: 751px){
  .inner_ttl_02.inner_ttl_02_02 + .list_area{
   margin-top: 3.5rem;
  }
}

.inner_ttl_02 span {
  display: inline-block;
  padding: 0 26px 8px 42px;
  position: relative;
}

.inner_ttl_02 span::after {
  background: #ffd72a;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.inner_ttl_02 span::before {
  background: url(../image/flag.png) left center no-repeat;
  bottom: 0px;
  content: "";
  height: 37px;
  left: -10px;
  position: absolute;
  width: 28px;
}

@media screen and (max-width: 750px) {
  .inner_ttl {
    background: none;
    border-bottom: 0.2rem solid #f75586;
    color: #000;
    display: block;
    font-size: 1.333334rem;
    letter-spacing: 0.02em;
    line-height: 1.15;
    padding: 0 0 0.566667rem !important;
    text-align: left;
  }

  .inner_ttl span::before,
  .inner_ttl span::after {
    content: none;
  }
}

.lead_txt {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 0.5rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .lead_txt {
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin-top: 0.666667rem;
    text-align: justify;
  }
}

.map_img {
  border: 1px solid #937d5d;
  margin: 2.8rem auto 0;
  max-width: 940px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .map_img {
    margin-top: 0;
  }

  .map_img::before {
    background: url(../image/ico-zoom.png) center no-repeat;
    background-size: contain;
    bottom: 0.366667rem;
    content: "";
    height: 1.5rem;
    position: absolute;
    right: 0.366667rem;
    width: 1.5rem;
  }
}

.map_area {
  margin-top: 0.3rem;
}

@media screen and (max-width: 750px) {
  section {
    margin: 1.366667rem 1rem 0 !important;
  }

  .map_area {
    margin-top: 1.6rem !important;
  }
}

.list_area {
  margin-bottom: 3.3rem;
  margin-top: 5.1rem;
}

@media screen and (max-width: 750px) {
  .list_area {
    margin: .5rem 1rem 1.6rem !important;
  }
}

.list_area_table {
  margin: -1.2rem auto 0;
  max-width: 825px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .list_area_table {
    margin-top: 0.966667rem;
  }

  .list_area_table table,
  .list_area_table tbody,
  .list_area_table tr,
  .list_area_table th,
  .list_area_table td {
    display: block;
  }
}

.list_area_table table {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .list_area_table table {
    border-bottom: 1px solid #f75586;
    border-collapse: collapse;
  }

  .list_area_table tr:not(:last-child) {
    border-bottom: 1px solid #f75586;
  }
}

.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: 1.8rem;
  font-weight: normal;
  margin-left: -0.5rem;
  padding: 0.9rem 0.8rem 0.7rem 0.8rem;
  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: 1.8rem;
  font-weight: normal;
  margin-left: -0.5rem;
  padding: 0.9rem 0.8rem 0.7rem 0.8rem;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

@media screen and (min-width: 751px) {
  .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;
}

@media screen and (min-width: 751px) {
  .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;
  }
}

@media all and (-ms-high-contrast: none) {
  .list_area_table th a.ico_next,
  .list_area_table th span {
    padding: 1rem 1.34rem 0.6rem;
  }
}

@media screen and (max-width: 750px) {
  .list_area_table th {
    border: 1px solid #f75586;
    border-bottom: none;
    cursor: pointer;
    display: block;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
  }

  .list_area_table tr:nth-child(n + 2) th {
    border-top: none;
    padding-top: 0;
  }

  .list_area_table th a.ico_next,
  .list_area_table th span {
    background: #fbe8f0;
    color: #ff5b85;
    display: block;
    font-size: 1rem;
    margin-left: 0;
    padding: 0.933334rem 2.3rem 1rem 1.8rem !important;
    position: relative;
  }

  .list_area_table th a.ico_next::before,
  .list_area_table th span::before {
    background: #ff5b85;
    content: "";
    height: 0.7rem;
    left: 0.74rem;
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    width: 0.7rem;
  }

  .list_area_table th a.ico_next::after,
  .list_area_table th span::after {
    background: url(../image/ico-accordion01.png) center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 0.7rem;
    -moz-transform: translateY(-50%) rotateZ(180deg);
    -ms-transform: translateY(-50%) rotateZ(180deg);
    -o-transform: translateY(-50%) rotateZ(180deg);
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotateZ(180deg);
    -webkit-transform: translateY(-50%) rotateZ(180deg);
    width: 1.266667rem;
  }

  .list_area_table th a.ico_next::after {
    transform: translateY(-50%) rotateZ(90deg);
  }

  .list_area_table th.active span::after {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

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

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

@media screen and (max-width: 750px) {
  .list_area_table td {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.3s ease-out;
    width: 100%;
  }

  .list_area_table tr:nth-child(n + 2) td {
    padding-top: 0;
  }
}

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

@media screen and (max-width: 750px) {
  .list_area_table td .list_table {
    border-left: 1px solid #f75586;
  }
}

.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: 1.9rem;
}

@media (min-width: 751px) {
  .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;
  }
}

@media screen and (max-width: 750px) {
  .list_table li {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 50%;
    align-items: center;
    border-top: 1px solid #f75586;
    border-right: 1px solid #f75586;
    display: flex;
  }
}

.list_area .list_table li a {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.1rem 0.2rem 1.7rem;
  position: relative;
}

@media screen and (max-width: 750px) {
  .list_area .list_table li a {
    padding: 0.9rem 1.8rem 1rem 2.5rem;
    width: 100%;
  }
}

.list_area .list_table li a::before {
  background: url(../image/ico-search.png) left top no-repeat;
  content: "";
  height: 1.4rem;
  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: 1.4rem;
}

.list_area .list_table li a span {
  color: #1734e8;
  display: inline-block;
  font-size: 1.7rem;
  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;
}

@media screen and (max-width: 750px) {
  .list_area .list_table li a::before {
    display: none;
  }

  .list_area .list_table li a::after {
    background: url(../image/ico-accordion02.png) center center no-repeat;
    background-size: contain;
    content: "";
    height: 1.066rem;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    right: .6rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0.533rem;
  }

  .list_area .list_table li a span {
    color: #ff5b85;
    font-size: 1rem;
    font-weight: 600;
    padding-left: 0.7rem;
    position: relative;
  }

  .list_area .list_table li a span ruby {
    display: flex;
    flex-direction: column-reverse;
  }

  .list_area .list_table li a span ruby rt {
    text-align: left;
    letter-spacing: 0;
  }

  .list_area .list_table li a span::before {
    background: #ff5b85;
    border-radius: 50%;
    content: "";
    height: 0.266667rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.266667rem;
  }

  .list_area .list_table li a .city_txt,
  .list_area .list_table li a .area_conut {
    font-size: .8rem;
    padding-left: 0;
  }

  .list_area .list_table li a .city_txt::before,
  .list_area .list_table li a .area_conut::before{
    display: none;
  }
}

header#header_new.dtl.bc53 {
  background: transparent url(/online-travel/image/head_bg.png) center bottom;
}

@media screen and (max-width: 750px) {
  #header_wrap {
    height: 75px;
  }
}

@media screen and (max-device-width: 1024px) {
  header#header_new.bc53 #ttl_area{
    width: 100%;
  }
}

* > .footer_illust {
  margin: 0 auto 2rem;
  width: 830px;
  height: 85px;
}

* > .footer_illust::before {
  background-image: url(/online-travel/image/bg_footer_online-travel_illust.png);
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  * > .footer_illust {
    width: auto;
    margin: 2em 1em 0;
  }
}

.bnr_mapinfo{
  display: block;
  text-align: center;
  margin: 2rem auto 5rem;
}
.bnr_mapinfo a{
  display: inline-block;
  margin: 0 auto;
}
.bnr_mapinfo a:hover{
  opacity: .7;
}
.bnr_mapinfo img{
  width: 500px;
  margin: 0 auto;
}
.bnr_mapinfo .cap{
  font-size: 1.7rem;
  display: block;
  margin-top: .5em;
}

@media screen and (max-width: 750px) {
  .bnr_mapinfo{
    margin: 2em auto 0;
  }
  .bnr_mapinfo .cap {
    margin: .5em 1em;
    font-size: 1rem;
  }
  .bnr_mapinfo img.view_sp{
    width: 100%;
    max-width: 300px;
  }
}

* > .mo_box {
  background-color: #fff;
  border: 6px solid #ffdbe9;
  clear: both;
  display: block;
  line-height: 1.2em;
  margin: 0 auto 26px;
  overflow: hidden;
  padding: 15px;
  text-align: left;
  width: 830px;
}

* > .mo_box p {
  color: #000;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 750px) {
  .mo_box {
    background: #fbe8f0;
    border: none;
    margin: 1.666667rem 1rem 0;
    padding: 0.67rem 1rem;
    text-align: justify;
    width: auto;
  }

  * > .mo_box p {
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin: 0;
  }
}

.bnr_related_sites {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2.8rem auto 0;
  width: 920px;
}

.bnr_related_sites a:hover {
  opacity: 0.7;
}

.bnr_related_sites li {
  margin: 0 0 14px 0;
  width: calc(100% / 3 - 14px);
}

.bnr_related_sites li img {
  max-width: 100%;
}

.bnr_related_sites li figure a {
  display: block;
}

.bnr_related_sites figcaption {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  margin: 8px 0 0;
  text-align: left;
}

@media screen and (min-width: 751px) {
  .bnr_related_sites li {
    margin-right: 20px;
  }
  .bnr_related_sites li:nth-child(3n) {
    margin-right: 0;
  }
  .bnr_related_sites figcaption {
    letter-spacing: 0.2px;
  }
}

.list_bnr_related_sites {
  background-color: #fffce9;
  padding-top: 4.7rem;
}

.list_bnr_related_sites_2 {
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  padding-top: 4rem;
}

.list_related_video {
  margin-top: -8rem;
}

.related_video {
  margin-top: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related_video iframe {
  border: 2px solid #1e6ed4;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 750px) {
  .bnr_related_sites {
    margin: 0;
    width: 100%;
  }

  .bnr_related_sites li {
    width: 100%;
  }

  .list_bnr_related_sites {
    margin: 0 !important;
    padding: 30px 15px 0 15px;
  }

  .list_bnr_related_sites .inner_ttl {
    margin-bottom: 1.3rem;
  }

  .bnr_related_sites figure {
    margin: 0 auto;
    max-width: 300px;
  }

  .bnr_related_sites li figure a {
    text-align: center;
  }

  .bnr_related_sites figcaption {
    font-size: 14px;
    line-height: 1.5;
    margin: 6px 0 12px 0;
  }

  .list_bnr_related_sites_2 {
    padding-bottom: 0;
    padding-top: 0;
  }

  .list_related_video {
    padding-bottom: 26px;
  }
  .related_video {
    margin-top: 0;
  }
  .related_video iframe {
    max-width: 320px;
  }
}

#description {
  margin: 3em 1em;
}

#description .description_open {
  display: block;
}

#description .description_close {
  display: none;
}

#description .description_txt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

#description #description_txt[type="checkbox"] {
  display: none;
}

#description #description_txt[type="checkbox"]:checked + div .description_txt {
  display: inline;
}

#description .description_open,
#description .description_close {
  color: #0075d8;
}

#description #description_txt[type="checkbox"]:checked + div .description_open {
  display: none;
}

#description
  #description_txt[type="checkbox"]:checked
  + div
  .description_close {
  display: inline-block;
}

#wrap .bg_pink_4 {
  background-color: #fbe8f0;
}

.box_block {
  margin-top: 1em;
  padding: 19px 20px 19px 20px;
}

@media screen and (max-width: 750px) {
  #wrap .bg_pink_4 p {
    font-size: 13px;
    line-height: 1.69;
  }

  #description {
    margin: 1em 1em 0 1em;
  }

  #description .description_open {
    margin-top: 4px;
    text-align: right;
  }
}

footer.footer_basic {
  margin-top: 2.5em;
}

footer.footer_basic li {
  background-color: #fbe8f0;
}

footer.footer_basic li a {
  border-bottom: 1px solid #f9a5be;
  color: #ff3e6f;
  display: block;
  line-height: 24px;
  padding: 1em 2em 1em 2.5em;
  position: relative;
  text-decoration: none;
}

footer.footer_basic li a:before {
  background-color: #f881a5;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 0.7em;
  left: 1em;
  position: absolute;
  top: 1.42em;
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  width: 0.7em;
}

footer.footer_basic li a:after {
  background: url(../image/arrow_02.png) center center no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  width: 0.61em;
}

footer.footer_basic .copyright {
  background: #cc5479;
  color: #fff;
  font-family: Verdana, "Droid Sans";
  font-size: 0.69rem;
  padding: 1.75em 1em;
  text-align: center;
}

.logo_dtl_sp {
  background-color: #fffaf0;
  border-top: #f75586 solid 2px;
  padding: 9px 0 9px 0;
  text-align: center;
}

.logo_dtl_sp img {
  max-width: 85px;
}

/* detail page */
@media screen and (min-width: 751px) {
  .list_area .list_table li a.special {
    font-weight: 600;
  }
}

.txt_related_sites {
  font-size: 17px;
  margin-top: 1rem;
}

.list_btn_related_sites {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 29px auto 0 auto;
  width: 630px;
  max-width: 100%;
}

@media screen and (min-width: 751px) {
  .list_btn_related_sites + .list_btn_related_sites{
    margin-top: 0;
  }
}

.btn_related_sites {
  align-items: center;
  background-color: #63bc15;
  border-radius: 25px;
  box-shadow: 0 5px 0 0 #4a9e00;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  height: auto;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.87;
  margin: 0 6px 20px 7px;
  min-height: 47px;
  position: relative;
  width: 310px;
}

.btn_related_sites a {
  color: #fff;
  width: 100%;
}

.btn_related_sites_two_line {
  line-height: 1.3;
  margin: 0 0 20px 0;
  flex-direction: column;
}

.btn_related_sites span {
  display: block;
  font-size: 17px;
  font-weight: 600;
}

.btn_related_sites:hover,
.area_btn:hover {
  opacity: 0.7;
}

.btn_related_sites a::before {
  content: "";
  height: 26px;
  left: 26px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
}

@media screen and (min-width: 751px) {
  .btn_related_sites.location a::before {
    background: url(../image/ico-location.png) no-repeat;
  }

  .btn_related_sites.statistics a::before {
    background: url(../image/ico-statistics.png) no-repeat;
  }

  .btn_related_sites.building a::before {
    background: url(../image/ico-building.png) no-repeat;
  }

  .btn_related_sites.search a::before {
    background: url(../image/ico-search-white.png) no-repeat;
    height: 20px;
    width: 18px;
  }

  .btn_related_sites.house a::before {
    background: url(../image/ico-house.png) no-repeat;
  }

  .btn_related_sites.train a::before {
    background: url(../image/ico-train.png) no-repeat;
  }

  .btn_related_sites.tour a::before {
    background: url(../image/ico-tour.png) no-repeat;
  }

  .btn_related_sites.travel-agent a::before {
    background: url(../image/ico-travel-agent.png) no-repeat;
    background-size: cover;
    height: 19px;
    width: 22px;
  }

  .btn_related_sites a::after {
    background: url(../image/ico-triangle-right.png) no-repeat;
    content: "";
    height: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
  }
}

.bnr_introduce {
  margin: 0 auto;
  max-width: 100%;
  width: 594px;
}

.bnr_introduce img {
  max-width: 100%;
}

.bnr_introduce:hover {
  opacity: 0.7;
}

.bnr_introduce .cap {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 1.5;
  margin-top: 0.5rem;
  text-align: center;
}

/* search button */
[class^="srchbtn_box_list"] {
  border-top: none;
}

.srchbtn_box_list_up {
  margin: 1.3rem auto 0;
  text-align: center;
}

p.btn_area_rent {
  background-color: #e06596;
  background-image: url(../image/ico-search-white.png);
  background-position: 15px center, right center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  border: 2px solid #d25b86;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
  min-height: 45px;
  line-height: 1.2;
  min-width: 370px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 3px 0 2px;
}

p.btn_area_rent:hover {
  opacity: 0.7;
}

p.btn_area_rent > a {
  color: #fff;
  display: inline-block;
  line-height: 41px;
  padding: 0 115px 0 46px;
  text-align: left;
  width: 100%;
}

p.btn_area_rent a::after {
  content: url(../image/ttl-bg-area-rent-logo.png);
  border-radius: 2px;
  display: block;
  height: 27px;
  position: absolute;
  top: 9px;
  right: 15px;
  width: 91px;
}

@media screen and (max-width: 750px) {
  .copyright a {
    color: #fff;
  }

  .srchbtn_box_list_up {
    margin: 1.5rem auto 0;
  }

  p.btn_area_rent {
    background-position: 10px center, right center;
    min-height: 38px;
    min-width: 300px;
    font-size: 15px;
  }

  p.btn_area_rent a::after {
    content: none;
  }

  p.btn_area_rent > a {
    padding: 0 15px 0 15px;
    text-align: center;
    line-height: 38px;
  }

  .btn_related_sites_two_line {
    flex-direction: row;
  }
}

@media screen and (max-width: 750px) {
  .btn_related_sites {
    display: flex;
    margin: -7px 15px 35px;
  }

  .btn_related_sites {
    background: linear-gradient(
      to bottom,
      #f9eff4 0%,
      #fbe8f0 50%,
      #f9d1e2 100%
    );
    border-radius: 5px;
    border: 1px solid #f75586;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    justify-content: flex-start;
    line-height: 1.3;
    margin: 0 auto;
    margin-bottom: 1rem;
    max-width: 100%;
    text-align: left;
    text-shadow: none;
    width: 311px;
  }

  .btn_related_sites a {
    color: #f75586;
  }

  .btn_related_sites:after {
    background-image: url(../image/ico-accordion02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    margin: auto;
    position: absolute;
    right: 13px;
    width: 8px;
  }

  .btn_related_sites::before {
    content: none !important;
  }

  .bnr_introduce img {
    margin: 0 auto;
  }

  .bnr_introduce {
    margin-top: 2rem;
  }

  .bnr_introduce .cap {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.4rem;
    max-width: 300px;
    text-align: left;
  }
}

@media screen and (max-width: 750px) {
  .btn_related_sites {
    height: auto;
    padding: 11px 29px 11px 25px;
    font-weight: 600;
  }

  .btn_related_sites a span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
  }

  .btn_related_sites_two_line {
    line-height: 1.2;
  }

  .list_btn_related_sites {
    margin: 15px auto -14px auto;
  }
}
/*Map*/

.map_wrap {
  background: url(/online-travel/image/bg-map-01.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  /* min-height: 700px; */
  margin: 1.4rem auto 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 940px;
}

.map_wrap.map_wrap_01 {
  min-height: 750px;
}

.map_wrap.map_wrap_01.map_01_area {
  padding: 2px;
}

.map_wrap.map_wrap_01.map_01_area.svg-01-east,
.map_wrap.map_wrap_01.svg-31 {
  min-height: auto;
}

@media screen and (min-width: 751px) {
  .map_wrap.map_wrap_02 {
    align-items: center;
    background-size: 101% 101%;
    display: flex !important;
    justify-content: center;
    max-height: 735px;
    border: 1px solid #6e9edb;
    padding: 0;
  }
  .map_wrap.map_wrap_01.map_01_area.svg-01-north {
    min-height: 680px;
  }
  .map_wrap.map_wrap_01.map_01_area.svg-01-central {
    min-height: 700px;
    padding-left: 70px;
  }
  .map_wrap.map_wrap_01.svg-02 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-03 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-05 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-06 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-07 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-08 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-09 {
    min-height: 760px;
  }
  .map_wrap.map_wrap_01.svg-11 {
    min-height: 590px;
  }
  .map_wrap.map_wrap_01.svg-14 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-15 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-17 {
    min-height: 770px;
  }
  .map_wrap.map_wrap_01.svg-22 {
    min-height: 770px;
  }
  .map_wrap.map_wrap_01.svg-25 {
    min-height: 770px;
  }
  .map_wrap.map_wrap_01.svg-26 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-28 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-29 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-30 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-35 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-41 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-42 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-43 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-44 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-45 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_01.svg-46 {
    min-height: 780px;
  }
  .map_wrap.map_wrap_02.svg-01100 {
    min-height: 790px;
  }
  .map_wrap.map_wrap_02.svg-11100 {
    min-height: 820px;
  }
  .map_wrap.map_wrap_02.svg-13100 {
    min-height: 810px;
  }
  .map_wrap.map_wrap_02.svg-22130 {
    min-height: 810px;
  }
  .map_wrap.map_wrap_02.svg-26100 {
    align-items: normal;
    min-height: 750px;
  }
  .map_wrap.map_wrap_02.svg-27100 {
    align-items: normal;
    min-height: 720px;
  }
  .map_wrap.map_wrap_02.svg-27140 {
    align-items: normal;
    min-height: 800px;
  }
  .map_wrap.map_wrap_02.svg-33100 {
    align-items: normal;
    min-height: 800px;
  }
  .map_wrap.map_wrap_02.svg-34100 {
    align-items: normal;
    min-height: 840px;
  }
  .map_wrap.map_wrap_02.svg-40130 {
    align-items: normal;
    min-height: 790px;
  }
  .map_wrap.map_wrap_02.view_pc.svg-43201 {
    align-items: normal;
    min-height: 790px;
  }
}

.map_wrap.map_wrap_02.svg-14100,
.map_wrap.map_wrap_02.svg-22130 {
  padding-bottom: 20px;
}
.map_wrap.map_wrap_02.svg-12100,
.map_wrap.map_wrap_02.svg-22100 {
  padding-bottom: 30px;
}
.map_wrap.map_wrap_02.svg-26100 {
  padding-bottom: 5px;
}

.map_wrap.map_wrap_02 svg {
  filter: unset;
  /* height: auto; */
  /* max-height: inherit; */
  /* max-width: inherit; */
  /* width: auto; */
}

.map_wrap.map_wrap_02.svg-27100 svg {
  padding-left: 60px;
}

.map_wrap.map_wrap_02.svg-26100 svg {
  padding-right: 100px;
}

.map_svg {
  filter: drop-shadow(-1px 7px 3px rgba(21, 55, 78, 0.5));
  height: 100%;
  width: 100%;
}

.map_svg a:hover {
  opacity: 1;
}

.map_wrap_01 .map_svg {
  display: block;
  /* height: auto; */
  margin: 0 auto;
  /* width: auto; */
  max-height: 700px;
}

.map_wrap_01.map_01_area .map_svg {
  height: auto;
  width: 100%;
}

.map_wrap.map_wrap_01.map_01_area.view_pc.svg-01-south {
  padding: 2px 0 10px 120px;
}

.map_wrap.map_wrap_01.map_01_area.svg-01-central .map_svg {
  max-height: none;
}

.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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.map_wrap.svg-00 .map_svg text{
  font-size: 13px;
}


.map_svg .st3,
.map_svg .st4,
.map_svg .st5,
.map_svg .st6 {
  font-weight: 600;
}

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

.map_svg a:hover path,
.map_svg a:hover polygon,
.map_svg a:hover polyline {
  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 {
  fill: #6ac9ef;
}
.map_svg.svg-hex-2 path,
.map_svg.svg-hex-2 polygon,
.map_svg a .hex-2 path {
  fill: #6ac9ef;
}
.map_svg.svg-hex-3 path,
.map_svg.svg-hex-3 polygon,
.map_svg a .hex-3 path {
  fill: #69cc8f;
}
.map_svg.svg-hex-4 path,
.map_svg.svg-hex-4 polygon,
.map_svg a .hex-4 path {
  fill: #8fd13b;
}
.map_svg.svg-hex-5 path,
.map_svg.svg-hex-5 polygon,
.map_svg a .hex-5 path {
  fill: #ea9a6e;
}
.map_svg.svg-hex-6 path,
.map_svg.svg-hex-6 polygon,
.map_svg a .hex-6 path {
  fill: #e26f7a;
}
.map_svg.svg-hex-7 path,
.map_svg.svg-hex-7 polygon,
.map_svg a .hex-7 path {
  fill: #b189e5;
}
.map_svg.svg-hex-8 path,
.map_svg.svg-hex-8 polygon,
.map_svg a .hex-8 path {
  fill: #2baf37;
}
.map_svg.svg-hex-9 path,
.map_svg.svg-hex-9 polygon,
.map_svg a .hex-9 path {
  fill: #e897be;
}
.map_svg.svg-hex-10 path,
.map_svg.svg-hex-10 polygon,
.map_svg a .hex-10 path {
  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;
}
.map_svg #bridge polygon,
.map_svg #bridge path,
.map_svg #bridge polyline {
  fill: #ccc;
}

.list_area_table_color th .hex-1-2 {
  background-color: #6ac9ef;
}
.list_area_table_color th .hex-3 {
  background-color: #69cc8f;
}
.list_area_table_color th .hex-4 {
  background-color: #8fd13b;
}
.list_area_table_color th .hex-5 {
  background-color: #ea9a6e;
}
.list_area_table_color th .hex-6 {
  background-color: #e26f7a;
}
.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;
}
.list_area_table_color th .hex-10 {
  background-color: #edbb4a;
}

.map_svg a:hover text {
  cursor: pointer;
  /* fill: #fff; */
  /* stroke-width: 0; */
  /* text-shadow: none; */
}

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

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

.map_wrap_01 .map_svg a text {
  /* font-size: 14px; */
}

.map_svg g.disabled path,
.map_svg g.disabled polygon,
.map_svg g.disabled polyline {
  fill: #ccc;
}

.map_svg g.disabled text {
  fill: #000;
}

.map_svg g.disabled text.text-background {
  fill: #fff;
  stroke-width: 4px;
  stroke: #fff;
  /* paint-order: stroke; */
  stroke-linejoin: round;
}

.map_wrap_01 .map_svg g.disabled text {
  /* font-size: 14px; */
  /* font-weight: 700; */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .map_svg a text {
    stroke-width: 0;
  }
}

/* area division */
@media (min-width: 751px) {
  .area_division {
    margin: 0 auto;
    margin-top: 5rem;
    max-width: 760px;
  }

  .area_division .inner_ttl {
    background: url("../image/bg-division.jpg");
    color: #fff;
    font-size: 24px;
    line-height: inherit;
    margin-bottom: 0;
    padding: 15px 30px 15px 83px;
    position: relative;
    text-align: left;
  }

  .area_division .inner_ttl:before {
    background: url("../image/ico-info.png") no-repeat;
    content: "";
    height: 31px;
    left: 35px;
    position: absolute;
    top: 45%;
    transform: translate(0, -50%);
    width: 36px;
  }

  .list_area_division {
    background-color: #fffce9;
    border: 4px solid #1e6ed4;
    border-top: 0;
    padding: 30px 35px 26px 35px;
  }

  .list_area_table td .list_table .full_width {
    max-width: 100%;
  }
}

.list_area_division li {
  align-items: center;
  display: flex;
  font-size: 17px;
}

.list_area_division li:not(:last-child) {
  margin-bottom: 1rem;
}

.list_area_division .name {
  background-color: #3f87e4;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  height: fit-content;
  margin-right: 1.9rem;
  min-width: 115.5px;
  padding: 10px 5px 8px 5px;
  text-align: center;
}

.map_svg #lake path {
  fill: #b2e1ed;
}

@media (max-width: 750px) {
  .area_division {
    padding: 0 15px 32px 15px;
  }

  .list_area_division {
    margin-top: 0.6rem;
  }

  .list_area_division li {
    font-size: 15px;
  }

  .list_area_division li:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .list_area_division li span:nth-of-type(2) {
    line-height: 1.4;
  }

  .list_area_division .name {
    font-size: 15px;
    margin-right: 1rem;
    min-width: 67px;
    padding: 5px 7px 5px 7px;
  }
}

.hide_scrollbar {
  overflow: hidden;
}

.map_area .des_pink {
  font-size: 15px;
  margin-left: 30px;
  margin-top: 10px;
}

.map_area .source_text {
  font-size: 12px;
  margin-top: 12px;
  margin-right: 35px;
  display: flex;
  justify-content: flex-end;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  .map_area .source_text {
    display: none;
  }
}

/* 関連サイトのバナー追加 */
.bnr_related_box,
.town_box {
  max-width: 825px;
  margin: 0 auto 3rem;
}

.bnr_related_list,
.town_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.bnr_related_list li {
  width: 400px;
  margin-bottom: 2rem;
}

.bnr_related_list li a:hover{
  opacity: 0.7;
}

.bnr_related_list li img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .bnr_related_box,
  .town_box {
    margin-bottom: 1.5rem;
  }
  .bnr_related_list,
  .town_list {
    justify-content: center;
  }
  .bnr_related_list li {
    width: 300px;
    margin-bottom: 1rem;
  }
}

/* 動画一覧遷移ボタン */
.link_btn {
  position: absolute;
  right: 42px;
}

.link_btn a {
  background-color: #d44d82;
  border-radius: 5px;
  border: 2px solid #b13a65;
  border-bottom: 5px solid #b13a65;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 8px;
  min-width: 201px;
  padding: 6px 20px 6px 32px;
  position: relative;
}

.link_btn a:before {
  background: url(../image/ico-camera.png) no-repeat 0 0 / 20px 20px;
  content: "";
  height: 20px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.link_btn a:after {
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 8px;
  top: 6px;
  width: 0;
}

/* 個別 */
.svg-30 .link_btn {
  right: 50px;
}

/* 指アイコン */
.select_search_region {
  background: url(/online-travel/image/ico-finger.png) no-repeat left;
  bottom: 60px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 47px;
  line-height: 52px;
  padding-left: 55px;
  position: absolute;
  top: 30px;
  right: 35px;
}

/* 個別対応 */
.svg-00 .select_search_region {
  top: 50px;
  right: 250px;
}
.svg-01100 .select_search_region {
  top: 20px;
}
.svg-13100 .select_search_region,
.svg-14100 .select_search_region,
.svg-33100 .select_search_region,
.svg-40130 .select_search_region,
.svg-40100 .select_search_region {
  top: 10px;
}
.svg-23100 .select_search_region,
.svg-27100 .select_search_region {
  top: 10px;
  right: 658px;
}
.svg-11100 .select_search_region,
.svg-15100 .select_search_region,
.svg-22130 .select_search_region {
  right: 658px;
}
.svg-01 .select_search_region {
  right: 15px;
}
.svg-01-south .select_search_region {
  top: 90px;
  right: 640px;
}
.svg-01-central .select_search_region {
  top: 90px;
  right: 520px;
}
.svg-01-north .select_search_region {
  top: 90px;
  right: 80px;
}
.svg-02 .select_search_region {
  top: 30px;
  right: 30px;
}
.svg-03 .select_search_region {
  right: 30px;
}
.svg-04 .select_search_region {
  top: 60px;
  right: 675px;
}
.svg-05 .select_search_region {
  top: 90px;
  right: 650px;
}
.svg-06 .select_search_region {
  right: 30px;
}
.svg-07 .select_search_region {
  right: 675px;
}
.svg-08 .select_search_region {
  top: 90px;
  right: 500px;
}
.svg-09 .select_search_region {
  top: 90px;
  right: 650px;
}
.svg-10 .select_search_region {
  right: 100px;
}
.svg-11 .select_search_region {
  top: 20px;
  right: 30px;
}
.svg-14 .select_search_region {
  top: 10px;
  right: 10px;
}
.svg-15 .select_search_region {
  right: 645px;
}
.svg-16 .select_search_region {
  top: 90px;
  right: 370px;
}
.svg-17 .select_search_region {
  top: 90px;
  right: 530px;
}
.svg-19 .select_search_region {
  top: 10px;
}
.svg-20 .select_search_region {
  top: 90px;
  right: 590px;
}
.svg-21 .select_search_region {
  top: 90px;
  right: 570px;
}
.svg-26 .select_search_region {
  top: 20px;
}
.svg-27 .select_search_region {
  top: 20px;
  right: 560px;
}
.svg-28 .select_search_region {
  top: 90px;
  right: 120px;
}
.svg-30 .select_search_region {
  top: 80px;
}
.svg-31 .select_search_region {
  top: 10px;
  right: 666px;
}
.svg-32 .select_search_region {
  right: 650px;
}
.svg-33 .select_search_region {
  right: 25px;
}
.svg-34 .select_search_region {
  top: 90px;
  right: 540px;
}
.svg-36 .select_search_region {
  top: 20px;
  right: 650px;
}
.svg-37 .select_search_region {
  top: 20px;
  right: 650px;
}
.svg-38 .select_search_region {
  top: 10px;
  right: 10px;
}
.svg-39 .select_search_region {
  top: 90px;
  right: 650px;
}
.svg-40 .select_search_region {
  top: 20px;
  right: 650px;
}
.svg-43 .select_search_region {
  top: 90px;
  right: 600px;
}
.svg-45 .select_search_region {
  top: 90px;
  right: 600px;
}
.svg-46 .select_search_region {
  top: 80px;
  right: 400px;
}
.svg-47 .select_search_region {
  right: 140px;
}

@media screen and (min-width: 751px) {
  .btn_population,
  .srchpref {
    bottom: 17px;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
  }
}

.srchpref {
  right: 47px;
}

:root {
  --l1: 2.5px;
}

.btn_ward a,
.btn_population a,
.srchpref .btn {
  background-color: #d44d82;
  border-radius: 5px;
  border: 2px solid #b13a65;
  border-bottom: 5px solid #b13a65;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 8px;
  min-width: 201px;
  padding: 6px 20px 6px 34px;
  position: relative;
}

.btn_population a::before {
  background: url(../image/ico-population.png) no-repeat;
  content: "";
  height: 20px;
  left: 8px;
  position: absolute;
  top: 15px;
  width: 20px;
}

@media screen and (min-width: 751px) {
  .btn_ward a:before,
  .btn_population a:before,
  .srchpref .btn:before {
    background: url(../image/ico-camera.png) no-repeat 0 0 / 20px 20px;
    content: "";
    height: 20px;
    left: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
  }
}

.btn_population a:after {
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 8px;
  top: 6px;
  width: 0;
}

@media screen and (min-width: 751px) {
  .btn_ward a:after,
  .btn_population a:after,
  .srchpref .btn:after {
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #fff;
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-100%);
    width: 0;
  }

  .btn_population {
    right: 319px;
  }

  .btn_ward {
    position: absolute;
  }

  .link_btn,
  .link_btn~.btn_population {
    bottom: 22px;
  }

  .link_btn~.btn_population {
    right: 285px;
  }

  .link_btn~.btn_ward {
    bottom: 239px;
    right: 74px;
  }

  .btn_population a:before {
    background-image: url(../image/ico-population.png);
  }

  .btn_ward a {
    background-color: #63bc15;
    border-color: #4a9e00;
    padding: 7px 20px 5px 32px;
  }

  .btn_ward a:before {
    background-image: url(../image/ico-tower.png);
    top: 16px;
  }
}

.svg-22 .btn_population {
  left: 440px;
}

/* Google検索の欄を追加 */
.g_search {
  display: block;
  width: 480px;
}

.g_search_bnr figure {
  width: 400px;
}

.g_search_content {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	background: #fdf0da;
	text-align: center;
  border: solid 1px #948773;
  height: 60px;
}

.g_search_form {
	align-items: center;
	display: flex;
	font-size: 1.7rem;
	flex-direction: row;
	height: 40px;
	line-height: 40px;
}

.g_search_form .g_search_ttl {
  color: #1e6ed4;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: 14px;
  text-align: center;
}

.g_search_form .g_search_search {
  background-color: #fff;
	border: 1px solid #0852ae;
	border-radius: 0;
	border-right: none;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	padding: 0 1rem;
	-webkit-appearance: none;
	width: 280px;
}

.g_search_form .g_search_search:focus {
  outline: 1px solid #0852ae;;
  border: 1px solid #0852ae;
}

.g_search_form .g_search_btn {
	background: #0852ae;
	border: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	letter-spacing: .25em;
  text-indent: .25em;
	line-height: 40px;
	outline: none;
	overflow: hidden;
	padding: 0 .25rem;
	width: 60px;
  border-radius: 0;
}

@media screen and (max-width: 750px) {
  .g_search {
    margin: 1.25rem 1rem 1rem;
    width: auto;
  }
  .g_search_content {
    margin-top: 1rem;
    padding: 1em 1rem;
    height: auto;
  }
  .g_search_form {
    font-size: 1rem;
    width: 100%;
  }
  .g_search_form .g_search_search {
    width: 100%;
  }
  .g_search_form .g_search_btn {
    width: 80px;
  }
}

.list_area_btn {
  max-width: 825px;
  margin: 0 auto 24px;
  width: 100%;
}

.list_area_btn .area_btn {
  width: 300px;
  align-items: center;
  background-color: #d44d82;
  border-radius: 25px;
  border: 2px solid #b13a65;
  border-bottom: 5px solid #b13a65;
  display: flex;
  justify-content: center;
  line-height: 1.87;
  position: relative;
}

.list_area_btn .area_btn a {
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding: 6px 0;
  width: 100%;
}

.list_area_btn .area_btn a::after{
  background: url(../image/ico-triangle-right.png) no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
}
.list_area_btn .area_btn a::before {
  content: "";
  height: 17px;
  left: 26px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 17px;
  background: url(../image/ico-search-white.png) no-repeat;
}

@media screen and (max-width: 750px) {
  .list_area_btn {
    margin-bottom: 1rem;
  }

  .list_area_btn .area_btn {
    background: linear-gradient(
      to bottom,
      #f9eff4 0%,
      #fbe8f0 50%,
      #f9d1e2 100%
    );
    border-radius: 5px;
    border: 1px solid #f75586;
    box-shadow: none;
    height: 40px;
    justify-content: flex-start;
    line-height: 1.3;
    margin: 0 auto;
  }

  .list_area_btn .area_btn a{
    color: #f75586;
    font-size: 1rem;
  }

  .list_area_btn .area_btn a:after {
    background-image: url(../image/ico-accordion02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    margin: auto;
    position: absolute;
    right: 13px;
    width: 8px;
  }

  .list_area_btn .area_btn a::before {
    content: none !important;
  }

  .btn_population {
    align-items: center;
    background: linear-gradient(
      to bottom,
      #f9eff4 0%,
      #fbe8f0 50%,
      #f9d1e2 100%
    );
    border-radius: 5px;
    border: 1px solid #f75586;
    bottom: 0;
    box-shadow: none;
    display: flex;
    font-weight: unset;
    height: 40px;
    justify-content: flex-start;
    left: unset;
    line-height: 1.3;
    margin: 1rem auto 0;
    position: relative;
    width: 300px;
  }

  .btn_population a {
    background-color: inherit;
    border-bottom: 0;
    border-radius: 0;
    border: none;
    color: #f75586;
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    line-height: 38px;
    margin-top: 0;
    min-width: unset;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .btn_population a:before {
    display: none;
  }

  .btn_population a:after {
    background-image: url(../image/ico-accordion02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-width: 0;
    content: "";
    display: block;
    height: 16px;
    margin: auto;
    position: absolute;
    right: 13px;
    width: 8px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .btn_related_flex {
    margin: 1px auto 26px;
  }
  
  .btn_related_flex a {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* ホームメイト 政令指定都市／中核市のリンク追加 */
.town_box {
  max-width: none;
}

.town_box .town_list {
  align-items: stretch;
  justify-content: center;
}

.town_box .town_list li {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  background: #fff;
  border: 1px solid #d5c6b4;
  max-width: 310px;
  padding: 15px;
}

.town_box .town_list li:nth-child(n + 2) {
  margin-left: 25px;
}

@media screen and (max-width: 750px) {
  .town_box {
    margin: 0 1rem 1.5rem;
  }

  .town_box .town_list li {
    max-width: 375px;
  }
  .town_box .town_list li:nth-child(n + 2) {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.town_box .town_list .town_image {
  width: 96px;
}

.town_box .town_list .town_image img {
  height: auto;
  width: 100%;
}

.town_box .town_list .town_link {
  padding-left: 10px;
}

.town_box .town_list .town_link a {
  color: #1734e8;
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.town_box .town_list .town_link a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #1734e8;
  border-right: solid 1px #1734e8;
  margin-left: 0.3em;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.town_box .town_list .town_link a:hover {
  opacity: 0.8;
}

.town_box .town_list .town_leadtext {
  padding: 10px 0 0 0;
}

.town_box .town_list .town_leadtext p {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 751px) {
  .pink_btn {
    background-color: #e06596;
    box-shadow: 0 5px 0 0 #b13a65;
  }

  .pink_btn a {
    padding: 8px 35px 5px 30px;
  }
}

@media screen and (min-width: 751px) {
  .flex_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 7px;
  }
  .layout_2column .flex_list,
  .layout_3column .flex_list,
  .layout_4column .flex_list {
    padding: 0 80px 5px 80px;
  }
  .btn_related_sites a::before {
    content: none;
  }
  .btn_related_sites {
    min-width: 268px;
    width: auto;
  }
  .btn_related_sites.btn_related_flex {
    margin: 1px 8px 15px;
  }
  .btn_related_sites a {
    padding-left: 15px;
    padding-right: 25px;
    text-align: center;
  }
  .list_btn_related_sites {
    justify-content: center;
  }
  .btn_related_sites {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.bnr_meihaku_open {
  margin: 30px auto 0;
  max-width: 700px;
  text-align: center;
}

.bnr_meihaku_open.bnr_bus_tour {
  margin-top: 20px;
}
.bnr_meihaku_open.bnr_bus_tour + .bnr_bus_tour {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .bnr_meihaku_open.bnr_bus_tour + .bnr_bus_tour {
    margin-bottom: 25px;
  }
}

.bnr_meihaku_open > a:hover {
  opacity: .7;
}
.bnr_meihaku_open img {
  height: auto;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.bnr_meihaku_open img.view_sp {
  display: none;
}

.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;
  height: 172px;
  margin: 0 auto;
  padding-right: 17px;
  padding-bottom: 17px;
  width: 700px;
}
.top_topix_bnr_new_tour ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: -3px;
  width: 328px;
}
.top_topix_bnr_new_tour li {
  width: 48%;
}
.top_topix_bnr_new_tour li:last-child {
  width: 51%;
}
.top_topix_bnr_new_tour a {
  border-radius: 20px;
  background-color: transparent !important;
  color: transparent !important;
  display: block;
  height: 27px;
  text-align: center;
}
.top_topix_bnr_new_tour a:hover {
  background-color: #fff !important;
  opacity: 0.4;
}

@media screen and (max-width: 750px) {
  .bnr_meihaku_open {
    padding-left: 4%;
    padding-right: 4%;
  }
  .bnr_meihaku_open img.view_pc {
    display: none;
  }
  .bnr_meihaku_open img.view_sp {
    display: inline;
  }
  .bnr_meihaku_open img {
    width: 300px;
  }
  .bnr_bus_tour {
    padding-left: 4%;
    padding-right: 4%;
  }
  .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_600x452.png);
    position: relative;
    height: 226px;
    margin: 0 auto 20px;
    max-width: 300px;
    width: 100%;
  }
  .top_topix_bnr_new_tour ul {
    display: block;
    height: 30%;
    left: 50%;
    position: absolute;
    top: 64%;
    transform: translateX(-50%);
    width: 65%;
  }

  .top_topix_bnr_new_tour ul li,
  .top_topix_bnr_new_tour li:last-child {
    margin: 0 auto 2px !important;
    width: 100%;
  }
  .top_topix_bnr_new_tour ul li a {
    color: transparent !important;
    display: block;
    height: 35px;
    padding: 0.4em;
    text-align: center;
    border-radius: 50px;
  }
  .section-bottom .tado_bnr {
    display: block;
    margin: 20px auto 40px;
  }
}

.bnr_100sen_all {
}
.bnr_100sen_all figure {
  margin: 30px auto;
  max-width: 700px;
}
.bnr_100sen_all img {
  width: 100%;
}
.bnr_100sen_all figcaption {
  margin-top: 8px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .bnr_100sen_all {
    margin-bottom: 40px;
    margin-top: -1.4rem;
    padding-left: 4%;
    padding-right: 4%;
    width: auto;
  }
  .bnr_100sen_all figure {
    max-width: 300px;
    margin: 0 auto;
  }
  .bnr_100sen_all img {
    width: 100%;
  }
  .bnr_100sen_all figcaption {
    font-size: 15px;
  }
}