@import url(//fonts.googleapis.com/css?family=EB+Garamond);
@import url(//fonts.googleapis.com/css?family=Source+Serif+Pro);
@font-face {
  font-family: "NotoSansR";
  src: url("../../css/font/NotoSansR.eot") format("eot"), url("../../css/font/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSansL";
  src: url("../../css/font/NotoSansL.eot") format("eot"), url("../../css/font/NotoSansL.woff") format("woff");
}

@font-face {
  font-family: "iconfont";
  src: url("../../css/font/iconfont.eot");
  src: url("../../css/font/iconfont.eot#iefix") format("embedded-opentype"), url("../../css/font/iconfont.woff") format("woff"), url("../../css/font/iconfont.ttf") format("truetype"), url("../../css/font/iconfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "iconfont";
  font-style: normal;
  display: inline-block;
  width: 1.1em;
  text-align: center;
  line-height: 1.1;
}

.home-announce-block {
  background: #fff;
  text-align: center;
  padding: 5px 35px;
}

.home-announce-text a {
  display: block;
  text-decoration: underline;
}

.home-announce-text p {
  padding: 5px 0;
}
.home-announce-text p:last-child {
  border-bottom: none;
}

.home-slider-block {
  color: #f7f5f1;
}
.home-slider-block a {
  color: #f7f5f1;
}

.home-block-title {
  margin-bottom: 28px;
  position: relative;
}

.home-nav-block {
  background: #ebe9e7;
}
.home-nav-block .home-nav {
  padding-top: 2%;
}
.home-nav-block .home-nav li {
  float: left;
  width: 50%;
  margin: 0 0 2%;
  padding: 0 2%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-nav-block .home-nav li a {
  display: block;
  color: #2d2116;
  background: #fff;
  padding: 14px 0;
}
.home-nav-block .home-nav li:nth-child(odd) {
  padding-right: 1%;
}
.home-nav-block .home-nav li:nth-child(even) {
  padding-left: 1%;
}

.home-topics-block {
  padding-top: 40px;
  padding-bottom: 30px;
}

.home-sns-block {
  background: #dcd4cd;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pageplugin {
  margin-bottom: 20px;
}

.tripadvisor #CDSWIDSSP {
  width: 100% !important;
}
.tripadvisor #CDSWIDSSP .widSSPWrap.widSSPOptional {
  display: none;
}
.tripadvisor #CDSWIDSSP .widSSPReviews {
  display: none;
}

.home-information-block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-information-block .cmn-itemlist-type02 {
  width: 100%;
  border-top: 1px solid #dcd4cd;
  margin-bottom: 30px;
}

.home-bnr-block {
  background: #1b1108;
}
.home-bnr-block .top-bnr div {
  margin-bottom: 5px;
}
.home-bnr-block .top-bnr div:last-child {
  margin-bottom: 0;
}
.home-bnr-block .bottom-bnr {
  padding: 20px;
}
.home-bnr-block .bottom-bnr div {
  margin-bottom: 8px;
}
.home-bnr-block .bottom-bnr div:last-child {
  margin-bottom: 0;
}

.home-map-block .map-contents {
  padding: 35px 20px;
  background: #54463a;
}

.home-map-block .text-box {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.714;
}
.home-map-block .text-box:last-child {
  margin-bottom: 0;
}
.home-map-block .text-box .ttl {
  color: #c2b8ae;
  margin-bottom: 10px;
}
.home-map-block .text-box .txt {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}
.home-map-block .text-box .txt:last-child {
  margin-bottom: 0;
}
.home-map-block .text-box .txt:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #73604e;
  position: absolute;
  top: .7em;
  left: 0;
}

.home-footer {
  text-align: center;
}
.home-footer .address {
  padding: 25px 0;
  background: #2d2116;
  color: #fff;
  letter-spacing: .1em;
}
.home-footer .phone a {
  display: block;
  background: #be920e;
  color: #fff;
  padding: 12px 0;
  font-family: "Source Serif Pro", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
}
.home-footer .phone a .icon-phone {
  color: #dbb75f;
  padding-right: 4px;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .home-nav-block .home-nav {
  *zoom: 1;
}
.clearfix:after, .home-nav-block .home-nav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}