@charset "UTF-8";
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;
  font-weight: normal;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

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;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5% !important; /*16px×62.5%=10px*/
  height: 100%;
}

.wp-caption {
  max-width: 100%;
}

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

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

.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.lh2 {
  line-height: 2;
}

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

.br-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-tb {
    display: block;
  }
}

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

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

.cont-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .cont-tb {
    display: block;
  }
}

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

.share_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
.share_btn li {
  padding: 2px;
  box-sizing: border-box;
}
.share_btn .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  line-height: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.7;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 12px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  content: "\f137";
}
[dir=rtl] .slick-prev:before {
  content: "\f138";
}

.slick-next {
  right: 12px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  content: "\f138";
}
[dir=rtl] .slick-next:before {
  content: "\f137";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.7;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0 auto;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background-color: rgb(0, 143, 136);
  opacity: 0.7;
  filter: alpha(opacity=90);
  transition: 0.5s;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
  z-index: 10;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 0px;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(images/controls.png) no-repeat 0 0;
}

#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  top: -60px;
  right: 0px;
  z-index: 10000;
  transition: 0.4s;
  position: absolute;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #cboxClose {
    width: 50px;
    height: 50px;
    top: 100%;
    right: calc(50% - 25px);
  }
}
#cboxClose::after, #cboxClose::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 60px;
  transform: rotate(45deg);
  background-color: #fff;
  top: 30px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  #cboxClose::after, #cboxClose::before {
    width: 50px;
    top: 25px;
  }
}
#cboxClose::before {
  transform: rotate(-45deg);
}

#cboxClose:hover {
  opacity: 0.5;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  z-index: 10;
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 40px;
  height: 40px;
  color: transparent;
}

#cboxPrevious::before {
  color: #81D8CF;
  content: "〈";
  font-size: 40px;
  width: 100%;
  height: 100%;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

#cboxNext {
  color: transparent;
  z-index: 10;
  left: inherit;
  right: 0%;
  top: 50%;
  transform: translate(50%, -50%);
  position: absolute;
  width: 40px;
  height: 40px;
}

#cboxNext::before {
  color: #81D8CF;
  content: "〉";
  font-size: 40px;
  width: 100%;
  height: 100%;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

body {
  margin: 0 auto;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  background-color: #F8FFFE;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.active {
  opacity: 1;
}

.loading {
  background-color: #F8FFFE;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .hollow-dots-spinner, .loading .hollow-dots-spinner * {
  box-sizing: border-box;
  opacity: 0.6;
}
.loading .hollow-dots-spinner {
  height: 15px;
  width: 90px;
}
.loading .hollow-dots-spinner .dot {
  width: 15px;
  height: 15px;
  margin: 0 7.5px;
  float: left;
  transform: scale(0);
  color: #463300;
  animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms;
}
.loading .hollow-dots-spinner .dot:nth-child(1) {
  animation-delay: 300ms;
}
.loading .hollow-dots-spinner .dot:nth-child(2) {
  animation-delay: 600ms;
}
.loading .hollow-dots-spinner .dot:nth-child(3) {
  animation-delay: 900ms;
}
@keyframes hollow-dots-spinner-animation {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

strong {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

ul.gnav_sns {
  position: fixed;
  top: 70px;
  right: 20px;
  display: flex;
  z-index: 100;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  ul.gnav_sns {
    width: 100%;
    top: unset;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #81D8CF;
    padding-left: 10px;
    gap: 0;
  }
}
ul.gnav_sns li a {
  background-color: #81D8CF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #463300;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  ul.gnav_sns li a {
    width: 40px;
    height: 60px;
  }
}

#gnav {
  z-index: 101;
  background-color: #81D8CF;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  height: 60px;
  margin: 0 0 0 auto;
  padding: 0 40px;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #gnav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    padding: 5% 20px;
    flex-direction: column;
    overflow: auto;
  }
  #gnav.active {
    left: 0;
  }
}
#gnav .gnav_logo {
  margin: 0 auto 10px;
  max-width: 100px;
  width: 30%;
}
#gnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #gnav ul {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 65%;
  }
}
#gnav ul li {
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1em;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 1056px) {
  #gnav ul li {
    margin: 0 5px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  #gnav ul li {
    font-size: 1.1em;
    height: inherit;
    margin: 0 0 0.8em;
  }
}
#gnav ul li a {
  color: #463300;
  position: relative;
  text-align: center;
}
#gnav ul li a:hover::after {
  content: "・";
  position: absolute;
  bottom: -5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2px;
}
#gnav ul li a.current::after {
  content: "・";
  position: absolute;
  bottom: -5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2px;
}
#gnav ul li.constraction a {
  color: #aaa;
  pointer-events: none;
  cursor: not-allowed;
}

.constraction a {
  color: #aaa;
  pointer-events: none;
  cursor: not-allowed;
}

.gnav_btn {
  display: none;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .gnav_btn {
    z-index: 1001;
    display: flex;
    position: fixed;
    right: 10px;
    top: calc(100% - 104px);
    width: 82px;
    height: 94px;
  }
  .gnav_btn::before {
    content: "";
    background-image: url(img/btn_menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gnav_btn.active::before {
    background-repeat: no-repeat;
    background-image: url(img/btn_close.svg);
  }
}

.up_nav {
  z-index: 100;
  margin: 40px auto 0;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .up_nav {
    margin: 40px auto 0px;
  }
}
.up_nav .top_btn_text {
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: bold;
}
.up_nav:hover {
  cursor: pointer;
  opacity: 0.5;
}

.sns_nav {
  z-index: 100;
  position: fixed;
  position: fixed;
  top: calc(100% - 85px);
  right: 110px;
}
@media screen and (max-width: 768px) {
  .sns_nav {
    top: 10px;
    right: 10px;
  }
}
.sns_nav ul {
  display: flex;
}
.sns_nav ul li {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 10px;
  background-color: #81D8CF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.sns_nav ul li a {
  color: #fff;
}
.sns_nav ul li a:hover {
  opacity: 0.5;
}

#top {
  overflow: hidden;
  position: relative;
  line-height: 0;
}
#top .top_base {
  display: block;
  transition: 0.8s;
  transform: scale(1.01);
  filter: grayscale(100%);
  opacity: 0.2;
  position: relative;
}
#top .top_base.active {
  transform: scale(1);
  filter: grayscale(0%);
  opacity: 1;
}
#top .top_line {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  position: absolute;
  left: 0;
  transition: 4s;
  transform: scale(1.1);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .top_line {
    width: 300%;
  }
}
#top .top_line.top_line1 {
  top: 0;
}
#top .top_line.top_line2 {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #top .top_line.top_line2 {
    bottom: 1px;
  }
}
#top .top_line.active {
  clip-path: inset(0);
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #top .top_line.active.top_line1 {
    clip-path: inset(0 66.66% 0 0);
  }
  #top .top_line.active.top_line2 {
    clip-path: inset(0 66.66% 0 0);
  }
}
#top .top_light {
  position: absolute;
  opacity: 0;
  width: 45%;
  left: -12%;
  top: -6%;
  transition: 2s;
  transform: translateY(-2%);
}
@media screen and (max-width: 768px) {
  #top .top_light {
    width: 90%;
    left: -32%;
    top: -10%;
  }
}
#top .top_light.active {
  opacity: 1;
  transform: scale(1) translateY(0);
}
#top .top_rab {
  opacity: 0;
  transition: 2s;
  position: absolute;
  width: 42%;
  top: 58%;
  left: -1%;
  transform: translateX(-2%);
}
@media screen and (max-width: 768px) {
  #top .top_rab {
    width: 85%;
    top: 75%;
    left: -3%;
  }
}
#top .top_rab.active {
  opacity: 1;
  transform: scale(1) translateX(0);
}
#top .top_dora {
  transform: translateY(-2%);
  opacity: 0;
  transition: 2s;
  position: absolute;
  width: 16%;
  top: 12%;
  left: 71%;
}
@media screen and (max-width: 768px) {
  #top .top_dora {
    width: 29%;
    left: 7%;
    top: 36%;
  }
}
#top .top_dora.active {
  opacity: 1;
  transform: scale(1) translateY(0);
}
#top .top_copy {
  width: 1.6%;
  clip-path: inset(0 0 0 100%);
  position: absolute;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #top .top_copy {
    width: 5%;
  }
}
#top .top_copy.top_copy1 {
  top: 13.7%;
  left: 61.1%;
}
@media screen and (max-width: 768px) {
  #top .top_copy.top_copy1 {
    top: 15.7%;
    left: 88%;
  }
}
#top .top_copy.top_copy2 {
  top: 19.1%;
  left: 35%;
}
@media screen and (max-width: 768px) {
  #top .top_copy.top_copy2 {
    top: 17.7%;
    left: 80%;
  }
}
#top .top_copy.active {
  clip-path: inset(0);
}
#top .top_logo {
  position: absolute;
  width: 31.6%;
  left: 33.3%;
  top: 23.8%;
  transition: 1s;
  opacity: 0;
  transform: scale(1.01) translateY(-1%);
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 768px) {
  #top .top_logo {
    width: 92%;
    left: 7%;
  }
}
#top .top_logo.active {
  opacity: 1;
  transform: scale(1) translateY(0);
}

span.skeep {
  display: inline-block;
}

span.tb_keep {
  display: inline-block;
}
@media screen and (max-width: 400px) {
  span.tb_keep {
    display: inline;
  }
}

span.sp_keep {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  span.sp_keep {
    display: inline;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  span.sp_keep {
    display: inline-block;
  }
}

.slider {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.slider .slide {
  padding: 10px 8px;
  transition: 0.5s;
  overflow: visible;
}
.slider .slide img {
  overflow: hidden;
  transition: 0.5s;
}
.slider .slide img:hover {
  filter: brightness(160%);
}

section h2 {
  max-width: 400px;
  width: 70%;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 1.5em;
  color: #463300;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section h2 {
    margin: 0 auto 40px;
  }
}
section h2.page {
  margin: 0 auto 20px;
}
section .under_title {
  text-align: center;
  color: #463300;
  opacity: 0.5;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  section .under_title {
    margin: 0 auto 40px;
  }
}
section .w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
section .w500 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
section .section_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  section .section_inner {
    max-width: 520px;
    padding: 60px 20px;
  }
}
section .section_inner.w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
section .section_inner.w500 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
section .section_inner .section_content p, section .section_inner .section_content iframe {
  width: 100%;
}
section .section_inner .section_content * {
  width: auto;
  max-width: 100%;
}
section .section_inner .section_content .square_brand {
  max-width: 450px;
  width: 70%;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  section .section_inner .section_content .square_brand {
    width: 100%;
  }
}
section .section_inner .section_content .google_map {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  margin-bottom: 3em;
}
section .section_inner .section_content .google_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
section .section_inner .section_content .tana_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  section .section_inner .section_content .tana_box {
    justify-content: center;
  }
}
section .section_inner .section_content .tana_box div {
  width: 19%;
}
@media screen and (max-width: 768px) {
  section .section_inner .section_content .tana_box div {
    width: 31%;
    margin: 0 1% 2%;
  }
}
section .section_inner .section_content .slip {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  section .section_inner .section_content .slip {
    width: 100%;
  }
}
section .section_inner .section_content .img_shop {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 2em;
  display: block;
}
@media screen and (max-width: 768px) {
  section .section_inner .section_content .img_shop {
    width: 100%;
  }
}
section .section_inner img.img_block {
  margin-bottom: 5em;
}
section .section_inner p {
  line-height: 2;
}
section .section_inner p.head {
  color: #339C92;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 60px;
  margin-bottom: 1em;
}
section .section_inner p.head:first-of-type {
  margin-top: 0;
}
section .section_inner p.subhead {
  margin-bottom: 0.8em;
}
section .section_inner p.fs12 {
  font-size: 1.2em;
}
section .section_inner p.p_block {
  margin-bottom: 3em;
}
section .section_inner a {
  font-weight: bold;
  color: #463300;
  text-decoration: underline;
}
section .section_inner a p {
  font-weight: bold;
}
section .section_inner a:hover {
  color: #339C92;
}
section:last-of-type .section_inner {
  padding: 80px 20px 120px;
}
@media screen and (max-width: 768px) {
  section:last-of-type .section_inner {
    padding: 60px 20px 80px;
  }
}

.btn_more {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 1em;
}
.btn_more a {
  font-weight: bold;
  color: #463300;
}
.btn_more a:hover {
  color: #339C92;
}

.line1 {
  display: flex;
  align-items: center;
  opacity: 0.5;
  margin: 0 auto;
  max-width: 1200px;
}
.line1 .line_left {
  width: calc(35% - 70px);
  background-image: url(img/line.png);
  background-repeat: repeat-x;
  background-position: top right;
  background-size: auto 100%;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .line1 .line_left {
    width: calc(50% - 35px);
    height: 10px;
  }
}
.line1 .line_cat {
  width: 70px;
}
.line1 .line_right {
  width: 65%;
  background-image: url(img/line.png);
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 100%;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .line1 .line_right {
    width: calc(50% - 35px);
    height: 10px;
  }
}

#top {
  position: relative;
  width: 100%;
}

#news_top .news_block {
  line-height: 1.4;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news_top .news_block {
    padding: 0 10px;
  }
}
#news_top .news_block .news_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
#news_top .news_block .news_item .news_date {
  display: block;
  width: 170px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #news_top .news_block .news_item .news_date {
    width: 100%;
  }
}
#news_top .news_block .news_item .news_title {
  white-space: normal;
  width: calc(100% - 200px);
  font-weight: bold;
  text-decoration: underline;
}
#news_top .news_block .news_item .news_title:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #news_top .news_block .news_item .news_title {
    width: 100%;
  }
}

.btn_more a {
  text-decoration: underline;
}
.btn_more a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn_more {
    padding: 0 10px;
  }
}

.sns_section {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .sns_section {
    padding: 0 10px;
  }
}
.sns_section .sns_head {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #81D8CF;
}
.sns_section .sns_head .sns_name {
  letter-spacing: 0.1em;
  font-weight: bold;
}
.sns_section .sns_head .sns_linktext {
  white-space: nowrap;
}
.sns_section .sns_head .sns_linktext a {
  color: #000;
  font-size: 0.8em;
}
.sns_section .sns_head .sns_linktext a i {
  font-size: 1.2em;
  padding-right: 0.5em;
}
.sns_section .sns_upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sns_section .sns_upper {
    margin-bottom: 0px;
  }
}
.sns_section .sns_upper .sns_twitter {
  border: solid 1px #81D8CF;
  background-color: #fff;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .sns_section .sns_upper .sns_twitter {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sns_section .sns_upper .sns_insta {
  border: solid 1px #81D8CF;
  background-color: #fff;
  width: 37%;
}
.sns_section .sns_upper .sns_insta #sb_instagram {
  padding: 5% 13%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sns_section .sns_upper .sns_insta {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sns_section .sns_lower .sns_calender {
  border: solid 1px #81D8CF;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

#about .cat_about {
  width: 100px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #about .cat_about {
    width: 70px;
  }
}

#profile .pro_block {
  margin-bottom: 60px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#profile .p_aisatsu {
  margin-bottom: 40px;
  line-height: 2;
}
#profile .prof_se {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto 30px;
}
#profile .prof_se .p_name {
  margin-left: 10px;
  writing-mode: vertical-rl;
  font-size: 1.8em;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.1em;
}
#profile .prof_se .p_name_en {
  writing-mode: vertical-rl;
  display: block;
  margin-right: 10px;
  font-size: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}
#profile .prof_se .p_img {
  width: 70%;
  max-width: 300px;
}
#profile .p_name_cl {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
#profile .chos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #profile .chos {
    justify-content: flex-start;
  }
}
#profile .cho_outer {
  width: calc(16% - 10px);
  margin: 0 5px;
  overflow: hidden;
  background-color: #81D8CF;
  aspect-ratio: 1/1;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #profile .cho_outer {
    width: calc(25% - 10px);
    margin-bottom: 10px;
  }
}
#profile .cho_outer .cho {
  display: block;
  transition: 0.5s;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
}
#profile .cho_outer .cho:hover {
  transform: scale(1.2);
}
#profile .cho_outer .cho img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.single .single_item {
  margin-bottom: 60px;
}
.single .single_item .single_date {
  color: #463300;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.single .single_item h3 {
  font-size: 1.6em;
  margin-bottom: 1em;
  color: #339C92;
  font-weight: bold;
  line-height: 1.4;
}
#cboxTitle {
  color: #fff;
}

.archive p.hosoku {
  text-align: center;
  margin-bottom: 80px;
}
.archive .archive_item {
  margin-bottom: 2em;
  background-color: #fff;
  padding: 40px 40px 40px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .archive .archive_item {
    padding: 40px 20px 40px;
  }
}
.archive .archive_item .archive_date {
  color: #463300;
  margin-bottom: 0.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.archive .archive_item .archive_title {
  display: block;
  font-size: 1.2em;
  margin-bottom: 1em;
  color: #463300;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: underline;
}
.archive .archive_item .archive_title i {
  transform: rotate(-10deg);
  color: #333;
  text-decoration: none;
}
.archive .archive_item .archive_title:hover {
  text-decoration: none;
}
.archive .archive_item .archive_content p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.media_archive .archive_item {
  padding: 40px 40px 20px;
}
@media screen and (max-width: 768px) {
  .media_archive .archive_item {
    padding: 40px 20px 20px;
  }
}
.media_archive .archive_item li {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .media_archive .archive_item li {
    display: block;
  }
}
.media_archive .archive_item .archive_img {
  width: 250px;
  height: auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .media_archive .archive_item .archive_img {
    width: 100%;
  }
}
.media_archive .archive_item .archive_texts {
  width: calc(100% - 290px);
}
@media screen and (max-width: 768px) {
  .media_archive .archive_item .archive_texts {
    width: 100%;
  }
}
.media_archive .archive_item .archive_title {
  display: block;
  font-size: 1.2em;
  margin-bottom: 1em;
  color: #463300;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}
.media_archive .archive_item .archive_title.archivetitle-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .media_archive .archive_item .archive_title.archivetitle-pc {
    display: none;
  }
}
.media_archive .archive_item .archive_title.archivetitle-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .media_archive .archive_item .archive_title.archivetitle-tb {
    display: block;
  }
}
.media_archive .archive_item .archive_date {
  margin: 2em 0 0 auto;
  text-align: right;
  color: #463300;
  opacity: 0.4;
  letter-spacing: 0;
  font-size: 0.8em;
}
.media_archive .archive_item a {
  text-decoration: underline;
}
.media_archive .archive_item a:hover {
  text-decoration: none;
}

.notyet {
  text-align: center;
}

.pagenation {
  display: block;
  margin: 40px auto 0;
  text-align: center;
}
.pagenation a {
  text-decoration: underline;
  color: #463300;
}
.pagenation a:hover {
  text-decoration: none;
}

.pagenation_single {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: underline;
  color: #463300;
}
.pagenation_single .next, .pagenation_single .past {
  width: 33.33%;
  text-align: center;
}
.pagenation_single .next {
  order: 1;
}
@media screen and (max-width: 768px) {
  .pagenation_single .next {
    order: 1;
    width: 50%;
  }
}
.pagenation_single .list {
  order: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pagenation_single .list {
    order: 3;
    width: 100%;
  }
}
.pagenation_single .past {
  order: 3;
}
@media screen and (max-width: 768px) {
  .pagenation_single .past {
    order: 2;
    width: 50%;
  }
}
.pagenation_single a {
  text-decoration: underline;
  color: #463300;
}
.pagenation_single a:hover {
  text-decoration: none;
}

.grecaptcha-badge {
  display: none;
}

.monthly-list {
  margin: 40px auto 0;
  text-align: center;
}
.monthly-list li {
  margin-bottom: 1em;
}
.monthly-list li a {
  text-decoration: underline;
  color: #463300;
}
.monthly-list li a:hover {
  text-decoration: none;
}

.paw-line {
  opacity: 0.5;
  text-align: center;
  margin: 80px 0;
  font-size: 0.6em;
  width: 100%;
  display: block;
  height: 1px;
  background-color: #463300;
}
.paw-line i {
  transform: translateY(-1.3em);
  display: none;
}
@media screen and (max-width: 768px) {
  .paw-line {
    margin: 60px 0;
  }
}

section .section_inner .wp-block-contact-form-7-contact-form-selector {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
section .section_inner .wp-block-contact-form-7-contact-form-selector p {
  width: 100%;
  line-height: 1.6;
}
section .section_inner .wp-block-contact-form-7-contact-form-selector p.lh2 {
  line-height: 2;
}
section .section_inner .wp-block-contact-form-7-contact-form-selector textarea {
  margin-top: 0.5em;
  width: 100%;
  border-radius: 5px;
  padding: 20px 10px;
  border: solid 1px #81D8CF;
}
section .section_inner .wp-block-contact-form-7-contact-form-selector input {
  width: 80%;
  max-width: 500px;
  height: 2em;
  margin-bottom: 2em;
  border-radius: 5px;
  padding: 20px 10px;
  border: solid 1px #81D8CF;
}
@media screen and (max-width: 768px) {
  section .section_inner .wp-block-contact-form-7-contact-form-selector input {
    width: 100%;
  }
}
section .section_inner .wp-block-contact-form-7-contact-form-selector .hissu {
  font-size: 0.8em;
  color: rgb(247, 92, 92);
}
section .section_inner .wp-block-contact-form-7-contact-form-selector #submit {
  display: block;
  width: 200px;
  margin: 40px auto 0;
  padding: 0;
  height: 3em;
  background-color: #81D8CF;
}
section .section_inner .wp-block-contact-form-7-contact-form-selector #submit:hover {
  transform: translateY(2px);
  cursor: pointer;
}
section .section_inner .wp-block-contact-form-7-contact-form-selector .wpcf7-not-valid-tip {
  color: #ff0000;
  display: block;
}
section .section_inner .wp-block-contact-form-7-contact-form-selector .screen-reader-response {
  display: none;
}
section .section_inner .wp-block-contact-form-7-contact-form-selector .wpcf7-response-output {
  color: #463300;
  margin: 1em 0;
  text-align: center;
}
section .section_inner .wp-block-contact-form-7-contact-form-selector form.sent p {
  display: none;
}

footer {
  text-align: center;
  background-color: #81D8CF;
  padding: 40px 20px 80px;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 20px 120px;
  }
}
footer a {
  color: #000;
}
footer .footer .sns_nav_footer {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
footer .footer .sns_nav_footer li {
  margin: 0 0.5em;
}
footer .footer .sns_nav_footer li a {
  font-size: 24px;
}
footer .footer .footer_neko {
  width: 100px;
  margin: 0 auto;
}
footer .footer .address {
  font-size: 1.2em;
  line-height: 1.6;
}
footer .footer .address span.csmall {
  font-size: 0.7em;
  line-height: 1.4;
  display: block;
  margin-top: 0.2em;
}
footer .footer .square_brand {
  max-width: 350px;
  width: 70%;
  margin: 0 auto;
  margin: 20px auto 0;
}
footer .footer #footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2;
  margin-bottom: 20px;
}
footer .footer #footer_nav li {
  margin: 0 0.5em;
}
@media screen and (max-width: 768px) {
  footer .footer #footer_nav {
    font-size: 1.2em;
  }
  footer .footer #footer_nav li {
    margin: 0.25em 0.5em;
  }
}
footer .footer .caution {
  margin: 10px auto 0;
  font-size: 0.7em;
  line-height: 1.4;
  max-width: 550px;
}
footer .footer .caution a {
  text-decoration: underline;
}
footer .footer .share_btn {
  margin-top: 1em;
}/*# sourceMappingURL=style.css.map */