@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Prata&display=swap");
html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 1.3rem;
  }
}

.l-header {
  max-width: 1200px;
  margin: 0px auto !important;
}

@media only screen and (min-width: 768px) {
  .l-header {
    margin: 20px auto !important;
  }
}

.l-header .sns {
  display: flex;
  justify-content: flex-end;
  display: none;
}

@media only screen and (min-width: 768px) {
  .l-header .sns {
    display: flex;
  }
}

.l-header .sns li {
  margin-left: 7px;
}

.l-header .sns li a {
  transition: .3s;
}

.l-header .sns li a:hover {
  color: #ccc;
}

.l-header ul {
  margin: 0;
  padding: 0;
}

.l-header ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-header .header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .l-header .header-nav {
    margin-top: 70px;
  }
}

.l-header .header-nav ul {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: center;
  display: none;
}

@media only screen and (min-width: 768px) {
  .l-header .header-nav ul {
    flex-flow: nowrap;
    justify-content: space-between;
    display: flex;
  }
}

.l-header .header-nav ul li {
  margin-left: 20px;
}

.l-header .header-nav ul li a {
  transition: .3s;
}

.l-header .header-nav ul li a:hover {
  color: #ccc;
}

.l-header h1 {
  max-width: 55px;
  margin: 5px 0 0 5px;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .l-header h1 {
    max-width: 75px;
    margin: 0;
    padding: 0;
  }
}

.l-header .btn-getting {
  white-space: nowrap;
  margin-left: 10px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .l-header .btn-getting {
    display: inherit;
  }
}

.l-header .btn-getting a {
  border: 2px solid #c6c5b3;
  display: block;
  color: #c6c5b3;
  padding: 8px 19px;
  transition: .3s;
}

.l-header .btn-getting a:hover {
  background: #c6c5b3;
  color: #FFFFFF;
}

h2.tit-pm-top {
  font-size: 1.7rem;
  text-align: center;
  margin: 80px auto 20px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  h2.tit-pm-top {
    font-size: 3.8rem;
    letter-spacing: .2rem;
    margin: 80px auto 50px;
  }
}

.tit-sub {
  text-align: center;
  font-size: 5vw;
  width: 95%;
  margin: auto;
  letter-spacing: -.01rem;
}

@media only screen and (min-width: 768px) {
  .tit-sub {
    font-size: 1.6rem;
    width: 100%;
  }
}

.l-footer {
  background: none;
  margin: 0;
  padding: 0;
  color: #777;
  background-color: rgba(224, 224, 224, 0.1);
  padding: 50px 20px !important;
  width: 90%;
  margin: auto !important;
}

@media only screen and (min-width: 768px) {
  .l-footer {
    padding: 80px 50px !important;
    width: 100%;
  }
}

.l-footer .footer-sub {
  text-align: center;
  margin-bottom: 35px;
  font-size: 1.4rem;
  letter-spacing: -.01rem;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-sub {
    font-size: 1rem;
  }
}

.l-footer .footer-sub.line {
  border-top: 1px solid #ddd;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-sub.line {
    padding-top: 40px;
  }
}

.l-footer ul {
  margin: 0;
  padding: 0;
}

.l-footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-footer ul li img {
  width: auto;
  margin: auto;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-footer ul li img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer .chara {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    max-width: 80%;
    margin: auto;
  }
}

.l-footer .chara li {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .l-footer .chara li {
    width: 19%;
    margin: 0 20px 30px;
  }
}

.l-footer .chara li span {
  display: block;
  font-size: 0.9rem;
  color: #777;
  letter-spacing: -.01rem;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .l-footer .chara li span {
    font-size: 0.7rem;
  }
}

.l-footer .chara li:nth-child(2) {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .l-footer .chara li:nth-child(2) {
    width: 19%;
    margin: 0 10px 30px;
  }
}

.l-footer .chara li:nth-child(5) {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .l-footer .chara li:nth-child(5) {
    width: 19%;
    margin: 0 10px 30px;
  }
}

.l-footer .chara li:nth-child(6) {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .l-footer .chara li:nth-child(6) {
    width: 19%;
    margin: 0 10px 30px;
  }
}

.l-footer .chara li:nth-child(7) {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .l-footer .chara li:nth-child(7) {
    width: 19%;
    margin: 0 10px 30px;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer ul.friends {
    display: flex;
    justify-content: space-between;
  }
}

.l-footer ul.friends a {
  color: #777 !important;
}

.l-footer ul.friends li {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .l-footer ul.friends li {
    width: 18%;
    margin-bottom: 0;
  }
}

.l-footer ul.friends li span {
  font-size: 0.8rem;
  letter-spacing: -.01rem;
  margin-top: 20px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .l-footer ul.friends li span {
    font-size: 0.7rem;
  }
}

.l-footer ul.friends li:nth-child(1) {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .l-footer ul.friends li:nth-child(1) {
    width: 15%;
    margin: unset;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer ul.friends li:nth-child(2) {
    width: 15%;
  }
}

.l-footer ul.friends li:nth-child(3) {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .l-footer ul.friends li:nth-child(3) {
    width: 15%;
    margin: unset;
  }
}

.l-footer ul.friends li:nth-child(4) {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .l-footer ul.friends li:nth-child(4) {
    width: 15%;
    margin: unset;
  }
}

.l-footer ul.friends li:nth-child(5) {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .l-footer ul.friends li:nth-child(5) {
    width: 14%;
    margin: unset;
  }
}

ul.footer-nav {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

ul.footer-nav li {
  margin: 0 10px 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  ul.footer-nav li {
    font-size: 0.8rem;
    margin: 0 10px;
  }
}

ul.footer-nav a {
  color: #777 !important;
}

ul.footer-nav a:hover {
  color: #aaa !important;
}

.f-logo {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .f-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.f-logo img {
  display: block;
  margin: auto;
  height: auto;
  width: 78%;
}

img,
embed,
object,
audio,
video {
  vertical-align: middle;
}

.accommodations-wrap {
  max-width: 950px;
  padding: 0 25px 80px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#Sorry-msg {
  font-size: 1.5em;
  color: #bfbfbf;
  text-align: center;
  padding: 50px 0 100px;
}

#filter-wrap {
  padding: 0 !important;
  margin-bottom: 50px;
}

#search-result {
  padding: 0;
  position: relative;
  z-index: 10;
}

#search-result dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#search-result dt {
  width: 23%;
  font-size: 1.25em;
}

#search-result dd {
  width: 77%;
  font-size: .85em;
  padding: 15px 20px;
}

#search-result dd small,
#search-result dd strong {
  font-size: 1.6em;
  font-weight: 700;
  color: #fac400;
}

#filter01-wrap {
  margin: 15px auto;
  /* CHANGED */
  justify-content: center;
  /* CHANGED */
  /* border-bottom: 1px solid #666; */
  /* CHANGED */
  /* CHANGED */
  /*
    padding-bottom: 0!important;
    margin-bottom: 0!important
    */
}

.sort-filter-tit {
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #fff !important;
}

#meal-filter-wrap .sort-filter-tit,
#search-sort .sort-filter-tit {
  background-color: #2c353a;
  text-align: center;
  padding: 10px 10px 10px 0;
  /* CHANGED */
}

/* CHANGED */
/*
#search-sort {
    width: 44%;
    border-right: 1px solid #666
}
 /* CHANGED */
/*
#meal-filter-wrap {
    width: 56%;
    padding-left: 0!important 
}
*/
#meal-filter-wrap .filter-wrap .sort-item,
#search-sort .filter-wrap .sort-item {
  background-color: none !important;
  padding: 20px !important;
}

#property-filter {
  text-align: center;
  padding-bottom: 5px;
}

#property-filter .sort-filter-tit {
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 0 !important;
  color: #fff;
  background-color: #2c353a;
}

#property-filter .flex_box {
  font-size: 1.1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter-wrap .sort-item {
  padding: 15px 20px;
}

/* CHANGED */
/*
.filter-wrap .sort-item a:after {
    content: "|";
    color: #262626;
    margin-left: 10px
}
*/
#property-filter .property-filter-list {
  color: #ba2636;
  background-color: #f0d8da;
  padding: 10px 15px !important;
}

#property-filter .property-filter-list:hover {
  cursor: pointer;
}

.filter-wrap .sort-item a b {
  font-weight: 300;
}

#property-filter .property-filter-list.select-item {
  font-weight: 300;
  color: #fff !important;
  background-color: #ba2636;
}

.filter-wrap ul.flex_box li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: none !important;
}

.filter-wrap ul.flex_box li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.yado-property-wrap {
  font-weight: 700;
  margin-bottom: 40px;
}

.yado-property-wrap .yado-property {
  margin-right: 1em;
}

.yado-wrap-type_0 .yado-property:after {
  content: "RYOKAN style";
}

.yado-wrap-type_1 .yado-property:after {
  content: "HOTEL style";
}

.yado-wrap-type_2 .yado-property:after {
  content: "INN style";
}

.yado-wrap-type_3 .yado-property:after {
  content: "YOUTH HOSTEL style";
}

.yado-wrap-type_4 .yado-property:after {
  content: "UNIQUE style";
}

p.yado-property-wrap {
  background-color: #eaefe1;
  border: 1px solid #ccc;
  padding: 8px 5px !important;
}

.yado-property-map-text {
  background-color: #fffaf2;
  padding: 8px 5px 5px !important;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.yado-property-map-text a {
  font-weight: 700;
}

.yado-property-map0 {
  background: url(/lodging/img/icon_map_kinosaki.png) 50% no-repeat #fffaf2;
  background-size: auto;
}

.yado-property-map0,
.yado-property-map1 {
  padding-bottom: 145px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.yado-property-map1 {
  background: url(/lodging/img/icon_map_takeno.png) 50% no-repeat #fffaf2;
  background-size: auto;
}

.yado-property-map2 {
  background: url(/lodging/img/icon_map_toyooka.png) 50% no-repeat #fffaf2;
  background-size: auto;
}

.yado-property-map2,
.yado-property-map3 {
  padding-bottom: 145px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.yado-property-map3 {
  background: url(/lodging/img/icon_map_izushi.png) 50% no-repeat #fffaf2;
  background-size: auto;
}

.yado-property-map4 {
  background: url(/lodging/img/icon_map_kannabe.png) 50% no-repeat #fffaf2;
  background-size: auto;
}

.yado-property-map4,
.yado-property-map5 {
  padding-bottom: 145px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.yado-property-map5 {
  background: url(/lodging/img/icon_map_tanto.png) 50% no-repeat #fffaf2;
  background-size: auto;
}

.plan-list-box,
.room-list-box,
.yado-list-box {
  border-bottom: none !important;
  margin: 0 0 70px;
  -webkit-box-shadow: 0 0 15px #ccc;
  box-shadow: 0 0 15px #ccc;
  padding: 20px !important;
}

/* CHANGED */
/*#plan1*/
.plan-list-box {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  /* CHANGED */
}

.plan-list-info,
.room-list-info,
.yado-list-info {
  width: 63%;
}

div.plan-list-ph,
div.room-list-ph,
div.yado-list-ph {
  width: 33.333%;
  text-align: center;
}

div.plan-list-ph,
div.room-list-ph {
  margin-right: 30px;
}

div.yado-list-ph a:first-child {
  display: block;
  width: 100%;
}

div.yado-list-ph a:nth-child(2),
div.yado-list-ph a:nth-child(3) {
  display: block;
  width: 49%;
}

.plan-list-name h3,
.room-list-name h3,
.yado-list-name h3 {
  font-size: 1.4em;
}

.yado-list-name h3 {
  line-height: 1.1em;
}

dl.yado-list-plan {
  /*     border: 1px solid #999 */
}

.yado-list-plan dt {
  background-color: #c6b528;
  color: #000 !important;
  padding: 10px;
}

.yado-list-plan dd dt {
  background: none;
}

.yado-list-plan dd dt span {
  text-align: left;
  color: #ba2636;
}

.yado-list-plan dd dl {
  border-bottom: 1px dotted #666;
  background: #fffef8;
  padding: 5px 0 20px;
  background: #fafafa !important;
}

.yado-list-plan dd span.en-pdetail-tit {
  /*     display: block; */
  /*     width: 50%; */
  font-size: 1.1em;
}

.yado-list-plan dd span.en-pdetail-tit a {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 50px;
  color: #000000;
  text-decoration: underline;
}

.yado-list-plan dd span.en-pdetail-tit a:hover {
  color: #000000;
}

.yado-list-plan dd span.en-pdetail-btn {
  /*     font-size: 1.1em */
}

.resv_btnwrap {
  text-align: center;
}

.yado-list-plan dd span.en-pdetail-btn a,
.plan-list-box .btn-wrap a,
.room-list-box .btn-wrap a,
.rec_planbox .btn-wrap a,
#resv .resv_btn {
  display: inline-block;
  /*     font-size: 1.1em; */
  font-weight: 600;
  text-align: center;
  color: #fff !important;
  vertical-align: middle;
  background: #000000;
  /*     border: 1px solid #f24200!important; */
  padding: 10px 30px;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  border-radius: 100px;
  border: 3px solid #000000;
}

#resv .resv_btn {
  font-size: 1.1em;
  font-weight: normal;
}

#resv .resv_btn.back {
  background: #808080;
}

.yado-list-plan dd span.en-pdetail-btn a:hover {
  cursor: pointer;
}

#yado-list .yado-low-price {
  margin-bottom: 5px;
}

.yado-detail-link {
  position: relative;
  z-index: 1;
}

.yado-detail-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.yado-detail-link li {
  float: left;
}

.yado-detail-link li a {
  display: block;
  color: #fff;
  font-size: 1.1em;
  background: #ba2636;
  padding: 10px 25px !important;
  margin: 0 5px 15px 0;
}

@media only screen and (min-width: 768px) {
  .yado-detail-link li a {
    padding: 15px 25px !important;
  }
}

.yado-detail-link li a:hover {
  background: #000;
}

#yado-info {
  /*     margin-bottom: 15px */
}

#yado-info #yado-name h3 {
  font-size: 2.4em;
  margin: 0 .5em 0 0;
  display: inline;
  font-family: "Times New Roman", serif;
  font-weight: 500 !important;
}

#enyado_info_title,
.item-title {
  font-size: 1.6em;
  background-color: #01346d;
  padding: 15px 25px;
  margin-bottom: 30px;
  font-weight: 500;
}

#plan-ph-right,
#yado-info-phright {
  width: 65%;
}

#plan-ph-left,
#yado-info-phleft {
  width: 30%;
}

#yado-info2 {
  overflow: hidden;
}

#yado-ph2 ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#plan-ph li {
  width: 48%;
  margin-right: 2%;
  /* CHANGED */
  margin-bottom: 20px;
  list-style: none;
  /* CHANGED */
}

#yado-ph2 li {
  width: 48%;
  /* CHANGED */
  margin-right: 2%;
  /* CHANGED */
  margin-bottom: 20px;
}

.yado-info-room .plan-subnavi a:active,
.yado-info-room .plan-subnavi a:hover,
.yado-info-room .plan-subnavi a:link,
.yado-info-room .plan-subnavi a:visited {
  color: #709fa9;
  text-decoration: underline;
}

#plan-info-inner {
  height: auto !important;
}

#plan-info #plan-name {
  color: #ba2636;
}

#plan-info3 .item-title a {
  color: #fff;
}

p.plan-kubun,
p.plan-kubun1,
p.plan-kubun02,
p.plan-kubun3,
p.plan-kubun4,
p.plan-kubun-price {
  margin-top: 5px;
  border: 1px solid #e8c756;
  padding: 5px 10px;
  border-radius: 5px;
  background: #ffe794;
  text-align: left;
  /*     display: inline; */
  /*     line-height: 3em; */
  font-weight: 400;
  font-size: 1em;
}

p.plan-kubun-price {
  /*     color: $bColor; */
}

table.items_table p.plan-kubun-price {
  background: #fafafa !important;
}

p.plan-kubun {
  /*     display: inline-block */
}

.price-table-room-name p {
  margin-bottom: 5px !important;
}

p.plan-kubun-price {
  /*     display: inline-block */
}

/* CHANGED
.capacity {
    font-weight: 700
}
*/
.logged-in .page-title {
  color: #709fa9;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

p.go-plandetail a,
p.go-roomdetail a {
  background-color: #f24200 !important;
}

.price-table-room-name {
  width: 50%;
}

.price-table-room-name > a {
  font-size: 1.2em;
}

.pm-plan-yoyaku-btn a {
  background-color: #f24200 !important;
  padding: 15px 10px !important;
  font-size: 1.5em !important;
}

.btn.pm-plan-yoyaku-btn2 a {
  padding: 15px 9px;
}

.item-title a {
  color: #fff !important;
}

#meal-filter-wrap {
  float: left;
  padding-left: 20px;
  /* CHANGED */
  /*width: 70%*/
  /* CHANGED */
}

@media only screen and (max-width: 768px) {
  .accommodations-wrap {
    padding: 0 5% 30px;
  }
  #search-result dl.flex_box {
    display: block;
  }
  #search-result dt {
    width: 100%;
    font-size: 1.25em;
    text-align: center;
    padding: 10px 0 0;
    margin: 0;
  }
  #search-result dd {
    width: 100%;
    border-left: 0;
    padding: 5px 15px 10px;
  }
  #filter01-wrap,
  #search-sort {
    display: block;
    /* CHANGED */
    /*
        padding-bottom: 10px;
        margin-bottom: 15px;
        */
  }
  #meal-filter-wrap,
  #search-sort {
    width: 100%;
    border-right: 0 solid #666;
    padding-left: 0;
  }
  .yado-list-prop-info {
    float: left;
    width: 52%;
    text-align: left !important;
  }
  .yado-property-map-text {
    border: 1px solid #ccc;
    padding-bottom: 8px !important;
    margin-bottom: 10px !important;
  }
  .yado-property-map0,
  .yado-property-map1,
  .yado-property-map2,
  .yado-property-map3,
  .yado-property-map4,
  .yado-property-map5,
  .yado-property-map6,
  .yado-property-map7 {
    float: right;
    width: 45% !important;
    background-position: 100%;
    background-size: 100%;
    background-color: transparent !important;
    border: none;
    padding-bottom: 125px !important;
  }
  .yado-property-map0:after,
  .yado-property-map1:after,
  .yado-property-map2:after,
  .yado-property-map3:after,
  .yado-property-map4:after,
  .yado-property-map5:after,
  .yado-property-map6:after,
  .yado-property-map7:after {
    clear: both;
    display: block;
    content: "";
  }
  .yado-list-info {
    margin: 0 auto;
  }
  div.yado-list-ph {
    width: auto;
  }
  #enyado_info_title,
  .item-title {
    padding: 7px 10px 40px;
    background-color: #01346d;
  }
  .yado-detail-link ul {
    top: 45px;
  }
  #plan-ph.flex_box,
  #price-table01.flex_box,
  #yado-info2.flex_box {
    display: block;
  }
  #plan-ph-left,
  #plan-ph-right,
  #yado-info-phleft,
  #yado-info-phright,
  #yado-map #map,
  .item-box .left-box,
  .item-box .right-box {
    width: 100% !important;
  }
  #property-filter .flex_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #filter-wrap {
    padding: 15px 10px;
    margin-bottom: 30px;
    /* CHANGED */
  }
  .filter-wrap ul.flex_box li {
    margin-bottom: 10px;
  }
  #yado-info3 .checkin,
  #yado-info3 .checkout {
    width: auto;
    position: static;
    margin-bottom: 5px;
  }
  .item-box .left-box,
  .item-box .right-box {
    float: none;
    padding-left: 0;
    padding: 20px;
  }
  #price-table01 .room_img {
    width: 40%;
    float: left;
  }
  #price-table01 .price-table-room-name {
    width: 55%;
    float: right;
  }
  #price-table01 .pm-plan-yoyaku-btn2.btn,
  #price-table01 .pm-plan-yoyaku-btn.btn {
    clear: both;
    padding-top: 15px;
  }
  .yado-property-wrap {
    margin-bottom: 20px;
  }
  .yado-list-box {
    position: relative !important;
  }
  #yado2.yado-list-box,
  #yado3.yado-list-box,
  #yado8.yado-list-box,
  #yado14.yado-list-box,
  #yado22.yado-list-box,
  #yado52.yado-list-box,
  #yado76.yado-list-box,
  #yado84.yado-list-box {
    padding-top: 210px !important;
  }
  #yado110.yado-list-box {
    padding-top: 180px !important;
  }
  #yado149.yado-list-box {
    padding-top: 120px !important;
  }
  #plan1.plan-list-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  li.ratetype-filter-list {
    border-right: 1px solid #000 !important;
    display: inline-block;
  }
  .go-plandetail.btn a {
    width: auto !important;
  }
  .yado-list-plan dd dt span.en-pdetail-tit {
    width: 100%;
  }
  .yado-list-plan dd dt span.en-pdetail-tit a {
    font-weight: 700 !important;
    font-size: 1.1em !important;
    width: 90% !important;
    margin: 0 !important;
    padding: 5px 30px 5px 0 !important;
    /* background: url(/img/arrow_side.png) right 50% no-repeat !important; */
    display: block;
  }
  .yado-detail-link li {
    width: 32%;
    text-align: center;
  }
  .yado-list-plan dt {
    position: relative;
  }
  /* CHANGED */
  /* .yado-list-plan dd dt span.en-pdetail-btn a:hover {
        background: none!important;
        border: none!important;
        padding: 0!important
    }
    */
  dl.yado-list-plan dd {
    padding: 0;
    margin: 0;
  }
}

div#book_room {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body,
  html {
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
}

.clearfix {
  zoom: 1;
}

.f-fgeorgia {
  font-family: Georgia, Times New Roman, Times, serif;
}

.f-size10 {
  font-size: 10px;
}

.f-size14 {
  font-size: 14px;
}

.f-size16 {
  font-size: 16px;
}

.f-size18 {
  font-size: 18px;
}

.f-size21 {
  font-size: 21px;
}

.f-size24 {
  font-size: 24px;
}

.f-size32 {
  font-size: 32px;
}

.f-size48 {
  font-size: 48px;
}

.bold {
  font-weight: 700;
}

.pad-r10 {
  padding-right: 10px;
}

.pad-b10 {
  padding-bottom: 10px;
}

#header {
  height: 215px;
}

#home #header {
  height: 168px;
}

.header-inner {
  background-color: #fff;
}

#header-top {
  width: 1000px;
  margin: 0 auto;
  padding: 7px 0;
}

#logo {
  float: left;
  padding-top: 5px;
  position: relative;
}

#logo h1 {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}

#logo h1 a {
  background: url(../img/logo_header.png) 0 0 no-repeat;
  display: block;
  width: 262px;
  height: 62px;
}

#logo-cap {
  position: absolute;
  font-size: 11px;
  letter-spacing: -.001em;
  left: 75px;
  top: 45px;
}

#logo-subtit {
  border-top: 1px solid #666;
  margin-top: 3px;
  padding-top: 3px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 2px;
  color: #333;
}

#social-media {
  float: right;
  padding-top: 20px;
}

#social-media td {
  padding: 0 10px 0 0;
}

#social-media td#gs_tti50 {
  padding: 0 5px;
}

.pm-block-box .pm-block-text .gsc-wrapper .gsc-adBlock body #adBlock {
  display: none !important;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#___gcse_0 {
  float: left;
  width: 330px !important;
}

table#gs_id50 {
  margin-top: 5px;
}

#social-media .gsc-input-box {
  position: relative;
  border-radius: 4px;
  behavior: url(/css/PIE.htc);
  width: 200px;
  margin-left: 18px;
}

#header-mid {
  background-color: #2c353a;
  width: 100%;
  z-index: 4;
}

span.reserve-inquire-txt {
  font-size: 13px;
  color: #f44800;
}

span.reserve-attention-txt {
  font-size: 11px;
  color: gray;
}

.global-txt-link a {
  font-size: 13px;
  color: #000 !important;
}

td.reserve-inquire-wrap {
  text-align: right;
  border-right: 1px solid #999997;
  letter-spacing: 0;
}

td.global-wrap {
  padding-left: 10px !important;
}

.global-txt-link img {
  margin-left: 4px;
}

#___gcse_0 {
  margin-bottom: 10px;
}

.clear:after {
  clear: both;
  display: block;
  content: "";
}

#google_translate_element {
  float: right;
  vertical-align: middle;
  line-height: 25px;
  padding-top: 5px;
}

#global-navi {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  font-family: PTsans, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  letter-spacing: .1em;
  font-weight: lighter;
}

#global-navi a,
#global-navi a:hover {
  color: #fff;
  text-decoration: none;
}

#global-navi li,
#global-navi ul {
  margin: 0;
  padding: 0;
}

#global-navi li {
  float: left;
  list-style: none;
}

#global-navi li a {
  display: block;
  padding: 30px 25px;
}

#global-navi li a:hover,
body#home #global-navi li#m-home {
  background-color: #222b30;
}

#header-bottom {
  background-color: #f2f2f2;
  width: 100%;
  z-index: 4;
}

.header-shadow {
  position: relative;
  -webkit-box-shadow: 0 2px 3px #bababa;
  box-shadow: 0 2px 3px #bababa;
  behavior: url(/css/PIE.htc);
}

#room-search {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#home #room-search {
  display: none;
}

.rs-tit {
  float: left;
  background-color: #f24200;
  display: block;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  padding: 6px 30px 0;
  width: 130px;
  height: 27px;
  font-size: 14px;
}

table.rs-table {
  float: right;
  width: 790px;
  padding: 4px 10px;
  font-weight: 700;
}

table.rs-table td {
  font-size: 13px;
}

.find-room-date {
  width: 125px;
}

#StayNinzu,
.find-room-date {
  position: relative;
  border: 0;
  padding: 3px;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-align: center;
  color: #696969;
  border: 1px solid #ccc;
  margin: 0;
  border-radius: 4px;
  behavior: url(/css/PIE.htc);
}

#StayNinzu {
  width: 100px;
}

#room-search-btn,
#room-search-btn2 {
  width: 120px;
  height: 20px;
  font-size: 1.1em;
  color: #fff;
  border-style: none;
  cursor: pointer;
  border-radius: 100px;
  background: #FFFFFF;
  behavior: url(/css/PIE.htc);
  transition: .3s;
  color: #709fa9;
  border: 3px solid #709fa9;
}

#room-search #room-search-btn {
  height: 23px;
}

body #ui-datepicker-div {
  z-index: 2 !important;
}

.common-bg {
  background: url(../img/bg.jpg) 50% repeat;
  padding: 30px 0 60px;
}

#slide-welcome-wrap {
  background: url(../img/welcome_bg2.jpg) 50% no-repeat;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  position: relative;
}

#main-slideshow {
  width: 100%;
  text-align: center;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#css-slideshow {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  position: relative;
}

.cb-slideshow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
}

.cb-slideshow ul {
  margin: -10px auto 0;
  padding: 0;
}

.cb-slideshow li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-animation: a 20s linear infinite 0s;
  animation: a 20s linear infinite 0s;
}

.cb-slideshow li:first-child span {
  background-image: url(/img/tulip.jpg);
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.cb-slideshow li:nth-child(2) span {
  background-image: url(/img/slide_sakura01.jpg);
}

@-webkit-keyframes a {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  10% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes a {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  10% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

.cb-slideshow li div {
  z-index: 2;
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 100%;
  text-align: right;
  opacity: 0;
  color: #fff;
  -webkit-animation: b 20s linear infinite 0s;
  animation: b 20s linear infinite 0s;
  font-family: BebasNeueRegular, Arial Narrow, Arial, sans-serif;
  font-size: 18px;
  padding: 0;
  line-height: auto;
}

.cb-slideshow li:nth-child(2) div {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

@-webkit-keyframes b {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes b {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}

#welcome-wrap {
  padding: 0;
}

#welcome-wrap-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 120px;
  position: relative;
}

#welcome-message {
  width: 760px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 100px 120px 0;
}

#welcome-tit h2 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: .15em;
  line-height: 1.4;
}

#welcome-subtit h2,
#welcome-tit h2 {
  font-family: Georgia, Times New Roman, Times, serif;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 15px #141414;
}

#welcome-subtit h2 {
  font-weight: lighter;
  font-size: 21px;
  letter-spacing: .1em;
}

#slide-img-txt {
  font-family: Verdana, Geneva, "sans-serif";
  position: absolute;
  right: 15px;
  bottom: 20px;
  opacity: .7;
  font-style: italic;
}

#slide-img-txt dl {
  text-align: right;
}

#slide-img-txt dt {
  font-weight: 500;
  font-size: 13px;
  text-shadow: 0 0 5px #141414;
}

#slide-img-txt dd {
  font-size: 11px;
  text-shadow: 0 0 5px #141414;
}

.main-search {
  background: rgba(255, 255, 255, 0.7);
  padding: 13px;
  width: 570px;
  margin: 20px auto;
  border-radius: 4px;
  -webkit-border-radus: 4px;
  -moz-border-radius: 4px;
}

.main-search input,
.main-search select {
  border: none;
  font-weight: 700;
  height: 35px;
  font-size: 13px;
  color: #4d4d4d;
  border-radius: 4px;
  background: #fff;
}

.main-search input {
  width: 120px !important;
  text-align: center;
}

.main-search select {
  width: 120px !important;
  border: none;
  font-weight: 700;
  height: 41px;
  font-size: 15px;
  color: #4d4d4d;
  padding-left: 5px;
}

.main-search select option {
  padding: 5px 0;
}

.main-search div {
  float: left;
  margin-left: 12px;
}

.search-icon {
  padding-top: 10px;
  margin-left: 7px !important;
}

select#check-in,
select#check-out {
  width: 140px;
}

.find-btn input {
  background: #f14200;
  color: #fff;
  font-size: 1.1em;
  height: 41px;
  cursor: pointer;
}

.theme-default #slider2.nivoSlider {
  border: 3px solid #fff;
}

.theme-default #slider2 .nivo-controlNav {
  display: block !important;
  text-align: center;
  padding: 20px 0;
}

#onsen-photos .theme-default:hover .nivo-directionNav a,
#onsen-photos .theme-default a.nivo-nextNav,
#onsen-photos .theme-default a.nivo-prevNav {
  display: none;
}

#slider2 {
  height: 190px;
  width: 320px;
  position: relative;
  padding: 0;
  margin: 0 auto;
}

ul.bjqs-controls li a {
  display: block;
  position: absolute;
  text-transform: uppercase;
}

#top-onsen-intro {
  padding: 0 0 0 90px;
}

.top-onsen-map {
  float: left;
}

#onsen-photos {
  float: right;
  padding: 10px 90px 0 0;
  position: relative;
}

.onsen-circle-link a {
  position: absolute;
  top: 55px;
  right: 40px;
  z-index: 3 !important;
}

#top-howto-bnr-outter h4 {
  text-align: center;
  margin: 0;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: .1em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
}

#top-howto-bnr-outter {
  width: 1000px;
  margin: 0 auto;
}

.top-howto-bnr a {
  display: block;
  float: left;
  margin: 0 auto;
  text-decoration: none;
}

.top-howto-bnr a:hover {
  opacity: .9;
}

.top-howto-bnr a dl {
  color: #fff;
}

.top-howto-bnr a dt {
  font-weight: 700;
  font-size: 21px;
  margin: 0;
  padding: 0;
}

.top-howto-bnr a dd {
  font-size: 13px;
  margin: 0;
  padding: 0;
}

#top-bnr-onsen a {
  position: relative;
  background: url(/img/bnr_top_onsen.png) 0 0 no-repeat;
  padding: 180px 5px 0;
  width: 320px;
  height: 90px;
}

#onsen-pic {
  position: absolute;
  top: 160px;
  left: 10px;
}

#top-bnr-onsen a dl {
  background-color: #86c200;
  padding: 5px 20px 10px 60px;
}

#top-bnr-yukata a {
  position: relative;
  background: url(/img/bnr_top_yukata.png) 0 0 no-repeat;
  padding: 180px 5px 0;
  width: 320px;
  height: 90px;
}

#yukata-pic {
  position: absolute;
  top: 160px;
  left: 10px;
}

#top-bnr-yukata a dl {
  background-color: #1cc5de;
  padding: 5px 20px 10px 60px;
}

#top-bnr-ryokan a {
  background: url(/img/bnr_top_ryokan.png) 0 0 no-repeat;
  padding: 180px 5px 0;
  width: 320px;
  height: 90px;
}

#top-bnr-ryokan a dl {
  background-color: #c9171e;
  padding: 5px 20px 10px;
}

#smatra-top {
  background-color: #e5e5e5;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 10px #000;
  box-shadow: 3px 3px 10px #000;
  behavior: url(/css/PIE.htc);
}

#smatra-top-inner {
  padding: 30px 0 40px;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#smatra-top-inner h4 {
  text-align: center;
  margin: 0;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: .1em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
}

#smatra-slideshow {
  width: 1000px;
  margin: 0 auto 30px;
}

#tour-slide-controls .prev {
  left: 0;
}

#tour-slide-controls .next,
#tour-slide-controls .prev {
  position: absolute;
  top: 170px;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}

#tour-slide-controls .next {
  right: 0;
}

#tour-slide-controls img {
  border: none;
}

.carousel {
  width: 920px !important;
  height: 380px;
  overflow: hidden;
  margin: 0 auto;
}

.carousel ul {
  position: relative;
  margin: 0;
  padding: 0;
}

.carousel li {
  list-style: none;
  float: left;
  width: 285px;
  height: 380px;
  margin-right: 15px;
  background-color: #fff;
  padding: 5px 5px 15px;
  border-radius: 5px;
  behavior: url(/css/PIE.htc);
}

.tour-img {
  margin-bottom: 15px;
}

.carousel li dl {
  padding: 0 5px;
  margin-bottom: 20px;
}

.carousel dt {
  font-size: 18px;
  font-weight: 700;
  color: #222b30;
  padding: 0 0 3px;
  margin: 0 0 10px;
  border-bottom: 1px solid #989898;
}

.carousel dd {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.carousel dd.tour-price {
  font-weight: 700;
  font-size: 10px;
}

.tour-button {
  margin: 0 auto;
  width: 197px;
  vertical-align: bottom;
}

#top-map-wrap {
  background: url(../img/map_bg.jpg) top repeat-x;
  margin: 0;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  behavior: url(/css/PIE.htc);
}

#top-map-inner {
  background: url(../img/japan_map.png) top no-repeat;
  padding: 30px 0 50px;
  width: 1000px;
  margin: 0 auto;
}

#top-map-tit {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 38px;
  margin: 0 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#top-map-inner {
  position: relative;
}

#top-map-inner h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.top-travel-times {
  float: left;
  margin-top: 20px;
  padding-left: 20px;
}

.top-travel-note {
  color: #fff;
  padding-left: 150px;
  font-size: 10px;
}

.top-travel-times dl {
  width: 350px;
  margin: 0;
  padding: 0;
}

.top-travel-times dt {
  float: left;
  background: none;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.top-travel-times dd {
  float: right;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 6px 0 0;
  font-size: 18px;
  line-height: 0;
}

.top-travel-times dd p {
  background-color: #4fc8ff;
  line-height: 18px;
  margin: 0;
  padding: 10px;
  border-radius: 3px;
  behavior: url(/css/PIE.htc);
}

.top-travel-times dl#tt-kyoto dt {
  background: url(../img/icon_kyoto.png) 0 no-repeat;
  padding-left: 44px;
}

.top-travel-times dl#tt-kyoto dd {
  width: 205px;
}

.top-travel-times dl#tt-osaka dt {
  background: url(../img/icon_osaka.png) 0 no-repeat;
  padding-left: 44px;
}

.top-travel-times dl#tt-osaka dd {
  width: 205px;
}

.top-travel-times dl#tt-kobe {
  width: 320px;
}

.top-travel-times dl#tt-kobe dt {
  background: url(../img/icon_kobe.png) 0 no-repeat;
  padding-left: 44px;
}

.top-travel-times dl#tt-kobe dd {
  width: 175px;
}

.top-travel-times dl#tt-himeji {
  width: 290px;
}

.top-travel-times dl#tt-himeji dt {
  background: url(../img/icon_himeji.png) 0 no-repeat;
  padding-left: 44px;
}

.top-travel-times dl#tt-himeji dd {
  width: 145px;
}

.map-travel-icon {
  position: absolute;
  top: 140px;
  left: 425px;
}

.map-side-links {
  float: right;
  padding-top: 60px;
  padding-right: 20px;
}

.map-side-links ul {
  margin: 0;
  padding: 0;
}

.map-side-links li {
  margin: 0 0 1px;
  padding: 5px 10px 5px 65px;
  list-style: none;
}

.map-side-links li:hover {
  background-color: #1b2226 !important;
}

.map-side-links li a {
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
}

.map-side-links li .msl-arrow {
  background: url(../img/arrow03.png) 100% no-repeat;
  padding-right: 80px;
}

.map-side-links li a:hover {
  color: #ccc;
}

.map-side-links li.access-icon01 {
  background: url(../img/icon_access01.gif) 0 no-repeat #222b30;
}

.map-side-links li.access-icon02 {
  background: url(../img/icon_access02.gif) 0 no-repeat #222b30;
}

.map-side-links li.access-icon03 {
  background: url(../img/icon_access03.gif) 0 no-repeat #222b30;
}

.map-side-links li.access-icon04 {
  background: url(../img/icon_weather01.gif) 0 no-repeat #222b30;
}

#rec-itin-wrap,
#top-explore-inner {
  width: 1000px;
  margin: 0 auto;
}

#top-explore-inner {
  margin-bottom: 30px;
}

#top-explore-inner h4 {
  text-align: center;
  font-size: 32px;
}

#rec-itin-wrap h4,
#top-explore-inner h4 {
  margin: 0;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #4d4d4d;
  font-weight: 400;
  letter-spacing: .1em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
}

#rec-itin-wrap h4 {
  font-size: 26px;
}

.image-overlay01,
.image-overlay02 {
  position: relative;
}

.image-overlay01 img {
  border: 5px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  behavior: url(/css/PIE.htc);
}

.image-cover-text {
  position: absolute;
  background: url(../img/trans_bg.png) 50% repeat;
  color: #fff;
}

.arrow-link01 {
  background: url(../img/arrow04.png) 100% no-repeat;
  padding: 20px;
}

.arrow-link02 {
  background: url(../img/arrow05.png) 100% no-repeat;
  padding: 8px 0;
}

#top-explore-inner .image-cover-text {
  bottom: 10px;
  left: 5px;
  width: 465px;
  height: 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  padding-right: 10px;
}

#rec-itin-wrap table,
#top-explore-inner table {
  width: 990px;
  margin: 0 auto;
}

#rec-itin-tit {
  position: relative;
}

#rec-itin-tit a img {
  position: absolute;
  right: 5px;
  bottom: 10px;
}

#rec-itin-wrap .image-cover-text {
  bottom: 5px;
  left: 5px;
  width: 300px;
  height: 70px;
  padding-right: 10px;
}

#rec-itin-wrap .image-cover-text dl {
  padding: 0 0 10px 10px;
}

#rec-itin-wrap .image-cover-text dd,
#rec-itin-wrap .image-cover-text dt {
  margin: 0;
  padding: 0;
}

#rec-itin-wrap .image-cover-text dt {
  font-weight: 700;
  font-size: 18px;
}

#rec-itin-wrap .image-cover-text dd {
  font-size: 11px;
}

#top-stay-wrap {
  background: url(../img/stay_bg.jpg) 50% no-repeat;
  background-size: 100%;
  padding: 30px 0 50px;
}

#top-stay-inner {
  width: 1000px;
  margin: 0 auto;
}

#top-stay-tit {
  text-align: center;
  font-size: 38px;
  font-family: Georgia, Times New Roman, Times, serif;
  border-bottom: 1px solid #fff;
  padding: 5px;
  margin-bottom: 5px;
  color: #fff;
}

#top-stay-inner h4 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

#room-form {
  float: left;
  width: 205px;
  min-height: 246px;
  background-color: #efefeb;
}

#room-form dl {
  margin: 0;
  padding: 0;
}

#room-form dt {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  font-size: 20px;
  margin: 0;
}

#room-form dd {
  padding: 5px 20px;
  margin: 0;
}

#room-form dd p {
  margin: 0 0 5px;
  padding: 0;
}

#room-form .find-room-date {
  width: 157px;
  padding: 6px 3px;
}

#room-form select {
  width: 100px;
  height: 24px;
  border-radius: 4px;
  color: #4d4d4d;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 3px;
}

.room-search-btn {
  padding: 0;
  text-align: center;
}

#room-form #room-search-btn2 {
  width: 165px;
  height: auto;
  padding: 5px 0;
}

#stay-img {
  float: left;
  width: 480px;
}

#stay-side-links {
  float: left;
  width: 315px;
}

#stay-side-links ul {
  margin: 0 0 0 2px;
  padding: 0;
}

#stay-side-links li {
  margin: 0 0 2px;
  padding: 0 10px 0 0;
  list-style: none;
  font-size: 14px;
  line-height: 14px;
}

#stay-side-links li:hover {
  background-color: #222 !important;
}

#stay-side-links li a {
  background: url(../img/arrow03.png) 100% no-repeat;
  padding: 23px 10px 23px 70px;
  color: #fff;
  text-decoration: none;
  display: block;
}

#stay-side-links li#stay-icon01 {
  background: url(../img/icon_stay01.gif) 0 0 no-repeat #1a1a1a;
}

#stay-side-links li#stay-icon02 {
  background: url(../img/icon_stay02.gif) 0 0 no-repeat #1a1a1a;
}

#stay-side-links li#stay-icon03 {
  background: url(../img/icon_stay03.gif) 0 0 no-repeat #1a1a1a;
}

#stay-side-links li#stay-icon04 {
  background: url(../img/icon_stay04.gif) 0 0 no-repeat #1a1a1a;
}

#top-sozoro {
  background: url(/common/img_sozoro/top_sozoro_bg.jpg) 50% no-repeat;
  background-size: cover;
  padding: 30px 0 50px;
}

#top-sozoro-inner {
  width: 1000px;
  color: #fff;
  margin: 0 auto;
}

#top-sozoro-inner h4 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}

#top-sozoro-content {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#top-sozoro-content,
#top-sozoro-content-r {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}

#top-sozoro-logo {
  text-align: center;
  margin-bottom: 5px;
}

#top-sozoro-logo img {
  height: 62px;
}

#top-sozoro_img-wrap {
  text-align: center;
  margin-bottom: 0;
}

#top-sozoro_img-wrap img {
  width: 18%;
  margin: 0 2%;
}

#top-sozoro-content-r a {
  width: 58%;
  font-size: .8em;
  color: #052b5c;
  font-family: Georgia, Times New Roman, Times, serif;
  text-align: center;
  background: url(//visitmiyama.com/img/arrow03_blue.png) 95% no-repeat #fff;
  padding: 15px 20px 15px 0;
  float: right;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

#top-sozoro-content-r a span {
  font-size: 2em;
}

#top-sozoro-content-r a:hover {
  color: #fff;
  background: url(//visitmiyama.com/img/arrow03.png) 95% no-repeat #f24200;
}

#travel-th-inner {
  width: 1000px;
  margin: 0 auto;
}

#travel-th-inner h4 {
  font-weight: 700;
  font-size: 32px;
  font-family: Georgia, Times New Roman, Times, serif;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
  color: #333;
  letter-spacing: .1em;
}

.white-bg {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  behavior: url(/css/PIE.htc);
}

.travel-th-tit {
  font-size: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
}

#travel-th-left {
  float: left;
}

#top-season {
  width: 450px;
  padding: 20px;
}

#travel-th-left td {
  text-align: left;
  vertical-align: middle;
}

#travel-th-left .image-cover-text {
  bottom: 0;
  left: 0;
  width: 200px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 10px;
  letter-spacing: .1em;
}

#travel-th-right {
  float: right;
}

#top-temps {
  padding: 20px;
  margin-bottom: 20px;
}

#top-temps .travel-th-tit {
  letter-spacing: -1px;
  position: relative;
}

#top-temps .travel-th-tit a img {
  position: absolute;
  right: 0;
  bottom: 10px;
}

#top-temps .travel-th-tit a img:hover {
  opacity: .8;
}

#top-insider {
  padding: 20px;
}

#top-insider .travel-th-tit {
  margin-bottom: 16px;
}

#top-insider dd,
#top-insider dl {
  margin: 0;
  padding: 0;
  text-align: center;
}

#top-insider dt {
  margin: 0 0 10px;
  padding: 5px 0 0;
}

#top-insider dd {
  letter-spacing: -1px;
  font-weight: 700;
}

#top-insider dt.th-icon-pad {
  margin-bottom: 5px;
  padding-top: 0;
}

#top-insider dd a {
  color: #333;
  text-decoration: none;
}

#top-insider dt a img:hover {
  opacity: .8;
}

#top-insider dd a:hover {
  color: #f24200;
  text-decoration: none;
}

#news-tit-bg {
  background: url(../img/news_tit_bg.jpg) 50% no-repeat;
  background-size: 100%;
}

#news-tit-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

#news-tit-inner dl {
  margin: 0;
  padding: 0;
}

#news-tit-inner dt {
  font-size: 32px;
  font-family: Georgia, Times New Roman, Times, serif;
  margin: 0;
  padding: 0;
  font-weight: 700;
  letter-spacing: .1em;
}

#news-tit-inner dd {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

#news-media-contents {
  width: 1000px;
  margin: 0 auto;
}

#fb-likebox {
  float: left;
  width: 480px;
  padding: 10px;
}

#news-media-right {
  float: right;
  width: 490px;
}

#events-wrap,
#instagram-wrap,
#town-news-wrap {
  padding: 15px 20px 20px;
  margin-bottom: 10px;
}

.nm-tit {
  font-size: 22px;
  letter-spacing: .1em;
  padding-bottom: 5px;
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
  line-height: 22px;
}

#events-wrap {
  float: left;
  width: 200px;
}

#instagram-wrap {
  float: right;
  width: 200px;
}

ul#instafeed {
  margin: 0 auto;
  padding: 0;
}

ul#instafeed li {
  float: left;
  width: 47%;
  margin: 2px;
  padding: 0;
  list-style: none;
}

ul#instafeed li img {
  width: 100%;
  vertical-align: middle;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 atuo;
}

.top-events-box {
  border-bottom: 1px dotted #ccc;
  width: 190px;
  margin: 0 auto 10px;
  padding-bottom: 6px;
}

.top-event-img {
  width: 190px;
  height: 70px;
  text-align: center;
}

.top-event-img img {
  max-width: 190px;
  max-height: 70px;
}

.top-event-tit {
  margin-top: 5px;
  font-size: 12px;
}

.top-event-tit a {
  color: #333;
  text-decoration: none;
}

.top-event-tit a:hover {
  color: #f24200;
}

.btn-see-more01 {
  text-align: right;
  padding: 15px 0 20px;
}

.town-news-img {
  float: left;
  width: 120px;
  margin-right: 10px;
}

.town-news-img img {
  max-width: 120px;
  max-height: 85px;
}

.town-news-text {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}

.town-news-text a {
  color: #f24200;
}

#fb-like-share-box {
  background-color: #cc972d;
}

#fb-like-share-box-inner {
  padding: 10px 20px 20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: 400;
  width: 950px;
  margin: 0 auto;
}

#fb-like-share-box p {
  margin-bottom: 20px;
}

#fb-like-shar-btns {
  width: 627px;
  margin: 0 auto;
}

#fb-like-position a {
  background: url(../img/bubble_likeus.gif) left 5px no-repeat;
  width: 131px;
  float: left;
  padding-left: 144px;
}

#fb-share-position {
  background: url(../img/bubble_share.gif) right 5px no-repeat;
  width: 143px;
  padding-right: 199px;
  float: right;
}

#footer,
#footer a {
  color: #fff;
  text-decoration: none;
}

.footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

#footer-sec01 {
  background-color: #2c353a;
}

#footer-banners {
  background-color: #222b30;
}

#footer-sec02 {
  background-color: #172024;
  padding-bottom: 15px;
}

#footer-sec03 {
  background-color: #f24200;
}

#footer-logo {
  float: left;
  margin: 0;
  padding: 0 0 15px;
}

#footer-social {
  float: right;
  padding: 10px 0 0;
}

#footer-social ul {
  margin: 0;
  padding: 0;
}

#footer-social li {
  float: left;
  margin: 0;
  padding: 0 5px 15px 0;
  list-style: none;
  line-height: 0;
}

.footer-tit {
  font-size: 16px;
  border-bottom: 1px solid #535c61;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#banner-list:after {
  clear: both;
  display: block;
  content: "";
}

#banner-list ul {
  padding: 15px 0;
  margin: 0 auto;
}

#banner-list li {
  text-align: center;
  float: left;
  margin: 0 15px;
  list-style: none;
  padding: 0;
}

#banner-list li a {
  vertical-align: middle;
}

#banner-list td {
  text-align: center;
  padding: 10px;
}

#footer-menu {
  margin-bottom: 30px;
  font-size: 10px;
}

#footer-menu ul {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}

#footer-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer-menu a {
  display: block;
}

#footer-menu a:hover {
  color: #ccc;
}

#footer-contact dt.menu-tit,
#footer-menu ul li.menu-tit {
  border-bottom: 1px dotted #c5d1d9;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#footer-contact {
  float: left;
  border-right: 1px solid #535c61;
  padding-bottom: 22px;
}

#footer-contact dl {
  float: left;
  margin: 0 15px 0 0;
  font-size: 11px;
}

#footer-contact dd {
  margin: 0;
  padding: 0;
  line-height: 1.8em;
}

.inquire-btn {
  float: right;
  margin-left: 20px;
}

#footer-social {
  float: left;
  margin: 0;
  padding: 8px 0 0;
}

.qr-code-wrap,
.social-wrap {
  float: right;
}

iframe[name=google_conversion_frame] {
  position: absolute;
  max-height: 0 !important;
}

#contact-us {
  margin-top: 5px;
}

#contact-us a {
  position: relative;
  display: block;
  background-color: #f24200;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 4px;
  behavior: url(/css/PIE.htc);
}

#footer-sec03 {
  text-align: center;
  font-size: 10px;
}

#footer-sec03 .footer-inner {
  padding: 10px 0;
}

#sp-qr-code {
  width: 280px;
  background-color: #535c61;
  margin-top: 15px;
}

#sp-qr-code img {
  width: 80px;
}

#sp-qr-code table {
  padding: 5px 10px;
}

#sp-qr-code td {
  padding: 0 0 0 10px;
  color: #f2f2f2;
  font-size: 10px;
  text-align: left;
  vertical-align: middle;
}

#qr-tit {
  font-weight: 700;
  border-bottom: 1px dotted #f1f1f1;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#footer-post {
  position: relative;
  float: left;
  width: 430px;
  font-size: 10px;
  padding: 0 10px 40px;
  border-right: 1px solid #535c61;
}

#footer-post a {
  color: #f24200;
  text-decoration: underline;
}

#footer-post-tit {
  font-size: 12px;
  border-bottom: 1px dotted #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#footer-post textarea {
  position: relative;
  width: 420px;
  border-radius: 5px;
  behavior: url(/css/PIE.htc);
}

#post-note {
  float: left;
  font-size: 9px;
  width: 350px;
}

#msg {
  width: 400px;
  height: 3em;
  margin: 5px auto;
}

#send_msg {
  position: relative;
  float: right;
  background-color: #f24200;
  width: 50px;
  padding: 3px 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  behavior: url(/css/PIE.htc);
}

#send_msg:hover {
  background-color: #fff;
  color: red;
}

#send_load_img {
  position: absolute;
  display: none;
  bottom: 10px;
  right: 30px;
}

.global_btn {
  margin-top: 10px;
}

span.global-txt-link {
  letter-spacing: .5px;
}

#faq-link-box {
  padding: 20px 80px 35px;
  text-align: center;
  color: #804300;
  background-color: #fff6ed;
  border: 1px solid #e7ddcb;
}

#faq-link-box p {
  margin-bottom: 20px;
}

#faq-link-btn a {
  color: #fff;
  background-color: #ee3d00;
  display: block;
  padding: 30px 0;
  width: 520px;
  margin: 0 auto;
  font-size: 18px;
}

#faq-link-btn a:hover {
  background-color: #e53205;
}

#faq-link-btn a span {
  background: url(/common/img_contact/contact_arrow.png) 100% no-repeat;
  padding-right: 30px;
  padding-bottom: 2px;
}

.contact-table {
  margin-bottom: 30px;
}

.contact-table td,
.contact-table th {
  text-align: left;
  padding: 20px;
}

.contact-table th {
  background-color: #222b30;
  color: #fff;
  width: 180px;
  border-bottom: 1px solid #3a464d;
}

.contact-table td {
  background-color: #e8dccc;
  border-bottom: 1px solid #c7b299;
  font-size: 11px;
}

.contact-table input {
  height: 25px;
}

.contact-table input,
.contact-table textarea {
  position: relative;
  border-radius: 5px;
  behavior: url(/css/PIE.htc);
}

#check_btn,
#send_btn,
#wirite_btn {
  position: relative;
  cursor: pointer;
  border: none;
  background-color: #f24200;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  behavior: url(/css/PIE.htc);
}

.required {
  color: #f24200;
}

input {
  padding: 0 5px;
}

textarea {
  padding: 5px;
}

#wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 100px;
}

body.second {
  background: url(/img/bg.jpg) 50% repeat;
  font-size: 12px !important;
}

.orange {
  color: #f24200;
}

.pm-C12 .pm-block.pm-block00 {
  margin: 0;
  padding-bottom: 30px;
}

.pm-C12 .pm-block.pm-block05 {
  margin: 0;
  padding: 0;
}

.pm-C12 .pm-block.pm-block00 p {
  margin-top: 0;
}

.title-center30px {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 30px;
  padding: 20px 0 10px;
  text-align: center;
}

#page-search-box {
  background: #333;
  padding: 10px 50px 30px;
}

#page-search-box h4 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-family: Georgia, Times New Roman, Times, serif;
  margin: 0 0 15px;
}

#search-box {
  background: #b3b3b3;
  padding: 20px 30px;
}

.rs-table2 td {
  font-size: 1.2em;
  vertical-align: bottom;
}

.rs-table2 td .find-room-date {
  padding: 10px;
  width: auto;
}

.rs-table2 td #StayNinzu-bottom {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #696969;
  font-family: Arial, sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 9px;
  text-align: center;
}

.rs-table2 td #room-search-bottom-btn {
  font-size: 1.2em;
  height: 40px;
  width: 150px;
  float: right;
  background-color: #f24200;
  border-radius: 4px;
  border-style: none;
  color: #fff;
  cursor: pointer;
  position: relative;
}

#top_contents p {
  margin-bottom: 15px;
}

#top_contents #michelin {
  border: 1px solid #ada06d;
  padding: 20px;
  margin-bottom: 15px;
  color: #5c6139;
  font-size: 13px;
}

#top_contents #michelin .michelin-tit {
  background: url(../img/michelin_tit.gif) 0 0 no-repeat;
  height: 48px;
  width: 487px;
  padding: 0 0 15px;
  text-indent: -9999px;
}

#top_contents #michelin td img {
  padding: 0 0 0 10px;
  width: 95px;
}

#search-box-map {
  width: 258px;
  height: 90px;
  padding: 20px 15px 0;
  position: relative;
  float: left;
}

#home #search-box-map {
  width: 223px;
  height: 104px;
  padding: 12px 15px 0;
}

#search-box-condition dd {
  font-size: 12px;
  line-height: 1.3em;
}

#search-box-map dd {
  font-size: 12px;
  line-height: 1.2em;
}

#search-box-map dt {
  display: block;
  width: 101px;
  height: 20px;
  background: url(../img/search_map_tit.gif) 0 0 no-repeat;
  margin-bottom: 3px;
  text-indent: -9999px;
}

#search-box-condition dd {
  position: absolute;
  top: 14px;
  left: 160px;
}

#search-box-condition form .search-item {
  font-size: 13px;
  padding: 4px 0;
}

#home #search-box-condition form .search-item {
  padding: 5px 0;
}

#home #search-box-condition form b {
  margin-left: 8px;
}

#search-box-condition form select {
  margin-left: 2px;
  margin-right: 2px;
}

#home #search-box-condition form select {
  margin-left: 5px;
  margin-right: 3px;
}

#content a:hover img {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80) ”;
}

#content {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
}

#column-main {
  width: 1000px;
  padding: 0 0 50px;
}

#home #column-main {
  padding-bottom: 10px;
}

#map-content #column-main {
  width: 970px;
}

#column-main-inner {
  margin: 0 auto;
}

#column-side {
  width: 240px;
  float: left;
}

#yado-list-top {
  width: 690px;
  margin: 40px auto 0;
  position: relative;
}

#yado-list-top dt {
  font-size: 12px;
  color: #332f17;
  line-height: 28px;
  padding: 3px 15px 0;
}

#yado-list-top dd {
  display: block;
  float: left;
  width: 220px;
}

#yado-list-top dd ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#yado-list-top dd ul li {
  font-size: 10px;
  color: #555;
  line-height: 1.4em;
}

#yado-list-top a {
  color: #709fa9;
}

#yado-list-top a:hover {
  font-weight: 700;
}

#yado-list-top .gomap {
  font-size: 10px;
  color: #555;
  line-height: 1.4em;
  text-align: right;
  position: absolute;
  top: 15px;
  right: 0;
}

.yado-list-top01,
.yado-list-top02,
.yado-list-top03 {
  margin-left: 10px;
}

.yado-wrap-type_0 .yado-property:before {
  content: "RYOKAN style";
  background-color: #eaeee1;
  border: 1px solid #7c8a4f;
  color: #7c8a4f;
  border-radius: 5px;
}

.yado-wrap-type_0 .yado-property:before,
.yado-wrap-type_1 .yado-property:before {
  line-height: 15px;
  padding: 5px;
  text-align: center;
  font-family: Georgia, Times New Roman, Times, "serif";
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.yado-wrap-type_1 .yado-property:before {
  content: "HOTEL style";
  background-color: #dce7e9;
  border: 1px solid #3b5e66;
  color: #3b5e66;
  border-radius: 5px;
}

.yado-wrap-type_2 .yado-property:before {
  content: "INN style";
  background-color: #f7e0d9;
  border: 1px solid #bb5730;
  color: #bb5730;
  border-radius: 5px;
  line-height: 15px;
}

.yado-wrap-type_2 .yado-property:before,
.yado-wrap-type_3 .yado-property:before {
  padding: 5px;
  text-align: center;
  font-family: Georgia, Times New Roman, Times, "serif";
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.yado-wrap-type_3 .yado-property:before {
  content: "YOUTH HOSTEL style";
  background-color: #faf5e5;
  border: 1px solid #d4b965;
  color: #d4b965;
  border-radius: 5px;
  line-height: 13px;
}

.yado-wrap-type_4 .yado-property:before {
  content: "UNIQUE style";
  background-color: #e9d7be;
  border: 1px solid #916200;
  color: #916200;
  border-radius: 5px;
  line-height: 15px;
  padding: 5px;
  text-align: center;
  font-family: Georgia, Times New Roman, Times, "serif";
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

#property-filter {
  position: relative;
  border: 1px solid #2c353a;
  margin-bottom: 10px;
  background-color: #fff;
}

#property-filter:after {
  clear: both;
  display: block;
  content: "";
}

#property-filter-tit {
  background-color: #2c353a;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

#property-filter ul {
  margin: 0;
  padding: 1px 0 0 5px;
}

#property-filter li {
  font-size: 11px;
  padding: 10px 6px;
  display: inline-block;
}

#property-filter li:hover {
  background-color: #f7dc79;
}

.property-filter-list {
  list-style: none;
  float: left;
  padding: 2px;
  margin: 2px;
  background-color: #f7efc8;
  cursor: pointer;
}

#property-filter .select-item {
  background-color: #f7dc79 !important;
}

#or-option {
  text-align: center;
  font-style: italic;
  font-weight: 600;
  font-size: 1.6em;
  color: #2c353a;
  margin-bottom: 15px;
}

.yado-property {
  width: 170px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin: 20px auto;
}

.yado-prop-tit {
  background-color: #fffaf2;
  padding: 5px;
  text-align: center;
}

.yado-property a {
  display: block;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background-color: #709fa9;
  border: 2px solid #fff;
  float: none !important;
}

.yado-property a:hover {
  opacity: .8;
}

.yado-property-0 {
  background: url(../common/img_lodging/icon_map_kinosaki.png) bottom no-repeat;
  background-size: 90%;
  padding-bottom: 110px;
}

.yado-property-1 {
  background: url(../common/img_lodging/icon_map_west_sea.png) bottom no-repeat;
  background-size: 90%;
  padding-bottom: 110px;
}

.yado-property-2 {
  background: url(../common/img_lodging/icon_map_toyooka.png) bottom no-repeat;
  background-size: 90%;
  padding-bottom: 110px;
}

.yado-property-3 {
  background: url(../common/img_lodging/icon_map_izushi.png) bottom no-repeat;
  background-size: 90%;
  padding-bottom: 110px;
}

.yado-property-4 {
  background: url(../common/img_lodging/icon_map_mountain.png) bottom no-repeat;
  background-size: 90%;
  padding-bottom: 110px;
}

.yado-property-5 {
  background: url(../common/img_lodging/icon_map_country.png) bottom no-repeat;
  background-size: 90%;
  padding-bottom: 110px;
}

.yado-property-6 {
  background: url(../common/img_lodging/icon_map_east_sea.png) bottom no-repeat;
  background-size: 90%;
  padding-bottom: 110px;
}

#yado-property-area:before {
  content: "Explore and learn more about";
  background-color: #fffaf2;
  padding: 10px 5px 10px 10px;
}

#yado-property-area {
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  padding: 10px 10px 10px 0;
  background-color: #fff;
  display: inline-block;
}

#yado-property-area a {
  text-decoration: underline;
  padding-left: 5px;
}

#search-result {
  position: relative;
  margin-bottom: 5px;
  background: #000000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

#search-result dt {
  margin: 20px 0 0 60px;
}

@media only screen and (min-width: 768px) {
  #search-result dt {
    max-width: 200px;
  }
}

#search-result dd {
  float: right;
  border-left: 1px solid #fff;
  padding: 5px 0 5px 30px;
  width: calc(100% - 200px);
  /*     width: 590px */
}

@media only screen and (max-width: 900px) {
  #search-result dd {
    padding: 5px 0;
    border-left: none;
  }
}

#search-result dd strong {
  font-size: 1.4em;
  color: #fac400;
}

#search-result dd small {
  color: #fac400;
}

.plan-list-box,
.yado-list-box,
.rec_planbox .item-box {
  background: #fff;
  margin: 0 0 30px;
  -webkit-box-shadow: 0 0 4px #ccc;
  box-shadow: 0 0 4px #ccc;
  padding: 20px 20px;
}

.plan-list-info,
.room-list-info,
.yado-list-info {
  /*     width: 760px; */
  width: 73.2%;
  /* padding-bottom: 25px; */
  /* CHANGED */
  position: relative;
  float: right;
}

.plan-list-info {
  /*     padding-bottom: 45px */
}

.room-list-info {
  padding-bottom: 65px;
  flex-grow: 1;
}

.plan-list-name h3,
.room-list-name h3,
.yado-list-name h3 {
  font-size: 1.8em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.plan-list-text,
.room-list-text,
.yado-list-text {
  margin-bottom: 10px;
  margin-top: 5px;
  line-height: 1.2em;
}

#yado-info-room .room-list-name {
  padding-right: 140px;
}

.yado-list-info .yado-list-name {
  position: relative;
}

div.plan-list-ph,
div.room-list-ph,
div.yado-list-ph {
  width: 26.8%;
  flex-shrink: 0;
  /* CHANGED */
}

.yado-list-plan {
  border: 1px solid #d9d4bf;
  border-radius: 5px;
  background: #ffffed;
  padding-bottom: 10px;
}

.yado-list-plan dt {
  text-align: center;
  background: #ffd53b;
  padding: 10px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /*     font-weight: 700 */
}

.yado-list-plan dd dt {
  width: 60%;
  margin: 0px 0 15px;
  background: url(/img/line_yellow.gif) left 7px no-repeat;
  width: 530px;
}

.yado-list-plan dd dt span {
  font-size: .8em;
}

.yado-list-plan dd dl {
  position: relative;
  border-bottom: 1px dotted #ccc;
  margin: 0;
}

.yado-list-plan dd {
  margin: 0;
  padding: 0 20px;
  /*     position: relative */
}

.yado-list-plan .en-plan-tit {
  font-size: 1.2em;
}

.yado-list-plan .en-price-tit {
  color: #c30d23;
  font-weight: 700;
}

.yado-list-plan .en-price-tit2 {
  /*     font-size: 1.3em */
}

.en-pdetail {
  float: right;
  margin: -5px 0 0;
}

.en-pdetail a {
  background: url(/lodging/img/btn_detail.png) 0 0 no-repeat;
  width: 157px;
  height: 47px;
  text-indent: -9000px;
  top: 13px;
}

.en-pdetail a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80) ”;
}

.yado-list-plan dd dd {
  /*     color: $bColor; */
  /*     font-weight: 700; */
  float: left;
  text-align: left !important;
  padding-right: 0;
  padding-left: 14px;
}

.yado-list-plan dd dd img {
  vertical-align: middle;
}

.yado-goplan-list {
  font-size: 11px;
  text-align: right;
}

#yado-list .yado-low-price {
  border: 1px solid #e2e2e2;
  background: #ffffed;
  width: 300px;
  text-align: center;
}

#yado-list .yado-low-price br {
  display: none;
}

#yado-list .yado-low-price span {
  font-weight: 700;
  font-size: 1.1em;
  color: #c30d23;
}

#yado-list .yado-detail-link {
  width: 100%;
  margin-top: 20px;
}

#yado-info {
  position: relative;
  padding-bottom: 50px;
}

#yado-info #yado-name {
  margin-bottom: 5px;
}

#yado-info .yado-address {
  margin: 0;
  font-size: 9px;
  position: absolute;
}

#yado-info .jpy {
  font-size: 1em;
  color: #709fa9;
  font-weight: 700;
  float: left;
  padding-top: 5px;
  line-height: .7em;
}

#yado-info .yado-detail-link {
  margin-top: 5px;
  height: 20px;
}

#yado-info .yado-detail-link li#yado-detail-link02 a,
#yado-info .yado-detail-link li#yado-detail-link03 a,
.yado-detail-link ul li a {
  margin: 0;
}

#yado-info .yado-detail-link li#yado-detail-link02 a,
#yado-info .yado-detail-link li#yado-detail-link03 a {
  /*     background: url(../img/enyado_info_btn_o.gif) no-repeat; */
  /*     color: #384020; */
}

/*
#yado-info .yado-detail-link li#yado-detail-link04 a {
    background: #475f12;
}
*/
.yado-info-page #yado-info .yado-detail-link li#yado-detail-link02 a,
.yado-info-page #yado-info .yado-detail-link li#yado-detail-link03 a,
.yado-info-plan #yado-info .yado-detail-link li#yado-detail-link01 a,
.yado-info-plan #yado-info .yado-detail-link li#yado-detail-link03 a,
.yado-info-room #yado-info .yado-detail-link li#yado-detail-link01 a,
.yado-info-room #yado-info .yado-detail-link li#yado-detail-link02 a {
  background: #f7f7f7;
  border: 1px solid #dbdcdc;
  color: #000;
  transition: .3s;
  font-weight: 500;
}

.yado-info-page #yado-info .yado-detail-link li#yado-detail-link02 a:hover,
.yado-info-page #yado-info .yado-detail-link li#yado-detail-link03 a:hover,
.yado-info-plan #yado-info .yado-detail-link li#yado-detail-link01 a:hover,
.yado-info-plan #yado-info .yado-detail-link li#yado-detail-link03 a:hover,
.yado-info-room #yado-info .yado-detail-link li#yado-detail-link01 a:hover,
.yado-info-room #yado-info .yado-detail-link li#yado-detail-link02 a:hover {
  background: #000000;
  color: #fff;
  font-weight: 500;
}

#yado-info .yado-detail-link li#yado-detail-link02 a:hover,
#yado-info .yado-detail-link li#yado-detail-link03 a:hover,
#yado-plan-page #yado-info .yado-detail-link li#yado-detail-link02 a,
#yado-room-page #yado-info .yado-detail-link li#yado-detail-link03 a {
  /*     background: url(../img/enyado_info_btn.gif) no-repeat; */
  /*     color: #fff */
}

/*
#yado-info .yado-detail-link li#yado-detail-link04 a:hover,
#yado-room-page #yado-info .yado-detail-link li#yado-detail-link04 a {

}
*/
#yado-info .yado-detail-link li#yado-detail-link02 a,
#yado-info .yado-detail-link li#yado-detail-link03 a,
.yado-detail-link ul li a {
  display: block;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  border: 1px solid #000000;
  background: #000000;
  padding: 10px 0;
  font-weight: 500;
}

#yado-info .yado-detail-link li#yado-detail-link02 a:hover,
#yado-info .yado-detail-link li#yado-detail-link03 a:hover,
.yado-detail-link ul li a:hover {
  background: #000;
}

#enyado_info_title,
.item-title {
  /*     height: 50px; */
  background: #000000;
  color: #fff;
  /*
    padding-top: 7px;
    padding-left: 10px;
*/
  margin-bottom: 10px;
  clear: both;
  /*     font-weight: 700; */
  /*     line-height: 11.1em; */
  font-size: 1.4em;
  /*     font-family: serif; */
  margin-top: 15px;
  position: relative;
}

.room-list-box {
  background: #fff;
  margin: 0 0 30px;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  padding: 20px 20px 0;
}

#yado-info-phright {
  float: right;
  width: 660px;
}

#yado-info-phleft {
  float: left;
  margin: 0 40px 0 0;
}

#yado-info2 {
  margin-bottom: 20px;
  margin-top: 15px;
}

#yado-info2 #yado-ph1 {
  width: 300px;
  text-align: center;
}

.yado-info-page #yado-info2 #yado-ph1 {
  margin: 0 15px 5px 0;
}

#yado-info2 #yado-text2 {
  /*     font-size: 12px */
  position: relative;
  margin-top: -20px;
}

.yado-info-page #yado-info2 #yado-text2 {
  font-size: 15px;
  /*CHANGED*/
  margin-top: 10px;
}

#yado-plan-page #yado-info2 #yado-ph1,
.yado-info-room #yado-info2 #yado-ph1 {
  width: 170px;
  margin: 0 15px 5px 0;
  float: left;
}

#plan-ph-left {
  float: left;
  width: 310px;
}

#plan-ph-left img {
  width: 310px;
}

#plan-ph-right {
  width: 655px;
  float: right;
}

#plan-ph-right td {
  vertical-align: top;
}

#yado-ph2 {
  margin-bottom: 20px;
}

#plan-ph td,
#yado-ph2 td {
  vertical-align: top;
  padding-right: 7px;
  padding-bottom: 10px;
}

.yado-info-box {
  margin-bottom: 20px;
}

#yado-info3 {
  position: relative;
}

.item-title2 {
  font-size: 1.5em;
  font-weight: 700;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px 10px;
}

#yado-info3 .checkin {
  right: 0;
  right: 180px;
}

#yado-info3 .checkin,
#yado-info3 .checkout {
  position: absolute;
  top: 15px;
  /* CHANGED */
  width: 160px;
  height: 35px;
  background: #fff;
  border: 1px solid #dadadb;
  border-radius: 6px;
  text-align: center;
  line-height: 35px;
  color: #000;
}

#yado-info3 .checkout {
  right: 10px;
}

#yado-info3 .item-title {
  position: relative;
}

#yado-info3 .checkin,
#yado-info3 .checkout {
  font-size: 13px;
}

#yado-info3 .checkin dt,
#yado-info3 .checkout dt {
  float: left;
  margin: 4px 10px 0;
}

#yado-info3 .checkin dd,
#yado-info3 .checkout dd {
  font-size: 12px;
  color: #709fa9;
  margin: 4px 10px 0 0;
}

.item-box .left-box,
.item-box .right-box {
  width: 470px;
  padding-left: 10px;
}

.item-box dl {
  margin-bottom: 25px;
}

.item-box dt {
  font-size: 1em;
  color: #2c353a;
  font-weight: 700;
  margin-bottom: 4px;
  border-bottom: 1px dotted #ccc;
  /*padding-bottom: 5px*/
}

.yado-info-room .item-box dt {
  border-bottom: none !important;
}

.other-ameni01 {
  font-size: 1.2em !important;
  margin: 20px 0 0;
}

.item-box dd {
  margin: 0;
  padding: 0;
  font-size: .9em;
}

@media only screen and (min-width: 768px) {
  .item-box dd {
    font-size: 1.1em;
  }
}

.yado-info-page #item-no07 table {
  border-top: 1px solid gray;
  border-left: 1px solid gray;
}

.yado-info-page #item-no07 th {
  width: 12px;
  text-align: center;
  background: #f2f2f2;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid gray;
}

.yado-info-page #item-no07 td {
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  background: #fcfbf8;
}

.yado-info-page #item-no07 td,
.yado-info-page #item-no07 th {
  /*     font-size: 11px; */
  padding: 5px 10px;
}

#access_tb {
  margin-left: 10px;
  font-size: 12px;
}

#access_tb td {
  vertical-align: top;
}

#infomation_center_tit {
  font-size: 22px;
  padding: 15px 0 10px;
}

td#right_txt p {
  margin-bottom: 15px;
}

td#right_txt p#map_btn {
  text-align: center;
}

#access_tb td dl {
  margin-bottom: 15px;
}

#access_tb td dl dt {
  color: #3d6b1d;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

#access_tb td dl dd p.dark_red {
  margin-top: 20px;
}

.dark_red {
  color: #709fa9;
}

.plan-list-price {
  background: none repeat scroll 0 0 #d8e7a9;
  display: inline;
  height: 16px;
  padding: 3px 5px;
  font-size: 11px;
  margin-right: 5px;
}

.go-plandetail {
  margin-top: 15px;
}

#kikaku-list .plan-list-name {
  padding-right: 130px;
}

#kikaku-list .plan-list-price {
  margin: 0 260px 0 0;
}

#kikaku-list .go-plandetail {
  bottom: 45px;
  right: 130px;
}

#kikaku-list p.kikaku-list-yado-name {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 7px;
  right: 5px;
}

#kikaku-list .kikaku-list-yado-ph {
  padding-top: 3px;
  padding-left: 5px;
  float: right;
}

#kikaku-list table.plan-list-name {
  padding-right: 0;
}

#kikaku-list table.plan-list-name td {
  width: 120px;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  padding-right: 5px;
  padding-left: 10px;
}

.go-plandetail a {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(/lodging/img/btn_detail.png) 0 0 no-repeat;
  width: 157px;
  height: 47px;
  display: block;
  text-indent: -9000px;
}

.go-plandetail a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80) ”;
}

.plan-subnavi {
  font-size: 1em;
  background: #000000;
  margin-bottom: 15px;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.plan-subnavi a:active,
.plan-subnavi a:link,
.plan-subnavi a:visited {
  color: #fff;
  text-decoration: none;
}

.plan-subnavi a:hover {
  color: #fac400;
  text-decoration: none;
}

.yado-info-room .plan-subnavi {
  font-size: 1.3em;
  text-align: right;
  background: none;
  margin-bottom: 15px;
  padding: 10px;
}

#yado-info-room .plan-subnavi {
  float: right;
}

#plan-info {
  margin-bottom: 30px;
}

#plan-info-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

#plan-info #plan-name {
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  font-size: 1.7em;
  margin-top: 0;
}

#plan-info p {
  /*     font-size: 11px */
}

p.plan-kubun {
  border: 1px solid #c0bd6c;
  border-radius: 5px;
  background: #fff;
  color: #c0bd6c;
  display: inline-block;
}

p.plan-kubun,
p.plan-kubun-price {
  text-align: center;
  /*
    padding: 10px;
    text-align: left;
*/
  /*     display: inline-block; */
  /*     font-weight: 400; */
  /*     font-size: 1.1em */
}

p.plan-kubun-price {
  border-radius: 5px;
  border: 1px solid #0b2c60 !important;
  background-color: #fff !important;
  color: #0b2c60;
  line-height: 1.6;
}

p.plan-kubun02 {
  font-size: .8em !important;
}

p.plan-kubun1,
p.plan-kubun02,
p.plan-kubun3 {
  text-align: left;
  line-height: 3em;
  font-weight: 400;
}

p.plan-kubun1,
p.plan-kubun02,
p.plan-kubun3,
p.plan-kubun4 {
  border: 1px solid #e8c756;
  padding: 10px;
  border-radius: 5px;
  background: #ffe794;
  display: inline;
}

p.plan-kubun4 {
  height: 16px;
}

#plan-info .checkin {
  right: 180px;
}

#plan-info .checkin,
#plan-info .checkout {
  width: 170px;
  height: 35px;
  position: absolute;
  bottom: 0px;
  background: #fff;
  border: 1px solid #dadadb;
  border-radius: 6px;
  text-align: center;
  line-height: 3em;
}

#plan-info .checkout {
  right: 0;
}

.checkin span,
.checkout span {
  color: #709fa9;
  font-weight: 700;
  font-size: 1.3em;
}

#plan-info .checkin dt,
#plan-info .checkout dt {
  float: left;
  margin: 4px 10px 0;
}

#plan-info .checkin dd,
#plan-info .checkout dd {
  color: #709fa9;
  margin-top: 4px;
  font-size: 12px;
}

.go-roomdetail {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.go-roomdetail a {
  background: url(/lodging/img/btn_detail.png) 0 0 no-repeat;
  width: 157px;
  height: 47px;
  display: block;
  text-indent: -9000px;
}

.go-roomdetail a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80) ”;
}

#room-info1 {
  padding-bottom: 50px;
  position: relative;
  clear: both;
}

#room-info1 .capacity {
  position: absolute;
  right: 0;
  top: -20px;
}

.capacity {
  border: 1px solid #709fa9;
  margin: 15px 0;
  /* CHANGED */
  border-radius: 5px;
  background: #fff;
  text-align: center;
  /*     font-weight: 700 */
  /* CHANGED */
  white-space: nowrap;
  color: #709fa9;
}

@media only screen and (min-width: 768px) {
  .capacity {
    width: 280px;
    padding: 5px;
  }
}

.capacity b,
.plan-kubun-price b,
.plan-kubun b {
  font-size: 1.2em;
}

.pic_txt {
  margin-top: 10px;
}

#room-info1 #room-ph {
  float: left;
  margin-right: 10px;
}

#room-info1 #room-text {
  font-size: 12px;
}

#room-info2 .item-title {
  position: relative;
}

#room-info2 .note {
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 10px;
}

#room-info2 .item-box dt {
  padding-left: 10px;
}

#room-info2 .item-box dd.room-detail-plan-price {
  font-size: 13px;
  text-align: right;
}

#room-info2 .item-box dd.room-detail-planlist-btn {
  margin-top: 20px;
  text-align: right;
}

#room-info2 .item-box dd.room-detail-planlist-btn a {
  margin-bottom: 3px;
}

#room-info2 .note {
  color: #fff;
}

#yado-info4 {
  position: relative;
}

#yado-info4 .note {
  position: absolute;
  top: 6px;
  right: 10px;
}

#map-flash {
  margin-bottom: 10px;
}

#printmap {
  text-align: right;
}

.box-ph img {
  width: 100%;
  /* CHANGED */
  /* border: 3px solid #dedbd1; */
  /* CHANGED */
  /*     margin-right: 2px; */
  /*     margin-bottom: 2px; */
  vertical-align: bottom;
}

img.no-border {
  border: 0;
  background: none;
  padding: 4px;
}

.box-ph p {
  /*     letter-spacing: 0; */
  /*     font-size: 1.1em; */
  margin: 5px 0 0;
  padding: 0;
}

.box-ph-sub {
  text-align: left;
}

.left-box {
  float: left;
}

.right-box {
  float: right;
}

.page-title {
  color: #709fa9;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.gonext-btn {
  position: relative;
}

.gonext-btn div {
  font-size: 12px;
  padding-right: 170px;
}

.gonext-btn span.btn {
  position: absolute;
  top: 0;
  right: 0;
}

.gonext-btn span.btn2 {
  position: absolute;
  top: 0;
  left: 0;
}

.gonext-btn2 a,
.gonext-btn a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  float: right;
}

.gonext-btn-center a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.waku01 {
  width: 640px;
  background: url(../img/waku01_top.gif) 0 0 no-repeat #f2f2f2;
  padding: 0;
  margin-bottom: 20px;
}

.waku01-inner {
  font-size: 13px;
  background: url(../img/waku01_bottom.gif) 0 100% no-repeat;
  padding: 30px;
}

.input-box {
  margin-bottom: 10px;
}

.input-box dt {
  width: 160px;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .1em;
  text-align: right;
  float: left;
}

.input-box dd {
  width: 365px;
  float: left;
}

.input-box dd input {
  font-size: 14px;
  letter-spacing: .2em;
  border: 1px solid gray;
  padding: 5px;
}

#kikaku-box {
  margin-bottom: 20px;
}

#kikaku-box div {
  margin-bottom: 10px;
}

#kikaku-box h2 {
  font-size: 16px;
  color: maroon;
  font-weight: 700;
  margin-bottom: 5px;
}

#kikaku-box p {
  font-size: 12px;
}

.price-table-room-name > a {
  font-size: 1.5em;
  font-weight: 700;
  /*     line-height: 2em; */
  margin-bottom: 5px;
  /*
    position: relative;
    width: 800px;
*/
  /*     float: right */
  color: #000000;
}

.price-table-room-name .plan-kubun,
.price-table-room-name .plan-kubun-price {
  /*     font-size: .6em */
}

.yado-info-page .price-table-room-name p {
  display: inline;
  width: 400px;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}

.price-table-room-name p a:hover {
  background: none;
}

.pm-plan-yoyaku-btn {
  clear: both;
  position: relative;
  top: -10px;
  /* CHANGED */
  text-align: right;
  /* CHANGED */
  margin-top: 20px;
  /* CHANGED */
  line-height: 40px;
  /* CHANGED */
  height: 40px;
  /* CHANGED */
  background-color: #fa5c1f;
}

.pm-plan-yoyaku-btn2 {
  text-align: right;
  margin-top: 15px;
  clear: both;
}

.fees_for_children {
  margin-top: 10px;
}

.fees_for_children a {
  font-size: 12px;
  text-decoration: underline;
  color: #01346d;
  margin-top: 10px;
}

.fees_for_children a:hover {
  color: #000000;
}

.pm-plan-contact-btn {
  height: 26px;
  padding-top: 5px;
  background: url(../img/go_contact_o.gif) right 5px no-repeat;
}

.pm-plan-contact-btn a {
  display: block;
  width: 168px;
  height: 26px;
  background: url(../img/go_contact.gif) 100% 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  float: right;
}

.pm-plan-contact-btn a:hover {
  background: none;
}

.price-table {
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.yado-info-page .price-table {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.price-table th {
  background: #f2f2f2;
}

.price-table td,
.price-table th {
  font-size: 12px;
  text-align: center;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 5px 0 3px;
}

.price-table td.pm-table-price-color02-tit,
.price-table th.pm-table-price-color01-tit {
  border-left: 0;
}

.price-table td.pm-table-price-color02 {
  font-size: 13px;
  font-weight: 700;
  color: #e53600;
}

.price-table dl {
  margin-top: 10px;
}

.price-table dt {
  font-size: 12px;
  font-weight: 700;
  color: #e53600;
  margin-bottom: 3px;
}

.price-table dd {
  font-size: 12px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#plan-info4 .item-box .left-box {
  width: 437px;
}

#plan-info4 .item-box .right-box {
  width: 210px;
}

#plan-info4 .item-box dt {
  color: #fff;
  border-bottom: none;
  line-height: 1.5em;
  margin-bottom: 10px;
}

#plan-info4 .item-box dd {
  margin-left: 10px;
}

#plan-info4 #item-no05 p {
  margin-top: 20px;
  text-align: right;
}

#plan-info4 .item-box .btn {
  text-align: right;
}

#plan-info4 .item-title {
  /*     height: 30px */
}

#price-table01 {
  border-bottom: 1px dotted #ccc;
}

#price-table01:last-child {
  border-bottom: none;
}

#plan-info4 .btn a {
  width: 340px;
  display: block;
  color: #fff;
  border-radius: 6px;
  background: url(/lodging/img/arrow.png) 30px no-repeat #709fa9;
  text-align: center;
  height: 20px;
  font-size: 1.2em;
  padding-left: 10px;
  height: 55px;
  line-height: 31.1em;
  font-weight: 700;
  letter-spacing: -.01em;
}

#plan-info4 .btn a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80) ”;
}

#plan-info4 .btn {
  float: right;
}

#application-period {
  width: 643px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  background: url(../img/kikan_box.gif) 0 no-repeat;
  margin-bottom: 15px;
}

#tokutoku-content {
  font-size: 12px;
  margin-bottom: 40px;
}

#sponsor-yado {
  width: 610px;
  background: url(../kikaku/img/sponsor-yado_bg2.gif) 0 0 no-repeat;
  padding: 10px 15px 15px;
}

#sponsor-yado dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

#sponsor-yado dd {
  margin-left: 10px;
}

#sponsor-yado-oubo {
  width: 610px;
  background: url(../kikaku/img/sponsor-yado_bg.gif) 0 100% no-repeat;
  padding: 10px 15px;
}

#sponsor-yado-oubo p {
  margin: 0;
}

#sponsor-yado-oubo .btn {
  display: block;
  width: 154px;
  float: right;
}

#sponsor-yado-oubo .note {
  display: block;
  width: 420px;
  text-align: right;
  line-height: 29px;
  padding-right: 10px;
  float: right;
}

#kiyaku-box {
  width: 628px;
  height: 450px;
  font-size: 12px;
  border: 1px solid #bfbfbf;
  padding: 5px;
  margin-bottom: 25px;
  overflow: auto;
  overflow-x: hidden;
}

#goregist a {
  width: 154px;
  height: 29px;
  background: url(../img/regist_btn01.gif) 0 0 no-repeat;
}

#kiyaku #column-main-inner,
#privacy #column-main-inner {
  font-size: 12px;
}

#kiyaku #column-main-inner dl,
#privacy #column-main-inner dl,
#regist #column-main-inner dl {
  margin-bottom: 30px;
  padding-left: 10px;
}

#kiyaku #column-main-inner dt,
#privacy #column-main-inner dt,
#regist #column-main-inner dt {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 7px;
}

#kiyaku #column-main-inner dd,
#privacy #column-main-inner dd,
#regist #column-main-inner dd {
  margin-bottom: 20px;
}

#privacy .privacy_txt {
  padding-left: 10px;
}

#privacy #column-main-inner p {
  margin-bottom: 15px;
}

#privacy #column-main-inner ul {
  margin-top: 10px;
}

#privacy #column-main-inner li {
  margin-bottom: 3px;
}

#regist_process {
  text-align: right;
  margin-bottom: 25px;
}

#regist-mail input {
  width: 350px;
}

#mail-send-btn a {
  width: 154px;
  height: 29px;
  background: url(../img/regist_mail_btn.gif) 0 0 no-repeat;
}

#mail-send-btn a#form-back {
  width: 154px;
  height: 29px;
  background: url(../img/form_back_btn.gif) 0 0 no-repeat;
}

#memberinfo-confirm-btn a {
  width: 154px;
  height: 29px;
  background: url(../img/confirm_btn.gif) 0 0 no-repeat;
}

#finish-login-btn {
  margin-top: 50px;
}

#finish-login-btn a {
  width: 154px;
  height: 29px;
  background: url(../img/btn_login.gif) 0 0 no-repeat;
}

#group-box {
  width: 640px;
  height: 122px;
  background: url(../img/group_box.gif) 0 0 no-repeat;
  margin: 50px auto;
  position: relative;
}

#group-box #telnum {
  position: absolute;
  top: 16px;
  left: 40px;
}

#group-box #goform {
  position: absolute;
  top: 47px;
  left: 290px;
}

#login-box {
  width: 560px;
  margin: 50px auto;
}

#login-box-inner {
  height: 185px;
  background: url(../img/login_box.gif) 0 0 no-repeat;
  margin-bottom: 20px;
  position: relative;
}

dl#login-id {
  top: 48px;
}

dl#login-id,
dl#login-pw {
  position: absolute;
  left: 0;
}

dl#login-pw {
  top: 103px;
}

.input-box dd.forgot-password {
  width: 365px;
  font-size: 11px;
  padding-left: 160px;
  clear: both;
}

#login-box-inner dl#login-id input {
  width: 350px;
}

#login-box-inner dl#login-pw input {
  width: 200px;
}

#login-btn {
  text-align: right;
}

#mypage #column-main {
  position: relative;
}

#logout {
  position: absolute;
  top: 0;
  right: 0;
}

#mypage .form-table th {
  width: 200px;
}

.rireki-table {
  margin-bottom: 40px;
}

.rireki-table th {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  background: #f2f2f2;
  border-bottom: 1px solid #bfbfbf;
  padding: 3px;
}

.rireki-table td {
  font-size: 12px;
  text-align: center;
  border-bottom: 1px dashed #bfbfbf;
  padding: 3px;
}

#info-edit {
  position: absolute;
  top: -5px;
  right: 0;
}

#pm-explore .plan-list-info,
#pm-explore .room-list-info,
#pm-explore .yado-list-info {
  width: 75%;
  padding-bottom: 25px;
  position: relative;
  float: right;
}

#pm-explore .yado-detail-link ul {
  margin: 0;
  padding: 0;
}

#pm-explore .yado-detail-link li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#pm-explore .yado-detail-link li a {
  display: block;
  width: 135px;
  height: 35px;
  margin-left: 3px;
  float: left;
  background: #2c353a !important;
  border-radius: 4px;
  color: #fff !important;
  text-align: center !important;
  line-height: 2.6em;
  font-size: 1.1em;
  border: 1px solid #2c353a !important;
}

#pm-explore .yado-list-plan dd dt {
  width: 320px;
  padding-right: 180px;
}

#pm-explore #lodging-title {
  font-size: 32px;
  text-align: center;
  border-bottom: 2px solid #709fa9;
  background-color: #fff;
  padding: 20px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: Georgia, Times New Roman, Times, serif;
}

#sitemap #column-main {
  width: 900px;
  clear: left;
  padding: 0 0 30px;
}

#sitemap #column-main-inner {
  width: 360px;
  font-size: 12px;
  padding-left: 20px;
  float: left;
}

#sitemap #yado-list-top {
  float: right;
  width: 500px;
  background: url(../img/yado_list_waku_bottom2.gif) bottom no-repeat #ebebdf;
  position: relative;
  margin-bottom: 20px;
}

#yado-list-top dt {
  font-size: 21px;
  color: #709fa9;
  border-bottom: 1px solid #709fa9;
  text-align: center;
  margin-bottom: 10px;
}

#sitemap #yado-list-top dt {
  width: 470px;
  font-size: 12px;
  color: #332f17;
  line-height: 28px;
  background: url(../img/yado_list_waku_top2.gif) top no-repeat;
  padding: 3px 15px 0;
}

#sitemap #yado-list-top dd ul li {
  font-size: 11px;
}

#sitemap .yado-list-top01 {
  width: 140px;
  margin-left: 15px;
}

#sitemap .yado-list-top02 {
  width: 150px;
}

#sitemap .yado-list-top03 {
  width: 180px;
}

#guide #column-main {
  width: 900px;
  clear: left;
  padding: 0 0 30px;
}

#guide-content .guide-table {
  margin-bottom: 50px;
}

#guide-content th {
  text-align: left;
}

#guide-content td,
#guide-content th {
  vertical-align: top;
}

.guide-box-left {
  width: 445px;
  padding-right: 5px;
}

.guide-box-right {
  width: 445px;
  padding-left: 5px;
}

.guide-subtit {
  font-size: 16px;
  font-weight: 700;
  background: url(../guide/img/subtit_bg.gif) 0 repeat-y;
  padding: 6px 15px;
  margin-bottom: 10px;
}

#guide-content .guide-table ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

#guide-content .guide-table ol li {
  font-size: 12px;
  margin-bottom: 12px;
}

#guide-content .guide-table ol li small {
  font-size: 11px;
}

#guide-content .guide-table ol li {
  background: 0 0 no-repeat;
  padding-left: 20px;
}

#guide-content .guide-table ol li.no01 {
  background-image: url(../guide/img/no01.gif);
}

#guide-content .guide-table ol li.no02 {
  background-image: url(../guide/img/no02.gif);
}

#guide-content .guide-table ol li.no03 {
  background-image: url(../guide/img/no03.gif);
}

#guide-content .guide-table ol li.no04 {
  background-image: url(../guide/img/no04.gif);
}

#guide-content .guide-table ol li.no05 {
  background-image: url(../guide/img/no05.gif);
}

#guide-content .guide-table ol li.no06 {
  background-image: url(../guide/img/no06.gif);
}

#guide01 .guide-box-left th {
  width: 233px;
}

#guide01 .guide-box-right th {
  width: 258px;
}

#guide02 .guide-box-left {
  width: 600px;
}

#guide02 .guide-box-left th {
  width: 233px;
}

#guide03 .guide-box-left {
  width: 900px;
}

#guide03 .guide-box-left th {
  width: 473px;
}

#guide04 .guide-box-left th {
  width: 187px;
}

#guide04 .guide-box-right th {
  width: 221px;
}

#guide05 .guide-box-left th {
  width: 191px;
}

#guide05 .guide-box-right th {
  width: 196px;
}

.form-table {
  border: 2px solid #000;
  margin-bottom: 10px;
}

.form-table th {
  width: 151px;
  background: #f2f2f2;
  border-right: 1px solid #a6a6a6;
}

.form-table td,
.form-table th {
  font-size: 12px;
  border-bottom: 1px solid #a6a6a6;
  padding: 7px;
}

.form-table th.item_id {
  background: #ffd9d9;
}

.form-table td.item_id {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  background: #fff2f2;
}

.form-table td input,
.form-table td select,
.form-table td textarea {
  font-size: 13px;
  vertical-align: middle;
  letter-spacing: .1em;
  border: 1px solid gray;
  padding: 3px;
  margin: 2px;
}

.form-table td b {
  font-size: 13px;
  color: #709fa9;
  letter-spacing: .1em;
}

.required {
  color: #c20000;
  margin-left: 5px;
}

#form_privacy_text {
  font-size: 11px;
  color: #555;
  margin-top: 40px;
}

.about-table {
  margin-bottom: 30px;
}

.about-table th {
  width: 340px;
  text-align: center;
  padding-right: 5px;
}

.about-table td {
  font-size: 12px;
}

.price-box {
  padding-top: 17px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.price-box-inner {
  padding: 0 10px 17px;
}

#price-box01 {
  background: url(../onsenmaturi/img/box01_wa_t.gif) 0 0 no-repeat #f2c0b0;
}

#price-box01 .price-box-inner {
  background: url(../onsenmaturi/img/box01_wa_b.gif) 0 100% no-repeat;
}

#price-box02 {
  background: url(../onsenmaturi/img/box02_wa_t.gif) 0 0 no-repeat #f2dfb0;
}

#price-box02 .price-box-inner {
  background: url(../onsenmaturi/img/box02_wa_b.gif) 0 100% no-repeat;
}

#price-box03 {
  background: url(../onsenmaturi/img/box03_wa_t.gif) 0 0 no-repeat #e6f2b0;
}

#price-box03 .price-box-inner {
  background: url(../onsenmaturi/img/box03_wa_b.gif) 0 100% no-repeat;
}

.price-box td,
.price-box th {
  vertical-align: middle;
}

.price-box th {
  width: 160px;
  text-align: center;
  border-right: 1px solid #000;
}

.price-box td {
  color: #000;
  font-weight: 700;
  line-height: 1.5em;
  padding: 3px 0 3px 10px;
}

#onsenmaturi #column-main p {
  margin-bottom: 0;
}

#maintenance #content {
  width: 320px;
  padding-top: 220px;
  margin: 0 auto;
}

#maintenance #content div {
  text-align: center;
  margin-bottom: 15px;
}

#maintenance #content p {
  font-size: 12px;
  color: #555;
  line-height: 1.4em;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

#bnr_howto {
  margin-bottom: 10px;
}

#side-favorites-box,
#side-seach-box {
  height: auto;
  margin-bottom: 10px;
  width: 240px;
  background: #8b804e;
}

#column-side #search-box-condition {
  height: auto;
  width: 240px;
  margin: 0 auto;
}

.side_box_tit_area {
  background: url(../img/side_box_tit.gif) no-repeat;
  height: 40px;
}

.side_box_tit {
  text-align: center;
  padding-top: 10px;
  font-size: 15px;
  color: #fff;
}

.innerbox {
  width: 220px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 15px;
}

#search-box-condition form {
  margin-left: 10px;
}

#search-box-condition form b {
  color: #801e00;
  font-weight: 400;
  margin-top: 10px;
  margin-left: 2px;
  display: block;
}

#search-box-condition .search-btn2 a {
  width: 122px;
  height: 31px;
  display: block;
  margin: 15px auto 0;
}

.side_box_bottom {
  width: 240px;
  height: 25px;
  background: url(../img/side_box_bottom.gif) no-repeat;
}

#side-favorites-list {
  width: 210px;
  margin: 0 auto;
  font-size: 12px;
}

#side-favorites-list table {
  border-bottom: 1px solid #999;
  width: 210px;
  margin: 0 auto;
  padding-bottom: 10px;
}

#gnav a:hover,
#rc_btn a:hover,
#snav a:hover,
.btn a:hover,
.resv_last_tb button:hover,
.search-btn2 a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

.favorites-yado-name {
  color: #709fa9;
  font-weight: 700;
}

.ta-right {
  text-align: right;
}

.plan-kubun2 {
  font-size: 12px;
  margin-top: 10px;
}

.plan-kubun2 a {
  color: #709fa9;
  text-decoration: underline;
}

.room_img {
  /*     float: left; */
  margin-right: 15px;
}

#side_bnrs {
  margin-bottom: 10px;
}

.bnr_left {
  margin-bottom: 5px;
}

.note_txt {
  margin: 0 8px;
}

#filter01-wrap:after {
  display: block;
  clear: both;
  content: "";
}

#search-sort {
  /* font-size: 12px; */
  /* CHANGED */
  text-align: left;
  margin-bottom: 15px;
  float: left;
  border-right: 1px solid #333;
  padding: 0 20px 0 10px;
}

#search-sort:after {
  display: block;
  clear: both;
  content: "";
}

#search-sort a {
  color: #c00;
  padding: 0 10px 0 0;
}

#search-sort a:hover,
#search-sort a b {
  color: gray;
}

#ratetype-tit {
  display: inline-block;
}

#meal-filter-wrap .select-item a {
  color: gray;
}

#ratetype ul {
  margin: 0;
  padding: 0;
}

#ratetype:after {
  display: block;
  clear: both;
  content: "";
}

#ratetype li {
  float: left;
}

#ratetype li a {
  color: #c00;
}

body.access {
  font-size: 12px;
}

#japanese_map_box {
  margin-bottom: 30px;
}

#map_box_nav {
  width: 690px;
  height: 40px;
}

.access #map_box_nav ul {
  width: 690px;
  height: 40px;
  background: url(../access/img/access_nav.gif) no-repeat 0 0;
}

.access #map_box_nav ul li {
  width: 75px;
  height: 40px;
  float: left;
  border-right: 1px solid #aeaeae;
  text-indent: -9999px;
}

.access #map_box_nav ul li.first {
  width: 78px;
}

.access #map_box_nav ul li.last {
  width: 79px;
  border-right: none;
}

#access_kinosaki li.selected,
#map_box_nav ul li#kinosaki_btn:hover {
  background: url(../access/img/access_nav_over.gif) no-repeat 0 0;
}

#access_kyoto li.selected,
#map_box_nav ul li#kyoto_btn:hover {
  background: url(../access/img/access_nav_over.gif) no-repeat -79px top;
}

#access_osaka li.selected,
#map_box_nav ul li#osaka_btn:hover {
  background: url(../access/img/access_nav_over.gif) no-repeat -155px top;
}

#access_hiroshima li.selected,
#map_box_nav ul li#hiroshima_btn:hover {
  background: url(../access/img/access_nav_over.gif) no-repeat -231px top;
}

#access_himeji li.selected,
#map_box_nav ul li#himeji_btn:hover {
  background: url(../access/img/access_nav_over.gif) no-repeat -307px top;
}

#access_kobe li.selected,
#map_box_nav ul li#kobe_btn:hover {
  background: url(../access/img/access_nav_over.gif) no-repeat -383px top;
}

#access_nara li.selected,
#map_box_nav ul li#nara_btn:hover {
  background: url(../access/img/access_nav_over.gif) no-repeat -459px top;
}

#access_tokyo li.selected,
#map_box_nav ul li#tokyo_btn:hover {
  background: url(../access/img/access_nav_over.gif) no-repeat -535px top;
}

#access_other li.selected,
#map_box_nav ul li#other_btn:hover {
  background: url(../access/img/access_nav_over.gif) no-repeat -611px top;
}

.access #map_box_nav ul li a {
  width: 75px;
  height: 40px;
  display: block;
}

#japanese_map_area {
  clear: both;
  background: #b1a87e;
  padding: 10px 0;
}

#japanese_map {
  text-align: center;
}

body.access #japanese_map img {
  border: 3px solid #46210a;
}

body.access .section dl dt {
  height: 50px;
  background: #668e36;
  color: #fff;
  margin-bottom: 15px;
}

body.access .section dl dt span {
  font-size: 14px;
  padding: 17px 0 0 10px;
  display: block;
}

body.access .section dl dd {
  position: relative;
  margin-bottom: 15px;
}

body.access .train_box {
  position: relative;
  width: 680px;
  background: #fff;
  border: 5px solid #75814d;
  padding: 0 0 20px;
  margin-bottom: 20px;
}

body.access p.train_txt {
  padding: 15px 0;
  color: #592d09;
  margin-left: 10px;
}

body.access p.train_txt span {
  font-weight: 700;
  font-size: 15px;
}

body.access p.check_train_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

body.access p.by_train {
  text-align: center;
}

.by_car p {
  margin-bottom: 30px;
  margin-left: 10px;
}

#sightseeing_box,
.sightseeing_box {
  background: url(../access/img/sightseeing_bottom.gif) no-repeat 0 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.sightseeing_box_sec {
  background: url(../access/img/whiteradius_top.gif) no-repeat top #c5bc95;
  padding-bottom: 20px;
}

.sightseeing_box_sec dl {
  background: url(../access/img/whiteradius_bottom.gif) no-repeat bottom;
  padding-bottom: 20px;
  padding-top: 10px;
}

.sightseeing_box_sec dl dt {
  background: url(../access/img/sightseeing_sec_tit_back.gif) no-repeat;
  width: 590px;
  height: 23px;
  margin: 0 auto;
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8em;
}

.sightseeing_box_sec dl dd {
  width: 660px;
  background: #fff;
  margin: 0 auto;
  padding-top: 7px;
}

.sightseeing_box_sec_left {
  width: 300px;
  float: left;
  margin-left: 25px;
}

.sightseeing_box_sec_left p {
  margin-bottom: 5px;
}

.sightseeing_box_sec_right {
  width: 300px;
  float: right;
  margin-right: 25px;
  line-height: 1.4em;
}

.sightseeing_box_sec_right p {
  margin-bottom: 10px;
}

.sightseeing_box_sec_right p span {
  font-weight: 700;
  color: #6e8c3c;
}

#sightseeing_box .last,
.sightseeing_box .last {
  padding: 0;
}

.gotop_boxin {
  background: #c5bc95;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.gotop_boxin a {
  text-decoration: underline;
  color: #69704f;
  background: url(/en/img/pagetop_mark.gif) no-repeat left 5px;
}

#findone {
  margin-bottom: 25px;
}

.howto_box {
  margin-bottom: 40px;
  color: #7e8b53;
}

.howto_box .howto_tit {
  height: 30px;
  background: url(../howtouse/img/sec_tit_back.gif) no-repeat;
  font-size: 18px;
  color: #7e8b53;
  line-height: 1.6em;
  margin-bottom: 15px;
  text-indent: 15px;
  font-weight: 700;
}

.howto_box p {
  font-size: 12px;
}

.howto_cont_left {
  width: 270px;
  float: left;
}

.howto_cont_right {
  width: 390px;
  float: right;
}

.howto_cont_left2 {
  width: 270px;
  float: left;
}

.howto_cont_right2 {
  width: 270px;
  float: right;
}

.howto_txt {
  margin-bottom: 20px;
}

.howto_txt p.txt_tit {
  font-weight: 700;
  font-size: 14px;
}

.page_name {
  font-weight: 700;
}

.howto_cont2 {
  background: url(../howtouse/img/next_mark.gif) no-repeat center 100px;
}

#cancel_txt {
  margin-top: 50px;
}

#cancel_txt a {
  text-decoration: underline;
}

body.sightseeing {
  font-size: 12px;
}

#index_menu {
  background: url(../sightseeing/img/index_back.jpg) no-repeat;
  width: 690px;
  height: 677px;
}

#index_menu ul li {
  float: left;
  height: 460px;
}

#index_menu ul li a {
  display: block;
  height: 460px;
  text-indent: -9999px;
}

li#outdoor_img a {
  width: 172px;
  margin-right: 1px;
}

li#outdoor_img a:hover {
  background: url(../sightseeing/img/outdoor_o.jpg) no-repeat 0 0;
}

li#culture_img a {
  width: 172px;
  margin-right: 1px;
}

li#culture_img a:hover {
  background: url(../sightseeing/img/culture_o.jpg) no-repeat 0 0;
}

li#history_img a {
  width: 172px;
  margin-right: 1px;
}

li#history_img a:hover {
  background: url(../sightseeing/img/history_o.jpg) no-repeat 0 0;
}

li#cuisine_img a {
  width: 171px;
}

li#cuisine_img a:hover {
  background: url(../sightseeing/img/cuisine_o.jpg) no-repeat 0 0;
}

body.sightseeing #map_box_nav ul {
  background: url(../sightseeing/img/sightseeing_nav.gif) no-repeat 0 0;
}

body.sightseeing #map_box_nav ul li {
  width: 172px;
  height: 40px;
  float: left;
  border-right: 1px solid #aeaeae;
  text-indent: -9999px;
}

body.sightseeing #map_box_nav ul li.last {
  width: 171px;
  border-right: none;
}

#sightseeing_outdoor li.selected,
body.sightseeing #map_box_nav ul li#outdoor_btn:hover {
  background: url(../sightseeing/img/sightseeing_nav_over.gif) no-repeat 0 0;
}

#sightseeing_culture li.selected,
body.sightseeing #map_box_nav ul li#culture_btn:hover {
  background: url(../sightseeing/img/sightseeing_nav_over.gif) no-repeat -173px top;
}

#sightseeing_history li.selected,
body.sightseeing #map_box_nav ul li#history_btn:hover {
  background: url(../sightseeing/img/sightseeing_nav_over.gif) no-repeat -346px top;
}

#sightseeing_cuisine li.selected,
body.sightseeing #map_box_nav ul li#cuisine_btn:hover {
  background: url(../sightseeing/img/sightseeing_nav_over.gif) no-repeat -519px top;
}

.sightseeing #map_box_nav ul li a {
  width: 172px;
  height: 40px;
  display: block;
}

.sightseeing #map_box_nav ul li.last a {
  width: 171px;
}

.sightseeing .sightseeing_box_container {
  background: url(../sightseeing/img/sightseeing_top.gif) no-repeat 0 0;
  padding-top: 20px;
}

.sightseeing .sightseeing_box {
  background: url(../sightseeing/img/sightseeing_bottom.gif) no-repeat 0 100%;
}

.sightseeing .sightseeing_box_sec {
  background: url(../sightseeing/img/whiteradius_top.gif) no-repeat top #422108;
}

.sightseeing .sightseeing_box_sec dl {
  background: url(../sightseeing/img/whiteradius_bottom.gif) no-repeat bottom;
}

.sightseeing .sightseeing_box_sec dl dt {
  background: url(../sightseeing/img/sightseeing_sec_tit_back.gif) no-repeat;
}

#about-onsen-wrap {
  color: #fff;
  background: url(../common/img_onsen/about_bg.png) 0 0 no-repeat #222b30;
  padding: 30px;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

#about-onsen-wrap dd,
#about-onsen-wrap dl,
#about-onsen-wrap dt {
  padding: 0;
  margin: 0;
}

#heading-box {
  width: 410px;
  text-align: center;
  float: right;
}

#heading-box h4 {
  font-size: 30px;
  letter-spacing: 1px;
  font-family: Georgia, Times New Roman, Times, serif;
  background: url(../common/img_onsen/heading_line.png) bottom no-repeat;
  padding: 0 0 20px;
  margin: 0 0 15px;
}

#heading-box p {
  font-size: 1.1em;
  line-height: 1.8;
}

#benefits-summary-box {
  margin-bottom: 25px !important;
}

#benefits-summary-box dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

#about-onsen-wrap hr {
  height: 16px;
  background: url(../common/img_onsen/heading_line2.png) 50% no-repeat;
  border: 0;
  padding: 20px 0;
  margin: 0;
}

#benefits-point-box dl {
  background-color: #445159;
  background-position: 15px 10px;
  background-repeat: no-repeat;
  padding: 15px;
  float: left;
}

#benefits-point-box #benefits-point-01 {
  width: 280px;
  background-image: url(../common/img_onsen/benefits_no01.png);
}

#benefits-point-box #benefits-point-02 {
  width: 355px;
  background-image: url(../common/img_onsen/benefits_no02.png);
  float: right;
}

#benefits-point-box dt {
  font-size: 20px;
  padding-left: 60px;
  margin-bottom: 8px;
}

#benefits-point-box dd {
  padding-left: 60px;
}

#onsen-info-text {
  border: 1px solid #445159;
  background: url(../common/img_onsen/onsen_mark.png) 10px no-repeat #445159;
  padding-left: 75px;
  margin-top: 25px;
}

#onsen-info-text div {
  font-size: 1.1em;
  background: #222b30;
  padding: 15px;
}

#pm-onsen.pm-C0301 .pm-block05 .pm-main-img-center {
  display: none;
}

#about-sozoro_wrap01 {
  margin: 35px 0;
}

#about-sozoro_wrap01 img {
  float: right;
}

#about-sozoro_wrap01 dd,
#about-sozoro_wrap01 dl,
#about-sozoro_wrap01 dt,
#about-sozoro_wrap02 dd,
#about-sozoro_wrap02 dl,
#about-sozoro_wrap02 dt {
  padding: 0;
  margin: 0;
}

#about-sozoro_wrap01 dl {
  width: 350px;
  float: left;
}

#about-sozoro_wrap01 dt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px dotted #cecece;
  padding-bottom: 5px;
}

#about-sozoro_wrap01 dd {
  font-size: 14px;
  padding: 15px 2px 0;
}

#about-sozoro_img-wrap {
  text-align: center;
  margin: 35px 0;
}

#about-sozoro_img-wrap img {
  width: 22%;
  margin: 0 10px;
}

#about-sozoro_btn-wrap {
  text-align: center;
  margin: 25px 0 50px;
}

#about-sozoro_wrap02 {
  padding-bottom: 25px;
}

#about-sozoro_wrap02 #about-sozoro-address {
  width: 326px;
  background: #eaeaea;
  padding: 5px 15px;
  float: left;
}

#about-sozoro_wrap02 dt {
  background: url(../common/img_sozoro/sozoro_005.png) 0 no-repeat;
  font-size: 18px;
  border-bottom: 1px dotted #cecece;
  padding: 10px 0 10px 38px;
}

#about-sozoro_wrap02 dd {
  padding: 10px 0;
}

#about-sozoro_wrap02 #sozoro-map {
  width: 354px;
  float: right;
}

#about-sozoro_wrap03 {
  font-size: 14px;
}

.access-table {
  width: 100%;
  border: 1px solid #b3b3b3;
  border-top: 0;
}

.access-table dd,
.access-table dt {
  padding: 20px;
}

.access-table {
  background: #1c4b69;
}

.access-table dt {
  width: 230px;
  color: #fff;
  border-top: 1px solid #b3b3b3;
  clear: left;
  float: left;
}

.access-table dd {
  background: #f2f9fc;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  overflow: hidden;
}

.access-table dt.access-from-himeji,
.access-table dt.access-from-kobe,
.access-table dt.access-from-kyoto,
.access-table dt.access-from-osaka,
.access-table dt.access-from-tokyo {
  width: 200px;
  background-position: 15px 12px;
  background-repeat: no-repeat;
  padding-left: 50px;
}

.access-table dt.access-from-tokyo {
  background-image: url(../common/img_access/area_icon_tokyo.png);
}

.access-table dt.access-from-kyoto {
  background-image: url(../common/img_access/area_icon_kyoto.png);
}

.access-table dt.access-from-osaka {
  background-image: url(../common/img_access/area_icon_osaka.png);
}

.access-table dt.access-from-kobe {
  background-image: url(../common/img_access/area_icon_kobe.png);
}

.access-table dt.access-from-himeji {
  background-image: url(../common/img_access/area_icon_himeji.png);
}

.ticket-info-wrap {
  border-bottom: 1px dotted #bebec0;
  padding: 30px 0 50px;
  margin-bottom: 10px;
}

.ticket-info-wrap.color-green {
  border-bottom: 0;
  padding: 30px 0 40px;
  margin-bottom: 0;
}

.ticket-table {
  width: 500px;
  border: 1px solid #b3b3b3;
  border-top: 0;
  margin: 0 auto;
}

.ticket-table dd,
.ticket-table dt {
  padding: 10px;
}

.ticket-table dt {
  width: 170px;
  border-top: 1px solid #b3b3b3;
  float: left;
}

.ticket-table dd {
  background: #fff;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  padding-bottom: 0;
  margin-left: 190px;
}

.ticket-table dd:after {
  clear: both;
  content: "";
  display: block;
}

.ticket-table dd .aduld-price {
  margin-right: 1em;
}

.ticket-table dd b {
  font-size: 1.15em;
}

.color-blue .ticket-table dt {
  background: #c5e5ed;
}

.color-pink .ticket-table dt {
  background: #f2b8d5;
}

.color-green .ticket-table dt {
  background: #e9f0af;
}

.pass-info,
.pass-info dd,
.pass-info dt {
  padding: 0;
  margin: 0;
}

.pass-info,
.pass-info dt {
  margin-bottom: 30px;
}

.pass-info dt {
  font-size: 20px;
  text-align: center;
}

.ticket-info-wrap.color-blue .pass-info dt span {
  background: url(../common/img_access/arrow_blue.png) 0 no-repeat;
}

.ticket-info-wrap.color-pink .pass-info dt span {
  background: url(../common/img_access/arrow_pink.png) 0 no-repeat;
}

.ticket-info-wrap.color-green .pass-info dt span {
  background: url(../common/img_access/arrow_green.png) 0 no-repeat;
}

.ticket-info-wrap.color-blue .pass-info dt span,
.ticket-info-wrap.color-green .pass-info dt span,
.ticket-info-wrap.color-pink .pass-info dt span {
  padding-left: 20px;
}

.access-text-wrap dd,
.access-text-wrap dl,
.access-text-wrap dt {
  padding: 0;
  margin: 0;
}

.access-text-wrap {
  padding-top: 25px;
}

.access-text-wrap dt {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.btn-wrap {
  text-align: right;
}

#wifi-wrap {
  width: 780px;
  padding-bottom: 50px;
}

#wifi-merit-wrap {
  text-align: center;
  background: url(/img/wifi_centent_bg01.png) 0 0 no-repeat;
  margin-bottom: 45px;
}

#wifi-merit-wrap img {
  width: 30%;
  margin: 0 1%;
}

#wifi-area-info {
  width: 736px;
  background: url(/img/wifi_centent_bg02.png) left 393px no-repeat;
  padding: 0 22px;
  margin-bottom: 65px;
  position: relative;
}

#wifi-enjoy-img {
  position: absolute;
  top: -35px;
  right: -15px;
}

#wifi-area-info dd,
#wifi-area-info dl,
#wifi-area-info dt,
#wifi-download-wrap dd,
#wifi-download-wrap dl,
#wifi-download-wrap dt,
#wifi-download-wrap h4 {
  paddong: 0;
  margin: 0;
}

#wifi-area-info dt {
  font-size: 1.3em;
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  background: url(/img/wifi_area_info_tit_bg.png) 0 0 no-repeat;
  padding: 0 20px;
  margin-bottom: 10px;
}

#wifi-area-address {
  width: 362px;
  float: left;
}

#wifi-area-address div {
  padding-top: 3px;
  padding-left: 30px;
  margin-bottom: 1em;
}

#wifi-area-01 {
  background: url(/img/wifi_area_01.png) 0 0 no-repeat;
}

#wifi-area-02 {
  background: url(/img/wifi_area_02.png) 0 0 no-repeat;
}

#wifi-area-photo {
  width: 365px;
  float: right;
}

#wifi-area-photo img {
  width: 100%;
}

#wifi-download-wrap {
  width: 735px;
  margin: 0 auto 35px;
}

#wifi-download-inner {
  width: 700px;
  margin: 0 auto;
}

#wifi-download-wrap #wifi-download-howto {
  margin-bottom: 15px;
}

#wifi-download-howto dt {
  font-size: 1.3em;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  background: #e50012;
  padding: 3px 15px;
  border-radius: 10px 10px 0 0;
}

#wifi-download-howto dd {
  border: 3px solid #e50012;
  border-top: 0;
  background: #fff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}

#wifi-download-howto2 {
  clear: both;
}

#wifi-download-howto2 dt {
  font-size: 1.3em;
  font-weight: 700;
  color: #132958;
  line-height: 1.2;
  padding: 0 5px 2px;
}

#wifi-download-howto2 dd img {
  margin-bottom: 10px;
}

#wifi-app-qr,
#wifi-app-qr li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#wifi-app-qr li {
  width: 130px;
  float: left;
  margin-right: 15px;
}

#wifi-app-qr li img {
  width: 100%;
}

.link-btn {
  text-align: center;
  margin: 0;
}

#copyright {
  font-size: .7em;
  margin: 10px 0 0;
}

#resvcancel table th {
  text-align: left;
}

#resvcancel input {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.2em;
  padding: 5px;
  width: 170px;
}

#children #header,
#resvcancel #header {
  height: 100px;
}

.mini_box_tit {
  width: 600px;
  height: 30px;
  background: #2c353a;
  margin: 0 auto 20px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 1.2em;
  padding: 5px;
  line-height: 1.5em;
}

table.mini_box {
  width: 600px;
  margin: 0 auto;
  border: 1px solid #e2e2e2;
  background: #ffffed;
  border-radius: 10px;
  padding: 10px;
  font-size: .8em;
}

table.mini_box td {
  padding: 5px;
}

table.mini_box td .color-red {
  letter-spacing: -.01em;
}

table.mini_box td div {
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  padding: 0 0 5px;
  letter-spacing: -.001em;
}

table.mini_box td table {
  width: 60%;
  margin: 0 auto;
}

#resvcancel .btn-login {
  border-bottom: none;
  padding: 0;
  margin: 10px 0 0;
}

#resvcancel .btn-login input {
  width: 100px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  cursor: pointer;
}

#resvcancel .btn-login input:hover {
  background: #ccc;
}

.txt-cancel-confirm {
  text-align: center;
  font-weight: 700;
  font-size: 1.6em;
}

.txt-questions {
  text-align: center;
}

.cancel-contact {
  border: 1px solid #ccc;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 15px;
  margin: 0 0 30px;
}

.btn-close {
  cursor: pointer;
}

.btn-close:hover {
  background: #ccc;
}

.txt-retry {
  font-size: 1.6em;
  text-align: center;
  line-height: 2.4em;
}

.btn-reserv-close input {
  cursor: pointer;
}

.btn-reserv-close input:hover {
  background: #ccc;
}

#banner01 {
  margin: 0 auto;
  width: 990px;
}

#banner01 div {
  width: 50%;
  text-align: left;
  float: left;
}

#banner01 div img {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

.itinerary-pdf-link a {
  display: block;
  width: 60%;
  margin: 0 auto;
  background-color: #f24200;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  border-radius: 4px;
  font-size: 120%;
}

.itinerary-table01 {
  display: block;
}

.itinerary-table01 dl {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.itinerary-table01 dt {
  display: table-cell;
  width: 30%;
  margin: 0;
  padding: 15px;
  background-color: #fffaf2;
}

.itinerary-table01 dd {
  margin: 0;
  padding: 15px;
}

.itinerary-table01 dd ul {
  margin: 0 0 0 15px;
  padding: 0;
}

.itinerary-table01 dd li {
  margin: 0;
  padding: 0;
}

#regional-map-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: .4em;
  font-size: 26px;
  background-color: #1b2024;
  padding: 15px 20px;
  margin-bottom: 20px;
  text-align: center;
}

#regional-map-link-wrapper {
  padding-bottom: 30px;
}

#kinosaki-region-map {
  position: relative;
  width: 733px;
  height: 558px;
  margin-left: 20px;
}

img#mapContent {
  margin: 0 auto;
  display: block;
  width: 733px;
  height: 558px;
}

.area-text dl {
  margin: 0;
  padding: 0;
  text-align: center;
}

.area-text dt {
  font-weight: 700;
  font-size: 15px;
  margin: 0 auto 5px;
}

.area-text dd {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

.area-text a {
  text-decoration: none;
  color: #b0a8a5;
}

.area-text a:hover {
  color: #564537;
}

#area-1 dt {
  font-size: 18px;
}

#area-1 dt a {
  color: #564537;
}

#area-1 dt a:hover {
  color: #272e33;
}

#area-1 dd {
  font-size: 12px;
  line-height: 1.2em;
}

#area-1 dd a {
  color: #7a6656;
}

#area-1 dd a:hover {
  color: #2c353a;
}

#area-1 {
  top: 0;
  left: 65px;
  width: 550px;
}

#area-1,
#area-2 {
  position: absolute;
}

#area-2 {
  top: 68px;
  right: 0;
  width: 125px;
}

#area-3 {
  top: 185px;
  left: 0;
  width: 145px;
}

#area-3,
#area-4 {
  position: absolute;
}

#area-4 {
  top: 260px;
  right: 0;
  width: 140px;
}

#area-5 {
  top: 470px;
  right: 10px;
  width: 250px;
}

#area-5,
#area-6 {
  position: absolute;
}

#area-6 {
  top: 435px;
  left: 225px;
  width: 220px;
}

#area-7 {
  position: absolute;
  top: 370px;
  left: 0;
  width: 205px;
}

.region-quick-link-box a {
  display: inline-block;
  padding: 10px;
  background-color: #2c353a;
  color: #fff;
  font-size: 11px;
  width: 150px;
  float: left;
  text-align: center;
  border-radius: 3px;
  margin: 0 7px 10px;
}

.region-quick-link-box a:hover {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.region-quick-link-box a.link-active,
.region-quick-link-box a:hover {
  background-color: #f7efc8;
  color: #9c8a7d;
}

.region-quick-link-box:after {
  clear: both;
  display: block;
  content: "";
}

.about-area-tit {
  font-size: 14px;
  margin-bottom: 40px;
}

.about-area-tit dl {
  text-align: center;
}

.about-area-tit dt {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.about-area-tit dd {
  font-size: 28px;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 700;
}

.about-area-tit p {
  width: 80%;
  margin: 0 auto;
}

.about-every-area:after {
  clear: both;
  display: block;
  content: "";
}

.select-area-box {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  padding-right: 1px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-area-box:nth-child(3n+3) {
  padding-right: 0;
}

.about-area-image {
  margin-bottom: 10px;
}

.about-area-image img {
  width: 100%;
}

.select-area-box dl {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}

.select-area-box dt {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 1em;
}

.select-area-box dt .txt-sm {
  font-size: 16px;
}

.select-area-box dd {
  padding: 0;
  margin: 0;
}

.about-every-area {
  text-align: center;
}

#about-area-kinosaki {
  width: 100%;
  float: none;
}

#about-area-kinosaki .about-area-image {
  width: 66%;
  float: left;
}

#about-area-kinosaki dl {
  width: 32%;
  padding-left: 2%;
  float: left;
}

#about-area-kinosaki dl dt {
  text-align: left;
}

#about-area-ine,
#about-area-miyazu {
  width: 50%;
}

.select-area-box:nth-child(3n+3) {
  padding-right: 1px;
}

.about-area-image {
  margin-bottom: 15px;
}

.select-area-box dl {
  width: 90%;
}

.select-area-box dt {
  margin-bottom: 10px;
}

.select-area-box dd {
  font-size: 1.1em;
  text-align: left;
}

.btn-one {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}

.btn a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.btn-orange a {
  color: #fff !important;
  font-size: 1rem;
  border-radius: 5px;
  overflow: hidden;
  padding: 8px 15px;
  position: relative;
}

.btn-orange a,
.btn-orange a:hover {
  background: #ff9329 none repeat scroll 0 0;
}

.btn-orange a:hover {
  color: #000;
}

a span.explore-more-link {
  background-color: #fe8d00;
  padding: 8px 10px;
  text-align: center;
  color: #fff;
  font-family: PTsans, Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
  width: 80%;
  margin: 10px auto;
  border-radius: 3px;
}

a span.explore-more-link:hover {
  opacity: .8;
}

#koban-page-tit {
  display: block;
  background: url(/img/block01_tit.gif) bottom no-repeat #fff;
  font-family: Georgia, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 30px;
  color: #333;
  padding: 25px;
  margin-bottom: 20px;
  border-bottom: 20px solid #fff;
}

#koban-page {
  background: url(/common/img_info/koban_tickets01.png) right 90px no-repeat #fbefcf;
  width: 100%;
}

#koban-sec01 {
  padding: 45px 325px 30px 50px;
}

#koban-tit01 {
  font-family: Josefin Sans, sans-serif;
  text-align: center;
  margin: 0 auto 30px;
  font-weight: 500;
}

#koban-tit01 dt {
  font-size: 35px;
  margin: 0;
  padding: 0;
  line-height: 30px;
}

#koban-tit01 dd {
  font-size: 46px;
  margin: 0;
  padding: 0;
}

#koban-sec01 p {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}

#koban-page #validation dl {
  border: 1px solid #b29800;
  background-color: #fff;
  padding: 20px 15px;
  color: #b29800;
  text-align: center;
}

#koban-page #validation dt {
  font-size: 10px;
  margin: 0;
  padding: 0;
}

#koban-page #validation dd {
  font-weight: 500;
  font-family: Georgia, Times New Roman, Times, "serif";
  font-size: 16px;
  margin: 0;
  padding: 0;
}

#koban-town-pics {
  background: url(/common/img_info/koban_town_pics.png) top no-repeat;
  height: 320px;
  width: 100%;
  position: relative;
}

#koban-winter {
  left: 10px;
}

#koban-spring,
#koban-winter {
  position: absolute;
  bottom: 5px;
  color: #fff;
  font-size: 10px;
  width: 300px;
}

#koban-spring {
  right: 10px;
  text-align: right;
}

#koban-sec02 {
  background: #fff;
  padding: 10px 50px 50px;
}

#koban-note {
  font-size: 12px;
}

#koban-note ul {
  margin-left: 20px;
  padding: 0;
}

#koban-note li {
  margin: 0;
  padding: 0;
}

#koban-res {
  background: #e6e6e6;
  padding: 30px 65px;
  border-radius: 10px;
  margin: 30px auto;
  width: 550px;
}

#koban-res input,
#koban-res select {
  background-image: none;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  padding: 15px 10px;
  text-align: center;
  font-size: 14px;
  margin: 0 10px 20px;
}

#koban-res select {
  height: 44px;
}

#room-search-btn-koban {
  display: block;
  background-color: #f24200;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 15px 50px;
  font-weight: 500;
  font-size: 16px;
}

#koban-err-msg {
  padding: 15px 10px;
  font-size: 14px;
  background-color: hotpink;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 5px;
}

#koban02-sec01 {
  background: url(/common/img_info/summer_camp_bg01.png) bottom no-repeat #d3e7f5;
  background-size: 100%;
  padding-bottom: 300px;
}

dl#koban02-tit01 {
  font-family: Josefin Sans, sans-serif;
  text-align: center;
  padding: 50px 0 0;
  color: #000;
  font-weight: 600;
  margin: 0;
}

#koban02-tit01 dt {
  font-size: 35px;
  margin: 0;
  padding: 0;
}

#koban02-tit01 dd {
  font-size: 46px;
  margin: 0;
  padding: 0;
}

#koban02-sec01 p {
  text-align: center;
}

#validation02 {
  margin: 25px auto;
  width: 50%;
}

#validation02 dl {
  border: 1px solid #b29800;
  background-color: #fff;
  padding: 20px 15px;
  color: #b29800;
  text-align: center;
}

#validation02 dt {
  font-size: 10px;
  margin: 0;
  padding: 0;
}

#validation02 dd {
  font-weight: 500;
  font-family: Georgia, Times New Roman, Times, "serif";
  font-size: 16px;
  margin: 0;
  padding: 0;
}

p.scroll-to-reserve-camp {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  margin: 25px auto;
}

.page_accommodations_head {
  background-image: url(../img/header_accomodations.jpg);
  background-size: cover;
  background-position: 50%;
}

#___gcse_0 {
  width: 240px !important;
  float: none !important;
}

table#gs_id50 {
  margin-top: 0;
}

body {
  /*font-family: inherit; CHANGED*/
  /*     letter-spacing: 0; */
  border-top: 0;
}

.breadcrumbs a {
  color: #fff;
}

.breadcrumb a {
  color: #000 !important;
}

#head_nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yado-property {
  width: auto;
  background-color: transparent;
  border: 0;
  margin: 10px auto;
}

.yado-property-4 {
  background-image: none;
  padding-bottom: 0;
}

#top-contents-menu,
.yado-prop-tit,
.yado-property > a {
  display: none;
}

.yado-wrap-type_1 .yado-property:before,
.yado-wrap-type_2 .yado-property:before,
.yado-wrap-type_3 .yado-property:before,
.yado-wrap-type_4 .yado-property:before {
  content: "INN style";
  background-color: #454d57;
  border: 0;
  color: #fff;
  border-radius: 0;
  padding: 5px;
  margin-bottom: 0;
}

#property-filter,
#property-filter-tit {
  display: none;
}

#column-main,
#content,
#wrapper {
  width: auto;
  padding: 0;
}

.page header {
  position: relative;
}

#room-form {
  float: none;
  width: auto;
  min-height: 50px;
  background-color: transparent;
  right: 0;
}

#room-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#room-form dl dt {
  background-color: transparent;
  padding: 0;
  font-size: 20px;
  width: 220px;
  color: #19313b;
  font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Georgia, Meiryo, serif;
  text-align: center;
}

#room-form dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000;
  padding: 0;
  width: calc(100% - 220px);
}

#room-form dd p {
  margin: 0 0 5px 10px;
}

#room-form select {
  height: 30px;
}

#room-form #room-search-btn2 {
  height: 30px;
  background: #384866;
}

#yado-property-area {
  display: none;
}

#pm-detail-cate-tit {
  display: none;
  color: #fff;
  text-align: center;
}

#search-result dt {
  float: left;
  /* width: 330px; */
  /* CHANGED */
  font-size: 1.5em;
  margin: 0;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  font-size: clamp(1.6rem, 1.7vw, 1.9rem);
}

#search-result dd {
  /* width: 780px; */
  /* CHANGED */
  margin: 0;
  float: none;
}

@media only screen and (max-width: 900px) {
  #search-result {
    margin: 0 auto;
    /*margin-bottom: 25px*/
    margin: 5px;
    /* CHANGED */
  }
  #search-result dd {
    width: auto;
    border: 0;
    padding: 0;
  }
  #search-result dt {
    float: none;
    width: auto;
    padding-bottom: 5px;
    margin: 0 0 5px;
    text-align: left;
    font-size: 1.3em;
    border-bottom: 1px solid #fff;
  }
  #search-result dl {
    margin: 0;
    flex-direction: column;
    align-items: stretch;
  }
}

.plan-list-box,
.yado-list-box {
  padding: 50px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  /* CHANGED */
}

.plan-list-box > .flex_box,
.yado-list-box > .flex_box {
  width: 100%;
}

.plan-list-box .plan-list-info .color_btn_wrap,
.price-table-room-name .plan-detail-book-linkbox,
#room-detail .rec_planbox .color_btn_wrap {
  display: flex;
  flex-direction: row-reverse;
}

.plan-list-box .plan-list-info .color_btn_wrap > *,
.price-table-room-name .plan-detail-book-linkbox > *,
#room-detail .rec_planbox .color_btn_wrap > * {
  margin-left: 10px;
}

.yado-list-name h3 {
  /*     font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Georgia, Meiryo, serif; */
  color: #333;
}

div.yado-list-ph {
  width: 29%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.yado-list-name h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.yado-list-name h3 a {
  color: #19313b;
}

.yado-detail-link li,
.yado-detail-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.yado-detail-link {
  margin-bottom: 0;
}

.yado-detail-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1px;
}

.yado-detail-link ul:after {
  width: 0;
}

.yado-detail-link ul li {
  width: 100%;
  padding: 0 5px 0 0;
}

@media only screen and (max-width: 900px) {
  .yado-detail-link ul li {
    width: 33%;
  }
}

.yado-detail-link ul li:last-child {
  padding-right: 0;
}

/*
#yado-info .yado-detail-link li#yado-detail-link02 a,
#yado-info .yado-detail-link li#yado-detail-link03 a {
    background-image: none
}
*/
.yado-list-info {
  width: 69%;
}

.yado-list-text {
  font-size: 15px;
  padding-right: 0;
  margin-bottom: 20px;
  /* CHANGED */
}

.yado-list-plan {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding-bottom: 0;
}

.yado-list-plan > dt {
  text-align: left;
  background: transparent;
  padding: 0 0 5px;
  border-radius: 0;
  border-bottom: 2px solid #000000;
}

.yado-list-plan dd dl {
  /*     padding: 10px 0 */
}

.yado-list-plan dd dt {
  width: 100%;
  text-align: left !important;
  font-size: 1.1em;
  font-weight: 400;
  border-radius: 0 !important;
  padding: 5px 0 0 15px;
  /* background-image: url(../img/line_red.png); */
  /* CHANGED */
}

.yado-list-plan dd {
  padding: 0;
}

.en-pdetail a {
  background-image: none;
  width: 120px;
  height: auto;
  display: block;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  background: #f65900;
  text-indent: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

#yado-info #yado-name {
  margin: 0 0 5px;
  width: 100%;
}

#yado-info .yado-text {
  font-size: 1.5rem;
  margin: 0;
  width: 100%;
  margin-bottom: 100px;
  /* CHANGED */
}

#yado-info .yado-detail-link {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  float: right;
  height: auto;
  width: 70%;
}

#enyado_info_title {
  background: #000000;
  margin-top: 0;
  margin-bottom: 0;
}

#yado-info2,
#room-detail #singleyado_informationbox > .flex_box {
  background: #fff;
  padding: 20px 20px 20px;
  /* CHANGED */
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#room-detail #singleyado_informationbox {
  margin-bottom: 30px;
  background: #FFFFFF;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  #room-detail #singleyado_informationbox {
    padding: 0;
  }
}

#yado-info-phleft {
  width: 300px;
  margin-right: 0;
}

#yado-info-phright {
  width: calc(100% - 320px);
}

#plan-ph-right table,
#yado-info2 table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  margin: 0;
}

#plan-ph-right table td,
#plan-ph-right table th,
#yado-info2 table td,
#yado-info2 table th {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  /*     font-size: 12px */
}

#main .yado-box dd table td,
#main.yado-box dd table th,
.yado-box dd table tr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  /*     font-size: 12px; */
  /*     padding: 12px 10px!important */
}

.yado-box dd table {
  width: 100%;
}

#yado-info3 {
  background-color: #fff;
  padding: 40px;
  padding-top: 0;
}

#yado-info3 .item-title {
  margin: 0 -40px;
  margin-bottom: 40px;
}

.item-box .left-box,
.item-box .right-box {
  width: 48%;
}

#yado-map dd #map {
  width: 100% !important;
}

#plan-info {
  margin-bottom: 0;
  margin-left: 0;
  background: #fff;
  padding: 20px 20px 30px;
}

#plan-info .checkin {
  width: 200px;
  right: 210px;
}

#plan-info .checkout {
  width: 200px;
}

#plan-ph-left {
  width: 520px;
}

p.plan-kubun1,
p.plan-kubun2,
p.plan-kubun3,
p.plan-kubun4 {
  border: 1px solid #bca74a !important;
  background-color: #ebe3c3 !important;
}

.plan-list-name h3,
.room-list-name h3,
.yado-list-name h3 {
  color: #333;
  font-size: 1.8rem;
}

.plan-list-name h3 a,
.room-list-name h3 a,
.yado-list-name h3 a {
  color: #333;
}

#enyado_info_title,
.item-title {
  /*     padding-top: 0; */
  margin-top: 0;
  margin-bottom: 0;
}

.plan-subnavi {
  margin: 0 !important;
}

#plan-ph,
.yado-info-box {
  background-color: #fff;
}

#plan-ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#plan-ph:after {
  display: none;
}

#plan-ph #plan-ph-left {
  width: 30%;
  /* CHANGED */
}

#plan-ph #plan-ph-right {
  width: 66%;
  /* CHANGED */
}

#price-table01 {
  width: 100%;
  /*     padding: 20px; */
  /* CHANGED */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#price-table01 .room_img,
.rec_planbox .room-det-flex__img {
  width: 300px;
}

@media only screen and (min-width: 768px) {
  .room-det-flex .color_btn_wrap {
    margin-top: 10px;
  }
}

#price-table01 .room_img img {
  width: 100%;
}

#price-table01 .price-table-room-name,
.rec_planbox .room-det-flex__cntnt {
  width: calc(100% - 320px);
}

#plan-info4 .item-box .btn {
  width: 380px;
  text-align: center;
}

#plan-info4 .item-box .btn a {
  font-size: 12px;
  height: 45px;
  line-height: 45px;
}

#plan-info3 #price-table {
  margin-bottom: 0;
}

.yado-info-box dl {
  margin-top: 0;
}

.yado-info-box dl#item-no01 dd,
.yado-info-box dl#item-no02 dd,
.yado-info-box dl#item-no03 dd,
.yado-info-box dl#item-no04 dd {
  padding: 5px;
}

#room-detail #singleyado_informationbox > .flex_box #yado-ph1 {
  width: 300px;
}

#room-detail #singleyado_informationbox > .flex_box .pic_txt {
  width: calc(100% - 320px);
}

@media screen and (max-width: 768px) {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sec-title-box {
    display: none;
  }
  #header-top {
    width: 100%;
    padding: 10px 3%;
  }
  body#booking-redirect #header {
    margin-bottom: 20px;
  }
  #wrapper {
    margin: 0 auto;
    padding: 10px 0 20px;
  }
  #content,
  #wrapper {
    width: 100%;
  }
  #page_content {
    padding: 0 3%;
  }
  #room-form dd {
    color: #444;
  }
  #search-sort {
    font-size: 14px;
    margin-bottom: 5px;
    float: none;
    border: 0;
    border-bottom: 1px solid #333;
    padding: 5px 1% 15px;
    /* CHANGED */
  }
  #ratetype {
    padding: 0 1%;
    margin-bottom: 15px;
  }
  #yado-info #yado-name,
  #yado-info .yado-text {
    width: auto;
  }
  #yado-info #yado-name h3 {
    font-size: 1.6em;
    /*         font-family: 游明朝\, , Yu MinchoHiragino Mincho ProN, \, YuMincho, ",HGS明朝E,メイリオ,Georgia,Meiryo,serif"; */
    line-height: 1.1em;
  }
  #yado-info .yado-text {
    color: #333;
    margin-bottom: 1em;
  }
  #yado-info .jpy,
  #yado-info .yado-detail-link {
    width: auto;
    float: none;
    position: static;
  }
  #yado-info .jpy {
    margin-bottom: 30px;
  }
  #yado-info-phleft,
  #yado-info-phright {
    width: auto;
    margin: 0 0 25px;
    float: none;
  }
  #yado-info2 #yado-ph1 {
    width: auto;
    margin: 0 !important;
  }
  #singleyado_informationbox {
    margin-bottom: 30px;
  }
  #plan1.plan-list-box > .flex_box,
  .room-list-box > .flex_box,
  #singleyado_informationbox > .flex_box {
    flex-wrap: wrap;
  }
  #plan1.plan-list-box > .flex_box > *,
  .room-list-box > .flex_box > *,
  #singleyado_informationbox > .flex_box > *,
  #room-detail #singleyado_informationbox > .flex_box #yado-ph1,
  #room-detail #singleyado_informationbox > .flex_box .pic_txt,
  #price-table01 .room_img,
  .rec_planbox .room-det-flex__img,
  #price-table01 .price-table-room-name,
  .rec_planbox .room-det-flex__cntnt {
    width: 100%;
  }
  .rec_planbox .rec_plan_innerbox .flex_box,
  #room-detail #singleyado_informationbox > .flex_box {
    display: block;
  }
  #room-detail #singleyado_informationbox > .flex_box {
    padding: 0;
  }
  .plan-list-box,
  .yado-list-box {
    flex-direction: column;
    /* CHANGED */
    padding: 15px 15px 1px;
  }
  .yado-list-info {
    width: 100%;
    padding-bottom: 5px;
  }
  #yado-info .yado-detail-link li#yado-detail-link02 a,
  #yado-info .yado-detail-link li#yado-detail-link03 a,
  .yado-detail-link ul li a {
    font-size: 14px;
  }
  .yado-detail-link ul li {
    padding: 0 1px;
  }
  #yado-info2 {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
  }
  #plan-info .checkin,
  #plan-info .checkout,
  #yado-info3 .checkin,
  #yado-info3 .checkout {
    height: auto;
    width: 48.5%;
    font-size: 14px;
    position: static;
    margin: 0 auto 10px;
  }
  .checkin {
    float: left;
  }
  .checkout {
    float: right;
  }
  #plan-ph-right table td,
  #plan-ph-right table th,
  #yado-info2 table td,
  #yado-info2 table th {
    padding: 0 5px;
  }
  #enyado_info_title,
  .item-title {
    height: auto;
    line-height: 1.5;
    font-size: 1.3em;
    padding: 10px 20px;
  }
  .item-box .left-box,
  .item-box .right-box {
    padding-left: 0;
  }
  .item-box dt {
    font-size: 1.2em;
  }
  .en-pdetail,
  .en-pdetail a {
    display: block;
    width: 100%;
  }
  .en-pdetail a {
    padding: 20px 0;
    text-align: center;
    position: static;
    margin-top: 20px;
  }
  .yado-detail-link {
    margin-bottom: 15px;
    width: 100% !important;
  }
  div.yado-list-ph {
    width: auto;
    text-align: center;
    margin: auto;
  }
  .yado-list-plan dd dt {
    width: 100%;
    padding: 0 12px;
  }
  .yado-list-plan {
    margin: 0;
  }
  .plan-linkbox a {
    display: block;
    padding: 10px 3px;
    border-bottom: 1px dashed #bfbfbf;
  }
  #plan-info {
    background: transparent;
    padding: 0;
  }
  dl.yado-list-plan dd {
    float: none;
  }
  .yado-list-plan dd dd {
    padding: 10px;
  }
  p.plan-kubun,
  p.plan-kubun-price {
    display: block;
  }
  .item-box .left-box,
  .item-box .right-box {
    width: auto;
    float: none;
    padding: 20px;
  }
  .plan-list-info,
  .room-list-info,
  .yado-list-info {
    width: auto;
    padding-bottom: 0;
    position: static;
    float: none;
  }
  .plan-list-name h3,
  .room-list-name h3,
  .yado-list-name h3 {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 8px;
  }
  div.plan-list-ph,
  div.room-list-ph {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .capacity,
  p.plan-kubun1,
  p.plan-kubun2,
  p.plan-kubun3,
  p.plan-kubun4 {
    display: block;
    height: auto;
    line-height: 1.5;
    clear: both;
  }
  #room-info1 .capacity,
  .go-plandetail a,
  .go-roomdetail {
    position: static;
  }
  .go-plandetail a,
  .go-roomdetail a {
    margin: 0 auto;
  }
  #plan-ph-right,
  .price-table-room-name {
    width: auto;
    float: none;
  }
  #room-form {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
  }
  #room-form dt {
    color: #000 !important;
    font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Georgia, Meiryo, serif;
  }
  #room-form dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #room-form dd p {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    width: 100%;
  }
  #room-form #room-search-btn2 {
    height: 50px;
    margin-top: 10px;
  }
  #room-form .find-room-date,
  #room-form dd input,
  #room-form select {
    width: 100%;
  }
  .btn-list-twin ul li {
    list-style: none;
    margin: 0;
    float: left;
    width: 50%;
    padding: 3px;
  }
  .btn-list-twin {
    margin: 0 0 20px;
  }
  .btn-list-twin ul {
    margin: 0;
    padding: 0;
  }
  .btn-list-twin ul li:first-child a {
    background: #1a206e;
    padding: 18px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .btn-list-twin ul li:first-child a,
  .btn-list-twin ul li:last-child a {
    display: block;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    height: 60px;
  }
  .btn-list-twin ul li:last-child a {
    background: #f65900;
    padding: 16px 0 0;
  }
}

body#booking-redirect {
  background-image: url(../../wp-content/themes/kannabe/images/background/bg_wrapper_page.jpg);
  background-position: center -40px;
  background-repeat: repeat-x;
  padding-top: 200px;
  margin: 0;
}

body#booking-redirect #header {
  background-color: #000;
  height: auto;
  padding: 15px;
  margin-bottom: 50px;
}

body#booking-redirect .g_nav {
  background-color: #000;
  padding: 7px 0;
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

body#booking-redirect .w1200 {
  max-width: 1200px;
  min-width: 1200px;
  width: 1200px;
  margin: auto;
}

body#booking-redirect .g_nav .g_nav_box .logo {
  width: 312px;
}

body#booking-redirect header h1 {
  margin: 0;
  padding: 0;
}

body#booking-redirect .header-inner {
  max-width: 1000px;
  margin: 0 auto;
}

body#booking-redirect .header-inner #logo-cap,
body#booking-redirect .header-inner h1 {
  color: #fff;
  margin: 0;
}

body#booking-redirect .header-inner h1 a {
  color: #fff;
}

body#booking-redirect #column-main {
  width: 85%;
  margin: 0 auto;
}

#booking-redirect-msg {
  padding: 50px 60px 60px;
  margin-bottom: 20px;
  font-size: 18px;
  background: #fff;
}

#booking-redirect-note {
  padding: 0 20px;
  color: #fcb50d;
  margin: 10px 0 40px;
  font-size: 13px;
}

#booking-redirect-link {
  padding: 0 120px;
}

#booking-redirect-link p {
  color: #fcb50d;
}

#booking-redirect-link a {
  color: #fff;
  background-color: #f5a600;
  padding: 35px 25px;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}

#booking-redirect-link a:hover {
  color: #fff;
  background-color: #e69c00;
}

@media screen and (max-width: 768px) {
  body#booking-redirect {
    padding-top: 80px;
  }
  body#booking-redirect .g_nav {
    top: 0;
  }
  body#booking-redirect .w1200 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  body#booking-redirect header .g_nav .g_nav_box .logo img {
    height: 50px;
    width: auto;
    display: block;
    padding-left: 10px;
  }
  body#booking-redirect #column-main {
    width: 90%;
    margin: 0 auto;
  }
  #booking-redirect-msg {
    font-size: 15px;
    padding: 5%;
  }
  #booking-redirect-link,
  #main .page_accommodations #page_content #page_content,
  #room-form {
    padding: 0;
  }
  #room-form dl dt {
    width: 100%;
    padding-top: 20px;
  }
  #room-form dl dd {
    width: 100%;
  }
  .yado-list-ph a:first-child {
    display: block;
    margin: auto;
    /*         margin-top: 20px */
  }
  #plan-ph,
  #yado-info3 {
    padding: 0px;
  }
  #yado-info3 {
    padding-top: 0;
  }
  #yado-info3 .item-title {
    margin: 0 0px 20px;
    /* CHANGED */
    padding: 15px;
  }
  #plan-ph #plan-ph-left,
  #plan-ph #plan-ph-right {
    width: 100%;
    margin-bottom: 15px;
  }
  #plan-info4 .item-box dt {
    padding: 15px;
  }
  #plan-info4 .item-title {
    height: auto;
  }
  #price-table01,
  .yado-info-box dl#item-no01 dd,
  .yado-info-box dl#item-no02 dd,
  .yado-info-box dl#item-no03 dd,
  .yado-info-box dl#item-no04 dd {
    /*         padding: 15px */
  }
  #plan-info4 .item-box .btn {
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #plan-info4 .btn a {
    width: 100%;
  }
  #plan-info .checkin,
  #plan-info .checkout,
  #yado-info3 .checkin,
  #yado-info3 .checkout,
  .checkin,
  .checkout {
    float: none;
    width: 100%;
    line-height: 1.5em;
    margin-top: 10px;
  }
  .plan-list-box .plan-list-info .color_btn_wrap,
  .price-table-room-name .plan-detail-book-linkbox,
  #room-detail .rec_planbox .color_btn_wrap {
    margin-top: 15px;
  }
  .plan-list-box .plan-list-info .color_btn_wrap > *,
  .price-table-room-name .plan-detail-book-linkbox > *,
  .plan-list-box .plan-list-info .color_btn_wrap > *,
  .price-table-room-name .plan-detail-book-linkbox > *,
  #room-detail .rec_planbox .color_btn_wrap > * {
    margin: 0 5px;
    width: 100%;
  }
  .yado-list-plan dd span.en-pdetail-btn a,
  .plan-list-box .btn-wrap a,
  .room-list-box .btn-wrap a,
  .yado-list-plan dd span.en-book-btn a,
  .plan-list-box .btn-wrap a.bttn--maroon,
  #room-detail .rec_planbox .color_btn_wrap a.bttn--maroon,
  .yado-list-plan dd span.en-pdetail-btn a,
  .plan-list-box .btn-wrap a,
  .room-list-box .btn-wrap a,
  .rec_planbox .btn-wrap a {
    display: block;
  }
  footer a {
    color: #fff !important;
  }
}

#main {
  padding-bottom: 0;
}

.yado-list-plan > dt {
  padding: 5px 10px;
}

.yado-list-plan dd span.en-book-btn a,
.yado-list-plan dd span.en-pdetail-btn a {
  background-image: none;
  width: 120px;
  height: auto;
  display: block;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-indent: 0;
  padding: 10px !important;
  border-radius: 100px;
  border: 3px solid #000000;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .yado-list-plan dd span.en-book-btn a,
  .yado-list-plan dd span.en-pdetail-btn a {
    width: 100%;
  }
}

.yado-list-plan dd span.en-book-btn {
  position: absolute;
  /*     top: 50%; */
  bottom: 15%;
  right: 140px;
  /*
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
*/
}

.yado-list-plan dd span.en-book-btn a,
.plan-list-box .btn-wrap a.bttn--maroon,
#room-detail .rec_planbox .color_btn_wrap a.bttn--maroon {
  background-color: #FFFFFF;
  /*
    font-size: 1.2em;
    padding: 6px 5px!important;

*/
  border: 3px solid #709fa9;
  color: #709fa9 !important;
}

@media only screen and (max-width: 768px) {
  .yado-list-plan dd span.en-book-btn {
    display: block;
    position: static;
    /*
        top: 0;
        right: 0;
*/
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.go-book.btn a {
  background-color: #ba0000;
  font-size: 1.2em;
  padding: 7px 5px !important;
  color: #fff;
  display: block;
  width: 120px;
  position: absolute;
  bottom: 15px;
  right: 175px;
  border-radius: 5px;
}

.yado-list-plan dd span.en-pdetail-btn {
  position: absolute;
  /*     top: 50%; */
  bottom: 15%;
  right: 10px;
  /*
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%)
*/
}

@media only screen and (max-width: 768px) {
  .yado-list-plan dd span.en-pdetail-btn {
    display: block;
    position: static;
    /*
        top: 0;
        right: 0;
*/
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 5px;
  }
}

#yado-list .yado-detail-link li a {
  display: block;
  width: 100%;
  height: 45px;
  margin-left: 0;
  float: left;
  background: #000000 !important;
  border-radius: 0;
  color: #fff !important;
  text-align: center !important;
  font-size: 1.1em;
  padding: 0 10px !important;
  line-height: 45px;
  transition: .3s;
  border-radius: 100px;
}

.find-room-date {
  width: 100%;
  line-height: 30px;
  height: 40px;
}

.find-room-date::placeholder {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

#room-search2 select {
  height: 40px;
  border-radius: 5px;
}

#room-search2 select::placeholder {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

#room-search-btn,
#room-search-btn2 {
  position: relative;
  width: 145px;
  height: 55px;
  line-height: 30px;
  font-size: 1.5rem;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  #room-search-btn,
  #room-search-btn2 {
    top: 10px;
  }
}

#room-search-btn2 {
  width: 100%;
  margin-bottom: 15px;
}

div.yado-list-ph a:first-child {
  /*     width: 97%; */
  margin-bottom: 5px;
}

div.yado-list-ph a:nth-child(2) {
  width: 49%;
  float: left;
}

div.yado-list-ph a:nth-child(3) {
  width: 49%;
  float: right;
}

p.go-plandetail a,
p.go-roomdetail a {
  background-color: #fff !important;
}

#plan-info .checkin,
#plan-info .checkout {
  line-height: 35px;
}

.pm-plan-yoyaku-btn a {
  width: 150px;
  display: inline-block;
  line-height: 45px;
  height: 45px;
  color: #fff;
  border-radius: 5px;
  padding: 0 !important;
  font-weight: 700;
}

/*
#yado-info .yado-detail-link li#yado-detail-link02 a, #yado-info .yado-detail-link li#yado-detail-link03 a, .yado-detail-link ul li a {
    margin: 0
}
*/
.yado-detail-link {
  float: right;
  height: auto;
  width: 70%;
}

.price-table-room-name {
  /*     width: 58% */
  width: calc(100% - 165px);
}

#plan-info4 .in-btn {
  float: right;
  margin-right: 20px;
  margin-bottom: 30px !important;
}

@media only screen and (min-width: 768px) {
  #plan-info4 .in-btn {
    margin-bottom: 30px;
  }
}

#plan-info4 .in-btn a {
  width: 350px;
  display: block;
  color: #fff;
  border-radius: 6px;
  background: url(/lodging/img/arrow.png) 8px no-repeat #709fa9;
  text-align: center;
  height: 20px;
  font-size: 1em;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -.01em;
  padding: 0 10px;
}

.price-table-room-name > a {
  /*
    font-size: 1em;
    font-weight: 700
*/
}

#main {
  padding-bottom: 20px !important;
}

.yado-list-info .yado-detail-link {
  float: none;
}

.accommodations-wrap {
  max-width: 100%;
  padding: 0;
}

#room-info2 .item-box dl {
  border-bottom: 1px dashed #bfbfbf;
  padding-bottom: 5px;
  position: relative;
  padding: 20px;
}

#room-info2 .item-box dt {
  padding-left: 0 !important;
}

#room-info2 .item-box dd.room-detail-planlist-btn a {
  display: block;
  margin-bottom: 20px !important;
  background-color: #f24200 !important;
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
  width: 230px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
}

#column-main,
#content,
#wrapper {
  max-width: 1500px;
  width: 100%;
  /*     padding: 0 10px; */
  margin: 0 auto;
}

#cal #wrapper,
#resv #wrapper {
  max-width: 1000px;
}

#cal #contents-main,
#resv #contents-main {
  float: right;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 720px;
}

#content {
  padding-top: 100px;
}

@media only screen and (max-width: 900px) {
  #content {
    padding-top: 0;
  }
}

#plan-list #column-main,
#room-list #column-main,
#yado-list.accommodations-wrap #column-main {
  /*margin-bottom: 200px*/
}

.hamburger:after {
  position: absolute;
  text-align: center;
  content: "MENU" !important;
  font-size: 12px;
  width: 42px;
  left: 0;
  bottom: 0;
  word-break: keep-all;
  color: #c0ab4a;
}

#resv-flow li.resv-flow-current {
  background: #709fa9;
}

#search-sort {
  width: auto;
}

#meal-filter-wrap .sort-filter-tit,
#search-sort .sort-filter-tit {
  background: none;
  /*padding: 0; */
  /* CHANGED */
  color: #333 !important;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.filter-wrap .sort-item {
  line-height: 1;
  padding: 0;
}

#ratetype li {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
  float: none;
  font-size: 15px;
}

#ratetype ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

#yado-list .yado-low-price {
  border: none;
  padding: 6px 0;
  border-radius: 10px;
  background: none;
  text-align: left;
  max-width: 600px;
  width: 100%;
}

.btn.pm-plan-yoyaku-btn2 a {
  padding: 9px 37px;
  margin: 0 auto;
  border: 0;
  background: #f24200 !important;
  font-size: 1.8em;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #column-main,
  #content,
  #wrapper {
    width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  h1 {
    font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Georgia, Meiryo, serif;
    font-size: 30px;
    padding-top: 137px;
  }
  #main {
    /*         padding-top: 70px; */
    padding-bottom: 0 !important;
  }
  #plan-list #column-main,
  #room-list #column-main,
  #yado-list.accommodations-wrap #column-main {
    margin-top: 0;
    padding-top: 0;
  }
  .go-book.btn a,
  .plan-list-info {
    position: relative;
  }
  .go-book.btn a {
    bottom: unset;
    top: unset;
    right: unset;
    left: unset;
    width: 125px;
  }
  .find-room-date {
    width: 100%;
    line-height: 30px;
    height: 40px;
    margin: 5px 0;
  }
  #room-search2 select {
    height: 40px;
    background: #fff;
    width: 100%;
    margin: 10px 0;
  }
  #room-search-btn,
  #room-search-btn2 {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 30px;
    margin: 10px 0;
  }
  .yado-detail-link ul {
    display: block;
  }
  div.yado-list-ph {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
  }
  div.yado-list-ph a:nth-child(2) img {
    /*
        width: 48.5%;
        float: left;
        margin-left: 2px
*/
  }
  div.yado-list-ph a:nth-child(3) img {
    /*
        width: 48.5%;
        float: left
*/
  }
  .yado-list-box {
    position: relative !important;
    padding: 10px 20px 20px !important;
  }
  #yado-list .yado-detail-link li a {
    padding: 0 8px !important;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
  #yado-list .yado-detail-link {
    position: relative;
    z-index: 1;
    margin-top: 0;
  }
  .yado-detail-link ul li {
    width: 33%;
    text-align: center;
  }
  .fat-nav__wrapper {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .yado-list-ph {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .yado-list-plan dd dt span.en-pdetail-tit a {
    padding: 5px 0 !important;
  }
  #yado-info {
    padding-bottom: 0;
  }
  #plan-info #plan-name {
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    font-size: 1.3em;
    margin-top: 0;
    margin-top: 10px;
  }
  #plan-info4 .in-btn {
    float: none;
    margin-right: 0;
    margin: 0 10px 10px;
  }
  #plan-info4 .in-btn a {
    width: 100%;
    display: block;
    color: #fff;
    border-radius: 6px;
    background: url(/lodging/img/arrow.png) 8px no-repeat #709fa9;
    text-align: center;
    height: 20px;
    font-size: 15px;
    padding-left: 0;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -.01em;
    padding: 0 10px;
  }
  #price-table01 .price-table-room-name {
    width: 100%;
    float: none;
  }
  .price-table-room-name > a {
    display: block;
    font-size: 1.4em;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .price-table-room-name > a.bttn {
    font-size: 1.1em;
    font-weight: normal;
    color: #cc0000;
  }
  #price-table01 .room_img {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  #plan-ph-left,
  #plan-ph-right {
    width: auto;
    float: none;
  }
  #plan-ph-left img {
    width: 100%;
  }
}

footer a:link,
footer a:visited {
  color: #fff;
}

.entry-header {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.entry-title {
  margin: 0 0 30px;
  padding-top: 60px;
  color: #d19a00;
  font-size: 28px !important;
  font-weight: 300;
  font-family: serif;
  text-align: center;
  color: #0b2c60;
}

@media only screen and (min-width: 768px) {
  .entry-title {
    padding-top: 0px;
    letter-spacing: 2px;
    font-size: 48px !important;
  }
}

.entry-header .entry-title {
  display: block;
  padding-right: 0;
  border-right: none;
}

@media only screen and (max-width: 900px) {
  .entry-header {
    margin-top: 30px;
  }
  .entry-title {
    margin: 0 0 20px;
    /* CHANGED */
    padding-top: 0;
    /* CHANGED */
    font-size: 33px;
  }
  .entry-subtitle {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  /* CHANGED
    .entry-title {
        font-size: 27px
    }
    */
  .entry-subtitle {
    padding: 0 15px;
  }
}

.flex_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_box_between {
  justify-content: space-between;
}

#room-search2 {
  margin: 20px 0;
}

#room-search2 .flex_box div {
  width: 25%;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) {
  #room-search2 .flex_box div {
    width: 38%;
  }
}

@media only screen and (min-width: 1025px) {
  #room-search2 .flex_box div {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  #room-search2 .flex_box {
    display: block;
  }
  #room-search2 {
    margin: 10px 0;
  }
  #room-search2 .flex_box div {
    width: 100%;
    margin-right: 5px;
  }
  #room-search2 .flex_box div.room-search__checkdates {
    width: calc(50% - 5px);
    margin: 0;
    display: inline-block;
  }
  #room-search2 .flex_box div.room-search__checkdates:first-child {
    margin-right: 6px;
  }
}

@media only screen and (max-width: 768px) {
  .yado-list-box {
    display: block;
  }
}

/* CHANGED */
/* Seans additions */
.flex_box_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* 改善 #26.A TripAdvisor */
.yado-list-name__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

.yado-list-name__inner__text {
  width: 70%;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .yado-list-name__inner {
    flex-direction: column;
  }
  .yado-list-name__inner__text {
    width: 100%;
    margin: 0 0 10px;
    display: flex;
    flex-direction: column-reverse;
  }
  .yado-list-text {
    margin: 0;
  }
  #CDSRATINGWIDGET {
    width: 100%;
    padding: 10px 2% 6px;
    margin-bottom: 10px;
  }
  #CDSROWCONTAINER {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
  }
  #CDSROWLOC {
    padding: 7px 0 0;
  }
  #CDSROWRATING {
    padding: 3px 0 0;
  }
  #CDSROWLOGO {
    padding: 0;
  }
}

@media only screen and (max-width: 360px) {
  #CDSROWLOC {
    width: 100%;
    padding: 0 0 10px;
  }
}

/*========= ハンバーガーメニュー ===============*/
.openbtn {
  position: fixed;
  z-index: 99999;
  top: 28px;
  right: 10px;
  cursor: pointer;
  width: 70px;
  height: 65px;
  transition: .3s;
  width: 23px;
  right: 20px;
}

.openbtn img {
  transition: opacity .5s ease;
}

@media only screen and (min-width: 768px) {
  .openbtn {
    display: none;
  }
}

.openbtn.active img {
  opacity: 0;
}

.openbtn::after {
  opacity: 0;
  transition: opacity .3s ease;
  /* ← after表示もなめらかに */
  top: -20px;
}

.openbtn.active::after {
  content: "×";
  display: block;
  height: 30px;
  width: 30px;
  font-size: 2.3rem;
  opacity: 1;
  /* ← ゆっくり現れる */
  position: relative;
  top: -40px;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*前面へ*/
  position: fixed;
  z-index: 9999;
  /*左側に配置*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fafafa;
  /*左へ完全に隠す → 画面外へ*/
  transform: translateX(-100%);
  /*メリハリの効いた cubic-bezier アニメーション*/
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: .5;
  padding-top: 40px;
}

#g-nav ul {
  margin: 0;
  padding: 0;
}

#g-nav ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  letter-spacing: -.001rem;
}

#g-nav ul li a {
  font-size: 1.4rem;
  color: #666;
  transition: opacity .2s;
}

#g-nav ul li a:hover {
  opacity: .5;
}

#g-nav ul li.getting {
  font-style: italic;
  padding-top: 30px;
}

/* アクティブ化で画面内へスライドイン（左→右） */
#g-nav.panelactive {
  transform: translateX(0);
  opacity: 1;
}

/* スクロール対応 */
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 30px 30px;
}

.room-search .flex_box > div:nth-child(1)::before {
  content: "Check-in";
  display: block;
}

.room-search .flex_box > div:nth-child(2)::before {
  content: "Check-out";
  display: block;
}

.room-search .flex_box > div:nth-child(3)::before {
  content: "Meal plan option";
  display: block;
}

.room-search .flex_box > div:nth-child(4)::before {
  content: "Persons / room";
  display: block;
}

@media only screen and (min-width: 768px) {
  .second-entry-content {
    width: 90%;
    margin: auto;
  }
}

h4.color_title {
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  h4.color_title {
    font-size: 1.6rem;
  }
}

.room-det-flex__cntnt .plan-kubun-price {
  padding: 2px 10px;
}

@media only screen and (min-width: 768px) {
  .room-det-flex__cntnt .plan-kubun-price {
    display: inline-block;
    position: relative;
    top: 1px;
  }
}

.room-det-flex__cntnt h4.color_title {
  margin: 10px 0;
}

.room-det-flex__cntnt h4.color_title a {
  color: #000000;
}

#property-filter1 {
  background: #000000;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  margin-top: -10px;
}

@media only screen and (min-width: 768px) {
  #property-filter1 {
    display: flex;
    align-items: center;
    top: -37px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  #property-filter1 {
    top: -40px;
  }
}

#property-filter1 .sort-filter-tit {
  padding: 20px 20px 10px;
  font-size: clamp(1.3rem, 1.4vw, 1.5rem) !important;
}

@media only screen and (min-width: 768px) {
  #property-filter1 .sort-filter-tit {
    max-width: 220px;
    width: 25%;
    text-align: center;
    border-right: 1px solid #FFFFFF;
    padding: 40px 40px 30px;
  }
}

@media only screen and (min-width: 1025px) {
  #property-filter1 .sort-filter-tit {
    max-width: 221px;
    width: 23%;
    padding: 40px 40px 30px;
  }
}

#property-filter1 .sort-filter-tit h3 {
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  #property-filter1 .sort-filter-tit h3 {
    border-bottom: none;
    padding-bottom: 0;
  }
}

#property-filter1 .flex_box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 0px 20px 20px;
}

@media only screen and (min-width: 768px) {
  #property-filter1 .flex_box {
    flex-flow: nowrap;
    padding: 70px 20px 20px;
  }
}

@media only screen and (min-width: 1025px) {
  #property-filter1 .flex_box {
    padding: 80px 0 0 30px;
    flex-flow: nowrap;
  }
}

#property-filter1 .property-filter-list {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 10px;
  width: 46%;
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  #property-filter1 .property-filter-list {
    width: auto;
    margin-right: 5px;
  }
}

@media only screen and (min-width: 1025px) {
  #property-filter1 .property-filter-list {
    margin-right: 10px;
  }
}

#property-filter1 .property-filter-list:hover {
  background: #000;
  color: #FFFFFF;
}

#property-filter1 .property-filter-list:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 900px) {
  #property-filter1 {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    display: block;
  }
  #property-filter1 .flex_box {
    padding-top: 0px;
  }
  #property-filter1 .sort-filter-tit {
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding-left: 20px;
    border-right: 0;
  }
  #property-filter1 .sort-filter-tit h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }
  #search-result dt {
    max-width: 100%;
  }
}

/* ----------------------------------



---------------------------------- */
@media only screen and (min-width: 768px) {
  .room_search_on #search-sort {
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .room_search_on #meal-filter-wrap {
    display: flex;
    align-items: center;
  }
}

.room_search_on #filter01-wrap {
  background: #000000;
  border-radius: 10px;
  padding: 0px 20px 0 20px;
  margin-top: 0;
  margin-bottom: 15px;
  width: 97%;
}

@media only screen and (min-width: 768px) {
  .room_search_on #filter01-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 20px 50px 0 30px;
    width: 100%;
  }
}

.room_search_on #filter01-wrap a {
  color: #FFFFFF;
}

.room_search_on #meal-filter-wrap .sort-filter-tit, .room_search_on #search-sort .sort-filter-tit {
  color: #fff !important;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1.3;
}

.room_search_on #property-filter1 {
  top: 0;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .room_search_on #property-filter1 {
    width: 100%;
    padding-top: 10px;
  }
}

.room_search_on #search-sort a:hover, .room_search_on #search-sort a b {
  color: #fff !important;
  font-weight: 500;
}

.room_search_on #property-filter1 .flex_box {
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .room_search_on #property-filter1 .flex_box {
    padding: 0 0 0 30px;
  }
}

.ratetype-filter-list a:hover {
  font-weight: 700;
}

.ratetype-filter-list.select-item a b {
  font-weight: 400;
}

.ratetype-filter-list.select-item a b:hover {
  font-weight: 700;
}

.rec_plan_innerbox {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .rec_plan_innerbox {
    margin-bottom: 0;
  }
}
