﻿@charset "utf-8";
/* 201809add */

/* ===================================
	ベストセレクション
===================================== */

.best_s .layout-content {
  margin-left: 0 !important;
}

/* ===================================
	ベストセレクション一覧
===================================== */
.best_s_list {
  color: #000;
}
.best_s_list h3.underline {
  position: relative;
  margin: 0 0 45px;
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 32px;
  font-weight: 400;
}
.best_s_list h3.underline:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 1px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #aaaaaa;
}
.best_s_list .about {
  width: 940px;
  margin: 0 auto 45px;
  padding: 15px 10px;
  background: #f6f3ea;
}
.best_s_list .about dt {
  margin: 0 0 25px;
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.best_s_list .about dd {
  margin: 0;
  font-size: 12px;
}
.best_s_list .area {
  margin: 0 0 70px;
  border-top: #c6c6c6 solid 1px;
  border-bottom: #c6c6c6 solid 1px;
}
.best_s_list .area ul {
  text-align: center;
  padding: 15px 0;
  font-size: 0;
}
.best_s_list .area li {
  display: inline-block;
  padding: 0 20px;
  font-size: 13px;
  border-right: #c6c6c6 solid 1px;
}
.best_s_list .area li:last-child {
  border-right: none;
}
.best_s_list .area li a {
  color: #000;
  text-decoration: none;
}
.best_s_list .area li a:hover {
  text-decoration: underline;
}
.best_s_list .hotel_list {
  width: 1013px;
  margin: 0 -13px 85px 0;
  font-size: 0;
}
.best_s_list .hotel_list dl {
  display: inline-block;
  width: 240px;
  height: auto;
  margin: 0 13px 12px 0;
  vertical-align: top;
}
.best_s_list .hotel_list dt {
  margin: 0 0 10px;
}
.best_s_list .hotel_list dd {
  margin: 0;
  font-size: 14px;
}
.best_s_list .hotel_list dd span {
  display: block;
  color: #888;
}
.best_s_list .hotel_list.pickup {
  counter-reset: pickup_num;
}
.best_s_list .hotel_list.pickup dl {
  position: relative;
}
.best_s_list .hotel_list.pickup dl:before {
  content: counter(pickup_num, decimal);
  counter-increment: pickup_num;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  line-height: 1;
  padding: 6px 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  background: #fe742b;
} 
/* ページ内リンク ヘッダー部分調整用 */
.best_s_list .hotel_list:before {
  content: " ";
  margin-top: -10px;
  height: 10px;
  display: block;
  visibility: hidden;
}

@media(max-width:768px) {
  .best_s_list {
    color: #000;
  }
  .best_s_list h3.underline {
    position: relative;
    margin: 0 0 36px;
    text-align: center;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 21px;
    font-weight: 400;
  }
  .best_s_list h3.underline:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -13px;
    display: inline-block;
    width: 40px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #aaaaaa;
  }
  .best_s_list .about {
    width: 100%;
    margin: 0 auto 18px;
    padding: 10px;
    background: #f6f3ea;
  }
  .best_s_list .about dt {
    margin: 0 0 15px;
    text-align: center;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 13px;
    font-weight: 500;
  }
  .best_s_list .about dd {
    margin: 0;
    font-size: 12px;
  }
  .best_s_list .area {
    margin: 0 0 30px;
    border-top: #c6c6c6 solid 1px;
    border-bottom: none;
  }
  .best_s_list .area ul {
    text-align: left;
    padding: 0;
    font-size: 0;
  }
  .best_s_list .area ul li {
    position: relative;
    width: 50%;
    line-height: 1;
    display: inline-block;
    padding: 16px 0;
    text-align: center;
    font-size: 13px;
    border-right: #c6c6c6 solid 1px;
    border-bottom: #c6c6c6 solid 1px;
  }
  .best_s_list .area ul li:before {
    content: "";
    position:absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 10px;
    background: #fff;
    z-index: 2;
  }
  .best_s_list .area ul li:after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 1px;
    height: 10px;
    background: #fff;
    z-index: 2;
  }
  .best_s_list .area ul li:nth-of-type(even) {
    border-right: none;
  }
  .best_s_list .area ul li a {
    color: #000;
    text-decoration: none;
  }
  .best_s_list .area ul li a:hover {
    text-decoration: underline;
  }
  .best_s_list .area li:last-child {
    border-right: #c6c6c6 solid 1px;
  }





/*  .best_s_list .area {
    margin: 0 0 30px;
    border-top: #c6c6c6 solid 1px;
    border-bottom: #c6c6c6 solid 1px;
  }
  .best_s_list .area ul {
    text-align: center;
    padding: 15px 0;
    font-size: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .best_s_list .area li {
    display: inline-block;
    padding: 0 20px;
    font-size: 13px;
    border-right: #c6c6c6 solid 1px;
    white-space: normal;
  }
  .best_s_list .area li:last-child {
    border-right: none;
  }
  .best_s_list .area li a {
    color: #000;
    text-decoration: none;
  }
*/
  .best_s_list .hotel_list {
    width: calc(100% + 10px);
    margin: 0 -10px 20px 0;
    font-size: 0;
  }
  .best_s_list .hotel_list dl {
    display: inline-block;
    width: calc(50% - 10px);
    height: auto;
    margin: 0 10px 23px 0;
  }
  .best_s_list .hotel_list dt {
    margin: 0 0 10px;
  }
  .best_s_list .hotel_list dd {
    margin: 0;
    font-size: 12px;
  }
  .best_s_list .hotel_list dd span {
    display: block;
    color: #888;
  }
  .best_s_list .hotel_list.pickup {
    counter-reset: pickup_num;
  }
  .best_s_list .hotel_list.pickup dl {
    position: relative;
  }
  .best_s_list .hotel_list.pickup dl:before {
    content: counter(pickup_num, decimal);
    counter-increment: pickup_num;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    line-height: 1;
    padding: 6px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #fff;
    background: #fe742b;
  }
  /* ページ内リンク ヘッダー部分調整用 */
  .best_s_list .hotel_list:before {
    content: " ";
    margin-top: -60px;
    height: 60px;
    display: block;
    visibility: hidden;
  }
}

/* ===================================
	ベストセレクション詳細
===================================== */
.best_s_hotels {
  color: #000;
  font-size: 16px;
}
.best_s_hotels .heading {
  /*width: 940px;*/
  margin: 25px auto 45px;
  font-family: 'Noto Serif JP', sans-serif;
  background: url(images_best_s/itsutsuboshi.jpg) right bottom no-repeat;
  background-size: 153px auto;
}
.best_s_hotels .heading250 {
  /*width: 940px;*/
  background: url(images_best_s/250select.png) right bottom no-repeat;
}
.best_s_hotels .headingnologo {
  /*width: 940px;*/
  background: url(images_best_s/best_logo.png) right bottom no-repeat;
}
.best_s_hotels .heading > span {
  font-size: 16px;
  font-weight: 500;
}
.best_s_hotels .heading h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
}
.best_s_hotels .heading h2 span {
  display: block;
  padding-left: 0.5em;
  font-size: 24px;
  font-weight: 500;
}
.best_s_hotels h3 {
  margin: 0;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.best_s_hotels h3.underline {
  position: relative;
  margin: 0 0 45px;
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 32px;
  font-weight: 400;
}
.best_s_hotels h3.underline:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 1px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #aaaaaa;
}
.best_s_hotels .news {
  /*width: 940px;*/
  margin: 0 auto 45px;
  padding: 15px 12px;
  background: #f6f3ea;
}
.best_s_hotels .news dl {
  display: table;
  table-layout: fixed;
  margin: 25px 0;
}
.best_s_hotels .news dt {
  display: table-cell;
  width: 7em;
}
.best_s_hotels .news dd {
  display: table-cell;
}
.best_s_hotels .review {
  width:100%;
  margin: 0 auto;
}
.best_s_hotels .intro {
  /*width: 940px;*/
  margin: 0 auto;
}
.best_s_hotels .intro p {
  margin-bottom: 1.5em;
  text-indent: 1em;
}
.best_s_hotels .point {
  /*width: 940px;*/
  margin: 0 auto 45px;
  padding: 20px 12px;
  border: #c6c6c6 solid 1px;
}
.best_s_hotels .gallery {
  margin: 0 0 45px;
}
.best_s_hotels .gallery ul {
  /*width: 1013px;*/
  margin-right: -13px;
  padding: 0;
  font-size: 0;
}
.best_s_hotels .gallery ul li {
  display: inline-block;
  width: 240px;
  margin: 0 13px 12px 0;
  vertical-align: top;
  list-style-type: none;
}
.best_s_hotels .information {
  margin: 0 0 45px;
}
.best_s_hotels .information .map {
	position: relative;
	width: 100%;
  margin: 0 0 45px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.best_s_hotels .information .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.best_s_hotels .information p {
  margin: 0 30px 1em;
}
.best_s_hotels .sns {
  /*width: 940px;*/
  margin: 0 auto 60px;
}
.best_s_hotels .sns .tw_timeline {
  float: left;
  width: 453px;
  margin: 0 32px 0 0;
  border: #e8e8e8 solid 1px;
}
.best_s_hotels .sns .fb_timeline {
  float: left;
  width: 455px;
}
.best_s_hotels .back_to_best_s {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.best_s_hotels .back_to_best_s a {
  display: inline-block;
  margin: 0 0 35px;
  padding: 10px 30px;
  color: #000;
  text-decoration: none;
  border: #cccccc solid 1px;
}

@media(max-width:768px) {
  .best_s_hotels {
    color: #000;
    font-size: 12px;
  }
  .best_s_hotels .heading {
    width: auto;
    margin: 15px 10px 20px;
    font-family: 'Noto Serif JP', sans-serif;
    background: url(images_best_s/itsutsuboshi.jpg) right bottom no-repeat;
    background-size: 60px auto;
  }
  .best_s_hotels .heading > span {
    font-size: 12px;
    font-weight: 500;
  }
  .best_s_hotels .heading h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
  }
  .best_s_hotels .heading h2 span {
    display: block;
    padding-left: 0.5em;
    font-size: 12px;
    font-weight: 500;
  }
  .best_s_hotels h3 {
    margin: 0;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 13px;
    font-weight: 500;
  }
  .best_s_hotels h3.underline {
    position: relative;
    margin: 0 0 36px;
    text-align: center;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 21px;
    font-weight: 400;
  }
  .best_s_hotels h3.underline:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -13px;
    display: inline-block;
    width: 40px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #aaaaaa;
  }
  .best_s_hotels .news {
    width: auto;
    margin: 0 10px 18px;
    padding: 5px;
    background: #f6f3ea;
  }
  .best_s_hotels .news dl {
    display: table;
    table-layout: fixed;
    margin: 6px 0;
    font-size: 12px;
  }
  .best_s_hotels .news dt {
    display: table-cell;
    width: 7em;
  }
  .best_s_hotels .news dd {
    display: table-cell;
  }
  .best_s_hotels .intro {
    width: auto;
    margin: 0 10px 0;
  }
  .best_s_hotels .intro p {
    margin-bottom: 1.5em;
    text-indent: 1em;
  }
  .best_s_hotels .point {
    width: auto;
    margin: 0 10px 45px;
    padding: 5px;
    border: #c6c6c6 solid 1px;
  }
  .best_s_hotels .gallery {
    margin: 0 0 45px;
  }
  .best_s_hotels .gallery ul {
    width: calc(100% + 10px);
    margin-right: -10px;
    padding: 0;
    font-size: 0;
  }
  .best_s_hotels .gallery ul li {
    display: inline-block;
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
    vertical-align: top;
    list-style-type: none;
  }
  
    .best_s_hotels .gallery ul li img{
	width:100%;
  }
  .best_s_hotels .information {
    margin: 0 0 45px;
  }
  .best_s_hotels .information .map {
    position: relative;
    width: 100%;
    margin: 0 0 18px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .best_s_hotels .information .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .best_s_hotels .information p {
    margin: 0 10px 1em;
  }
  .best_s_hotels .sns {
    width: 100%;
    margin: 0 auto 15px;
  }
  .best_s_hotels .sns .tw_timeline {
    float: none;
    width: 100%;
  margin: 0 0 30px 0;
    border: #e8e8e8 solid 1px;
  }
  .best_s_hotels .sns .fb_timeline {
    float: none;
    width: 100%;
  }
  .best_s_hotels .back_to_best_s {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  .best_s_hotels .back_to_best_s a {
    display: inline-block;
    margin: 0 0 22px;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    border: #cccccc solid 1px;
  }
}


/* ===================================
	slider
===================================== */
.div#n2-ss-5 .n2-style-8c39bd1b5d1c821102353bb13550e669-simple {
  background: none !important;
}

