@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, svg {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

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

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  font-size: 108%;
  line-height: 1.7;
  color: #333;
  padding: 7px;
  background: #F8F8F8;
  border: 1px solid #CCC;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
}

select {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.7;
  color: #333;
  padding: 7px;
  background: #F8F8F8;
  border: 1px solid #CCC;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + span {
  position: relative;
  padding-left: 23px;
  margin-right: 20px;
  cursor: pointer;
  white-space: nowrap;
}
input[type="radio"] + span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  border-radius: 50%;
}
input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #00780F;
  border-radius: 50%;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  margin-right: 15px;
  cursor: pointer;
  line-height: 1.6;
}
input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  background: #FFF;
  border-radius: 2px;
}
input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #E60000;
  border-right: 3px solid #E60000;
}

.p-checkbox-checked {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.p-checkbox-checked::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background: #FFF;
  border-radius: 2px;
}
.p-checkbox-checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #E60000;
  border-right: 3px solid #E60000;
}

textarea,
iframe {
  display: block;
}

input::placeholder {
  color: #BBB;
}

input:-ms-input-placeholder {
  color: #BBB;
}

input::-ms-input-placeholder {
  color: #BBB;
}

a:link,
a:visited {
  color: #00780F;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #00780F;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #333;
  }
}
.l-header {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #FFF;
    padding: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  }
}

.l-header-inner {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header-inner {
    margin-bottom: 0;
    height: 60px;
    padding: 0 10px;
  }
}

.l-global-nav {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-global-nav {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .l-global-nav {
    display: none;
    user-select: none;
    background: #00780F;
    padding: 25px;
  }
}

.l-container-fluid {
  position: relative;
  padding: 60px 30px;
}
@media screen and (max-width: 767px) {
  .l-container-fluid {
    padding: 30px 15px;
  }
}

.l-container-fluid-narrow {
  position: relative;
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .l-container-fluid-narrow {
    padding: 30px 15px;
  }
}

.l-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.l-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-container-narrow {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.l-container-narrow::after {
  content: "";
  display: block;
  clear: both;
}

.l-mainvisual {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-mainvisual {
    margin-top: 60px;
  }
}

.l-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 780px;
}
@media screen and (max-width: 767px) {
  .l-video {
    display: none;
  }
}
.l-video video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.l-swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-swiper {
    display: block;
    position: relative;
  }
  .l-swiper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 5;
  }
}

.l-secondvisual {
  position: relative;
  padding: 0 30px;
  background: #174B21;
}
@media screen and (max-width: 767px) {
  .l-secondvisual {
    margin-top: 60px;
    padding: 0 15px;
  }
}
.l-secondvisual::before {
  content: "";
  position: absolute;
  top: 0;
  right: 65%;
  width: 100%;
  height: 100%;
  transform: skewX(-10deg);
  transform-origin: bottom left;
  background: url(../img/bg_noisygreen.png) repeat center center;
  background-size: 200px 200px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-secondvisual::before {
    right: 50%;
  }
}

.l-secondvisual-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .l-secondvisual-inner {
    height: 110px;
  }
}

.l-topicpath {
  margin-top: 10px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-topicpath {
    padding: 0 15px;
  }
}

.l-pagename {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  background: url(../img/bg_noisygreen.png) repeat center center;
  background-size: 200px 200px;
}
@media screen and (max-width: 767px) {
  .l-pagename {
    margin-top: 60px;
    height: 100px;
  }
}

.l-spot-group {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-spot-group {
    margin-top: 30px;
  }
}

.l-spot-group-inner {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .l-spot-group-inner {
    margin-top: 30px;
  }
}

.l-footer {
  padding: 0 30px 99px 30px;
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 15px 74px 15px;
  }
}

.l-footer-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .l-footer-inner {
    display: block;
    padding: 30px 0;
  }
}
.l-footer-inner__left {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .l-footer-inner__left {
    width: auto;
  }
}
.l-footer-inner__right {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .l-footer-inner__right {
    width: auto;
  }
}

.l-contact-fixed {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 0 30px;
  background: #FFF;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  transform: translateY(100px);
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .l-contact-fixed {
    height: 75px;
    padding: 0;
  }
}
.l-contact-fixed.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}

a.c-btn-reservation {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 165px;
  padding: 15px;
  line-height: 1.3;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  z-index: 0;
  background: #00780F;
}
a.c-btn-reservation::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  width: 16px;
  height: 16px;
  background: url(../img/icon_calendar.png) no-repeat center center/cover;
}
a.c-btn-reservation::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: .2s;
}
a.c-btn-reservation:hover::after {
  left: 0;
  background: #D96D2B;
}

a.c-btn-more, a.c-btn-online, a.c-btn-contact {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 280px;
  padding: 18px;
  font-size: 116%;
  line-height: 1.3;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  z-index: 0;
}
a.c-btn-more::after, a.c-btn-online::after, a.c-btn-contact::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: .2s;
}
a.c-btn-more:hover::before, a.c-btn-online:hover::before, a.c-btn-contact:hover::before {
  border-color: #FFF;
}
a.c-btn-more:hover::after, a.c-btn-online:hover::after, a.c-btn-contact:hover::after {
  left: 0;
}
@media screen and (max-width: 767px) {
  a.c-btn-more, a.c-btn-online, a.c-btn-contact {
    font-size: 108%;
    width: 250px;
    padding: 16px;
  }
}

a.c-btn-more {
  background: #00780F;
}
a.c-btn-more::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #CBB25E;
  border-right: 3px solid #CBB25E;
  transform: rotate(45deg);
  transition: .2s;
}
@media screen and (max-width: 767px) {
  a.c-btn-more::before {
    right: 20px;
  }
}
a.c-btn-more:hover::after {
  background-color: #D96D2B;
}

a.c-btn-online {
  background: #907B3E;
}
a.c-btn-online::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  width: 18px;
  height: 18px;
  background: url(../img/icon_calendar.png) no-repeat center center/cover;
}
a.c-btn-online:hover::after {
  background-color: #66562F;
}

a.c-btn-contact {
  background: #00780F;
}
a.c-btn-contact::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  width: 20px;
  height: 20px;
  background: url(../img/icon_mail.png) no-repeat center center/cover;
}
a.c-btn-contact:hover::after {
  background-color: #D96D2B;
}

a.c-btn-more-small {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 160px;
  padding: 13px;
  font-size: 100%;
  line-height: 1.3;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  z-index: 0;
  background: #00780F;
}
a.c-btn-more-small::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 7px;
  height: 7px;
  border-top: 2.5px solid #CBB25E;
  border-right: 2.5px solid #CBB25E;
  transform: rotate(45deg);
  transition: .2s;
}
a.c-btn-more-small::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: .2s;
}
a.c-btn-more-small:hover::before {
  border-color: #FFF;
}
a.c-btn-more-small:hover::after {
  left: 0;
  background-color: #D96D2B;
}

.c-btn-send {
  display: inline-block;
  width: 280px;
  padding: 18px;
  font-size: 116%;
  line-height: 1.3;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  transition: .2s;
  background: #00780F;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-btn-send {
    width: 260px;
    padding: 15px;
    font-size: 108%;
  }
}
.c-btn-send:hover {
  background: #D96D2B;
}

.c-btn-return {
  display: inline-block;
  width: 150px;
  padding: 18px;
  font-size: 116%;
  line-height: 1.3;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  transition: .2s;
  background: #BBB;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-btn-return {
    width: 260px;
    padding: 15px;
    font-size: 108%;
  }
}
.c-btn-return:hover {
  background: #DDD;
}

a.c-btn-online-fixed, a.c-btn-contact-fixed {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 210px;
  padding: 18px;
  font-size: 116%;
  line-height: 1.3;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  z-index: 0;
}
a.c-btn-online-fixed::after, a.c-btn-contact-fixed::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: .2s;
}
a.c-btn-online-fixed:hover::after, a.c-btn-contact-fixed:hover::after {
  left: 0;
}
@media screen and (max-width: 767px) {
  a.c-btn-online-fixed, a.c-btn-contact-fixed {
    font-size: 85%;
    width: 105px;
    height: 100%;
    padding: 16px 0 0 0;
  }
}

a.c-btn-online-fixed {
  background: #907B3E;
}
a.c-btn-online-fixed::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  width: 18px;
  height: 18px;
  background: url(../img/icon_calendar.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  a.c-btn-online-fixed::before {
    display: block;
    margin: 0 auto 7px auto;
    width: 20px;
    height: 20px;
  }
}
a.c-btn-online-fixed:hover::after {
  background-color: #66562F;
}

a.c-btn-contact-fixed {
  background: #00780F;
}
a.c-btn-contact-fixed::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  width: 20px;
  height: 20px;
  background: url(../img/icon_mail.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  a.c-btn-contact-fixed::before {
    display: block;
    margin: 0 auto 5px auto;
    width: 22px;
    height: 22px;
  }
}
a.c-btn-contact-fixed:hover::after {
  background-color: #D96D2B;
}

a.c-btn-calendar {
  position: relative;
  display: inline-block;
  border: 1px solid #00780F;
  width: 100%;
  padding: 15px;
  font-size: 100%;
  line-height: 1.3;
  color: #00780F;
  text-align: center;
  text-decoration: none;
  transition: .2s;
}
@media screen and (max-width: 767px) {
  a.c-btn-calendar {
    width: 250px;
  }
}
a.c-btn-calendar::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  width: 17px;
  height: 17px;
  background: url(../img/icon_calendar_green.png) no-repeat center center/cover;
}
a.c-btn-calendar:hover {
  background: #EDFBEF;
}

.c-label-new {
  display: inline-block;
  margin: -2px 0 0 12px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  color: #FFF;
  background: #E60000;
  vertical-align: middle;
}

.c-label-pdf, .c-label-word, .c-label-excel {
  display: inline-block;
  margin-right: 15px;
  padding: 4px;
  font-size: 93%;
  line-height: 1.3;
  text-indent: 0;
  color: #FFF;
  min-width: 75px;
  text-align: center;
}

.c-label-pdf {
  background: #CC0000;
}

.c-label-word {
  background: #2B63CA;
}

.c-label-excel {
  background: #009F00;
}

.c-label-hissu {
  float: right;
  display: inline-block;
  background: #FF7800;
  font-size: 13px;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  margin-top: 2px;
  padding: 7px 10px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .c-label-hissu {
    margin-top: 0;
    padding: 6px 8px;
    font-size: 12px;
  }
}

.c-grid {
  margin-bottom: 60px;
}
.c-grid::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .c-grid {
    margin-bottom: 30px;
  }
}
.c-grid:last-of-type {
  margin-bottom: 0;
}

.c-grid-1 {
  width: 3.75%;
}

.c-grid-2 {
  width: 12.5%;
}

.c-grid-3 {
  width: 21.2%;
}

.c-grid-4 {
  width: 30%;
}

.c-grid-5 {
  width: 40%;
}

.c-grid-6 {
  width: 47.5%;
}

.c-grid-7 {
  width: 55%;
}

.c-grid-8 {
  width: 65%;
}

.c-grid-9 {
  width: 73.8%;
}

.c-grid-10 {
  width: 82.5%;
}

.c-grid-11 {
  width: 91.2%;
}

.c-grid-12 {
  width: 100%;
}

.c-grid-1,
.c-grid-2,
.c-grid-3,
.c-grid-4,
.c-grid-5,
.c-grid-6,
.c-grid-7,
.c-grid-8,
.c-grid-9,
.c-grid-10,
.c-grid-11 {
  float: left;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1,
  .c-grid-2,
  .c-grid-3,
  .c-grid-4,
  .c-grid-5,
  .c-grid-6,
  .c-grid-7,
  .c-grid-8,
  .c-grid-9,
  .c-grid-10,
  .c-grid-11 {
    float: none;
    margin: 0 0 30px 0;
    width: auto;
  }
}

.c-grid-1:last-child,
.c-grid-2:last-child,
.c-grid-3:last-child,
.c-grid-4:last-child,
.c-grid-5:last-child,
.c-grid-6:last-child,
.c-grid-7:last-child,
.c-grid-8:last-child,
.c-grid-9:last-child,
.c-grid-10:last-child,
.c-grid-11:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1:last-child,
  .c-grid-2:last-child,
  .c-grid-3:last-child,
  .c-grid-4:last-child,
  .c-grid-5:last-child,
  .c-grid-6:last-child,
  .c-grid-7:last-child,
  .c-grid-8:last-child,
  .c-grid-9:last-child,
  .c-grid-10:last-child,
  .c-grid-11:last-child {
    float: none;
  }
}

.c-grid-reverse {
  margin-bottom: 60px;
}
.c-grid-reverse::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .c-grid-reverse {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.c-grid-reverse:last-of-type {
  margin-bottom: 0;
}

.c-grid-reverse-1 {
  width: 3.75%;
}

.c-grid-reverse-2 {
  width: 12.5%;
}

.c-grid-reverse-3 {
  width: 21.2%;
}

.c-grid-reverse-4 {
  width: 30%;
}

.c-grid-reverse-5 {
  width: 40%;
}

.c-grid-reverse-6 {
  width: 47.5%;
}

.c-grid-reverse-7 {
  width: 55%;
}

.c-grid-reverse-8 {
  width: 65%;
}

.c-grid-reverse-9 {
  width: 73.8%;
}

.c-grid-reverse-10 {
  width: 82.5%;
}

.c-grid-reverse-11 {
  width: 91.2%;
}

.c-grid-reverse-12 {
  width: 100%;
}

.c-grid-reverse-1,
.c-grid-reverse-2,
.c-grid-reverse-3,
.c-grid-reverse-4,
.c-grid-reverse-5,
.c-grid-reverse-6,
.c-grid-reverse-7,
.c-grid-reverse-8,
.c-grid-reverse-9,
.c-grid-reverse-10,
.c-grid-reverse-11 {
  float: left;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 767px) {
  .c-grid-reverse-1,
  .c-grid-reverse-2,
  .c-grid-reverse-3,
  .c-grid-reverse-4,
  .c-grid-reverse-5,
  .c-grid-reverse-6,
  .c-grid-reverse-7,
  .c-grid-reverse-8,
  .c-grid-reverse-9,
  .c-grid-reverse-10,
  .c-grid-reverse-11 {
    float: none;
    margin: 30px 0 0 0;
    width: auto;
  }
}

.c-grid-reverse-1:last-child,
.c-grid-reverse-2:last-child,
.c-grid-reverse-3:last-child,
.c-grid-reverse-4:last-child,
.c-grid-reverse-5:last-child,
.c-grid-reverse-6:last-child,
.c-grid-reverse-7:last-child,
.c-grid-reverse-8:last-child,
.c-grid-reverse-9:last-child,
.c-grid-reverse-10:last-child,
.c-grid-reverse-11:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid-reverse-1:last-child,
  .c-grid-reverse-2:last-child,
  .c-grid-reverse-3:last-child,
  .c-grid-reverse-4:last-child,
  .c-grid-reverse-5:last-child,
  .c-grid-reverse-6:last-child,
  .c-grid-reverse-7:last-child,
  .c-grid-reverse-8:last-child,
  .c-grid-reverse-9:last-child,
  .c-grid-reverse-10:last-child,
  .c-grid-reverse-11:last-child {
    float: none;
  }
}

.c-grid-infotoday {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .c-grid-infotoday {
    display: block;
    padding: 15px;
  }
}
.c-grid-infotoday__left {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .c-grid-infotoday__left {
    width: auto;
  }
}
.c-grid-infotoday__right {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .c-grid-infotoday__right {
    width: auto;
    margin-top: 15px;
  }
}

.c-grid-info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-grid-info {
    display: block;
  }
}
.c-grid-info__left {
  position: relative;
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .c-grid-info__left {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.c-grid-info__right {
  position: relative;
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .c-grid-info__right {
    width: auto;
  }
}

.c-grid-event {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-grid-event {
    display: block;
  }
}
.c-grid-event__left {
  position: relative;
  width: 67.5%;
}
@media screen and (max-width: 767px) {
  .c-grid-event__left {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.c-grid-event__right {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .c-grid-event__right {
    width: auto;
  }
}

.c-grid-facility {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -5% -5%;
}
@media screen and (max-width: 767px) {
  .c-grid-facility {
    margin: 0 0 -4% -4%;
  }
}
.c-grid-facility li {
  width: 45%;
  margin: 0 0 5% 5%;
}
@media screen and (max-width: 767px) {
  .c-grid-facility li {
    width: 46%;
    margin: 0 0 4% 4%;
  }
}

.c-grid-snacks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -5% -5%;
}
@media screen and (max-width: 767px) {
  .c-grid-snacks {
    display: block;
    margin: 0;
  }
}
.c-grid-snacks li {
  width: 45%;
  margin: 0 0 5% 5%;
}
@media screen and (max-width: 767px) {
  .c-grid-snacks li {
    width: auto;
    margin: 0 0 30px 0;
  }
  .c-grid-snacks li:last-child {
    margin-bottom: 0;
  }
}

.c-grid-button {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-grid-button {
    margin-top: 30px;
    display: block;
  }
}
.c-grid-button li {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .c-grid-button li {
    margin: 0 0 15px 0;
    text-align: center;
  }
  .c-grid-button li:last-child {
    margin-bottom: 0;
  }
}

.c-grid-fixed {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-grid-fixed__left {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-grid-fixed__right {
    height: 100%;
  }
}

.c-grid-spot {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-grid-spot {
    display: block;
  }
}
.c-grid-spot__left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .c-grid-spot__left {
    width: auto;
  }
}
.c-grid-spot__right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .c-grid-spot__right {
    width: auto;
    margin-top: 30px;
  }
}

.p-logo img {
  width: 350px;
  min-width: 350px;
}
@media screen and (max-width: 767px) {
  .p-logo img {
    width: 185px;
    min-width: 185px;
  }
}

.p-secondvisual {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-secondvisual {
    width: 50%;
  }
}
.p-secondvisual img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-logo-footer img {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .p-logo-footer img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .p-logo-footer {
    text-align: center;
  }
}

.p-address {
  margin-top: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-address {
    font-size: 93%;
    text-align: center;
  }
}

.p-footer-banner {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-footer-banner {
    margin-top: 20px;
    justify-content: space-between;
  }
}
.p-footer-banner li {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-footer-banner li {
    margin: 0 15px 0 0;
  }
  .p-footer-banner li:last-child {
    margin-right: 0;
  }
}
.p-footer-banner li img {
  width: 212px;
}
@media screen and (max-width: 767px) {
  .p-footer-banner li img {
    width: auto;
  }
}
.p-footer-banner li img:hover {
  opacity: 0.8;
}

.p-copyright {
  margin: 0 -30px;
  padding: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 93%;
  color: #FFF;
  text-align: center;
  background: #00780F;
}
@media screen and (max-width: 767px) {
  .p-copyright {
    margin: 0 -15px;
    padding: 15px;
    font-size: 85%;
  }
}

.p-number-fixed img {
  width: 460px;
}
@media screen and (max-width: 767px) {
  .p-number-fixed img {
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  .p-number-fixed {
    height: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-btn-fixed {
  display: flex;
  height: 100%;
}
.p-btn-fixed li {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-btn-fixed li {
    margin-left: 0;
  }
}

.p-pagetop {
  position: fixed;
  z-index: 500;
  right: 20px;
  bottom: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    right: 10px;
    bottom: 85px;
  }
}
.p-pagetop span {
  display: block;
  position: relative;
  width: 43px;
  height: 43px;
  text-indent: -9999px;
  overflow: hidden;
  background: #CBB25E;
  border-radius: 50%;
  transition: .2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-pagetop span {
    width: 30px;
    height: 30px;
  }
}
.p-pagetop span:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-pagetop span:hover {
    opacity: 1;
  }
}
.p-pagetop span::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-pagetop span::before {
    top: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

.p-utility-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-utility-nav {
    display: none;
  }
}
.p-utility-nav > li {
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  .p-utility-nav > li.number {
    display: none;
  }
}
.p-utility-nav > li.number img {
  width: 185px;
  min-width: 185px;
}

@media screen and (min-width: 768px) {
  .p-global-nav {
    display: flex;
    border-right: 1px solid #DDD;
  }
  .p-global-nav li {
    width: 14.28%;
    border-left: 1px solid #DDD;
  }
  .p-global-nav li.gnav1, .p-global-nav li.gnav2, .p-global-nav li.gnav10, .p-global-nav li.gnav11, .p-global-nav li.gnav12 {
    display: none;
  }
  .p-global-nav li a {
    display: block;
    padding: 5px;
    font-size: 108%;
    color: #333;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }
  .p-global-nav li a span {
    display: block;
    margin-top: 4px;
    font-family: "Sawarabi Mincho", serif;
    font-size: 72%;
    font-weight: normal;
    color: #907B3E;
  }
}
@media screen and (max-width: 767px) {
  .p-global-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .p-global-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .p-global-nav li a {
    position: relative;
    display: block;
    padding: 11px;
    font-size: 93%;
    line-height: 1.5;
    color: #FFF;
    text-decoration: none;
  }
  .p-global-nav li a span {
    margin-left: 1.5em;
    font-family: "Sawarabi Mincho", serif;
    font-size: 65%;
    color: #CBB25E;
    font-style: italic;
    letter-spacing: 0.5px;
  }
  .p-global-nav li a::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #CBB25E;
    border-right: 2px solid #CBB25E;
    transform: rotate(45deg);
  }
}
.p-sns {
  display: flex;
}
.p-sns li {
  margin-right: 5px;
}
.p-sns li:last-child {
  margin-right: 0;
}
.p-sns li img {
  display: block;
  width: 28px;
  height: 28px;
  min-width: 28px;
  transition: .2s;
}
.p-sns li img:hover {
  opacity: 0.8;
}

.p-sns-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-sns-mobile {
    display: flex;
    align-items: center;
    height: 60px;
    position: absolute;
    top: 0;
    right: 60px;
  }
  .p-sns-mobile li {
    margin-right: 2px;
  }
  .p-sns-mobile li:last-child {
    margin-right: 0;
  }
  .p-sns-mobile li img {
    display: block;
    width: 21px;
    height: 21px;
    min-width: 21px;
  }
}

.p-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-toggle {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }

  .hamburger-icon {
    display: block;
    position: absolute;
    top: 29px;
    right: 15px;
    width: 30px;
    height: 3px;
    background: #00780F;
    transition: .2s;
  }
  .hamburger-icon::before, .hamburger-icon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #00780F;
    transition: .3s;
  }
  .hamburger-icon::before {
    margin-top: -10px;
  }
  .hamburger-icon::after {
    margin-top: 7px;
  }

  .hamburger-icon.close {
    background: transparent;
  }
  .hamburger-icon.close::before, .hamburger-icon.close::after {
    margin-top: -2px;
  }
  .hamburger-icon.close::before {
    transform: rotate(-45deg);
  }
  .hamburger-icon.close::after {
    transform: rotate(-135deg);
  }
}
.p-footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .p-footer-nav {
    display: none;
  }
}
.p-footer-nav li {
  width: 25%;
  margin-top: 6px;
}
.p-footer-nav li a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  white-space: nowrap;
}
.p-footer-nav li a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 3px;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2.5px solid #00780F;
  border-right: 2.5px solid #00780F;
  transform: rotate(45deg);
}

.p-topicpath {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
.p-topicpath li {
  font-size: 100%;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-topicpath li {
    font-size: 85%;
  }
}
.p-topicpath li a {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 12px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-topicpath li a {
    margin-right: 10px;
    padding-right: 14px;
  }
}
.p-topicpath li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #00780F;
  border-right: 2px solid #00780F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-topicpath li a::before {
    width: 4px;
    height: 4px;
  }
}

.p-pagenav {
  margin-top: 58px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-pagenav {
    margin-top: 28px;
  }
}
.p-pagenav li {
  margin: 2px 3px 0 3px;
}
.p-pagenav li a,
.p-pagenav li .current,
.p-pagenav li .dotted {
  display: block;
  position: relative;
  background: #00780F;
  line-height: 39px;
  text-align: center;
  color: #FFF;
  width: 41px;
  height: 41px;
  overflow: hidden;
  text-decoration: none;
  cursor: default;
  border: 1px solid #00780F;
}
@media screen and (max-width: 767px) {
  .p-pagenav li a,
  .p-pagenav li .current,
  .p-pagenav li .dotted {
    line-height: 33px;
    width: 35px;
    height: 35px;
  }
}
.p-pagenav li a:hover {
  background: #D96D2B;
  border: 1px solid #D96D2B;
}
.p-pagenav li .current {
  background: #FFF;
  color: #00780F;
  border: 1px solid #00780F;
}
.p-pagenav li .arrow-prev {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00780F;
  border-right: 2px solid #00780F;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  overflow: hidden;
  text-indent: -9999px;
}
.p-pagenav li .arrow-next {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 12%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00780F;
  border-right: 2px solid #00780F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
  text-indent: -9999px;
}
.p-pagenav li a {
  cursor: pointer;
}
.p-pagenav li a .arrow-prev {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.p-pagenav li a .arrow-next {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.p-pager {
  display: flex;
  justify-content: center;
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-pager {
    margin: 30px auto 0 auto;
  }
}
.p-pager li {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-pager li {
    padding: 0 5px;
  }
}
.p-pager li.prev a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 7px;
  height: 7px;
  border-top: 2.5px solid #CBB25E;
  border-left: 2.5px solid #CBB25E;
  transform: rotate(-45deg);
  transition: .2s;
}
@media screen and (max-width: 767px) {
  .p-pager li.prev a::before {
    left: 12px;
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
}
.p-pager li.next a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2.5px solid #CBB25E;
  border-right: 2.5px solid #CBB25E;
  transform: rotate(45deg);
  transition: .2s;
}
@media screen and (max-width: 767px) {
  .p-pager li.next a::before {
    right: 12px;
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-pager li.prev a {
    padding-left: 25px;
  }
  .p-pager li.next a {
    padding-right: 25px;
  }
}
.p-pager li a {
  position: relative;
  display: block;
  width: 160px;
  padding: 13px;
  font-size: 100%;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #00780F;
  transition: .2s;
}
.p-pager li a:hover {
  color: #FFF;
  background: #D96D2B;
}
.p-pager li a:hover::before {
  border-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-pager li a {
    width: auto;
    padding: 10px 12px;
    font-size: 85%;
  }
}

.p-spot-nav {
  margin: 53px auto 0 auto;
  display: flex;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .p-spot-nav {
    margin: 30px auto 0 auto;
  }
}
.p-spot-nav li {
  width: 25%;
  border-left: 2px solid #FFF;
}
.p-spot-nav li:first-child {
  border-left: 0;
}
.p-spot-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px;
  background: #00780F;
  font-family: "Noto Serif JP", serif;
  font-size: 139%;
  line-height: 1.4;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: .2s;
}
@media screen and (max-width: 767px) {
  .p-spot-nav li a {
    flex-direction: column;
    padding: 12px 10px;
    font-size: 100%;
  }
}
.p-spot-nav li a:hover {
  background: #D96D2B;
}
.p-spot-nav li a img {
  width: 30px;
  margin-right: 12px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .p-spot-nav li a img {
    width: 35px;
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-spot-nav li a span {
    display: block;
  }
}

.p-catch {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 92%;
  z-index: 10;
}
.p-catch h1 img {
  width: 700px;
}
@media screen and (max-width: 1024px) {
  .p-catch h1 img {
    width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .p-catch h1 img {
    width: 315px;
  }
}
.p-catch p {
  margin-top: 10px;
  font-size: 116%;
  line-height: 1.7;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  .p-catch p {
    font-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-catch p {
    margin-top: 5px;
    font-size: 62%;
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.13);
  }
}
.slide-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.swiper-pagination {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #FFF;
  opacity: 1;
  margin: 0 7px !important;
}

.swiper-pagination-bullet-active {
  background: #CBB25E;
}

.p-bnr-member {
  position: absolute;
  z-index: 10;
  right: 47px;
  bottom: -45px;
  transition: .5s;
}
.p-bnr-member:hover {
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .p-bnr-member {
    right: 15px;
    bottom: -25px;
  }
  .p-bnr-member:hover {
    bottom: auto;
  }
}
.p-bnr-member img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-bnr-member img {
    width: 110px;
  }
}

.p-infotoday {
  width: 100%;
}
.p-infotoday dt {
  padding: 12px 12px 12px 50px;
  font-size: 124%;
  line-height: 1.5;
  font-weight: bold;
  color: #FFF;
  background: #00780F url(../img/icon_flag.png) no-repeat 20px center;
  background-size: 25px 25px;
}
@media screen and (max-width: 767px) {
  .p-infotoday dt {
    padding: 12px 12px 12px 40px;
    font-size: 116%;
    background-position: 15px center;
    background-size: 20px 20px;
  }
}
.p-infotoday dd {
  padding: 25px;
  border: 3px solid #00780F;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .p-infotoday dd {
    padding: 20px;
    border-width: 2px;
  }
}

.p-about {
  margin-bottom: 60px;
  padding: 25px 30px;
  background: #FFF;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-bottom: 30px;
    padding: 20px 25px;
  }
}
.p-about dt {
  margin-bottom: 5px;
  font-size: 139%;
  color: #00780F;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-about dt {
    font-size: 124%;
  }
}

.p-list-about {
  display: flex;
  margin: 0 0 -3% -3%;
}
@media screen and (max-width: 767px) {
  .p-list-about {
    display: block;
    margin: 0;
  }
}
.p-list-about li {
  margin: 0 0 3% 3%;
  width: 30.33%;
}
@media screen and (max-width: 767px) {
  .p-list-about li {
    margin: 0 0 30px 0;
    width: auto;
  }
  .p-list-about li:last-child {
    margin-bottom: 0;
  }
}

.p-about-image img {
  object-fit: cover;
  width: 100%;
  height: 220px;
  border: 5px solid #FFF;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-about-image img {
    height: 200px;
  }
}

.p-about-text {
  margin-top: 25px;
}
.p-about-text dt {
  position: relative;
  padding-left: 50px;
  font-size: 139%;
  line-height: 1.4;
  color: #D96D2B;
  font-weight: bold;
}
.p-about-text dt span {
  position: absolute;
  left: 0;
  top: -5px;
  display: block;
  background: #D96D2B;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  color: #FFF;
  text-align: center;
}
.p-about-text dd {
  margin-top: 17px;
}

.p-info-top {
  border-top: 1px solid #DDD;
}
.p-info-top li {
  display: flex;
  padding: 15px;
  line-height: 1.6;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .p-info-top li {
    display: block;
    padding: 12px 10px;
  }
}
.p-info-top__date {
  margin-right: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-info-top__date {
    display: block;
    margin: 0 0 2px 0;
    font-size: 85%;
  }
}
@media screen and (max-width: 767px) {
  .p-info-top__title {
    display: block;
  }
}

.p-info {
  border-top: 1px solid #DDD;
}
.p-info li {
  display: flex;
  padding: 15px;
  line-height: 1.6;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .p-info li {
    display: block;
    padding: 13px 10px;
  }
}
.p-info__date {
  margin-right: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-info__date {
    display: block;
    margin: 0 0 2px 0;
    font-size: 85%;
  }
}
@media screen and (max-width: 767px) {
  .p-info__title {
    display: block;
  }
}

.p-btn-info {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-btn-info {
    position: static;
    text-align: center;
    margin-top: 30px;
  }
}

.p-list-media {
  border-top: 1px solid #DDD;
}
.p-list-media li {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .p-list-media li {
    padding: 13px 10px;
  }
}

.p-media__date {
  margin-bottom: 8px;
  font-size: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-media__date {
    margin-bottom: 5px;
    font-size: 85%;
  }
}
.p-media__title {
  font-size: 139%;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-media__title {
    font-size: 100%;
    line-height: 1.5;
  }
}
.p-media__excerpt {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-media__excerpt {
    display: none;
  }
}

.p-media-image {
  margin-left: 5%;
  width: 300px;
  min-width: 300px;
}
.p-media-image:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-media-image {
    margin-left: 4%;
    width: 40%;
    min-width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .p-list-event {
    display: flex;
    flex-wrap: wrap;
    margin: -4% -4% 0 0;
  }
  .p-list-event li {
    width: 29.33%;
    margin: 4% 4% 0 0;
    padding: 8px 8px 20px 8px;
    border: 1px solid #DDD;
  }

  .p-event-thumb {
    text-align: center;
  }
  .p-event-thumb a:hover img {
    opacity: 0.8;
  }

  .p-event {
    margin-top: 12px;
    padding: 0 10px;
  }
  .p-event__title {
    line-height: 1.6;
  }
  .p-event__date {
    margin-top: 15px;
    padding: 5px 10px;
    font-size: 93%;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background: #FFDF00;
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-list-event {
    border-top: 1px solid #DDD;
  }
  .p-list-event li {
    position: relative;
    display: flex;
    padding: 15px 25px 15px 10px;
    border-bottom: 1px solid #DDD;
  }
  .p-list-event li::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 5px;
    width: 8px;
    height: 8px;
    border-top: 2.5px solid #00780F;
    border-right: 2.5px solid #00780F;
    transform: rotate(45deg);
  }

  .p-event-thumb {
    width: 100px;
    min-width: 100px;
  }

  .p-event {
    margin-left: 15px;
    width: 100%;
  }
  .p-event__title {
    line-height: 1.6;
  }
  .p-event__date {
    display: inline-block;
    margin-top: 10px;
    padding: 3px 15px;
    font-size: 77%;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background: #FFDF00;
    border-radius: 50px;
  }
}
.p-list-works {
  display: flex;
  flex-wrap: wrap;
  margin: -3% -3% 0 0;
}
@media screen and (max-width: 767px) {
  .p-list-works {
    display: block;
    margin: 0;
  }
}
.p-list-works li {
  width: 30.33%;
  margin: 3% 3% 0 0;
  padding: 10px 10px 15px 10px;
  border: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .p-list-works li {
    width: auto;
    margin: 0 0 30px 0;
  }
}

.p-works a:hover img {
  opacity: 0.8;
}
.p-works figcaption {
  margin-top: 15px;
  padding: 0 10px;
  line-height: 1.7;
}

.p-loopslider {
  position: relative;
  overflow: hidden;
  margin: 0 -30px;
}
@media screen and (max-width: 1024px) {
  .p-loopslider {
    margin: 0 -15px;
  }
}
.p-loopslider li {
  position: relative;
  display: none;
  margin-left: 1px;
}
.p-loopslider li span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  padding: 10px;
  line-height: 1.6;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-loopslider li span {
    padding: 8px;
    font-size: 85%;
  }
}

.p-eyecatch {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-eyecatch {
    margin-bottom: 30px;
  }
}

.p-list-card1 {
  display: flex;
  margin: 0 0 -3% -3%;
}
@media screen and (max-width: 767px) {
  .p-list-card1 {
    display: block;
    margin: 0;
  }
}
.p-list-card1 li {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 0 3% 3%;
  width: 47%;
  background: #FFF;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-list-card1 li {
    display: block;
    margin: 0 0 15px 0;
    width: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .p-list-card1 li:last-child {
    margin-bottom: 0;
  }
}

.p-card1-image {
  position: relative;
  width: 47%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-card1-image {
    width: auto;
  }
}
.p-card1-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 101%;
  background: #FFF;
  transform: skewX(-10deg);
  transform-origin: bottom left;
}
@media screen and (max-width: 767px) {
  .p-card1-image::before {
    display: none;
  }
}
.p-card1-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-card1-image img {
    height: 160px;
  }
}

.p-card1-content {
  padding: 30px 10px 30px 30px;
  width: 53%;
}
@media screen and (max-width: 767px) {
  .p-card1-content {
    padding: 20px;
    width: auto;
  }
}
.p-card1-content dt {
  font-size: 170%;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-card1-content dt {
    font-size: 139%;
  }
}
.p-card1-content dt span {
  display: block;
  margin-top: 2px;
  font-family: "Sawarabi Mincho", serif;
  font-size: 65%;
  color: #907B3E;
}
@media screen and (max-width: 767px) {
  .p-card1-content dt span {
    display: inline;
    margin: 0 0 0 15px;
  }
}
.p-card1-content dd {
  line-height: 1.7;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-card1-content dd {
    font-size: 93%;
  }
}
.p-card1-content dd:last-child {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-card1-content dd:last-child {
    text-align: center;
  }
}

.p-list-card2 {
  display: flex;
  margin: 3% 0 -3% -3%;
}
@media screen and (max-width: 767px) {
  .p-list-card2 {
    display: block;
    margin: 15px 0 0 0;
  }
}
.p-list-card2 li {
  margin: 0 0 3% 3%;
  width: 30.33%;
  background: #FFF;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-list-card2 li {
    margin: 0 0 15px 0;
    width: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .p-list-card2 li:last-child {
    margin-bottom: 0;
  }
}

.p-card2-image img {
  object-fit: cover;
  width: 100%;
  height: 160px;
}

.p-card2-content {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .p-card2-content {
    padding: 20px;
  }
}
.p-card2-content dt {
  font-size: 147%;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-card2-content dt {
    font-size: 139%;
  }
}
.p-card2-content dt span {
  margin-left: 15px;
  font-family: "Sawarabi Mincho", serif;
  font-size: 65%;
  color: #907B3E;
}
.p-card2-content dd {
  line-height: 1.7;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-card2-content dd {
    font-size: 93%;
  }
}
.p-card2-content dd:last-child {
  margin-top: 22px;
  text-align: center;
}

.p-calendar-small {
  width: 100%;
  background: #FFF;
}
.p-calendar-small th {
  border: 1px solid #BBB;
  padding: 6px;
  text-align: center;
  width: 14.28%;
  line-height: 1.5;
  color: #FFF;
  background: #00780F;
}
.p-calendar-small th:first-child {
  background: #E60032;
}
.p-calendar-small th:last-child {
  background: #0084DC;
}
.p-calendar-small td {
  border: 1px solid #BBB;
  padding: 6px;
  font-size: 116%;
  text-align: center;
}
.p-calendar-small td a {
  color: #D96D2B;
  font-weight: bold;
}
.p-calendar-small td .today {
  display: block;
  font-style: normal;
  position: relative;
  z-index: 0;
}
.p-calendar-small td .today::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: #FFDF00;
  z-index: -1;
}

.p-calendar {
  width: 100%;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-calendar {
    border-top: 1px solid #BBB;
  }
  .p-calendar thead {
    display: none;
  }
}
.p-calendar th {
  border: 1px solid #BBB;
  padding: 8px;
  text-align: center;
  width: 14.28%;
  font-size: 108%;
  line-height: 1.5;
  color: #FFF;
  background: #00780F;
}
.p-calendar th:first-child {
  background: #E60032;
  color: #FFF;
}
.p-calendar th:last-child {
  background: #0084DC;
  color: #FFF;
}
.p-calendar td {
  border: 1px solid #BBB;
  padding: 10px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-calendar td {
    display: flex;
    border-top: none;
    padding: 0;
  }
  .p-calendar td i::after {
    font-size: 60%;
    margin-left: -3px;
  }
  .p-calendar td:nth-child(1) i::after {
    content: "（日）";
  }
  .p-calendar td:nth-child(2) i::after {
    content: "（月）";
  }
  .p-calendar td:nth-child(3) i::after {
    content: "（火）";
  }
  .p-calendar td:nth-child(4) i::after {
    content: "（水）";
  }
  .p-calendar td:nth-child(5) i::after {
    content: "（木）";
  }
  .p-calendar td:nth-child(6) i::after {
    content: "（金）";
  }
  .p-calendar td:nth-child(7) i::after {
    content: "（土）";
  }
  .p-calendar td.space {
    display: none;
  }
}
.p-calendar td .day {
  font-size: 154%;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-calendar td .day {
    display: block;
    width: 80px;
    min-width: 80px;
    padding: 12px 0 12px 7px;
    font-size: 139%;
    text-align: center;
    border-right: 1px solid #BBB;
    background: #EEE;
  }
}
.p-calendar td .day.today {
  position: relative;
  z-index: 0;
  display: block;
  width: 38px;
  line-height: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-calendar td .day.today {
    line-height: 1;
    background: #FFDF00 !important;
    color: #333 !important;
  }
}
.p-calendar td .day.today::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FFDF00;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-calendar td .day.today::before {
    display: none;
  }
}
.p-calendar td .day.sun, .p-calendar td .day.holiday {
  color: #E60032;
}
@media screen and (max-width: 767px) {
  .p-calendar td .day.sun, .p-calendar td .day.holiday {
    background: #FFE2E6;
  }
}
.p-calendar td .day.sat {
  color: #0084DC;
}
@media screen and (max-width: 767px) {
  .p-calendar td .day.sat {
    background: #CEEBFF;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar td .calendar-content {
    padding: 12px;
  }
}
.p-calendar td .calendar-content p {
  margin-top: 8px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-calendar td .calendar-content p:first-of-type {
    margin-top: 0;
  }
}

.p-calendar-description {
  display: flex;
  flex-wrap: wrap;
}
.p-calendar-description li {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.p-calendar-description li span {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border: 1px solid #BBB;
}

.p-list-instagram {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -3% -3%;
}
@media screen and (max-width: 767px) {
  .p-list-instagram {
    margin: 0 0 -4% -4%;
  }
}
.p-list-instagram li {
  width: 22%;
  padding-top: 22%;
  margin: 0 0 3% 3%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-list-instagram li {
    width: 46%;
    padding-top: 46%;
    margin: 0 0 4% 4%;
  }
}
.p-list-instagram li img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.p-list-instagram li img:hover {
  opacity: 0.8;
}

.p-course {
  background: #FFF;
  padding: 50px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-course {
    padding: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
}
.p-course svg {
  max-width: 700px;
  margin: 0 auto;
}

.p-course-lead {
  margin-bottom: 50px;
  padding: 15px;
  line-height: 1.6;
  text-align: center;
  background: #F3F1C9;
}
@media screen and (max-width: 767px) {
  .p-course-lead {
    margin-bottom: 20px;
    padding: 10px 25px;
    font-size: 85%;
  }
}

.p-list-slides {
  position: relative;
  display: none;
}
.p-list-slides.slick-initialized {
  display: block;
}

.p-slides-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .p-slides-dots {
    bottom: 15px;
  }
}
.p-slides-dots button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}
.p-slides-dots li {
  display: inline-block;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .p-slides-dots li {
    margin: 0 7px;
  }
}
.p-slides-dots li button {
  display: block;
  background: #FFF;
  text-indent: 9999px;
  overflow: hidden;
  width: 11px;
  height: 11px;
  outline: 0;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-slides-dots li button {
    width: 9px;
    height: 9px;
  }
}
.p-slides-dots li.slick-active button {
  background: #CBB25E;
  cursor: default;
}
.p-slides-dots li:first-child:last-child {
  display: none;
}

.p-list-banner-first {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -3% -3%;
}
@media screen and (max-width: 767px) {
  .p-list-banner-first {
    margin: 0 0 -4% -4%;
  }
}
.p-list-banner-first li {
  width: 22%;
  margin: 0 0 3% 3%;
}
@media screen and (max-width: 767px) {
  .p-list-banner-first li {
    width: 46%;
    margin: 0 0 4% 4%;
  }
}
.p-list-banner-first li:hover img {
  opacity: 0.9;
}

.p-list-banner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -4% -4%;
}
@media screen and (max-width: 767px) {
  .p-list-banner {
    display: block;
    margin: 0;
  }
}
.p-list-banner li {
  width: 29.33%;
  margin: 0 0 4% 4%;
}
@media screen and (max-width: 767px) {
  .p-list-banner li {
    width: auto;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .p-list-banner li:last-child {
    margin-bottom: 0;
  }
}
.p-list-banner li:hover img {
  opacity: 0.8;
}

.p-list-banner-large {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 -3% -3%;
}
@media screen and (max-width: 767px) {
  .p-list-banner-large {
    display: block;
    margin: 30px 0 0 0;
  }
}
.p-list-banner-large li {
  width: 47%;
  margin: 0 0 3% 3%;
}
@media screen and (max-width: 767px) {
  .p-list-banner-large li {
    width: auto;
    margin: 0 0 15px 0;
  }
  .p-list-banner-large li:last-child {
    margin-bottom: 0;
  }
}
.p-list-banner-large li:hover img {
  opacity: 0.8;
}

.p-list-banner-middle {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -4% -4%;
}
.p-list-banner-middle li {
  width: 29.33%;
  margin: 0 0 4% 4%;
}
@media screen and (max-width: 767px) {
  .p-list-banner-middle li {
    width: 46%;
  }
}
.p-list-banner-middle li:hover img {
  opacity: 0.8;
}

.p-list-banner-small {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 -3% -3%;
}
@media screen and (max-width: 767px) {
  .p-list-banner-small {
    margin-top: 30px;
  }
}
.p-list-banner-small li {
  width: 22%;
  margin: 0 0 3% 3%;
}
@media screen and (max-width: 767px) {
  .p-list-banner-small li {
    width: 30.33%;
  }
}
.p-list-banner-small li:hover img {
  opacity: 0.8;
}

.p-table-common {
  width: 100%;
  line-height: 1.6;
}
.p-table-common th {
  width: 25%;
  border: 1px solid #BBB;
  padding: 15px;
  background: #00780F;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-table-common th {
    padding: 12px;
  }
}
.p-table-common td {
  border: 1px solid #BBB;
  padding: 15px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-table-common td {
    padding: 12px;
  }
}

.p-table-common2 {
  width: 100%;
  line-height: 1.6;
}
.p-table-common2 th {
  width: 25%;
  border: 1px double #00780F;
  padding: 12px;
  background: #E4F3E5;
  color: #00780F;
  text-align: center;
}
.p-table-common2 td {
  border: 1px double #00780F;
  padding: 12px;
  background: #FFF;
}

.p-table-course {
  width: 100%;
  line-height: 1.6;
  text-align: center;
}
.p-table-course th {
  width: 33.33%;
  border: 1px solid #BBB;
  padding: 12px;
  background: #00780F;
  font-size: 108%;
  color: #FFF;
}
.p-table-course tr:last-child td {
  background: #F5F5F5;
}
.p-table-course td {
  border: 1px solid #BBB;
  padding: 8px;
  background: #FFF;
  font-size: 116%;
}
.p-table-course td:first-child {
  background: #F5F5F5;
}
.p-table-course td .btn-a {
  display: inline-block;
  padding: 2px 15px;
  background: #0084CA;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
  border-radius: 100px;
  border: 3px solid #FFF;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.p-table-course td .btn-a:hover {
  background: #00578A;
}
.p-table-course td .btn-b {
  display: inline-block;
  padding: 2px 15px;
  background: #EA0078;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
  border-radius: 100px;
  border: 3px solid #FFF;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.p-table-course td .btn-b:hover {
  background: #9D0048;
}

.p-table-course-detail {
  margin-top: 30px;
  width: 100%;
}
.p-table-course-detail th {
  width: 33.33%;
  border: 1px solid #BBB;
  padding: 10px;
  background: #00780F;
  font-size: 108%;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-table-course-detail th {
    padding: 5px;
    font-size: 100%;
  }
}
.p-table-course-detail td {
  border: 1px solid #BBB;
  padding: 12px;
  font-size: 139%;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-table-course-detail td {
    padding: 8px;
    font-size: 116%;
  }
}

.p-history {
  margin-top: 60px;
  padding: 45px;
  border: 8px double #B6AE9D;
  background: url(../img/bg_paper.jpg) repeat center center/cover;
  background-size: 800px auto;
}
@media screen and (max-width: 767px) {
  .p-history {
    margin-top: 30px;
    padding: 25px;
  }
}

.p-history-gallery {
  float: right;
  width: 520px;
  margin: 0 0 30px 50px;
}
@media screen and (max-width: 1024px) {
  .p-history-gallery {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-history-gallery {
    float: none;
    width: auto;
    margin: 0 0 30px 0;
  }
}

.p-table-fee {
  width: 100%;
  line-height: 1.6;
}
.p-table-fee caption {
  border: 1px solid #BBB;
  border-bottom: none;
  padding: 15px;
  background: #00780F;
  font-size: 124%;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-table-fee caption {
    padding: 10px;
    font-size: 100%;
  }
}
.p-table-fee th {
  border: 1px solid #BBB;
  padding: 20px;
  background: #F5F5F5;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-table-fee th {
    padding: 10px;
  }
}
.p-table-fee td {
  border: 1px solid #BBB;
  padding: 20px;
  background: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-table-fee td {
    padding: 10px;
  }
}
.p-table-fee td strong {
  font-size: 124%;
  color: #F26A00;
}
@media screen and (max-width: 767px) {
  .p-table-fee td strong {
    font-size: 108%;
  }
}
.p-table-fee td strong small {
  font-size: 72%;
}

.p-facility {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-facility {
    margin-top: 10px;
  }
}
.p-facility dt {
  margin-bottom: 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 139%;
  line-height: 1.6;
  font-weight: bold;
  color: #00780F;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-facility dt {
    margin-bottom: 2px;
    font-size: 100%;
  }
}
.p-facility dd {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-facility dd {
    font-size: 85%;
  }
}

.p-gallery {
  position: relative;
  padding: 25px;
  background: #F0EFEB;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding: 15px;
  }
}
.p-gallery__main {
  overflow: hidden;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-gallery__main {
    margin-bottom: 15px;
  }
}
.p-gallery__main li {
  float: left;
}
.p-gallery__main li img {
  object-fit: contain;
  width: 100%;
  max-height: 318px;
}
@media screen and (max-width: 767px) {
  .p-gallery__main li img {
    max-height: 210px;
  }
}
.p-gallery__main li .gallery-caption {
  display: block;
  margin-top: 8px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-gallery__main li .gallery-caption {
    font-size: 93%;
  }
}
.p-gallery__thumb {
  overflow: hidden;
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .p-gallery__thumb {
    margin: 0 -6px;
  }
}
.p-gallery__thumb li {
  float: left;
  cursor: pointer;
  outline: none;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .p-gallery__thumb li {
    margin: 0 6px;
  }
}
.p-gallery__thumb li img {
  object-fit: contain;
  width: 100%;
  max-height: 96px;
}
@media screen and (max-width: 767px) {
  .p-gallery__thumb li img {
    max-height: 66px;
  }
}
.p-gallery__thumb li .gallery-caption {
  display: block;
  margin-top: 5px;
  font-size: 85%;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-gallery__thumb li .gallery-caption {
    font-size: 77%;
  }
}
.p-gallery__thumb .slick-current img {
  cursor: default;
  filter: brightness(50%);
}

.p-list-disc {
  padding-left: 1.2em;
}
.p-list-disc li {
  list-style: disc;
}
.p-list-disc li::marker {
  color: #00780F;
}

.p-gmap1 {
  width: 100%;
  height: 327px;
}
@media screen and (max-width: 767px) {
  .p-gmap1 {
    height: 300px;
  }
}

.p-gmap2 {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .p-gmap2 {
    height: 300px;
  }
}

.p-date {
  margin-bottom: 5px;
}

.p-date-event {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: #FFDF00;
  border-radius: 50px;
}

.p-list-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  padding: 35px;
}
@media screen and (max-width: 1024px) {
  .p-list-contact {
    padding: 30px;
    flex-wrap: wrap;
  }
}
.p-list-contact li {
  padding: 0 30px;
  border-right: 1px solid #CCC;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-list-contact li {
    padding: 0 10px;
    border-right: none;
  }
  .p-list-contact li:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-list-contact li:first-child:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-list-contact li {
    margin-bottom: 15px;
  }
}
.p-list-contact li:last-child {
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .p-list-contact li:last-child {
    margin-bottom: 0;
  }
}
.p-list-contact li img {
  width: 250px;
  min-width: 250px;
}

.p-youtube {
  position: relative;
  padding-bottom: 66.5%;
  height: 0;
  overflow: hidden;
}
.p-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-list-rule {
  border-top: 1px solid #DEDFD4;
}
.p-list-rule li {
  border-bottom: 1px solid #DEDFD4;
  padding: 20px;
  background: #F9F9F5;
}
.p-list-rule li:nth-child(odd) {
  background: #F2F1EB;
}

.p-list-manner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -4% -4%;
}
.p-list-manner li {
  margin: 0 0 4% 4%;
  width: 29.33%;
}
@media screen and (max-width: 767px) {
  .p-list-manner li {
    width: 46%;
  }
}

.p-manner {
  height: 100%;
  background: #E2F0DB;
  padding: 30px;
  text-align: center;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .p-manner {
    padding: 15px;
    border-radius: 10px;
  }
}
.p-manner dt {
  margin-bottom: 15px;
}
.p-manner dt img {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .p-manner dt img {
    width: 85%;
  }
}
.p-manner dd {
  font-size: 124%;
  line-height: 1.6;
  font-weight: bold;
  color: #00780F;
}
@media screen and (max-width: 767px) {
  .p-manner dd {
    font-size: 108%;
  }
}

.p-access {
  margin-top: 30px;
  padding: 28px;
  background: #F2F1EB;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding: 20px;
  }
}
.p-access dt {
  position: relative;
  margin-bottom: 8px;
  font-size: 139%;
  line-height: 1.7;
  font-weight: bold;
  color: #907B3E;
}
@media screen and (max-width: 1024px) {
  .p-access dt {
    font-size: 108%;
  }
}
.p-access dd {
  font-size: 100%;
}

.p-table-form {
  width: 100%;
  border-top: 1px solid #DDD;
}
.p-table-form th {
  padding: 30px;
  border-bottom: 1px solid #DDD;
  width: 300px;
  font-size: 108%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-table-form th {
    display: block;
    padding: 20px 0 10px 0;
    border-bottom: none;
    width: auto;
  }
}
.p-table-form td {
  padding: 30px 30px 30px 0;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .p-table-form td {
    display: block;
    padding: 0 0 20px 0;
  }
}

.p-list-error {
  margin-bottom: 40px;
  padding: 25px;
  background: #FFF5F5;
  border: 1px solid #FFE6E6;
}
@media screen and (max-width: 767px) {
  .p-list-error {
    margin-bottom: 30px;
    padding: 15px;
  }
}
.p-list-error li {
  font-size: 100%;
  line-height: 1.7;
  color: #E60000;
}
@media screen and (max-width: 767px) {
  .p-list-error li {
    font-size: 93%;
  }
}

.p-error {
  margin-top: 10px;
  font-size: 93%;
  line-height: 1.5;
  color: #E60000;
}

.p-list-rental {
  margin-top: 20px;
  padding: 0 23px;
}
.p-list-rental li {
  margin-bottom: 10px;
}
.p-list-rental li:last-child {
  margin-bottom: 0;
}

.p-list-know {
  display: flex;
  flex-wrap: wrap;
}
.p-list-know li {
  width: 50%;
}

.p-finish {
  padding: 30px;
  border: 2px solid #00780F;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-finish {
    padding: 30px 20px;
  }
}
.p-finish dt {
  margin-bottom: 20px;
  font-size: 170%;
  line-height: 1.6;
  font-weight: bold;
  color: #00780F;
}
@media screen and (max-width: 767px) {
  .p-finish dt {
    font-size: 124%;
  }
}
.p-finish dd {
  line-height: 1.7;
}
.p-finish dd:last-child {
  margin-top: 20px;
}

.p-list-indent li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.p-note {
  font-size: 93%;
  line-height: 1.6;
  color: #907B3E;
  padding-left: 1em;
  text-indent: -1em;
}

.p-lead-benefits {
  margin-bottom: 50px;
  padding: 20px;
  font-size: 170%;
  line-height: 1.5;
  color: #E60000;
  text-align: center;
  background: #FAF6CF;
  border: 2px solid #F6E7A3;
}
.p-lead-benefits small {
  font-size: 75%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-lead-benefits {
    margin-bottom: 30px;
    padding: 15px;
    font-size: 116%;
  }
  .p-lead-benefits small {
    display: block;
    line-height: 2;
  }
}

.p-list-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 -4% -4%;
  counter-reset: listnum;
}
@media screen and (max-width: 767px) {
  .p-list-benefits {
    display: block;
    margin: 0;
    padding: 0 15px;
  }
}
.p-list-benefits li {
  position: relative;
  margin: 0 0 4% 4%;
  padding: 25px;
  width: 29.33%;
  background: #FFF;
  font-size: 131%;
  line-height: 1.6;
  font-weight: 500;
  color: #907B3E;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-list-benefits li {
    margin: 0 0 25px 0;
    padding: 20px;
    width: auto;
    font-size: 116%;
  }
  .p-list-benefits li:last-child {
    margin-bottom: 0;
  }
  .p-list-benefits li br {
    display: none;
  }
}
.p-list-benefits li::before {
  counter-increment: listnum;
  content: counter(listnum);
  position: absolute;
  top: -18px;
  left: -18px;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  line-height: 43px;
  font-family: "Noto Serif JP", serif;
  font-size: 139%;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border: 3px solid #FFF;
  background: #A58D2D;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-list-benefits li::before {
    top: -14px;
    left: -14px;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    line-height: 33px;
    border-width: 2.5px;
    font-size: 131%;
  }
}

.p-title-pagename__jpn {
  font-family: "Noto Serif JP", serif;
  font-size: 220%;
  line-height: 1;
  font-weight: 500;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-title-pagename__jpn {
    font-size: 130%;
  }
}
.p-title-pagename__eng {
  margin-top: 18px;
  font-family: "Sawarabi Mincho", serif;
  font-size: 116%;
  line-height: 1;
  color: #CBB25E;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-title-pagename__eng {
    margin-top: 8px;
    font-size: 93%;
  }
}

.p-title-about {
  margin-bottom: 60px;
  padding: 12px;
  font-size: 200%;
  line-height: 1.4;
  color: #333;
  text-align: center;
  background: #FFDF00;
  transform: skew(-5deg, -1deg);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-title-about {
    margin-bottom: 30px;
    font-size: 154%;
  }
}

.p-title-info {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-title-info {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
}
.p-title-info__jpn {
  margin-bottom: 8px;
  font-size: 185%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-title-info__jpn {
    margin: 0;
    font-size: 170%;
  }
}
.p-title-info__eng {
  font-family: "Sawarabi Mincho", serif;
  font-size: 124%;
  line-height: 1.5;
  font-weight: bold;
  color: #907B3E;
}
@media screen and (max-width: 767px) {
  .p-title-info__eng {
    margin: 13px 0 0 15px;
    font-size: 108%;
  }
}

.p-title-center {
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-center {
    margin-bottom: 30px;
  }
}
.p-title-center__eng {
  font-family: "Sawarabi Mincho", serif;
  font-size: 280%;
  line-height: 1;
  color: #907B3E;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-title-center__eng {
    font-size: 200%;
  }
}
.p-title-center__jpn {
  margin-top: 6px;
  font-size: 116%;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-title-center__jpn {
    font-size: 100%;
  }
}

.p-title-sponsor {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 170%;
  line-height: 1.6;
  color: #907B3E;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-sponsor {
    margin-bottom: 12px;
    font-size: 124%;
  }
}

.p-title-instagram {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-instagram {
    margin-bottom: 25px;
  }
}
.p-title-instagram img {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .p-title-instagram img {
    width: 250px;
  }
}
.p-title-instagram img:hover {
  opacity: 0.8;
}

.p-title-underbar {
  margin-bottom: 35px;
  padding-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 177%;
  line-height: 1.5;
  color: #00780F;
  border-bottom: 3px solid #00780F;
}
@media screen and (max-width: 767px) {
  .p-title-underbar {
    margin-bottom: 30px;
    padding-bottom: 8px;
    font-size: 154%;
  }
}

.p-title-underline {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 216%;
  line-height: 1.5;
  font-weight: 600;
  color: #00780F;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-underline {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 154%;
  }
}
.p-title-underline::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80px;
  height: 3px;
  background: #CBB25E;
}
@media screen and (max-width: 767px) {
  .p-title-underline::before {
    width: 60px;
  }
}

.p-title-underline-white {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 216%;
  line-height: 1.5;
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-underline-white {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 154%;
  }
}
.p-title-underline-white::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80px;
  height: 3px;
  background: #CBB25E;
}
@media screen and (max-width: 767px) {
  .p-title-underline-white::before {
    width: 60px;
  }
}

.p-title-simple {
  margin: 30px 0 10px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 124%;
  line-height: 1.6;
  color: #00780F;
}
@media screen and (max-width: 767px) {
  .p-title-simple {
    font-size: 116%;
  }
}

.p-title-history {
  margin-bottom: 15px;
  font-size: 185%;
  line-height: 1.5;
  font-weight: bold;
  color: #66562F;
  font-family: "Sawarabi Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-title-history {
    margin-bottom: 10px;
    font-size: 154%;
    text-align: center;
  }
}

.p-title-entry {
  margin-bottom: 35px;
  padding-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  font-size: 200%;
  line-height: 1.5;
  color: #00780F;
  border-bottom: 3px solid #00780F;
}
@media screen and (max-width: 767px) {
  .p-title-entry {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 154%;
  }
}

.p-title-course-a {
  position: relative;
  margin-bottom: 60px;
  padding: 15px;
  background: #0084CA;
  font-family: "Noto Serif JP", serif;
  font-size: 247%;
  line-height: 1;
  color: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-title-course-a {
    margin-bottom: 30px;
    padding: 12px;
    font-size: 170%;
  }
}
.p-title-course-a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0084CA;
}
@media screen and (max-width: 767px) {
  .p-title-course-a::before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #0084CA;
  }
}
.p-title-course-a span {
  margin-left: 25px;
  padding-left: 25px;
  padding-top: 10px;
  font-size: 55%;
  border-left: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .p-title-course-a span {
    margin-left: 15px;
    padding-left: 15px;
    padding-top: 10px;
  }
}

.p-title-course-b {
  position: relative;
  margin-bottom: 60px;
  padding: 15px;
  background: #EA0078;
  font-family: "Noto Serif JP", serif;
  font-size: 247%;
  line-height: 1;
  color: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-title-course-b {
    margin-bottom: 30px;
    padding: 12px;
    font-size: 170%;
  }
}
.p-title-course-b::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #EA0078;
}
@media screen and (max-width: 767px) {
  .p-title-course-b::before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #EA0078;
  }
}
.p-title-course-b span {
  margin-left: 25px;
  padding-left: 25px;
  padding-top: 10px;
  font-size: 55%;
  border-left: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .p-title-course-b span {
    margin-left: 15px;
    padding-left: 15px;
    padding-top: 10px;
  }
}

.p-title-course-detail {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 170%;
  line-height: 1.6;
  font-weight: bold;
  color: #00780F;
}
@media screen and (max-width: 767px) {
  .p-title-course-detail {
    margin-bottom: 5px;
    font-size: 124%;
  }
}

.p-title-calendar-top {
  position: relative;
  margin-bottom: 20px;
}
.p-title-calendar-top__month {
  font-size: 139%;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
.p-title-calendar-top__month em {
  font-size: 150%;
  font-style: normal;
}
.p-title-calendar-top__prev {
  position: absolute;
  top: 0;
  left: 0;
}
.p-title-calendar-top__prev a {
  display: block;
  position: relative;
  font-size: 0;
  width: 40px;
  height: 40px;
}
.p-title-calendar-top__prev a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #00780F;
  border-left: 3px solid #00780F;
  transform: rotate(-45deg);
  transition: .2s;
}
@media screen and (max-width: 767px) {
  .p-title-calendar-top__prev a::before {
    width: 8px;
    height: 8px;
  }
}
.p-title-calendar-top__prev a:hover::before {
  border-color: #D96D2B;
}
.p-title-calendar-top__next {
  position: absolute;
  top: 0;
  right: 0;
}
.p-title-calendar-top__next a {
  display: block;
  position: relative;
  font-size: 0;
  width: 40px;
  height: 40px;
}
.p-title-calendar-top__next a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #00780F;
  border-right: 3px solid #00780F;
  transform: rotate(45deg);
  transition: .2s;
}
@media screen and (max-width: 767px) {
  .p-title-calendar-top__next a::before {
    width: 8px;
    height: 8px;
  }
}
.p-title-calendar-top__next a:hover::before {
  border-color: #D96D2B;
}

.p-title-calendar {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-title-calendar {
    margin-bottom: 20px;
  }
}
.p-title-calendar__month {
  font-size: 170%;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-calendar__month {
    font-size: 139%;
  }
}
.p-title-calendar__month em {
  font-size: 150%;
  font-style: normal;
}
.p-title-calendar__prev {
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-title-calendar__prev a {
  display: block;
  position: relative;
  padding-left: 23px;
  font-size: 124%;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-title-calendar__prev a {
    padding-left: 20px;
    font-size: 108%;
  }
}
.p-title-calendar__prev a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 1px;
  bottom: 0;
  left: 3px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #00780F;
  border-left: 3px solid #00780F;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-title-calendar__prev a::before {
    top: 2px;
    width: 8px;
    height: 8px;
  }
}
.p-title-calendar__next {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-title-calendar__next a {
  display: block;
  position: relative;
  padding-right: 23px;
  font-size: 124%;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-title-calendar__next a {
    padding-right: 20px;
    font-size: 108%;
  }
}
.p-title-calendar__next a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 1px;
  bottom: 0;
  right: 3px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #00780F;
  border-right: 3px solid #00780F;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-title-calendar__next a::before {
    top: 2px;
    width: 8px;
    height: 8px;
  }
}

.p-title-spot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  font-family: "Noto Serif JP", serif;
  font-size: 216%;
  line-height: 1.5;
  color: #00780F;
  background: #F0F5E7;
  box-shadow: 4px 4px 0 #DFE9D5;
}
@media screen and (max-width: 767px) {
  .p-title-spot {
    padding: 10px;
    font-size: 154%;
    box-shadow: 3px 3px 0 #DFE9D5;
  }
}
.p-title-spot img {
  width: 40px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-title-spot img {
    width: 32px;
    margin-right: 12px;
  }
}

.entry p {
  margin: 0 0 1.2em 0;
  line-height: 2;
}

.entry h2 {
  margin: 2.5em 0 1.2em 0;
  padding: 13px 18px;
  font-size: 139%;
  line-height: 1.5;
  color: #FFF;
  background: #00780F;
}

.entry h3 {
  margin: 2em 0 1em 0;
  padding-bottom: 12px;
  font-size: 139%;
  line-height: 1.5;
  color: #00780F;
  border-bottom: 3px solid #00780F;
}

.entry h4 {
  margin: 2em 0 1em 0;
  padding: 0 0 0 18px;
  font-size: 131%;
  line-height: 1.5;
  color: #00780F;
  position: relative;
}
.entry h4::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 35px;
  background: #00780F;
}

.entry h5 {
  margin: 2em 0 0.7em 0;
  font-size: 124%;
  line-height: 1.5;
}

.entry h6 {
  margin: 2em 0 0.7em 0;
  font-size: 116%;
  line-height: 1.5;
}

.entry table {
  width: 100%;
  margin: 2em 0;
  line-height: 1.6;
}
.entry table th {
  width: 25%;
  border: 1px solid #BBB;
  padding: 15px;
  background: #00780F;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry table th {
    padding: 12px;
  }
}
.entry table td {
  border: 1px solid #BBB;
  padding: 15px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .entry table td {
    padding: 12px;
  }
}

.entry ul {
  list-style: disc;
  margin: 1em 0;
  padding-left: 2em;
}
.entry ul li::marker {
  color: #00780F;
}

.entry ol {
  list-style: decimal;
  margin: 1em 0;
  padding-left: 2em;
}

.p-post-image {
  display: flex;
  gap: 4%;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .p-post-image {
    display: block;
    margin-bottom: 30px;
  }
}
.p-post-image li {
  text-align: center;
}
.p-post-image li img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-post-image li {
    margin-bottom: 30px;
  }
}

.p-caption {
  display: block;
  font-size: 93%;
  line-height: 1.6;
  margin-top: 8px;
  text-align: center;
}

.p-post-files {
  list-style: none !important;
  margin: 40px 0 0 0 !important;
  padding: 0 !important;
  border-top: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .p-post-files {
    margin: 30px 0 0 0 !important;
  }
}
.p-post-files li {
  border-bottom: 1px solid #DDD;
  padding: 15px;
}

.u-color-white {
  color: #FFF;
}

.u-color-red {
  color: #F00;
}

.u-color-darkbrown {
  color: #66562F;
}

.u-color-brown {
  color: #907B3E;
}

.u-bgcolor-beige {
  background-color: #E6E5DB;
}

.u-bgcolor-lightbeige {
  background-color: #F2F1EB;
}

.u-bgcolor-lightyellow {
  background-color: #F3F1C9;
}

.u-bgcolor-lightgreen {
  background-color: #F0F5E7;
}

.u-calendar-close {
  background-color: #EEE;
}

.u-calendar-color1 {
  background-color: #DBFBDC;
}

.u-calendar-color2 {
  background-color: #FFFACC;
}

.u-bgimg-noisygreen {
  position: relative;
  background: url(../img/bg_noisygreen.png) repeat center center;
  background-size: 200px 200px;
}

.u-bgimg-contact {
  position: relative;
  background: url(../img/bg_contact.jpg) no-repeat center center/cover;
}
.u-bgimg-contact::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.u-bgimg-paper {
  background: url(../img/bg_paper.jpg) repeat center center/cover;
  background-size: 800px auto;
}

.u-arrow {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  white-space: nowrap;
}
.u-arrow::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 3px;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2.5px solid #00780F;
  border-right: 2.5px solid #00780F;
  transform: rotate(45deg);
}

.u-pager-border {
  padding-top: 60px;
  border-top: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .u-pager-border {
    padding-top: 30px;
  }
}

.u-spacer {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .u-spacer {
    margin-top: 30px;
  }
}

.u-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.u-txt-lc {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .u-txt-lc {
    text-align: center;
  }
}

.u-txt-cl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .u-txt-cl {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

.u-mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile-only {
    display: block;
  }
}

.u-float-l {
  float: left !important;
}

.u-float-r {
  float: right !important;
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-txt-r {
  text-align: right !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs13 {
  font-size: 13px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs15 {
  font-size: 15px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs17 {
  font-size: 17px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs19 {
  font-size: 19px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs21 {
  font-size: 21px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs23 {
  font-size: 23px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs25 {
  font-size: 25px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs27 {
  font-size: 27px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-fs29 {
  font-size: 29px !important;
}

.u-fs30 {
  font-size: 30px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-addr1 {
  width: 5em !important;
}

.u-addr2 {
  width: 6em !important;
}

.u-w3em {
  width: 3em !important;
}

.u-w4em {
  width: 4em !important;
}

.u-w5em {
  width: 5em !important;
}

.u-w6em {
  width: 6em !important;
}

.layer_board_area {
  position: relative;
}

.layer_board {
  display: none;
  position: fixed;
  bottom: 120px;
  left: 50%;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .layer_board {
    bottom: 90px;
    left: 15px;
    right: 15px;
  }
}

.layer_board_inner {
  position: relative;
  width: 550px;
  margin-left: -275px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .layer_board_inner {
    width: auto;
    margin-left: 0;
  }
}

.layer_board .btn_close {
  position: absolute;
  top: -14px;
  right: -14px;
  cursor: pointer;
}
.layer_board .btn_close img {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .layer_board .btn_close img {
    width: 28px;
    height: 28px;
  }
}

.twitter-tweet {
  margin: 0 !important;
}
