/*
======== table of content. =================================
　hokkaido
============================================================
*/
/* ----------------------------------------------------------------------------
　common
---------------------------------------------------------------------------- */
/* text */
.text10 {
  font-size: 10px;
  line-height: 150%;
}
.text11 {
  font-size: 11px;
  line-height: 150%;
}
.text12 {
  font-size: 12px;
  line-height: 150%;
}
.text13 {
  font-size: 13px;
  line-height: 150%;
}
.text14 {
  font-size: 14px;
  line-height: 150%;
}
.text15 {
  font-size: 15px;
  line-height: 150%;
}
.text16 {
  font-size: 16px;
  line-height: 150%;
}
.text17 {
  font-size: 17px;
  line-height: 150%;
}
.text18 {
  font-size: 18px;
  line-height: 150%;
}
.text19 {
  font-size: 19px;
  line-height: 150%;
}
.text20 {
  font-size: 20px;
  line-height: 150%;
}
.text21 {
  font-size: 21px;
  line-height: 150%;
}
.text22 {
  font-size: 22px;
  line-height: 150%;
}
.text23 {
  font-size: 23px;
  line-height: 150%;
}
.text24 {
  font-size: 24px;
  line-height: 150%;
}
.mt10{margin-top:10px;}
.letterspacing1 {
  letter-spacing: -1px;
}
.letterspacing2 {
  letter-spacing: -2px;
}
.letterspacing3 {
  letter-spacing: -3px;
}
.hover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: url("../images/hover.png");
}
/* ----------------------------------------------------------------------------
　basic
---------------------------------------------------------------------------- */
#contentHeader {
  width: 924px;
  margin: 0 auto 10px;
}
#main {
  width: 924px !important;
  margin: 0 auto;
}
/* ----------------------------------------------------------------------------
　main_slide
---------------------------------------------------------------------------- */
#main_slide {
  width: 924px;
  /*
  height: 420px;
  */
  position: relative;
  margin:auto;
  margin-bottom: 10px;
}
#main_slide .title_area {
  width: 924px;
  height: 83px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:10;
  background: url("../images/title_area_bg.png");
}
#main_slide .title_area h2 {
  position: absolute;
  top: 19px;
  left: 16px;
}
#main_slide .title_area .lead {
  width: 475px;
  color: #666;
  line-height: 150%;
  position: absolute;
  top: 0px;
  right: 20px;
}
#main_slide .title_area .lead span {
  position: relative;
}
#slide_case {
  width: 924px;
  /*
  height: 420px;
  */
  position: relative;
  z-index:5;
}
#slide_case p {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
#slide_case a {
  cursor: pointer;
}
#main_slide .prev {
  position: absolute;
    top: 50%;
    left: 15px;
    padding-top: 83px;
    margin-top: -58px;
  z-index: 6;
  cursor: pointer;
}
#main_slide .next {
  position: absolute;
    top: 50%;
    right: 15px;
    padding-top: 83px;
    margin-top: -58px;
  z-index: 6;
  cursor: pointer;
}
/* ----------------------------------------------------------------------------
　wrapper__inner(上書き設定)
---------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .wrapper__inner {
    width: 320px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .wrapper__inner {
    width: 924px;
    margin: 0 auto;
  }
}
/* ----------------------------------------------------------------------------
　tab_menu
---------------------------------------------------------------------------- */
#tab_menu {
  height: 124px;
  position: relative;
  z-index: 2;
}
#tab_menu {
  display: inline-block;
}
/* Exclude Mac IE \*/
#tab_menu {
  display: block;
}
/**/
#tab_menu:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#tab_menu li {
  width: 177px;
  height: 124px;
  float: left;
  margin-right: 10px;
}
#tab_menu li a {
  display: block;
  width: 177px;
  height: 124px;
  text-align: center;
  text-decoration: none;
  background: url("../images/tab_menu_bg.png") 0 0 no-repeat;
  font-family: "Times New Roman", Georgia, Serif;
  color: #132f41;
  position: relative;
}
#tab_menu li a p {
  position: relative;
}
#tab_menu li a .text01 {
  font-size: 19px;
  line-height: 120%;
  display: block;
  margin-bottom: 3px;
}
#tab_menu li a .text02 {
  font-size: 14px;
  line-height: 120%;
}
#tab_menu li a:hover {
  color: #fff;
}
#tab_menu li .on {
  color: #fff;
}
#tab_menu .sapporo {
  margin-right: 9px;
}
#tab_menu .donan {
  margin-right: 0px;
}
/* sapporo */
#tab_menu .sapporo a {
  background-position: 0 0;
}
#tab_menu .sapporo a:hover {
  background-position: 0 -124px;
}
#tab_menu .sapporo .on,
#tab_menu .sapporo .on:hover {
  background-position: 0 -248px;
}
/* douou */
#tab_menu .douou a {
  background-position: -177px 0;
}
#tab_menu .douou a:hover {
  background-position: -177px -124px;
}
#tab_menu .douou .on,
#tab_menu .douou .on:hover {
  background-position: -177px -248px;
}
/* dohoku */
#tab_menu .dohoku a {
  background-position: -354px 0;
}
#tab_menu .dohoku a:hover {
  background-position: -354px -124px;
}
#tab_menu .dohoku .on,
#tab_menu .dohoku .on:hover {
  background-position: -354px -248px;
}
/* doto */
#tab_menu .doto a {
  background-position: -531px 0;
}
#tab_menu .doto a:hover {
  background-position: -531px -124px;
}
#tab_menu .doto .on,
#tab_menu .doto .on:hover {
  background-position: -531px -248px;
}
/* donan */
#tab_menu .donan a {
  background-position: -708px 0;
}
#tab_menu .donan a:hover {
  background-position: -708px -124px;
}
#tab_menu .donan .on,
#tab_menu .donan .on:hover {
  background-position: -708px -248px;
}
/* ----------------------------------------------------------------------------
　outline
---------------------------------------------------------------------------- */
.tab_contents .outline {
  margin-bottom: 10px;
  position: relative;
}
.tab_contents .outline .copy_box {
  width: 376px;
  float: left;
}
.tab_contents .outline .search_byarea {}
.tab_contents .outline .search_byarea dt {
  font-size: 24px;
  font-family: "Times New Roman", Georgia, Serif;
  background-color: #333;
  color: #fff;
  height: 43px;
  padding-left: 12px;
  line-height: 43px;
  margin-bottom: 11px;
}
.tab_contents .btn_1 {
  display: block;
    position: relative;
    width: 820px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 13px 45px;
    background: #333;
    font-size: 32px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: opacity .2s;
}
.tab_contents .btn_1:hover {
  opacity: 0.8;
}
.tab_contents .btn_1:before {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 12px;
  width: 27px;
  height: 27px;
  border-radius: 100px;
  background: #fff;
  content: '';
}
.tab_contents .btn_1:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 21px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform-origin: 100% 0;
  rotate: 45deg;
  content: "";
}
/* sapporo */
#sapporo .outline .search_byarea ul li a {
  background: url("../images/sapporo_search_byarea_btn.gif") right 0 no-repeat;
}
#sapporo .outline .search_byarea ul li a:hover {
  background: url("../images/sapporo_search_byarea_btn_on.gif") right 0 no-repeat;
}
#sapporo .outline .search_byarea ul .more a {
  background: url("../images/sapporo_search_byarea_more_btn.gif") right 0 no-repeat;
}
#sapporo .outline .search_byarea ul .more a:hover {
  background: url("../images/sapporo_search_byarea_more_btn_on.gif") right 0 no-repeat;
}
/* douou */
#douou .outline .search_byarea ul li a {
  background: url("../images/douou_search_byarea_btn.gif") right 0 no-repeat;
}
#douou .outline .search_byarea ul li a:hover {
  background: url("../images/douou_search_byarea_btn_on.gif") right 0 no-repeat;
}
#douou .outline .search_byarea ul .more a {
  background: url("../images/douou_search_byarea_more_btn.gif") right 0 no-repeat;
}
#douou .outline .search_byarea ul .more a:hover {
  background: url("../images/douou_search_byarea_more_btn_on.gif") right 0 no-repeat;
}
/* dohoku */
#dohoku .outline .search_byarea ul li a {
  background: url("../images/dohoku_search_byarea_btn.gif") right 0 no-repeat;
}
#dohoku .outline .search_byarea ul li a:hover {
  background: url("../images/dohoku_search_byarea_btn_on.gif") right 0 no-repeat;
}
#dohoku .outline .search_byarea ul .more a {
  background: url("../images/dohoku_search_byarea_more_btn.gif") right 0 no-repeat;
}
#dohoku .outline .search_byarea ul .more a:hover {
  background: url("../images/dohoku_search_byarea_more_btn_on.gif") right 0 no-repeat;
}
/* doto */
#doto .outline .search_byarea ul li a {
  background: url("../images/doto_search_byarea_btn.gif") right 0 no-repeat;
}
#doto .outline .search_byarea ul li a:hover {
  background: url("../images/doto_search_byarea_btn_on.gif") right 0 no-repeat;
}
#doto .outline .search_byarea ul .more a {
  background: url("../images/doto_search_byarea_more_btn.gif") right 0 no-repeat;
}
#doto .outline .search_byarea ul .more a:hover {
  background: url("../images/doto_search_byarea_more_btn_on.gif") right 0 no-repeat;
}
/* donan */
#donan .outline .search_byarea ul li a {
  background: url("../images/donan_search_byarea_btn.gif") right 0 no-repeat;
}
#donan .outline .search_byarea ul li a:hover {
  background: url("../images/donan_search_byarea_btn_on.gif") right 0 no-repeat;
}
#donan .outline .search_byarea ul .more a {
  background: url("../images/donan_search_byarea_more_btn.gif") right 0 no-repeat;
}
#donan .outline .search_byarea ul .more a:hover {
  background: url("../images/donan_search_byarea_more_btn_on.gif") right 0 no-repeat;
}
.tab_contents .outline .photo {
  width: 163px;
  float: left;
}
.tab_contents .outline .map {
  width: 507px;
  float: right;
}
.tab_contents .outline .gallery {
  margin-top: 11px;
}
.tab_contents .outline .gallery li {
  float: left;
  margin-right: 14px;
  position: relative;
}
.tab_contents .outline .gallery .last {
  margin-right: 0px;
}
.tab_contents .outline .gallery li .text {
  display: none;
}
.tab_contents .outline .onsen_photo li{
  float:left;
  width:212px;
  margin-right:15px;
  margin-top:15px;
}
.tab_contents .outline .onsen_photo li:last-child{margin-right:0px;}
.tab_contents .outline .onsen_photo li span{margin-top:5px;display:block;text-align:center}
/* ----------------------------------------------------------------------------
　tab_contents
---------------------------------------------------------------------------- */
.tab_contents {
  background-color: #ebebeb;
  padding: 25px 15px 15px;
  position: relative;
  z-index: 1;
  visibility: hidden;
  top: -12px;
}
.tab_contents h4 {
  text-align: center;
  background-color: #333;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  font-weight: normal;
  font-family: "Times New Roman", Georgia, Serif;
  color: #fff;
  /*height: 50px;*/
  font-size: 27px;
  /*line-height: 50px;*/
  letter-spacing: 2px;
  padding:10px 5px;
}
/* recommended_hotels */
.recommended_hotels {
  background-color: #fff;
  padding: 15px 15px 0px;
}
*:first-child+html .recommended_hotels {
  padding: 15px 15px 15px;
}
/* box */
.recommended_hotels .box {
  width: 425px;
  float: left;
  margin: 0 14px 20px 0;
}
.recommended_hotels .box a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: 0px 1px 4px 0px #bbb;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  background-color: #f7f8f3;
}
.recommended_hotels .box a:hover {
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px #666;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  top: -2px;
}
.recommended_hotels .box a .place {
  color: #fff;
  line-height: 120%;
  background-color: #555555;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
}
*:first-child+html .recommended_hotels .box a .place {
  display: inline;
  zoom: 1;
}
.recommended_hotels .box a .title {
  position: relative;
  color: #000;
  margin-bottom: 5px;
  line-height: 120%;
  text-decoration: underline;
}
.recommended_hotels .box a:hover .title {
  text-decoration: none;
}
.recommended_hotels .box a .title span {
  display: block;
  position: relative;
}
.recommended_hotels .box a .photo {
  position: relative;
  margin-bottom: 5px;
}
.recommended_hotels .box a:hover .photo .hover {
  display: block;
}
.recommended_hotels .box a .copy {
  color: #555;
  word-break: break-all;
}
.recommended_hotels .box a .price {
  line-height: 120%;
  margin-top: 10px;
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}
.recommended_hotels .box a .price strong {
  color: #ec5658;
  line-height: 120%;
  margin: 0 8px;
}
.recommended_hotels .box a .btn_detail {
  width: 406px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-family: "Times New Roman", Georgia, Serif;
  background: url("../images/ryokan_btn_detail.png") 0 0 no-repeat;
}
.recommended_hotels .box a:hover .btn_detail {
  background-position: 0 -30px;
}
/* btn_more */
.recommended_hotels .btn_more {
  text-align: center;
  *margin-top: 25px;
}
/* ----------------------------------------------------------------------------
　modal
---------------------------------------------------------------------------- */
#modal {
  width: 75%;
  max-width:700px;
  position: fixed;
  top: 50% !important;
  left: 0px;
  margin-top: -250px;
  z-index: 9999;
  display: none;
  -webkit-box-shadow: 0px 0 50px 0px #333;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 0px 50px 0px #333;
  /* Firefox用 */
  box-shadow: 0px 0px 50px 0px #333;
  /* CSS3 */
}
#modal .photo img{
  width:100%;
}
#modal_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
  background: url("../images/modal_bg.png");
}
#modal .prev a {
  background: url("../images/modal_prev.png") left 0 no-repeat;
  background-size: auto 100px;
  width: 30px;
  height: 100px;
  display: block;
  position: absolute;
  top: 50% !important;
  left: -50px;
  margin-top: -50px;
}
#modal .prev a:hover {
  background:#000 url("../images/modal_prev.png") left 0 no-repeat;
  background-size: auto 100px;
}
#modal .next a {
  background: url("../images/modal_next.png") right 0 no-repeat;
  background-size: auto 100px;
  width: 30px;
  height: 100px;
  display: block;
  position: absolute;
  top: 50% !important;
  right: -50px;
  margin-top: -50px;
}
#modal .next a:hover {
  background#000 : url("../images/modal_next.png") right 0 no-repeat;
  background-size: auto 100px;
}
#modal .close a {
  background:#fff url("../images/modal_close.png") right 0 no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#modal .close a:hover {
  background:#fff url("../images/modal_close.png") right 0 no-repeat;
  background-size: 50px;
}
#modal .photo {
  background-color: #000;
}
#modal .text {
  padding: 15px 20px;
  font-size: 22px;
  line-height: 130%;
  color: #fff;
  background: url("../images/modal_text_bg.png");
}
.opacity {
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
/* bnr_features */
.bnr_features {
  margin-top: 25px;
}
.tab_contents .outline h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 10px;
}
.tab_contents .outline .text {
  line-height: 150%;
  margin-bottom: 20px;
}
 .tab_contents .outline .search_byarea ul li {
  width: 50%;
  float: left;
  margin: 0;
}
.tab_contents .outline .search_byarea ul .last {
}
.tab_contents .outline .search_byarea ul li a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  display:block;
  padding-left: 12px;
  margin:3px 5px;
  height: 60px;
    line-height:60px;
  color: #fff;
  position: relative;
}
.tab_contents .outline .search_byarea ul{
margin-left:-5px;
margin-right:-5px;
margin-top: -5px;
}
.tab_contents .outline .search_byarea ul li a span {
  display: block;
  position: relative;
  top:0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height:100%;
  line-height: 1.2;
}
.tab_contents .outline .search_byarea ul .more {
  height: 30px;
  width:100%;
}
.tab_contents .outline .search_byarea ul .more a {
  height: 30px;
  display:block;
  font-size: 18px;
  padding:0;
  text-align: center;
    line-height:30px;
}
.tab_contents .outline .search_byarea ul .more a span{
  justify-content: center;
  align-items: center;
}
.tab_contents .outline .map {
}
.tab_contents .outline .accCt{
}
.tab_contents .openAcc{
display:none;
}
/* page-top */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 100%;
  z-index: 1000;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
    width: 50px;
    height: 50px;
    line-height:50px;
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
#main_slide .W100{position: relative;width:100%;z-index:1;}
.mainContent .tab_menu{
display:none;
}
.wrapper .wrapper__inner .mainContent .accCt{
display:block;
}
#nav{
display:none;
}
/*
 SP -------------------------------------*/
@media screen and (max-width: 960px) {
  #nav{
  width: 100%;
  display:block;
  }
  #nav.navFixed ul{
    position: fixed;
    top: 0;
    left: 0;
    padding-top:4px;
    z-index: 9999;
    background:#fff;
  }
  #nav ul{
  width:100%;
  overflow: scroll;
  white-space: nowrap;
  padding-left:3px;
  padding-right:3px;
  display: flex;
  flex-wrap: nowrap;
  }
  #nav ul li{
    flex-basis: 25%;
    flex-shrink: 0;
  }
  #nav ul li:nth-of-type(4){
    flex-basis: 37%;
  }
  #nav ul li a{
  display: block;
  margin:1px 3px;
  }
  #nav ul li a img{
  width:100%;
  }
  .tab_contents .outline .map {
  margin-top: 10px;
  }
  .tab_contents .btn_1 {
    font-size: 18px;
  }
  .wrapper .wrapper__inner .mainContent .accCt{
  width:100%;
  }
  #sapporo .accCt{
  display:block;
  }
  .mainContent .tab_menu{
  display:block;
  }
  .mainContent .tab_menu .sapporo a{
  display:block;
  color: #1b8ecd;
    padding-bottom: 7px;
    border-bottom: 2px solid #1b8ecd;
  }
  .mainContent .tab_menu .plus{
  display:none;
  }
  .mainContent .tab_menu .minus{
  display:block;
  }
  .mainContent .tab_menu.active p a .plus{
  display:block;
  }
  .mainContent .tab_menu.active p a .minus{
  display:none;
  }
  .mainContent .tab_menu p a span{
  position: relative;
  top:2px;
  font-size: 21px;
  letter-spacing: -0.05em;
  word-wrap: break-word;
  }
  .mainContent .tab_menu p a .plus{
    top:0;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 38px;
    text-align: center;
    line-height: 36px;
  }
  .mainContent .tab_menu p a .minus{
    top:0;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 38px;
    text-align: center;
    line-height: 30px;
  }
  .mainContent .tab_menu .douou a{
  display:block;
  color: #ce5e83;
    padding-bottom: 7px;
    border-bottom: 2px solid #ce5e83;
  }
  .mainContent .tab_menu .dohoku a{
  display:block;
  color: #669c0c;
    padding-bottom: 7px;
    border-bottom: 2px solid #669c0c;
  }
  .mainContent .tab_menu .doto a{
  display:block;
  color: #a176c4;
    padding-bottom: 7px;
    border-bottom: 2px solid #a176c4;
  }
  .mainContent .tab_menu .donan a{
  display:block;
  color: #ce8700;
    padding-bottom: 7px;
    border-bottom: 2px solid #ce8700;
  }
  .mainContent .tab_menu p a{
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
  text-decoration: none;
  }
  .tab_contents .outline .text{
  padding-top:10px;
  }
  .mainContent .tab_menu .sapporo p a{
  }
  .mainContent .tab_menu .douou p a{
  }
  .mainContent .tab_menu .dohoku p a{
  }
  .mainContent .tab_menu .doto p a{
  }
  .mainContent .tab_menu .donan p a{
  }
  .tab_contents{
  top:0 !important;
      padding: 15px;
      margin-bottom:5px;
  }
  #main_slide{
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 0;
  }
  #main_slide .title_area{
  display:table;
  table-layout: fixed;
  width:100% !important;
  }
  #main_slide .title_area h2{
  width: 50% !important;
  }
  #main_slide .title_area p{
  width: 50% !important;
  }
  #main_slide .title_area h2,
  #main_slide .title_area p{
  display: table-cell;
  position: static !important;
  vertical-align: middle;
  line-height: 100% !important;
  }
  #main_slide .title_area h2 img{
  width:100%;
  max-width:389px;
  padding-left: 15px;
  }
  #main_slide .title_area .lead span{
  position: static !important;
  padding: 0 15px !important;
  display: block;
  line-height: 135%;
  }
  #slide_case{
  width:100%;
  height:auto !important;
  }
  #slide_case p{
  z-index:1;
  }
  #slide_case p img{
  width:100%;
  }
  #tab_menu{
  display:none !important;
  }
  .mainContent .gallery{
    display: table;
    width: 100%;
  }
  .mainContent .gallery li{
    display: table-cell;
    float: none !important;
  }
  .mainContent .gallery li a{
  display:block;
  margin-left:10px;
  }
  .mainContent .gallery li:first-child a {
  margin-left:0;
  }
  .mainContent .gallery li img{
  width:100%;
  }
  .tab_contents h4{
  margin-top: 20px;
    margin-bottom: 5px;
  font-size:18px !important;
  }
  .tab_contents .outline .copy_box {
  width: 50% !important;
  }
  .tab_contents .outline .search_byarea dt{
  font-size:18px !important;
  margin-bottom: 5px;
  }
  .tab_contents .outline .search_byarea dd{
  overflow: hidden;
  }
  .tab_contents .outline .search_byarea dd ul{
  overflow: hidden;
  margin-left:-3px;
  margin-right:-3px;
  }
  .tab_contents .outline .search_byarea dd ul li{
    width: 50%;
    margin: 0;
  }
  .tab_contents .outline .search_byarea dd ul li a{
    width: auto;
    margin: 3px;
    height:50px;
    font-size: 15px;
    line-height: 54px;
  }
  #sapporo .outline .search_byarea ul li a{
  background: #20b1ff url(../images/sapporo_search_byarea_btn.gif) right -6px no-repeat !important;
  border-bottom: 3px solid #1b8ecd;
  }
  #douou .outline .search_byarea ul li a {
  background: #ff76a4 url(../images/douou_search_byarea_btn.gif) right -6px no-repeat !important;
  border-bottom: 3px solid #ce5e83;
  }
  #dohoku .outline .search_byarea ul li a {
  background:#80c40c url(../images/dohoku_search_byarea_btn.gif) right -6px no-repeat !important;
  border-bottom: 3px solid #669c0c;
  }
  #doto .outline .search_byarea ul li a {
  background:#c993f4 url(../images/doto_search_byarea_btn.gif) right -6px no-repeat !important;
  border-bottom: 3px solid #a176c4;
  }
  #donan .outline .search_byarea ul li a {
  background:#ffa900 url(../images/donan_search_byarea_btn.gif) right -6px no-repeat !important;
  border-bottom: 3px solid #ce8700;
  }
  .tab_contents .outline .search_byarea ul .more{
    width: 100%;
    height: auto;
  }
  .tab_contents .outline .search_byarea ul .more a{
  width: auto;
  margin: 3px;
  height: 50px;
  line-height:50px;
  font-size: 15px;
  background: #20b1ff url(../images/sapporo_search_byarea_btn.gif) right -6px no-repeat !important;
  border-bottom: 3px solid #1b8ecd;
  }
  .tab_contents .outline .map{
  width:50% !important;
  }
  .tab_contents .outline .map img{
  width:100%;
  padding-left: 15px;
  }
  .mainContent #sapporo,
  .mainContent #douou,
  .mainContent #dohoku,
  .mainContent #doto{
  }
  .mainContent #sapporo,
  .mainContent #douou,
  .mainContent #dohoku,
  .mainContent #doto,
  .mainContent #donan{
    visibility: initial !important;
    display: block !important;
  }
  .tab_contents .outline h3{
  display:none;
  }
  .mainContent #sapporo h3{
    color: #1b8ecd;
    padding-bottom: 7px;
    border-bottom: 2px solid #1b8ecd;
  }
  .mainContent #douou h3{
  color: #ce5e83;
  padding-bottom: 7px;
  border-bottom: 2px solid #ce5e83;
  }
  .mainContent #dohoku h3{
    color: #669c0c;
    padding-bottom: 7px;
    border-bottom: 2px solid #669c0c;
  }
  .mainContent #doto h3{
    color: #a176c4;
    padding-bottom: 7px;
    border-bottom: 2px solid #a176c4;
  }
  .mainContent #donan h3{
    color: #ce8700;
    border-bottom: 2px solid #ce8700;
  }
  .recommended_hotels {
  padding: 10px;
  }
  .recommended_hotels .box {
    width: 50% !important;
    margin: 0 !important
  }
  .recommended_hotels .box a{
  margin: 8px;
  }
  .recommended_hotels .box a .photo img{
  width:100%;
  }
  .recommended_hotels .box a .btn_detail{
  width:auto !important;
  }
  #donan .outline .search_byarea ul .more{
    width: 50%;
    margin: 0;
  }
  .recommended_hotels .box a .title,
  .recommended_hotels .box a .title span{
  top:0 !important;
  height:100% !important;
  min-height:38px;
  }
  .recommended_hotels .box a .copy{
  top:0 !important;
  height:100% !important;
  min-height:80px;
  line-height: 125%;
  letter-spacing: -0.05em;
  }
  .recommended_hotels .box a .price{
  top:0 !important;
  height:100% !important;
  min-height:38px;
  }
  .mainContent .tab_menu a{
    border-bottom: none !important;
    padding-bottom:0 !important;
  }
  .mainContent .outline{
    margin-top: 10px;
  }
  .mainContent #sapporo .outline{
    border-top: 2px solid #1b8ecd;
  }
  .mainContent #douou .outline{
    border-top: 2px solid #ce5e83;
  }
  .mainContent #dohoku .outline{
    border-top: 2px solid #669c0c;
  }
  .mainContent #doto .outline{
    border-top: 2px solid #a176c4;
  }
  .mainContent #donan .outline{
    border-top: 2px solid #ce8700;
  }
  .wrapper__inner footer{
  padding-top:20px !important;
  padding-bottom:20px !important;
  }
}
@media screen and (max-width: 768px) {
  #modal {
  width:65%;
  margin-top: -25%;
  }
  .tab_contents .openAcc{
  display:block;
  }
  #main_slide .title_area h2{
  width: 40% !important;
  }
  #main_slide .title_area p{
  width: 60% !important;
  }
  .recommended_hotels .box a:hover {
  background-color: #f7f8f3 !important;
  box-shadow: 0px 1px 4px 0px #bbb !important;
  top:0 !important;
  }
  .recommended_hotels .box a .title{
  font-size:16px !important;
  }
  .recommended_hotels .box a:hover h5 span{
  text-decoration: underline !important;
  }
  .recommended_hotels .box a:hover .btn_detail{
   background: #bababa !important;
  }
  .recommended_hotels .box a:hover .photo .hover{
  display:none !important;
  }
  .tab_contents .outline .copy_box {
  width: 100% !important;
  float: none !important;
  }
  .tab_contents .outline .map {
  width: 100%!important;
  margin-top: 12px;
  float: none !important;
  }
  .tab_contents .outline .map img{
  padding-left: 0 !important;
  }
  .tab_contents h4{
  font-size: 18px !important;
    letter-spacing: -0.05em;
  height: auto;
  line-height: 125%;
  padding: 10px;
  }
  .tab_contents .outline .onsen_photo li{
    width:25%;
    margin-right:0;
  }
  .tab_contents .outline .onsen_photo li img{
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .recommended_hotels {
  padding: 0;
  background: none;
  margin-left: -7px;
  margin-right: -7px;
  }
  .recommended_hotels .box a,
  .recommended_hotels .box a:hover{
  background: #ffffff;
  }
  .tab_contents .outline .onsen_photo li{
    width:50%;
    margin-right:0;
  }
  .tab_contents .outline .onsen_photo li img{
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #modal {
  width:75%;
  margin-top: -30%;
  }
  #main_slide .title_area{
  text-align:center;
  height: 53px !important;
  position: static !important;
  background: #eee !important;
    }
    #main_slide .title_area h2{
    }
  #main_slide .title_area h2 img{
  width: 50%;
  padding-left:0 !important;
  vertical-align: middle;
  }
  #main_slide .title_area p{
  display:none !important;
  }
  #main_slide .prev,
  #main_slide .next {
    padding-top: 53px !important;
    margin-top: -43px;
  }
  .mainContent .gallery {
  display: block;
    margin-left: -5px;
    margin-right: -5px;
    width: auto !important;
  }
  .mainContent .gallery li {
  display: block;
  float: left !important;
  width: 50%;
  margin: 0 !important;
  }
  .mainContent .gallery li a{
  margin: 0 5px 5px !important;
  }
  .recommended_hotels .box {
    width: 100% !important;
  }
  .recommended_hotels .box a .price{
  font-size:15px !important;
  letter-spacing: -0.05em;
  }
  .recommended_hotels .box a .price strong{
  margin: 0 5px;
  }
  .recommended_hotels .box a .btn_detail{
  font-size: 15px;
  }
  .tab_contents .outline .search_byarea ul li a span {
    font-size: 12px;
    /*top:-2px !important;*/
    }
    .tab_contents .outline .search_byarea ul li.more a span {
    top:0 !important;
    }
}
