@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  overflow-x: hidden;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  color: #434343;
  letter-spacing: 0;
}

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

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

body {
  font-family: "Noto Sans JP", "Noto Serif JP", sans-serif, serif;
  background-color: #f7f7f7;
}

body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

a[href^="tel:"] {
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

p span {
  display: inline-block;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

a {
  text-decoration: none;
}

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.button {
  display: inline-block;
  border: 1px solid #434343;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 13px 0;
  text-align: center;
  text-transform: uppercase;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .button {
    border-radius: 5px;
    font-size: 12px;
    padding: 7px 0;
    width: 165px;
  }
}

.button--blue {
  color: #56b9c6;
  border: 1px solid #56b9c6;
  padding-right: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .button--blue {
    padding-right: 11px;
  }
}

.button--blue::before {
  content: "";
  background-image: url(wp-conten/themes/DogoOnsen/images/top/about/blank-b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15.34px;
  height: 15.34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% - 93px);
}
@media screen and (max-width: 768px) {
  .button--blue::before {
    width: 12px;
    height: 12px;
    right: calc(50% - 72px);
  }
}

.button--yellow {
  color: #d5a254;
  border: 1px solid #d5a254;
  padding-right: 25px;
  letter-spacing: 0.01em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .button--yellow {
    padding-right: 12px;
  }
}

.button--yellow::before {
  content: "";
  background-image: url(wp-conten/themes/DogoOnsen/images/top/about/blank-y.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15.34px;
  height: 15.34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% - 93px);
}
@media screen and (max-width: 768px) {
  .button--yellow::before {
    width: 12px;
    height: 12px;
    right: calc(50% - 72px);
  }
}

.button--crowd {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #434343;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 0 19.5px;
  text-align: center;
  writing-mode: vertical-rl;
  width: 53px;
  height: 179px;
  background-image: linear-gradient(180deg, rgb(86, 185, 198), rgba(255, 255, 255, 0) 50%, rgb(224, 221, 186));
  border: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .button--crowd {
    border-radius: 5px;
    font-size: 12px;
    padding: 7px 0;
    width: 165px;
  }
}

.button--crowd::before {
  content: "";
  background-image: url(wp-conten/themes/DogoOnsen/images/top/common/blank-b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11.5px;
  height: 11.5px;
  position: absolute;
  bottom: 16px;
}

.button--crowd a {
  letter-spacing: 0.45em;
  padding-bottom: 16px;
}

.footer {
  background-color: #434343;
  padding: 67px 40px 23px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 18px;
  }
}

.footer__container {
  display: flex;
  justify-content: space-between;
  gap: 42px;
}
@media screen and (max-width: 1024px) {
  .footer__container {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__container {
    gap: 0;
  }
}

.footer-top {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .footer-top {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer-top {
    width: 100%;
  }
}

.footer-top p {
  color: #fff;
}

.footer-title {
  font-size: 1.25rem;
  font-family: "Noto Serif JP";
  letter-spacing: 0.1em;
}

.footer-subtitle {
  font-size: 0.875rem;
  font-family: "Noto Serif JP";
  letter-spacing: 0.1em;
}

.footer-note {
  font-size: 0.625rem;
  margin-top: 20px;
  letter-spacing: 0.08em;
}

.tab-wrap {
  display: flex;
  gap: 42px;
  justify-content: center;
  width: 58.78%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .tab-wrap {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tab-wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
  }
}

.footer-links {
  display: flex;
  justify-content: space-around;
  gap: 43px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .footer-links {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer-links {
    width: 100%;
    gap: 0;
  }
}

.footer-links a {
  color: #fff;
  font-size: 0.75rem;
  text-wrap: nowrap;
}

.footer-links ul {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .footer-links ul li {
    margin-bottom: 10px;
  }
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-contact {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  margin-bottom: 20px;
  padding-left: 40px;
  border-left: 1px solid #fff;
  width: 41.22%;
}
@media screen and (max-width: 1024px) {
  .footer-contact {
    width: 100%;
    border-left: none;
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact {
    display: block;
  }
}

.contact-box + .contact-box {
  margin-top: 20px;
}

.footer-contact p {
  color: #fff;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
}

.contact-box p {
  margin-bottom: 5px;
}

.footer-legal p {
  color: #fff;
  text-align: right;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .footer-legal p {
    text-align: center;
  }
}

.footer-legal span {
  display: inline-block;
  color: #fff;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
}

.header {
  width: 100%;
  position: fixed;
  top: 22px;
  left: 0;
  z-index: 1000;
  margin-inline: auto;
  height: auto;
  width: 94px;
}
@media screen and (max-width: 768px) {
  .header {
    height: 66px;
    width: 100%;
    top: 0;
  }
}

.header__inner {
  height: inherit;
  width: inherit;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 18px 0 19px;
    height: inherit;
  }
}

.header__container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .header__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    width: 100%;
    gap: 0;
  }
}

.header__title {
  writing-mode: vertical-rl;
  text-align: end;
}
@media screen and (max-width: 768px) {
  .header__title {
    writing-mode: horizontal-tb;
  }
}

.header__title h1 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .header__title h1 {
    font-size: clamp(0.75rem, 0.7045454545rem + 0.2272727273vw, 0.875rem);
  }
}

.header__title p {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .header__title p {
    font-size: 0.625rem;
  }
}

.header__title span {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 1rem;
  -webkit-text-combine: horizontal;
  text-combine-upright: all;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .header__title span {
    font-size: 11px;
  }
}

.header__icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__icon-wrap {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}

.btn-crowd {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .btn-crowd {
    display: none;
  }
}

.btn-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  background-color: #434343;
  border-radius: 5px;
  width: 53px;
  height: 22px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .btn-lang {
    width: 72px;
    height: 26px;
    margin-right: clamp(0.625rem, 0.4431818182rem + 0.9090909091vw, 1.125rem);
  }
}

@media (max-width: 375px) {
  .btn-lang {
    width: 53px;
  }
}
.p-btn-lang {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-btn-lang {
    margin-top: 0;
  }
}

.btn-lang span {
  display: inline-block;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 300;
  text-transform: capitalize;
}

.hamburger {
  display: block;
  z-index: 9999;
  position: relative;
  width: 32.95px;
  height: 24px;
}

.hamburger.is-active {
  right: 0;
}

.hamburger span {
  height: 20px;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1.5px;
  background: #434343;
  transition: transform 0.3s linear, top 0.3s linear;
}

.hamburger span:first-child {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 11px;
  width: 75%;
}

.hamburger span:nth-child(3) {
  top: 21px;
}

.hamburger.is-active span:first-child {
  top: 12px;
  transform: rotate(-45deg);
  background: #434343;
  left: 0;
  right: 0;
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 12px;
  transform: rotate(45deg);
  background: #434343;
}

.inner {
  margin-inline: auto;
  max-width: 1280px;
  padding-left: 11.48%;
  padding-right: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 18px;
  }
}

.fadeUpTrigger {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transform: translateY(20px);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(15%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInTrigger {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fadeIn {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.studio__photo:nth-child(1) {
  animation-delay: 0.1s;
}

.studio__photo:nth-child(2) {
  animation-delay: 0.2s;
}

.studio__photo:nth-child(3) {
  animation-delay: 0.3s;
}

.studio__photo:nth-child(4) {
  animation-delay: 0.4s;
}

.studio__photo:nth-child(5) {
  animation-delay: 0.5s;
}

.studio__photo:nth-child(6) {
  animation-delay: 0.6s;
}

.transscaleX {
  animation: transscaleX 0.7s ease 0s 1 normal;
}

/* transscaleX */
@keyframes transscaleX {
  0% {
    opacity: 0;
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
/* 左上へ */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.flipLeftTop:nth-child(1) {
  animation-delay: 0s;
}

.flipLeftTop:nth-child(2) {
  animation-delay: 0.2s;
}

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-10px, 20px) rotate(-8deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/* 下へ（member） */
.flipDown {
  animation-name: flipDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(20deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
.flipDown:nth-child(1) {
  animation-delay: 0.2s;
}

.flipDown:nth-child(2) {
  animation-delay: 0.4s;
}

.footer_silhouette-wrap {
  display: flex;
  justify-content: space-around;
}

.contact__silhouette:nth-child(1) {
  animation-delay: 0s;
}

.contact__silhouette:nth-child(2) {
  animation-delay: 0.2s;
}

.contact__silhouette:nth-child(3) {
  animation-delay: 0.4s;
}

.contact__silhouette:nth-child(4) {
  animation-delay: 0.6s;
}

.contact__silhouette:nth-child(5) {
  animation-delay: 0.8s;
}

.contact__silhouette:nth-child(6) {
  animation-delay: 1s;
}

.contact__silhouette:nth-child(7) {
  animation-delay: 1.2s;
}

.fadeInUpRotate {
  animation-name: fadeInUpRotateAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateY(50px) rotateY(0deg);
  animation: fadeInUpRotate 1s ease forwards;
  opacity: 0;
}

@keyframes fadeInUpRotate {
  0% {
    opacity: 0;
    transform: translateY(50px) rotateY(0deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0) rotateY(0deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateY(360deg);
  }
}
.p-fv {
  overflow: hidden;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-fv {
    margin-top: 66px;
  }
}

.p-fv::before {
  content: "";
  background-image: url(wp-conten/themes/DogoOnsen/images/top/bg/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15.34px;
  height: 15.34px;
  position: absolute;
  width: 2303.68px;
  height: 2246.39px;
  top: 8%;
  right: -38%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-fv::before {
    top: -105%;
    left: -94%;
  }
}

.p-fv__inner {
  padding-left: 11.48%;
  max-width: 1460px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-fv__inner {
    padding-left: 18px;
  }
}

.p-fv__wrap {
  margin-left: auto;
  padding-left: 6.48%;
  padding-right: 10%;
}
@media screen and (max-width: 768px) {
  .p-fv__wrap {
    margin-left: 0;
    width: 100vw;
  }
}

.p-fv__main {
  display: flex;
  justify-content: flex-end;
  gap: 7.92%;
}
@media screen and (max-width: 768px) {
  .p-fv__main {
    gap: 10px;
    justify-content: flex-start;
  }
}

.p-main__left {
  width: 65.62%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-main__left {
    width: 45.07%;
  }
}

.p-fv__text-wrap {
  width: 78.61%;
  min-width: 320px;
}

.p-fv__title {
  font-family: "Noto Serif JP";
  font-size: 1.625rem;
  letter-spacing: 0.2em;
  margin-top: 39.5px;
}

.p-fv__description {
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 32px;
}

.p-main__right {
  max-width: 352px;
  margin-top: -36px;
}
@media screen and (max-width: 768px) {
  .p-main__right {
    min-width: 222px;
  }
}

.p-main__right img {
  aspect-ratio: 352/336;
  width: 100%;
  object-fit: cover;
  border-radius: 0 50px 0 50px;
}
@media screen and (max-width: 768px) {
  .p-main__right img {
    aspect-ratio: 203/194;
  }
}

.p-fv__sub {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0;
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .p-fv__sub {
    display: block;
    margin-top: 20px;
  }
}

.p-sub__img {
  max-width: 180px;
  width: 58.87%;
}
@media screen and (max-width: 768px) {
  .p-sub__img {
    width: clamp(9.4375rem, 7.8693181818rem + 7.8409090909vw, 13.75rem);
  }
}

.p-sub__img img {
  aspect-ratio: 180/172;
  width: 100%;
  object-fit: cover;
  border-radius: 0 50px 0 50px;
}

.p-fv__sub-space {
  width: clamp(18.75rem, 16.7727272727rem + 9.8863636364vw, 24.1875rem);
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .p-fv__sub-space {
    width: 40%;
  }
}

.pagenation {
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .pagenation {
    margin-top: 38px;
  }
}

.pagination-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 17px;
  list-style-type: none;
  padding: 0;
}

.pagination-blue a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  border: 1px solid #9A9A9A;
  border-radius: 25px;
  color: #9A9A9A;
}

.pagination-blue a:not(:hover) {
  text-decoration: none;
}

.pagination-blue .current a {
  background-color: #56b9c6;
  border: 1px solid #56b9c6;
  color: #fff;
  pointer-events: none;
}

.fv {
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .fv {
    margin-top: 66px;
  }
}

.fv::before {
  content: "";
  background-image: url(wp-conten/themes/DogoOnsen/images/top/bg/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 2303.68px;
  height: 2246.39px;
  top: 8%;
  right: -38%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fv::before {
    top: -105%;
    left: -94%;
  }
}

.fv__inner {
  padding-left: 11.48%;
  max-width: 1460px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    padding-left: 18px;
  }
}

.fv__wrap {
  width: 90vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .fv__wrap {
    margin-left: 0;
    width: 100vw;
  }
}

.fv__main {
  display: flex;
  justify-content: flex-end;
  gap: 62px;
}
@media screen and (max-width: 768px) {
  .fv__main {
    gap: 10px;
    justify-content: flex-start;
  }
}

.main__left {
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__left {
    width: 45.07%;
  }
}

.left__title {
  min-width: 250px;
  max-width: 397.621px;
  margin-top: 85.4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .left__title {
    min-width: 110px;
    max-width: 240px;
  }
}

.left__title::before {
  background-image: url(wp-conten/themes/DogoOnsen/images/top/fv/underline01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: clamp(3.75rem, -0.2272727273rem + 19.8863636364vw, 14.6875rem);
  height: clamp(0.3125rem, -0.0284090909rem + 1.7045454545vw, 1.25rem);
  position: absolute;
  left: 5px;
  top: 46%;
}

.left__title::after {
  background-image: url(wp-conten/themes/DogoOnsen/images/top/fv/underline02.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: clamp(3.75rem, -0.2272727273rem + 19.8863636364vw, 14.6875rem);
  height: clamp(0.3125rem, -0.0284090909rem + 1.7045454545vw, 1.25rem);
  position: absolute;
  right: 0;
  bottom: -15%;
}
@media screen and (max-width: 768px) {
  .left__title::after {
    right: -2%;
  }
}

.left__title img {
  aspect-ratio: 397.621/154.404;
  width: 100%;
  object-fit: cover;
}

.left__lead {
  position: absolute;
  top: 52%;
  right: -45%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .left__lead {
    top: 66%;
    left: 0;
  }
}

.left__lead span {
  background-color: #fff;
  display: inline-block;
  font-size: clamp(0.75rem, 0.6136363636rem + 0.6818181818vw, 1.125rem);
  font-weight: 300;
  text-wrap: nowrap;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 14px;
}

.left__lead span:nth-of-type(1) {
  padding-right: 30px;
}

.left__lead span:nth-of-type(2) {
  padding-right: 48px;
  margin-top: 10px;
}

.right__img img {
  aspect-ratio: 626/597;
  width: 100%;
  max-width: 626px;
  object-fit: cover;
  border-radius: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  .right__img img {
    aspect-ratio: 222.44/282.64;
  }
}

.fv__sub {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 62px;
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .fv__sub {
    display: block;
    margin-top: 20px;
  }
}

.sub__img {
  max-width: 320px;
  width: clamp(12.5rem, 9.7727272727rem + 13.6363636364vw, 20rem);
}
@media screen and (max-width: 768px) {
  .sub__img {
    width: clamp(9.4375rem, 7.8693181818rem + 7.8409090909vw, 13.75rem);
  }
}

.sub__img img {
  aspect-ratio: 320/305;
  width: 100%;
  object-fit: cover;
  border-radius: 0 50px 0 50px;
}

.sub__t-news {
  display: flex;
  gap: 24px;
  margin-top: 200px;
  width: 48.91%;
}
@media screen and (max-width: 768px) {
  .sub__t-news {
    margin-top: 21px;
    width: 100%;
  }
}

.t-news__title {
  color: #56b9c6;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.t-news__item {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #434343;
}

.t-news__item + .t-news__item {
  margin-top: 10px;
}

.t-news__date {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .t-news__date {
    font-size: 0.75rem;
  }
}

.t-news__head {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .t-news__head {
    font-size: 0.75rem;
  }
}

.course {
  margin-top: 183px;
}
@media screen and (max-width: 768px) {
  .course {
    margin-top: 136px;
  }
}

.course__wrap {
  display: flex;
  gap: 34px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .course__wrap {
    display: block;
  }
}

.course__left {
  width: 30.72%;
}
@media screen and (max-width: 1024px) {
  .course__left {
    width: 100%;
  }
}

.course__title {
  min-width: 250px;
  max-width: 397.621px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .course__title {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .course__title {
    min-width: 110px;
    max-width: 163px;
  }
}

.course__title::before {
  background-image: url(wp-conten/themes/DogoOnsen/images/top/model-course/title-en.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: clamp(8.4895rem, 6.8985909091rem + 7.9545454545vw, 12.8645rem);
  height: clamp(3.1946875rem, 1.6037784091rem + 7.9545454545vw, 7.5696875rem);
  position: absolute;
  right: -36%;
  bottom: 79%;
}
@media screen and (max-width: 768px) {
  .course__title::before {
    right: -76%;
    bottom: 65%;
  }
}

.course__title img {
  aspect-ratio: 310.763/102.46;
  width: 100%;
  object-fit: cover;
}

.course__description {
  font-size: 0.875rem;
  margin-top: 60px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .course__description {
    font-size: 0.75rem;
    margin-top: 23px;
  }
}

.course__right {
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .course__right {
    max-width: 500px;
    margin-inline: auto;
  }
}

.course__right-img {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 41.8px;
  grid-row-gap: 65.8px;
}
@media screen and (max-width: 768px) {
  .course__right-img {
    display: block;
  }
}

.img-01,
.img-02,
.img-03,
.img-04 {
  position: relative;
}

.img-01 {
  grid-area: 1/1/3/4;
  width: clamp(17.92375rem, 15.6510227273rem + 11.3636363636vw, 24.17375rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .img-01 {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .img-01 {
    margin-left: 0;
    margin-right: auto;
  }
}

.img-01 img {
  aspect-ratio: 386.78/257.85;
  width: 100%;
  object-fit: cover;
}

.img-02,
.img-03,
.img-04 {
  width: clamp(12.995rem, 10.7222727273rem + 11.3636363636vw, 19.245rem);
  position: relative;
}

.img-02 img,
.img-03 img,
.img-04 img {
  aspect-ratio: 307.65/205.1;
  width: 100%;
  object-fit: cover;
}

.img-02 {
  grid-area: 2/4/4/7;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .img-02 {
    margin-left: auto;
    margin-top: 32px;
  }
}

.img-03 {
  grid-area: 3/1/5/4;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .img-03 {
    margin-left: 0;
    margin-right: auto;
    margin-top: 32px;
  }
}

.img-04 {
  grid-area: 4/4/6/7;
}
@media screen and (max-width: 768px) {
  .img-04 {
    margin-left: auto;
    margin-top: 32px;
  }
}

.img-text {
  position: absolute;
  bottom: 14.7px;
  left: 20px;
}

.img-03 .img-text,
.img-04 .img-text {
  position: absolute;
  bottom: 64px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .img-03 .img-text,
  .img-04 .img-text {
    bottom: 20px;
  }
}

.img-text h3 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}

.img-text p {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 10px;
}

.img-01::before {
  background-image: url(wp-conten/themes/DogoOnsen/images/top/model-course/num01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: clamp(3.86rem, 2.9533636364rem + 4.5331818182vw, 6.35325rem);
  height: clamp(2.266875rem, 1.565625rem + 3.50625vw, 4.1953125rem);
  position: absolute;
  left: 9%;
  top: -13%;
  z-index: 2;
}

.img-02::before {
  background-image: url(wp-conten/themes/DogoOnsen/images/top/model-course/num02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: clamp(3.86rem, 2.9533636364rem + 4.5331818182vw, 6.35325rem);
  height: clamp(2.266875rem, 1.565625rem + 3.50625vw, 4.1953125rem);
  position: absolute;
  left: 9%;
  top: -17%;
  z-index: 2;
}

.img-03::before {
  background-image: url(wp-conten/themes/DogoOnsen/images/top/model-course/num03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: clamp(3.86rem, 2.9533636364rem + 4.5331818182vw, 6.35325rem);
  height: clamp(2.266875rem, 1.565625rem + 3.50625vw, 4.1953125rem);
  position: absolute;
  left: 9%;
  top: -13%;
  z-index: 2;
}

.img-04::before {
  background-image: url(wp-conten/themes/DogoOnsen/images/top/model-course/num04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: clamp(3.86rem, 2.9533636364rem + 4.5331818182vw, 6.35325rem);
  height: clamp(2.266875rem, 1.565625rem + 3.50625vw, 4.1953125rem);
  position: absolute;
  left: 9%;
  top: -14%;
  z-index: 2;
}

.how-to {
  margin-top: -39px;
}
@media screen and (max-width: 768px) {
  .how-to {
    margin-top: 90px;
  }
}

.how-to__title {
  min-width: 250px;
  max-width: 451.676px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .how-to__title {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .how-to__title {
    min-width: 110px;
    max-width: 237.53px;
  }
}

.how-to__title::before {
  background-image: url(wp-conten/themes/DogoOnsen/images/top/howto-enjoy/title-en.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: clamp(8.4895rem, 4.6305227273rem + 19.2948863636vw, 19.1016875rem);
  height: clamp(3.1946875rem, 2.1253693182rem + 5.3465909091vw, 6.1353125rem);
  position: absolute;
  right: -40%;
  bottom: 70%;
}

.how-to__title img {
  aspect-ratio: 451.676/129.466;
  width: 100%;
  object-fit: cover;
}

.how-to__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .how-to__wrap {
    display: block;
    margin-top: 28px;
  }
}

.how-to__description {
  font-size: 0.875rem;
  width: 269px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .how-to__description {
    width: 100%;
    font-size: 0.75rem;
  }
}

.how-to__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 39px;
}
@media screen and (max-width: 768px) {
  .how-to__images {
    column-gap: 20px;
    row-gap: 17px;
    place-items: center;
    margin-top: 51.7px;
    margin-inline: auto;
    width: 100%;
  }
}

.how-to__image {
  max-width: 309px;
}

.how-to__image img {
  aspect-ratio: 309/204;
  width: 100%;
  object-fit: cover;
}

.how-to__image h3 {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .how-to__image h3 {
    font-size: 0.75rem;
  }
}

.about {
  margin-top: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    margin-top: 43px;
  }
}

.about::before {
  content: "";
  background-image: url(wp-conten/themes/DogoOnsen/images/top/bg/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15.34px;
  height: 15.34px;
  position: absolute;
  width: 2303.68px;
  height: 2246.39px;
  top: -5%;
  left: -41%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about::before {
    display: none;
  }
}

.about__title {
  min-width: 250px;
  max-width: 310.234px;
  position: relative;
  margin-left: -14px;
}
@media screen and (max-width: 1024px) {
  .about__title {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    min-width: 110px;
    max-width: 163px;
  }
}

.about__title img {
  aspect-ratio: 310.234/132.562;
  width: 100%;
  object-fit: cover;
}

.about__main {
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__main {
    margin-top: 26px;
  }
}

.about__main h2 {
  color: #fff;
  font-size: clamp(0.8125rem, 0.6534090909rem + 0.7954545455vw, 1.25rem);
  font-weight: 500;
  left: 50%;
  position: absolute;
  text-shadow: 2px 2px 5px #333;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main__bg {
  max-width: 500px;
  margin-inline: auto;
}

.main__bg img {
  aspect-ratio: 500/250;
  height: auto;
  width: 100%;
  object-fit: cover;
}

.about__main img {
  aspect-ratio: 500/250;
  width: 100%;
  object-fit: cover;
}

.about__main h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.about__nav {
  margin-top: 16.7px;
}

.nav__btn-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .nav__btn-wrap {
    gap: 9px;
  }
}

.about__info {
  margin-top: 52px;
}

.info__items {
  display: flex;
  gap: 22px;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .info__items {
    flex-wrap: nowrap;
    display: flex;
    justify-content: initial;
    gap: 0;
  }
}

.info__item h3 {
  font-size: clamp(0.625rem, 0.5340909091rem + 0.4545454545vw, 0.875rem);
  font-weight: 500;
  text-align: center;
  margin-top: 9px;
}

.swiper {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .swiper {
    max-width: 1280px;
  }
}

@media screen and (max-width: 768px) {
  .swiper1 {
    width: 90%;
  }
}

.swiper-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    margin-left: 0;
  }
}

.swiper-slide {
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  .swiper-slide a img {
    aspect-ratio: 200/150;
    width: 100%;
    object-fit: contain;
  }
}

.swiper-slide.swiper-slide-active img {
  position: relative;
}

.swiper1 .swiper-button-prev {
  left: -15px;
}

.swiper1 .swiper-button-next {
  right: -15px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 100px;
}

@media screen and (max-width: 768px) {
  .swiper-button-prev {
    position: absolute;
    left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-next {
    position: absolute;
    right: 30px;
  }
}

.about-section {
  padding-bottom: 66px;
}

.about.about-section::before {
  content: none;
}

.schedule {
  margin-top: 98px;
}

.schedule__title {
  min-width: 250px;
  max-width: 310.234px;
  position: relative;
  margin-left: -14px;
}
@media screen and (max-width: 1024px) {
  .schedule__title {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .schedule__title {
    min-width: 110px;
    max-width: 163px;
  }
}

.schedule__title img {
  aspect-ratio: 220.634/107.426;
  width: 100%;
  object-fit: cover;
}

.schedule__wrap {
  display: flex;
  gap: 33.8px;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .schedule__wrap {
    display: block;
  }
}

.schedule__calender {
  width: 521px;
}
@media screen and (max-width: 768px) {
  .schedule__calender {
    width: auto;
  }
}

.schedule__calender img {
  aspect-ratio: 521.16/450;
  width: 100%;
  object-fit: cover;
}

.schedule__event {
  display: flex;
  flex-direction: column;
  width: 531px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .schedule__event {
    width: 100%;
    margin-top: 0;
  }
}

.t-event-detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .t-event-detail {
    margin-top: 15px;
  }
}

.area__icon span {
  display: inline-block;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .area__icon span {
    font-size: 0.75rem;
  }
}

.area__icon span:nth-of-type(2) {
  margin-left: 40px;
}

.area__icon .ehime {
  padding-left: 20px;
  position: relative;
}

.area__icon .ehime::before {
  background-color: #d5a254;
  border-radius: 50px;
  background-size: contain;
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.area__icon .dogo {
  position: relative;
}

.area__icon .dogo::before {
  background-color: #56b9c6;
  border-radius: 50px;
  background-size: contain;
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

.detail__link a {
  color: #d5a254;
  font-size: 0.875rem;
  padding-right: 10px;
  position: relative;
}

.detail__link a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4em; /* arrow size */
  height: 0.4em; /* arrow size */
  border-top: 1px solid #d5a254; /* thickness, color */
  border-right: 1px solid #d5a254;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.t-event__wrap {
  aspect-ratio: 531/335.25;
  border: 1px solid #434343;
  border-radius: 10px;
  padding: 19.6px 25px;
  margin-top: 20px;
  max-width: 531px;
}
@media screen and (max-width: 768px) {
  .t-event__wrap {
    aspect-ratio: 339/268.25;
    padding: 18.6px 13.5px;
    margin-top: 15px;
  }
}

.t-event__list + .t-event__list {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .t-event__list + .t-event__list {
    margin-top: 21px;
  }
}

.t-event__list a {
  display: flex;
  align-items: center;
}

.t-event__area {
  width: 11px;
  height: 11px;
}

.t-event__date {
  padding-left: 10px;
  text-decoration: underline;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .t-event__date {
    font-size: 0.75rem;
  }
}

.t-event__head {
  padding-left: 30px;
  text-decoration: underline;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .t-event__head {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .t-event__head {
    font-size: 0.75rem;
  }
}

.pr {
  margin-top: 87.1px;
}
@media screen and (max-width: 768px) {
  .pr {
    margin-top: 39px;
  }
}

.pr__title {
  display: inline-block;
  background-color: #D0EAED;
  color: #56b9c6;
  padding: 2px 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .pr__title {
    font-size: 0.75rem;
  }
}

.pr__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  place-items: center;
  column-gap: 16px;
  row-gap: 24px;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .pr__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .pr__items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 13px;
    margin-top: 10px;
  }
}

.pr__item {
  min-height: 190px;
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .pr__item {
    min-height: 210px;
  }
}
@media screen and (max-width: 768px) {
  .pr__item {
    min-height: 126px;
  }
}

.item__img img {
  aspect-ratio: 204/120;
  width: 100%;
  object-fit: cover;
}

.item__text {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  margin-top: 14px;
  text-wrap: wrap;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .item__text {
    font-size: 0.75rem;
    margin-top: 0;
  }
}

.item__text span {
  display: inline-block;
}

.t-access {
  padding: 105px 0 38px;
}
@media screen and (max-width: 768px) {
  .t-access {
    position: relative;
    padding-bottom: 20px;
  }
}

.t-access__title {
  min-width: 250px;
  max-width: 310.234px;
  position: relative;
  margin-left: -14px;
}
@media screen and (max-width: 1024px) {
  .t-access__title {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .t-access__title {
    width: 110px;
    min-width: auto;
  }
}

.t-access__title img {
  aspect-ratio: 166.221/80.757;
  width: 100%;
  object-fit: cover;
}

.t-access__wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .t-access__wrap {
    display: block;
  }
}

.t-access__map {
  width: 31.25rem;
}

.t-access__map img {
  aspect-ratio: 521.14/498.32;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .t-access__map img {
    aspect-ratio: 231/354;
    position: absolute;
    bottom: 54%;
    right: 0;
    width: 60%;
  }
}

.t-access__route {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .t-access__route {
    width: auto;
    max-width: 500px;
    margin-top: 60px;
    margin-inline: auto;
  }
}

.t-access__route img {
  aspect-ratio: 400/202;
  width: 100%;
  object-fit: cover;
}

.t-access__link {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .t-access__link {
    margin-top: 20px;
  }
}

.t-access__link a {
  color: #56b9c6;
  padding-right: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t-access__link a {
    font-size: 0.75rem;
    padding-right: 30px;
    margin-top: 20px;
  }
}

.t-access__link a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4em; /* arrow size */
  height: 0.4em; /* arrow size */
  border-top: 1px solid #56b9c6; /* thickness, color */
  border-right: 1px solid #56b9c6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  vertical-align: bottom;
}

.breadcrumb {
  font-size: 0.75rem;
  margin-top: 18px;
}

.food-fv__text-wrap {
  position: relative;
}

.food-fv__text-wrap::after {
  content: "";
  background-image: url(wp-conten/themes/DogoOnsen/images/page-food/illust01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 121.88px;
  height: 142.68px;
  position: absolute;
  top: 0;
  right: -36%;
}

.shop-search {
  background-color: #D8E6E8;
  padding: 24px 0 46px;
}

.shop-search__title {
  font-size: clamp(1.125rem, 1.0795454545rem + 0.2272727273vw, 1.25rem);
  font-weight: 700;
  text-align: center;
}

.shop-search__box {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.selectbox-3 {
  display: flex;
  align-items: center;
  position: relative;
}

.selectbox-3::after {
  position: absolute;
  right: 15px;
  display: inline-block;
  vertical-align: middle;
  color: #56b9c6;
  line-height: 1;
  width: 16px;
  height: 16px;
  border: 0.1em solid #56b9c6;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.selectbox-3 select {
  appearance: none;
  min-width: 232px;
  height: 50px;
  padding: 12px 19.5px 12px 27px;
  border: 2px solid #56b9c6;
  border-radius: 5px;
  background-color: #fff;
  color: #9A9A9A;
  font-size: 1rem;
  font-weight: 300;
  cursor: pointer;
}

.search-form-7 {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.search-form-7 label {
  background-color: #fff;
  border-radius: 5px;
  width: 314px;
}

.search-form-7 input {
  width: 100%;
  height: 50px;
  padding: 12px 19.5px 12px 27px;
  border: 2px solid #56b9c6;
  border-radius: 5px;
  box-sizing: border-box;
  color: #9A9A9A;
  outline: none;
  width: 314px;
  font-weight: 300;
}

.search-form-7 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 50px;
  border: none;
  background-color: #56b9c6;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

.shop-search__area {
  background-color: #fff;
  display: flex;
  max-width: 1024px;
  height: 422px;
  margin-top: 32px;
  margin-inline: auto;
}

.shop-search__list {
  padding: 0 18px;
  width: 53.12%;
  overflow-y: scroll;
}

.shop-search__list-item {
  display: flex;
  gap: 8px;
  padding: 13px 0 12px;
  border-bottom: 1px solid #56b9c6;
}

.list-item__img {
  max-width: 50px;
}

.list-item__img img {
  aspect-ratio: 50/50;
  width: 100%;
  object-fit: cover;
}

.list-item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list-item__name {
  font-size: 1rem;
  font-weight: 700;
}

.list-item__tags {
  display: flex;
}

.list-item__hashtag {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.list-item__hashtag:not(:first-of-type) {
  margin-left: 5px;
}

.shop-search__map {
  width: 46.88%;
}

.shop-gallery {
  padding: 43px 0 66px;
}

.shop-gallery__container {
  display: flex;
  row-gap: 50px;
  column-gap: 25px;
  flex-wrap: wrap;
  margin-inline: auto;
  max-width: 1024px;
}

.shop-gallery__item {
  width: calc((100% - 50px) / 3);
}

.shop-gallery__img {
  max-width: 325px;
  position: relative;
  z-index: 1;
}

.shop-gallery__img img {
  aspect-ratio: 325/239;
  width: 100%;
  object-fit: cover;
}

.shop-gallery .genre {
  position: absolute;
  bottom: 9px;
  left: 10px;
  z-index: 2;
}

.shop-gallery__text {
  margin-top: 12px;
}

.shop__name {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.shop__name::after {
  content: "";
  background-color: #434343;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.shop__genre {
  margin-top: 3px;
}

.shop__genre .hashtag:not(:first-of-type) {
  margin-left: 5px;
}

.breadcrumb {
  font-size: 0.75rem;
  margin-top: 18px;
}

.store__head {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .store__head {
    margin-top: 43px;
  }
}

.store__wrap {
  display: flex;
  gap: 5px;
  position: relative;
}

.store__wrap::after {
  content: "";
  background-color: #56b9c6;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.store__name {
  font-size: clamp(1.125rem, 0.8522727273rem + 1.3636363636vw, 1.875rem);
  font-weight: 300;
}

.store__kana {
  font-size: clamp(1.125rem, 0.8522727273rem + 1.3636363636vw, 1.875rem);
  font-weight: 300;
}

.store__genre {
  margin-top: 15px;
}

.genre {
  display: inline-block;
  color: #fff;
  background-color: #56b9c6;
  border-radius: 50px;
  font-size: 11px;
  width: 67px;
  height: 19px;
  text-align: center;
}

.hashtag {
  display: inline-block;
  color: #56b9c6;
  font-size: 12px;
  font-weight: 300;
  margin-left: 5px;
}

.store-images {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .store-images {
    flex-direction: column;
  }
}

.store-slider {
  width: 100%;
}

.swiper-main {
  width: 70.24%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .swiper-main {
    width: 100%;
  }
}

.swiper-main .swiper-slide img {
  aspect-ratio: 661/384;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.store-images__sub {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: 16.15%;
}
@media screen and (max-width: 768px) {
  .store-images__sub {
    flex-direction: row;
    gap: 8px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .swiper-sub {
    width: calc((100% - 24px) / 4);
  }
}

.swiper-sub .swiper-slide img {
  aspect-ratio: 152/88;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.store__description {
  font-size: 1.125rem;
  font-weight: 300;
  text-align: left;
  line-height: 1.5;
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .store__description {
    font-size: 0.875rem;
    margin-top: 36px;
  }
}

table.store__information {
  border-collapse: separate; /* 表の線と線の間を空ける */
  border-spacing: 0 20px; /* 表の線と線の間の幅 */
  width: 100%;
  max-width: 837px;
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  table.store__information {
    margin-top: 31px;
  }
}

.store__information tr + .store__information tr {
  margin-top: 20px;
}

.store__information th, .store__information td {
  padding: 14px 0;
}

.store__information th {
  background-color: #D8E6E8;
  font-size: 1rem;
  font-weight: 500;
  width: 14.58%;
  min-width: 122px;
}
@media screen and (max-width: 768px) {
  .store__information th {
    font-size: 0.875rem;
    width: 22.45%;
    min-width: 77px;
  }
}

.store__information td {
  font-size: 0.875rem;
  font-weight: 500;
  width: 82.92%;
  padding-left: 21px;
}
@media screen and (max-width: 768px) {
  .store__information td {
    width: 77.55%;
  }
}

.store__information td:last-child {
  padding-bottom: 0;
}

.store-map {
  margin-top: 25px;
}

.sns {
  margin-top: 55px;
  padding-bottom: 88px;
}

.instagram-post img {
  aspect-ratio: 795/189;
  width: 100%;
  object-fit: cover;
}

.sns-wrap {
  background-color: #D9E5E7;
  padding: 13px 21px 19px;
  width: fit-content;
}

.sns-wrap.instagram {
  width: 100%;
}

.sns-head {
  display: flex;
  justify-content: space-between;
}

.sns-icon.instagram {
  max-width: 26.75px;
}

.sns-icon.instagram img {
  aspect-ratio: 26.75/26.75;
  width: 100%;
  object-fit: cover;
}

.sns-flex {
  display: flex;
  gap: 29px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .sns-flex {
    flex-direction: column;
  }
}

.sns-icon.facebook {
  max-width: 30.72px;
}

.sns-icon.facebook img {
  aspect-ratio: 30.72/30.54;
  width: 100%;
  object-fit: cover;
}

.sns-icon.x {
  max-width: 24.4px;
}

.sns-icon.x img {
  aspect-ratio: 24.4/24.94;
  width: 100%;
  object-fit: cover;
}

.link-more a {
  color: #56b9c6;
  font-size: 0.75rem;
  padding-right: 20px;
  text-transform: capitalize;
  position: relative;
}

.link-more a::after {
  background-image: url(wp-conten/themes/DogoOnsen/images/page-food_detail/blank-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 11.96px;
  height: 11.96px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sns-post {
  margin-top: 13px;
}

.breadcrumb {
  font-size: 0.75rem;
  margin-top: 18px;
}

.hotel__block {
  background-color: #fff;
  padding: 24px 22px 36px;
  width: 779px;
}

.hotel__summary {
  display: flex;
  gap: 23px;
}

.hotel__images {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 32.35%;
}

.main-image {
  max-width: 252px;
}

.main-image img {
  aspect-ratio: 252/202;
  width: 100%;
  object-fit: cover;
}

.sub-images {
  display: flex;
  gap: 9px;
}

.sub-image {
  max-width: 252px;
}

.sub-image img {
  aspect-ratio: 78/63;
  width: 100%;
  object-fit: cover;
}

.hotel__info {
  width: 67.65%;
}

.hotel__name {
  font-size: 1.125rem;
  font-weight: 700;
}

.hotel__details {
  margin-top: 19px;
}

.hotel__type {
  color: #BF8833;
  background-color: #F4DDBA;
  border: 1px solid #BF8833;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 6px;
}

.hotel__rooms {
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 6px;
  margin-right: 14px;
}

.hotel__capacity {
  color: #3D8B95;
  background-color: #D8E6E8;
  border: 1px solid #3D8B95;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 4px 6px;
}

.hotel__number {
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 6px;
}

.hotel-description {
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 14px;
  letter-spacing: 0.05em;
}

.hotel__contact table {
  margin-top: 0;
  border-spacing: 0 10px;
}

.hotel__contact th {
  background-color: #D8E6E8;
  font-size: 14px;
  width: 69px;
  min-width: auto;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hotel__contact td {
  font-size: 14px;
  font-weight: 300;
  padding-top: 0;
  padding-left: 11px;
}

.hotel__btn-wrap {
  display: flex;
  gap: 24px;
  margin-top: 22px;
}

.selectbox-lang {
  display: flex;
  align-items: center;
  position: relative;
}

.selectbox-lang::after {
  position: absolute;
  right: 15px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 16px;
  height: 16px;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.selectbox-lang select {
  appearance: none;
  width: 252px;
  height: 34px;
  border-radius: 5px;
  background-color: #9A9A9A;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  cursor: pointer;
}

.links-right {
  display: flex;
}

.hotel__links {
  display: flex;
  gap: 10px;
}

.hotel .sns-wrap {
  background-color: inherit;
}

.page-nowtrip {
  overflow: hidden;
  position: relative;
}

.page-nowtripsection {
  width: 100%;
  padding-left: 5.8125rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .page-nowtripsection {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-nowtrip__inner {
  width: 100%;
  max-width: 74.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-nowtrip__inner {
    padding: 0 15px;
  }
}

.page-nowtrip .food-fv__text-wrap::after {
  display: none;
}

.page-nowtrip .uncur-rinc {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .uncur-rinc {
    margin-top: 1.5rem;
  }
}

.page-nowtrip .uncur-rinc__btnarea {
  margin: 0 auto;
  max-width: 59.375rem;
}

.page-nowtrip .uncur-rinc__btnarea ul {
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .uncur-rinc__btnarea ul {
    flex-wrap: wrap;
  }
}
.page-nowtrip .uncur-rinc__btn--item {
  width: 14.375rem;
  border-radius: 5px;
  background-color: rgba(216, 230, 232, 0.9);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .uncur-rinc__btn--item {
    width: calc((100% - 0.625rem) / 2);
  }
}

.page-nowtrip .uncur-rinc__btn--item p {
  font-family: "Noto Serif JP";
  font-weight: 600;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 0.025em;
  color: #3D8B95;
  padding: 0.75rem 0;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .uncur-rinc__btn--item p {
    font-size: 0.75rem;
  }
}

.page-nowtrip .place {
  padding-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .place {
    padding: 2.8125rem 0 0rem;
  }
}

.page-nowtrip .page-nowtrip__title {
  padding: 1.1875rem 0 1.3125rem;
  text-align: center;
  width: 100%;
  max-width: 59.375rem;
  margin: 0 auto;
  border-top: 2px solid #56B9C6;
  border-bottom: 2px solid #56B9C6;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .page-nowtrip__title {
    padding: 0.75rem 0 0.875rem;
  }
}

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

.page-nowtrip .page-nowtrip__title h2 {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 1.4375rem;
  list-style: 0.025em;
  line-height: 1.347826087;
  color: #56B9C6;
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .page-nowtrip__title h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .page-nowtrip .page-nowtrip__title h2 {
    font-size: 1.25rem;
  }
}

.place-cardwrap {
  width: 100%;
  max-width: 51.25rem;
  padding: 0 0.625rem;
  margin: 5.625rem auto 0;
}
@media screen and (max-width: 768px) {
  .place-cardwrap {
    margin-top: 2.5rem;
  }
}

.place-cardwrap ul {
  width: 100%;
  gap: 7.5rem 1.75rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .place-cardwrap ul {
    gap: 1.5rem 1rem;
  }
}

.place-card__item {
  width: calc((100% - 3.5rem) / 3);
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .place-card__item {
    width: 100%;
    max-width: 34.375rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .place-card__item:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.place-card__item--title {
  height: 3.125rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .place-card__item--title {
    height: initial;
  }
}

.place-card__item--title h3 {
  font-weight: 500;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.2777777778;
  color: #56B9C6;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1024px) {
  .place-card__item--title h3 {
    font-size: 0.875rem;
  }
}
.place-card__item--img {
  margin-top: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .place-card__item--img {
    margin-top: 1rem;
  }
}

.place-card__item--text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3571428571;
}
@media screen and (max-width: 1024px) {
  .place-card__item--text {
    font-size: 0.75rem;
  }
}
.page-nowtrip .charm {
  padding-top: 11.25rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .charm {
    padding-top: 5.625rem;
  }
}

.page-nowtrip .charm-advantage {
  position: relative;
}

.page-nowtrip .page-nowtrip__subtitle {
  margin-top: 1.5rem;
}

.page-nowtrip .page-nowtrip__subtitle h3 {
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
  color: #56B9C6;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .page-nowtrip__subtitle h3 {
    font-size: 1rem;
  }
}

.page-nowtrip .charm-top {
  margin-top: 5.46875rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .charm-top {
    margin-top: 2rem;
  }
}

.page-nowtrip .charm-top ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.375rem 0.8125rem;
  width: 100%;
  max-width: 51.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .charm-top ul {
    display: block;
    max-width: 34.375rem;
    margin: 0 auto;
    padding: 0 0.9375rem;
  }
}

.charm-top__block {
  width: calc(50% - 0.40625rem);
}
@media screen and (max-width: 768px) {
  .charm-top__block {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .charm-top__block:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.charm-top__block--text {
  padding-left: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .charm-top__block--text {
    padding-left: 0;
    margin-top: 1rem;
  }
}

.charm-top__card {
  display: flex;
  gap: 1.5875rem;
  padding: 1.375rem 2.125rem 2.875rem 1.5rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .charm-top__card {
    display: block;
    max-width: 25rem;
    margin: 0 auto;
    padding: 1.5rem 1rem 1rem;
  }
}

.page-nowtrip .charm-top ul li:nth-of-type(3) {
  border: 5px solid #BF8833;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .charm-top ul li:nth-of-type(3) {
    margin-top: 2rem;
  }
}

.page-nowtrip .charm-top ul li:nth-of-type(4) {
  border: 5px solid #56B9C6;
}
.charm-top__card--icon img {
  width: 4.75rem;
  margin-top: 2.725rem;
  max-width: initial;
}
@media screen and (max-width: 768px) {
  .charm-top__card--icon img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .charm-top__card--texts {
    margin-top: 1.25rem;
  }
}

.charm-top__card--texts h3 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1363636364;
  letter-spacing: 0.025em;
  color: #BF8833;
}
.page-nowtrip .charm-top ul li:nth-of-type(4) .charm-top__card--texts h3 {
  color: #56B9C6;
}

.page-nowtrip .charm-top__card--texts p {
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0.025em;
  margin-top: 0.9375rem;
}
.page-nowtrip .charm-advantage {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .charm-advantage {
    display: block;
  }
}

.page-nowtrip .charm-advantage__texts {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .charm-advantage__texts {
    max-width: 28.125rem;
    margin: 0 auto;
  }
}

.page-nowtrip .charm-advantage .charm-advantage__texts {
  max-width: 23.5rem;
}

.page-nowtrip .label-title {
  background-color: #FFFFFF;
  padding: 0.625rem 0 0.625rem 0.8125rem;
  border-left: 5px solid #56B9C6;
}
.page-nowtrip .label-title h3 {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #56B9C6;
}
.page-nowtrip .charm-advantage__texts p {
  margin-top: 1.6875rem;
  letter-spacing: 0.025em;
  font-size: 0.875rem;
  line-height: 1.3571428571;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .charm-advantage__texts p {
    font-size: 0.75rem;
  }
}

.charm-advantage__img {
  width: 100%;
  max-width: 25.8125rem;
}
@media screen and (max-width: 768px) {
  .charm-advantage__img {
    width: 95%;
    max-width: 28.125rem;
    margin: 2rem auto 0;
  }
}

.page-nowtrip .charm-card {
  max-width: 53.125rem;
  margin: 1.6875rem auto 0;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .charm-card {
    width: 90%;
    max-width: 34.375rem;
    margin-top: 2.5rem;
  }
}

.page-nowtrip .charm-card ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.5625rem 1.1875rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .charm-card ul {
    display: block;
  }
}

.page-nowtrip .charm-card__item {
  width: calc((100% - 2.375rem) / 3);
  position: relative;
  border-radius: 5px;
  border: 2px solid #56B9C6;
  background-color: #FFFFFF;
  padding: 1.375rem 1rem 5.35rem;
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .charm-card__item {
    padding: 2.5rem 1rem 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-nowtrip .charm-card__item {
    width: 100%;
    padding: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .page-nowtrip .charm-card__item:nth-child(n+2) {
    margin-top: 2.625rem;
  }
}

.page-nowtrip .charm-card__item--label {
  width: 4.1875rem;
  height: 4.1875rem;
  border-radius: 50%;
  background-color: #56B9C6;
  text-align: center;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  letter-spacing: 0.025em;
  padding-top: 0.75rem;
  position: absolute;
  top: 0;
  left: -0.125rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page-nowtrip .charm-card__item--label {
    padding-top: 1rem;
    font-size: 0.75rem;
  }
}

.page-nowtrip .charm-card__item--label p {
  color: #FFFFFF;
}
.page-nowtrip .charm-card__item--label span {
  font-size: 1.5625rem;
  line-height: 1;
  display: block;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .charm-card__item--label span {
    font-size: 1.375rem;
  }
}

.page-nowtrip .charm-card__item--title h4 {
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.025em;
  color: #56B9C6;
}
.page-nowtrip .charm-card__item--img {
  width: 100%;
  height: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.page-nowtrip .charm-card__item--img img {
  width: 6.0625rem;
}

.page-nowtrip .charm-card__item:nth-of-type(2) .charm-card__item--img img {
  width: 4.6875rem;
}

.page-nowtrip .charm-card__item:nth-of-type(3) .charm-card__item--img img {
  width: 5rem;
}

.page-nowtrip .charm-card__item:nth-of-type(4) .charm-card__item--img img {
  width: 5.625rem;
}

.page-nowtrip .charm-card__item:nth-of-type(5) .charm-card__item--img img {
  width: 4.125rem;
}

.page-nowtrip .charm-card__item--text p {
  font-size: 0.8125rem;
  line-height: 1.3571428571;
}

.page-nowtrip .pickup {
  width: 100%;
  max-width: 50.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .pickup {
    max-width: 28.125rem;
  }
}

.page-nowtrip .pickup-top {
  display: flex;
  align-items: center;
}

.page-nowtrip .pickup-top .text-img {
  width: 11.6875rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .pickup-top .text-img {
    width: 8.75rem;
    margin-right: 0.625rem;
  }
}

.page-nowtrip .pickup-top .line-img {
  width: 11.6875rem;
  width: calc(100% - 11.6875rem);
}
@media screen and (max-width: 768px) {
  .page-nowtrip .pickup-top .line-img {
    width: calc(100% - 9.375rem);
  }
}

.page-nowtrip .pickup-contents {
  width: 100%;
  max-width: 43.75rem;
  margin: 0rem auto;
  padding-bottom: 3.75rem;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .pickup-contents {
    display: block;
    width: 80%;
    padding-bottom: 2rem;
  }
}

.page-nowtrip .pickup-contents__img {
  width: 31.5rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .pickup-contents__img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page-nowtrip .pickup-contents__texts {
    margin-top: 1.5rem;
  }
}

.page-nowtrip .pickup-contents__texts h3 {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.025em;
  color: #BF8833;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .pickup-contents__texts h3 {
    margin-top: 1rem;
  }
}

.page-nowtrip .pickup-contents__texts p {
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0.025em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .pickup-contents__texts p {
    margin-top: 0.75rem;
  }
}

.page-nowtrip .method {
  width: 100%;
  max-width: 50.9375rem;
  margin: 3.5rem auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .method {
    max-width: 28.125rem;
    margin: 3.5rem auto 0;
  }
}

.page-nowtrip .method-timing__card {
  margin-top: 2.5rem;
}
.page-nowtrip .method-timing__card--top {
  display: flex;
  align-items: flex-end;
  gap: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .method-timing__card--top {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .page-nowtrip .method-timing__card--top {
    display: block;
  }
}

.page-nowtrip .method-timing__card--top .bold {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
  color: #56B9C6;
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .method-timing__card--top .bold {
    font-size: 0.9375rem;
  }
}
.page-nowtrip .method-timing__card--top .reguler {
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .method-timing__card--top .reguler {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .page-nowtrip .method-timing__card--top .reguler {
    margin-top: 0.5rem;
  }
}

.page-nowtrip .method-timing__card--list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  width: 100%;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .method-timing__card--list {
    gap: 0.75rem;
  }
}

.page-nowtrip .method-timing__card--list-item {
  width: calc((100% - 3.375rem) / 4);
  background-color: #E9F1F2;
  border: 2px solid #3D8B95;
  border-radius: 5px;
  padding: 1.3125rem 1.25rem 0;
  height: 13.75rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .method-timing__card--list-item {
    width: calc((100% - 2.25rem) / 3);
  }
}
@media screen and (max-width: 768px) {
  .page-nowtrip .method-timing__card--list-item {
    width: calc((100% - 0.75rem) / 2);
    padding: 1.3125rem 0.5rem;
    height: initial;
  }
}

.page-nowtrip .method-timing__card--list-item .title {
  text-align: center;
  color: #3D8B95;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
.page-nowtrip .method-timing__card--item-img {
  width: 100%;
  height: 6.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-nowtrip .method-timing__card--list-item:nth-of-type(8) .method-timing__card--item-img {
  height: 5.6875rem;
}
.page-nowtrip .method-timing__card--item-img img {
  width: 3.9375rem;
}
.page-nowtrip .method-timing__card--list-item:nth-of-type(2) .method-timing__card--item-img img {
  width: 3.25rem;
}
.page-nowtrip .method-timing__card--list-item:nth-of-type(3) .method-timing__card--item-img img {
  width: 3.6875rem;
}
.page-nowtrip .method-timing__card--list-item:nth-of-type(4) .method-timing__card--item-img img {
  width: 4.3125rem;
}
.page-nowtrip .method-timing__card--list-item:nth-of-type(5) .method-timing__card--item-img img {
  width: 5.875rem;
}
.page-nowtrip .method-timing__card--list-item:nth-of-type(6) .method-timing__card--item-img img {
  width: 4.375rem;
}
.page-nowtrip .method-timing__card--list-item:nth-of-type(7) .method-timing__card--item-img img {
  width: 3.1875rem;
}
.page-nowtrip .method-timing__card--list-item:nth-of-type(8) .method-timing__card--item-img img {
  width: 3.625rem;
}
.page-nowtrip .method-timing__card--list-item .text {
  text-align: center;
  width: 9.375rem;
  margin: 0 auto;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0.025em;
}
.page-nowtrip .atention {
  margin: 3.75rem auto 0;
  max-width: 51.25rem;
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .atention {
    overflow-x: scroll;
  }
}
.page-nowtrip .atention-block {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block {
    width: 90%;
    display: block;
    max-width: 28.125rem;
    margin: 0 auto;
  }
}

.page-nowtrip .atention-block:nth-child(n+2) {
  margin-top: 1.3125rem;
}

.page-nowtrip .atention-block__label {
  background-color: #56B9C6;
  padding: 0 0.875rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block__label {
    padding: 0.5rem;
  }
}

.page-nowtrip .atention-block.now .atention-block__label {
  background-color: #3D8B95;
}

.page-nowtrip .atention-block.after .atention-block__label {
  background-color: #30656C;
}

.page-nowtrip .atention-block__label p {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2777777778;
  color: #FFFFFF;
  letter-spacing: 0.025em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block__label p {
    font-size: 1rem;
    writing-mode: initial;
  }
}

.page-nowtrip .atention-block__label p span {
  font-size: 1.4375rem;
  line-height: 1.3043478261;
  color: #FFFFFF;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block__label p span {
    font-size: 1.25rem;
  }
}

.page-nowtrip .atention-block__card {
  margin-left: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block__card {
    margin-left: 0;
    margin-top: 0.75rem;
  }
}

.page-nowtrip .atention-block__card ul {
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block__card ul {
    display: block;
  }
}

.page-nowtrip .atention-block__card--item {
  width: 23.375rem;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 2.0625rem 2.3125rem 3.9375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block__card--item {
    width: 100%;
    padding: 3rem 1.5rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block__card--item:nth-child(n+2) {
    margin-top: 1rem;
  }
}

.page-nowtrip .atention-block.now .atention-block__card--item {
  width: 11.375rem;
  padding: 4rem 0.75rem 3.25rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block.now .atention-block__card--item {
    width: 100%;
    padding: 2.5rem 1.5rem 1.5rem;
  }
}

.page-nowtrip .atention-block__card--item .num {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background-color: #56B9C6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block__card--item .num {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.page-nowtrip .atention-block.now .atention-block__card--item .num {
  background-color: #3D8B95;
}

.page-nowtrip .atention-block.after .atention-block__card--item .num {
  background-color: #30656C;
}

.page-nowtrip .atention-block__card--item .num p {
  font-weight: 700;
  font-size: 1.5625rem;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block__card--item .num p {
    font-size: 1.25rem;
  }
}

.page-nowtrip .atention-block .atention-block__card--item img {
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}
.page-nowtrip .atention-block.before .atention-block__card--item:nth-of-type(1) img {
  width: 14.375rem;
}
.page-nowtrip .atention-block.before .atention-block__card--item:nth-of-type(2) img {
  width: 16.5625rem;
}
.page-nowtrip .atention-block.now .atention-block__card--item img {
  object-fit: contain;
  height: 10rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block.now .atention-block__card--item img {
    height: initial;
  }
}

.page-nowtrip .atention-block.now .atention-block__card--item:nth-of-type(1) img {
  width: 7.1875rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block.now .atention-block__card--item:nth-of-type(1) img {
    width: 11.25rem;
  }
}

.page-nowtrip .atention-block.now .atention-block__card--item:nth-of-type(2) img {
  width: 8.9375rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block.now .atention-block__card--item:nth-of-type(2) img {
    width: 12.5rem;
  }
}

.page-nowtrip .atention-block.now .atention-block__card--item:nth-of-type(3) img {
  width: 9.625rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block.now .atention-block__card--item:nth-of-type(3) img {
    width: 14.375rem;
  }
}

.page-nowtrip .atention-block.now .atention-block__card--item:nth-of-type(4) img {
  width: 8.9375rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block.now .atention-block__card--item:nth-of-type(4) img {
    width: 14.375rem;
  }
}

.page-nowtrip .atention-block.after .atention-block__card--item img {
  height: 13.75rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block.after .atention-block__card--item img {
    height: initial;
  }
}

.page-nowtrip .atention-block.after .atention-block__card--item:nth-of-type(1) img {
  width: 9.1875rem;
}
.page-nowtrip .atention-block.after .atention-block__card--item:nth-of-type(2) img {
  width: 11.25rem;
}
.page-nowtrip .atention-block__card--item .title {
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
  color: #56B9C6;
  margin-top: 1.125rem;
  height: 2.625rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .atention-block__card--item .title {
    font-size: 0.9375rem;
    height: initial;
  }
}

.page-nowtrip .atention-block__card--item .text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.025em;
  margin-top: 0.8125rem;
}
.page-nowtrip .page-nowtrip .pickup2 {
  margin-top: 2.75rem;
}
.page-nowtrip .pickup-contents2__top {
  margin-top: 0.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .pickup-contents2__top {
    margin-top: 0rem;
  }
}

.page-nowtrip .pickup-contents2__top h3 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.025em;
  color: #BF8833;
}
.page-nowtrip .pickup-contents2__top p {
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0.025em;
  margin-top: 1.5rem;
}
.page-nowtrip .pickup-contents2__btm {
  margin: 3.5625rem auto 2.75rem;
  max-width: 43.75rem;
}
.page-nowtrip .pickup-contents2__btm ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.625rem 3.125rem;
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .pickup-contents2__btm ul {
    gap: 1.625rem 1.5625rem;
  }
}
.page-nowtrip .pickup-contents2__btm--item {
  display: flex;
  width: calc(50% - 1.5625rem);
}
@media screen and (max-width: 768px) {
  .page-nowtrip .pickup-contents2__btm--item {
    width: 100%;
  }
}

.page-nowtrip .pickup-contents2__btm--texts {
  width: calc(100% - 8.75rem);
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .pickup-contents2__btm--texts {
    width: calc(100% - 7.5rem);
  }
}
@media screen and (max-width: 768px) {
  .page-nowtrip .pickup-contents2__btm--texts {
    padding-right: 0.625rem;
  }
}

.page-nowtrip .pickup-contents2__btm--texts h4 {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  letter-spacing: 0.025em;
  color: #BF8833;
}
.page-nowtrip .pickup-contents2__btm--texts p {
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0.025em;
  margin-top: 1.5rem;
}
.pickup-contents2__btm--img {
  width: 8.75rem;
}
@media screen and (max-width: 1024px) {
  .pickup-contents2__btm--img {
    width: 7.5rem;
  }
}
.page-nowtrip .health {
  padding-bottom: 2.25rem;
  max-width: 50.625rem;
  margin: 3.5625rem auto 0;
}

.page-nowtrip .health .atention-block__card {
  margin-top: 2.8125rem;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .health .atention-block__card {
    width: 90%;
    margin: 2.8125rem auto 0;
  }
}

.page-nowtrip .health .atention-block__card ul {
  flex-wrap: wrap;
  gap: 0.6875rem;
}

.page-nowtrip .health .atention-block__card--item {
  padding: 2.8125rem 0.625rem 1.25rem;
  border: 2px solid #56B9C6;
  width: calc((100% - 2.0625rem) / 4);
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .health .atention-block__card--item {
    width: calc((100% - 0.75rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .page-nowtrip .health .atention-block__card--item {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .page-nowtrip .health .atention-block__card--item:nth-child(n+3) {
    margin-top: 2.8125rem;
  }
}

@media screen and (max-width: 768px) {
  .page-nowtrip .health .atention-block__card--item:nth-child(n+2) {
    margin-top: 2.8125rem;
  }
}

.page-nowtrip .health .atention-block__card--item .num {
  top: 0;
  left: -0.125rem;
  transform: translateY(-50%);
}

.page-nowtrip .health .atention-block__card .atention-block__card--item .title {
  margin-top: 0;
  font-size: 1rem;
}

.page-nowtrip .health .atention-block__card .atention-block__card--item img {
  margin: 1.5rem auto 0;
  width: 8.75rem;
  height: 8.0625rem;
  object-fit: contain;
}

.page-nowtrip .health .atention-block__card--item:nth-of-type(2) img {
  width: 8.125rem;
}

.page-nowtrip .health .atention-block__card--item:nth-of-type(3) img {
  width: 10.625rem;
  transform: translateX(1.25rem);
}

.page-nowtrip .health .atention-block__card--item:nth-of-type(4) img {
  width: 7.75rem;
}

.page-nowtrip .health .atention-block__card--item .text {
  margin-top: 1rem;
}

.page-nowtrip .pickup3 .pickup-contents {
  gap: 3.4375rem;
  padding-bottom: 0.9375rem;
}

.page-nowtrip .pickup3 .pickup-contents__img {
  width: 11.5625rem;
  margin-top: -1.875rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .pickup3 .pickup-contents__img {
    width: 11.5625rem;
    margin: 0rem auto;
  }
}

.page-nowtrip .pickup3 .pickup-contents__texts {
  max-width: 26.25rem;
}

.page-nowtrip .not-bath {
  margin: 3.5625rem auto 0;
  max-width: 50.625rem;
  padding-bottom: 3.25rem;
}

.page-nowtrip .not-bath__list {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .not-bath__list {
    margin: 1.25rem auto 0;
    max-width: 28.125rem;
  }
}

.page-nowtrip .not-bath__list--item {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  padding-left: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .not-bath__list--item {
    padding-left: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .page-nowtrip .not-bath__list--item {
    align-items: center;
    padding-left: 1rem;
  }
}

.page-nowtrip .not-bath__list--item:nth-child(n+2) {
  margin-top: 0.8125rem;
}

.page-nowtrip .not-bath__list--item img {
  width: 1.375rem;
}

.page-nowtrip .not-bath__list--item p {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  color: #56B9C6;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .not-bath__list--item p {
    font-size: 1rem;
  }
}

.page-nowtrip .tour {
  max-width: 50.625rem;
  margin: 0 auto;
}

.page-nowtrip .tour-btn {
  margin-top: 2.9375rem;
}

.page-nowtrip .tour-btn ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.0625rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .tour-btn ul {
    width: 100%;
    max-width: 28.125rem;
    margin: 0 auto;
    display: block;
  }
}

.page-nowtrip .tour-btn ul li {
  width: calc((100% - 2.125rem) / 3);
  min-height: 6.25rem;
  border-radius: 5px;
  background-color: #E4AF4E;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .page-nowtrip .tour-btn ul li {
    width: 16.25rem;
  }
}

@media screen and (max-width: 768px) {
  .page-nowtrip .tour-btn ul li:nth-child(n+2) {
    margin-top: 1rem;
  }
}

.page-nowtrip .tour-btn ul li:nth-of-type(2) {
  background-color: #D38359;
}

.page-nowtrip .tour-btn ul li:nth-of-type(3) {
  background-color: #B691B7;
}

.page-nowtrip .tour-btn ul li:nth-of-type(4) {
  background-color: #98BA57;
}

.page-nowtrip .tour-btn ul li:nth-of-type(5) {
  background-color: #79B7C7;
}

.page-nowtrip .tour-btn__item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.6875rem 0.9375rem 0.625rem;
}

.page-nowtrip .tour-btn__item--texts h4 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.025em;
  color: #FFF;
}

.page-nowtrip .tour-btn__item--texts h4 span {
  font-size: 1.4375rem;
  line-height: 1.3913043478;
  letter-spacing: 0.025em;
  color: #FFF;
  margin-right: 1.6875rem;
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .tour-btn__item--texts h4 span {
    margin-right: 0.5rem;
  }
}

.page-nowtrip .tour-btn__item--texts p {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0.025em;
  color: #FFF;
  margin-top: 0.625rem;
}

.page-nowtrip .pdf-icon {
  width: 1.8125rem;
  margin-left: auto;
}

.page-nowtrip .proglam {
  position: relative;
  padding-top: 5.625rem;
}

.page-nowtrip .proglam-card {
  width: 100%;
  max-width: 59.375rem;
  margin: 5.4375rem auto 0;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .proglam-card {
    width: 90%;
    max-width: 28.125rem;
  }
}

.page-nowtrip .proglam-card ul {
  display: flex;
  gap: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .proglam-card ul {
    flex-wrap: wrap;
    gap: 3.375rem 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .page-nowtrip .proglam-card ul {
    display: block;
  }
}

.page-nowtrip .proglam-card__item {
  width: calc((100% - 3.375rem) / 4);
  background-color: #FFFFFF;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .proglam-card__item {
    width: calc((100% - 1.125rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .page-nowtrip .proglam-card__item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page-nowtrip .proglam-card__item:nth-child(n+2) {
    margin-top: 3.75rem;
  }
}

.page-nowtrip .proglam-card__item .num {
  width: 4.625rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.page-nowtrip .proglam-card__item .text {
  padding: 1.125rem 0.8125rem 1rem;
}

.page-nowtrip .stayover {
  padding-top: 5.625rem;
  padding-bottom: 3.75rem;
}

.page-nowtrip .instructor-in {
  width: 100%;
  max-width: 50.625rem;
  margin: 5.625rem auto 0;
}

.page-nowtrip .instructor-in__card {
  width: 100%;
  margin: 2.5rem auto 0;
}

.page-nowtrip .instructor-in__card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .instructor-in__card ul {
    gap: 1.5rem 0.625rem;
  }
}

.page-nowtrip .instructor-in__card--item {
  width: calc((100% - 3.75rem) / 4);
}
@media screen and (max-width: 1024px) {
  .page-nowtrip .instructor-in__card--item {
    width: calc((100% - 2.5rem) / 3);
  }
}
@media screen and (max-width: 768px) {
  .page-nowtrip .instructor-in__card--item {
    width: calc((100% - 0.625rem) / 2);
  }
}

.instructor-in__card--item-img {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.page-nowtrip .instructor-in__card--item .text {
  margin-top: 0.875rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0.025em;
  color: #56B9C6;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .instructor-in__card--item .text {
    font-size: 0.75rem;
  }
}

.page-nowtrip .health-pro {
  max-width: 50.625rem;
  margin: 3.625rem auto 0;
}

.page-nowtrip .health-pro__list {
  width: 100%;
  margin-top: 2.5rem;
}
.page-nowtrip .health-pro__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .health-pro__list ul {
    gap: 0.5rem;
  }
}

.page-nowtrip .health-pro__list ul li {
  width: calc((100% - 2rem) / 3);
  color: #56B9C6;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .health-pro__list ul li {
    width: calc((100% - 0.5rem) / 2);
  }
}

.page-nowtrip .health-pro__list ul li a {
  color: #56B9C6;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2.5;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .health-pro__list ul li a {
    font-size: 0.75rem;
  }
}

.page-nowtrip .p-fv::before {
  content: "";
  background-image: url(wp-conten/themes/DogoOnsen/images/top/bg/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15.34px;
  height: 15.34px;
  position: absolute;
  width: 2303.68px;
  height: 2246.39px;
  top: -32.5rem;
  right: -38%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .p-fv::before {
    top: -105%;
    right: -94%;
  }
}

.page-nowtrip .charm-advantage::before {
  content: "";
  background-image: url(wp-conten/themes/DogoOnsen/images/top/bg/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15.34px;
  height: 15.34px;
  position: absolute;
  width: 2303.68px;
  height: 2246.39px;
  top: -32.5rem;
  right: -20.125rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .charm-advantage::before {
    top: -105%;
    right: -94%;
  }
}

.page-nowtrip .method::before {
  content: "";
  background-image: url(wp-conten/themes/DogoOnsen/images/top/bg/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15.34px;
  height: 15.34px;
  position: absolute;
  width: 2303.68px;
  height: 2246.39px;
  top: 67.5rem;
  right: -43.4375rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .method::before {
    top: -105%;
    right: -94%;
  }
}

.page-nowtrip .proglam::before {
  content: "";
  background-image: url(wp-conten/themes/DogoOnsen/images/top/bg/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15.34px;
  height: 15.34px;
  position: absolute;
  width: 2303.68px;
  height: 2246.39px;
  top: -35rem;
  left: -32.5rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-nowtrip .proglam::before {
    top: -105%;
    left: -94%;
  }
}

.page-contact {
  overflow: hidden;
  position: relative;
  padding-bottom: 7.125rem;
}
@media screen and (max-width: 768px) {
  .page-contact {
    padding-bottom: 4rem;
  }
}

.page-contact .food-fv__text-wrap {
  width: 100%;
}

.page-contact .food-fv__left {
  width: 100%;
}

.page-contact .food-fv__text-wrap::after {
  display: none;
}

.page-contact .p-fv__main {
  justify-content: left;
  gap: initial;
}

.page-contact .food-fv__right img {
  opacity: 0;
  display: none;
}

.page-contact .contact-form {
  padding-left: 11.48%;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-form {
    padding-left: 0;
  }
}

.page-contact .contact-form__inner {
  padding-left: 6.48%;
  padding-right: 10%;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-form__inner {
    padding: 0 15px;
  }
}

.page-contact form {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 0.9375rem;
  padding: 3.25rem 4.375rem 4.5rem;
}
@media screen and (max-width: 768px) {
  .page-contact form {
    padding: 1.5rem 0.75rem 2rem;
  }
}

.page-contact .form-block {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-contact .form-block {
    display: block;
  }
}

.page-contact .form-block.textarea,
.page-contact .form-block.type {
  align-items: flex-start;
}
.page-contact .form-block:nth-child(n+2) {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .page-contact .form-block:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}

.page-contact .form-block__label {
  width: 10.625rem;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .page-contact .form-block__label {
    width: 100%;
  }
}

.page-contact .form-block.textarea .form-block__label,
.page-contact .form-block.type .form-block__label {
  margin-top: 0.5rem;
}
.page-contact .form-block .hissu {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0.025em;
  color: #FFF;
  padding: 0 0.25rem 0.0625rem;
  background-color: #DD6262;
  border-radius: 2px;
  height: 1.125rem;
}
.page-contact .form-block__input {
  width: calc(100% - 10.625rem);
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
@media screen and (max-width: 768px) {
  .page-contact .form-block__input {
    width: 100%;
    margin-top: 0.75rem;
  }
}

.page-contact .form-block__input.address {
  justify-content: initial;
}
.page-contact .form-block.textarea .form-block__input,
.page-contact .form-block.type .form-block__input {
  align-items: flex-start;
}
.page-contact .form-block.textarea .form-block__input .hissu,
.page-contact .form-block.type .form-block__input .hissu {
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .page-contact .form-block.textarea .form-block__input .hissu,
  .page-contact .form-block.type .form-block__input .hissu {
    margin-top: 0;
  }
}

.page-contact .form-block__input input[type=text] {
  width: calc(100% - 3rem);
  height: 2.6875rem;
  border-radius: 3px;
  border: 1px solid #D0D0D0;
  padding: 0.5625rem 0.875rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
  margin-left: auto;
}
.page-contact .form-block__input img {
  width: 1.125rem;
  margin: 0 0.4375rem 0 0.4375rem;
}
.page-contact .form-block__input ::placeholder {
  color: #D0D0D0;
}

.page-contact .form-block__input textarea {
  width: calc(100% - 3rem);
  height: 10.625rem;
  border-radius: 3px;
  border: 1px solid #D0D0D0;
}
.page-contact .add-input {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.page-contact .add-input input {
  width: 6.5rem;
  margin-left: 0;
}
.page-contact .add-input p {
  margin: 0 0.4375rem;
}
.type-input__block {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
}
.type-input__block:nth-child(n+2) {
  margin-top: 0.875rem;
}
.page-contact input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 3px;
  border: 1px solid #D0D0D0;
  display: block;
}
.page-contact .privacy-area {
  margin-top: 3.125rem;
  padding-top: 2.40625rem;
  border-top: 1px solid #56B9C6;
}
.page-contact .privacy-area__top {
  text-align: center;
}
.page-contact .privacy-area__top h2 {
  color: #56B9C6;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
}
.page-contact .privacy-area__top p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0.025em;
  margin-top: 2.5rem;
}
.page-contact .privacy-area__btm {
  padding: 1rem 1.25rem 1rem 1.5rem;
  border: 1px solid #D0D0D0;
  border-radius: 3px;
  margin-top: 2.8125rem;
  height: 12.8125rem;
  overflow-y: scroll;
}
.page-contact .privacy-area__btm p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0.025em;
}
.page-contact .doui {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 0.625rem;
}
.page-contact .submit {
  width: 12.6875rem;
  margin: 3.75rem auto 0;
}
.page-contact .submit button {
  width: 100%;
  padding: 0.625rem 0 0.75rem;
  text-align: center;
  font-weight: 600;
  color: #FFF;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.025em;
  background-color: #56B9C6;
  border-radius: 3px;
}
.page-lincs {
  overflow: hidden;
  position: relative;
  padding-bottom: 7.8125rem;
}
@media screen and (max-width: 768px) {
  .page-lincs {
    padding-bottom: 3.75rem;
  }
}

.page-lincs .food-fv__text-wrap::after {
  display: none;
}

.page-lincs .p-fv__main {
  justify-content: left;
  gap: initial;
}

.page-lincs .food-fv__right img {
  opacity: 0;
  display: none;
}

.page-lincs .rink-area {
  padding-left: 11.48%;
}
@media screen and (max-width: 768px) {
  .page-lincs .rink-area {
    padding-left: 0;
    margin-top: 3.5625rem;
  }
}

.page-lincs .rink-area__inner {
  padding-left: 6.48%;
  padding-right: 10%;
}
@media screen and (max-width: 768px) {
  .page-lincs .rink-area__inner {
    padding: 0 15px;
  }
}

.page-lincs .rink-block {
  text-align: center;
}

.page-lincs .rink-block:nth-child(n+2) {
  margin-top: 7.3125rem;
}

.page-lincs .rink-block__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
  color: #56B9C6;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #56B9C6;
}
.page-lincs .rink-block__bannar--area {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.8125rem 0rem;
}

.page-lincs .rink-bannar {
  width: 14.5rem;
  width: 19.375rem;
}

.page-lincs .rink-bannar .thamnaile {
  width: 14.5rem;
  margin: 0 auto;
}

.page-lincs .rink-bannar .name {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5625rem;
  margin-top: 1.125rem;
}

.page-lincs .rink-bannar .name h3 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-decoration: underline;
  white-space: nowrap;
}

.page-lincs .rink-bannar .name img {
  width: 0.9375rem;
}

.page-pamphlet {
  overflow: hidden;
  position: relative;
  padding-bottom: 7.125rem;
}
@media screen and (max-width: 768px) {
  .page-pamphlet {
    padding-bottom: 2.625rem;
  }
}

.page-pamphlet .food-fv__text-wrap {
  width: 100%;
}

.page-pamphlet .food-fv__left {
  width: 100%;
}

.page-pamphlet .food-fv__text-wrap::after {
  display: none;
}

.page-pamphlet .p-fv__main {
  justify-content: left;
  gap: initial;
}

.page-pamphlet .food-fv__right img {
  opacity: 0;
  display: none;
}

.page-pamphlet .download-area {
  margin-top: 8.3125rem;
  padding-left: 11.48%;
}
@media screen and (max-width: 768px) {
  .page-pamphlet .download-area {
    margin-top: 0rem;
    padding-left: 0;
  }
}

.page-pamphlet .download-area__inner {
  padding-left: 6.48%;
  padding-right: 10%;
}
@media screen and (max-width: 768px) {
  .page-pamphlet .download-area__inner {
    padding: 0 15px;
  }
}

.page-pamphlet .download-area__content {
  display: flex;
  justify-content: center;
  gap: 5.625rem;
}
@media screen and (max-width: 768px) {
  .page-pamphlet .download-area__content {
    flex-wrap: wrap;
    gap: 2.8125rem;
  }
}

.page-pamphlet .file {
  width: 100%;
  max-width: 16.375rem;
}
@media screen and (max-width: 768px) {
  .page-pamphlet .file {
    max-width: 17.5rem;
  }
}

.page-pamphlet .file-img img {
  aspect-ratio: 262/250;
  object-fit: contain;
}

.page-pamphlet .file-name {
  display: flex;
  justify-content: center;
  gap: 0.5625rem;
  margin-top: 1.4375rem;
}

.page-pamphlet .file-name h3 {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.025em;
  text-decoration: underline;
}

.page-pamphlet .file-name img {
  width: 1rem;
}

.page-pamphlet .file p {
  margin-top: 1.3125rem;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0.025em;
}

.page-photo {
  overflow: hidden;
  position: relative;
  padding-bottom: 7.125rem;
}
@media screen and (max-width: 768px) {
  .page-photo {
    padding-bottom: 2.625rem;
  }
}

.page-photo .food-fv__text-wrap {
  width: 100%;
}

.page-photo .food-fv__left {
  width: 100%;
}

.page-photo .food-fv__text-wrap::after {
  display: none;
}

.page-photo .p-fv__main {
  justify-content: left;
  gap: initial;
}

.page-photo .food-fv__right img {
  opacity: 0;
  display: none;
}

.page-photo .photo-library {
  margin-top: 6.25rem;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 11.48%;
}
@media screen and (max-width: 768px) {
  .page-photo .photo-library {
    margin-top: 0rem;
    padding: 0 0.9375rem;
  }
}

.page-photo .photo-library__inner {
  padding-left: 6.48%;
  padding-right: 10%;
}
@media screen and (max-width: 768px) {
  .page-photo .photo-library__inner {
    padding: 0 15px;
  }
}

.page-photo .photo-library__slide {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 50.625rem;
  overflow: hidden;
}

.page-photo .photo-library__slide .photo-library__slide--item .title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
}

.page-photo .photo-library__slide .photo-library__slide--item .title span {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
  font-family: "Noto Serif JP";
  color: #BF8833;
  margin-right: 1.875rem;
  display: block;
}

.page-photo .photo-library__slide .photo-library__slide--item img {
  width: 100%;
  margin-top: 1rem;
}

.page-photo .photo-library__slidebtm {
  margin: 1.25rem auto 0;
  width: 100%;
  max-width: 50.625rem;
  overflow: hidden;
}

.page-photo .photo-library__slidebtm ul {
  display: flex;
}

.page-photo .photo-library__slidebtm .photo-library__slide--item {
  padding: 0 0.125rem;
}

.page-photo .swiper-container {
  position: relative;
}

.page-photo .swiper-button-prev,
.page-photo .swiper-button-next {
  width: 2.0625rem;
  height: 2.0625rem;
  background-image: url("wp-conten/themes/DogoOnsen/images/page-photo/icon-arrow.svg");
  background-size: cover;
  position: absolute;
  top: 60%;
}

.page-photo .photo-library__slidebtm .swiper-button-prev,
.page-photo .photo-library__slidebtm .swiper-button-next {
  display: none;
}

.page-photo .swiper-button-prev {
  left: 0;
}

.page-photo .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.page-photo .swiper-slide {
  max-width: 50.625rem;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

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