@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho";
}

.font_en {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

/*=======================================================

    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================

    common

========================================================*/
html {
  font-size: 62.5%;
  height: 100%;
  scroll-padding-top: 130px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 58.5%;
  }
}

body {
  font-size: 1.6rem;
  height: 100%;
  color: #0a0909;
  background: url(../img/common/bg_body.jpg);
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 1489px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc02 {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .pc03 {
    display: none !important;
  }
}

@media screen and (min-width: 1490px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp02 {
    display: none !important;
  }
}

@media screen and (min-width: 1281px) {
  .sp03 {
    display: none !important;
  }
}

@media screen and (min-width: 1490px) {
  .lg {
    display: none !important;
  }
}

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

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.mrgT5 {
  margin-top: 5px;
}

.mrgT10 {
  margin-top: 10px;
}

.mrgT15 {
  margin-top: 15px;
}

.mrgT20 {
  margin-top: 20px;
}

.mrgT25 {
  margin-top: 25px;
}

.mrgT30 {
  margin-top: 30px;
}

.mrgT40 {
  margin-top: 40px;
}

.mrgT50 {
  margin-top: 50px;
}

.mrgT60 {
  margin-top: 60px;
}

.mrgT70 {
  margin-top: 70px;
}

.mrgB5 {
  margin-bottom: 5px;
}

.mrgB10 {
  margin-bottom: 10px;
}

.mrgB15 {
  margin-bottom: 15px;
}

.mrgB20 {
  margin-bottom: 20px;
}

.mrgB25 {
  margin-bottom: 25px;
}

.mrgB30 {
  margin-bottom: 30px;
}

.mrgB40 {
  margin-bottom: 40px;
}

.mrgB50 {
  margin-bottom: 50px;
}

.mrgB60 {
  margin-bottom: 60px;
}

.mrgB70 {
  margin-bottom: 70px;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.fontBold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.f14 {
  font-size: 1.4rem;
}

.f16 {
  font-size: 1.6rem;
}

.f18 {
  font-size: 1.8rem;
}

.red {
  color: #c1272d;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  color: #131313;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.link {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

footer a[href*="tel:"] {
  color: #000;
}

header a[href*="tel:"] {
  color: #000;
}

a:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70); /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  transition: opacity 1s ease-out;
}

.link {
  color: #3a7637;
}

.marker {
  background: linear-gradient(transparent 70%, #ffeeb2 70%);
  font-weight: bold;
}

/* --------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------- */
@media screen and (max-width: 1349px) {
  header .inner .logo {
    padding-left: 30px;
    padding-top: 0px;
  }
}
header {
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1489px) {
  header {
    height: 85px;
    box-sizing: border-box;
  }
}
header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  animation: nyuru 0.5s;
}
@media screen and (max-width: 1489px) {
  header.is-fixed {
    background: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 1489px) {
  header.is-fixed .logo {
    width: auto;
  }
}
@keyframes nyuru {
  0% {
    margin-top: -158px;
  }
  100% {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes nyuru {
    0% {
      margin-top: -78px;
    }
    100% {
      margin-top: 0;
    }
  }
}
header .inner {
  position: relative;
  box-sizing: border-box;
  padding: 20px 30px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .inner .logo img {
  max-width: 100%;
}
header .inner .nav_wrap nav {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
header .inner .nav_wrap nav .gnav {
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
}
header .inner .nav_wrap nav .gnav li {
  margin: 0 40px 0 0;
  text-align: center;
}
header .inner .nav_wrap nav .gnav li:last-child {
  margin: 0;
}
header .inner .nav_wrap nav .gnav li a {
  font-size: 2.4rem;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
  text-align: center;
  font-weight: 500;
  display: block;
  color: #68444b;
  font-family: "Dancing Script", cursive;
}
header .inner .nav_wrap nav .gnav li a span {
  color: #1a1a1a;
  font-size: 1.6rem;
  display: block;
  font-family: "Noto Serif JP", serif;
}
header .inner .nav_wrap nav .gnav li a::after {
  position: absolute;
  bottom: -5px;
  margin-right: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #68444b;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
header .inner .nav_wrap nav .gnav li a:hover::after {
  transform: scale(1, 1);
}
header .inner .nav_wrap nav .gnav li a.current {
  color: #68444b;
}
header .inner .nav_wrap nav .gnav li a.current::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #68444b;
  display: block;
  transform: scale(1, 1);
}
header .sp .logo {
  position: absolute;
  left: 10px;
  top: 10px;
}
header .menu-trigger,
header .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
}
header .menu-trigger {
  width: 50px;
  height: 50px;
  float: right;
  position: fixed;
  top: 15px;
  right: 1%;
  z-index: 9999;
  background: #3a7637;
  transform: scale(0.8);
}
header .menu-trigger span {
  width: 30px;
  height: 3px;
  margin: auto auto auto 10px;
  position: absolute;
  background-color: #fff;
}
header .menu-trigger span:nth-of-type(1) {
  top: 15px;
}
header .menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
header .menu-trigger span:nth-of-type(3) {
  bottom: 15px;
}
header .menu-trigger.active {
  background: #fff;
}
header .menu-trigger.active span {
  background-color: #3a7637;
}
header .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}
header #overlay {
  width: 100%;
  height: 100vh;
  margin: auto;
  padding-top: 5%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #3a7637;
  display: none;
  text-align: center;
}
header #overlay h1 {
  text-align: center;
  margin-bottom: 10px;
}
header #overlay .info {
  text-align: center;
  margin-top: 20px;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #fff;
}
header #overlay .info a {
  color: #fff!important;
}
header #overlay ul {
  width: 100%;
  margin: 0 0 20px 0;
}
header #overlay ul li {
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 15px;
  line-height: 1.4;
}
header #overlay ul li span {
  font-size: 1.2rem;
  display: block;
}
header #overlay ul li ul {
  margin: 10px 0 0;
}
header #overlay ul li ul li {
  border-bottom: 0;
  font-size: 1.4rem;
  padding: 2px;
}
header #overlay ul li ul li a {
  font-size: 1.4rem;
}
header #overlay ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

/*
header.is-fixed{
	position: fixed;
	top: 0;
	z-index: 100;
	left: 50%;
transform: translate(-50%, 0%);
	background: url(../img/header.jpg) no-repeat center top;
}
*/
/**********************************************************************************

	footer

***********************************************************************************/
footer {
  background-image: url(../img/common/bg_footer01.svg), url(../img/common/bg_footer02.svg), url(../img/common/bg_footer.jpg);
  background-repeat: no-repeat;
  background-position: 10% 80%, 90% center, center top;
  background-size: auto, auto, cover;
}
footer .wrap {
  padding: 0px 0 20px;
}
footer .wrap .inner {
  text-align: center;
}
footer .wrap .inner nav {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  footer .wrap .inner nav {
    display: none;
  }
}
footer .wrap .inner nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .wrap .inner nav ul li {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  footer .wrap .inner nav ul li {
    margin: 10px 20px;
  }
}
footer .wrap .inner nav ul li a {
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  footer .wrap .inner nav ul li {
    line-height: 2.2;
  }
}
footer .wrap .inner {
  padding: 70px 0px;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  footer .wrap .inner {
    padding: 50px 15px 10px;
    text-align: center;
  }
}
footer .wrap .inner .info_box .sns {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
footer .wrap .inner .info_box .sns li {
  margin: 0 10px;
}
footer .wrap .inner .info_box .info {
  text-align: center;
  line-height: 2.2;
  margin-top: 20px;
  font-weight: 500;
  font-size: 1.4rem;
}
footer .wrap address {
  text-align: center;
  line-height: 1.4;
  font-size: 1.4rem;
}

.gt_selector {
  background: rgba(255, 255, 255, 0.9);
  margin: 10px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: auto;
  border: none;
  outline: initial;
  height: auto !important;
  font-size: 13px !important;
}
@media screen and (max-width: 1489px) {
  .gt_selector {
    top: auto !important;
    right: auto !important;
    position: inherit;
  }
}

#mainImg {
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #mainImg {
    margin-bottom: 0;
    padding-top: 85px;
  }
}

.mv {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 100%;
    line-height: 0;
  }
}
.mv img {
  width: 100%;
}
.mv video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mv video {
    aspect-ratio: 3/2;
  }
}

/* --------------------------------------------------------------- */
/* 全体レイアウト */
/* --------------------------------------------------------------- */
#container {
  overflow: hidden;
}
#container .main {
  position: relative;
  z-index: 2;
}
#container .main section .flex {
  display: flex;
  flex-wrap: wrap;
}
#container .main section .bnr {
  text-align: center;
}
#container .main section .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  #container .main section .inner {
    padding: 30px 15px;
    box-sizing: border-box;
  }
}
#container .main section .inner img {
  max-width: 100%;
  height: auto;
}
#container .main section img {
  max-width: 100%;
  height: auto;
}
#container .toTop {
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #container .toTop {
    bottom: 4%;
    right: 0;
    transform: scale(0.8);
  }
}
#container .fix_bnr {
  position: fixed;
  top: 25%;
  right: 0%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #container .fix_bnr {
    display: none;
  }
}
#container .fix_bnr_sp {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #container .fix_bnr_sp {
    display: none;
  }
}
#container .fix_bnr_sp a {
  font-size: 1.8rem;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3db145;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
#container .fix_bnr_sp a::before {
  content: url(../img/common/ico_cal01.svg);
  margin-right: 10px;
}
#container .gmap {
  padding: 0;
}
#container .plan_wrap {
  background: url(../img/common/bg_plan.jpg) no-repeat center center/cover;
}
#container .plan_wrap .inner h2 {
  font-size: 4.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #container .plan_wrap .inner h2 {
    font-size: 3.2rem;
  }
}
#container .plan_wrap .inner h2::before {
  content: url(../img/common/ttl_plan02.svg);
  margin-bottom: 10px;
  display: block;
}
#container .plan_wrap .inner h2 span {
  font-size: 3.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #container .plan_wrap .inner h2 span {
    font-size: 2.6rem;
  }
}
#container .plan_wrap .inner .more01 a {
  margin: 0 auto;
}
#container .more01 a {
  background: #3a7637;
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px 40px;
  max-width: 300px;
  display: block;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #3a7637;
  color: #fff;
}
#container .more01 a::after {
  position: absolute;
  top: 15px;
  right: 20px;
  content: url(../img/common/ico_arrow01.svg);
  transition: all 0.2s;
}
#container .more01 a:hover::after {
  right: 10px;
}

/* --------------------------------------------------------------- */
/* TOP */
/* --------------------------------------------------------------- */
#top #container h2.style01 {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.3;
  font-family: "Dancing Script", cursive;
}
@media screen and (max-width: 767px) {
  #top #container h2.style01 {
    font-size: 3.3rem;
  }
}
#top #container h2.style01::before {
  content: url(../img/top/fig_ttl01.svg);
  display: block;
}
#top #container h2.style01 span {
  font-size: 2.8rem;
  display: block;
  color: #321301;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  #top #container h2.style01 span {
    font-size: 2rem;
  }
}
#top #container h2.style02 {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.3;
}
#top #container h2.style02 span {
  color: #3a7637;
}
#top #container section p {
  line-height: 1.6;
}
#top #container .reserve {
  background: #3b7637;
  margin-top: -2px;
}
#top #container .reserve .inner {
  box-sizing: border-box;
  padding: 50px 0;
}
@media screen and (max-width: 1280px) {
  #top #container .reserve .inner {
    padding: 50px 15;
  }
}
@media screen and (max-width: 767px) {
  #top #container .reserve .inner {
    padding: 15px 15px;
  }
}
#top #container .reserve .inner .flex {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top #container .reserve .inner .flex {
    justify-content: center;
    text-align: center;
  }
}
#top #container .reserve .inner .flex h2 {
  font-size: 4.8rem;
  text-align: center;
  line-height: 1.4;
  margin-right: 50px;
  font-family: "Dancing Script", cursive;
  color: #fff;
}
#top #container .reserve .inner .flex h2 span {
  font-size: 2.4rem;
  display: block;
  font-family: "Noto Serif JP", serif;
}
#top #container .reserve .inner .flex h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #top #container .reserve .inner .flex h2 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#top #container .reserve .inner .flex {
  /*検索窓*/
}
#top #container .reserve .inner .flex .plan_form {
  width: 80%;
  position: relative;
}
#top #container .reserve .inner .flex .plan_form .form_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
#top #container .reserve .inner .flex .plan_form .title {
  margin: 0 0 10px 0;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  background: #fff;
  color: #000;
  border-radius: 30px;
}
#top #container .reserve .inner .flex .plan_form span {
  margin: 0;
}
#top #container .reserve .inner .flex .plan_form select {
  position: relative;
  border: 1px solid #ffffff;
  background: #ffffff;
  border-radius: 0;
  padding: 10px;
}
#top #container .reserve .inner .flex .plan_form input {
  position: relative;
  border: 1px solid #ffffff;
  background: #ffffff;
  border-radius: 0;
  padding: 10px;
}
#top #container .reserve .inner .flex .plan_form .check_in {
  width: auto;
  text-align: center;
}
#top #container .reserve .inner .flex .plan_form .check_in input {
  width: 100px;
  cursor: pointer;
}
#top #container .reserve .inner .flex .plan_form .undecided {
  width: auto;
  text-align: center;
}
#top #container .reserve .inner .flex .plan_form .guests {
  width: auto;
  text-align: center;
}
#top #container .reserve .inner .flex .plan_form .guests select {
  width: 100px;
}
#top #container .reserve .inner .flex .plan_form .type {
  width: auto;
  text-align: center;
}
#top #container .reserve .inner .flex .plan_form .type select {
  width: 100px;
}
#top #container .reserve .inner .flex .plan_form .price {
  width: auto;
  text-align: center;
  color: #000;
}
#top #container .reserve .inner .flex .plan_form .price span {
  width: 10px;
  text-align: center;
  margin: 0;
  color: #fff;
}
#top #container .reserve .inner .flex .plan_form .search_btn {
  padding: 0;
}
#top #container .reserve .inner .flex .plan_form .search_btn .btn {
  width: 100px;
  height: 70px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  background-position: right 15px center;
  font-size: 16px;
  cursor: pointer;
  /*検索ボタン背景色*/
  background: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #000;
}
#top #container .reserve .inner .flex .plan_form .option-input {
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  #top #container .reserve .inner .flex .plan_form {
    width: auto;
    padding: 20px 0;
    position: relative;
  }
  #top #container .reserve .inner .flex .plan_form .search_btn {
    width: 100%;
  }
  #top #container .reserve .inner .flex .plan_form .search_btn .btn {
    width: 100%;
    margin: 20px auto;
    padding: 10px 0 10px 0;
    height: 50px;
    background-position: right 15px center;
    font-size: 18px;
    cursor: pointer;
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  #top #container .reserve .inner .flex .plan_form {
    width: auto;
    padding: 20px;
    position: relative;
  }
  #top #container .reserve .inner .flex .plan_form .form_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top #container .reserve .inner .flex .plan_form .title {
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  #top #container .reserve .inner .flex .plan_form span {
    margin: 0;
  }
  #top #container .reserve .inner .flex .plan_form select {
    position: relative;
    background: #ffffff;
    padding: 10px;
  }
  #top #container .reserve .inner .flex .plan_form input {
    position: relative;
    background: #ffffff;
    padding: 10px;
  }
  #top #container .reserve .inner .flex .plan_form .check_in {
    width: 48%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  #top #container .reserve .inner .flex .plan_form .check_in input {
    width: 100%;
  }
  #top #container .reserve .inner .flex .plan_form .undecided {
    width: 50%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  #top #container .reserve .inner .flex .plan_form .undecided input {
    margin: 15px 0 0;
  }
  #top #container .reserve .inner .flex .plan_form .undecided .CheckboxInput {
    padding: 0 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  #top #container .reserve .inner .flex .plan_form .guests {
    width: 48%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  #top #container .reserve .inner .flex .plan_form .guests select {
    width: 100%;
  }
  #top #container .reserve .inner .flex .plan_form .type {
    width: 48%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  #top #container .reserve .inner .flex .plan_form .type select {
    width: 100%;
  }
  #top #container .reserve .inner .flex .plan_form .price {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #top #container .reserve .inner .flex .plan_form .price .title {
    width: 100%;
  }
  #top #container .reserve .inner .flex .plan_form .price select {
    width: 46%;
  }
  #top #container .reserve .inner .flex .plan_form .price span {
    width: auto;
    text-align: center;
    padding: 0;
  }
  #top #container .reserve .inner .flex .plan_form .search_btn {
    width: 100%;
  }
  #top #container .reserve .inner .flex .plan_form .search_btn .btn {
    width: 100%;
    margin: 20px auto;
    padding: 10px 0 10px 0;
    height: 50px;
    background-position: right 15px center;
    font-size: 18px;
    cursor: pointer;
    position: static;
  }
  #top #container .reserve .inner .flex .plan_form .option-input {
    position: relative;
    cursor: pointer;
    height: auto;
  }
  #top #container .reserve .inner .flex .plan_form .option-input:before {
    display: none;
  }
  #top #container .reserve .inner .flex .plan_form .option-input:checked:before {
    display: none;
  }
  #top #container .reserve .inner .flex .plan_form .option-input:after {
    display: none;
  }
  #top #container .reserve .inner .flex input {
    height: 42px;
  }
  #top #container .reserve .inner .flex input[type=text] {
    box-sizing: border-box;
    font-size: 16px;
  }
  #top #container .reserve .inner .flex select {
    box-sizing: border-box;
    font-size: 16px;
    height: 42px;
  }
}
@media only screen and (max-width: 360px) {
  #top #container .reserve .inner .flex .plan_form .check_in {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  #top #container .reserve .inner .flex .plan_form .check_in input {
    width: 100%;
  }
  #top #container .reserve .inner .flex .plan_form .undecided {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  #top #container .reserve .inner .flex .plan_form .guests {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  #top #container .reserve .inner .flex .plan_form .type {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  #top #container .reserve .inner .flex .plan_form .type select {
    width: 100%;
  }
  #top #container .reserve .inner .flex .plan_form .price {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #top #container .reserve .inner .flex .plan_form .price .title {
    width: 100%;
  }
  #top #container .reserve .inner .flex .plan_form .price select {
    width: 100%;
  }
  #top #container .reserve .inner .flex .plan_form .price span {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 10px 0 !important;
    display: block;
  }
  #top #container .reserve .inner .flex .plan_form .search_btn {
    width: 100%;
  }
}
#top #container .intro .inner {
  max-width: 1400px !important;
}
#top #container .intro .inner .flex {
  justify-content: space-between;
}
#top #container .intro .inner .flex .photo {
  width: calc(50% - 30px);
}
@media screen and (max-width: 1280px) {
  #top #container .intro .inner .flex .photo {
    width: 100%;
    margin-bottom: 30px;
    order: 2;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1280px) and (max-width: 767px) {
  #top #container .intro .inner .flex .photo {
    display: block;
  }
}
#top #container .intro .inner .flex .photo .pho01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  #top #container .intro .inner .flex .photo .pho01 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  #top #container .intro .inner .flex .photo .pho01 {
    width: 100%;
    margin-bottom: 10px;
  }
}
#top #container .intro .inner .flex .photo .photos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
}
@media screen and (max-width: 1280px) {
  #top #container .intro .inner .flex .photo .photos {
    width: calc(50% - 10px);
    box-sizing: border-box;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #top #container .intro .inner .flex .photo .photos {
    width: 100%;
  }
}
#top #container .intro .inner .flex .photo .photos .pho02 {
  width: calc(50% - 10px);
}
#top #container .intro .inner .flex .photo .photos .pho03 {
  width: calc(50% - 10px);
  margin-top: 30px;
}
#top #container .intro .inner .flex .cont {
  width: calc(50% - 30px);
}
@media screen and (max-width: 1280px) {
  #top #container .intro .inner .flex .cont {
    width: 100%;
	margin-top: 30px;
    margin-bottom: 15px;
    order: 1;
  }
}
#top #container .intro .inner .flex .cont .ttl {
  display: flex;
}
@media screen and (max-width: 1489px) {
  #top #container .intro .inner .flex .cont .ttl {
    justify-content: center;
  }
}
#top #container .intro .inner .flex .cont .ttl::after {
  content: url(../img/top/fig_intro.svg);
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #top #container .intro .inner .flex .cont .ttl::after {
    content: "";
    display: inline-block;
    width: 44px;
    height: 71px;
    background-image: url(../img/top/fig_intro.svg);
    background-size: contain;
    vertical-align: middle;
  }
}
#top #container .intro .inner .flex .cont .ttl h2 {
  font-family: "Dancing Script", cursive;
  font-size: 6rem;
  color: #68444b;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #top #container .intro .inner .flex .cont .ttl h2 {
    font-size: 4.8rem;
  }
}
#top #container .intro .inner .flex .cont .ttl h2 span {
  font-family: "Noto Serif JP", serif;
  color: #13191e;
  font-size: 2.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #top #container .intro .inner .flex .cont .ttl h2 span {
    font-size: 2rem;
  }
}
#top #container .intro .inner .flex .cont .lead {
  line-height: 2.8;
  font-size: 1.8rem;
  color: #68444b;
}
@media screen and (max-width: 767px) {
  #top #container .intro .inner .flex .cont .lead {
    font-size: 1.6rem;
  }
}
#top #container .point {
  margin-bottom: 100px;
}
#top #container .point ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 50px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top #container .point ul li {
    padding: 10px 15px;
    margin-bottom: 40px;
  }
}
#top #container .point ul li .box_inner {
  width: calc(45% - 20px);
  position: relative;
}
@media screen and (max-width: 1599px) {
  #top #container .point ul li .box_inner {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1280px) {
  #top #container .point ul li .box_inner {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  #top #container .point ul li .box_inner {
    order: 2;
    width: 100%;
  }
}
#top #container .point ul li .box_inner .tit {
  display: flex;
}
@media screen and (max-width: 1489px) {
  #top #container .point ul li .box_inner .tit {
    justify-content: center;
  }
}
#top #container .point ul li .box_inner .tit::after {
  content: url(../img/top/fig_point01.svg);
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #top #container .point ul li .box_inner .tit::after {
    content: "";
    display: inline-block;
    width: 63px;
    height: 89px;
    background-image: url(../img/top/fig_point01.svg);
    background-size: contain;
    vertical-align: middle;
  }
}
#top #container .point ul li .box_inner .tit h2 {
  font-family: "Dancing Script", cursive;
  font-size: 7.8rem;
  color: #68444b;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #top #container .point ul li .box_inner .tit h2 {
    font-size: 5.8rem;
  }
}
#top #container .point ul li .box_inner .tit h2 span {
  font-family: "Noto Serif JP", serif;
  color: #13191e;
  font-size: 3.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #top #container .point ul li .box_inner .tit h2 span {
    font-size: 2.2rem;
  }
}
#top #container .point ul li .box_inner .cont {
  display: block;
}
#top #container .point ul li .box_inner .cont .txt {
  line-height: 2.6;
  font-size: 1.8rem;
  text-align: left;
  color: #68444b;
}
@media screen and (max-width: 1280px) {
  #top #container .point ul li .box_inner .cont .txt {
    font-size: 1.6rem;
    display: block;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #top #container .point ul li .box_inner .cont .txt {
    text-align: left;
  }
}
#top #container .point ul li .box_inner .more01 a {
  margin: 50px 0 0;
}
@media screen and (max-width: 1280px) {
  #top #container .point ul li .box_inner .more01 a {
    margin: 30px auto 0;
  }
}
#top #container .point ul li figure {
  width: calc(55% - 20px);
  position: relative;
}
@media screen and (max-width: 1599px) {
  #top #container .point ul li figure {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1280px) {
  #top #container .point ul li figure {
    order: 1;
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #top #container .point ul li figure {
    width: 100%;
    margin-bottom: 50px;
  }
}
#top #container .point ul li:first-child .tit {
  display: flex;
}
#top #container .point ul li:first-child .tit::after {
  content: url(../img/top/fig_point01.svg);
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #top #container .point ul li:first-child .tit::after {
    content: "";
    display: inline-block;
    width: 63px;
    height: 89px;
    background-image: url(../img/top/fig_point01.svg);
    background-size: contain;
    vertical-align: middle;
  }
}
#top #container .point ul li:first-child figure::before {
  content: url(../img/top/fig_point02.svg);
  left: -10%;
  bottom: -10%;
  position: absolute;
  z-index: 10;
}
#top #container .point ul li:nth-child(2) .tit {
  display: flex;
}
#top #container .point ul li:nth-child(2) .tit::after {
  content: url(../img/top/fig_point03.svg);
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #top #container .point ul li:nth-child(2) .tit::after {
    content: "";
    display: inline-block;
    width: 74px;
    height: 100px;
    background-image: url(../img/top/fig_point03.svg);
    background-size: contain;
	  background-repeat: no-repeat;
    vertical-align: middle;
  }
}
#top #container .point ul li:nth-child(2) figure::before {
  content: url(../img/top/fig_point04.svg);
  left: -5%;
  bottom: -10%;
  position: absolute;
  z-index: 10;
}
#top #container .point ul li:nth-child(3) .tit {
  display: flex;
}
#top #container .point ul li:nth-child(3) .tit::after {
  content: url(../img/top/fig_point05.svg);
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #top #container .point ul li:nth-child(3) .tit::after {
    content: "";
    display: inline-block;
    width: 119px;
    height: 82px;
    background-image: url(../img/top/fig_point05.svg);
    background-size: contain;
    vertical-align: middle;
  }
}
#top #container .point ul li:nth-child(3) figure::before {
  content: url(../img/top/fig_point06.svg);
  left: -5%;
  bottom: -10%;
  position: absolute;
  z-index: 10;
}
#top #container .sec003 {
  background-image: url(../img/top/bg_plan01.png), url(../img/top/bg_plan02.png), url(../img/top/bg_plan03.png);
  background-repeat: no-repeat;
  background-position: 95% 10%, 5% 45%, 95% 95%;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 {
    background: 0;
  }
}
#top #container .sec003 .inner {
  padding: 100px 0;
}
@media screen and (max-width: 1280px) {
  #top #container .sec003 .inner {
    padding: 50px 15px;
  }
}
#top #container .sec003 .inner .plan_wraps .plan_rss {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media screen and (max-width: 1280px) {
  #top #container .sec003 .inner .plan_wraps .plan_rss {
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
}
#top #container .sec003 .inner .plan_wraps .plan_rss .mini {
  width: calc(33.33333% - 20px);
  margin-right: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 8px #bbbbbb;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .plan_wraps .plan_rss .mini {
    margin-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  #top #container .sec003 .inner .plan_wraps .plan_rss .mini:nth-child(2) {
    margin-right: 0;
  }
}
#top #container .sec003 .inner .plan_wraps .plan_rss .mini:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  #top #container .sec003 .inner .plan_wraps .plan_rss .mini {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .plan_wraps .plan_rss .mini {
    width: 100%;
    margin-bottom: 20px;
  }
}
#top #container .sec003 .inner .plan_wraps .plan_rss .mini h4 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
#top #container .sec003 .inner .plan_wraps .plan_rss .mini .plan_img {
  width: 100%;
}
#top #container .sec003 .inner .plan_wraps .plan_rss .mini .plan_img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .plan_wraps .plan_rss .mini .plan_img img {
    width: 100%;
    height: 250px;
  }
}
#top #container .sec003 .inner .plan_wraps .plan_rss .mini .plan_text {
  font-size: 1.4rem;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .plan_wraps .plan_rss .mini .plan_text {
    margin-top: -10px;
  }
}

/* --------------------------------------------------------------- */
/* 下階層 */
/* --------------------------------------------------------------- */
#local #container .title {
  width: 100%;
  height: 700px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #local #container .title {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  #local #container .title {
    height: 400px;
    margin: 0;
  }
}
#local #container .title h1 {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 40px;
  font-size: 5.4rem;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  color: #68444b;
  font-family: "Dancing Script", cursive;
  transform: translate(-50%, -50%);
  line-height: 1.6;
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  #local #container .title h1 {
    padding: 30px 50px;
    font-size: 3.6rem;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #local #container .title h1 {
    font-size: 3rem;
    padding: 30px 15px;
    width: 90%;
    box-sizing: border-box;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#local #container .title h1 span {
  font-size: 2rem;
  display: block;
  color: #13191e;
  font-family: "Noto Serif JP", serif;
}
#local #container .indent {
  padding-left: 1em;
  text-indent: -1em;
}
#local #container section p {
  line-height: 1.8;
}
#local #container section h2.style01 {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.3;
  font-family: "Dancing Script", cursive;
  color: #321301;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #local #container section h2.style01 {
    font-size: 3.6rem;
  }
}
#local #container section h2.style01::before {
  content: url(../img/top/fig_ttl01.svg);
  display: block;
}
#local #container section h2.style01 span {
  font-size: 2.8rem;
  display: block;
  color: #13191e;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  #local #container section h2.style01 span {
    font-size: 2rem;
  }
}
#local #container section h2.style02 {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.3;
  font-family: "Dancing Script", cursive;
  color: #321301;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #local #container section h2.style02 {
    font-size: 3.6rem;
  }
}
#local #container section h2.style02::before {
  content: url(../img/top/fig_ttl02.svg);
  display: block;
}
#local #container section h2.style02 span {
  font-size: 2.8rem;
  display: block;
  color: #13191e;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  #local #container section h2.style02 span {
    font-size: 2rem;
  }
}
#local #container section h2.style03 {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.3;
  font-family: "Dancing Script", cursive;
  color: #321301;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #local #container section h2.style03 {
    font-size: 3.6rem;
  }
}
#local #container section h2.style03::before {
  content: url(../img/top/bg_plan01.svg);
  display: block;
}
@media screen and (max-width: 767px) {
  #local #container section h2.style03::before {
    content: "";
    width: 70.5px;
    height: 54.5px;
    background-image: url(../img/top/bg_plan01.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
  }
}
#local #container section h2.style03 span {
  font-size: 2.8rem;
  display: block;
  color: #13191e;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  #local #container section h2.style03 span {
    font-size: 2rem;
  }
}
#local #container section h2.style04 {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.3;
  font-family: "Dancing Script", cursive;
  color: #321301;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #local #container section h2.style04 {
    font-size: 3.6rem;
  }
}
#local #container section h2.style04::before {
  content: url(../img/top/bg_plan02.svg);
  display: block;
}
@media screen and (max-width: 767px) {
  #local #container section h2.style04::before {
    content: "";
    width: 83px;
    height: 63px;
    background-image: url(../img/top/bg_plan02.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
  }
}
#local #container section h2.style04 span {
  font-size: 2.8rem;
  display: block;
  color: #13191e;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  #local #container section h2.style04 span {
    font-size: 2rem;
  }
}
#local #container section h3.style01 {
  line-height: 1.3;
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3a7637;
  line-height: 1.1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #local #container section h3.style01 {
    font-size: 2rem;
  }
}
#local #container section h3.style01 span {
  font-family: "Dancing Script", cursive;
  font-size: 4.6rem;
  display: block;
  color: #3a7637;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #local #container section h3.style01 span {
    font-size: 3.6rem;
  }
}
#local #container section h3.style02 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local #container section h3.style02 {
    font-size: 2.2rem;
  }
}
#local #container section h3.style02 span {
  color: #3a7637;
  font-size: 1.6rem;
  display: block;
}
#local #container section h3.style02::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #3a7637;
  display: block;
  margin: 0 auto 10px;
}
#local #container section h4.style01 {
  font-size: 2rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 500;
  border-bottom: 3px dotted #3a7637;
}
#local #container section h4.style01 span {
  font-size: 1.4rem;
}
#local #container section h4.style02 {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding: 15px;
  background: #3a7637;
}
#local #container section h5.style01 {
  font-size: 2rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #3a7637;
}
#local #container section h5.style01 span {
  font-size: 1.4rem;
}
#local #container section .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 1280px) {
  #local #container section .inner {
    padding: 50px 15px;
    box-sizing: border-box;
  }
}
#local #container section .inner .flex figure {
  text-align: center;
}
#local #container section .inner .indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
#local #container section .inner .btn01 a {
  background: #e66446;
  display: block;
  max-width: 330px;
  margin: 30px auto 0;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
#local #container section .inner .btn01 a::after {
  content: url(../img/top/ico_arrow01.png);
  position: absolute;
  right: 20px;
  top: 15px;
  transition: all 0.3s;
}
#local #container section .inner .btn01 a:hover::after {
  right: 10px;
  transition: all 0.3s;
}
#local #container section .inner table {
  width: 100%;
  background: #fff;
}
#local #container section .inner table.fix_table {
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  #local #container section .inner table.fix_table {
    table-layout: auto;
  }
}
#local #container section .inner table tr th {
  padding: 15px;
  border: #d5e6dc 1px solid;
  line-height: 1.6;
  vertical-align: middle;
  width: 30%;
  font-weight: 600;
  background: #3a7637;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #local #container section .inner table tr th {
    padding: 10px;
    font-size: 1.4rem;
  }
}
#local #container section .inner table tr td {
  padding: 15px;
  border: #d5e6dc 1px solid;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 1280px) {
  #local #container section .inner table tr td {
    padding: 10px;
    font-size: 1.4rem;
  }
}
#local #container .zoom {
  position: relative;
}
#local #container .zoom::after {
  font-family: FontAwesome;
  content: "\f00e";
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #local #container .scroll {
    overflow: auto;
    white-space: nowrap;
  }
}
#local #container .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#local #container .slick-next:before {
  background: url(../img/common/btn_next.png) !important;
  background-size: contain !important;
}
#local #container .slick-prev:before {
  background: url(../img/common/btn_prev.png) !important;
  background-size: contain !important;
}

/* --------------------------------------------------------------- */
/* 館内施設 */
/* --------------------------------------------------------------- */
#local .facilities .title {
  background: url(../img/facilities/bg_title.jpg) no-repeat top center/cover;
}
#local .facilities .sec001 .inner {
  max-width: 1400px !important;
}
#local .facilities .sec001 .inner .lead {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2.6 !important;
}
#local .facilities .sec001 .inner .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
#local .facilities .sec001 .inner .box .cont {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .facilities .sec001 .inner .box .cont {
    width: 100%;
    order: 2;
  }
}
#local .facilities .sec001 .inner .box .cont .person {
  background: #3a7637;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 1em;
}
#local .facilities .sec001 .inner .box .slide, #local .facilities .sec001 .inner .box figure {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .facilities .sec001 .inner .box .slide, #local .facilities .sec001 .inner .box figure {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
}
#local .facilities .sec002 {
  background: #fffcf7;
}
#local .facilities .sec002 .inner {
  max-width: 1400px !important;
}
#local .facilities .sec002 .inner .flex {
  justify-content: space-between;
  align-items: center;
}
#local .facilities .sec002 .inner .flex .cont {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .facilities .sec002 .inner .flex .cont {
    width: 100%;
    order: 2;
  }
}
#local .facilities .sec002 .inner .flex .cont h2 {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  #local .facilities .sec002 .inner .flex .cont h2 {
    text-align: center !important;
  }
}
#local .facilities .sec002 .inner .flex .cont .person {
  background: #3a7637;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #local .facilities .sec002 .inner .flex .cont .person {
    text-align: center;
    display: block;
  }
}
#local .facilities .sec002 .inner .flex .cont .bnr {
  margin-top: 40px;
  text-align: left;
}
#local .facilities .sec002 .inner .flex .slide {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .facilities .sec002 .inner .flex .slide {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
}
#local .facilities .sec003 .inner {
  max-width: 1400px !important;
}
@media screen and (max-width: 767px) {
  #local .facilities .sec003 .inner table tr th {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #local .facilities .sec003 .inner table tr td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
#local .facilities .sec003 .inner .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
#local .facilities .sec003 .inner .flex .cont {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .facilities .sec003 .inner .flex .cont {
    width: 100%;
    order: 2;
  }
}
#local .facilities .sec003 .inner .flex .cont h2 {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  #local .facilities .sec003 .inner .flex .cont h2 {
    text-align: center !important;
  }
}
#local .facilities .sec003 .inner .flex .cont .person {
  background: #3a7637;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #local .facilities .sec003 .inner .flex .cont .person {
    text-align: center;
    display: block;
  }
}
#local .facilities .sec003 .inner .flex .cont .bnr {
  margin-top: 40px;
  text-align: left;
}
#local .facilities .sec003 .inner .flex .slide {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .facilities .sec003 .inner .flex .slide {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
}
#local .facilities .sec004 .inner .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
#local .facilities .sec004 .inner .flex .cont {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .facilities .sec004 .inner .flex .cont {
    width: 100%;
    order: 2;
  }
}
#local .facilities .sec004 .inner .flex .cont h2 {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  #local .facilities .sec004 .inner .flex .cont h2 {
    text-align: center !important;
  }
}
#local .facilities .sec004 .inner .flex .cont .person {
  background: #3a7637;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 1em;
}
#local .facilities .sec004 .inner .flex figure {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .facilities .sec004 .inner .flex figure {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
}
#local .facilities .sec005 {
  background: #fffcf7;
}
#local .facilities .sec005 .inner {
  text-align: center;
}
#local .facilities .sec005 .inner .flex {
  justify-content: space-between;
  margin-bottom: 40px;
}
#local .facilities .sec005 .inner .flex .box {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .facilities .sec005 .inner .flex .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
#local .facilities .sec005 .inner .wifi {
  background: #3a7637;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 1em;
  font-size: 2rem;
}
#local .facilities .sec006 .inner {
  text-align: center;
}
#local .facilities .sec006 .inner ul {
  padding-left: 1em;
  list-style: disc;
  display: inline-block;
  text-align: left;
}
#local .facilities .sec006 .inner ul li {
  margin-bottom: 20px;
}
#local .facilities .sec006 .inner ul li span {
  font-size: 2rem;
}

/* --------------------------------------------------------------- */
/* 料理 */
/* --------------------------------------------------------------- */
#local .meal .title {
  background: url(../img/meal/bg_title.jpg) no-repeat top center/cover;
}
#local .meal .sec001 .inner .photos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#local .meal .sec001 .inner .photos .pho01 {
  width: calc(60% - 5px);
}
#local .meal .sec001 .inner .photos .pho02 {
  width: calc(40% - 5px);
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  #local .meal .sec001 .inner .photos .pho02 {
    margin-top: 100px;
  }
}
#local .meal .sec001 .inner .lead {
  text-align: center;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  #local .meal .sec001 .inner .lead {
    text-align: left;
  }
}
#local .meal .sec002 .inner .photos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#local .meal .sec002 .inner .photos .pho02 {
  width: calc(60% - 5px);
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #local .meal .sec002 .inner .photos .pho02 {
    margin-top: 40px;
  }
}
#local .meal .sec002 .inner .photos .pho01 {
  width: calc(40% - 5px);
}
#local .meal .sec002 .inner .lead {
  text-align: center;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  #local .meal .sec002 .inner .lead {
    text-align: left;
  }
}

/* --------------------------------------------------------------- */
/* 体験 */
/* --------------------------------------------------------------- */
#local .experience .title {
  background: url(../img/experience/bg_title.jpg) no-repeat top center/cover;
}
#local .experience .sec001 .inner {
  max-width: 1400px !important;
}
#local .experience .sec001 .inner .lead {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2.6 !important;
}
@media screen and (max-width: 767px) {
  #local .experience .sec001 .inner .lead {
    text-align: left;
  }
}
#local .experience .sec001 .inner .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
#local .experience .sec001 .inner .box .cont {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .experience .sec001 .inner .box .cont {
    width: 100%;
    order: 2;
  }
}
#local .experience .sec001 .inner .box figure {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .experience .sec001 .inner .box figure {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
}
#local .experience .sec002 {
  background: #fffcf7;
}
#local .experience .sec002 .inner {
  max-width: 1400px !important;
}
#local .experience .sec002 .inner .flex {
  justify-content: space-between;
}
#local .experience .sec002 .inner .flex .cont {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .experience .sec002 .inner .flex .cont {
    width: 100%;
    order: 2;
  }
}
#local .experience .sec002 .inner .flex .cont h2 {
  text-align: left !important;
}
#local .experience .sec002 .inner .flex .cont .bnr {
  margin-top: 40px;
  text-align: left;
}
#local .experience .sec002 .inner .flex figure {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .experience .sec002 .inner .flex figure {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  #local .experience .sec003 .inner .flex {
    justify-content: space-between;
  }
}
#local .experience .sec003 .inner .flex li {
  width: calc(25% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #local .experience .sec003 .inner .flex li {
    width: calc(50% - 10px);
    margin-right: 0;
  }
}
#local .experience .sec003 .inner .flex li:nth-child(4n) {
  margin-right: 0;
}
#local .experience .sec004 {
  background: #fffcf7;
}
#local .experience .sec004 .inner {
  max-width: 1400px !important;
}
#local .experience .sec004 .inner .flex {
  justify-content: space-between;
}
#local .experience .sec004 .inner .flex .cont {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .experience .sec004 .inner .flex .cont {
    width: 100%;
    order: 2;
  }
}
#local .experience .sec004 .inner .flex .cont h2 {
  text-align: left !important;
}
#local .experience .sec004 .inner .flex .cont .bnr {
  margin-top: 40px;
  text-align: left;
}
#local .experience .sec004 .inner .flex figure {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .experience .sec004 .inner .flex figure {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
}
#local .experience .sec005 .inner {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .experience .sec005 .inner {
    text-align: left;
  }
}
#local .experience .sec005 .inner .lead {
  margin-bottom: 40px;
}

/* --------------------------------------------------------------- */
/* アクセス＆周辺観光 */
/* --------------------------------------------------------------- */
#local .access .title {
  background: url(../img/access/bg_title.jpg) no-repeat top center/cover;
}
#local .access .sec001 .inner .gmap {
  margin-bottom: 30px;
}
#local .access .sec001 .inner .info {
  text-align: center;
}
#local .access .sec001 .inner .info .logo {
  margin-bottom: 20px;
}
#local .access .sec002 {
  background-image: url(../img/top/fig_point01.svg), url(../img/top/fig_point03.svg), url(../img/top/fig_point02.svg);
  background-repeat: no-repeat;
  background-position: 5% 5%, 95% 50%, 5% 95%;
}
@media screen and (max-width: 1280px) {
  #local .access .sec002 {
    background: 0;
  }
}
#local .access .sec002 .inner .flex {
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #local .access .sec002 .inner .flex {
    display: block;
  }
}
#local .access .sec002 .inner .flex li {
  flex-basis: calc(50% - 10px);
  padding: 25px;
  box-sizing: border-box;
  box-shadow: 0 0 8px #bbbbbb;
  margin-bottom: 20px;
  background: #fff;
}
#local .access .sec002 .inner .flex li figure {
  margin-bottom: 20px;
}
#local .access .sec002 .inner .flex li .more01 a {
  margin: 20px auto 0;
}

/* --------------------------------------------------------------- */
/* 料金 */
/* --------------------------------------------------------------- */
#local .price .title {
  background: url(../img/price/bg_title.jpg) no-repeat top center/cover;
}
#local .price .sec001 .inner table tr th {
  width: auto !important;
}
@media screen and (max-width: 767px) {
  #local .price .sec001 .inner .js-scrollable table {
    width: 600px !important;
  }
}
#local .price .sec002 .inner table {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .price .sec002 .inner table tr th {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #local .price .sec002 .inner table tr td {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=style.css.map */





/* Pager style　*/
.pager{
	text-align:center;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    color: #333;
    font-size: 12px;
    padding: 5px 10px 5px;
    text-decoration: none;
	margin:0 1px;
	display:inline-block;
	border-radius:3px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #555;
    color: #fff;
}
.pager a:hover{
    background:#555;
    color: #fff;
}
.overPagerPattern{
	padding:0 2px ;	
}
/* /Pager style */





        .kanri { padding:1rem 0; text-align: right; font-size:13px; }
        .kanri a {
        display: inline-block;
        padding: 6px 1rem;
        border: 1px solid rgba(0,0,0,.4);
        line-height: 1;
        border-radius: 4px;
        opacity: .7;
        }
        .kanri a:hover { opacity: .4; }


.g-translate-wrap {
    position: absolute;
    right: 10px;
    top: 155px;
}
.g-translate-wrap_sp{
	max-width: 200px;
	margin: auto;
	display: none;
}


@media screen and (max-width: 1489px) {
	
.g-translate-wrap {
	display: none;
}
	
.g-translate-wrap_sp{
	max-width: 200px;
	margin: auto;
	display: block;
}
	
}




.g-translate-wrap .gtranslate_wrapper,.g-translate-wrap_sp .gtranslate_wrapper  {
        position: relative;
        line-height: 1;
        -webkit-transition: all .5s ease;
                transition: all .5s ease;
        z-index: 1;
        }
        .gtranslate_wrapper select {
        writing-mode: horizontal-tb !important;
        text-rendering: auto;
        color: -internal-light-dark(black, white);
        letter-spacing: normal;
        word-spacing: normal;
        line-height: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        display: inline-block;
        text-align: start;
        appearance: auto;
        box-sizing: border-box;
        align-items: center;
        white-space: pre;
        -webkit-rtl-ordering: logical;
        background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
        cursor: default;
        margin: 0em;
        border-width: 1px;
        border-style: solid;
        border-color: #AAA;
        border-image: initial;
        border-radius: 0px;
        background: #FFF;
        color: #222;
        padding:.75rem .5rem;
        width:100%;
  -webkit-appearance: none;
        }
	
.gt_switcher_wrapper::after{
    content: "";
    position: absolute;
    top: 17px;
    right: 7px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #555;
    border-bottom: 0;
}

.gt_switcher_wrapper{
	position: static!important;
}	

.g-translate-wrap input,.g-translate-wrap select {
  -webkit-appearance: none;
  appearance: none;
	height: auto;
}
.g-translate-wrap_sp input,.g-translate-wrap_sp select {
  -webkit-appearance: none;
  appearance: none;
	height: auto;
}