@charset "UTF-8";

main {
  background: #f7f7f7;
}

.lp-inner {
  margin: auto;
  padding-right: 0;
  padding-left: 0;
  width: 94%;
}

.pageTitle {
  margin-bottom: -5%;
  padding: 15% 5%;
  line-height: 0;
  background: url('../../img/autumn/mv.jpg') no-repeat center center;
  background-size: cover;
}

.pageTitle img {
  margin: auto;
  width: 60%;
  height: auto;
}

.lp-hero-widget {
  position: relative;
  right: auto;
  bottom: auto;
  margin-bottom: 60px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.lp-hero-widget .lp-hotel-search {
  position: relative;
  padding: 30px 40px;
  width: auto;
  border: none;
}
.lp-hero-widget .lp-hotel-search .hotel-search-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#leisureSearchform,
.lp-hero-widget .lp-hotel-search h3 {
  position: relative;
  z-index: 2;
}

.lp-hero-widget .lp-hotel-search:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #d66908;
}

.lp-hero-widget .lp-hotel-search h3 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
  font-size: 24px;
  color: #d66908;
}

.lp-hero-widget .lp-hotel-search h3:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background: url('../../img/autumn/icon-search.png') no-repeat center center;
  background-size: 100%;
}

.lp-hero-widget .lp-hotel-search .hotel-search-item--pref,
.lp-hero-widget .lp-hotel-search .hotel-search-item--checkin,
.lp-hero-widget .lp-hotel-search .hotel-search-group {
  width: 26%;
}
.lp-hero-widget .lp-hotel-search .hotel-search-item--area {
  width: 30%;
}
.lp-hero-widget .lp-hotel-search .hotel-search-item--area .hotel-search-label {
  width: 24%;
}
.lp-hero-widget .lp-hotel-search .hotel-search-item--area .hotel-search-field {
  width: 76%;
}
.lp-hero-widget .lp-hotel-search .hotel-search-item--night {
  width: 18%;
}
.lp-hero-widget .lp-hotel-search .hotel-search-item--smoking {
  width: 22.8%;
}
.lp-hero-widget .lp-hotel-search .hotel-search-item--budget {
  width: 26%;
}
.lp-hero-widget .lp-hotel-search .hotel-search-group {
  padding-right: .8%; 
}
.lp-hero-widget .lp-hotel-search .hotel-search-item--children {
  width: 66px;
}
#people-children-detail {
  width: 100%;
  margin: 0 0 20px;
}
.lp-hero-widget .lp-hotel-search .hotel-search-item {
  padding-right: .8%;
}
.lp-hero-widget .lp-hotel-search .hotel-search-item--night,
.lp-hero-widget .lp-hotel-search .hotel-search-item--usecorp {
  padding-right: 0;
}
.lp-hero-widget .lp-hotel-search .hotel-search-item--usecorp {
  width: 10%;
}
.lp-hero-widget .lp-hotel-search .hotel-search-item--usecorp .hotel-search-label {
  width: 64%;
}
.lp-hero-widget .lp-hotel-search .hotel-search-item--usecorp .hotel-search-field {
  width: 36%;
}
.lp-hero-widget .lp-hotel-search .hotel-search-label {
  width: 32%;
}
.lp-hero-widget .lp-hotel-search .hotel-search-item--children .hotel-search-label {
  width: 36px;
}
.lp-hero-widget .lp-hotel-search .hotel-search-field {
  width: 68%;
}
.lp-hero-widget .lp-hotel-search .hotel-search-item--children .hotel-search-field {
  width: 20px;
}
.lp-hero-widget .lp-hotel-search .hotel-search-field input[type="text"]{
  width: 100%;
}

.lp-hero-widget .lp-hotel-search .hotel-search-field.small {
  width: 132px;
}

.lp-hero-widget .lp-hotel-search .hotel-search-field select {
  padding-right: 15px;
  background-image: none;
}

.lp-hero-widget .lp-hotel-search .hotel-search-btnarea {
  position: relative;
  top: 20px;
  margin: 0 0 20px;
  clear: both;
}

.lp-hero-widget .lp-hotel-search .hotel-search-btnarea button {
  padding: 15px 20px;
  border-radius: 0;
  background: #d66908;
}

@media (min-width:1025px){
  .lp-hero-widget .lp-hotel-search .hotel-search-btnarea button:hover {
    opacity: .7;
  }
}

.lp-hero-widget .lp-hotel-search .hotel-search-btnarea button span {
  display: block;
}

.pageLead {
  padding-bottom: 50px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 20px;
}

section.recommend > header {
  padding-bottom: 60px;
  text-align: center;
}

section.recommend > header h3 {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 26px;
  font-weight: bold;
  color: #d66908;
}

section.recommend > header .links {
  font-size: 14px;
}

section.recommend > header .links li {
  display: inline-block;
  padding-top: 10px;
}

section.recommend > header .links li:not(:last-child):after {
  content: '/';
  display: inline-block;
  padding: 0 30px;
  color: #ccc;
}

section.recommend > header .links li a {
  text-decoration: underline;
  color: #d66908;
}

section.recommend section.areas {
  padding-bottom: 80px;
}

section.recommend section.areas h4 {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #c7a956;
  line-height: 1.4;
  font-size: 20px !important;
  color: #000;
}

section.recommend section.areas .commonItems01 {
  padding-bottom: 40px;
}

section.recommend section.areas .commonItems01 li {
  padding: 0 0 20px;
  background: #fff;
  /*box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .1);*/
}

section.recommend section.areas .commonItems01 li .thumbnail {
  position: relative;
  margin-bottom: 15px;
  padding: 38% 0;
  overflow: hidden;
  background: #dedede;
}

section.recommend section.areas .commonItems01 li .thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}

section.recommend section.areas .commonItems01 li a {
  display: block;
  color: #000;
  text-decoration: none;
}

@media (min-width:1025px){
  section.recommend section.areas .commonItems01 li a:hover {
    opacity: .7;
  }
}

section.recommend section.areas .commonItems01 li dl,
section.recommend section.areas .commonItems01 li .button {
  margin: auto;
  width: 90%;
}

section.recommend section.areas .commonItems01 li dl {
  padding-bottom: 20px;
}

section.recommend section.areas .commonItems01 li dt {
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 16px;
}

section.recommend section.areas .commonItems01 li dd {
  line-height: 1.4;
  font-size: 14px;
}

section.recommend section.areas .commonItems01 li dd + dd {
  margin-top: 8px;
}

section.recommend section.areas .commonItems01 li .button {
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background: #d66908;
}

section.recommend section.areas .commonLink01 {
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
}

section.recommend section.areas .commonLink01 a {
  text-decoration: underline;
  color: #d66908;
}

@media (min-width:1025px){
  section.recommend section.areas .commonLink01 a:hover {
    text-decoration: none;
  }
}

@media (min-width:1025px){
  section.recommend section.areas .commonItems01 li {
    float: left;
    width: 32%;
  }
  section.recommend section.areas .commonItems01 li:nth-child(3n+1) {
    clear: both;
  }
  section.recommend section.areas .commonItems01 li:nth-child(n+4) {
    margin-top: 30px;
  }
  section.recommend section.areas .commonItems01 li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  section.recommend .area01 .commonItems01 dd:last-of-type {
    min-height: 54px;
  }
  section.recommend .area02 .commonItems01 dd:last-of-type {
    min-height: 133px;
  }
  section.recommend .area03 .commonItems01 dd:last-of-type {
    min-height: 57px;
  }
  section.recommend .area04 .commonItems01 dd:first-of-type {
    min-height: 38px;
  }
  section.recommend .area04 .commonItems01 dd:last-of-type {
    min-height: 95px;
  }
  section.recommend .area05 .commonItems01 dt {
    min-height: 54px;
  }
  section.recommend .area05 .commonItems01 dd:last-of-type {
    min-height: 95px;
  }
  section.recommend .area06 .commonItems01 dt {
    min-height: 54px;
  }
  section.recommend .area06 .commonItems01 dd:last-of-type {
    min-height: 76px;
  }
  section.recommend .area07 .commonItems01 dt {
    min-height: 54px;
  }
  section.recommend .area07 .commonItems01 dd:last-of-type {
    min-height: 76px;
  }
  section.recommend .area08 .commonItems01 dd:last-of-type {
    min-height: 54px;
  }
}

.campaignBanners {
  margin: auto;
  padding: 0 0 90px;
  width: 94%;
}

.campaignBanners li {
  line-height: 0;
}

.campaignBanners li a {
  display: block;
}

@media (min-width:1025px){
  .campaignBanners li a:hover {
    opacity: .7;
  }
}

.campaignBanners li:not(:last-child) {
  padding-bottom: 20px;
}

.prefectures-link {
  margin-top: 0 !important;
}



@media (max-width:1024px){
  section.recommend section.areas .commonItems01 {
    margin: auto;
    width: 90%;
  }
  section.recommend section.areas .commonItems01 li:not(:last-child) {
    margin-bottom: 40px;
  }
}



@media (min-width:768px){
  .sp {
    display: none !important;
  }
}



@media (max-width:767px){
  .pageTitle img {
    width: 100%;
  }

  .lp-hero-widget {
    margin-bottom: 50px;
  }

  .lp-hero-widget .lp-hotel-search-spbtn {
    padding: 20px;
  }

  .lp-hero-widget .lp-hotel-search {
    padding: 20px;
  }

  .lp-hero-widget .lp-hotel-search h3 {
    margin-bottom: 20px;
    /* font-size: 16px; */
    font-size: 18px;
  }

  .lp-hero-widget .lp-hotel-search h3:before {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }

  .lp-hero-widget .lp-hotel-search .hotel-search-item {
    float: none;
    width: 100%;
  }

  .lp-hero-widget .lp-hotel-search .hotel-search-item:not(:nth-child(4n)) {
    padding: 0;
  }

  #pd-style,
  .lp-hero-widget .lp-hotel-search .hotel-search-field,
  .lp-hero-widget .lp-hotel-search .hotel-search-group,
  .lp-hero-widget .lp-hotel-search .hotel-search-field input[type="text"],
  .lp-hero-widget .lp-hotel-search .hotel-search-group .hotel-search-item:last-child {
    width: 100%;
  }

  .lp-hero-widget .lp-hotel-search .hotel-search-field.small {
    width: 100%;
  }
  .lp-hero-widget .lp-hotel-search .hotel-search-item--usecorp,
  .lp-hero-widget .lp-hotel-search .hotel-search-item--usecorp .hotel-search-field {
    width: auto;
  }
  .lp-hero-widget .lp-hotel-search .hotel-search-item--usecorp .hotel-search-label {
    width: 54px;
  }
  .lp-hero-widget .lp-hotel-search .hotel-search-btnarea {
    top: 15px;
    margin: 0 0 15px;
  }

  .lp-hero-widget .lp-hotel-search .hotel-search-btnarea button {
    padding: 10px 15px;
  }

  .lp-hero-widget .lp-hotel-search .hotel-search-item--budget  {
    width: calc(100% - 30px)
  }

  .pageLead {
    padding-bottom: 30px;
    line-height: 1.4;
    font-size: 16px;
  }

  section.recommend > header {
    padding-bottom: 40px;
  }

  section.recommend > header h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  section.recommend > header .links {
    font-size: 13px;
  }

  section.recommend > header .links li {
    padding-top: 8px;
  }

  section.recommend > header .links li:not(:last-child):after {
    padding: 0 15px;
  }

  section.recommend section.areas {
    padding-bottom: 60px;
  }

  section.recommend section.areas h4 {
    margin-bottom: 15px;
    padding-left: 8px;
    border-left-width: 3px;
    font-size: 16px !important;
  }

  section.recommend section.areas .commonItems01 {
    padding-bottom: 30px;
  }

  section.recommend section.areas .commonItems01 li {
    padding: 0 0 20px;
  }

  section.recommend section.areas .commonItems01 li dl,
  section.recommend section.areas .commonItems01 li .button {
    width: 94%;
  }

  section.recommend section.areas .commonItems01 li dl {
    padding-bottom: 15px;
  }

  section.recommend section.areas .commonItems01 li dt {
    padding-bottom: 8px;
    font-size: 14px;
  }

  section.recommend section.areas .commonItems01 li dd {
    font-size: 12px;
  }

  section.recommend section.areas .commonItems01 li dd + dd {
    margin-top: 5px;
  }

  section.recommend section.areas .commonItems01 li .button {
    padding: 8px 0;
  }

  section.recommend section.areas .commonLink01 {
    font-size: 15px;
  }

  .campaignBanners {
    padding: 0 0 60px;
  }
}
