@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
}

html {
  scroll-padding-top: 100px;
  overflow-y: auto;
  height: 100%;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

ul li {
  list-style: none;
  margin-left: 2rem;
  text-indent: -1.8rem;
}

dl dt {
  margin-left: 2rem;
  text-indent: -1.8rem;
}

main {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main {
    max-width: 90%;
  }
}

.main2 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main2 {
    max-width: 95%;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 95%;
  }
}

.menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 8% 0;
}
.menu ul li {
  list-style: none;
  margin-left: 0;
  text-indent: 0;
}
.menu ul li:nth-child(1) {
  margin: 0 3% 0 0;
}
.menu ul li:nth-child(2) {
  margin: 0 3% 0 0;
}
.menu ul li:nth-child(3) {
  margin: 0 3% 0 0;
}
.menu ul li:nth-child(4) {
  margin: 0 3% 0 0;
}

header {
  width: 100%;
  display: flex;
  position: fixed;
  z-index: 10000;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  header {
    position: static;
  }
}

header {
  width: 100%;
}
header .smart_logo {
  display: none;
}
@media screen and (max-width: 767px) {
  header .smart_logo {
    display: block;
    padding: 5% 0 3% 3%;
    width: 80%;
  }
  header .smart_logo a:hover {
    opacity: 0.7 !important;
    color: #26442E;
  }
  header .smart_logo a::before {
    content: none;
  }
  header .smart_logo a:hover::before {
    content: none;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container a:hover {
  opacity: 0.7 !important;
  color: #26442E;
}
header .container .logo {
  width: 220px;
  height: auto;
  padding: 1%;
}
@media screen and (max-width: 767px) {
  header .container .logo {
    display: none;
  }
}
header .container .logo a::before {
  content: none;
}
header .container .logo a:hover::before {
  content: none;
}
header .container nav {
  width: calc(90% - 220px);
  padding: 0 0 0 10%;
}
header .container nav .menu-main-container {
  margin: 0 8% 0 0;
}
header .container nav .menu-main-container ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .container nav .menu-main-container ul li {
  width: auto;
  list-style: none;
}

main {
  height: calc(100% - 460px - 100px);
  position: relative;
}
main article {
  width: 100%;
}
main section {
  width: 100%;
  margin: 0 auto;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  main section {
    padding: 2rem 0;
  }
}

.background {
  position: relative;
  background: linear-gradient(to bottom, #F7F7F7 0%, #F3F8FF 100%);
}

.background2 {
  position: relative;
  background: linear-gradient(to bottom, #F7F7F7 0%, #F3F8FF 100%);
  padding: 0 0 7% 0;
}

.background2 .eyecatch {
  background-image: url("/wp-content/themes/practice/assets/img/eyecatch2.png");
  padding: 100px 0 0 0;
  text-align: center;
  margin: 0 auto;
}
.background2 .eyecatch h2 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .background2 .eyecatch {
    padding: 30px 0 0 0;
  }
}

.background:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 750px;
  background-image: url("/wp-content/themes/practice/assets/img/top/background_information.png ");
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .background:before {
    height: 966px;
  }
}

footer {
  height: 460px;
  background: #E9E9E9;
  color: #26442E;
}
@media screen and (max-width: 767px) {
  footer {
    height: 700px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 399px) {
  footer {
    height: 580px;
  }
}
footer .container .container2 {
  display: flex;
  justify-content: space-between;
  padding: 4% 3% 0 3%;
}
@media screen and (max-width: 767px) {
  footer .container .container2 {
    flex-direction: column-reverse;
    padding: 8% 2% 0 2%;
  }
}
footer .container .container2 .left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  footer .container .container2 .left {
    width: 100%;
    flex-direction: column-reverse;
  }
}
footer .container .container2 .left .logo {
  margin: 0 0 2% 0;
  width: 220px;
  height: auto;
}
@media screen and (max-width: 767px) {
  footer .container .container2 .left .logo {
    width: 60%;
    margin: 0 0 3% 0;
  }
}
footer .container .container2 .left p {
  margin: 0 0 0.5% 0;
}
footer .container .container2 .left .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  color: #26442E;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #26442E;
  position: relative;
  z-index: 1000;
  margin: 2% 0;
}
footer .container .container2 .left .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}
footer .container .container2 .left #copyright {
  color: #26442E;
  padding: 1.5% 0 0 0;
}
footer .container .container2 .right {
  width: 40%;
}
@media screen and (max-width: 767px) {
  footer .container .container2 .right {
    width: 100%;
    display: none;
  }
}
footer .container .container2 .right nav {
  display: flex;
  flex-wrap: wrap;
}
footer .container .container2 .right nav div {
  width: 33%;
}
@media screen and (max-width: 767px) {
  footer .container .container2 .right nav div {
    width: 50%;
  }
}
footer .container .container2 .right nav div ul li {
  list-style: none;
  color: #26442E;
}
footer .container .container2 .right nav div .menu li {
  font-size: 1.7rem;
}
footer .container .container2 .right nav div .menu .sub-menu li {
  font-size: 1.5rem;
  width: 100%;
}
footer .container .container2 .right2 {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .container .container2 .right2 {
    display: block;
    margin: 0 0 5% 0;
  }
  footer .container .container2 .right2 ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .container .container2 .right2 ul li {
    width: 50%;
    list-style: none;
    color: #26442E;
    margin: 0 0 3% 0;
    text-indent: 0;
  }
  footer .container .container2 .right2 ul li:hover {
    color: #fff;
  }
}

.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #fff;
  margin: 8% 0 0 auto;
}

.btn a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}

.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #fff;
}

.front {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .front {
    height: auto;
  }
}
.front .thumb {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front .thumb video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .front .thumb {
    display: none;
  }
}
.front .smart_thumb {
  display: none;
}
@media screen and (max-width: 767px) {
  .front .smart_thumb {
    display: block;
  }
}

.information {
  position: relative;
  z-index: 1000;
}
.information .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .information .text {
    justify-content: center;
  }
}
.information .text h2 {
  width: 15%;
}
@media screen and (max-width: 999px) {
  .information .text h2 {
    text-align: center;
    width: 100%;
    margin: 0;
  }
}
.information .text .card-wrapper {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .information .text .card-wrapper {
    width: 100%;
  }
}
.information .text .card-wrapper .card .description {
  border-bottom: 2px solid #FFFFFF;
  padding: 0 0 2% 0;
  margin: 0 0 2% 0;
}
@media screen and (max-width: 767px) {
  .information .text .card-wrapper .card .description {
    padding: 0 0 4% 0;
    margin: 0 0 4% 0;
  }
}
.information .text .card-wrapper .card .description h4 {
  margin: 0 0 0.5% 0;
}
.information .text .card-wrapper .card .description p {
  color: #333333;
  margin: 0;
}
.information .text .card-wrapper .card .description:hover {
  opacity: 0.7;
}
.information .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 60px;
  color: #26442E;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  background-color: #fff;
  border: 1px solid #26442E;
  margin: 2% 0 0 auto;
}
@media screen and (max-width: 767px) {
  .information .btn a {
    margin: 10% auto 0 auto;
  }
}
.information .btn a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #26442E;
}
.information .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #26442E;
}

.top_facility {
  display: flex;
  position: relative;
  padding: 20rem 0 0 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top_facility {
    display: block;
    padding: 9.2rem 0 0 0;
  }
}
.top_facility .thumb {
  width: 50%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top_facility .thumb {
    width: 100%;
  }
}
.top_facility .thumb img {
  height: 710px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top_facility .thumb img {
    height: 300px;
  }
}
.top_facility .description {
  width: 50%;
  padding: 5%;
  color: #fff;
  background: linear-gradient(-225deg, #333333 0%, #19201B 100%);
  position: absolute;
  right: 30px;
  bottom: -65px;
}
@media screen and (max-width: 767px) {
  .top_facility .description {
    width: 100%;
    position: static;
    padding: 10% 4%;
  }
}

.usage_scene {
  padding: 19.4rem 0 6.4rem 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .usage_scene {
    flex-direction: column-reverse;
    padding: 6.4rem 0 2rem 0;
  }
}
.usage_scene .description {
  width: 50%;
  padding: 5%;
  color: #fff;
  background: linear-gradient(-225deg, #333333 0%, #19201B 100%);
}
@media screen and (max-width: 767px) {
  .usage_scene .description {
    width: 100%;
    padding: 10% 4%;
  }
}
.usage_scene .description .btn3 a {
  width: 227px;
}
.usage_scene .description .btn3 a::after {
  left: -57px;
}
.usage_scene .thumb {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .usage_scene .thumb {
    width: 100%;
    order: 1;
  }
}
.usage_scene .thumb div {
  display: flex;
}
.usage_scene .thumb div img {
  width: 50%;
  object-fit: cover;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

.services_usage {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services_usage h2 {
  padding: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .services_usage h2 {
    padding: 1rem 0;
  }
}
.services_usage .description {
  width: 47%;
  padding: 10%;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .services_usage .description {
    width: 100%;
  }
}
.services_usage .description:first-of-type {
  background-image: url("/wp-content/themes/practice/assets/img/top/top_services.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .services_usage .description:first-of-type {
    margin: 0 0 5% 0;
  }
}
.services_usage .description:nth-of-type(2) {
  background-image: url("/wp-content/themes/practice/assets/img/top/top_usage.png");
  background-size: cover;
  background-position: center;
}
.services_usage .description::after {
  content: "";
  background: rgba(66, 66, 66, 0.45);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.services_usage .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #fff;
  position: relative;
  z-index: 1000;
  margin: 0 auto;
}
.services_usage .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}

.reservation .background3 {
  background-image: url("/wp-content/themes/practice/assets/img/top/top_reservation.jpg");
  padding: 5% 6%;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .reservation .background3 {
    width: 100%;
    text-align: left;
    padding: 10% 5%;
  }
}
.reservation .background3 h2 {
  text-align: center;
}
.reservation .background3 p {
  color: #FFFFFF;
  margin: 0 0 4% 0;
}
.reservation .background3 .description {
  width: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .reservation .background3 .description {
    display: block;
    width: 100%;
  }
}
.reservation .background3 .description div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reservation .background3 .description div dl {
  width: 45%;
  text-align: left;
  margin: 0 0 2% 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .reservation .background3 .description div dl {
    width: 100%;
    font-size: 1.6rem;
    margin: 0 0 6% 0;
  }
}
.reservation .background3 .description div dl dt {
  text-indent: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .reservation .background3 .description div dl dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .reservation .background3 .description div dl dd {
    padding: 0;
  }
}

.facility h2 {
  color: #26442E;
}
@media screen and (max-width: 767px) {
  .facility h2 {
    text-align: center;
  }
}
.facility .menu ul {
  justify-content: space-between;
}
.facility .menu ul li {
  text-indent: 0;
  margin: 0;
}
.facility ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 8% 0;
}
@media screen and (max-width: 767px) {
  .facility ul {
    justify-content: center;
  }
}
.facility ul li {
  list-style: none;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .facility ul li {
    width: 45%;
  }
}
.facility .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  color: #26442E;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #26442E;
  position: relative;
  z-index: 1000;
  margin: 2% 0;
}
.facility .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}
.facility .card {
  width: 100%;
  height: 100%; /* 親要素に合わせる */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; /* 高さを内容に合わせるために上揃えにする */
  margin: 0 0 10% 0;
}
.facility .card .thumb {
  width: 50%;
  position: relative; /* 高さの設定を相対的にするために追加 */
  display: flex;
  flex-direction: column; /* 子要素が縦に並ぶようにする */
  justify-content: flex-start; /* 余分なスペースが上部にできないように調整 */
  align-items: center; /* 中央に揃える（必要に応じて） */
}
@media screen and (max-width: 767px) {
  .facility .card .thumb {
    width: 100%;
  }
}
.facility .card .description {
  width: 40%;
  height: auto; /* 高さをコンテンツに合わせて自動調整 */
}
@media screen and (max-width: 767px) {
  .facility .card .description {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 2%;
  }
}
.facility .card .description dl {
  width: 100%;
  margin: 0 0 5% 0;
}
@media screen and (max-width: 767px) {
  .facility .card .description dl {
    width: 100%;
  }
  .facility .card .description dl dd {
    padding: 0 0 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .facility .card .description dl dt {
    text-indent: 0;
  }
}
@media screen and (max-width: 767px) {
  .facility .card .description dl:nth-of-type(3) {
    width: 100%;
  }
}
.facility .card:nth-of-type(4) dl:first-of-type dt {
  font-size: 1.8rem;
}
.facility .card:nth-of-type(4) dl:nth-of-type(2) dd span {
  display: inline-block;
  width: 6rem;
}

.swiper {
  width: 100%;
  height: 60%; /* 固定の高さを指定 */
  padding: 0; /* 余分な余白を取り除く */
  margin: 0 0 5% 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto; /* 高さを親要素に合わせる */
  width: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto; /* 高さは自動調整 */
  object-fit: cover; /* 画像のアスペクト比を維持しつつ、親要素に合わせて切り取る */
}

.mySwiper2 {
  height: 40vh; /* 画面の高さの40% */
  width: 100%;
  margin: 0 0 5% 0;
  flex-grow: 0; /* 他のコンテンツに影響を与えないように */
}

.mySwiper {
  height: 12%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.swiper-card-thumb {
  height: auto; /* サムネイルの高さを内容に合わせる */
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.services h2 {
  color: #26442E;
  text-align: center;
}
.services .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  color: #26442E;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #26442E;
  position: relative;
  z-index: 1000;
  margin: 2% 0;
}
.services .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}
.services .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10% 0;
  align-items: center;
}
.services .card .thumb {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .services .card .thumb {
    width: 100%;
  }
}
.services .card .thumb div {
  display: flex;
}
.services .card .thumb div img {
  width: 50%;
  object-fit: cover;
  padding: 0 3% 3% 0;
}
.services .card .thumb div img:nth-of-type(2n) {
  padding: 0 0 3% 0;
}
.services .card .description {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .services .card .description {
    width: 100%;
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .services .card .description dl dt {
    text-indent: 0;
  }
}
.services .card:nth-of-type(3) .thumb {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .services .card:nth-of-type(3) .thumb {
    width: 100%;
  }
}
.services .card:nth-of-type(3) .thumb div {
  display: flex;
}
.services .card:nth-of-type(3) .thumb div img {
  width: 100%;
  object-fit: cover;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .services .card:nth-of-type(3) .description {
    margin: 4% 0 0 0;
  }
}
.services .card:nth-of-type(3) .description ul li {
  text-indent: 0;
}
.services .card:nth-of-type(3) .description p {
  margin: 3% 0 0 0;
  margin-left: 1.6rem;
  text-indent: -1.6rem;
}
@media screen and (max-width: 767px) {
  .services .card:nth-of-type(2n-1) {
    flex-direction: column-reverse;
  }
}
.services .card:nth-of-type(2n-1) .description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.services .card:nth-of-type(2n-1) .description ul {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .services .card:nth-of-type(2n-1) .description ul {
    width: 50%;
  }
}
.services .card:nth-of-type(2n-1) .description ul li {
  width: 100%;
  list-style-type: none;
  margin: 0 0 2% 0;
}

.sightseeing main {
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .sightseeing main {
    max-width: 95%;
  }
}
.sightseeing h2 {
  color: #fff;
  text-align: center;
}
.sightseeing .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  color: #26442E;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #26442E;
  position: relative;
  z-index: 1000;
  margin: 2% 0;
}
.sightseeing .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}
.sightseeing .btn a {
  margin: 2% 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sightseeing .btn a {
    margin: 4% 0 0 auto;
  }
}
.sightseeing .card {
  padding: 8% 10%;
  margin: 0 0 10% 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sightseeing .card {
    padding: 8% 3%;
  }
}
.sightseeing .card .decoration {
  font-family: viant-mn, sans-serif;
  font-size: 1.8rem;
  position: absolute;
  bottom: 8rem;
  right: 10rem;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .sightseeing .card .decoration {
    display: none;
  }
}
.sightseeing .card .description {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .sightseeing .card .description dl {
    margin: 0 0 8% 0;
  }
}
.sightseeing .card .description dl dt {
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .sightseeing .card .description dl dd {
    padding: 0;
  }
}
.sightseeing .card:nth-of-type(2n) {
  color: #fff;
  background: linear-gradient(-225deg, #333333 0%, #19201B 100%);
}
.sightseeing .card:nth-of-type(2n-1) {
  color: #26442E;
  background: #fff;
}
.sightseeing .card:nth-of-type(2n-1) h2 {
  color: #26442E;
}
.sightseeing .card:nth-of-type(2n-1) .btn a {
  color: #26442E;
  border: 1px solid #26442E;
}
.sightseeing .card:nth-of-type(2n-1) .btn a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #26442E;
}
.sightseeing .card:nth-of-type(2n-1) .btn a::after {
  background-color: #26442E;
}
.sightseeing .card:last-of-type {
  background-image: url("/wp-content/themes/practice/assets/img/sightseeing.jpg");
  background-size: cover;
  padding: 13% 10%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 100;
}
.sightseeing .card:last-of-type h2 {
  color: #fff;
}
.sightseeing .card:last-of-type .description p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .sightseeing .card:last-of-type .description p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.sightseeing .card:last-of-type .btn2 a {
  margin: 3% auto;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  z-index: 100;
}
.sightseeing .card:last-of-type::after {
  content: "";
  background: rgba(66, 66, 66, 0.45);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.access {
  width: 100%;
  margin: 0 auto 6rem auto;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 2rem 0;
    font-size: 1.6rem;
  }
}
.access .map {
  margin: 5% 0 10% 0;
}
.access .card {
  display: flex;
  flex-wrap: wrap;
}
.access .card .thumb {
  position: relative;
  width: 50%;
  z-index: 1000;
  height: 660px;
}
@media screen and (max-width: 767px) {
  .access .card .thumb {
    width: 100%;
    height: auto;
  }
}
.access .card .description {
  width: 50%;
  padding: 4% 5%;
  color: #fff;
  background: linear-gradient(-225deg, #333333 0%, #19201B 100%);
  position: absolute;
  right: 30px;
  bottom: -70px;
}
.access .card .description dl {
  margin: 0 0 6% 0;
}
.access .card .description dl dd {
  margin: 2% 0 3% 0;
}
@media screen and (max-width: 767px) {
  .access .card .description dl dd {
    padding: 0;
    font-size: 1.6rem;
  }
}
.access .card .description dl:nth-of-type(3) {
  margin: 0;
}
.access .card .description dl:nth-of-type(3) dd {
  margin: 2% 0 0 0;
}
.access .card .description .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #fff;
  position: relative;
  z-index: 1000;
  margin: 4% 0;
}
.access .card .description .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .access .card .description {
    width: 100%;
    margin: 0;
    position: static;
    padding: 8%;
    font-size: 1.6rem;
  }
}

.usage .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  color: #26442E;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #26442E;
  position: relative;
  z-index: 1000;
  margin: 2% 0;
}
.usage .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}
.usage .btn a {
  margin: 2% 0 0 auto;
}
.usage .card h2 {
  text-align: center;
  color: #26442E;
  margin: 0 0 1.5rem 0;
}
.usage .card:nth-of-type(n+3) table, .usage .card:nth-of-type(n+3) td, .usage .card:nth-of-type(n+3) th {
  width: 100%;
  border: 1px solid #E9E9E9;
  border-collapse: collapse;
  align-items: center;
  text-align: center;
}
.usage .card:nth-of-type(n+3) td, .usage .card:nth-of-type(n+3) th {
  padding: 3px;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(n+3) td, .usage .card:nth-of-type(n+3) th {
    display: block;
    width: 100%;
    height: auto;
  }
}
.usage .card:nth-of-type(n+3) th {
  background: #f0e6cc;
}
.usage .card:nth-of-type(n+3) .table {
  margin: 0 0 10% 0;
}
.usage .card:nth-of-type(n+3) table {
  margin: 0 0 8% 0;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(n+3) table tbody {
    display: block;
    width: 100%;
  }
}
.usage .card:nth-of-type(n+3) table tbody tr td:first-child {
  color: #fff;
  background-color: #26442E;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(n+3) table tbody tr td:first-child {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.usage .card:nth-of-type(n+3) table tbody tr td:nth-child(2) {
  color: #26442E;
  background-color: #fff;
  width: 80%;
  padding: 1% 3%;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(n+3) table tbody tr td:nth-child(2) {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 3% 8%;
  }
}
.usage .card:nth-of-type(n+3) table tbody tr ul {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(n+3) table tbody tr ul li {
    margin: 0 0 3% 0;
  }
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(n+3) table tbody tr {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(n+3) table {
    width: 100%;
  }
}
.usage .card:nth-of-type(2) {
  margin: 7% auto 8% auto;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) {
    margin: 0 auto 10% auto;
  }
}
.usage .card:nth-of-type(2) .description {
  width: 70%;
  margin: 5% auto;
  background-color: #FFFFFF;
  padding: 3% 5%;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .description {
    width: 100%;
    padding: 5% 10%;
    margin: 0 auto 10% auto;
  }
}
.usage .card:nth-of-type(2) .description dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1% 0;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .description dl {
    margin: 0 0 2% 0;
    font-size: 1.6rem;
  }
}
.usage .card:nth-of-type(2) .description dl dt {
  margin: 0 1.5% 0 0;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .description dl dt {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .description dl dd {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
  }
}
.usage .card:nth-of-type(2) .scroll {
  overflow-x: auto;
  white-space: nowrap;
  margin: 5% auto;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .scroll {
    margin: 0 auto 10% auto;
  }
}
.usage .card:nth-of-type(2) .scroll .place {
  text-align: center;
  color: #26442E;
  background: #fff;
  padding: 3% 10%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .scroll .place {
    width: 100%;
    padding: 3% 5%;
    display: none;
  }
}
.usage .card:nth-of-type(2) .scroll .place td, .usage .card:nth-of-type(2) .scroll .place th {
  border: 1px solid #E9E9E9;
  border-collapse: collapse;
  align-items: center;
  text-align: center;
}
.usage .card:nth-of-type(2) .scroll .place td, .usage .card:nth-of-type(2) .scroll .place th {
  padding: 3px;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.usage .card:nth-of-type(2) .scroll .place th {
  background: #f0e6cc;
}
.usage .card:nth-of-type(2) .scroll .place tbody tr:first-child {
  color: #fff;
  background-color: #26442E;
  height: auto;
}
.usage .card:nth-of-type(2) .scroll .place tbody tr:nth-child(3) td:nth-child(2) {
  color: #fff;
  background-color: #26442E;
  width: 10%;
  height: auto;
}
.usage .card:nth-of-type(2) .scroll .place tbody tr td:first-child {
  color: #fff;
  background-color: #26442E;
  width: 10%;
  height: auto;
}
.usage .card:nth-of-type(2) .scroll .place_smart {
  display: none;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .scroll .place_smart {
    width: 100%;
    display: block;
    text-align: center;
    color: #26442E;
    background: #fff;
  }
  .usage .card:nth-of-type(2) .scroll .place_smart td, .usage .card:nth-of-type(2) .scroll .place_smart th {
    border: 1px solid #E9E9E9;
    border-collapse: collapse;
    align-items: center;
    text-align: center;
    background-color: #FFFFFF;
  }
  .usage .card:nth-of-type(2) .scroll .place_smart td, .usage .card:nth-of-type(2) .scroll .place_smart th {
    padding: 3px;
    width: 30px;
    height: 25px;
    vertical-align: middle;
    background-color: #FFFFFF;
  }
  .usage .card:nth-of-type(2) .scroll .place_smart th {
    background: #fff;
  }
  .usage .card:nth-of-type(2) .scroll .place_smart tbody tr:first-child {
    color: #fff;
    background-color: #26442E;
    height: auto;
  }
  .usage .card:nth-of-type(2) .scroll .place_smart tbody tr:first-child td {
    color: #fff;
    background-color: #26442E;
    height: auto;
  }
  .usage .card:nth-of-type(2) .scroll .place_smart tbody tr td:first-child {
    color: #fff;
    background-color: #26442E;
    width: 10%;
    height: auto;
    position: sticky;
    top: 0;
    left: 0;
    border-left: none;
    border-right: none;
  }
  .usage .card:nth-of-type(2) .scroll .place_smart tbody tr:nth-child(n+2) td:nth-child(4) {
    background-color: #FFFFFF;
  }
}
.usage .card:nth-of-type(2) .table table, .usage .card:nth-of-type(2) .table td, .usage .card:nth-of-type(2) .table th {
  width: 100%;
  border: 1px solid #E9E9E9;
  border-collapse: collapse;
  align-items: center;
  text-align: center;
}
.usage .card:nth-of-type(2) .table td, .usage .card:nth-of-type(2) .table th {
  padding: 3px;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .table td, .usage .card:nth-of-type(2) .table th {
    display: block;
    width: 100%;
    height: auto;
  }
}
.usage .card:nth-of-type(2) .table th {
  background: #f0e6cc;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .table table tbody {
    display: block;
    width: 100%;
  }
}
.usage .card:nth-of-type(2) .table table tbody tr td:first-child {
  color: #fff;
  background-color: #26442E;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .table table tbody tr td:first-child {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.usage .card:nth-of-type(2) .table table tbody tr td:nth-child(2) {
  color: #26442E;
  background-color: #fff;
  width: 80%;
  padding: 1% 3%;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .table table tbody tr td:nth-child(2) {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 3% 8%;
  }
}
.usage .card:nth-of-type(2) .table table tbody tr ul {
  text-align: left;
}
.usage .card:nth-of-type(2) .table table tbody tr ul li span {
  display: inline-block;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .table table tbody tr {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .table table tbody td:nth-child(2) {
    padding: 5% 8%;
  }
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .table table {
    width: 100%;
  }
}
.usage .card:nth-of-type(4) table tr td .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  color: #26442E;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #26442E;
  position: relative;
  z-index: 1000;
  margin: 2% 0;
}
.usage .card:nth-of-type(4) table tr td .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}

.reservation .remarks {
  border: double 4px #26442E;
  width: fit-content;
  color: #26442E;
  padding: 2% 8%;
  margin: 7% auto 0 auto;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
}
.reservation .remarks ul {
  margin: 0 0 5% 0;
  display: block;
}
.reservation .remarks ul li {
  list-style: none;
}
.reservation .remarks ul li span {
  display: unset;
  width: 3rem;
}
.reservation .remarks p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
}

.information .card-wrapper .card .description {
  border-bottom: 2px solid #FFFFFF;
  padding: 0 0 2% 0;
  margin: 0 0 2% 0;
}
.information .card-wrapper .card .description h4 {
  margin: 0 0 0.5% 0;
  color: #26442E;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .information .card-wrapper .card .description h4 {
    font-size: 1.7rem;
  }
}
.information .card-wrapper .card .description h4 .date {
  margin: 0 1% 0 0;
}
.information .card-wrapper .card .description p {
  color: #333333;
  margin: 0;
}
.information .card-wrapper .card .description:hover {
  opacity: 0.7;
}

.background2 .s-eyecatch {
  background-image: url(/wp-content/themes/practice/assets/img/eyecatch2.png);
  text-align: center;
  margin: 0 auto;
  padding: 200px 0 0 0;
}
.background2 .single h4 {
  font-size: 2rem;
  margin: 0 0 4rem 0;
  color: #26442E;
  text-align: center;
}
.background2 .single .date {
  margin: 0 0 1% 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
  line-height: 2em;
}

h1 {
  font-size: 3.2rem;
  margin: 0 0 1rem 0;
  padding: 1rem 0;
}

h2 {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.5rem;
  position: relative;
  padding: 1rem 0 3rem 0;
  color: #26442E;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3rem;
    padding: 1rem 0 2rem 0;
  }
}
h2 span {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  display: block;
  padding: 1rem 0 0 0;
}
@media screen and (max-width: 767px) {
  h2 span {
    padding: 0.6rem 0 0 0;
  }
}

header, footer {
  font-family: "Shippori Mincho", serif;
}

footer .container .container2 .left p {
  font-family: "Shippori Mincho", serif;
}
footer .container .container2 .right .menu-sub1-container {
  font-weight: bolder;
  font-size: 1.6rem;
}
footer .container .container2 .right ul li {
  margin: 0 0 0.5% 0;
}
footer .container .container2 .right ul li ul li {
  display: flex;
  align-items: center; /* 垂直中心 */
  margin: 0 0 0.5% 0;
}
footer .container .container2 .right ul li ul li:before {
  border-top: 1px solid;
  content: "";
  width: 1em;
  margin: 0 5% 0 0;
}
footer .container .container2 .right ul li:hover {
  color: #fff;
}

h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  padding-left: 1rem;
  margin: 0 0 2.4rem 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  h3 {
    padding: 0;
  }
}

h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
  margin: 0 0 2rem 0;
  color: #333333;
}

h5 {
  font-size: 1.8rem;
  margin: 0 0 1.8rem 0;
}

h6 {
  font-size: 1.6rem;
  margin: 0 0 1.6rem 0;
}

a {
  text-decoration: none;
}

header nav ul li {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
}

.btn a {
  font-family: "Shippori Mincho", serif;
}

.btn2 {
  font-family: "Shippori Mincho", serif;
}

p {
  font-family: "Shippori Mincho", serif;
}

dl {
  margin: 0 0 4% 0;
}
@media screen and (max-width: 767px) {
  dl {
    margin: 0 0 6% 0;
  }
}
dl dt {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  margin: 0 0 1% 0;
}
@media screen and (max-width: 767px) {
  dl dt {
    font-size: 1.7rem;
  }
}
dl dd {
  font-family: "Shippori Mincho", serif;
  margin: 0 0 1% 0;
}
@media screen and (max-width: 767px) {
  dl dd {
    padding: 0 0 0 5%;
    line-height: 1.8;
  }
}

.dsp_hp {
  display: block;
}

.dsp_smt {
  display: none;
}

@media screen and (max-width: 767px) {
  .dsp_hp {
    display: none;
  }
  .dsp_smt {
    display: block;
  }
}
header {
  background-color: transparent !important;
}
header.scrolled {
  background: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
header.scrolled a {
  color: #26442E;
}
header a {
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  header a {
    color: #26442E;
  }
}
header a::before {
  background: #26442E;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
header a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

body {
  color: #333;
}

main h2 {
  color: #fff;
  z-index: 100;
}

.information div h2, .information div p {
  color: #26442E;
}

/*ここから下の項目は削除*/
/*ここまで*/
button, input[type=submit] {
  width: 200px;
  height: 35px;
  background: #fff;
  text-align: center;
  color: #26442E;
  border: none;
  border-radius: 20px;
}

p {
  margin-bottom: 2rem;
}

ul li {
  list-style: initial;
  list-style-position: inside;
}

ol li {
  list-style: decimal;
  list-style-position: inside;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  header #g-menu {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background-color: #26442E;
    cursor: pointer;
  }
  header #g-menu span, header #g-menu span:before, header #g-menu span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ccc;
    position: absolute;
    transition: all 0.3s;
  }
  header #g-menu span:before {
    bottom: 8px;
    position: absolute;
  }
  header #g-menu span:after {
    top: 8px;
    position: absolute;
  }
  header nav#global {
    transition: all 0.3s;
    position: relative;
    z-index: 10000;
  }
  header nav#global.active #g-menu span {
    background-color: rgba(255, 255, 255, 0);
  }
  header nav#global.active #g-menu span:before {
    bottom: 0;
    transform: rotate(45deg);
  }
  header nav#global.active #g-menu span:after {
    top: 0;
    transform: rotate(-45deg);
  }
  header nav#global ul {
    display: none;
  }
  header nav#global.active ul {
    display: block;
    padding: 3% 0;
  }
  header nav#global.active ul li {
    padding: 3% 0 3% 14%;
  }
  header nav#global.active {
    padding: 0;
  }
  header nav#global.active .menu-main-container {
    width: 50vw;
    position: fixed;
    top: 10%;
    right: 0;
    margin: 0;
    background: #FFFFFF;
  }
}
nav .menu-main-container .sub-menu {
  display: none;
}
nav .menu-main-container .sub-menu.is-active {
  display: block;
}

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