@import "basis.grid.css";

/*==========================================================================
  Foundation
  ==========================================================================*/
html {
  font-size: 16px;
}

body {
  background-color: #FFF;
  color: #372828;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1.4px;
  word-break: break-all;
}

body, h1, h2, h3, h4, h5, h6, .nav-tabs {
  font-family: "Hiragino Mincho W3 JIS2004", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: #5f774d;
}
a.color-inherit {
  color: inherit;
}
a.deco-none {
  text-decoration: none;
}
a.no-icon:before {
  display: none;
}
a[href$=".pdf"]:before {
  margin-right: 5px;
  color: #E84C3D;
  font-family: "FontAwesome";
  content: "\f1c1";
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul, ol {
  padding-left: 1.8em;
  margin-bottom: 0;
}

label {
  margin-bottom: 0;
}

#main-menu,
#bread-crumb,
#contents-main h1,
.c-header2,
.c-header3,
.c-header4,
.p-page-title,
.p-contents-submenu__title,
.p-spot-genres,
.p-spot-area__title,
.p-spot-list-title,
.p-spot-post__station-title,
.p-spot-detail-title,
.p-spot-detail-content__descriptiion1,
.p-spot-detail-info-title,
.p-gallery-post-inline__title,
.p-events-details-title,
.u-ff--kaimin
{
  font-family: "Kaimin Sora Heavy", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#contents-main h2,
#contents-main strong,
.p-events-detail__title,
.p-events-details strong,
.p-events-contact__body strong {
  font-family: "Hiragino Mincho W6 JIS2004", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

hr {
  margin: 0;
  margin-top: 20px;
  border-bottom: 1px solid #d0c8b3;
}

/*==========================================================================
  Layout
  ==========================================================================*/
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.gutter-5px > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.nav > li > a {
  padding: 0 25px;
  line-height: 50px;
}
.nav-tabs {
  border-bottom: 5px solid #5d4038;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover {
  color: #453636;
  background-color: #b9aca4;
  border-bottom-color: #5d4038;
  font-family: "Kaimin Sora Heavy", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  border: 1px solid #5d4038;
  border-bottom-color: transparent;
  background-color: #5d4038;
}

#header a,
#contents-side a,
#footer a,
#footer2 a {
  color: #372828;
}

#home-slider {
  overflow: hidden;
}
#home-slider .slick-slider {
  margin-bottom: 0;
}
#home-slider .slick-list {
  overflow: visible;
}

#contents-main {
  font-size: 13px;
}

#contents-main .aligncenter {
  margin: 0 auto;
  display: block;
}

/*==========================================================================
  Object
  ==========================================================================*/
/*
  Component
 */
 /*ヘッダー*/
div.c-header--attendant {
  margin-bottom: 10px;
  padding-left: 44px;
  font-size: 18px;
  line-height: 32px;
  background: url(../img/pc/common/icon-attendant.png) 0 center no-repeat;
}
/*テーブル*/
.c-table {
  border: 1px solid #d2d2d2;
  border-top: none;
}
.c-table th,
.c-table td {
  padding: 5px 20px;
  border-top: 1px solid #d2d2d2;
  background-color: #fff;
}
.c-table th {
  background-color: #e7e5e1;
  font-family: "Hiragino Mincho W6 JIS2004", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.c-table--no-sideborder {
  border-left: none;
  border-right: none;
}
.c-table--low-padding th,
.c-table--low-padding td {
  padding: 5px 10px;
}
.c-table--fullwidth {
  width: 100%;
}
.c-table--th-20per th {
  width: 20%;
}
.c-table--th-25per th {
  width: 25%;
}
.c-table--th-33per th {
  width: 33.3%;
}
.c-table--th-140px th {
  width: 140px;
}
.c-table--vertical-line th,
.c-table--vertical-line td {
  border: 1px solid #d2d2d2;
}

/*dlテーブル*/
.c-dl-table {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  border-top: none;
  background-color: #e7e5e1;
}
.c-dl-table:after {
  content: '';
  display: table;
  clear: both;
}
.c-dl-table dt {
  width: 25%;
  margin: 0;
  padding: 5px 20px;
  border-top: 1px solid #d2d2d2;
  font-family: "Hiragino Mincho W6 JIS2004", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: inherit;
  float: left;
}
.c-dl-table dd {
  margin: 0;
  padding: 5px 20px;
  border-top: 1px solid #d2d2d2;
  background-color: #fff;
  line-height: inherit;
  overflow: hidden;
}

/*ボタン*/
.c-button {
  margin: 2px 0;
  padding: 6px 35px;
  border-radius: 3px;
  border: none;
  display: inline-block;
  color: #372828;
  text-align: center;
  position: relative;
}
.c-button:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 120%;
  line-height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -8px;
}
.c-button--noarrow {
  padding-left: 16px;
  padding-right: 16px;
}
.c-button--noarrow:after {
  display: none;
}
.c-button:hover {
  color: #372828;
}
.c-button--gray {
  color: #fff !important;
  background-color: #414141;
}
.c-button--gray:hover {
  color: #fff !important;
}
.c-button--red {
  color: #fff !important;
  background-color: #d65238;
}
.c-button--red:hover {
  color: #fff !important;
}
.c-button--red2 {
  color: #fff !important;
  background-color: #CB3A3D;
}
.c-button--red2:hover {
  color: #fff !important;
}
.c-button--purple {
  color: #fff !important;
  background: #4b2838;
}
.c-button--purple:hover {
  color: #fff !important;
}
.c-button--yellow {
  background: #e5c765;
}
.c-button--yellow:hover {
}
.c-button--green {
  background: #96a942;
}
.c-button--green:hover {
}
.c-button--brown {
  color: #fff !important;
  background: #47372d;
}
.c-button--brown:hover {
  color: #fff !important;
}
.c-button--white {
  background: #fff;
}
.c-button--white:hover {
}
.c-button--lightblue {
  color: #fff !important;
  background: #7fa9b9;
}
.c-button--lightblue:hover {
  color: #fff !important;
}
.c-button--padding10px {
  padding-left: 10px;
  padding-right: 10px;
}
.c-button--large {
  padding: 12px 40px;
  border-radius: 6px;
  font-size: 18px;
}
.c-button--font-white {
  color: #fff !important;
}
.c-button--width25per {
  width: 25%;
}
.c-button--width33per {
  width: 33%;
}
.c-button--width50per {
  width: 50%;
}
.c-button--width75per {
  width: 75%;
}
.c-button--fullwidth {
  width: 100%;
}
.c-button-icon {
  padding-left: 55px;
}
.c-button-icon:before {
  content: '';
  margin-top: -13px;
  width: 26px;
  height: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
}
.c-button-icon--location:before {
  background-image: url(../img/pc/common/icon-location.png);
}

/*タグ*/
.c-tag {
  margin: 0px 2px;
  padding: 0 20px;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  display: inline-block;
}

/*カルーセル*/
.c-photoslider {
  margin-bottom: 50px;
}
.c-photoslider .slick-slide img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline;
}
.slick-dots li button:before {
  font-size: 12px;
}
.slick-prev,
.slick-next {
  z-index: 10;
}

/*ページャー*/
.c-pager {
  padding: 20px 0;
  text-align: center;
}
.c-pager .page-numbers {
  margin: 3px 0;
  padding: 6px 15px;
  background-color: #bebebe;
  display: inline-block;
  color: #fff;
}
.c-pager .page-numbers.current,
.c-pager .page-numbers:hover {
  background-color: #822828;
}

/*写真なし*/
.c-nophoto {
  width: 100%;
  height: 100%;
  background-color: #ccc5bd;
  position: relative;
  color: #a08681;
  font-family: "Kaimin Sora Heavy", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
}
.c-nophoto:before {
  width: 100%;
  text-align: center;
  content: "\f030";
  font-family: "FontAwesome";
  font-size: 150%;
  position: absolute;
  left: 0;
  bottom: 50%;
}
.c-nophoto:after {
  width: 100%;
  content: 'No Photo';
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
}

/*枠ボックス*/
.c-border-box {
  padding: 20px 25px;
  border: 1px solid #cfc6ac;
  background-color: #f9f8f3;
}
.c-border-box p:last-child {
  margin-bottom: 0;
}
.c-border-box--red {
  border-color: #b32522;
}
/*アイコン*/
.c-icon-block {
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.c-icon-block:before {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 0;
}
.c-icon-block--large {
  width: 40px;
}
.c-icon-block--large:before {
  width: 40px;
  height: 40px;
  top: -22px;
}
.c-icon-block--train-dark:before {
  background-image: url(../img/pc/common/icon-train-dark.png);
  background-size: 26px;
}
.c-icon-block--large.c-icon-block--train-dark:before {
  -webkit-background-size: 40px;
  background-size: 40px;
}
.c-icon-block--train-blue:before {
  background-image: url(../img/pc/common/icon-train-blue.png);
}
.c-icon-block--clock:before {
  background-image: url(../img/pc/common/icon-clock.png);
}
.c-icon-block--clock-blue:before {
  background-image: url(../img/pc/common/icon-clock-blue.png);
}
.c-icon-block--location:before {
  background-image: url(../img/pc/common/icon-location.png);
}
.c-icon-block--yen-blue:before {
  background-image: url(../img/pc/common/icon-yen-blue.png);
}

/*
  Project
 */
.p-spot-spot__area.area01 {
  background-color: #e2acb0;
}
.p-spot-spot__area.area02 {
  background-color: #d7acc4;
}
.p-spot-spot__area.area03 {
  background-color: #c7b2c4;
}
.p-spot-spot__area.area04 {
  background-color: #afc79a;
}
.p-spot-spot__area.area05 {
  background-color: #aad6d9;
}
.p-spot-spot__area.area06 {
  background-color: #d2d29a;
}
.p-spot-spot__area.area07 {
  background-color: #e9e29b;
}
.p-spot-spot__area.area08 {
  background-color: #e9bfa2;
}

.p-gallery-post__area.area01 {
  background-color: #cf757b;
}
.p-gallery-post__area.area02 {
  background-color: #bd759c;
}
.p-gallery-post__area.area03 {
  background-color: #a27e9c;
}
.p-gallery-post__area.area04 {
  background-color: #7aa257;
}
.p-gallery-post__area.area05 {
  background-color: #71bac0;
}
.p-gallery-post__area.area06 {
  background-color: #b4b457;
}
.p-gallery-post__area.area07 {
  background-color: #dace59;
}
.p-gallery-post__area.area08 {
  background-color: #da9464;
}


/*
  Utitlity
 */
.u-gothic {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.u-gothic-bold {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.u-kaimin-h {
  font-family: "Kaimin Sora Heavy", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-mincho-regular {
  font-family: "Hiragino Mincho W3 JIS2004", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-mincho-bold {
  font-family: "Hiragino Mincho W6 JIS2004", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-ul-no-icon {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.u-font-small {
  font-size: 12px;
}
.u-font-default {
  font-size: 14px;
}
.u-font-medium {
  font-size: 16px;
}
.u-font-large {
  font-size: 20px;
}
.u-font-default {
  color: #372828;
}
.u-font-red {
  color: #b32522;
}
.u-mb-05em {
  margin-bottom: 0.5em;
}

.u-image-border {
  border: 6px solid #e6e2d7;
}

/*矢印アイコンリスト*/
.u-icon--arrow {
  list-style-type: none;
}
.u-icon--arrow li {
  position: relative;
}
.u-icon--arrow li:before {
  content: '';
  width: 8px;
  height: 12px;
  background: url(../img/pc/common/ul-icon-arrow.png) 0 center no-repeat;
  position: absolute;
  top: 0.5em;
  left: -20px;
}

.u-noicon {
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
}

.u-imagelist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.u-imagelist:after {
  content: '';
  display: table;
  clear: both;
}
.u-imagelist li {
  margin: 5px;
  float: left;
}
.u-overflow-hidden {
  overflow: hidden;
}

.u-wb-normal {
  word-break: normal;
}

/*一字ぶら下げ*/
div.u-hanging {
  margin-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

.u-bg--red {
  background-color: #904446 !important;
}

.mw_wp_form .required .control-label:after {
  content: "（必須）";
  color: #f00;
  font-weight: bold;
}

/*youtube レスポンシブ対応*/
.youtube-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* --- Googleマップのレスポンシブ対応 --- */
iframe[src^="https://www.google.com/maps"] {
  width: 100%;
}
@media (max-width: 767px) {
  iframe[src^="https://www.google.com/maps"] {
      height: auto;
      aspect-ratio: 3/ 4;
  }
}
@media not all and (max-width: 767px) {
  iframe[src^="https://www.google.com/maps"] {
  }
}