@charset "UTF-8";
/*-----------------------
reset
------------------------*/
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, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol li ol,
ul li ul,
ol li ul,
ul li ol,
li {
  margin: 0;
  list-style: none;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*-----------------------
common
------------------------*/
html {
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: rgba(44, 26, 2, 0.98);
}
@media screen and (max-width: 620px) {
  html.open {
    overflow: hidden;
  }
}

body {
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 620px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: -0.075rem;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: rgba(44, 26, 2, 0.98);
  transition: all 0.3s ease;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  opacity: 0.7;
}

.tab {
  display: none;
}
@media screen and (max-width: 1200px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 620px) {
  .sp {
    display: block;
  }
}

.bp_1200_hide {
  display: block;
}
@media screen and (max-width: 1200px) {
  .bp_1200_hide {
    display: none;
  }
}

.bp_1200_show {
  display: none;
}
@media screen and (max-width: 1200px) {
  .bp_1200_show {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 620px) {
  .pc {
    display: none;
  }
}

.bg_silver {
  background-color: #f3f3f3;
}

.cont {
  width: 440px;
  margin: 0 auto;
  background-color: white;
  border-radius: 70px;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.46);
}
@media screen and (max-width: 620px) {
  .cont {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
}
.cont .inner {
  padding: 60px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 620px) {
  .cont .inner {
    padding: 15% 5%;
  }
}

.en {
  font-family: "Century Gothic", "Zen Kaku Gothic New", sans-serif;
}

.white {
  color: #c6c6c6 !important;
}

h2.en, h3.en {
  font-family: "Century Gothic", "Zen Kaku Gothic New", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 620px) {
  h2.en, h3.en {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-size: 4.5rem;
    letter-spacing: 0.25rem;
  }
}
h2.en.green, h3.en.green {
  color: #3f6b08;
}
h2.en span, h3.en span {
  display: block;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-top: 10px;
}
@media screen and (max-width: 620px) {
  h2.en span, h3.en span {
    font-size: 1.1rem;
  }
}

.btn {
  display: block;
  max-width: 300px;
  font-size: 1.3rem;
  font-weight: 900;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
}
.btn i {
  position: relative;
  display: inline-block;
  width: 5.1px;
  height: 9.1px;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 30px;
  transition: all 0.2s;
}
.btn:hover {
  opacity: 0.75;
}
.btn:hover i {
  right: 24px;
}
.btn i::before,
.btn i::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75px);
  right: 0;
  width: 7px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: #c6c6c6;
  transform-origin: calc(100% - 0.75px) 50%;
}
.btn i::before {
  transform: rotate(45deg);
}
.btn i::after {
  transform: rotate(-45deg);
}
.btn.black {
  color: #c6c6c6;
  background-color: rgba(44, 26, 2, 0.98);
}
.btn.red {
  color: white;
  background-color: #BC2B1C;
}
.btn.red i::before, .btn.red i::after {
  background-color: white;
}
.btn.green {
  background-color: #3f6b08;
}
.btn.line_white {
  color: #c6c6c6;
  border: solid #c6c6c6 1px;
}
.btn.line_black {
  color: rgba(44, 26, 2, 0.98);
  border: solid rgba(44, 26, 2, 0.98) 1px;
}
.btn.DL span {
  display: block;
  content: "";
  width: 17px;
  height: 15px;
  background: url(../images/ico_dl.svg) top left no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 30px;
  transition: 0.3s;
}
.btn.DL:hover span {
  top: 24px;
}

#wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  #wrap {
    display: block;
  }
}
#wrap #left {
  position: sticky;
  top: 0;
  left: 0;
  width: 44%;
  height: 100vh;
  background: url(../images/bg_white.jpg) top left repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 4% 4%;
}
@media screen and (max-width: 1200px) {
  #wrap #left {
    display: none;
  }
}
#wrap #left h1 {
  width: 75%;
}
#wrap #left h1 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}
#wrap #left h1 img {
  max-width: 340px;
}
#wrap #left h2 {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-top: auto;
  margin-bottom: 10px;
  position: relative;
}
#wrap #left h2::before {
  display: block;
  content: "";
  width: 18px;
  height: 42px;
  background: url(../images/ico_leaf_L.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 155px);
}
#wrap #left h2::after {
  display: block;
  content: "";
  width: 20px;
  height: 42px;
  background: url(../images/ico_leaf_R.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: calc(50% - 155px);
}
#wrap #left h2 span {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.15rem;
  margin-bottom: 5px;
}
#wrap #left h2 b {
  font-size: 2.8rem;
  padding: 0 2px;
}
#wrap #left .rsv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 600px;
}
#wrap #left .rsv .box {
  padding: 25px 17px;
  background-color: white;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
#wrap #left .rsv .box:nth-of-type(1) {
  width: 62.5%;
  border-radius: 15px;
}
#wrap #left .rsv .box:nth-of-type(1) ul {
  display: flex;
  justify-content: space-between;
}
#wrap #left .rsv .box:nth-of-type(1) ul li {
  width: 48%;
}
#wrap #left .rsv .box:nth-of-type(2) {
  width: 35.5%;
  border-radius: 15px;
}
#wrap #left .rsv .box img.hotel {
  height: 18px;
  margin: 3px 0;
  width: auto;
}
#wrap #left .rsv .box img.cafe {
  height: 24px;
  width: auto;
}
#wrap #left .rsv .box p {
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}
#wrap #left .rsv .box p span {
  display: block;
  font-size: 1rem;
  margin-top: 5px;
}
@media screen and (max-width: 1326px) {
  #wrap #left .rsv .box p span {
    display: none;
  }
}
#wrap #left .rsv .box p br:nth-of-type(1) {
  display: none;
}
@media screen and (max-width: 1326px) {
  #wrap #left .rsv .box p br:nth-of-type(1) {
    display: block;
  }
}
#wrap #left .rsv .box p br:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 1600px) {
  #wrap #left .rsv .box p br:nth-of-type(2) {
    display: block;
  }
}
@media screen and (max-width: 1326px) {
  #wrap #left .rsv .box p br:nth-of-type(2) {
    display: none;
  }
}
#wrap #left .rsv .box a {
  display: block;
  max-width: 105px;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
  border-radius: 30px;
  margin: 0 auto;
  padding: 7px 0;
}
#wrap #left .rsv .box a.btn_info {
  color: rgba(44, 26, 2, 0.98);
  border: solid #45321f 1px;
  margin-bottom: 5px;
}
#wrap #left .rsv .box a.btn_rsv {
  color: white;
  background-color: rgba(44, 26, 2, 0.98);
}
#wrap #left .link {
  width: 100%;
  margin-top: auto;
}
#wrap #left .link ul {
  max-width: 400px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
#wrap #left .link ul li {
  display: inline-block;
}
#wrap #left .link ul li::before {
  content: "｜";
}
#wrap #left .link ul li:first-child::before {
  content: "";
}
#wrap #left .link ul li:nth-child(6)::before {
  content: "";
}
#wrap #left .link_sub {
  width: 100%;
}
#wrap #left .link_sub ul {
  max-width: 350px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
#wrap #left .link_sub ul li {
  display: inline-block;
}
#wrap #left .link_sub ul li::before {
  content: "｜";
}
#wrap #left .link_sub ul li:first-child::before {
  content: "";
}
#wrap #center {
  width: calc(56% - 120px);
  background: url(../images/bg_leaf.jpg) top center no-repeat;
  background-size: auto auto;
  background-attachment: fixed;
  padding: 70px 0;
}
@media screen and (max-width: 1200px) {
  #wrap #center {
    position: relative;
    width: 100%;
    padding: 30px 0 100px 0;
  }
}
@media screen and (max-width: 620px) {
  #wrap #center {
    padding: 0 0;
    background: none;
  }
}
#wrap #center h1 .bp_1200_show {
  width: 12%;
  position: fixed;
  top: 40px;
  left: 3%;
}
@media screen and (max-width: 620px) {
  #wrap #center h1 .bp_1200_show {
    display: none;
  }
}
#wrap #center h1 .sp span {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  margin-left: 5%;
}
#wrap #center h1 .sp span img {
  width: 75px;
}
#wrap #center h1 .sp span ul {
  width: calc(95% - 75px);
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.075rem;
}
#wrap #center h1 .sp span ul li:first-child {
  margin-bottom: 7px;
}
#wrap #center h1 .sp span ul b {
  color: #3f6b08;
}
#wrap #right {
  position: sticky;
  top: 0;
  width: 120px;
  height: 100vh;
  min-height: 700px;
  background: url(../images/bg_white.jpg) top left repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  #wrap #right {
    display: none;
  }
}
#wrap #right .copy {
  writing-mode: vertical-rl;
  font-weight: 900;
  letter-spacing: 0.15rem;
}

/* スクリーンリーダー用のテキストを非表示 */
.sr-only {
  border: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
}

/* ナビゲーションボタン */
.nav-button {
  box-sizing: content-box;
  padding: 20px;
  margin: 0;
  border: none;
  border-radius: 30px;
  outline: none;
  background-color: rgba(44, 26, 2, 0.98);
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: var(--button);
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 2;
}
@media screen and (max-width: 620px) {
  .nav-button {
    width: 12px;
    height: 12px;
    top: 10px;
    right: 10px;
  }
}
.nav-button::before, .nav-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  transform: translateY(6px);
  transition: 0.3s ease-in-out;
}
.nav-button::before {
  transform: translateY(-6px);
  box-shadow: 0 6px white;
}

/* ナビゲーションメニュー：（閉じるボタン） */
.open .nav-button {
  z-index: 1000;
}
.open .nav-button::before {
  transform: rotate(-45deg);
  box-shadow: none;
}
.open .nav-button::after {
  transform: rotate(45deg);
  box-shadow: none;
}

/* ナビゲーションメニュー：（閉じた状態） */
.nav {
  position: fixed;
  width: 0;
  height: 0;
  top: 20px;
  left: calc(100% - 20px);
  overflow: hidden;
  color: transparent;
  font-weight: 700;
  transition: 0.5s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 620px) {
  .nav {
    height: 100%;
    background-color: rgb(44, 26, 2);
  }
}
.nav .scroll {
  width: 280px;
  height: 850px;
  background-color: rgb(44, 26, 2);
  border-radius: 15px;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.46);
  padding: 40px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 620px) {
  .nav .scroll {
    width: 100%;
    height: auto;
    box-shadow: none;
    background-color: inherit;
    border-radius: 0;
    padding: 60px 30px;
  }
}
.nav a {
  color: #c5c5c5;
}
.nav h1 {
  width: 86px;
  height: 38px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 620px) {
  .nav h1 {
    width: 130px;
    height: auto;
    margin-bottom: 30px;
  }
}
.nav .rsv {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
@media screen and (max-width: 620px) {
  .nav .rsv {
    margin-bottom: 40px;
  }
}
.nav .rsv li {
  width: 49%;
}
.nav .rsv li a {
  border-radius: 5px;
  font-size: 1.1rem;
  text-align: left;
  padding-left: 15px;
}
@media screen and (max-width: 620px) {
  .nav .rsv li a {
    font-size: 1.4rem;
  }
}
.nav .rsv li a i {
  right: 10px;
}
.nav .menu {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 620px) {
  .nav .menu {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 50px;
  }
}
.nav .menu li {
  margin-bottom: 20px;
}
.nav .menu li:last-child {
  margin-bottom: 0;
}
.nav .select {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  border-top: solid #594a35 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 620px) {
  .nav .select {
    margin-bottom: 50px;
  }
}
.nav .select li {
  border-bottom: solid #594a35 1px;
}
.nav .select li a {
  display: block;
  padding: 10px 0;
}
@media screen and (max-width: 620px) {
  .nav .select li a {
    padding: 15px 0;
  }
}
.nav .select li img {
  height: 11px;
  width: auto;
  vertical-align: baseline;
  margin-right: 10px;
}
.nav .sub {
  width: 100%;
  color: #c5c5c5;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 620px) {
  .nav .sub {
    font-size: 1.3rem;
  }
}
.nav .sub:last-of-type {
  margin-top: 20px;
}
.nav .sub a {
  display: inline-block;
  padding: 0 5px;
}
.nav.nav_sub h1 {
  width: 120px;
  height: 75px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 620px) {
  .nav.nav_sub h1 {
    width: 130px;
    height: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 620px) {
  .nav.nav_sub .rsv {
    margin-bottom: 40px;
  }
}
.nav.nav_sub .rsv li {
  width: 100%;
}
.nav.nav_sub .rsv li a {
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 620px) {
  .nav.nav_sub .rsv li a {
    font-size: 1.5rem;
  }
}
.nav.nav_sub .menu {
  margin-bottom: 0px;
}
@media screen and (max-width: 620px) {
  .nav.nav_sub .menu {
    margin-bottom: 30px;
  }
}

/* ナビゲーションメニュー：（開いた状態） */
.open .nav {
  top: 20px;
  left: calc(100% - 300px);
  width: 280px;
  height: 100%;
  z-index: 53;
  overflow-y: auto;
}
@media screen and (max-width: 620px) {
  .open .nav {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}

/*-------------------------
FAQ
-------------------------*/
#faq {
  background-color: rgba(44, 26, 2, 0.98);
}
#faq .faq {
  margin-bottom: 70px;
}
#faq ul {
  border-bottom: solid #594a35 1px;
  margin-bottom: 25px;
}
#faq .js-ac--close {
  display: none;
}
#faq .ac-box {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
  position: relative;
  padding-top: 5px;
}
#faq .ac-box::before {
  display: inline-block;
  content: "A.";
  font-size: 1.7rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
#faq .ac-box p {
  margin-left: 20px;
  padding-bottom: 20px;
}
#faq .js-ac {
  position: relative;
  width: 100%;
  padding: 15px 15px 15px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #c6c6c6;
  text-align: left;
  background: none;
  border: none;
  border-top: solid #594a35 1px;
  transition: 0.5s;
}
#faq .js-ac:hover {
  cursor: pointer;
  background-color: #41290b;
}
#faq .js-ac h3 {
  font-size: 1.4rem;
  font-weight: bold;
  text-indent: -1rem;
  margin-left: 2rem;
}
#faq .js-ac h3::before {
  display: inline-block;
  content: "Q.";
  margin-right: 5px;
}
#faq .js-ac::before {
  content: "";
  width: 1px;
  height: 10px;
  background: #c6c6c6;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
#faq .js-ac::after {
  content: "";
  width: 11px;
  height: 1px;
  background: #c6c6c6;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
#faq .js-ac.is-ac--open::before {
  transform: rotate(90deg);
}
#faq .js-ac.is-ac--open::after {
  transform: rotate(-180deg);
}
#faq .js-ac.is-ac--open + .ac-box {
  height: auto;
  opacity: 1;
}
#faq #kids h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 25px;
}
#faq #kids h3::before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 18px;
  background: url(../images/ico_child.svg) top center no-repeat;
  background-size: contain;
  margin: 0 5px 0 0;
  vertical-align: baseline;
}
#faq #kids p {
  margin-bottom: 25px;
  line-height: 2.4;
}
#faq #kids a {
  margin-bottom: 10px;
}
#faq #kids a:last-of-type {
  margin-bottom: 0;
}

/*-------------------------
footer
-------------------------*/
footer {
  background: linear-gradient(rgb(64, 109, 8) 0%, rgb(107, 146, 35) 27%, rgb(150, 183, 61) 100%);
  border-radius: 0 0 60px 60px;
}
@media screen and (max-width: 620px) {
  footer {
    border-radius: 0 0 0 0;
  }
}
footer h2 {
  width: 150px;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 620px) {
  footer h2 {
    margin: 0 auto 20px auto;
  }
}
footer .ico {
  width: 150px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
footer .ico li {
  width: 30px;
}
footer .copy {
  color: white;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 620px) {
  footer .copy {
    font-size: 1.1rem;
    margin-bottom: 60px;
    letter-spacing: 0.2rem;
  }
}

/*-------------------------
bottom_rsv
-------------------------*/
#bottom_rsv {
  display: none;
}
@media screen and (max-width: 1200px) {
  #bottom_rsv {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  #bottom_rsv ul {
    width: 90%;
    max-width: 700px;
    height: 65px;
    background-color: rgba(44, 26, 2, 0.98);
    border-radius: 15px 15px 0 0;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.46);
  }
}
@media screen and (max-width: 1200px) and (max-width: 620px) {
  #bottom_rsv ul {
    width: 96%;
    height: 70px;
    border-radius: 10px 10px 0 0;
    padding: 0 2% 0 2%;
  }
}
@media screen and (max-width: 1200px) {
  #bottom_rsv ul li {
    color: #c6c6c6;
    text-align: center;
    position: relative;
  }
  #bottom_rsv ul li:nth-child(1) {
    width: 41%;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 620px) {
  #bottom_rsv ul li:nth-child(1) {
    font-size: 1.25rem;
    line-height: 1.2;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  #bottom_rsv ul li:nth-child(1)::before {
    display: block;
    content: "";
    width: 10px;
    height: 23px;
    background: url(../images/ico_ftr_ttl_l.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: calc(50% - 9rem);
  }
}
@media screen and (max-width: 1200px) and (max-width: 620px) {
  #bottom_rsv ul li:nth-child(1)::before {
    width: 12px;
    height: 26px;
    background: url(../images/ico_ftr_ttl_l.png) top left no-repeat;
    background-size: contain;
    top: 2px;
    left: calc(50% - 5rem);
  }
}
@media screen and (max-width: 1200px) {
  #bottom_rsv ul li:nth-child(1)::after {
    display: block;
    content: "";
    width: 10px;
    height: 23px;
    background: url(../images/ico_ftr_ttl_r.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: calc(50% - 9rem);
  }
}
@media screen and (max-width: 1200px) and (max-width: 620px) {
  #bottom_rsv ul li:nth-child(1)::after {
    width: 12px;
    height: 26px;
    background: url(../images/ico_ftr_ttl_r.png) top left no-repeat;
    background-size: contain;
    top: 2px;
    right: calc(50% - 6rem);
  }
}
@media screen and (max-width: 1200px) {
  #bottom_rsv ul li:nth-child(2), #bottom_rsv ul li:nth-child(3) {
    width: 20%;
  }
  #bottom_rsv ul li:nth-child(2)::before, #bottom_rsv ul li:nth-child(3)::before {
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #594a35;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 620px) {
  #bottom_rsv ul li:nth-child(2)::before, #bottom_rsv ul li:nth-child(3)::before {
    height: 30px;
    top: calc(50% - 15px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 620px) {
  #bottom_rsv ul li:nth-child(2) {
    width: 22%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 620px) {
  #bottom_rsv ul li:nth-child(2)::before {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (max-width: 620px) {
  #bottom_rsv ul li:nth-child(3) {
    width: 22%;
  }
}
@media screen and (max-width: 1200px) {
  #bottom_rsv ul li:nth-child(4) {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 620px) {
  #bottom_rsv ul li:nth-child(4) {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  #bottom_rsv ul li:nth-child(4)::before {
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #594a35;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 620px) {
  #bottom_rsv ul li:nth-child(4)::before {
    height: 30px;
    top: calc(50% - 15px);
  }
}
@media screen and (max-width: 1200px) {
  #bottom_rsv ul li a {
    display: block;
    color: #c6c6c6;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 620px) {
  #bottom_rsv ul li a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1200px) {
  #bottom_rsv ul li a img {
    display: block;
    height: 17px;
    width: auto;
    margin: 0 auto 3px auto;
  }
}
@media screen and (max-width: 1200px) and (max-width: 620px) {
  #bottom_rsv ul li a img {
    height: 13px;
  }
}

/*-------------------------
pickup_pc
-------------------------*/
#pickup_pc, #pickup_tab {
  z-index: 2;
}
#pickup_pc .box, #pickup_tab .box {
  background-color: rgba(44, 26, 2, 0.98);
  border-radius: 8px;
  position: relative;
  padding-bottom: 20px;
}
#pickup_pc .box .ttl, #pickup_tab .box .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  background: url(../../images/ico_point.svg) top left no-repeat;
  background-size: contain; /* SafariなどのWebkitブラウザ用 */
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.5));
  padding-top: 5px;
  position: absolute;
  top: -30px;
  left: -30px;
  transform: rotate(-20deg);
}
#pickup_pc .box a, #pickup_tab .box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #c6c6c6;
  border-radius: 15px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 0 20px;
  margin: 0 auto;
}
#pickup_pc .box a .txt, #pickup_tab .box a .txt {
  width: calc(100% - 103px);
}
#pickup_pc .box a .txt p, #pickup_tab .box a .txt p {
  font-size: 1.1rem;
  margin-bottom: 0px;
}
#pickup_pc .box a .txt h3, #pickup_tab .box a .txt h3 {
  font-size: 1.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 620px) {
  #pickup_pc .box a .txt h3, #pickup_tab .box a .txt h3 {
    font-size: 1.3rem;
  }
}
#pickup_pc .box a .ph, #pickup_tab .box a .ph {
  width: 88px;
  border-radius: 5px;
  overflow: hidden;
}
#pickup_pc .box a .ph img, #pickup_tab .box a .ph img {
  width: 88px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
}
#pickup_pc .box .slick-num_pc, #pickup_pc .box .slick-num_sp, #pickup_tab .box .slick-num_pc, #pickup_tab .box .slick-num_sp {
  color: #c6c6c6;
  font-size: 1rem;
  padding: 0 0 10px 20px;
}
#pickup_pc .box .slick-prev, #pickup_tab .box .slick-prev {
  left: auto;
  right: 50px;
  bottom: 8px;
}
#pickup_pc .box .slick-next, #pickup_tab .box .slick-next {
  right: 20px;
  bottom: 8px;
}
#pickup_pc .btn, #pickup_tab .btn {
  display: block !important;
  width: 100%;
  max-width: calc(100% - 40px);
  font-size: 1.2rem;
  text-align: center;
  padding: 8px 10px !important;
  border-radius: 30px !important;
  margin: 0 20px 0 20px !important;
}

#pickup_tab {
  display: none;
}
@media screen and (max-width: 1200px) {
  #pickup_tab {
    display: block;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
}
#pickup_tab .ttl {
  left: -15px !important; /* SafariなどのWebkitブラウザ用 */
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.5));
}

#pickup_pc {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 260px;
}
@media screen and (max-width: 1200px) {
  #pickup_pc {
    display: none;
  }
}

/*-------------------------
下層ページ用
-------------------------*/
.cont {
  border-radius: 60px 60px 60px 60px;
  transition: 0.2s all ease;
}

.cont_round {
  border-radius: 60px 0 60px 60px;
  transition: 0.2s all ease;
}
.cont_round.round {
  border-radius: 60px 60px 60px 60px;
}

#center {
  position: relative;
}
#center .breadcrumb {
  display: block;
  content: "";
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 300px);
}
@media screen and (max-width: 620px) {
  #center .breadcrumb {
    display: none;
  }
}
#center .breadcrumb ul {
  display: block;
  content: "";
  width: 80px;
  color: white;
  position: fixed;
  top: 70px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #center .breadcrumb ul {
    top: 30px;
  }
}
#center .breadcrumb ul li {
  width: 80px;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  font-weight: bold;
  line-height: 1;
}
#center .breadcrumb ul li:nth-child(1) {
  font-size: 6rem;
  background-color: #3f6b08;
  border-radius: 0 10px 0 0;
  padding: 30px 0 20px 0;
}
#center .breadcrumb ul li:nth-child(1)::before {
  display: block;
  content: "";
  width: 60px;
  height: 50px;
  background: url(../../../common/images/logo_white.svg) top center no-repeat;
}
#center .breadcrumb ul li:nth-child(2) {
  font-size: 2.3rem;
  background: linear-gradient(to bottom, #315f05 0px, #245503 100%);
  border-radius: 0 0 10px 0;
  padding: 0 0 30px 0;
}
#center .breadcrumb ul li:nth-child(2)::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 20px solid #3f6b08;
  border-bottom: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 620px) {
  #page_ttl {
    border-radius: 0;
  }
}
#page_ttl h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  color: white;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.8);
}
#page_ttl h2 b {
  text-align: center;
  font-family: "Century Gothic", "Zen Kaku Gothic New", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2px;
}
#page_ttl h2 b span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
}
#page_ttl p {
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 0.15rem;
  line-height: 1;
  text-align: center;
  padding: 25px 0 25px 0;
}
#page_ttl p b {
  color: #3f6b08;
}
#page_ttl p b strong {
  font-size: 3.3rem;
}

#intro {
  background: linear-gradient(to top, rgb(150, 183, 61) 0px, rgb(64, 109, 8) 100%);
}
#intro .copy {
  color: white;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
#intro .copy b {
  font-size: 2.2rem;
  font-weight: bold;
}
#intro .bottom_bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px;
}
#intro .bottom_bg:before {
  display: block;
  content: "";
  width: 150%;
  height: 500px;
  background-color: #f3f3f3;
  border-radius: 50% 50% 0 0;
  position: absolute;
  left: -25%;
  top: 0;
}/*# sourceMappingURL=common.css.map */