@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : hotellist.css
 author     : Ability Consultant
 style info : ホテル一覧
=================================================================== */
#contents .con_sea .tab_sea, #contents .con_sea .panel_sea > li#map, #homepage #contents .con_sea .panel_sea > li#list, #hotel #contents .con_sea .panel_sea > li#list, #inn #contents .con_sea .panel_sea > li#list, #era #contents .con_sea .panel_sea > li#list, #contents .con_sea .panel_sea > li#brand, #contents .con_sea .panel_sea > li#kw, .con_link, div.con_list h3, div.con_list .box_list {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1330px) {
  #contents .con_sea .tab_sea, #contents .con_sea .panel_sea > li#map, #homepage #contents .con_sea .panel_sea > li#list, #hotel #contents .con_sea .panel_sea > li#list, #inn #contents .con_sea .panel_sea > li#list, #era #contents .con_sea .panel_sea > li#list, #contents .con_sea .panel_sea > li#brand, #contents .con_sea .panel_sea > li#kw, .con_link, div.con_list h3, div.con_list .box_list {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_sea .tab_sea, #contents .con_sea .panel_sea > li#map, #homepage #contents .con_sea .panel_sea > li#list, #hotel #contents .con_sea .panel_sea > li#list, #inn #contents .con_sea .panel_sea > li#list, #era #contents .con_sea .panel_sea > li#list, #contents .con_sea .panel_sea > li#brand, #contents .con_sea .panel_sea > li#kw, .con_link, div.con_list h3, div.con_list .box_list {
    width: 97.2%;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_sea .tab_sea, #contents .con_sea .panel_sea > li#map, #homepage #contents .con_sea .panel_sea > li#list, #hotel #contents .con_sea .panel_sea > li#list, #inn #contents .con_sea .panel_sea > li#list, #era #contents .con_sea .panel_sea > li#list, #contents .con_sea .panel_sea > li#brand, #contents .con_sea .panel_sea > li#kw, .con_link, div.con_list h3, div.con_list .box_list {
    width: 93.75%;
    padding: 0;
  }
}

#contents .con_sea .panel_sea > li#kw .con_kw form .box_form:after, #brand .box_hotel_br > ul:after {
  content: "";
  display: table;
  clear: both;
}

/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	.con_sea
----------------------------------------------------------- */
#contents .con_sea {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  #contents .con_sea {
    margin-top: 60px;
  }
}
#contents .con_sea h3 span {
  display: block;
  font-size: 200%;
  color: #262626;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_sea h3 span {
    font-size: 170%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_sea h3 span {
    font-size: 154%;
  }
}
.era #contents .con_sea h3 span {
  font-size: 231%;
  color: #424242;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .era #contents .con_sea h3 span {
    font-size: 231%;
  }
}
@media only screen and (max-width: 640px) {
  .era #contents .con_sea h3 span {
    font-size: 193%;
  }
}
#contents .con_sea h3 em {
  display: block;
  font-size: 124%;
  color: #0060b0;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_sea h3 em {
    font-size: 116%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_sea h3 em {
    font-size: 85%;
  }
}
.inn #contents .con_sea h3 em {
  color: #0086d1;
}
.era #contents .con_sea h3 em {
  font-weight: 400;
  color: #ff5f03;
  letter-spacing: 0.1em;
}
#contents .con_sea .tab_sea {
  margin-top: 30px;
}
#contents .con_sea .tab_sea > ul {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  #contents .con_sea .tab_sea > ul {
    margin-bottom: 30px;
  }
}
#contents .con_sea .tab_sea > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 4);
  text-align: center;
  font-weight: 600;
  font-size: 154%;
  background-color: #f0ece9;
  border-right: 1px solid #fff;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_sea .tab_sea > ul > li {
    font-size: 154%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_sea .tab_sea > ul > li {
    font-size: 77%;
  }
}
#contents .con_sea .tab_sea > ul > li#tab_kw {
  border-radius: 0 20px 20px 0;
}
@media only screen and (min-width: 1023px) {
  #contents .con_sea .tab_sea > ul > li#tab_map {
    border-radius: 20px 0 0 20px;
  }
}
@media only screen and (max-width: 1022px) {
  #contents .con_sea .tab_sea > ul > li {
    width: calc(100% / 3);
  }
  #contents .con_sea .tab_sea > ul > li#tab_list {
    border-radius: 20px 0 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_sea .tab_sea > ul > li {
    padding: 15px 0;
  }
}
#contents .con_sea .tab_sea > ul > li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
#contents .con_sea .tab_sea > ul > li > span:before {
  content: "";
  width: 51px;
  height: 36px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
@media only screen and (max-width: 640px) {
  #contents .con_sea .tab_sea > ul > li > span:before {
    width: 33.15px;
    height: 23.4px;
    margin-right: 6.5px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 400px) {
  #contents .con_sea .tab_sea > ul > li > span:before {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1023px) {
  #contents .con_sea .tab_sea > ul > li#tab_map span:before {
    background-image: url(../images/home/ic_map.png);
  }
}
#contents .con_sea .tab_sea > ul > li#tab_list span:before {
  background-image: url(../images/home/ic_list.png);
}
#contents .con_sea .tab_sea > ul > li#tab_brand span:before {
  width: 51px;
  height: 46px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-image: url(../images/home/ic_br.png);
}
@media only screen and (max-width: 640px) {
  #contents .con_sea .tab_sea > ul > li#tab_brand span:before {
    width: 33.15px;
    height: 29.25px;
    margin-right: 6.5px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 400px) {
  #contents .con_sea .tab_sea > ul > li#tab_brand span:before {
    margin-right: 0;
  }
}

#contents .con_sea .tab_sea > ul > li#tab_kw span:before {
  background-image: url(../images/home/ic_kw.png);
}
#contents .con_sea .tab_sea > ul > li:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -7px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #005285 transparent transparent transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inn #contents .con_sea .tab_sea > ul > li:after {
  border-color: #ffe100 transparent transparent transparent;
}
.era #contents .con_sea .tab_sea > ul > li:after {
  border-color: #FFB900 transparent transparent transparent;
}
#contents .con_sea .tab_sea > ul > li.active, #contents .con_sea .tab_sea > ul > li:hover {
  background-color: #005285;
  color: #fff;
  cursor: default;
  position: relative;
}
.inn #contents .con_sea .tab_sea > ul > li.active, .inn #contents .con_sea .tab_sea > ul > li:hover {
  color: #424242;
  background-color: #ffe100;
}
.era #contents .con_sea .tab_sea > ul > li.active, .era #contents .con_sea .tab_sea > ul > li:hover {
  color: #424242;
  background-color: #FFB900;
}
#contents .con_sea .tab_sea > ul > li.active:after, #contents .con_sea .tab_sea > ul > li:hover:after {
  display: block;
  opacity: 1;
}
#contents .con_sea .tab_sea > ul > li.active span:before, #contents .con_sea .tab_sea > ul > li:hover span:before {
  background-position: center top !important;
}
.inn #contents .con_sea .tab_sea > ul > li.active span:before, .inn #contents .con_sea .tab_sea > ul > li:hover span:before {
  background-position: center bottom !important;
}
.era #contents .con_sea .tab_sea > ul > li.active span:before, .era #contents .con_sea .tab_sea > ul > li:hover span:before {
  background-position: center bottom !important;
}
#contents .con_sea .tab_sea.view_no {
  display: none;
}
#contents .con_sea .panel_sea > li {
  display: none;
  position: relative;
}
@media only screen and (min-width: 1023px) {
  #contents .con_sea .panel_sea > li#map {
    display: block;
  }
}
@media only screen and (max-width: 1022px) {
  #contents .con_sea .panel_sea > li#list {
    display: block;
  }
}
#contents .con_sea .panel_sea > li .btn_list {
  width: 300px;
  margin: 30px auto 0;
}
#contents .con_sea .panel_sea > li .btn_list a, #contents .con_sea .panel_sea > li .btn_list span {
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  color: #fff;
  background: #e26811;
  border: 3px solid #fff;
  padding: .8em 0;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
  margin-bottom: 5px;
}
#contents .con_sea .panel_sea > li .btn_list a:after, #contents .con_sea .panel_sea > li .btn_list span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .35em;
}
.mouse #contents .con_sea .panel_sea > li .btn_list a, .mouse #contents .con_sea .panel_sea > li .btn_list span {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #contents .con_sea .panel_sea > li .btn_list a:hover, .touch #contents .con_sea .panel_sea > li .btn_list a.touchstart, .mouse #contents .con_sea .panel_sea > li .btn_list span:hover, .touch #contents .con_sea .panel_sea > li .btn_list span.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #contents .con_sea .panel_sea > li .btn_list a, .touch #contents .con_sea .panel_sea > li .btn_list span {
  -webkit-tap-highlight-color: transparent;
}
.touch #contents .con_sea .panel_sea > li .btn_list a.touchend, .touch #contents .con_sea .panel_sea > li .btn_list span.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_sea .panel_sea > li .btn_list a, #contents .con_sea .panel_sea > li .btn_list span {
    font-size: 124%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_sea .panel_sea > li .btn_list {
    width: 93.75%;
    margin: 5% auto 0;
  }
}
#contents .con_sea .panel_sea > li#kw {
  position: relative;
  z-index: 2;
}
#contents .con_sea .panel_sea > li#kw .con_kw {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  background-color: #f0ece9;
  padding: 3.125%;
  margin: 0 auto;
}
#contents .con_sea .panel_sea > li#kw .con_kw form {
  margin: 0 auto;
  text-align: left;
  max-width: 666px;
}
#contents .con_sea .panel_sea > li#kw .con_kw form .box_form {
  position: relative;
}
#contents .con_sea .panel_sea > li#kw .con_kw form .box_form .box_inp_serch {
  width: 66%;
  float: left;
}
@media only screen and (max-width: 640px) {
  #contents .con_sea .panel_sea > li#kw .con_kw form .box_form .box_inp_serch {
    width: 100%;
    float: none;
  }
}
#contents .con_sea .panel_sea > li#kw .con_kw form .box_form .box_inp_serch #inp_serch {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 154%;
  line-height: 2.6;
  height: 2.6em;
  padding: 0 0.5em;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #contents .con_sea .panel_sea > li#kw .con_kw form .box_form .box_inp_serch #inp_serch {
    font-size: 93%;
  }
}
#contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site {
  font-size: 124%;
  width: 32%;
  float: right;
}
#contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a, #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span {
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  color: #fff;
  background: #e26811;
  border: 3px solid #fff;
  padding: .8em 0;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
  margin-bottom: 5px;
}
#contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a:after, #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .35em;
}
.mouse #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a, .mouse #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a:hover, .touch #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a.touchstart, .mouse #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span:hover, .touch #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a, .touch #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span {
  -webkit-tap-highlight-color: transparent;
}
.touch #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a.touchend, .touch #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a, #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span {
    font-size: 124%;
  }
}
#contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a, #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span {
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.1;
  color: #fff;
  background: #e26811;
  border: 3px solid #fff;
  padding: .8em 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
  margin-bottom: 5px;
}
.mouse #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a, .mouse #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a:hover, .touch #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a.touchstart, .mouse #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span:hover, .touch #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a, .touch #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span {
  -webkit-tap-highlight-color: transparent;
}
.touch #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a.touchend, .touch #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a, #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span {
    font-size: 124%;
  }
}
#contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site a:after, #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .35em;
  position: absolute;
  right: 8%;
  top: 50%;
  line-height: 1;
  margin-top: -0.5em;
}
@media only screen and (max-width: 640px) {
  #contents .con_sea .panel_sea > li#kw .con_kw form .box_form #btn_site {
    font-size: 77%;
    width: 50%;
    float: none;
    margin: 2% auto 0;
  }
}
#contents .con_sea .panel_sea > li#kw .con_kw form ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 124%;
  z-index: 1;
  display: none;
  width: 66%;
  border: 1px solid #D2D1D0;
  position: absolute;
  top: 100%;
  background-color: #FFF;
  padding: 0.5em;
}
@media only screen and (max-width: 640px) {
  #contents .con_sea .panel_sea > li#kw .con_kw form ul {
    font-size: 108%;
    width: 100%;
    position: relative;
  }
}
#contents .con_sea .panel_sea > li#kw .con_kw form ul li {
  padding: 0 0.5em;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  #contents .con_sea .panel_sea > li#kw .con_kw form ul li {
    line-height: 2;
  }
}
#contents .con_sea .panel_sea > li#kw .con_kw form ul li.active {
  background-color: #005285;
  color: #fff;
}
#contents .con_sea .panel_sea > li#kw .con_kw form ul li.txt_att {
  font-size: 88%;
  line-height: 1.3;
  margin-top: 1em;
  padding: 1em 0.5em;
  border-top: 1px dashed #424242;
}

/* -----------------------------------------------------------
	.con_link
----------------------------------------------------------- */
.con_link .box_link {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  margin-top: 15px;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .con_link .box_link {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_link .box_link {
    grid-template-columns: repeat(2, 1fr);
  }
}
.con_link .box_link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  background-color: #f18d1d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_link .box_link li a {
    font-size: 93%;
  }
}
@media only screen and (max-width: 640px) {
  .con_link .box_link li a {
    font-size: 85%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_link .box_link li a {
    padding: 15px 0;
  }
}
.con_link .box_link li a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .35em;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* -----------------------------------------------------------
	.con_list
----------------------------------------------------------- */
@media only screen and (min-width: 641px) {
  div.bg_on {
    background-color: #f4f1ee;
  }
}

div.con_list {
  margin-top: 60px;
  padding: 45px 0;
}
@media only screen and (max-width: 640px) {
  div.con_list {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 640px) {
  div.con_list {
    padding: 0;
  }
}
div.con_list h3 {
  text-align: center;
}
div.con_list h3 span {
  line-height: 1;
  color: #000;
  display: block;
  font-size: 200%;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  div.con_list h3 span {
    font-size: 185%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) and (min-width: 641px) and (max-width: 831px) {
  div.con_list h3 span {
    font-size: 170%;
  }
}

@media only screen and (max-width: 640px) {
  div.con_list h3 span {
    font-size: 154%;
    line-height: 1.1;
  }
}
div.con_list h3 em {
  color: #0060b0;
  display: block;
  margin-top: 5px;
  font-size: 116%;
}
@media only screen and (max-width: 640px) {
  div.con_list h3 em {
    font-size: 85%;
  }
}
@media only screen and (max-width: 640px) {
  div.con_list h3 {
    font-weight: 600;
    background: #d76618;
    color: #fff;
    padding: 5% 0 3%;
    letter-spacing: -.4em;
    text-align: left;
    line-height: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3% 2%;
    margin-bottom: 3%;
  }
  div.con_list h3 span, div.con_list h3 em {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  div.con_list h3 span {
    margin-right: 2%;
    font-size: 131%;
  }
  div.con_list h3 em {
    font-size: 70%;
    color: #fff3a1;
  }
  div.con_list h3:after {
    content: "";
    font-family: FontAwesome;
    margin-left: .35em;
    position: absolute;
    font-size: 100%;
    top: 30%;
    right: 5%;
  }
  div.con_list h3.active:after {
    content: "";
  }
  div.con_list h3 span {
    color: #fff;
  }
}
div.con_list .box_list {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  div.con_list .box_list {
    margin-top: 0;
  }
}
div.con_list .box_list > li .photo {
  text-align: center;
  display: block;
}
div.con_list .box_list > li .pre {
  background: #5d5645;
  color: #fff;
  display: inline-block;
  font-size: 108%;
  font-weight: 600;
  padding: .3em .7em;
  line-height: 1;
  margin-top: 10px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  div.con_list .box_list > li .pre {
    font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  div.con_list .box_list > li .pre {
    font-size: 93%;
  }
}
@media only screen and (max-width: 640px) {
  div.con_list .box_list > li .pre {
    margin-top: 2%;
  }
}
div.con_list .box_list > li .st {
  display: block;
  font-weight: 600;
  font-size: 139%;
  line-height: 1;
  margin: 10px 0;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  div.con_list .box_list > li .st {
    font-size: 131%;
  }
}
@media only screen and (max-width: 640px) {
  div.con_list .box_list > li .st {
    font-size: 116%;
  }
}
@media only screen and (max-width: 640px) {
  div.con_list .box_list > li .st {
    margin: 3% 0 2%;
  }
}
div.con_list .box_list > li .add {
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  div.con_list .box_list > li .add {
    margin-bottom: 2%;
  }
}
div.con_list .box_list > li .box_btn {
  overflow: hidden;
  width: 100%;
}
div.con_list .box_list > li .box_btn li {
  width: 100%;
  /* float: right; */
}
div.con_list .box_list > li .box_btn li:first-child {
  float: left;
}
div.con_list .box_list > li .box_btn li.inn a, div.con_list .box_list > li .box_btn li.inn span {
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  color: #424242;
  background: #ffe100;
  border: 3px solid none;
  padding: .8em 0;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.con_list .box_list > li .box_btn li.inn a:after, div.con_list .box_list > li .box_btn li.inn span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .35em;
}
.mouse div.con_list .box_list > li .box_btn li.inn a, .mouse div.con_list .box_list > li .box_btn li.inn span {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse div.con_list .box_list > li .box_btn li.inn a:hover, .touch div.con_list .box_list > li .box_btn li.inn a.touchstart, .mouse div.con_list .box_list > li .box_btn li.inn span:hover, .touch div.con_list .box_list > li .box_btn li.inn span.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch div.con_list .box_list > li .box_btn li.inn a, .touch div.con_list .box_list > li .box_btn li.inn span {
  -webkit-tap-highlight-color: transparent;
}
.touch div.con_list .box_list > li .box_btn li.inn a.touchend, .touch div.con_list .box_list > li .box_btn li.inn span.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  div.con_list .box_list > li .box_btn li.inn a, div.con_list .box_list > li .box_btn li.inn span {
    font-size: 124%;
  }
}
div.con_list .box_list > li .box_btn li.inn a {
  padding: 0.9em 0 !important;
}
div.con_list .box_list > li .box_btn li.sui a, div.con_list .box_list > li .box_btn li.sui span {
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  color: #fff;
  background: #f43239;
  border: 3px solid none;
  padding: .8em 0;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.con_list .box_list > li .box_btn li.sui a:after, div.con_list .box_list > li .box_btn li.sui span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .35em;
}
.mouse div.con_list .box_list > li .box_btn li.sui a, .mouse div.con_list .box_list > li .box_btn li.sui span {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse div.con_list .box_list > li .box_btn li.sui a:hover, .touch div.con_list .box_list > li .box_btn li.sui a.touchstart, .mouse div.con_list .box_list > li .box_btn li.sui span:hover, .touch div.con_list .box_list > li .box_btn li.sui span.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch div.con_list .box_list > li .box_btn li.sui a, .touch div.con_list .box_list > li .box_btn li.sui span {
  -webkit-tap-highlight-color: transparent;
}
.touch div.con_list .box_list > li .box_btn li.sui a.touchend, .touch div.con_list .box_list > li .box_btn li.sui span.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  div.con_list .box_list > li .box_btn li.sui a, div.con_list .box_list > li .box_btn li.sui span {
    font-size: 124%;
  }
}
div.con_list .box_list > li .box_btn li.sui a {
  padding: 0.9em 0 !important;
}
div.con_list .box_list > li .box_btn .btn a, div.con_list .box_list > li .box_btn .btn span {
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  color: #fff;
  background: #f18d1d;
  border: 3px solid none;
  padding: .8em 0;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.con_list .box_list > li .box_btn .btn a:after, div.con_list .box_list > li .box_btn .btn span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .35em;
}
.mouse div.con_list .box_list > li .box_btn .btn a, .mouse div.con_list .box_list > li .box_btn .btn span {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse div.con_list .box_list > li .box_btn .btn a:hover, .touch div.con_list .box_list > li .box_btn .btn a.touchstart, .mouse div.con_list .box_list > li .box_btn .btn span:hover, .touch div.con_list .box_list > li .box_btn .btn span.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch div.con_list .box_list > li .box_btn .btn a, .touch div.con_list .box_list > li .box_btn .btn span {
  -webkit-tap-highlight-color: transparent;
}
.touch div.con_list .box_list > li .box_btn .btn a.touchend, .touch div.con_list .box_list > li .box_btn .btn span.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  div.con_list .box_list > li .box_btn .btn a, div.con_list .box_list > li .box_btn .btn span {
    font-size: 124%;
  }
}
div.con_list .box_list > li .box_btn .btn a {
  padding: 0.9em 0 !important;
}
div.con_list .box_list > li .box_btn .btn.btn_rsrv {
  display: none;
}
div.con_list .box_list > li .box_btn .blue a {
  background: #005285;
}
@media only screen and (max-width: 1299px) {
  div.con_list .box_list > li .box_btn li {
    float: none;
    width: 100%;
  }
  div.con_list .box_list > li .box_btn li:first-child {
    float: none;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1299px) and (max-width: 640px) {
  div.con_list .box_list > li .box_btn li:first-child {
    margin-bottom: 1%;
  }
}

@media only screen and (min-width: 1023px) {
  div.con_list .box_list {
    /* overflow: hidden;
    display: block!important; */
    display: flex;
    flex-wrap: wrap;
  }
  div.con_list .box_list > li {
    /* float: left; */
    width: 21.33333%;
    margin-left: 2.33333%;
    padding-left: 2.33333%;
    border-left: 1px solid #dadada;
    margin-bottom: 50px;
  }
  div.con_list .box_list > li:first-child, div.con_list .box_list > li:nth-child(5), div.con_list .box_list > li:nth-child(9), div.con_list .box_list > li:nth-child(13), div.con_list .box_list > li:nth-child(17), div.con_list .box_list > li:nth-child(21), div.con_list .box_list > li:nth-child(25), div.con_list .box_list > li:nth-child(29), div.con_list .box_list > li:nth-child(33) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    /* clear: left; */
  }
  div.con_list .box_list > li:first-child .box_btn, div.con_list .box_list > li:nth-child(5) .box_btn, div.con_list .box_list > li:nth-child(9) .box_btn, div.con_list .box_list > li:nth-child(13) .box_btn, div.con_list .box_list > li:nth-child(17) .box_btn, div.con_list .box_list > li:nth-child(21) .box_btn, div.con_list .box_list > li:nth-child(25) .box_btn, div.con_list .box_list > li:nth-child(29) .box_btn, div.con_list .box_list > li:nth-child(33) .box_btn {
    width: 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  div.con_list .box_list {
    /* overflow: hidden;
    display: block!important; */
    display: flex;
    flex-wrap: wrap;
  }
  div.con_list .box_list > li {
    /* float: left; */
    width: 30.27344%;
    margin-left: 1.95313%;
    padding-left: 1.95313%;
    border-left: 1px solid #dadada;
    margin-bottom: 50px;
    position: relative;
  }
  div.con_list .box_list > li:first-child, div.con_list .box_list > li:nth-child(4), div.con_list .box_list > li:nth-child(7), div.con_list .box_list > li:nth-child(10), div.con_list .box_list > li:nth-child(13), div.con_list .box_list > li:nth-child(16), div.con_list .box_list > li:nth-child(19), div.con_list .box_list > li:nth-child(22), div.con_list .box_list > li:nth-child(25), div.con_list .box_list > li:nth-child(28), div.con_list .box_list > li:nth-child(31), div.con_list .box_list > li:nth-child(34) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    clear: left;
  }
}
@media only screen and (max-width: 640px) {
  div.con_list .box_list {
    display: none;
  }
  div.con_list .box_list > li {
    width: 100%;
    margin-top: 6%;
    padding-top: 6%;
    border-top: 1px solid #dadada;
  }
  div.con_list .box_list > li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  div.con_list .box_list > li .btn {
    width: 64.16667%;
    margin: 1.5% auto 0;
  }
  div.con_list .box_list > li .btn a {
    padding: 1em 0;
  }
}
div.con_list .box_list.inn {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  div.con_list .box_list.inn {
    display: block;
  }
}
div.con_list .box_list.inn .box_btn .btn a, div.con_list .box_list.inn .box_btn .btn span {
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  color: #242424;
  background: #ffe100;
  border: 3px solid none;
  padding: .8em 0;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.con_list .box_list.inn .box_btn .btn a:after, div.con_list .box_list.inn .box_btn .btn span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .35em;
}
.mouse div.con_list .box_list.inn .box_btn .btn a, .mouse div.con_list .box_list.inn .box_btn .btn span {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse div.con_list .box_list.inn .box_btn .btn a:hover, .touch div.con_list .box_list.inn .box_btn .btn a.touchstart, .mouse div.con_list .box_list.inn .box_btn .btn span:hover, .touch div.con_list .box_list.inn .box_btn .btn span.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch div.con_list .box_list.inn .box_btn .btn a, .touch div.con_list .box_list.inn .box_btn .btn span {
  -webkit-tap-highlight-color: transparent;
}
.touch div.con_list .box_list.inn .box_btn .btn a.touchend, .touch div.con_list .box_list.inn .box_btn .btn span.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  div.con_list .box_list.inn .box_btn .btn a, div.con_list .box_list.inn .box_btn .btn span {
    font-size: 124%;
  }
}
div.con_list .box_list.inn .box_btn .blue a {
  background: #fff;
  border: 3px solid #ffe100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.66em 0 !important;
}
@media only screen and (max-width: 640px) {
  div.con_list .box_list.inn .box_btn .blue a {
    border: 2px solid #ffe100;
  }
}

/* -----------------------------------------------------------
	#map
----------------------------------------------------------- */
#map {
  position: relative;
}
#map .box_text {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: -30px;
}
#map .box_text .txt_sele {
  width: 100%;
  font-size: 124%;
  display: table;
  line-height: 1;
}
#map .box_text .txt_sele:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .35em;
  width: 1.5em;
  line-height: 1.5em;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  background-color: #d86618;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  text-align: center;
}
#map .box_text .txt_sele a, #map .box_text .txt_sele span {
  display: table-cell;
  vertical-align: middle;
  padding-left: .3em;
}
#map .box_text .txt_sele:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .35em;
  width: 2em;
  line-height: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
}
#map .box_text .txt_sele:before {
  color: #fff;
}
#map .box_text #btn_back {
  width: 200px;
  margin: 10px auto 0;
}
#map .box_text #btn_back a, #map .box_text #btn_back span {
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  color: #fff;
  background: #e26811;
  border: 3px solid #fff;
  padding: .8em 0;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
  margin-bottom: 5px;
}
#map .box_text #btn_back a:after, #map .box_text #btn_back span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .35em;
}
.mouse #map .box_text #btn_back a, .mouse #map .box_text #btn_back span {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #map .box_text #btn_back a:hover, .touch #map .box_text #btn_back a.touchstart, .mouse #map .box_text #btn_back span:hover, .touch #map .box_text #btn_back span.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #map .box_text #btn_back a, .touch #map .box_text #btn_back span {
  -webkit-tap-highlight-color: transparent;
}
.touch #map .box_text #btn_back a.touchend, .touch #map .box_text #btn_back span.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #map .box_text #btn_back a, #map .box_text #btn_back span {
    font-size: 124%;
  }
}
#map .box_text #btn_back a {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
#map #con_jpn {
  max-width: 974px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#map #con_area {
  display: none;
  max-width: 974px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#map #con_area .box_area {
  position: relative;
  display: none;
}
#map #con_area .box_area .box_area_list li {
  width: 134px;
  height: 48px;
  position: absolute;
  z-index: 1;
}
#map #con_area .box_area .box_area_list li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 93%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #d86618;
  border-radius: 6px;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #map #con_area .box_area .box_area_list li a {
    font-size: 93%;
  }
}
@media only screen and (max-width: 640px) {
  #map #con_area .box_area .box_area_list li a {
    font-size: 93%;
  }
}
#map #con_area .box_area .box_area_list li:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
#map #con_area .box_area .box_area_list li.ic_rb:after {
  background: url(../images/home/ic_map_arr_rb.png);
  width: 35px;
  height: 46px;
}
#map #con_area .box_area .box_area_list li.ic_rb4:after {
  background: url(../images/home/ic_map_arr_rb4.png);
  width: 23px;
  height: 71px;
}
#map #con_area .box_area .box_area_list li.ic_rbrl:after {
  background: url(../images/home/ic_map_arr_rbrl.png);
  width: 101px;
  height: 53px;
}
#map #con_area .box_area .box_area_list li.ic_r:after {
  background: url(../images/home/ic_map_arr_r.png);
  width: 65px;
  height: 7px;
}
#map #con_area .box_area .box_area_list li.ic_rl:after {
  background: url(../images/home/ic_map_arr_rl.png);
  width: 114px;
  height: 7px;
}
#map #con_area .box_area .box_area_list li.ic_lt:after {
  background: url(../images/home/ic_map_arr_lt.png);
  width: 56px;
  height: 48px;
}
#map #con_area .box_area .box_area_list li.ic_lb:after {
  background: url(../images/home/ic_map_arr_lb.png);
  width: 47px;
  height: 35px;
}
#map #con_area .box_area .box_area_list li.ic_lb2:after {
  background: url(../images/home/ic_map_arr_lb2.png);
  width: 13px;
  height: 54px;
}
#map #con_area .box_area .box_area_list li.ic_lb3:after {
  background: url(../images/home/ic_map_arr_lb3.png);
  width: 27px;
  height: 52px;
}
#map #con_area .box_area .box_area_list li.ic_lb4:after {
  background: url(../images/home/ic_map_arr_lb4.png);
  width: 23px;
  height: 72px;
}
#map #con_area .box_area .box_area_list li.ic_rt:after {
  background: url(../images/home/ic_map_arr_rt.png);
  width: 52px;
  height: 21px;
}
#map #con_area .box_area .box_area_list li.ic_rt2:after {
  background: url(../images/home/ic_map_arr_rt2.png);
  width: 33px;
  height: 68px;
}
#map #con_area .box_area .box_area_list li.ic_rt3:after {
  background: url(../images/home/ic_map_arr_rt3.png);
  width: 44px;
  height: 38px;
}
#map #con_area .box_area .box_area_list li.ic_rt4:after {
  background: url(../images/home/ic_map_arr_rt4.png);
  width: 98px;
  height: 91px;
}
#map #con_area .box_area .box_area_list li.ic_rt5:after {
  background: url(../images/home/ic_map_arr_rt5.png);
  width: 30px;
  height: 154px;
}
#map #con_area .box_area .box_area_list li.ic_rt6:after {
  background: url(../images/home/ic_map_arr_rt6.png);
  width: 57px;
  height: 120px;
}
#map #con_area .box_area .box_area_list li.ic_b:after {
  background: url(../images/home/ic_map_arr_b.png);
  width: 7px;
  height: 63px;
}
#map #con_area .box_area .box_area_list li.ic_l:after {
  background: url(../images/home/ic_map_arr_l.png);
  width: 65px;
  height: 7px;
}
#map #con_area .box_area .box_area_list li.ic_map_arr_hotel01:after {
  background: url(../images/home/ic_map_arr_hotel01.png);
  width: 100px;
  height: 40px;
}
#map #con_area .box_area .box_area_list li.ic_map_arr_hotel02:after {
  background: url(../images/home/ic_map_arr_hotel02.png);
  width: 73px;
  height: 191px;
}
#map #con_area .box_area .box_area_list li.ic_map_arr_hotel03:after {
  background: url(../images/home/ic_map_arr_hotel03.png);
  width: 42px;
  height: 109px;
}
#map #con_area .box_area .box_area_list li.era a {
  color: #424242;
  background-color: #ffb900;
}
#map #con_area .box_area .box_area_list li.era.ic_arr_era01:after {
  background: url(../images/home/ic_arr_era01.png);
  width: 55px;
  height: 7px;
}
#map #con_area .box_area .box_area_list li.era.ic_arr_era02:after {
  background: url(../images/home/ic_arr_era02.png);
  width: 35px;
  height: 47px;
}
#map #con_area .box_area .box_area_list li.era.ic_arr_era03:after {
  background: url(../images/home/ic_arr_era03.png);
  width: 35px;
  height: 56px;
}
#map #con_area .box_area .box_area_list li.era.ic_arr_era04:after {
  background: url(../images/home/ic_arr_era04.png);
  width: 101px;
  height: 53px;
}
#map #con_area .box_area .box_area_list li.era.ic_arr_era05:after {
  background: url(../images/home/ic_arr_era05.png);
  width: 98px;
  height: 92px;
}
#map #con_area .box_area .box_area_list li.inn a {
  background-color: #FFE100;
  color: #424242;
}
#map #con_area .box_area .box_area_list li.inn.ic_lb:after {
  background: url(../images/home/ic_map_arr_lb_inn.png);
  width: 46px;
  height: 35px;
}
#map #con_area .box_area .box_area_list li.inn.ic_lb4:after {
  background: url(../images/home/ic_map_arr_lb4_inn.png);
  width: 25px;
  height: 79px;
}
#map #con_area .box_area .box_area_list li.inn.ic_rb:after {
  background: url(../images/home/ic_map_arr_rb_inn.png);
  width: 34px;
  height: 46px;
}
#map #con_area .box_area .box_area_list li.inn.ic_rbl:after {
  background: url(../images/home/ic_map_arr_rbl_inn.png);
  width: 24px;
  height: 74px;
}
#map #con_area .box_area .box_area_list li.inn.ic_r:after {
  background: url(../images/home/ic_map_arr_r_inn.png);
  width: 55px;
  height: 7px;
}
#map #con_area .box_area .box_area_list li.inn.ic_lt:after {
  background: url(../images/home/ic_map_arr_lt_inn.png);
  width: 45px;
  height: 30px;
}
#map #con_area .box_area .box_area_list li.inn.ic_rt3:after {
  background: url(../images/home/ic_map_arr_rt3_inn.png);
  width: 44px;
  height: 38px;
}
#map #con_area .box_area .box_area_list li.inn.ic_lc:after {
  background: url(../images/home/ic_map_arr_lc_inn.png);
  width: 106px;
  height: 32px;
}
#map #con_area .box_area .box_area_list li.inn.ic_l:after {
  background: url(../images/home/ic_map_arr_l_inn.png);
  width: 53px;
  height: 7px;
}
#map #con_area .box_area .box_area_list li.inn.ic_ld:after {
  background: url(../images/home/ic_map_arr_ld_inn.png);
  width: 75px;
  height: 17px;
}
#map #con_area .box_area .box_area_list li.inn.ic_lb2:after {
  background: url(../images/home/ic_map_arr_lb2_inn.png);
  width: 52px;
  height: 52px;
}
#map #con_area .box_area .box_area_list li.inn.ic_map_arr_inn01:after {
  background: url(../images/home/ic_map_arr_inn01.png);
  width: 59px;
  height: 50px;
}
#map #con_area .box_area .box_area_list li.sui a {
  background-color: #E7382F;
}
#map #con_area .box_area .box_area_list li.sui.ic_lt:after {
  width: 55px;
  height: 47px;
  background: url(../images/home/ic_map_arr_lt_sui.png);
}
#map #con_area .box_area .box_area_list li.ascend a {
  background-color: #000;
}
#map #con_area .box_area .box_area_list li.ascend.ic_arr_ascend01:after {
  width: 83px;
  height: 7px;
  background-image: url(../images/home/ic_arr_ascend01.png);
}
#map #con_area .box_area .box_area_list li.ic_rb2:after {
  background: url(../images/home/ic_map_arr_rb2.png) no-repeat;
  width: 100%;
  height: 154px;
}
#map #con_area .box_area .box_area_list li#btn_sapporosusukino {
  left: 380px;
  top: 320px;
}
#map #con_area .box_area .box_area_list li#btn_sapporosusukino:after {
  left: 85%;
  top: 54%;
}
#map #con_area .box_area .box_area_list li#btn_sapporo-north {
  left: 429px;
  top: 261px;
}
#map #con_area .box_area .box_area_list li#btn_sapporo-north:after {
  left: 68%;
  top: 84%;
}
#map #con_area .box_area .box_area_list li#btn_sapporo {
  left: 384px;
  top: 314px;
}
#map #con_area .box_area .box_area_list li#btn_sapporo:after {
  left: 93%;
  top: 20%;
}
#map #con_area .box_area .box_area_list li#btn_hakodate {
  left: 337px;
  top: 463px;
}
#map #con_area .box_area .box_area_list li#btn_hakodate:after {
  left: 77%;
  top: 71%;
}
#map #con_area .box_area .box_area_list li#btn_kushiro {
  left: 744px;
  top: 300px;
}
#map #con_area .box_area .box_area_list li#btn_kushiro:after {
  left: 45%;
  top: 71%;
}
#map #con_area .box_area .box_area_list li#btn_obihiro {
  left: 588px;
  top: 304px;
}
#map #con_area .box_area .box_area_list li#btn_obihiro:after {
  left: 77%;
  top: 71%;
}
#map #con_area .box_area .box_area_list li#btn_kitami {
  left: 608px;
  top: 162px;
}
#map #con_area .box_area .box_area_list li#btn_kitami:after {
  left: 77%;
  top: 71%;
}
#map #con_area .box_area .box_area_list li#btn_tomakomai {
  left: 390px;
  top: 375px;
}
#map #con_area .box_area .box_area_list li#btn_tomakomai:after {
  left: 90%;
  top: 35%;
}
#map #con_area .box_area .box_area_list li#btn_hachinohe {
  left: 597px;
  top: 90px;
}
#map #con_area .box_area .box_area_list li#btn_hachinohe:after {
  left: 80%;
  top: 60%;
}
#map #con_area .box_area .box_area_list li#btn_kitakami {
  left: 692px;
  top: 232px;
}
#map #con_area .box_area .box_area_list li#btn_kitakami:after {
  left: 10%;
  top: 50%;
}
#map #con_area .box_area .box_area_list li#btn_sendai-e {
  left: 720px;
  top: 364px;
}
#map #con_area .box_area .box_area_list li#btn_sendai-e:after {
  left: -30%;
  top: 82%;
}
#map #con_area .box_area .box_area_list li#btn_sendai-w {
  left: 720px;
  top: 417px;
}
#map #con_area .box_area .box_area_list li#btn_sendai-w:after {
  left: -30%;
  top: 30%;
}
#map #con_area .box_area .box_area_list li#btn_akita {
  left: 461px;
  top: 175px;
}
#map #con_area .box_area .box_area_list li#btn_akita:after {
  left: 90%;
  top: 50%;
}
#map #con_area .box_area .box_area_list li#btn_yamagata {
  left: 458px;
  top: 403px;
}
#map #con_area .box_area .box_area_list li#btn_yamagata:after {
  left: 90%;
  top: 50%;
}
#map #con_area .box_area .box_area_list li#btn_tendo {
  left: 496px;
  top: 349px;
}
#map #con_area .box_area .box_area_list li#btn_tendo:after {
  left: 90%;
  top: 50%;
}
#map #con_area .box_area .box_area_list li#btn_koriyama {
  left: 697px;
  top: 544px;
}
#map #con_area .box_area .box_area_list li#btn_koriyama:after {
  left: -30%;
  top: -40%;
}
#map #con_area .box_area .box_area_list li#btn_ichinosekiinter {
  left: 757px;
  top: 310px;
}
#map #con_area .box_area .box_area_list li#btn_ichinosekiinter:after {
  left: -39%;
  top: 41%;
}
#map #con_area .box_area .box_area_list li#btn_fukushimanishiinter {
  left: 712px;
  top: 483px;
}
#map #con_area .box_area .box_area_list li#btn_fukushimanishiinter:after {
  left: -39%;
  top: 41%;
}
#map #con_area .box_area .box_area_list li#btn_kashima {
  left: 860px;
  top: 265px;
}
#map #con_area .box_area .box_area_list li#btn_kashima:after {
  left: -10%;
  top: 80%;
}
#map #con_area .box_area .box_area_list li#btn_maebashi {
  left: 366px;
  top: 148px;
}
#map #con_area .box_area .box_area_list li#btn_maebashi:after {
  left: 80%;
  top: 70%;
}
#map #con_area .box_area .box_area_list li#btn_narita {
  left: 845px;
  top: 356px;
}
#map #con_area .box_area .box_area_list li#btn_narita:after {
  left: -44%;
  top: 76%;
}
#map #con_area .box_area .box_area_list li#btn_tokyobay {
  left: 687px;
  top: 463px;
}
#map #con_area .box_area .box_area_list li#btn_tokyobay:after {
  left: 5%;
  top: -96%;
}
#map #con_area .box_area .box_area_list li#btn_kanda {
  left: 489px;
  top: 390px;
}
#map #con_area .box_area .box_area_list li#btn_kanda:after {
  left: 85%;
  top: 20%;
}
#map #con_area .box_area .box_area_list li#btn_higashikanda {
  left: 507px;
  top: 334px;
}
#map #con_area .box_area .box_area_list li#btn_higashikanda:after {
  left: 47%;
  top: 32%;
}
#map #con_area .box_area .box_area_list li#btn_higashinihombashi {
  left: 576px;
  top: 280px;
}
#map #con_area .box_area .box_area_list li#btn_higashinihombashi:after {
  left: 63%;
  top: 95%;
}
#map #con_area .box_area .box_area_list li#btn_roppongi {
  left: 493px;
  top: 444px;
}
#map #con_area .box_area .box_area_list li#btn_roppongi:after {
  left: 96%;
  top: -74%;
}
#map #con_area .box_area .box_area_list li#btn_kiyosumishirakawa {
  left: 705px;
  top: 340px;
}
#map #con_area .box_area .box_area_list li#btn_kiyosumishirakawa:after {
  left: -20%;
  top: 80%;
}
#map #con_area .box_area .box_area_list li#btn_kannai {
  left: 650px;
  top: 516px;
}
#map #con_area .box_area .box_area_list li#btn_kannai:after {
  left: -11%;
  top: -97%;
}
#map #con_area .box_area .box_area_list li#btn_sanofujiokainter {
  left: 547px;
  top: 124px;
}
#map #con_area .box_area .box_area_list li#btn_sanofujiokainter:after {
  left: 85%;
  top: 85%;
}
#map #con_area .box_area .box_area_list li#btn_utsunomiyakanuma {
  left: 700px;
  top: 80px;
}
#map #con_area .box_area .box_area_list li#btn_utsunomiyakanuma:after {
  left: 0%;
  top: 85%;
}
#map #con_area .box_area .box_area_list li#btn_mito {
  left: 867px;
  top: 200px;
}
#map #con_area .box_area .box_area_list li#btn_mito:after {
  left: -24%;
  top: 50%;
}
#map #con_area .box_area .box_area_list li#btn_hitachinaka {
  left: 849px;
  top: 146px;
}
#map #con_area .box_area .box_area_list li#btn_hitachinaka:after {
  left: -10%;
  top: 91%;
}
#map #con_area .box_area .box_area_list li#btn_tsuchiuraami {
  left: 693px;
  top: 225px;
}
#map #con_area .box_area .box_area_list li#btn_tsuchiuraami:after {
  left: 38%;
  top: 49%;
}
#map #con_area .box_area .box_area_list li#btn_chibahamano {
  left: 798px;
  top: 409px;
}
#map #con_area .box_area .box_area_list li#btn_chibahamano:after {
  left: -38%;
  top: 60%;
}
#map #con_area .box_area .box_area_list li#btn_niigata {
  left: 694px;
  top: 62px;
}
#map #con_area .box_area .box_area_list li#btn_niigata:after {
  left: 80%;
  top: 70%;
}
#map #con_area .box_area .box_area_list li#btn_niigatakameda {
  left: 847px;
  top: 75px;
}
#map #con_area .box_area .box_area_list li#btn_niigatakameda:after {
  left: -10%;
  top: 80%;
}
#map #con_area .box_area .box_area_list li#btn_tsubamesanjo {
  left: 648px;
  top: 185px;
}
#map #con_area .box_area .box_area_list li#btn_tsubamesanjo:after {
  left: 92%;
  top: -34%;
}
#map #con_area .box_area .box_area_list li#btn_toyama {
  left: 465px;
  top: 267px;
}
#map #con_area .box_area .box_area_list li#btn_toyama:after {
  left: 55%;
  top: 70%;
}
#map #con_area .box_area .box_area_list li#btn_komatsu {
  left: 348px;
  top: 319px;
}
#map #con_area .box_area .box_area_list li#btn_komatsu:after {
  left: 90%;
  top: 10%;
}
#map #con_area .box_area .box_area_list li#btn_kofu {
  left: 736px;
  top: 430px;
}
#map #con_area .box_area .box_area_list li#btn_kofu:after {
  left: 10%;
  top: 29%;
}
#map #con_area .box_area .box_area_list li#btn_shiojirikitainter {
  left: 505px;
  top: 417px;
}
#map #con_area .box_area .box_area_list li#btn_shiojirikitainter:after {
  left: 100%;
  top: 43%;
}
#map #con_area .box_area .box_area_list li#btn_suwainter {
  left: 530px;
  top: 473px;
}
#map #con_area .box_area .box_area_list li#btn_suwainter:after {
  left: 100%;
  top: -35%;
}
#map #con_area .box_area .box_area_list li#btn_niigatachuointer {
  left: 643px;
  top: 122px;
}
#map #con_area .box_area .box_area_list li#btn_niigatachuointer:after {
  left: 100%;
  top: 43%;
}
#map #con_area .box_area .box_area_list li#btn_karuizawa {
  left: 755px;
  top: 332px;
}
#map #con_area .box_area .box_area_list li#btn_karuizawa:after {
  left: 10%;
  top: 90%;
}
#map #con_area .box_area .box_area_list li#btn_kofuisawa {
  left: 749px;
  top: 546px;
}
#map #con_area .box_area .box_area_list li#btn_kofuisawa:after {
  left: 10%;
  top: -64%;
}
#map #con_area .box_area .box_area_list li#btn_fukui {
  left: 337px;
  top: 354px;
}
#map #con_area .box_area .box_area_list li#btn_fukui:after {
  left: 64%;
  top: 89%;
}
#map #con_area .box_area .box_area_list li#btn_hamamatsu {
  left: 813px;
  top: 337px;
}
#map #con_area .box_area .box_area_list li#btn_hamamatsu:after {
  left: -59%;
  top: 55%;
}
#map #con_area .box_area .box_area_list li#btn_gifu {
  left: 579px;
  top: 107px;
}
#map #con_area .box_area .box_area_list li#btn_gifu:after {
  left: -11%;
  top: 14%;
}
#map #con_area .box_area .box_area_list li#btn_ogaki {
  left: 432px;
  top: 150px;
  z-index: 1;
}
#map #con_area .box_area .box_area_list li#btn_ogaki:after {
  left: 70%;
  top: 90%;
}
#map #con_area .box_area .box_area_list li#btn_aroundtakayama {
  left: 432px;
  top: 70px;
  z-index: 1;
}
#map #con_area .box_area .box_area_list li#btn_aroundtakayama:after {
  left: 100%;
  top: 40%;
}
#map #con_area .box_area .box_area_list li#btn_nagoyashinkansenguchi {
  left: 347px;
  top: 214px;
}
#map #con_area .box_area .box_area_list li#btn_nagoyashinkansenguchi:after {
  left: 91%;
  top: 71%;
}
#map #con_area .box_area .box_area_list li#btn_nagoyafushimi {
  left: 604px;
  top: 160px;
}
#map #con_area .box_area .box_area_list li#btn_nagoyafushimi:after {
  left: -21%;
  top: 50%;
}
#map #con_area .box_area .box_area_list li#btn_nagoyasakae {
  left: 633px;
  top: 213px;
}
#map #con_area .box_area .box_area_list li#btn_nagoyasakae:after {
  left: -36%;
  top: 81%;
}
#map #con_area .box_area .box_area_list li#btn_nagoyakanayama {
  left: 650px;
  top: 266px;
}
#map #con_area .box_area .box_area_list li#btn_nagoyakanayama:after {
  left: -17%;
  top: 50%;
}
#map #con_area .box_area .box_area_list li#btn_nagoyameiekiminami {
  left: 347px;
  top: 268px;
}
#map #con_area .box_area .box_area_list li#btn_nagoyameiekiminami:after {
  left: 85%;
  top: 70%;
}
#map #con_area .box_area .box_area_list li#btn_kariya {
  left: 650px;
  top: 319px;
}
#map #con_area .box_area .box_area_list li#btn_kariya:after {
  left: -33%;
  top: 36%;
}
#map #con_area .box_area .box_area_list li#btn_toyokawa {
  left: 555px;
  top: 521px;
}
#map #con_area .box_area .box_area_list li#btn_toyokawa:after {
  left: 38%;
  top: -300%;
}
#map #con_area .box_area .box_area_list li#btn_toyohashi {
  left: 675px;
  top: 467px;
}
#map #con_area .box_area .box_area_list li#btn_toyohashi:after {
  left: 0%;
  top: -168%;
}
#map #con_area .box_area .box_area_list li#btn_centrair {
  left: 368px;
  top: 432px;
}
#map #con_area .box_area .box_area_list li#btn_centrair:after {
  left: 85%;
  top: -143%;
}
#map #con_area .box_area .box_area_list li#btn_yokkaichi {
  left: 347px;
  top: 322px;
}
#map #con_area .box_area .box_area_list li#btn_yokkaichi:after {
  left: 96%;
  top: 41%;
}
#map #con_area .box_area .box_area_list li#btn_suzuka {
  left: 347px;
  top: 377px;
}
#map #con_area .box_area .box_area_list li#btn_suzuka:after {
  left: 84%;
  top: 10%;
}
#map #con_area .box_area .box_area_list li#btn_ise {
  left: 394px;
  top: 489px;
}
#map #con_area .box_area .box_area_list li#btn_ise:after {
  left: 55%;
  top: -99%;
}
#map #con_area .box_area .box_area_list li#btn_toyokawainter {
  left: 717px;
  top: 412px;
}
#map #con_area .box_area .box_area_list li#btn_toyokawainter:after {
  left: -27%;
  top: -76%;
}
#map #con_area .box_area .box_area_list li#btn_hikone {
  left: 880px;
  top: 85px;
}
#map #con_area .box_area .box_area_list li#btn_hikone:after {
  left: -15%;
  top: 80%;
}
#map #con_area .box_area .box_area_list li#btn_yokaichi {
  left: 900px;
  top: 140px;
}
#map #con_area .box_area .box_area_list li#btn_yokaichi:after {
  left: -43%;
  top: 85%;
}
#map #con_area .box_area .box_area_list li#btn_kyotoshijokarasuma {
  left: 740px;
  top: 80px;
}
#map #con_area .box_area .box_area_list li#btn_kyotoshijokarasuma:after {
  left: 10%;
  top: 100%;
}
#map #con_area .box_area .box_area_list li#btn_omihachiman {
  left: 890px;
  top: 195px;
}
#map #con_area .box_area .box_area_list li#btn_omihachiman:after {
  left: -53%;
  top: 5%;
}
#map #con_area .box_area .box_area_list li#btn_kyotohorikawagojo {
  left: 600px;
  top: 115px;
}
#map #con_area .box_area .box_area_list li#btn_kyotohorikawagojo:after {
  left: 98%;
  top: 65%;
}
#map #con_area .box_area .box_area_list li#btn_kyototoji {
  left: 590px;
  top: 170px;
}
#map #con_area .box_area .box_area_list li#btn_kyototoji:after {
  left: 95%;
  top: 40%;
}
#map #con_area .box_area .box_area_list li#btn_shin-osaka {
  left: 751px;
  top: 246px;
}
#map #con_area .box_area .box_area_list li#btn_shin-osaka:after {
  left: -30%;
  top: 55%;
}
#map #con_area .box_area .box_area_list li#btn_shinsaibashi {
  left: 573px;
  top: 225px;
}
#map #con_area .box_area .box_area_list li#btn_shinsaibashi:after {
  left: 75%;
  top: 70%;
}
#map #con_area .box_area .box_area_list li#btn_sakai {
  left: 726px;
  top: 354px;
}
#map #con_area .box_area .box_area_list li#btn_sakai:after {
  left: -25%;
  top: -40%;
}
#map #con_area .box_area .box_area_list li#btn_himeji {
  left: 421px;
  top: 199px;
}
#map #con_area .box_area .box_area_list li#btn_himeji:after {
  left: 75%;
  top: 70%;
}
#map #con_area .box_area .box_area_list li#btn_himejiyumesakibashi {
  left: 374px;
  top: 281px;
}
#map #con_area .box_area .box_area_list li#btn_himejiyumesakibashi:after {
  left: 96%;
  top: -23%;
}
#map #con_area .box_area .box_area_list li#btn_kobesannomiya {
  left: 506px;
  top: 337px;
}
#map #con_area .box_area .box_area_list li#btn_kobesannomiya:after {
  left: 73%;
  top: -84%;
}
#map #con_area .box_area .box_area_list li#btn_nara {
  left: 773px;
  top: 300px;
}
#map #con_area .box_area .box_area_list li#btn_nara:after {
  left: -30%;
  top: 50%;
}
#map #con_area .box_area .box_area_list li#btn_wakayama {
  left: 494px;
  top: 434px;
}
#map #con_area .box_area .box_area_list li#btn_wakayama:after {
  left: 75%;
  top: -74%;
}
#map #con_area .box_area .box_area_list li#btn_kiitanabe {
  left: 516px;
  top: 509px;
}
#map #con_area .box_area .box_area_list li#btn_kiitanabe:after {
  left: 80%;
  top: 40%;
}
#map #con_area .box_area .box_area_list li#btn_heiwaodori {
  left: 493px;
  top: 211px;
}
#map #con_area .box_area .box_area_list li#btn_heiwaodori:after {
  left: 86%;
  top: 27%;
}
#map #con_area .box_area .box_area_list li#btn_otemachi {
  left: 501px;
  top: 197px;
}
#map #con_area .box_area .box_area_list li#btn_otemachi:after {
  left: 80%;
  top: 70%;
}
#map #con_area .box_area .box_area_list li#btn_kure {
  left: 646px;
  top: 212px;
}
#map #con_area .box_area .box_area_list li#btn_kure:after {
  left: 13%;
  top: 78%;
}
#map #con_area .box_area .box_area_list li#btn_yamaguchi {
  left: 354px;
  top: 249px;
}
#map #con_area .box_area .box_area_list li#btn_yamaguchi:after {
  left: 80%;
  top: 70%;
}
#map #con_area .box_area .box_area_list li#btn_takamatsu {
  left: 919px;
  top: 282px;
}
#map #con_area .box_area .box_area_list li#btn_takamatsu:after {
  left: -38%;
  top: 60%;
}
#map #con_area .box_area .box_area_list li#btn_matsuyama {
  left: 528px;
  top: 390px;
}
#map #con_area .box_area .box_area_list li#btn_matsuyama:after {
  left: 90%;
  top: 0%;
}
#map #con_area .box_area .box_area_list li#btn_kochi {
  left: 800px;
  top: 482px;
}
#map #con_area .box_area .box_area_list li#btn_kochi:after {
  left: 0%;
  top: -95%;
}
#map #con_area .box_area .box_area_list li#btn_zentsujiinter {
  left: 834px;
  top: 351px;
}
#map #con_area .box_area .box_area_list li#btn_zentsujiinter:after {
  left: 0%;
  top: -56%;
}
#map #con_area .box_area .box_area_list li#btn_kurashikimizushima {
  left: 834px;
  top: 174px;
}
#map #con_area .box_area .box_area_list li#btn_kurashikimizushima:after {
  left: 0%;
  top: 89%;
}
#map #con_area .box_area .box_area_list li#btn_kokura {
  left: 784px;
  top: 55px;
}
#map #con_area .box_area .box_area_list li#btn_kokura:after {
  left: -35%;
  top: 40%;
}
#map #con_area .box_area .box_area_list li#btn_kurosaki {
  left: 721px;
  top: -4px;
}
#map #con_area .box_area .box_area_list li#btn_kurosaki:after {
  left: -1%;
  top: 70%;
}
#map #con_area .box_area .box_area_list li#btn_hakata {
  left: 523px;
  top: 65px;
}
#map #con_area .box_area .box_area_list li#btn_hakata:after {
  left: 82%;
  top: 56%;
}
#map #con_area .box_area .box_area_list li#btn_tenjin {
  left: 477px;
  top: 121px;
}
#map #con_area .box_area .box_area_list li#btn_tenjin:after {
  left: 95%;
  top: 23%;
}
#map #con_area .box_area .box_area_list li#btn_saga {
  left: 427px;
  top: 184px;
}
#map #con_area .box_area .box_area_list li#btn_saga:after {
  left: 87%;
  top: 16%;
}
#map #con_area .box_area .box_area_list li#btn_kumamoto {
  left: 733px;
  top: 203px;
}
#map #con_area .box_area .box_area_list li#btn_kumamoto:after {
  left: -19%;
  top: 93%;
}
#map #con_area .box_area .box_area_list li#btn_miyazaki {
  left: 720px;
  top: 370px;
}
#map #con_area .box_area .box_area_list li#btn_miyazaki:after {
  left: 50%;
  top: 70%;
}
#map #con_area .box_area .box_area_list li#btn_naha {
  left: 141px;
  top: 479px;
}
#map #con_area .box_area .box_area_list li#btn_naha:after {
  left: 75%;
  top: 70%;
}
#map #con_area .box_area .box_area_list li#btn_naha-tomariko {
  left: 307px;
  top: 559px;
}
#map #con_area .box_area .box_area_list li#btn_naha-tomariko:after {
  left: -21%;
  top: -38%;
}
#map #con_area .box_area .box_area_list li#btn_ishigaki-island {
  left: 131px;
  top: 595px;
}
#map #con_area .box_area .box_area_list li#btn_ishigaki-island:after {
  left: -25%;
  top: -44%;
}
#map #con_area .box_area .box_area_list li#btn_munakata {
  left: 555px;
  top: 10px;
}
#map #con_area .box_area .box_area_list li#btn_munakata:after {
  left: 79%;
  top: 81%;
}
#map #con_area .box_area .box_area_list li#btn_tosu {
  left: 717px;
  top: 147px;
}
#map #con_area .box_area .box_area_list li#btn_tosu:after {
  left: -28%;
  top: 39%;
}
#map #con_area .box_area .box_area_list li#btn_kumamotomiyukifueda {
  left: 745px;
  top: 273px;
}
#map #con_area .box_area .box_area_list li#btn_kumamotomiyukifueda:after {
  left: -28%;
  top: 23%;
}
#map #con_area .box_area .box_area_list li#btn_nagasakiairport {
  left: 432px;
  top: 267px;
}
#map #con_area .box_area .box_area_list li#btn_nagasakiairport:after {
  left: 94%;
  top: -31%;
}
#map #con_area .box_area .box_area_list li#btn_kagoshimataniyama {
  left: 548px;
  top: 438px;
}
#map #con_area .box_area .box_area_list li#btn_kagoshimataniyama:after {
  left: 80%;
  top: 67%;
}

/* -----------------------------------------------------------
	#list
----------------------------------------------------------- */
#list .box_hotel .lst_contents {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  #list .box_hotel .lst_contents {
    display: block;
  }
}
#list .box_hotel .lst_contents .box_content {
  position: relative;
}
@media only screen and (min-width: 1023px) {
  #list .box_hotel .lst_contents .box_content {
    width: calc(100% / 5 - 20px * (5 - 1) / 5);
    margin-right: 20px;
  }
  #list .box_hotel .lst_contents .box_content:nth-of-type(5n), #list .box_hotel .lst_contents .box_content:last-of-type {
    margin-right: 0;
  }
  #list .box_hotel .lst_contents .box_content:nth-of-type(n+6) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #list .box_hotel .lst_contents .box_content {
    width: calc(100% / 4 - 20px * (4 - 1) / 4);
    margin-right: 20px;
  }
  #list .box_hotel .lst_contents .box_content:nth-of-type(4n), #list .box_hotel .lst_contents .box_content:last-of-type {
    margin-right: 0;
  }
  #list .box_hotel .lst_contents .box_content:nth-of-type(n+5) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #list .box_hotel .lst_contents .box_content {
    overflow: hidden;
  }
  #list .box_hotel .lst_contents .box_content:nth-of-type(n+2) {
    margin-top: 5px;
  }
}
#list .box_hotel .lst_contents .box_content h4 {
  font-size: 100%;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #list .box_hotel .lst_contents .box_content h4 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #list .box_hotel .lst_contents .box_content h4 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #list .box_hotel .lst_contents .box_content h4 {
    font-weight: 500;
    color: #fff;
    background-color: #005285;
    border-radius: 15px;
    padding: 13px 20px;
    position: relative;
    z-index: 1;
  }
  #list .box_hotel .lst_contents .box_content h4:after {
    content: "\f0ab";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #list .box_hotel .lst_contents .box_content h4.open:after {
    content: "\f0aa";
  }
}
@media only screen and (min-width: 641px) {
  #list .box_hotel .lst_contents .box_content ul {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #list .box_hotel .lst_contents .box_content ul {
    overflow: hidden;
    height: 0;
    transition: 0.3s;
  }
}
#list .box_hotel .lst_contents .box_content ul li {
  text-indent: calc(-1em + 3px);
  padding-left: 1em;
}
@media only screen and (max-width: 640px) {
  #list .box_hotel .lst_contents .box_content ul li {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 640px) {
  #list .box_hotel .lst_contents .box_content ul li:last-child {
    margin-bottom: 5px;
  }
}
#list .box_hotel .lst_contents .box_content ul li a {
  font-size: 93%;
  text-decoration: none;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #list .box_hotel .lst_contents .box_content ul li a {
    font-size: 93%;
  }
}
@media only screen and (max-width: 640px) {
  #list .box_hotel .lst_contents .box_content ul li a {
    font-size: 85%;
  }
}
#list .box_hotel .lst_contents .box_content ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
}

/* -----------------------------------------------------------
	#brand
----------------------------------------------------------- */
#brand {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#brand .box_hotel_br {
  margin-bottom: 35px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #brand .box_hotel_br {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 640px) {
  #brand .box_hotel_br {
    margin-bottom: 5%;
  }
}
#brand .box_hotel_br h4 {
  font-size: 139%;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #brand .box_hotel_br h4 {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 640px) {
  #brand .box_hotel_br h4 {
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 1023px) {
  #brand .box_hotel_br h4 {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 641px) {
  #brand .box_hotel_br h4 em {
    vertical-align: middle;
    background: #fff;
    padding: 0 .5em;
  }
  #brand .box_hotel_br h4 em:before {
    content: "";
    width: 66px;
    height: 69px;
    display: inline-block;
    margin-right: .5em;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #brand .box_hotel_br h4 em:before {
    width: 2em;
    height: 2.09em;
  }
}
@media only screen and (min-width: 641px) {
  #brand .box_hotel_br h4:after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    z-index: -1;
  }
}
@media only screen and (min-width: 1023px) {
  #brand .box_hotel_br > ul {
    padding-left: 60px;
  }
}
#brand .box_hotel_br > ul > li {
  width: 215px;
  height: auto !important;
  float: left;
  margin-bottom: 30px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #brand .box_hotel_br > ul > li {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 640px) {
  #brand .box_hotel_br > ul > li {
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 1171px) {
  #brand .box_hotel_br > ul > li:nth-child(6) {
    clear: both;
  }
}
@media only screen and (max-width: 1170px) {
  #brand .box_hotel_br > ul > li {
    width: 32%;
    margin-left: 2%;
  }
  #brand .box_hotel_br > ul > li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #brand .box_hotel_br > ul > li {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
#brand .box_hotel_br > ul > li .st {
  font-size: 108%;
  font-weight: bold;
  margin-bottom: .5em;
}
@media only screen and (max-width: 640px) {
  #brand .box_hotel_br > ul > li .st {
    background: #005285;
    color: #fff;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    margin-bottom: 0;
  }
  #brand .box_hotel_br > ul > li .st:after {
    content: "";
    font-family: FontAwesome;
    margin-left: .35em;
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    right: 3%;
    line-height: 1;
  }
  #brand .box_hotel_br > ul > li .st.active:after {
    content: "";
    font-family: FontAwesome;
    margin-left: .35em;
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    right: 3%;
    line-height: 1;
  }
}
@media only screen and (min-width: 641px) {
  #brand .box_hotel_br > ul > li ul {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  #brand .box_hotel_br > ul > li ul {
    display: none;
    padding-top: 0.5em;
  }
}
#brand .box_hotel_br > ul > li ul li {
  font-size: 93%;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  #brand .box_hotel_br > ul > li ul li {
    padding: 5px 10px;
  }
}
#brand .box_hotel_br > ul > li ul li a {
  text-decoration: none !important;
}
.mouse #brand .box_hotel_br > ul > li ul li a:hover, .touch #brand .box_hotel_br > ul > li ul li a.touchstart {
  text-decoration: underline !important;
}
.touch #brand .box_hotel_br > ul > li ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #brand .box_hotel_br > ul > li ul li a.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
#brand .box_hotel_br > ul > li ul li:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .35em;
}
@media only screen and (min-width: 641px) {
  #brand .box_hotel_br.hotel_hotel h4:after {
    background: url(../images/common/line_hotel.jpg);
  }
  #brand .box_hotel_br.hotel_hotel h4 em:before {
    background: url(../images/common/logo_hotel.jpg) no-repeat center top;
    background-size: contain;
  }
}
@media only screen and (max-width: 640px) {
  #brand .box_hotel_br.hotel_hotel ul li .st {
    border-top: 3px solid #e26811;
  }
  #brand .box_hotel_br.hotel_hotel ul li .st:after {
    color: #e26811;
  }
}
#brand .box_hotel_br.hotel_hotel ul li ul li:before {
  color: #e26811;
}
@media only screen and (min-width: 641px) {
  #brand .box_hotel_br.hotel_era h4:after {
    background: url(../images/common/line_era.jpg) repeat-x left top;
  }
  #brand .box_hotel_br.hotel_era h4 em:before {
    background: url(../images/common/logo_hotel.jpg) no-repeat center top;
    background-size: contain;
  }
}
@media only screen and (max-width: 640px) {
  #brand .box_hotel_br.hotel_era ul li .st {
    border-top: 3px solid #ff9b0f;
  }
  #brand .box_hotel_br.hotel_era ul li .st:after {
    color: #ff9b0f;
  }
}
#brand .box_hotel_br.hotel_era ul li ul li:before {
  color: #ff9b0f;
}
@media only screen and (min-width: 641px) {
  #brand .box_hotel_br.hotel_inn h4:after {
    background: url(../images/common/line_inn.jpg);
  }
  #brand .box_hotel_br.hotel_inn h4 em:before {
    background: url(../images/common/logo_inn.jpg) no-repeat center top;
    background-size: contain;
  }
}
@media only screen and (max-width: 640px) {
  #brand .box_hotel_br.hotel_inn > ul li .st {
    border-top: 3px solid #ffe96b;
  }
  #brand .box_hotel_br.hotel_inn > ul li .st:after {
    color: #ffe96b;
  }
}
#brand .box_hotel_br.hotel_inn > ul li ul li:before {
  color: #ffe100;
}
@media only screen and (min-width: 641px) {
  #brand .box_hotel_br.hotel_sui h4:after {
    background: url(../images/common/line_sui.jpg) repeat-x left top;
  }
  #brand .box_hotel_br.hotel_sui h4 em:before {
    background: url(../images/common/logo_sui.jpg) no-repeat center top;
    background-size: contain;
  }
}
@media only screen and (max-width: 640px) {
  #brand .box_hotel_br.hotel_sui ul li .st {
    border-top: 3px solid #e7382f;
  }
  #brand .box_hotel_br.hotel_sui ul li .st:after {
    color: #e7382f;
  }
}
#brand .box_hotel_br.hotel_sui ul li ul li:before {
  color: #f43239;
}
@media only screen and (min-width: 641px) {
  #brand .box_hotel_br.hotel_ascend h4:after {
    background: url(../images/common/line_ascend.jpg);
  }
  #brand .box_hotel_br.hotel_ascend h4 em:before {
    width: 132px;
    background: url(../images/common/logo_ascend.jpg) no-repeat center top;
    background-size: contain;
  }
}
@media only screen and (min-width: 641px) and (min-width: 641px) and (max-width: 1022px) {
  #brand .box_hotel_br.hotel_ascend h4 em:before {
    width: 4em;
  }
}

@media only screen and (max-width: 640px) {
  #brand .box_hotel_br.hotel_ascend > ul li .st {
    border-top: 3px solid #000;
  }
  #brand .box_hotel_br.hotel_ascend > ul li .st:after {
    color: #000;
  }
}
#brand .box_hotel_br.hotel_ascend > ul li ul li:before {
  color: #000;
}
