@charset "utf-8";

/* Base Start */

* {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  border: 0;
  vertical-align: top;
}

em,
address {
  font-style: normal;
}

body {
  background: url(../common_images/bg_body.jpg) top repeat-x;
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 110%;
  text-align: center;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

/* Base End */

/* Clearfix Start */

.clearfix:after,
#header:after,
#sandl:after,
#gnavi ul:after,
#footer ol:after,
#pub-trans ul:after,
#com-data dl:after,
#blog:after,
#breakfast ul li ol:after,
#amenity ul:after,
#room-detail ul li:after,
.spot ul:after {
  content: "";
  display: block;
  clear: both;
}

/* Clearfix End */

/* Header Start */

#anc-upper {
  width: 100%;
}

#header {
  margin: 0 auto;
  width: 980px;
}

#logo-subnavi {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#logo-subnavi h1 {
  margin-right: auto;
  padding-top: 20px;
  width: auto;
  line-height: 0;
  font-size: 0;
  text-align: left;
}

#logo-subnavi h1 span {
  display: block;
  padding-top: 9px;
}

#logo-subnavi h1 img {
  max-width: 100%;
  height: auto;
}

#subnavi {
}

#sandl {
  /* Search And Language */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#sandl p {
}

#sandl .lang {
  padding: 15px 11px 0 10px;
}

#sandl div ul {
  display: -webkit-inline-flex;
  display: inline-flex;
  list-style-type: none;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

#sandl div ul li {
  width: 50px;
  line-height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
  font-size: 13px;
}

#sandl div form select {
  padding: 2px 5px;
  border: 1px solid #000;
  border-radius: 4px;
  line-height: 19px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
  font-size: 13px;
}

#sandl div ul li a,
#header ol li a {
  color: #000;
  text-decoration: none;
}

#sandl div ul li a:hover,
#sandl div ul li.current a,
#sandl div ul li.current a:hover,
#gnavi ul li a:hover,
#gnavi ul li.current a,
#gnavi ul li.current a:hover {
  color: #999;
  text-decoration: none;
}

#subnavi ol {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 15px;
  list-style-type: none;
  visibility: hidden;
  /*visibility:hidden;*/ /* GoTo、コロナのバナーを消すには、この行のコメントアウトを外します。 */
}

#subnavi ol li + li {
  padding-left: 6px;
}

#subnavi ol li img {
  max-width: 100%;
  height: auto;
}

#gnavi {
  margin-top: 15px;
  width: 100%;
}

#gnavi ul {
  list-style-type: none;
  width: 100%;
}

#gnavi ul li {
  float: left;
  line-height: 100%;
  font-size: 15px;
}

#gnavi ul li a {
  display: block;
  padding-top: 23px;
  padding-right: 20px;
  padding-bottom: 23px;
  padding-left: 20px;
}

#gnavi ul li.sns a {
  padding: 20px 7px 19px 7px;
}

#slider {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#slider ul li {
  position: relative;
}

#slider ul li img {
  z-index: 1;
}

#slider ul li h2 {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  padding-left: 2px;
  line-height: 150%;
  font-size: 5vw;
  font-weight: lighter;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0px 2px 18px #000000;
  width: auto;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 4.5vw;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  #header {
    width: 750px;
  }

  #subnavi ol {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  #subnavi ol li {
    text-align: right;
  }

  #subnavi ol li + li {
    padding: 0;
    padding-top: 6px;
  }

  #gnavi ul li a,
  #gnavi ul li.sns a {
    padding: 0;
    padding: 15px 0;
  }

  #slider {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #header {
    width: 90%;
  }

  #logo-subnavi {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  #logo-subnavi h1 {
    -webkit-order: 1;
    order: 1;
    text-align: center;
  }

  #subnavi ol {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  #subnavi ol li + li {
    padding: 0;
    padding-top: 6px;
  }

  #logo-subnavi h1 {
    margin: 15px auto 0;
  }

  #gnavi ul li a,
  #gnavi ul li.sns a {
    padding: 0;
    padding: 15px 0;
  }

  #slider {
    margin-top: 20px;
  }

  #slider ul li h2 span {
    display: block;
  }
}

/* Header End */

/* Main Start */

#inner-wrapper {
  margin: 0 auto;
  width: 980px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  #inner-wrapper {
    width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  #inner-wrapper {
    width: 90%;
  }
}

#anc-search {
  padding: 100px 0 150px 0;
}

#search-box {
  margin: 0 auto;
  padding-bottom: 64px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 504px;
}

#search-box h1,
#search-box00 h1 {
  margin: 0 auto;
  padding: 44px 0 20px 0;
  border-bottom: 1px solid #000;
  width: 62.3015873015873%;
  line-height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
  font-size: 18px;
  font-weight: normal;
}

#search-box h1 span,
#search-box00 h1 span {
  display: block;
  padding-top: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

#search-box00 {
  margin: 0 auto 10px auto;
  padding-bottom: 20px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 504px;
}

#search-date {
  margin: 0 auto;
  padding: 49px 0 14px 0;
  width: auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
}

#search-date ul {
  width: auto;
  list-style-type: none;
}

#search-date ul li {
  display: inline-block;
  padding: 0 9px 15px 9px;
  text-align: left;
}

#search-date ul li dl dt {
  padding-bottom: 7px;
  line-height: 100%;
  font-size: 15px;
}

#search-type {
  margin: 0 auto;
  padding-bottom: 30px;
  width: auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
}

#search-type dl dt {
  padding-bottom: 7px;
  line-height: 100%;
  font-size: 15px;
}

select {
  padding: 3px;
  border: 1px solid #000;
  line-height: 20px;
  font-size: 15px;
  vertical-align: middle;
}

label {
  line-height: 100%;
  font-size: 16px;
  vertical-align: middle;
}

#search-box00 p {
  margin: 0 auto;
  padding-bottom: 17px;
  width: 90%;
  max-width: 282px;
}

#search-box00 p input {
  width: 100%;
  height: auto;
}

/* 予約ボタン(20180606追加) */
input[type="submit"] {
  background: url(../common_images/search.jpg) no-repeat;
  border: none;
  width: 282px;
  padding: 8px;
  margin-bottom: 10px;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}

input[type="submit"]:hover {
  cursor: pointer;
}

/* add (2018.01.25) Start */

#search-box h2,
#search-box00 h2 {
  padding: 44px 0 24px 0;
  line-height: 19px;
  font-size: 19px;
  font-weight: normal;
}

#search-box > ul {
  list-style-type: none;
}

#search-box > ul > li {
  display: inline-block;
  padding: 0 11px 14px 11px;
}

#search-box em {
  position: relative;
  display: inline-block;
  margin-top: 7px;
  padding-left: 43px;
  line-height: 30px;
  font-size: 30px;
}

#search-box em::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url(../common_images/tel_icon_new.png) no-repeat;
  width: 28px;
  height: 26px;
  content: "";
}

/* add (2018.01.25) End */

#search-box00 em {
  display: block;
  font-size: 18px;
}

#search-box00 em img {
  margin-right: 9px;
  margin-top: -5px;
  vertical-align: middle;
}

#search-box00 em span {
  vertical-align: middle;
}

#search-links {
  margin: 0 5px 0 15px;
  padding: 27px 0;
  text-align: left;
}

#search-links ul {
  width: auto;
  list-style-type: none;
}

#search-links ul li {
  display: inline-block;
  padding-right: 15px;
  line-height: 21px;
  font-size: 13px;
}

#search-links ul li a {
  padding-left: 11px;
  background: url(../common_images/bg_search_arrow.jpg) left center no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  #anc-search {
    padding: 75px 0 112px 0;
  }

  #search-box {
    padding-bottom: 48px;
  }

  #search-box h1 {
    padding: 33px 0 15px 0;
  }

  #search-box h2 {
    padding: 33px 0 18px 0;
  }
}

@media only screen and (max-width: 767px) {
  #anc-search {
    padding: 50px 0 75px 0;
  }

  #search-box {
    padding-bottom: 32px;
  }

  #search-box h1 {
    padding: 22px 0 10px 0;
  }

  #search-box h2 {
    padding: 22px 0 12px 0;
  }
}

/*@media only screen and (max-width : 600px) {
	#search-date ul li {
		text-align:center;
	}

	#search-date ul li,#search-links ul li {
		display:block;
	}

	select {
		text-align:left !important;
	}
}*/

/* Main End */

/* Footer Start */

#footer {
  padding-bottom: 24px;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}

#footer ol {
  list-style-type: none;
  width: 100%;
}

#footer ol li {
  float: left;
  line-height: 100%;
  font-size: 15px;
}

#footer ol li a {
  display: block;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}

#footer ol li.sns a {
  padding: 27px 7px 26px 7px;
}

#footer ol li a,
#footer div ul li a {
  color: #000;
  text-decoration: none;
}

#footer ol li a:hover,
#footer ol li.current a,
#footer ol li.current a:hover,
#footer div ul li a:hover,
#footer div ul li.current a,
#footer div ul li.current a:hover {
  color: #999;
  text-decoration: none;
}

#footer div {
  margin: 0 auto;
  padding: 18px 0 20px 0;
  width: auto;
}

#footer div ul {
  list-style-type: none;
}

#footer div ul li {
  display: inline-block;
  font-size: 13px;
}

#footer h1 {
  padding-bottom: 42px;
}

#footer h1 img {
  max-width: 100%;
  height: auto;
}

#footer small {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

@media only screen and (max-width: 979px) {
  #footer ol li {
    float: none;
    border-bottom: 1px solid #e5e5e5;
  }

  #footer ol li a,
  #footer ol li.sns a {
    padding: 0;
    padding: 15px 0;
  }

  #footer div {
    padding: 9px 0 10px 0;
  }

  #footer h1 {
    padding-bottom: 21px;
  }
}

/* Footer End */

/* Pagetop Start */

#pagetop {
  position: fixed;
  right: 0;
  bottom: 10%;
}

/* Pagetop End */

/* Group Site Start */

#group-site {
  z-index: 100;
  position: fixed;
  right: 0;
  top: 10%;
  background-color: rgba(204, 204, 204, 0.16);
  width: 192px;
}

#group-site h1 {
  padding: 7px 0;
  background-color: #a47942;
  line-height: 0;
  font-size: 0;
}

#group-site ul {
  padding: 6px 0 3px 0;
  list-style-type: none;
}

#group-site ul li {
  padding-bottom: 3px;
}

@media only screen and (max-width: 979px) {
  #group-site {
    position: static;
    top: auto;
    width: 100%;
  }

  #group-site ul {
    padding: 3px 0;
    list-style-type: none;
  }

  #group-site ul li {
    display: inline-block;
    padding: 3px;
  }

  #group-site ul li.kks {
    padding: 2px;
  }
}

/* Group Site End */

/* Top Page (index.html) Start */

#news {
  padding-bottom: 10px;
  width: 100%;
}

#news h1 {
  padding: 110px 0 45px 0;
  line-height: 27px;
  font-size: 27px;
  font-weight: normal;
}

#news h1 span {
  display: block;
  padding-bottom: 16px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

#news dl dt {
  color: #666;
  line-height: 16px;
  font-size: 16px;
}

#news dl dd {
  padding: 12px 0 29px 0;
  line-height: 150%;
  font-size: 16px;
}

#media {
  margin: 30px auto -72px auto;
  max-width: 504px;
}

#media h1 {
  background-color: #000;
  line-height: 0;
  font-size: 0;
}

#media ul {
  margin: 0 10px;
  list-style-type: none;
}

#media ul li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

#media ul li dl {
  display: table;
  width: 100%;
}

#media ul li dl dt {
  display: table-cell;
  width: 144px;
  vertical-align: middle;
}

#media ul li dl dd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
}

#media ul li dl dd h2 {
  line-height: 21px;
  font-size: 12px;
  font-weight: bold;
}

#media ul li dl dd p {
  line-height: 21px;
  font-size: 12px;
}

#media ul li:last-child {
  border: none;
}

.movie {
  margin: 0 auto;
  padding: 120px 0;
  width: 680px;
}

.movie video {
  width: 100%;
  height: auto;
}

.movie h2 {
  padding: 16px 0;
  line-height: 1.5em;
  font-size: 20px;
}

.movie p {
  line-height: 1.5em;
  font-size: 16px;
}

.movie em {
  display: inline-block;
  padding: 20px 0 28px 0;
}

.movie em img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  #news h1 {
    padding: 83px 0 34px 0;
  }

  #news dl dd {
    padding: 9px 0 22px 0;
  }

  #media {
    margin: 20px auto -54px auto;
  }
}

@media only screen and (max-width: 767px) {
  #news h1 {
    padding: 55px 0 23px 0;
  }

  #news dl dd {
    padding: 6px 0 15px 0;
  }

  #media {
    margin: 10px auto -36px auto;
  }

  #media ul li dl {
    display: block;
  }

  #media ul li dl dt,
  #media ul li dl dd {
    display: block;
    width: 100%;
  }

  #media ul li dl dt {
    padding-bottom: 15px;
  }

  .movie {
    width: 100%;
    max-width: 680px;
  }
}

/* Top Page (index.html) End */

/* Access (access/index.html) Start */

#access-base {
  width: 100%;
}

#access-base h1 img {
  width: 100%;
  height: auto;
}

#access {
  width: 100%;
}

#access h2 {
  padding: 52px 0 26px 0;
  line-height: 26px;
  font-size: 26px;
}

#google-map {
  position: relative;
  padding-bottom: 36.734693877551%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

#google-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

#address {
  padding: 27px 0 76px 0;
}

#address address {
  display: block;
  padding-bottom: 14px;
  line-height: 150%;
  font-size: 16px;
}

#address em {
  display: block;
}

#address em img {
  margin-right: 9px;
  margin-top: -2px;
  vertical-align: middle;
}

#address em span {
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
}

#address p {
  padding-top: 12px;
  line-height: 16px;
  font-size: 16px;
}

#pub-trans {
  padding-bottom: 120px;
  width: 100%;
  overflow: hidden;
}

#pub-trans ul {
  margin-right: -40px;
  width: 1020px;
  list-style-type: none;
}

#pub-trans ul li {
  float: left;
  margin-right: 40px;
  width: 470px;
  text-align: left;
}

#pub-trans ul li dl dt {
  padding-bottom: 21px;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
}

#pub-trans ul li dl dd {
  padding-bottom: 50px;
}

#pub-trans ul li dl dd p {
  line-height: 20px;
  font-size: 14px;
}

#pub-trans ul li dl dd strong {
  display: block;
  padding: 7px 0 0 1em;
  text-indent: -1em;
  color: #000;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
}

#com-data {
  padding-bottom: 140px;
  width: 100%;
}

#com-data h2 {
  padding-bottom: 42px;
  line-height: 26px;
  font-size: 26px;
}

#com-data dl {
  width: 100%;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

#com-data dl dt {
  float: left;
  clear: left;
  padding: 18px 0 13px 0;
  width: 11em;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
}

#com-data dl dt span {
  display: block;
  padding-left: 10px;
}

#com-data dl dd {
  margin-left: 11em;
  padding: 18px 0 13px 0;
  line-height: 22px;
  font-size: 16px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  #access h2 {
    padding: 39px 0 20px 0;
  }

  #address {
    padding: 27px 0 76px 0;
  }

  #pub-trans {
    padding-bottom: 45px;
  }

  #pub-trans ul {
    margin-right: -30px;
    width: 780px;
  }

  #pub-trans ul li {
    margin-right: 30px;
    width: 360px;
  }

  #pub-trans ul li dl dt {
    padding-bottom: 16px;
  }

  #pub-trans ul li dl dd {
    padding-bottom: 38px;
  }

  #com-data {
    padding-bottom: 105px;
  }

  #com-data h2 {
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  #access h2 {
    padding: 21px 0 13px 0;
  }

  #address {
    padding: 14px 0 38px 0;
  }

  #pub-trans {
    padding-bottom: 30px;
  }

  #pub-trans ul {
    margin: 0;
    width: 100%;
  }

  #pub-trans ul li {
    float: none;
    margin: 0;
    width: 100%;
  }

  #pub-trans ul li dl dt {
    padding-bottom: 11px;
  }

  #pub-trans ul li dl dd {
    padding-bottom: 25px;
  }

  #com-data {
    padding-bottom: 70px;
  }

  #com-data h2 {
    padding-bottom: 21px;
  }

  #com-data dl dt {
    float: none;
    padding: 9px 0 7px 0;
  }

  #com-data dl dt span {
    padding: 0;
  }

  #com-data dl dd {
    margin: 0;
    padding: 0;
    padding-bottom: 7px;
  }
}

/* Access (access/index.html) End */

/* Blog (blog/index.html) Start */

#blog {
  padding-bottom: 110px;
  width: 100%;
}

#blog h1 img {
  width: 100%;
  height: auto;
}

#articles {
  float: left;
  width: 692px;
}

.post {
  padding-bottom: 50px;
  width: 100%;
  background: url(../blog/images/bg_dotted_line.jpg) left bottom repeat-x;
  text-align: left;
}

.post h2 {
  padding: 52px 0 12px 0;
  line-height: 34px;
  font-size: 28px;
}

.post p {
  padding-bottom: 30px;
  line-height: 25px;
  font-size: 14px;
}

.post em {
  color: #999;
}

.post em time {
  display: inline-block;
  margin-right: 10px;
}

.post img {
  max-width: 100%;
  height: auto;
}

#pagenation {
  padding: 30px 0 0 0;
  width: 100%;
}

#pagenation ol {
  width: auto;
  list-style-type: none;
}

#pagenation ol li {
  display: inline-block;
  padding: 0 43px;
  line-height: 16px;
  font-size: 16px;
}

#blog-menu {
  float: right;
  padding-top: 55px;
  width: 230px;
  text-align: left;
}

#blog-menu h2 {
  padding: 0 0 11px 8px;
  background: url(../blog/images/bg_dotted_line.jpg) left bottom repeat-x;
  line-height: 14px;
  font-size: 14px;
}

#blog-menu ol {
  margin-left: 18px;
  padding: 13px 0 29px 0;
  list-style-type: none;
}

#blog-menu ol li {
  padding-bottom: 8px;
  line-height: 22px;
  font-size: 16px;
}

#blog-menu ol li a {
  display: block;
  padding-left: 14px;
  background: url(../blog/images/bg_blog_arrow.jpg) left 0.375em no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  #blog {
    padding-bottom: 83px;
  }

  #articles,
  #blog-menu {
    float: none;
    width: 100%;
  }

  .post {
    padding-bottom: 38px;
  }

  #pagenation {
    padding: 23px 0 50px 0;
  }

  #blog-menu {
    padding: 0;
  }

  #blog-menu ol {
    padding: 13px 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  #blog {
    padding-bottom: 55px;
  }

  #articles,
  #blog-menu {
    float: none;
    width: 100%;
  }

  .post {
    padding-bottom: 25px;
  }

  .post h2 {
    padding: 26px 0 6px 0;
    line-height: 26px;
    font-size: 20px;
  }

  .post p {
    padding-bottom: 15px;
  }

  #pagenation {
    padding: 15px 0 25px 0;
  }

  #pagenation ol li {
    padding: 0 22px;
  }

  #blog-menu {
    padding: 0;
  }

  #blog-menu ol {
    padding: 13px 0 20px 0;
  }
}

/* Blog (blog/index.html) End */

/* Kannai (kannai/index.html) Start */

#kannai {
  width: 100%;
}

#kannai h1 img {
  width: 100%;
  height: auto;
}

#kannai-intro {
  padding: 54px 0 50px 0;
}

#kannai-intro #danran h2 {
  padding: 0 0 20px 12px;
  line-height: 26px;
  font-size: 26px;
  letter-spacing: 0px;
}

#kannai-intro strong {
  display: block;
  line-height: 19px;
  font-size: 19px;
  font-weight: normal;
}

#breakfast {
  margin: 0 auto;
  width: 100%;
}

#breakfast h2 {
  padding-bottom: 18px;
  background: url(../common_images/bg_short_line.jpg) center bottom no-repeat;
  line-height: 20px;
  font-size: 20px;
}

#breakfast ul {
  padding-top: 42px;
  list-style-type: none;
}

#breakfast ul li {
  padding-bottom: 42px;
}

#breakfast ul li ol {
  display: table;
  width: 100%;
  list-style-type: none;
}

#breakfast ul li ol li {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

#breakfast ul li ol li.texts {
  width: 424px;
}

#breakfast ul li ol li span {
  display: block;
  padding-right: 12px;
}

#breakfast ul li ol li h3 {
  padding-bottom: 17px;
  line-height: 18px;
  font-size: 18px;
}

#breakfast ul li ol li p {
  padding: 0 30px;
  line-height: 22px;
  font-size: 16px;
}

#danran {
  width: 100%;
}

#danran h2 {
  padding-bottom: 18px;
  background: url(../common_images/bg_short_line.jpg) center bottom no-repeat;
  line-height: 24px;
  font-size: 24px;
}

#danran h2 span {
  display: block;
  padding-top: 8px;
  line-height: 18px;
  font-size: 18px;
}

#danran ul {
  padding-top: 5px;
  list-style-type: none;
}

#danran ul li {
  display: inline-block;
  padding: 0 11px;
}

#danran p {
  padding: 34px 0 60px 0;
  line-height: 22px;
  font-size: 16px;
}

#danran p em {
  display: block;
  line-height: 20px;
  font-size: 14px;
}

#amenity {
  padding-bottom: 90px;
  width: 100%;
  overflow: hidden;
}

#amenity ul {
  margin-right: -40px;
  width: 1020px;
  list-style-type: none;
}

#amenity ul li {
  float: left;
  margin-right: 40px;
  width: 470px;
}

#amenity ul li h2 {
  padding-bottom: 18px;
  background: url(../common_images/bg_short_line.jpg) center bottom no-repeat;
  line-height: 19px;
  font-size: 19px;
}

#amenity ul li h2 span {
  display: block;
  padding-top: 9px;
  line-height: 16px;
  font-size: 16px;
  font-weight: normal;
}

#amenity ul li ol {
  margin: 0;
  padding-top: 18px;
  width: 100%;
  list-style-type: none;
}

#amenity ul li ol li {
  float: none;
  margin: 0;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
}

#amenity ul li p {
  padding: 17px 0 22px 0;
  line-height: 17px;
  font-size: 12px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  #kannai-intro {
    padding: 41px 0 69px 0;
  }

  /*  #kannai-intro h2 {
    padding: 0 0 15px 12px;
  }
*/
  #breakfast {
    width: 556px;
  }

  #breakfast ul {
    padding-top: 31px;
  }

  #breakfast ul li {
    padding-bottom: 31px;
  }

  #breakfast ul li ol {
    display: block;
    width: 556px;
  }

  #breakfast ul li ol li {
    display: block;
    float: left;
    width: auto;
  }

  #breakfast ul li ol li.texts {
    width: 100%;
  }

  #breakfast ul li ol li h3 {
    padding-top: 20px;
    padding-bottom: 13px;
  }

  #danran ul {
    display: table;
  }

  #danran ul li {
    display: table-cell;
    padding: 0;
  }

  #danran ul li img {
    width: 90%;
    height: auto;
  }

  #danran p {
    padding: 26px 0 131px 0;
  }

  #amenity {
    padding-bottom: 68px;
  }

  #amenity ul {
    margin-right: -30px;
    width: 780px;
  }

  #amenity ul li {
    margin-right: 30px;
    width: 360px;
  }
}

@media only screen and (max-width: 767px) {
  #kannai-intro {
    padding: 27px 0 46px 0;
  }
  /*
	#kannai-intro h2 {
		padding:0 0 10px 12px;
	}
*/

  #breakfast ul {
    padding-top: 21px;
  }

  #breakfast ul li {
    padding-bottom: 21px;
  }

  #breakfast ul li ol {
    display: block;
  }

  #breakfast ul li ol li {
    display: block;
    float: none;
    width: 100%;
  }

  #breakfast ul li ol li span {
    padding: 0;
    padding-bottom: 12px;
  }

  #breakfast ul li ol li.texts {
    width: 100%;
  }

  #breakfast ul li ol li h3 {
    padding-top: 15px;
    padding-bottom: 9px;
  }

  #breakfast ul li ol li img {
    max-width: 100%;
    height: auto;
  }

  #breakfast ul li ol li p {
    padding: 0;
  }

  #danran ul li {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 16px;
  }

  #danran ul li img {
    max-width: 100%;
    height: auto;
  }

  #danran p {
    padding: 5px 0 88px 0;
  }

  #amenity {
    padding-bottom: 45px;
  }

  #amenity ul {
    margin: 0;
    width: 100%;
  }

  #amenity ul li {
    float: none;
    margin: 0;
    width: 100%;
  }

  #amenity ul li p {
    padding: 17px 0 40px 0;
  }
}

/* Kannai (kannai/index.html) End */

/* Reserve (reserve/index.html) Start */

#reserve-base {
  width: 100%;
}

#reserve-base h1 img {
  width: 100%;
  height: auto;
}

#reserve {
  padding-bottom: 154px;
  width: 100%;
  text-align: left;
}

#reserve h2 {
  padding: 59px 0 71px 0;
  line-height: 26px;
  font-size: 26px;
  text-align: center;
}

#reserve p {
  padding-bottom: 34px;
  line-height: 22px;
  font-size: 16px;
}

#reserve div {
  padding: 35px 0 60px 8px;
  border-top: 1px solid #ccc;
}

#reserve div p {
  padding-bottom: 23px !important;
}

#reserve div p span {
  display: block;
  line-height: 20px;
  font-size: 14px;
}

#reserve div strong {
  color: #900;
  font-weight: normal;
}

#reserve div h3 {
  padding-bottom: 19px;
  line-height: 18px;
  font-size: 18px;
}

#reserve div ol {
  padding-bottom: 23px;
}

#reserve div ol li {
  margin-left: 1.5em;
  line-height: 22px;
  font-size: 16px;
}

#reserve div em {
  display: block;
  line-height: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
  font-size: 16px;
  max-width: 280px;
}

#reserve div em a {
  display: block;
  padding: 18px 0 18px 36px;
  background: #666 url(../reserve/images/bg_button_arrow.jpg) left center
    no-repeat;
  color: #fff;
  text-decoration: none;
}

#reserve div em a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#reserve div h4 {
  padding-bottom: 16px;
  line-height: 16px;
  font-size: 16px;
}

#anc-privacy {
  padding: 60px 0 42px 0;
  width: 100%;
  text-align: left;
}

#anc-privacy h2 {
  padding-bottom: 65px;
  line-height: 26px;
  font-size: 26px;
  text-align: center;
}

#anc-privacy h2 span {
  display: block;
  padding-top: 10px;
  line-height: 20px;
  font-size: 20px;
}

#anc-privacy dl dt {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
}

#anc-privacy dl dd {
  padding-bottom: 23px;
}

#anc-privacy dl dd p {
  line-height: 22px;
  font-size: 16px;
}

#anc-privacy dl dd ol li {
  margin-left: 1.5em;
  line-height: 22px;
  font-size: 16px;
}

#anc-privacy dl dd em {
  display: block;
  padding-top: 23px;
}

/* Penalty Table ↓ in Yakkan */

@media screen and (min-width: 768px) and (max-width: 979px) {
  #reserve {
    padding-bottom: 116px;
  }

  #reserve h2 {
    padding: 44px 0 53px 0;
  }

  #reserve p {
    padding-bottom: 26px;
  }

  #reserve div h3 {
    padding-bottom: 15px;
  }

  #reserve div ol {
    padding-bottom: 18px;
  }

  #anc-privacy {
    padding: 45px 0 31px 0;
  }

  #anc-privacy h2 {
    padding-bottom: 49px;
  }

  #anc-privacy dl dd {
    padding-bottom: 18px;
  }

  #anc-privacy dl dd em {
    padding-top: 18px;
  }
}

@media only screen and (max-width: 767px) {
  #reserve {
    padding-bottom: 77px;
  }

  #reserve h2 {
    padding: 30px 0 36px 0;
  }

  #reserve p {
    padding-bottom: 17px;
  }

  #reserve div h3 {
    padding-bottom: 10px;
  }

  #reserve div ol {
    padding-bottom: 12px;
  }

  #anc-privacy {
    padding: 60px 0 21px 0;
  }

  #anc-privacy h2 {
    padding-bottom: 33px;
  }

  #anc-privacy dl dd {
    padding-bottom: 12px;
  }

  #anc-privacy dl dd em {
    padding-top: 12px;
  }
}

/* Reserve (reserve/index.html) End */

/* Rooms (rooms/index.html) Start */

#rooms {
  width: 100%;
}

#rooms h1 img {
  width: 100%;
  height: auto;
}

#rooms-intro {
  padding: 50px 0 90px 0;
}

#rooms-intro h2 {
  line-height: 26px;
  font-size: 26px;
}

#rooms-intro strong {
  display: block;
  padding: 27px 0 12px 0;
  line-height: 25px;
  font-size: 19px;
  font-weight: normal;
}

#rooms-intro em {
  display: block;
  line-height: 20px;
  font-size: 14px;
}

#room-detail {
  margin: 0 auto;
  padding-bottom: 52px;
  width: 980px;
}

#room-detail ul {
  list-style-type: none;
}

#room-detail ul li {
  padding-bottom: 96px;
}

.detail-pic {
  float: left;
  width: 560px;
}

.detail-pic dl dt {
  padding-bottom: 11px;
}

.detail-pic dl dt img {
  max-width: 100%;
  height: auto;
}

.detail-pic dl dd ol {
  list-style-type: none;
}

.detail-pic dl dd ol li {
  display: inline-block;
  padding-bottom: 0 !important;
  padding: 0 8px;
  width: auto;
}

.detail-text {
  float: right;
  width: 370px;
  text-align: left;
}

.detail-text h2 {
  padding-bottom: 19px;
  line-height: 18px;
  font-size: 18px;
}

.detail-text em {
  display: block;
  line-height: 22px;
  font-size: 16px;
}

#room-detail p {
  line-height: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
  font-size: 18px;
}

#room-detail p a {
  display: block;
  margin: 0 auto;
  padding: 18px 0;
  background: #666 url(../rooms/images/bg_kannai_arrow.jpg) left center
    no-repeat;
  max-width: 392px;
  color: #fff;
  text-decoration: none;
}

#room-detail p a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  #rooms-intro {
    padding: 38px 0 68px 0;
  }

  #room-detail {
    padding-bottom: 39px;
    width: 560px;
  }

  #room-detail ul li {
    padding-bottom: 72px;
  }

  .detail-pic,
  .detail-text {
    float: none;
    width: 100%;
  }

  .detail-text h2 {
    clear: both;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #rooms-intro {
    padding: 25px 0 45px 0;
  }

  #room-detail {
    padding-bottom: 26px;
    width: 100%;
  }

  #room-detail ul li {
    padding-bottom: 48px;
  }

  .detail-pic,
  .detail-text {
    float: none;
    width: 100%;
  }

  .detail-pic dl dd ol {
    display: table;
    margin: 0 auto;
    width: auto;
  }

  .detail-pic dl dd ol li {
    display: table-cell;
  }

  .detail-pic dl dd ol li img {
    width: 66px;
    height: auto;
  }

  .detail-text h2 {
    clear: both;
    padding-top: 20px;
  }
}

/* Rooms (rooms/index.html) End */

/* Sightseeing (sightseeing/index.html) Start */

#sightseeing {
  padding-bottom: 120px;
  width: 100%;
}

#sightseeing h1 img {
  width: 100%;
  height: auto;
}

#ss-intro {
  padding: 36px 0 88px 0;
}

#ss-intro h2 {
  padding-bottom: 20px;
  line-height: 26px;
  font-size: 26px;
}

#ss-intro h3 {
  padding-bottom: 20px;
  line-height: 26px;
  font-size: 20px;
}

#ss-intro p {
  padding-bottom: 20px;
  line-height: 26px;
  font-size: 16px;
}

#ss-intro strong {
  display: block;
  line-height: 19px;
  font-size: 19px;
  font-weight: normal;
}

.course {
  padding-bottom: 60px;
  width: 100%;
}

.course h2 {
  padding-bottom: 18px;
  margin-bottom: 38px;
  background: url(../common_images/bg_short_line.jpg) center bottom no-repeat;
  line-height: 22px;
  font-size: 22px;
}

.course em {
  display: block;
  padding: 22px 0 39px 0;
  line-height: 22px;
  font-size: 16px;
}

.course div {
  position: relative;
  overflow: hidden;
}

.course ol {
  position: relative;
  left: 50%;
  float: left;
  width: auto;
  list-style-type: none;
}

.course ol li {
  position: relative;
  left: -50%;
  float: left;
  width: 229px;
}

.course ol li dl dd h3 {
  padding-top: 15px;
  line-height: 16px;
  font-size: 16px;
}

.course ol li dl dd p {
  padding: 7px 0 42px 0;
  line-height: 20px;
  font-size: 14px;
}

.course ol li.hotel {
  width: 50px;
}

.course ol li.hotel strong {
  display: block;
  background: url(../sightseeing/images/bg_hotel.png);
  height: 185px;
}

.course ol li strong span {
  display: block;
  padding-top: 17px;
}

.pc-hide {
  display: none;
}

.course ol li.min {
  background: url(../sightseeing/images/bg_arrow_yoko.jpg) center top no-repeat;
  width: 73px;
}

.course ol li.min p {
  padding-top: 60px;
  line-height: 12px;
  font-size: 12px;
  font-weight: bold;
}

.spot {
  padding-bottom: 60px;
  width: 100%;
}

.spot h2 {
  padding-bottom: 18px;
  background: url(../common_images/bg_short_line.jpg) center bottom no-repeat;
  line-height: 22px;
  font-size: 22px;
}

.spot em {
  display: block;
  padding-top: 22px;
  line-height: 20px;
  font-size: 14px;
}

.spot div {
  margin: 0 auto;
}

.spot ul {
  padding-top: 30px;
  list-style-type: none;
}

.spot ul li {
  display: inline-block;
  padding: 0 8px 42px 8px;
  vertical-align: top;
}

.spot ul li dl {
  width: 100%;
  width: 450px;
}

.spot ul li dl dt img {
  max-width: 100%;
  height: auto;
}

.spot ul li dl dd h3 {
  padding-top: 15px;
  line-height: 16px;
  font-size: 16px;
}

.spot ul li dl dd h3 span {
  display: block;
  padding-top: 11px;
  line-height: 12px;
  font-size: 12px;
}

.spot ul li dl dd p {
  padding-top: 7px;
  line-height: 20px;
  font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  #sightseeing {
    padding-bottom: 90px;
  }

  #ss-intro {
    padding: 27px 0 66px 0;
  }

  #ss-intro h2 {
    padding-bottom: 15px;
  }

  .course {
    padding-bottom: 45px;
  }

  .course h2 {
    margin-bottom: 30px;
  }

  .course em {
    padding: 17px 0 30px 0;
  }

  .course div {
    position: static;
    margin: 0 auto;
    max-width: 640px;
  }

  .course ol {
    position: static;
    left: 0;
    float: none;
  }

  .course ol li {
    position: static;
    left: 0;
    float: none;
    width: 100%;
  }

  .course ol li dl dd p {
    padding: 7px 0 31px 0;
  }

  .course ol li.hotel {
    width: 100%;
  }

  .course ol li.hotel strong {
    height: auto;
  }

  .course ol li strong span {
    padding: 15px 0 8px 0;
  }

  .pc-hide {
    display: inline;
  }

  .sp-hide {
    display: none;
  }

  .course ol li.min {
    background: url(../sightseeing/images/bg_arrow_tate.jpg) center bottom
      no-repeat;
    width: 100%;
  }

  .course ol li.min p {
    padding: 0;
    padding: 15px 0 54px 0;
  }

  .spot {
    padding-bottom: 45px;
  }

  .spot ul {
    padding-top: 23px;
  }

  .spot ul li {
    padding-bottom: 31px;
  }
}

@media only screen and (max-width: 767px) {
  #sightseeing {
    padding-bottom: 60px;
  }

  #ss-intro {
    padding: 18px 0 44px 0;
  }

  #ss-intro h2 {
    padding-bottom: 10px;
  }

  .course {
    padding-bottom: 30px;
  }

  .course h2 {
    margin-bottom: 20px;
  }

  .course em {
    padding: 11px 0 20px 0;
  }

  .course div {
    position: static;
    max-width: 640px;
  }

  .course ol {
    position: static;
    left: 0;
    float: none;
  }

  .course ol li {
    position: static;
    left: 0;
    float: none;
    width: 100%;
  }

  .course ol li dl dd p {
    padding: 7px 0 21px 0;
  }

  .course ol li.hotel {
    width: 100%;
  }

  .course ol li.hotel strong {
    height: auto;
  }

  .course ol li strong span {
    padding: 15px 0 8px 0;
  }

  .pc-hide {
    display: inline;
  }

  .sp-hide {
    display: none;
  }

  .course ol li.min {
    background: url(../sightseeing/images/bg_arrow_tate.jpg) center bottom
      no-repeat;
    width: 100%;
  }

  .course ol li.min p {
    padding: 0;
    padding: 15px 0 54px 0;
  }

  .spot {
    padding-bottom: 30px;
  }

  .spot ul {
    padding-top: 15px;
  }

  .spot ul li {
    padding: 0 0 21px 0;
    width: 100%;
  }

  .spot ul li dl {
    width: 100%;
  }
}

/* Sightseeing (sightseeing/index.html) End */

/* Yakkan (yakkan/index.html) Start */

#yakkan {
  padding-bottom: 85px;
  width: 100%;
  text-align: left;
}

#yakkan h1 img {
  width: 100%;
  height: auto;
}

#yakkan h2 {
  padding: 52px 0 46px 0;
  line-height: 26px;
  font-size: 26px;
  text-align: center;
}

#yakkan dt {
  line-height: 20px;
  font-size: 14px;
}

#yakkan dd {
  padding-bottom: 19px;
}

#yakkan ol li {
  margin-left: 1.5em;
  line-height: 20px;
  font-size: 14px;
}

#yakkan ol li ol {
  list-style-type: none;
}

#yakkan ol li ol li {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 20px;
  font-size: 14px;
}

#yakkan p {
  line-height: 20px;
  font-size: 14px;
}

#yakkan span {
  display: block;
  padding-bottom: 19px;
}

#yakkan em {
  display: block;
  line-height: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
  font-size: 18px;
  text-align: center;
}

#yakkan em a {
  display: block;
  padding: 18px 0;
  border: 1px solid #333;
  text-decoration: none;
}

#yakkan em a:hover {
  border-color: #999;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#yakkan em a span {
  display: inline-block !important;
  padding: 0 !important;
  padding: 0 45px !important;
  background: url(../yakkan/images/bg_readmore_arrow.jpg) left center no-repeat;
}

#yakkan h3 {
  padding-top: 104px;
  line-height: 20px;
  font-size: 14px;
}

#yakkan ol li ol li > p {
  text-indent: 0 !important;
}

#penalty {
  margin-bottom: 23px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

#penalty th,
#penalty td {
  padding: 14px;
  border: 1px solid #999;
  font-size: 14px;
  font-weight: normal;
}

#penalty thead th {
  background: url(../common_images/bg_th.jpg);
}

#penalty tbody th {
  text-align: left;
}

#penalty td {
  background: url(../common_images/bg_td.jpg);
}

#calc {
  margin-bottom: 23px;
  width: 100%;
  border-collapse: collapse;
}

#calc th,
#calc td {
  padding: 14px;
  border: 1px solid #999;
  font-size: 14px;
  font-weight: normal;
}

#calc th {
  background: url(../common_images/bg_th.jpg);
  text-align: center;
}

#calc td {
  background: url(../common_images/bg_td.jpg);
}

#calc span {
  display: inline !important;
  padding: 0 !important;
}

.bg-none {
  background: none !important;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  #yakkan {
    padding-bottom: 64px;
  }

  #yakkan h2 {
    padding: 39px 0 35px 0;
  }

  #yakkan dd {
    padding-bottom: 15px;
  }

  #yakkan h3 {
    padding-top: 78px;
  }
}

@media only screen and (max-width: 767px) {
  #yakkan {
    padding-bottom: 43px;
  }

  #yakkan h2 {
    padding: 26px 0 23px 0;
  }

  #yakkan dd {
    padding-bottom: 10px;
  }

  #yakkan h3 {
    padding-top: 52px;
  }

  #penalty {
    margin: 0;
  }

  #penalty thead,
  #penalty tbody th {
    display: none;
  }

  #penalty tbody,
  #penalty tbody tr {
    display: block;
  }

  #penalty tbody tr {
    margin-bottom: 1.5em;
  }

  #penalty tbody tr td {
    display: list-item;
    list-style-type: none;
  }

  #penalty tbody tr td:nth-of-type(1) {
    display: none;
  }

  #penalty tbody tr td:nth-of-type(2) {
    margin-bottom: 10px;
    padding: 5px;
    background: url(../common_images/bg_th.jpg) !important;
    border: 1px solid #999;
    text-align: left;
  }

  #penalty tbody tr td:nth-of-type(2):before {
    content: attr(data-label);
  }

  #penalty tbody tr td:nth-of-type(3),
  #penalty tbody tr td:nth-of-type(4),
  #penalty tbody tr td:nth-of-type(5),
  #penalty tbody tr td:nth-of-type(6),
  #penalty tbody tr td:nth-of-type(7) {
    padding: 0;
    background: none !important;
    border: none;
    text-align: right;
    line-height: 20px;
  }

  #penalty tbody tr td:nth-of-type(3):before,
  #penalty tbody tr td:nth-of-type(4):before,
  #penalty tbody tr td:nth-of-type(5):before,
  #penalty tbody tr td:nth-of-type(6):before,
  #penalty tbody tr td:nth-of-type(7):before {
    float: left;
    content: attr(data-label);
  }

  #calc th,
  #calc td {
    padding: 5px;
  }

  #calc span {
    display: block !important;
  }
}

/* Yakkan (yakkan/index.html) End */

.wp-pagenavi {
  margin-top: 10px;
  margin-bottom: 50px;
}
.tel-link-info {
  margin-top: 6px;
}

#danran .danran2 ul {
  display: table;
}

#danran .danran2 ul li {
  display: table-cell;
  padding: 0;
}

#danran .danran2 ul.rest-img li img {
  width: 90%;
  height: auto;
}

#danran .danran2 .rest-img {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 95%;
}

@media only screen and (max-width: 767px) {
  #danran .danran2 ul {
    display: table;
  }

  #danran .danran2 ul li {
    display: table-cell;
    padding: 0;
    width: 50%;
  }

  #danran .danran2 ul li img {
    width: 90%;
    height: auto;
  }
  #danran .danran2 p {
    padding: 5px 0 35px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  #danran .danran2 p {
    padding: 26px 0 54px 0;
  }
}

.lounge_cap {
  float: left;
  width: 33%;
  line-height: 2;
}

/* POPUP予約ウィジェット対応 */
.modal_pop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997 !important;
}
.bg {
  background-color: #1119;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998 !important;
}
.modal_pop #booking {
  /* height: 80vh; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999 !important;
}
@media only screen and (min-width: 767px) {
  #subnavi {
    margin-top: -12px;
  }
}
@media only screen and (max-width: 766px) {
  #subnavi {
    margin-top: 8px;
  }
}

#sandl img {
  width: 130px;
  height: auto;
}
/* @media only screen and (max-width: 440px) {
  #sandl img {
    width: 125px;
    height: auto;
  }
} */

#tripla-searching-app {
  background: white;
}
.booking-title {
  background: #a37841;
  color: white;
  line-height: 2.5;
  display: none;
}
#tripla-searching-app label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 10px;
}
#tripla-searching-app button,
#tripla-booking-modal button {
  color: white !important;
}
.show_pop,
.booking_check {
  font-size: 16px;
  width: 120px;
}
.show_pop {
  margin-right: 8px;
  cursor: pointer;
  background: #a37841;
  color: white;
  height: 38px;
  padding-top: 14px;
}

.booking_check {
  background: #7b5c31;
  height: 46px;
  padding-top: 6px;
  line-height: 1.3;
  position: relative;
}
a .booking_check {
  color: white;
}
.booking_check > a {
  color: white;
  display: block;
}

#tripla-searching-app form {
  width: 100% !important;
}

#search-box #sandl {
  -webkit-justify-content: center;
  justify-content: center;
}

#search-box .show_pop,
#search-box .booking_check {
  width: 218px;
  font-size: 18px;
}
#search-box .show_pop {
  /* margin-right: 25px; */
  margin-right: 0px;
  height: 48px;
  padding-top: 19px;
}
#search-box .booking_check {
  height: 56px;
  padding-top: 10px;
}

#search-box > ul.footer-receive > li {
  vertical-align: bottom;
}
.footer-receive span {
  color: #4d3616;
  font-size: 15px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

/*予約確認・キャンセル 吹き出し追加*/
.balloon1-top {
  position: absolute;
  bottom: -59px;
  left: -78%;
  line-height: 1.5;
  padding: 6px 14px;
  width: 282px;
  color: #555;
  font-size: 13px;
  background: #e6d6c9;
  text-align: left;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 12px solid #e6d6c9;
}

.balloon1-top .tooltip-box {
  margin: 0;
  padding: 0;
  display: block;
}

@media only screen and (max-width: 767px) {
  #logo-subnavi h1 {
    margin: 60px auto 0;
  }
}

.tooltip-box a {
  font-weight: bold;
  color: #7b5c31;
  text-decoration: underline;
}

/* オールインクルーシブ */
.all-in h3 {
  margin-bottom: 24px;
  margin-top: 20px;
}

.all-in-block {
  margin-bottom: 70px;
}

.all-in-left p {
  margin-bottom: 8px;
}

.all-in-time {
  margin-top: 6px;
}

.all-in-time {
  margin-top: 8px;
}

@media screen and (min-width: 980px) {
  .all-in-right {
    margin-top: 7%;
  }
}

@media screen and (min-width: 680px) {
  .all-in-left {
    width: 49%;
    float: left;
  }

  .all-in-right {
    width: 49%;
    float: right;
  }
}

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

#anc-search {
  padding: 20px 0 20px 0px;
}
#search-box {
  margin-bottom: 20px;
}

/* faq用CSS */
#faq {
  width: 100%;
}

#faq h2 {
  padding: 52px 0 26px 0;
  line-height: 26px;
  font-size: 26px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  #faq h2 {
    padding: 39px 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  #faq h2 {
    padding: 21px 0 13px 0;
  }
}

#faq-base {
  width: 100%;
}

#faq-base h1 img {
  width: 100%;
  height: auto;
}

#QandA-1 h3 {
  line-height: 3.5;
  font-size: 18px;
  color: #444;
}

#QandA-1 dt {
  background: #a47942;
  /* 「Q」タイトルの背景色 */
  color: #fff;
  /* 「Q」タイトルの文字色 */
  /*	padding: 8px 12px; */
  border-radius: 2px;
  text-align: left;
  font-size: 16px;
  padding: 8px 12px 8px 40px;
  text-indent: -28px;
}

#QandA-1 dt:before {
  content: "Q.";
  font-weight: bold;
  margin-right: 4px;
  font-size: 20px;
}

#QandA-1 dd {
  margin: 14px 12px 60px 39px;
  line-height: 1.4;
  text-indent: -31px;
  text-align: left;
  font-size: 16px;
}

#QandA-1 dd:before {
  content: "A.";
  font-weight: bold;
  margin-right: 4px;
  font-size: 20px;
  color: #444;
}
