@charset "UTF-8";
/*
Theme Name: k-akita Theme
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
ul[role=list],
ol[role=list] {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

small {
  font-size: initial;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #3C3C3C;
  line-height: 1.5;
}

img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pc-show {
  display: block !important;
}
@media (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}

.sp-show {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-show {
    display: block !important;
  }
}

.pc-show-inline {
  display: inline !important;
}
@media (max-width: 768px) {
  .pc-show-inline {
    display: none !important;
  }
}

.sp-show-inline {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-show-inline {
    display: inline !important;
  }
}

.pc-show-flex {
  display: flex !important;
}
@media (max-width: 768px) {
  .pc-show-flex {
    display: none !important;
  }
}

.sp-show-flex {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-show-flex {
    display: flex !important;
  }
}

.one-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.three-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.forth-line {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

a {
  cursor: pointer;
}

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

a, p {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: normal;
}

.container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.post-container {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}

.field {
  margin-top: 124px;
}
@media (max-width: 768px) {
  .field {
    margin-top: 100px;
  }
}
.field__content {
  margin-top: 71px;
}
@media (max-width: 768px) {
  .field__content {
    margin-top: 10px;
  }
}
.field__row {
  border-bottom: 1px solid;
  padding: 30px 0;
  display: flex;
  align-items: baseline;
}
@media (max-width: 768px) {
  .field__row {
    flex-direction: column;
  }
}
.field__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.field__row > p {
  width: 148px;
}
.field__row > div {
  width: 100%;
  font-size: 14px;
}
@media (max-width: 768px) {
  .field__row > div {
    margin-top: 8px;
  }
}

.map {
  margin-top: 117px;
}
@media (max-width: 768px) {
  .map {
    margin-top: 100px;
    padding: 0 20px;
  }
}
.map iframe {
  margin-top: 48px;
  width: 100%;
  height: 448px;
}
@media (max-width: 768px) {
  .map iframe {
    margin-top: 40px;
    height: 350px;
  }
}

.home .header {
  display: none !important;
}

.header {
  height: 30px;
  background-color: #2D646E;
  display: flex;
  justify-content: end;
  align-items: center;
}
.header__link {
  color: #fff;
  font-size: 14px;
  padding: 0 17px;
  border-right: 1px solid #fff;
}
.header__link:last-child {
  border-right: none;
}

.sp-header {
  position: fixed;
  height: 73px;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: white;
  width: 100%;
}
.sp-header__section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.sp-header__logo {
  height: 100%;
}
.sp-header__menu {
  margin-right: 20px;
  z-index: 1001;
  position: relative;
}
.sp-header__content {
  overflow: scroll;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
  padding: 30px;
}
.sp-header__content.active {
  right: 0;
}
.sp-header .sp-header__menu {
  position: relative;
  width: 28px;
  height: 45px;
  cursor: pointer;
}
.sp-header .sp-header__menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3C3C3C;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.sp-header .sp-header__menu span:nth-of-type(1) {
  top: 13px;
}
.sp-header .sp-header__menu span:nth-of-type(2) {
  top: 23px;
}
.sp-header .sp-header__menu span:nth-of-type(3) {
  bottom: 10px;
}
.sp-header .sp-header__menu.active:before {
  content: "CLOSE";
  position: absolute;
  top: 14px;
  left: -55px;
  font-size: 13px;
  font-weight: bold;
}
.sp-header .sp-header__menu.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.sp-header .sp-header__menu.active span:nth-of-type(2) {
  opacity: 0;
}
.sp-header .sp-header__menu.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
.sp-header__nav {
  padding: 30px 0 50px;
}
.sp-header__nav--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-header__nav--item {
  border-bottom: 1px solid #3C3C3C;
}
.sp-header__nav--item:last-child {
  border-bottom: none;
}
.sp-header__nav--item a {
  display: flex;
  justify-content: space-between;
}
.sp-header__nav--item a p {
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 17px;
  font-weight: bold;
}
.sp-header__nav--item a p span {
  margin-left: 11px;
  font-size: 15px;
  font-weight: normal;
}
.sp-header__nav--item a .more__arrow {
  background-color: white;
}
.sp-header__nav--item a .more__arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #3C3C3C;
  border-left: 1px solid #3C3C3C;
  transition: 0.1s ease;
}
.sp-header__sns {
  width: 234px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.sp-header__sns__icon {
  width: 20px;
  height: 20px;
}
.sp-header__sns__icon.--youtube {
  width: 28px;
}
.sp-header__sub-nav {
  margin: 50px 0 0;
}
.sp-header__sub-nav--list {
  display: flex;
  flex-wrap: wrap;
}
.sp-header__sub-nav--item {
  border-right: 1px solid #3C3C3C;
  padding: 0 10px;
  margin-top: 20px;
}
.sp-header__sub-nav--item a p {
  font-size: 13px;
  font-weight: bold;
}
.sp-header__contact {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-header__contact--body a {
  font-size: 13px;
  font-weight: bold;
  padding: 10px 60px;
  background-color: #3C3C3C;
  border-radius: 40px;
  color: white;
}

.footer {
  margin-top: 200px;
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 150px;
  }
}
.footer__inner {
  margin-top: 66px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 768px) {
  .footer__inner {
    margin-top: 0;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.footer__info > p {
  font-size: 15px;
}
.footer__address {
  margin-top: 14px;
}
.footer__logo {
  max-height: 89px;
  height: auto;
}
@media (max-width: 768px) {
  .footer__logo {
    height: auto;
  }
}
.footer__nav {
  margin-top: 14px;
}
.footer__nav a {
  transition: 0.1s ease;
}
.footer__nav a:hover {
  opacity: 0.8;
}
.footer__lists {
  display: flex;
}
@media (max-width: 1024px) {
  .footer__lists {
    flex-wrap: wrap;
  }
}
.footer__lists li {
  padding: 0 17px;
  border-right: 1px solid #3C3C3C;
}
@media (max-width: 1024px) {
  .footer__lists li {
    padding: 0 18px;
    width: auto;
    margin-top: 27px;
  }
  .footer__lists li:nth-of-type(3n) {
    border-right: none;
  }
  .footer__lists li:nth-of-type(4n) {
    padding-left: 0;
  }
}
.footer__lists li:first-child {
  padding-left: 0;
}
.footer__lists li:last-child {
  border-right: none;
}
.footer__lists li p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .footer__lists li p {
    font-size: 19px;
  }
}
.footer__sub-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__sub-nav {
    margin-top: 20px;
    flex-direction: column;
    gap: inherit;
  }
}
.footer__sub-nav--first, .footer__sub-nav--second {
  display: flex;
  flex-direction: column;
}
.footer__sub-nav a {
  font-size: 15px;
  margin-top: 15px;
}
.footer__copy {
  margin: 40px 0 6px;
  text-align: center;
}
.footer__copy small {
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer__copy {
    margin-bottom: 50px;
  }
}

.navigations {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
@media (max-width: 768px) {
  .navigations {
    display: none;
  }
}
.navigations.--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.navigations__logo {
  width: 84%;
  min-width: 318px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .navigations__logo {
    width: 84%;
  }
}
.navigations__nav {
  width: 100%;
}
.navigations__nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -4px;
}
.navigations__nav ul li {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #3C3C3C;
  width: 16%;
}
.navigations__nav ul li a {
  display: flex;
}
@media (max-width: 1024px) {
  .navigations__nav ul li a {
    flex-direction: column;
    align-items: center;
  }
}
.navigations__nav ul li a img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  transition: 0.1s ease;
}
@media (max-width: 1024px) {
  .navigations__nav ul li a img {
    margin-right: 0;
  }
}
.navigations__nav ul li a div {
  position: relative;
}
@media (max-width: 1024px) {
  .navigations__nav ul li a div {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.navigations__nav ul li a div p {
  margin-top: -6px;
  font-size: 18px;
  transition: 0.1s ease;
}
@media (max-width: 1024px) {
  .navigations__nav ul li a div p {
    font-size: 14px;
  }
}
.navigations__nav ul li a div span {
  display: block;
  font-size: 12px;
  position: absolute;
  top: 16px;
  transition: 0.1s ease;
}
.navigations__nav ul li:hover a img {
  filter: invert(35%) sepia(10%) saturate(1904%) hue-rotate(142deg) brightness(95%) contrast(97%);
}
.navigations__nav ul li:hover a div p, .navigations__nav ul li:hover a div span {
  color: #2D646E;
}

.heading {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
}
.heading__title {
  font-size: 60px;
  letter-spacing: 3px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .heading__title {
    font-size: 50px;
  }
}
.heading__title.--white {
  color: #fff;
}
.heading__decoration {
  max-width: 240px;
  margin: 10px auto 0;
}
.heading__subtitle {
  margin-top: 18px;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: bold;
}
.heading__subtitle.--white {
  color: #fff;
}

.area {
  margin-top: 200px;
}
@media (max-width: 768px) {
  .area {
    margin-top: 100px;
  }
}
.area__map {
  max-width: 869px;
  margin: 50px auto 0;
}
.area__spots {
  margin-top: 74px;
  background-color: #FFF9ED;
  padding: 82px 0 90px;
}
@media (max-width: 768px) {
  .area__spots {
    display: none;
  }
}
.area__title {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}
.area__areas {
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 768px;
  gap: 20px;
}
@media (max-width: 768px) {
  .area__areas {
    display: none;
  }
}
.area__area {
  width: 120px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 40px;
  cursor: pointer;
  transition: 0.1s ease;
}
@media (max-width: 768px) {
  .area__area {
    font-size: 16px;
  }
}
.area__area.--takanosu {
  border: 1px solid #427A34;
  color: #427A34;
}
.area__area.--takanosu.active, .area__area.--takanosu:hover {
  background-color: #427A34;
  color: #fff;
}
.area__area.--moriyoshi {
  border: 1px solid #979208;
  color: #979208;
}
.area__area.--moriyoshi.active, .area__area.--moriyoshi:hover {
  background-color: #979208;
  color: #fff;
}
.area__area.--aikawa {
  border: 1px solid #2C7F87;
  color: #2C7F87;
}
.area__area.--aikawa.active, .area__area.--aikawa:hover {
  background-color: #2C7F87;
  color: #fff;
}
.area__area.--ani {
  border: 1px solid #9C5A5A;
  color: #9C5A5A;
}
.area__area.--ani.active, .area__area.--ani:hover {
  background-color: #9C5A5A;
  color: #fff;
}
.area__cards {
  margin-top: 60px;
  display: flex;
}

.sp-area {
  margin-top: 38px;
}
.sp-area__contents {
  margin-top: 20px;
}
.sp-area__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.sp-accordion.--takanosu .sp-accordion__button,
.sp-accordion.--takanosu .sp-accordion__content {
  border-color: #427A34;
}
.sp-accordion.--takanosu .sp-accordion__button {
  border-top: 1px solid #427A34;
}
.sp-accordion.--takanosu .sp-accordion__button--text,
.sp-accordion.--takanosu .sp-accordion__icon::after {
  color: #427A34;
}
.sp-accordion.--moriyoshi .sp-accordion__button,
.sp-accordion.--moriyoshi .sp-accordion__content {
  border-color: #979208;
}
.sp-accordion.--moriyoshi .sp-accordion__button--text,
.sp-accordion.--moriyoshi .sp-accordion__icon::after {
  color: #979208;
}
.sp-accordion.--aikawa .sp-accordion__button,
.sp-accordion.--aikawa .sp-accordion__content {
  border-color: #2C7F87;
}
.sp-accordion.--aikawa .sp-accordion__button--text,
.sp-accordion.--aikawa .sp-accordion__icon::after {
  color: #2C7F87;
}
.sp-accordion.--ani .sp-accordion__button,
.sp-accordion.--ani .sp-accordion__content {
  border-color: #9C5A5A;
}
.sp-accordion.--ani .sp-accordion__button--text,
.sp-accordion.--ani .sp-accordion__icon::after {
  color: #9C5A5A;
}
.sp-accordion__button {
  background-color: white;
  border: 1px solid;
  width: 100%;
  padding: 3px 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: none;
}
.sp-accordion__button--text {
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
}
.sp-accordion__button--active .sp-accordion__icon::after {
  content: "−";
}
.sp-accordion__icon::after {
  content: "+";
  font-size: 18px;
  transition: transform 0.3s;
}
.sp-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease;
  padding: 0 25px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: none;
}
.sp-accordion__content--open {
  max-height: 2000px;
  padding: 15px 25px;
  border-bottom: 1px solid;
}

.news__categories {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .news__categories {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.news__category {
  width: 175px;
  padding: 3px 0;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.1s ease;
}
.news__category.--all {
  background-color: #E8E8E8;
}
.news__category.--news {
  background-color: #B7DFDB;
}
.news__category.--all_citizens {
  background-color: #EDC390;
}
.news__category:hover {
  opacity: 0.8;
}
.news__cards {
  display: flex;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .news__cards {
    flex-wrap: wrap;
    gap: 50px 0;
  }
}
.news__card {
  width: 22.3%;
  max-width: 210px;
  margin: 0 3.5% 2.8% 0;
}
@media (max-width: 768px) {
  .news__card {
    width: 48.2%;
    max-width: inherit;
    margin: 0 3.5% 0 0;
  }
  .news__card:nth-of-type(2n) {
    margin-right: 0;
  }
}
.news__card:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .news__card:nth-of-type(4n) {
    margin-right: 0;
  }
}
.news__card--image {
  height: 294px;
  transition: 0.1s ease;
}
@media (max-width: 768px) {
  .news__card--image {
    height: 226px;
  }
}
.news__card--image:hover {
  opacity: 0.8;
}
.news__card--meta {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .news__card--meta {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
  }
}
.news__card--date {
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .news__card--date {
    font-size: 14px;
  }
}
.news__card--new {
  font-size: 12px;
  color: white;
  background-color: #D44747;
  padding: 2px 3px;
}
.news__card--category {
  font-size: 11px;
  padding: 2px 4px;
  border-radius: 30px;
}
.news__card--category.--news {
  background-color: #B7DFDB;
}
.news__card--category.--all_citizens {
  background-color: #EDC390;
}
.news__card--title {
  margin-top: 6px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .news__card--title {
    font-size: 14px;
  }
}
.news .more {
  margin-top: 100px;
}

.pagination {
  margin-top: 130px;
  display: flex;
  justify-content: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .pagination {
    margin-top: 100px;
    gap: 10px;
  }
}
.pagination .prev, .pagination .next {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .pagination .prev, .pagination .next {
    padding: 0 10px;
  }
}
.pagination .page-numbers {
  font-size: 16px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pagination .page-numbers {
    height: 25px;
  }
}
.pagination .page-numbers:not(.prev):not(.next) {
  width: 36px;
}
@media (max-width: 768px) {
  .pagination .page-numbers:not(.prev):not(.next) {
    height: 25px;
  }
}
.pagination .page-numbers.dots {
  align-items: baseline;
  border: none;
  cursor: default;
}
.pagination .page-numbers:hover:not(.dots), .pagination .page-numbers.current {
  background-color: #2D646E;
  border-color: #2D646E;
  color: #fff;
}

.sns {
  margin-top: 200px;
}
@media (max-width: 768px) {
  .sns {
    margin-top: 150px;
  }
}
.sns__background {
  position: relative;
  background-image: url(./assets/images/pages/home/sns_background.jpg);
  background-size: cover;
  width: 100%;
  height: 433px;
}
.sns__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 60, 60, 0.4);
}
.sns__contents {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.sns__icons {
  margin-top: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
@media (max-width: 768px) {
  .sns__icons {
    gap: 45px;
  }
}
.sns__icon {
  height: 40px;
}
@media (max-width: 768px) {
  .sns__icon {
    height: 34px;
  }
}
.sns__icon.--youtube {
  height: 34px;
}
@media (max-width: 768px) {
  .sns__icon.--youtube {
    height: 30px;
  }
}
.sns__banners {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .sns__banners {
    margin-top: 150px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0 20px;
  }
}
.sns__banner {
  width: 380px;
  transition: 0.1s ease;
}
@media (max-width: 768px) {
  .sns__banner {
    width: auto;
    max-width: 400px;
  }
}
.sns__banner:hover {
  opacity: 0.8;
}

.hero {
  position: relative;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .hero {
    margin-top: 73px;
    height: 150px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero.--spot {
  background-image: url(./assets/images/pages/archive_custom_post/hero_spot.jpg);
  background-position: center 66%;
}
.hero.--eat {
  background-image: url(./assets/images/pages/archive_custom_post/hero_eat.jpg);
  background-position: center 40%;
}
.hero.--stay {
  background-image: url(./assets/images/pages/archive_custom_post/hero_stay.jpg);
  background-position: center 60%;
}
.hero.--event {
  background-image: url(./assets/images/pages/archive_custom_post/hero_event.png);
  background-position: center 60%;
}
.hero.--products {
  background-image: url(./assets/images/pages/archive_custom_post/hero_products.jpg);
  background-position: center 38%;
}
.hero.--goods {
  background-image: url(./assets/images/pages/archive_custom_post/hero_goods.png);
  background-position: center 38%;
}
@media (max-width: 768px) {
  .hero.--goods {
    background-image: url(./assets/images/pages/archive_custom_post/hero_goods_sp.png);
  }
}
.hero__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__title {
  color: white;
  font-size: 42px;
  margin-top: 38px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hero__title {
    margin-top: 0;
    font-size: 25px;
  }
}
.hero__en-title {
  color: white;
  font-size: 22px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .hero__en-title {
    font-size: 16px;
  }
}

.fixed-sns {
  position: fixed;
  top: 18%;
  right: 0;
  background: #2D646E;
  border-radius: 10px 0 0 10px;
  padding: 17px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  z-index: 10;
}
@media (max-width: 768px) {
  .fixed-sns {
    top: 36%;
    padding: 14px 9px;
  }
}
.fixed-sns__icon {
  width: 20px;
  height: 20px;
}
.fixed-sns__icon.--youtube {
  width: 28px;
}

.icon-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-title__icon {
  height: auto;
  width: 30px;
}
.icon-title__title {
  margin-top: 18px;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  .icon-title__title {
    letter-spacing: 0;
  }
}
.icon-title__two-column {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.home .mv {
  display: flex;
  margin-bottom: 71px;
}
.home .mv__menus {
  min-width: 320px;
}
@media (max-width: 768px) {
  .home .mv__menus {
    display: none;
  }
}
.home .mv__logo {
  margin-top: 25px;
  margin-left: 17px;
  width: 270px;
}
.home .mv__navs {
  margin: 0 25px 0 55px;
}
.home .mv__main-nav ul {
  margin-top: 26px;
}
.home .mv__main-nav ul li {
  position: relative;
  margin-top: 51px;
  width: 80%;
}
.home .mv__main-nav ul li::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid transparent;
  transition: 0.1s ease;
}
.home .mv__main-nav ul li:hover::before {
  border-bottom-color: #3C3C3C;
}
.home .mv__main-nav ul li:first-child {
  margin-top: 0;
}
.home .mv__main-nav ul li a {
  display: flex;
  align-items: center;
}
.home .mv__main-nav ul li a img {
  width: 30px;
  height: 30px;
  margin-right: 19px;
}
.home .mv__main-nav ul li a p {
  font-size: 20px;
}
.home .mv__main-nav ul li a p span {
  font-size: 14px;
}
.home .mv__sub-nav ul {
  margin-top: 45px;
}
.home .mv__sub-nav ul li {
  margin-top: 10px;
}
.home .mv__sub-nav ul li a {
  display: flex;
  align-items: center;
}
.home .mv__sub-nav ul li a img {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}
.home .mv__sub-nav ul li a p {
  font-size: 13px;
}
.home .mv__covers {
  width: 93%;
  height: 725px;
}
@media (max-width: 768px) {
  .home .mv__covers {
    width: auto;
    height: 670px;
  }
}
.home .mv__covers .splide {
  height: 100%;
}
.home .mv__covers .splide__track {
  height: 100%;
}
.home .mv__covers .splide__list {
  height: 100%;
}
.home .mv__covers .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .mv__movie {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home .event {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .home .event {
    margin-top: 130px;
  }
}
.home .event__cards {
  margin-top: 56px;
  display: flex;
}
@media (max-width: 768px) {
  .home .event__cards {
    margin-top: 75px;
    flex-direction: column;
    align-items: center;
  }
}
.home .event__card {
  position: relative;
  width: 30%;
  max-width: 300px;
  margin: 0 5% 0 0;
}
@media (max-width: 768px) {
  .home .event__card {
    max-width: 100%;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.home .event__card:nth-of-type(3n) {
  margin-right: 0;
}
.home .event__card:before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
}
.home .event__card.--aikawa:before {
  content: "合川";
  background-color: #2C7F87;
}
.home .event__card.--moriyoshi:before {
  content: "森吉";
  background-color: #979208;
}
.home .event__card.--ani:before {
  content: "阿仁";
  background-color: #9C5A5A;
}
.home .event__card.--ani:before {
  content: "鷹巣";
  background-color: #427A34;
}
.home .event__card a > div {
  overflow: hidden;
}
.home .event__card--image {
  height: 350px;
  transition: transform 0.2s ease;
}
@media (max-width: 768px) {
  .home .event__card--image {
    height: 250px;
  }
}
.home .event__card--title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .home .event__card--title {
    font-size: 19px;
  }
}
.home .event__card--period {
  margin-top: 5px;
  font-size: 15px;
}
.home .event__card:hover .event__card--image {
  transform: scale(1.1);
}
.home .event .more {
  margin-top: 75px;
}
.home .essence {
  margin-top: 200px;
}
@media (max-width: 768px) {
  .home .essence {
    margin-top: 150px;
  }
}
.home .essence__cards {
  margin-top: 45px;
  display: flex;
}
@media (max-width: 768px) {
  .home .essence__cards {
    flex-direction: column;
  }
}
.home .essence__card {
  position: relative;
  transition: 0.1s ease;
}
.home .essence__card--text {
  position: absolute;
  left: 30px;
  bottom: 10px;
}
.home .essence__card--text p {
  color: #fff;
  font-weight: bold;
  font-size: 35px;
}
@media (max-width: 768px) {
  .home .essence__card--text p {
    font-size: 26px;
  }
}
.home .essence__card--text span {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 768px) {
  .home .essence__card--text span {
    font-size: 14px;
  }
}
.home .essence__card--text-top {
  top: 10px;
}
@media (max-width: 768px) {
  .home .essence__card--text-top {
    top: inherit;
  }
}
.home .essence__card:hover {
  opacity: 0.8;
}
.home .about {
  margin-top: 196px;
}
@media (max-width: 768px) {
  .home .about {
    margin-top: 150px;
  }
}
.home .about__contents {
  margin-top: 100px;
  display: flex;
}
@media (max-width: 768px) {
  .home .about__contents {
    margin-top: 70px;
    flex-direction: column;
    align-items: center;
  }
}
.home .about__description {
  max-width: 545px;
  line-height: 48px;
}
.home .about__image {
  margin: 0 calc(55% - 50vw);
  width: 100vw;
  display: flex;
  justify-content: end;
}
@media (max-width: 768px) {
  .home .about__image {
    margin-top: 70px;
    width: auto;
  }
}
.home .about__image img {
  max-width: 520px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .home .about__image img {
    width: 100%;
  }
}
.home .about__galleries {
  display: flex;
}
@media (max-width: 768px) {
  .home .about__galleries {
    flex-direction: column;
  }
}
.home .about__galleries img {
  width: 25%;
}
@media (max-width: 768px) {
  .home .about__galleries img {
    height: 270px;
    width: 100%;
  }
}
.home .news {
  margin-top: 200px;
}
@media (max-width: 768px) {
  .home .news {
    margin-top: 150px;
  }
}
.home .news__categories {
  margin: 74px auto 0;
}
.home .news__cards {
  margin-top: 60px;
}
.home .news .more {
  margin-top: 124px;
}
@media (max-width: 768px) {
  .home .news .more {
    margin-top: 50px;
  }
}

.more {
  margin: auto 0;
}
.more__btn {
  width: fit-content;
  border: 1px solid #2D646E;
  border-radius: 40px;
  padding: 16px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 15px;
  transition: 0.1s ease;
}
.more__btn:hover {
  background-color: #2D646E;
}
.more__btn:hover .more__text {
  color: white;
}
.more__btn:hover .more__arrow {
  background-color: white;
}
.more__btn:hover .more__arrow::after {
  border-color: #2D646E;
}
.more__text {
  font-weight: bold;
  color: #2D646E;
  transition: 0.1s ease;
}
.more__arrow {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #2D646E;
  position: relative;
  transition: 0.1s ease;
}
.more__arrow::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: 0.1s ease;
}
.more .more__arrow-right::after {
  transform: rotate(135deg);
  position: absolute;
  right: 7px;
  top: 6px;
}

.post-type-archive-post .news,
.category .news {
  margin-top: 130px;
}
.post-type-archive-post .news__title,
.category .news__title {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .post-type-archive-post .news__title,
  .category .news__title {
    font-size: 30px;
  }
}
.post-type-archive-post .news__categories,
.category .news__categories {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .post-type-archive-post .news__categories,
  .category .news__categories {
    margin-top: 43px;
  }
}
.post-type-archive-post .news__cards,
.category .news__cards {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .post-type-archive-post .news__cards,
  .category .news__cards {
    flex-direction: column;
    gap: 0;
  }
}
.post-type-archive-post .news__card,
.category .news__card {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .post-type-archive-post .news__card,
  .category .news__card {
    margin: 30px 0 0;
    width: 100%;
  }
  .post-type-archive-post .news__card a,
  .category .news__card a {
    display: flex;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-post .news__card--image,
  .category .news__card--image {
    object-fit: contain;
    height: 164px;
    width: 35%;
  }
}
@media (max-width: 768px) {
  .post-type-archive-post .news__card--content,
  .category .news__card--content {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .post-type-archive-post .news__card--meta,
  .category .news__card--meta {
    margin-top: 0;
    flex-direction: column;
    gap: 4px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-post .news__card--title,
  .category .news__card--title {
    font-size: 16px;
  }
}

.post-type-archive .archive {
  margin-top: 110px;
}
@media (max-width: 768px) {
  .post-type-archive .archive {
    margin-top: 50px;
  }
}
.post-type-archive .archive__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
}
@media (max-width: 768px) {
  .post-type-archive .archive__cards {
    padding: 0 20px;
  }
}

.archive__card {
  width: 31%;
  max-width: 400px;
  margin: 0 3.5% 2.8% 0;
}
@media (max-width: 768px) {
  .archive__card {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}
.archive__card:nth-of-type(3n) {
  margin-right: 0;
}
.archive__image {
  overflow: hidden;
  margin-bottom: 12px;
}
.archive__image img {
  height: 200px;
  transition: 0.1s ease;
}
.archive__image img:hover {
  transform: scale(1.1);
}
.archive__term {
  display: block;
  width: max-content;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 6px;
  border: 2px solid #2D646E;
}
.archive__term.aikawa {
  border-color: #2C7F87;
  color: #2C7F87;
}
.archive__term.moriyoshi {
  border-color: #979208;
  color: #979208;
}
.archive__term.takanosu {
  border-color: #427A34;
  color: #427A34;
}
.archive__term.ani {
  border-color: #9C5A5A;
  color: #9C5A5A;
}
.archive__title {
  margin-top: 23px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.archive__description {
  margin-top: 13px;
  font-size: 16px;
  line-height: 28px;
}
.archive__period {
  margin-top: 12px;
  border-top: 1px solid #3C3C3C;
  padding-top: 8px;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
}

.single-post .post {
  margin-top: 130px;
}
@media (max-width: 768px) {
  .single-post .post {
    margin-top: 100px;
  }
}
.single-post .post__title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  width: 634px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .single-post .post__title {
    width: auto;
    font-size: 30px;
    line-height: 42px;
  }
}
.single-post .post__meta {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
@media (max-width: 768px) {
  .single-post .post__meta {
    flex-direction: column;
  }
}
.single-post .post__meta--date {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.single-post .post__meta--new {
  font-size: 14px;
  color: white;
  background-color: #D44747;
  padding: 2px 4px;
}
.single-post .post__meta--category {
  font-size: 12px;
  padding: 4px 36px;
  border-radius: 30px;
}
.single-post .post__meta--category.--news {
  background-color: #B7DFDB;
}
.single-post .post__meta--category.--all_citizens {
  background-color: #EDC390;
}
.single-post .post__body {
  margin-top: 75px;
  display: flex;
  align-items: flex-start;
  gap: 75px;
}
@media (max-width: 768px) {
  .single-post .post__body {
    margin-top: 20px;
    flex-direction: column;
  }
}
.single-post .post__thumbnail {
  min-width: 410px;
}
@media (max-width: 768px) {
  .single-post .post__thumbnail {
    min-width: auto;
  }
}
.single-post .post__content *:first-child {
  margin-top: 0;
}
.single-post .post__content h1 {
  margin: 32px 0;
  font-size: 26px;
  font-weight: bold;
}
.single-post .post__content h2 {
  margin: 24px 0;
  font-size: 22px;
  font-weight: bold;
}
.single-post .post__content h3 {
  margin: 16px 0;
  font-size: 20px;
  font-weight: bold;
}
.single-post .post__content h4 {
  margin: 16px 0;
  font-size: 18px;
  font-weight: bold;
}
.single-post .post__content a {
  text-decoration: underline;
}
.single-post .post__content p, .single-post .post__content a, .single-post .post__content li {
  line-height: 30px;
  font-size: 17px;
}
.single-post .post__content p, .single-post .post__content a, .single-post .post__content ul, .single-post .post__content ol {
  margin: 16px 0;
}
.single-post .post__content blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  border-left: 4px solid #ccc;
  background-color: #f9f9f9;
  font-style: italic;
  color: #555;
}
.single-post .post__content blockquote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-size: 14px;
  color: #777;
  text-align: right;
}
.single-post .post__content blockquote cite::before {
  content: "— ";
}
.single-post .post__content hr {
  margin: 40px 0;
}
.single-post .post__footer {
  margin-top: 224px;
  padding-top: 30px;
  border-top: 1px solid #3C3C3C;
}
@media (max-width: 768px) {
  .single-post .post__footer {
    margin-top: 100px;
  }
}
.single-post .post__navigations {
  display: flex;
  justify-content: center;
  gap: 150px;
}
@media (max-width: 768px) {
  .single-post .post__navigations {
    gap: 36px;
  }
}
.single-post .post__navigations a {
  font-size: 15px;
  transition: 0.1s ease;
}
.single-post .post__navigations a:hover {
  opacity: 0.8;
}
.single-post .post__navigation {
  min-width: 80px;
}

.spot-template-default .post,
.stay-template-default .post,
.event-template-default .post,
.products-template-default .post,
.goods-template-default .post {
  margin-top: 154px;
}
@media (max-width: 768px) {
  .spot-template-default .post,
  .stay-template-default .post,
  .event-template-default .post,
  .products-template-default .post,
  .goods-template-default .post {
    margin-top: 50px;
  }
}
.spot-template-default .post__title,
.stay-template-default .post__title,
.event-template-default .post__title,
.products-template-default .post__title,
.goods-template-default .post__title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .spot-template-default .post__title,
  .stay-template-default .post__title,
  .event-template-default .post__title,
  .products-template-default .post__title,
  .goods-template-default .post__title {
    font-size: 30px;
  }
}
.spot-template-default .post__meta,
.stay-template-default .post__meta,
.event-template-default .post__meta,
.products-template-default .post__meta,
.goods-template-default .post__meta {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .spot-template-default .post__meta,
  .stay-template-default .post__meta,
  .event-template-default .post__meta,
  .products-template-default .post__meta,
  .goods-template-default .post__meta {
    margin-top: 20px;
  }
}
.spot-template-default .post__meta--term,
.stay-template-default .post__meta--term,
.event-template-default .post__meta--term,
.products-template-default .post__meta--term,
.goods-template-default .post__meta--term {
  font-size: 18px;
  padding: 8px;
  border: 2px solid #000;
  line-height: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .spot-template-default .post__meta--term,
  .stay-template-default .post__meta--term,
  .event-template-default .post__meta--term,
  .products-template-default .post__meta--term,
  .goods-template-default .post__meta--term {
    font-size: 14px;
  }
}
.spot-template-default .post__meta--term.--aikawa,
.stay-template-default .post__meta--term.--aikawa,
.event-template-default .post__meta--term.--aikawa,
.products-template-default .post__meta--term.--aikawa,
.goods-template-default .post__meta--term.--aikawa {
  border-color: #2C7F87;
  color: #2C7F87;
}
.spot-template-default .post__meta--term.--moriyoshi,
.stay-template-default .post__meta--term.--moriyoshi,
.event-template-default .post__meta--term.--moriyoshi,
.products-template-default .post__meta--term.--moriyoshi,
.goods-template-default .post__meta--term.--moriyoshi {
  border-color: #979208;
  color: #979208;
}
.spot-template-default .post__meta--term.--takanosu,
.stay-template-default .post__meta--term.--takanosu,
.event-template-default .post__meta--term.--takanosu,
.products-template-default .post__meta--term.--takanosu,
.goods-template-default .post__meta--term.--takanosu {
  border-color: #427A34;
  color: #427A34;
}
.spot-template-default .post__meta--term.--ani,
.stay-template-default .post__meta--term.--ani,
.event-template-default .post__meta--term.--ani,
.products-template-default .post__meta--term.--ani,
.goods-template-default .post__meta--term.--ani {
  border-color: #9C5A5A;
  color: #9C5A5A;
}
.spot-template-default .post__body,
.stay-template-default .post__body,
.event-template-default .post__body,
.products-template-default .post__body,
.goods-template-default .post__body {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .spot-template-default .post__body,
  .stay-template-default .post__body,
  .event-template-default .post__body,
  .products-template-default .post__body,
  .goods-template-default .post__body {
    margin-top: 30px;
  }
}
.spot-template-default .post__content *:first-child,
.stay-template-default .post__content *:first-child,
.event-template-default .post__content *:first-child,
.products-template-default .post__content *:first-child,
.goods-template-default .post__content *:first-child {
  margin-top: 0;
}
.spot-template-default .post__content h1,
.stay-template-default .post__content h1,
.event-template-default .post__content h1,
.products-template-default .post__content h1,
.goods-template-default .post__content h1 {
  margin: 32px 0;
  font-size: 26px;
}
.spot-template-default .post__content h2,
.stay-template-default .post__content h2,
.event-template-default .post__content h2,
.products-template-default .post__content h2,
.goods-template-default .post__content h2 {
  margin: 24px 0;
  font-size: 22px;
}
.spot-template-default .post__content h3,
.stay-template-default .post__content h3,
.event-template-default .post__content h3,
.products-template-default .post__content h3,
.goods-template-default .post__content h3 {
  margin: 16px 0;
  font-size: 20px;
}
.spot-template-default .post__content h4,
.stay-template-default .post__content h4,
.event-template-default .post__content h4,
.products-template-default .post__content h4,
.goods-template-default .post__content h4 {
  margin: 16px 0;
  font-size: 18px;
}
.spot-template-default .post__content a,
.stay-template-default .post__content a,
.event-template-default .post__content a,
.products-template-default .post__content a,
.goods-template-default .post__content a {
  text-decoration: underline;
}
.spot-template-default .post__content p, .spot-template-default .post__content a,
.stay-template-default .post__content p,
.stay-template-default .post__content a,
.event-template-default .post__content p,
.event-template-default .post__content a,
.products-template-default .post__content p,
.products-template-default .post__content a,
.goods-template-default .post__content p,
.goods-template-default .post__content a {
  line-height: 48px;
}
@media (max-width: 768px) {
  .spot-template-default .post__content p, .spot-template-default .post__content a,
  .stay-template-default .post__content p,
  .stay-template-default .post__content a,
  .event-template-default .post__content p,
  .event-template-default .post__content a,
  .products-template-default .post__content p,
  .products-template-default .post__content a,
  .goods-template-default .post__content p,
  .goods-template-default .post__content a {
    line-height: 28px;
  }
}
.spot-template-default .post__content p, .spot-template-default .post__content a, .spot-template-default .post__content ul, .spot-template-default .post__content ol,
.stay-template-default .post__content p,
.stay-template-default .post__content a,
.stay-template-default .post__content ul,
.stay-template-default .post__content ol,
.event-template-default .post__content p,
.event-template-default .post__content a,
.event-template-default .post__content ul,
.event-template-default .post__content ol,
.products-template-default .post__content p,
.products-template-default .post__content a,
.products-template-default .post__content ul,
.products-template-default .post__content ol,
.goods-template-default .post__content p,
.goods-template-default .post__content a,
.goods-template-default .post__content ul,
.goods-template-default .post__content ol {
  font-size: 16px;
  margin: 20px 0;
}
.spot-template-default .post__content blockquote,
.stay-template-default .post__content blockquote,
.event-template-default .post__content blockquote,
.products-template-default .post__content blockquote,
.goods-template-default .post__content blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  border-left: 4px solid #ccc;
  background-color: #f9f9f9;
  font-style: italic;
  color: #555;
}
.spot-template-default .post__content blockquote cite,
.stay-template-default .post__content blockquote cite,
.event-template-default .post__content blockquote cite,
.products-template-default .post__content blockquote cite,
.goods-template-default .post__content blockquote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-size: 14px;
  color: #777;
  text-align: right;
}
.spot-template-default .post__content blockquote cite::before,
.stay-template-default .post__content blockquote cite::before,
.event-template-default .post__content blockquote cite::before,
.products-template-default .post__content blockquote cite::before,
.goods-template-default .post__content blockquote cite::before {
  content: "— ";
}
.spot-template-default .post__content hr,
.stay-template-default .post__content hr,
.event-template-default .post__content hr,
.products-template-default .post__content hr,
.goods-template-default .post__content hr {
  margin: 40px 0;
}
.spot-template-default .post__sales-locations,
.stay-template-default .post__sales-locations,
.event-template-default .post__sales-locations,
.products-template-default .post__sales-locations,
.goods-template-default .post__sales-locations {
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
  gap: 50px;
}
@media (max-width: 768px) {
  .spot-template-default .post__sales-locations,
  .stay-template-default .post__sales-locations,
  .event-template-default .post__sales-locations,
  .products-template-default .post__sales-locations,
  .goods-template-default .post__sales-locations {
    padding: 0 20px;
    flex-direction: column;
  }
}
.spot-template-default .post__galleries,
.stay-template-default .post__galleries,
.event-template-default .post__galleries,
.products-template-default .post__galleries,
.goods-template-default .post__galleries {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .spot-template-default .post__galleries,
  .stay-template-default .post__galleries,
  .event-template-default .post__galleries,
  .products-template-default .post__galleries,
  .goods-template-default .post__galleries {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .spot-template-default .post__galleries,
  .stay-template-default .post__galleries,
  .event-template-default .post__galleries,
  .products-template-default .post__galleries,
  .goods-template-default .post__galleries {
    padding: 0 20px;
  }
}
.spot-template-default .post__galleries--single,
.stay-template-default .post__galleries--single,
.event-template-default .post__galleries--single,
.products-template-default .post__galleries--single,
.goods-template-default .post__galleries--single {
  width: 100%;
}
.spot-template-default .post__galleries--main,
.stay-template-default .post__galleries--main,
.event-template-default .post__galleries--main,
.products-template-default .post__galleries--main,
.goods-template-default .post__galleries--main {
  width: 100%;
}
.spot-template-default .post__galleries--main .splide__slide,
.stay-template-default .post__galleries--main .splide__slide,
.event-template-default .post__galleries--main .splide__slide,
.products-template-default .post__galleries--main .splide__slide,
.goods-template-default .post__galleries--main .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .spot-template-default .post__galleries--main .splide__slide,
  .stay-template-default .post__galleries--main .splide__slide,
  .event-template-default .post__galleries--main .splide__slide,
  .products-template-default .post__galleries--main .splide__slide,
  .goods-template-default .post__galleries--main .splide__slide {
    padding: 0;
  }
}
.spot-template-default .post__galleries--main .splide__slide img,
.stay-template-default .post__galleries--main .splide__slide img,
.event-template-default .post__galleries--main .splide__slide img,
.products-template-default .post__galleries--main .splide__slide img,
.goods-template-default .post__galleries--main .splide__slide img {
  width: 700px;
  height: 400px;
}
@media (max-width: 768px) {
  .spot-template-default .post__galleries--main .splide__slide img,
  .stay-template-default .post__galleries--main .splide__slide img,
  .event-template-default .post__galleries--main .splide__slide img,
  .products-template-default .post__galleries--main .splide__slide img,
  .goods-template-default .post__galleries--main .splide__slide img {
    height: 224px;
  }
}
.spot-template-default .post__galleries--thumbs,
.stay-template-default .post__galleries--thumbs,
.event-template-default .post__galleries--thumbs,
.products-template-default .post__galleries--thumbs,
.goods-template-default .post__galleries--thumbs {
  margin-top: 53px;
  max-width: 700px;
}
@media (max-width: 1024px) {
  .spot-template-default .post__galleries--thumbs,
  .stay-template-default .post__galleries--thumbs,
  .event-template-default .post__galleries--thumbs,
  .products-template-default .post__galleries--thumbs,
  .goods-template-default .post__galleries--thumbs {
    max-width: 292px;
  }
}
.spot-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--prev,
.stay-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--prev,
.event-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--prev,
.products-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--prev,
.goods-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--prev {
  background-color: inherit;
  left: -50px;
}
@media (max-width: 768px) {
  .spot-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--prev,
  .stay-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--prev,
  .event-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--prev,
  .products-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--prev,
  .goods-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--prev {
    left: -32px;
  }
}
.spot-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--next,
.stay-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--next,
.event-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--next,
.products-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--next,
.goods-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--next {
  background-color: inherit;
  right: -50px;
}
@media (max-width: 768px) {
  .spot-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--next,
  .stay-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--next,
  .event-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--next,
  .products-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--next,
  .goods-template-default .post__galleries--thumbs .splide__arrows .splide__arrow--next {
    right: -32px;
  }
}

.single-products .post__galleries,
.single-goods .post__galleries {
  padding: 0;
}

.page-template .page-container,
.error404 .page-container,
.privacy-policy .page-container {
  width: 850px;
  padding: 0 20px;
}
.page-template .page-title,
.error404 .page-title,
.privacy-policy .page-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .page-template .page-title,
  .error404 .page-title,
  .privacy-policy .page-title {
    font-size: 30px;
  }
}
.page-template .page-title.--404,
.error404 .page-title.--404,
.privacy-policy .page-title.--404 {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 60px;
}
.page-template .page-image,
.error404 .page-image,
.privacy-policy .page-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template .page-image.--isedon,
.error404 .page-image.--isedon,
.privacy-policy .page-image.--isedon {
  margin-top: 87px;
}
@media (max-width: 768px) {
  .page-template .page-image.--isedon,
  .error404 .page-image.--isedon,
  .privacy-policy .page-image.--isedon {
    margin-top: 50px;
  }
}
.page-template .page-image.--isedon img,
.error404 .page-image.--isedon img,
.privacy-policy .page-image.--isedon img {
  width: 296px;
}
@media (max-width: 768px) {
  .page-template .page-image.--isedon img,
  .error404 .page-image.--isedon img,
  .privacy-policy .page-image.--isedon img {
    width: 189px;
  }
}
.page-template .page-image.--404 img,
.error404 .page-image.--404 img,
.privacy-policy .page-image.--404 img {
  width: 110px;
}
.page-template .page-subtitle,
.error404 .page-subtitle,
.privacy-policy .page-subtitle {
  margin-top: 65px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .page-template .page-subtitle,
  .error404 .page-subtitle,
  .privacy-policy .page-subtitle {
    margin-top: 40px;
    font-size: 22px;
    text-align: inherit;
  }
}
.page-template .page-subtitle.--404,
.error404 .page-subtitle.--404,
.privacy-policy .page-subtitle.--404 {
  margin-top: 10px;
  font-size: 30px;
}
@media (max-width: 768px) {
  .page-template .page-subtitle.--404,
  .error404 .page-subtitle.--404,
  .privacy-policy .page-subtitle.--404 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .page-template .page-subtitle.--center,
  .error404 .page-subtitle.--center,
  .privacy-policy .page-subtitle.--center {
    text-align: center;
  }
}
.page-template .page-description,
.error404 .page-description,
.privacy-policy .page-description {
  margin-top: 23px;
  text-align: center;
}
.page-template .page-description p,
.error404 .page-description p,
.privacy-policy .page-description p {
  line-height: 35px;
}
@media (max-width: 768px) {
  .page-template .page-description p,
  .error404 .page-description p,
  .privacy-policy .page-description p {
    line-height: 28px;
    text-align: left;
  }
}
.page-template .page-description.--404,
.error404 .page-description.--404,
.privacy-policy .page-description.--404 {
  margin-top: 50px;
  font-size: 20px;
}
.page-template .page-description.--404 p,
.error404 .page-description.--404 p,
.privacy-policy .page-description.--404 p {
  line-height: 30px;
}
@media (max-width: 768px) {
  .page-template .page-description.--404 p,
  .error404 .page-description.--404 p,
  .privacy-policy .page-description.--404 p {
    line-height: 28px;
  }
}
.page-template .page-button,
.error404 .page-button,
.privacy-policy .page-button {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template .page-button a,
.error404 .page-button a,
.privacy-policy .page-button a {
  padding: 20px 60px;
  border: 1px solid #2D646E;
  color: #2D646E;
  font-weight: bold;
  border-radius: 40px;
  transition: 0.1s ease;
}
.page-template .page-button a:hover,
.error404 .page-button a:hover,
.privacy-policy .page-button a:hover {
  background-color: #2D646E;
  color: white;
}
.page-template .about,
.error404 .about,
.privacy-policy .about {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template .about__container,
.error404 .about__container,
.privacy-policy .about__container {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-template .access,
.error404 .access,
.privacy-policy .access {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template .access__content,
.error404 .access__content,
.privacy-policy .access__content {
  scroll-margin-top: 130px;
  margin-top: 140px;
}
@media (max-width: 768px) {
  .page-template .access__content,
  .error404 .access__content,
  .privacy-policy .access__content {
    margin-top: 56px;
  }
}
.page-template .access__image,
.error404 .access__image,
.privacy-policy .access__image {
  margin-top: 50px;
}
.page-template .access__navigation,
.error404 .access__navigation,
.privacy-policy .access__navigation {
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
  height: 71px;
}
@media (max-width: 768px) {
  .page-template .access__navigation,
  .error404 .access__navigation,
  .privacy-policy .access__navigation {
    margin-top: 70px;
    height: 40px;
  }
}
.page-template .access__navigation a,
.error404 .access__navigation a,
.privacy-policy .access__navigation a {
  display: flex;
  align-items: center;
  font-size: 22px;
}
@media (max-width: 768px) {
  .page-template .access__navigation a,
  .error404 .access__navigation a,
  .privacy-policy .access__navigation a {
    font-size: 16px;
    text-align: center;
  }
}
.page-template .access__navigation a:nth-child(1),
.error404 .access__navigation a:nth-child(1),
.privacy-policy .access__navigation a:nth-child(1) {
  width: 30%;
  justify-content: flex-start;
  border-right: 1px solid #2D646E;
}
@media (max-width: 768px) {
  .page-template .access__navigation a:nth-child(1),
  .error404 .access__navigation a:nth-child(1),
  .privacy-policy .access__navigation a:nth-child(1) {
    justify-content: center;
  }
}
.page-template .access__navigation a:nth-child(2),
.error404 .access__navigation a:nth-child(2),
.privacy-policy .access__navigation a:nth-child(2) {
  width: 34%;
  justify-content: center;
}
.page-template .access__navigation a:nth-child(3),
.error404 .access__navigation a:nth-child(3),
.privacy-policy .access__navigation a:nth-child(3) {
  width: 30%;
  justify-content: flex-end;
  border-left: 1px solid #2D646E;
}
@media (max-width: 768px) {
  .page-template .access__navigation a:nth-child(3),
  .error404 .access__navigation a:nth-child(3),
  .privacy-policy .access__navigation a:nth-child(3) {
    justify-content: center;
  }
}
.page-template .flowchart,
.error404 .flowchart,
.privacy-policy .flowchart {
  margin-top: 60px;
}
.page-template .flowchart__item,
.error404 .flowchart__item,
.privacy-policy .flowchart__item {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #3C3C3C;
  width: 100%;
}
.page-template .flowchart__item.--title,
.error404 .flowchart__item.--title,
.privacy-policy .flowchart__item.--title {
  color: white;
  padding: 4px 0;
  background-color: #2D646E;
  margin-bottom: 40px;
}
.page-template .flowchart__item.--content,
.error404 .flowchart__item.--content,
.privacy-policy .flowchart__item.--content {
  padding: 16px 0;
}
.page-template .flowchart__item.--description,
.error404 .flowchart__item.--description,
.privacy-policy .flowchart__item.--description {
  position: relative;
  border: none;
  font-weight: normal;
  height: 80px;
}
.page-template .flowchart__item.--description.--big,
.error404 .flowchart__item.--description.--big,
.privacy-policy .flowchart__item.--description.--big {
  height: 221px;
}
.page-template .flowchart__item.--description:before,
.error404 .flowchart__item.--description:before,
.privacy-policy .flowchart__item.--description:before {
  content: attr(data-content);
  position: absolute;
  top: 0;
  border-left: 1px solid;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .page-template .flowchart__item.--description:before,
  .error404 .flowchart__item.--description:before,
  .privacy-policy .flowchart__item.--description:before {
    text-align: left;
    padding-left: 12px;
  }
}
.page-template .flowchart__item.--text,
.error404 .flowchart__item.--text,
.privacy-policy .flowchart__item.--text {
  font-size: 16px;
  font-weight: normal;
  border: none;
  text-align: center;
  margin-top: 10px;
}
.page-template .flowchart__one-row,
.error404 .flowchart__one-row,
.privacy-policy .flowchart__one-row {
  width: 100%;
}
.page-template .flowchart__one-row .flowchart__item.--description:before,
.error404 .flowchart__one-row .flowchart__item.--description:before,
.privacy-policy .flowchart__one-row .flowchart__item.--description:before {
  left: 30%;
}
.page-template .flowchart__two-row,
.error404 .flowchart__two-row,
.privacy-policy .flowchart__two-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .page-template .flowchart__two-row,
  .error404 .flowchart__two-row,
  .privacy-policy .flowchart__two-row {
    flex-direction: column;
  }
  .page-template .flowchart__two-row.--inherit,
  .error404 .flowchart__two-row.--inherit,
  .privacy-policy .flowchart__two-row.--inherit {
    flex-direction: inherit;
  }
}
.page-template .flowchart__two-row .flowchart__item.--description:before,
.error404 .flowchart__two-row .flowchart__item.--description:before,
.privacy-policy .flowchart__two-row .flowchart__item.--description:before {
  left: 15%;
}
@media (max-width: 768px) {
  .page-template .flowchart__two-row.--row,
  .error404 .flowchart__two-row.--row,
  .privacy-policy .flowchart__two-row.--row {
    flex-direction: inherit;
    gap: 20px;
  }
}
.page-template .flowchart__three-row,
.error404 .flowchart__three-row,
.privacy-policy .flowchart__three-row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .page-template .flowchart__three-row,
  .error404 .flowchart__three-row,
  .privacy-policy .flowchart__three-row {
    flex-direction: column;
  }
}
.page-template .flowchart__three-row .flowchart__item.--description:before,
.error404 .flowchart__three-row .flowchart__item.--description:before,
.privacy-policy .flowchart__three-row .flowchart__item.--description:before {
  left: 15%;
}
@media (max-width: 768px) {
  .page-template #car .flowchart,
  .error404 #car .flowchart,
  .privacy-policy #car .flowchart {
    padding: 0 40px;
  }
}
.page-template .locations,
.error404 .locations,
.privacy-policy .locations {
  margin-top: 192px;
}
@media (max-width: 768px) {
  .page-template .locations,
  .error404 .locations,
  .privacy-policy .locations {
    margin-top: 100px;
  }
}
.page-template .locations__cards,
.error404 .locations__cards,
.privacy-policy .locations__cards {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .page-template .locations__cards,
  .error404 .locations__cards,
  .privacy-policy .locations__cards {
    justify-content: space-between;
  }
}
.page-template .locations__card,
.error404 .locations__card,
.privacy-policy .locations__card {
  height: 100%;
  width: 30%;
  max-width: 300px;
  margin: 5% 5% 0 0;
}
@media (max-width: 768px) {
  .page-template .locations__card,
  .error404 .locations__card,
  .privacy-policy .locations__card {
    width: 47%;
    margin-right: 0;
    margin-top: 11%;
  }
}
.page-template .locations__card--title,
.error404 .locations__card--title,
.privacy-policy .locations__card--title {
  margin-top: 20px;
  font-size: 20px;
}
.page-template .locations__card:nth-of-type(3n),
.error404 .locations__card:nth-of-type(3n),
.privacy-policy .locations__card:nth-of-type(3n) {
  margin-right: 0;
}
.page-template .locations__card--image,
.error404 .locations__card--image,
.privacy-policy .locations__card--image {
  height: 100%;
  overflow: hidden;
}
.page-template .locations__card img,
.error404 .locations__card img,
.privacy-policy .locations__card img {
  height: 200px;
  transition: 0.1s ease;
}
@media (max-width: 768px) {
  .page-template .locations__card img,
  .error404 .locations__card img,
  .privacy-policy .locations__card img {
    height: 105px;
  }
}
.page-template .locations__card img:hover,
.error404 .locations__card img:hover,
.privacy-policy .locations__card img:hover {
  transform: scale(1.1);
}
.page-template .company,
.error404 .company,
.privacy-policy .company {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .page-template .company .page-subtitle,
  .error404 .company .page-subtitle,
  .privacy-policy .company .page-subtitle {
    margin-top: 0;
    text-align: center;
  }
}
.page-template .company .field,
.error404 .company .field,
.privacy-policy .company .field {
  margin-top: 124px;
}
@media (max-width: 768px) {
  .page-template .company .field,
  .error404 .company .field,
  .privacy-policy .company .field {
    margin-top: 50px;
  }
}
.page-template .isedon,
.error404 .isedon,
.privacy-policy .isedon {
  margin-top: 170px;
}
@media (max-width: 768px) {
  .page-template .isedon,
  .error404 .isedon,
  .privacy-policy .isedon {
    margin-top: 116px;
  }
}
.page-template .isedon__image,
.error404 .isedon__image,
.privacy-policy .isedon__image {
  margin-top: 70px;
}
.page-template .isedon__navigation,
.error404 .isedon__navigation,
.privacy-policy .isedon__navigation {
  margin: 170px auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 786px;
}
@media (max-width: 768px) {
  .page-template .isedon__navigation,
  .error404 .isedon__navigation,
  .privacy-policy .isedon__navigation {
    margin-top: 50px;
    flex-direction: column;
    gap: 60px;
  }
}
.page-template .isedon__navigation a,
.error404 .isedon__navigation a,
.privacy-policy .isedon__navigation a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-template .isedon__navigation a img,
.error404 .isedon__navigation a img,
.privacy-policy .isedon__navigation a img {
  height: 105px;
  width: auto;
  transition: 0.1s ease;
}
.page-template .isedon__navigation a img:hover,
.error404 .isedon__navigation a img:hover,
.privacy-policy .isedon__navigation a img:hover {
  opacity: 0.8;
}
.page-template .isedon__navigation a p,
.error404 .isedon__navigation a p,
.privacy-policy .isedon__navigation a p {
  margin-top: 26px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .page-template .isedon__navigation a p,
  .error404 .isedon__navigation a p,
  .privacy-policy .isedon__navigation a p {
    margin-top: 16px;
  }
}
.page-template .contact,
.error404 .contact,
.privacy-policy .contact {
  margin-top: 83px;
}
@media (max-width: 768px) {
  .page-template .contact,
  .error404 .contact,
  .privacy-policy .contact {
    margin-top: 20px;
  }
}
.page-template .contact__container,
.error404 .contact__container,
.privacy-policy .contact__container {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-template .contact__group,
.error404 .contact__group,
.privacy-policy .contact__group {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 35px 0 32px 0;
  border-bottom: 1px solid #3C3C3C;
}
@media (max-width: 768px) {
  .page-template .contact__group,
  .error404 .contact__group,
  .privacy-policy .contact__group {
    flex-direction: column;
  }
}
.page-template .contact__group.--last,
.error404 .contact__group.--last,
.privacy-policy .contact__group.--last {
  border-bottom: none;
}
@media (max-width: 768px) {
  .page-template .contact__group.--last,
  .error404 .contact__group.--last,
  .privacy-policy .contact__group.--last {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .page-template .contact__group:first-of-type,
  .error404 .contact__group:first-of-type,
  .privacy-policy .contact__group:first-of-type {
    padding-top: 0;
  }
}
.page-template .contact__label,
.error404 .contact__label,
.privacy-policy .contact__label {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template .contact__label::before,
.error404 .contact__label::before,
.privacy-policy .contact__label::before {
  content: "任意";
  color: white;
  background-color: #777777;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 4px;
  margin-right: 8px;
}
.page-template .contact__label.--required::before,
.error404 .contact__label.--required::before,
.privacy-policy .contact__label.--required::before {
  content: "必須";
  background-color: #D44747;
}
.page-template .contact__label label,
.error404 .contact__label label,
.privacy-policy .contact__label label {
  font-size: 16px;
}
.page-template .contact__input,
.error404 .contact__input,
.privacy-policy .contact__input {
  width: 500px;
}
@media (max-width: 768px) {
  .page-template .contact__input,
  .error404 .contact__input,
  .privacy-policy .contact__input {
    margin-top: 10px;
    width: 100%;
  }
}
.page-template .contact__input input, .page-template .contact__input textarea,
.error404 .contact__input input,
.error404 .contact__input textarea,
.privacy-policy .contact__input input,
.privacy-policy .contact__input textarea {
  font-weight: normal;
  font-size: 16px;
  width: 100%;
  background-color: #EBEBEB;
  border: none;
  padding: 0 10px;
}
.page-template .contact__input input:focus, .page-template .contact__input textarea:focus,
.error404 .contact__input input:focus,
.error404 .contact__input textarea:focus,
.privacy-policy .contact__input input:focus,
.privacy-policy .contact__input textarea:focus {
  outline: 2px solid #2D646E;
  border-radius: 2px;
}
.page-template .contact__input input,
.error404 .contact__input input,
.privacy-policy .contact__input input {
  height: 40px;
}
.page-template .contact__input textarea,
.error404 .contact__input textarea,
.privacy-policy .contact__input textarea {
  height: 230px;
  padding: 10px;
}
.page-template .contact__input.--confirm p,
.error404 .contact__input.--confirm p,
.privacy-policy .contact__input.--confirm p {
  height: 40px;
  width: 100%;
  border: 1px solid #3C3C3C;
  padding: 0 10px;
  display: flex;
  align-items: center;
  white-space: pre-line;
}
.page-template .contact__input.--confirm.--textarea p,
.error404 .contact__input.--confirm.--textarea p,
.privacy-policy .contact__input.--confirm.--textarea p {
  height: 100%;
  min-height: 230px;
  padding: 10px;
  align-items: baseline;
}
.page-template .contact__submit,
.error404 .contact__submit,
.privacy-policy .contact__submit {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .page-template .contact__submit,
  .error404 .contact__submit,
  .privacy-policy .contact__submit {
    margin-top: 50px;
  }
}
.page-template .contact__submit input,
.error404 .contact__submit input,
.privacy-policy .contact__submit input {
  background: white;
  border: 1px solid #2D646E;
  color: #2D646E;
  border-radius: 40px;
  width: 200px;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.page-template .contact__submit .wpcf7-spinner,
.error404 .contact__submit .wpcf7-spinner,
.privacy-policy .contact__submit .wpcf7-spinner {
  display: none;
}
.page-template .contact__submit--reverse input,
.error404 .contact__submit--reverse input,
.privacy-policy .contact__submit--reverse input {
  background: #2D646E;
  color: white;
}
.page-template .privacy-policy-content,
.error404 .privacy-policy-content,
.privacy-policy .privacy-policy-content {
  margin-top: 108px;
}
@media (max-width: 768px) {
  .page-template .privacy-policy-content,
  .error404 .privacy-policy-content,
  .privacy-policy .privacy-policy-content {
    margin-top: 50px;
  }
}
.page-template .privacy-policy-content h2.wp-block-heading,
.error404 .privacy-policy-content h2.wp-block-heading,
.privacy-policy .privacy-policy-content h2.wp-block-heading {
  margin-top: 58px;
  padding-bottom: 18px;
  border-bottom: 1px solid;
  font-size: 16px;
  font-weight: bold;
}
.page-template .privacy-policy-content ul.wp-block-list,
.page-template .privacy-policy-content ol.wp-block-list,
.error404 .privacy-policy-content ul.wp-block-list,
.error404 .privacy-policy-content ol.wp-block-list,
.privacy-policy .privacy-policy-content ul.wp-block-list,
.privacy-policy .privacy-policy-content ol.wp-block-list {
  padding-left: 20px;
  font-size: 16px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .page-template .privacy-policy-content ul.wp-block-list,
  .page-template .privacy-policy-content ol.wp-block-list,
  .error404 .privacy-policy-content ul.wp-block-list,
  .error404 .privacy-policy-content ol.wp-block-list,
  .privacy-policy .privacy-policy-content ul.wp-block-list,
  .privacy-policy .privacy-policy-content ol.wp-block-list {
    letter-spacing: 1px;
  }
}
.page-template .privacy-policy-content p,
.error404 .privacy-policy-content p,
.privacy-policy .privacy-policy-content p {
  margin-top: 10px;
  line-height: 35px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .page-template .privacy-policy-content p,
  .error404 .privacy-policy-content p,
  .privacy-policy .privacy-policy-content p {
    letter-spacing: 1px;
  }
}
.page-template .eat,
.error404 .eat,
.privacy-policy .eat {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .page-template .eat,
  .error404 .eat,
  .privacy-policy .eat {
    margin-top: 50px;
  }
}
.page-template .eat .area,
.error404 .eat .area,
.privacy-policy .eat .area {
  margin-top: 150px;
}
.page-template .eat .hidden,
.error404 .eat .hidden,
.privacy-policy .eat .hidden {
  display: none;
}
.page-template .eat #close-fullscreen-btn,
.error404 .eat #close-fullscreen-btn,
.privacy-policy .eat #close-fullscreen-btn {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s;
}
.page-template .eat #close-fullscreen-btn:hover,
.error404 .eat #close-fullscreen-btn:hover,
.privacy-policy .eat #close-fullscreen-btn:hover {
  background-color: rgb(255, 255, 255);
}
.page-template .eat__maps,
.error404 .eat__maps,
.privacy-policy .eat__maps {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .page-template .eat__maps,
  .error404 .eat__maps,
  .privacy-policy .eat__maps {
    padding: 0 20px;
    margin-top: 35px;
  }
}
.page-template .eat__map,
.error404 .eat__map,
.privacy-policy .eat__map {
  overflow: hidden;
  position: relative;
  height: 580px;
  width: 100%;
  z-index: 1;
}
.page-template .eat__map.fullscreen,
.error404 .eat__map.fullscreen,
.privacy-policy .eat__map.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
.page-template .eat__map.fullscreen .fullscreen-btn,
.error404 .eat__map.fullscreen .fullscreen-btn,
.privacy-policy .eat__map.fullscreen .fullscreen-btn {
  display: none;
}
.page-template .eat__map.fullscreen iframe,
.error404 .eat__map.fullscreen iframe,
.privacy-policy .eat__map.fullscreen iframe {
  height: 110vh;
}
.page-template .eat__map .fullscreen-btn,
.error404 .eat__map .fullscreen-btn,
.privacy-policy .eat__map .fullscreen-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s;
}
.page-template .eat__map iframe,
.error404 .eat__map iframe,
.privacy-policy .eat__map iframe {
  position: absolute;
  top: -62px;
  left: 0;
  width: 100%;
  height: calc(100% + 62px);
  border: 0;
}
.page-template .eat .area,
.error404 .eat .area,
.privacy-policy .eat .area {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .page-template .eat .area__areas,
  .error404 .eat .area__areas,
  .privacy-policy .eat .area__areas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 40px;
  }
}

@media (max-width: 768px) {
  .page-template-page-contact-confirm .contact__submit input {
    width: 152px;
  }
}

/*# sourceMappingURL=style.css.map */
