@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
  background-color: #f1ecdc;
  font-feature-settings: "palt" !important;
  -webkit-font-feature-settings: "palt" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a:link {
  color: #9B7142;
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
  color: #9B7142;
}

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

a:active {
  text-decoration: underline;
  color: #9B7142;
}

ul {
  list-style-type: none;
}

.s_bnr a:hover img {
  opacity: 0.6;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60); /* IE lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* IE 8 */
}

a img {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.top_shadow {
  background-image: url(../img/top_shadow.gif);
  background-repeat: no-repeat;
  background-position: bottom;
}

.page_shadow {
  background-image: url(../img/page_shadow.gif);
  background-repeat: repeat-y;
}

.under_shadow {
  background-image: url(../img/under_shadow.gif);
  background-repeat: no-repeat;
  background-position: top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
}

.Column_text {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #56391D;
}

.Column_text_title {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #56391D;
}

.Column_text_cha-color {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #56391D;
}

.ivent_table_border {
  border: 1px dotted #794B22;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #56391D;
}

.ivent_table_border_10 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  color: #56391D;
}

.f-red {
  color: #FF0000;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.ivent_table_border14 {
  border: 1px dotted #794B22;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #56391D;
}

.under_border {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #794B22;
}

#txtLink {
  font-size: 12px;
  color: #56391D;
}

#txtLink a:link {
  text-decoration: none;
  color: #56391D;
}

#txtLink a:visited {
  text-decoration: none;
  color: #56391D;
}

#txtLink a:hover {
  text-decoration: underline;
  color: #56391D;
}

.nav {
  width: 750px;
  margin: 0 auto 30px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #c6a22f;
}

.nav li {
  position: relative;
  list-style: none;
  border-right: 1px solid #837161;
  width: 150px;
  height: 50px;
}

.nav li:last-child {
  border-right: none;
}

.nav li a {
  display: block;
  font-family: "Noto Sans Japanese";
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  background: rgb(102, 76, 51);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav li.nav_event a {
  line-height: 1.4;
  display: table;
  text-align: center;
  width: 150px;
  font-size: 14px !important;
  letter-spacing: 0;
}

.nav li.nav_event a span {
  display: table-cell;
  vertical-align: middle;
}

.nav > li:hover > a { /*layer-1*/
  background: #5f9043;
  color: yellow;
}

.nav > li li:hover > a { /*layer-2*/
  background: #5f9043;
  color: yellow;
}

.nav li ul {
  top: 50px;
  left: -41px;
  position: absolute;
  height: 50px;
}

.nav li ul li {
  overflow: hidden;
  height: 0;
}

.nav li ul li a {
  border-top: 1px solid #eee;
}

.nav li:hover > ul > li {
  overflow: visible;
  height: 50px;
  border-right: none;
}

/*　.ta1テーブル
------------------------------------------------------------------*/
.ta1 {
  text-align: left;
  float: left;
  display: inline;
}

.ta1 td {
  padding: 5px;
}

.ta1 p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 2;
  color: #56391D;
}

/*　.ta2テーブル
------------------------------------------------------------------*/
.ta2 {
  text-align: left;
  float: right;
  display: inline;
}

.ta2 td {
  padding: 5px;
}

.ta2 p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 2;
  color: #56391D;
}

.staffborder {
  width: 100%;
  clear: both;
  margin-bottom: 5px;
}

.staffname {
  font-size: 14px;
  color: #54750F;
  font-weight: bold;
}

/*　top_メイン
------------------------------------------------------------------*/
#top_main {
  width: 750px;
  padding: 15px 0 15px 0;
}

#top_main h2 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 6px;
}

.top_left {
  float: left;
  width: 470px;
  padding-left: 15px;
  text-align: left;
}

.top_right {
  float: right;
  width: 230px;
  padding: 0 10px 0 0;
  text-align: center;
}

.top_bottom {
  clear: both;
  padding-left: 15px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*what new
----------------------------------------------------------*/
ul.new {
  clear: both;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 12px;
  line-height: 27px;
}

.new li {
  width: 450px;
  list-style: none;
  background-image: url(../img/new_bg.gif);
  background-repeat: no-repeat;
  padding: 6px 0 6px 18px;
  border-bottom: dotted 1px #81511c;
  background-position: 0 0px;
  line-height: 1.4;
  color: #481702;
}

.new li span {
  color: #C32F38;
  font-size: 120%;
  font-weight: bold;
}

/*top駐車場告知
----------------------------------------------------------*/
.topics_box {
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e9e0cb;
  border: 1px solid #bcab82;
}

.topics_box h3.topics_tit {
  font-size: 16px;
  font-weight: bold;
  color: #48260d;
  margin-bottom: 10px;
  margin-top: 0;
}

.topics_box p {
  font-size: 13px;
  line-height: 1.7;
  color: #48260d;
  margin-bottom: 7px !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}

.topics_box p span {
  font-weight: bold;
  font-size: 14px;
}

.topics_box a img {
  float: right;
  margin-left: 10px;
}

/*topキャンペーンバナー
----------------------------------------------------------*/
#top_camp {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top_camp ul {
  margin: 0;
  padding: 0;
}

#top_camp ul li {
  list-style: none;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: top;
}

#top_camp ul li:nth-child(odd) {
  border-right: 1px dotted #ccc;
}

/*topカレンダー
----------------------------------------------------------*/
.calender {
  padding-top: 20px;
}

.calender iframe {
  width: 100%;
  max-width: 800px;
  height: 460px;
  border: 0px none;
}

/*トピックス画像
----------------------------------------------------------*/
.topi_ig {
  margin-bottom: 10px;
}

/*サイドbnr
----------------------------------------------------------*/
.s_bnr {
  text-align: center;
  padding: 0;
  margin-bottom: 6px;
}

/*　メニュー
------------------------------------------------------------------*/
#menu {
  width: 750px;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
  color: #704414;
  font-size: 13px;
}

#menu h3 {
  margin: 0px;
  padding-bottom: 0px;
  padding-top: 20px;
  clear: both;
  color: #5F9043;
}

#menu h4 {
  margin: 0px;
  font-weight: normal;
  font-size: 12px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  clear: both;
}

.txtsmole {
  font-size: 11px;
  color: #666666;
}

.txtogange {
  color: #FF6600;
}

.txtmargin {
  padding-left: 20px;
}

#menu table {
  border-collapse: collapse;
  margin-bottom: 5px;
}

#menu table th {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #9B7142;
  vertical-align: top;
  padding-bottom: 2px;
  padding-top: 7px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#menu table td {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #9B7142;
  vertical-align: top;
  padding-bottom: 2px;
  padding-top: 7px;
  text-align: right;
  width: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#menu table td:before {
  content: "¥";
  margin-right: 2px;
}

.nonborder {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;
}

#menu .menuleft {
  width: 350px;
  float: left;
  padding-left: 15px;
}

#menu .menuright {
  width: 350px;
  float: right;
  padding-right: 15px;
}

.zei-txt {
  color: #704414;
  font-size: 12px;
}

/*　スタッフ紹介2026
-----------------------------------*/
.staff-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -18px;
}
.staff-flex .staff-block {
  width: calc(50% - 18px);
  margin-left: 18px;
  margin-bottom: 20px;
  background-color: #f4f2e4;
}
.staff-flex .staff-img img {
  width: 100%;
  height: auto;
}
.staff-flex .staff-txt-inner {
  padding: 20px 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.staff-flex .staff-name {
  color: #6eb006;
  text-align: center;
  line-height: 1;
}
.staff-flex .staff-name h4 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 17px;
  letter-spacing: 2px;
}
.staff-flex .staff-name h4 span {
  font-size: 13px;
  font-weight: 400;
  margin-right: 6px;
  letter-spacing: 0;
}
.staff-flex .staff-name p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-family: lato;
}
.staff-flex .staff-coment {
  color: #704414;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

/*　イベント
------------------------------------------------------------------*/
#ivent {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #9B7142;
  font-size: 13px;
}

.iventleft {
  float: left;
}

.iventright {
  float: right;
  width: 420px;
  padding-top: 30px;
}