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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
  scroll-behavior: smooth;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

button{
  cursor: pointer;
}

* {
	outline: 1px solid transparent;
}

/* ===============================================
# 色
=============================================== */

/* ===============================================
# フォント
=============================================== */

/* ===============================================
# レイアウト
=============================================== */

/* ===============================================
# ブレークポイント
=============================================== */

/* ===============================================
# 重なり順の定義
=============================================== */

body {
	background: #FFF;
	color: #353535;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}

body.is-footer-sns-fixed {
	padding-bottom: 75px;
}

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

a {
	color: inherit;
}

table,
th,
td {
	border: none;
}

html {
	font-size: 1rem;
}

/* --------rihocss */

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

.header {
  background: #FFFFFF;
  width: 100%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-top: 10px;
}

.header.fixed {
  position: fixed;
  top: -10px;
  left: 0;
  z-index: 9998;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1200px;
}
@media screen and (max-width: 1300px) {
  .header_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 24px;
  }
}

.header_logo img {
  width: 200px;
  display: block;
}
@media screen and (max-width: 900px) {
  .header_logo img {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .header_logo img {
    width: 161px;
  }
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .header_nav {
    gap: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .header_nav {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header_nav {
    display: none;
  }
}

.header_link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_link:hover, .header_link:focus {
  color: #00A8C8;
  border-bottom: 1px solid #00A8C8;
}
@media screen and (max-width: 1200px) {
  .header_link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .header_link {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .header_link {
    font-size: 12px;
  }
}
.header_link:hover {
  opacity: 0.7;
}

.youtube {
  max-width: 48px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .youtube {
    max-width: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .youtube {
    max-width: 35px;
  }
}
@media screen and (max-width: 900px) {
  .youtube {
    max-width: 30px;
  }
}
.youtube img {
  display: block;
  width: 100%;
}
.youtube:focus, .youtube:hover {
  opacity: 0.7;
}

.header_link_language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_link_language2 {
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .header_link_language2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .header_link_language2 {
    font-size: 16px;
  }
}
.header_link_language2:hover, .header_link_language2:focus {
  color: #00A8C8;
  border-bottom: 1px solid #00A8C8;
}

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

.drawer-icon {
  width: 40px;
  height: 35px;
  position: relative;
  background: none;
  padding-right: 48px;
  top: 21px;
  right: 25px;
  position: absolute;
  z-index: 10000;
}
.drawer-icon.is-checked {
  padding-right: 48px;
}
.drawer-icon.is-checked .drawer-icon_bar {
  width: 55px;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 26px;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 26px;
}

.header_logo_img.is-hidden {
  display: none;
}

.header.is-hidden {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.drawer-icon_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  border-radius: 6px;
  background: #00A8C8;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon_bar:nth-of-type(2) {
  top: 16px;
}
.drawer-icon_bar:nth-of-type(3) {
  top: 32px;
}

.drower_content {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #FFFFFF;
  z-index: 9999;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
  /* margin-top: 64px; */
  visibility: hidden;
  opacity: 0;
}
.drower_content.is-checked {
  visibility: visible;
  opacity: 1;
}

.drower_content_inner {
  padding: 100px 12px 70px 12px;
  position: relative;
}

.drower_content__nav {
  position: relative;
}
.drower_content__nav::before {
  position: absolute;
  content: "";
  background: url(../img/drower_toyama.png) no-repeat center center/cover;
  width: 300px;
  height: 285px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drower_content_link {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: left;
  color: #333333;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
}
.drower_content_link::before {
  position: absolute;
  content: "";
  background: url(../img/buttom_arrow.png) no-repeat center center/cover;
  width: 9px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
}
.drower_content_link:hover, .drower_content_link:focus {
  color: #00A8C8;
  border-bottom: 1px solid #00A8C8;
}

.drower_content_link2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 31px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 33px;
}

.youtube2 {
  width: 48px;
}

@media screen and (max-width: 768px) {
  .header_link_language {
    gap: 6px;
  }
}

@media screen and (max-width: 768px) {
  .header_link_language2 {
    font-size: 18px;
  }
}

.l-archive-main__breadcrumb {
  margin-bottom: 14px;
}

.l-archive-main__head {
  border-top: 3px solid #FFF;
  margin-bottom: 70px;
  padding-top: 28px;
}

.l-archive-main__card:nth-child(n+2) {
  margin-top: 30px;
}

.l-archive-main__pagination {
  margin-top: 62px;
  text-align: center;
}

.l-inner {
  height: inherit;
  margin-inline: auto;
  max-width: 1440px;
  padding: 0 6.5rem;
  width: 100%;
}

.l-inner__narrow {
  margin: 0 auto;
  max-width: 50rem;
}

.l-inner__contact {
	max-width: 25rem;
}

.l-section {
  margin-top: 128px;
  background: #f7f7f7;
  padding-top: 92px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-section {
    margin-top: 54px;
    padding-top: 64px;
    padding-bottom: 65px;
  }
}

.l-fv {
  position: relative;
  height: 1024px;
  margin-top: -100px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .l-fv {
    height: 900px;
  }
}
@media screen and (max-width: 768px) {
  .l-fv {
    height: 852px;
    margin-top: -78px;
  }
}

.fv_swiper {
  height: 1024px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .fv_swiper {
    height: 900px;
  }
}
@media screen and (max-width: 768px) {
  .fv_swiper {
    min-height: 852px;
  }
}

.fv_slide img {
  height: 1024px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .fv_slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 900px) {
  .fv_slide img {
    height: 900px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .fv_slide img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 852px;
  }
}

.c-section-title {
  color: #00A8C8;
  font-family: "Spicy Rice", serif;
  font-weight: bold;
  text-align: center;
}

.c-section-title.sweets {
  position: relative;
}

.c-section-title.sweets::after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../img/heart.png) no-repeat center center/contain;
  content: "";
  height: 100px;
  left: 0;
  left: 32%;
  position: absolute;
  top: -60px;
  top: 6%;
  transform: translate(-50%, -50%);
  width: 100px;
}

.c-section-title.concept {
  position: relative;
}

.c-section-title.concept::after {
  -webkit-transform: translate(30%, -50%);
  -ms-transform: translate(30%, -50%);
  background: url(../img/accent.png) no-repeat center center/contain;
  content: "";
  height: 50px;
  position: absolute;
  top: -60px;
  top: 6%;
  transform: translate(30%, -50%);
  width: 50px;
}

.c-section-sub-title {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
  text-align: center;
}

.c-section-titles img {
  max-width: 300px;
  width: 100%;
}

.c-heading {
  color: #00A8C8;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.c-heading.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-heading.center {
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
  }
}

.c-heading.white {
  color: white;
}

.c-lead {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.032em;
  text-align: center;
}

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

.c-card__title {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.75rem;
}

.c-card__text {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.c-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.c-fv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
}
@media screen and (max-width: 900px) {
  .c-fv {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-fv {
    inset: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 15px;
  }
}
.c-fv img {
  max-width: 418px;
}
@media screen and (max-width: 1200px) {
  .c-fv img {
    max-width: 400px;
  }
}
@media screen and (max-width: 900px) {
  .c-fv img {
    max-width: 370px;
  }
}
@media screen and (max-width: 768px) {
  .c-fv img {
    width: 292px;
  }
}

.c-fv__catch {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Noto Serif JP", sans-serif;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  letter-spacing: 10%;
}
@media screen and (max-width: 1200px) {
  .c-fv__catch {
    font-size: 43px;
  }
}
@media screen and (max-width: 900px) {
  .c-fv__catch {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-fv__catch {
    font-size: 32px;
  }
}

.c-fv__catch2 {
  font-family: "Noto Serif JP", sans-serif;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 150%;
}
@media screen and (max-width: 1200px) {
  .c-fv__catch2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .c-fv__catch2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-fv__catch2 {
    font-size: 16px;
  }
}

.p-tour__block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

.p-tour__block--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.p-tour__image img {
  display: block;
  height: auto;
  width: 100%;
}

.p-tour__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-left: 2.2rem;
  max-width: 570px;
}
@media screen and (max-width: 768px) {
  .p-tour__text {
    margin-left: 0;
    gap: 26px;
  }
}

.p-tour__image,
.p-tour__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-tour__lead {
  margin: 4rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .p-tour__lead {
    margin: -0.5rem 0;
  }
}

.p-tour__hero {
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
}

.p-tour__hero img {
  display: block;
  margin: 3rem 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-tour__hero img {
    margin: 2.5rem 0;
  }
}

.p-tour__features {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}

/* =========================
  Responsive
========================= */
/* =====================
  Project
===================== */
.p-reserve {
  background: #05a8c8;
  color: #fff;
  padding: 80px 16px 80px 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reserve {
    padding: 41px 30px 40px 30px;
  }
}

.p-reserve__inner {
  margin: 0 auto;
  max-width: 1000px;
}

.p-reserve__title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  margin-bottom: 24px;
}

.p-reserve__text {
  font-size: 1rem;
  margin-bottom: 18px;
  margin-top: 3.2rem;
}

.p-reserve__note {
  -webkit-text-decoration-skip: ink;
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.024em;
  line-height: 1;
  text-decoration-line: underline;
  text-decoration-skip-ink: auto;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  background: none;
}
@media screen and (max-width: 768px) {
  .p-reserve__note {
    font-size: 1.08rem;
    text-align: left;
  }
}

.p-reserve__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}


/* =====================
  Component
===================== */
.c-reserve-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 4px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  gap: 1rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  letter-spacing: 0.024em;
  line-height: 1;
  max-width: 22.5rem;
  padding: 1.15rem 2.6rem;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.c-reserve-btn:hover {
  background: #00A8C8;
  border: 1px solid white;
  color: #fff;
}

.c-reserve-btn:focus {
  background: #00A8C8;
  border: 1px solid white;
  color: #fff;
}

.c-reserve-btn__icon img {
  height: 3.875rem;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  width: 4.0625rem;
}

.c-reserve-btn:first-child:hover .c-reserve-btn__icon img {
  content: url("../img/contact-1-hover.svg");
  -webkit-filter: none;
          filter: none;
}

.c-reserve-btn:nth-child(2):hover .c-reserve-btn__icon img {
  content: url("../img/contact-2-hover.svg");
}

.c-reserve-btn:first-child:focus .c-reserve-btn__icon img {
  content: url("../img/contact-1-hover.svg");
  -webkit-filter: none;
          filter: none;
}

.c-reserve-btn:nth-child(2):focus .c-reserve-btn__icon img {
  content: url("../img/contact-2-hover.svg");
}

/* ホバー時 */
.c-reserve-btn:hover .c-reserve-btn__icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.c-reserve-btn:focus .c-reserve-btn__icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.yajirusi {
  height: 2rem;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  width: 1.9rem;
}

.c-reserve-btn:hover .yajirusi {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.c-reserve-btn__text {
  white-space: nowrap;
  font-size: 1.35rem;
}
@media screen and (max-width: 768px) {
  .c-reserve-btn__text {
    font-size: 1.07rem;
  }
}

.c-reserve-btn__icon svg,
.yajirusi svg {
  fill: currentColor;
}

/* =========================
  Project : option
========================= */
.p-option {
  background-image: url("../img/option_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 68px 0 60px;
  max-width: 66.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 128px;
  height: 554px;
}
@media screen and (max-width: 1200px) {
  .p-option {
    padding: 60px 0 60px;
    max-width: 66.6rem;
    height: 33.7rem;
  }
}
@media screen and (max-width: 900px) {
  .p-option {
    padding: 51px 0 50px;
    max-width: 700px;
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .p-option {
    background-image: url("../img/option_bg_sp.png");
    height: 74.6rem;
    margin-left: 1.8rem;
    margin-right: 1.8rem;
    padding: 33px 0 24px;
    margin-bottom: 59px;
  }
}

.p-option__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .p-option__inner {
    gap: 1.5rem;
  }
}

.p-option__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}

.p-option__title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-option__title {
    font-size: 1.5rem;
  }
}

.p-option__lead {
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.018em;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .p-option__lead {
    letter-spacing: 0.008rem;
  }
}

.p-option__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-option__item {
    width: 14.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===== list ===== */
.p-option__list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 900px) {
  .p-option__list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-option__list {
    gap: 17px;
  }
}

/* ===== card ===== */
.p-option-card {
  background-color: white;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-option-card {
    gap: 0.5rem;
  }
}

.p-option-card__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  justify-self: center;
  text-align: center;
}

.p-option-card__name {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.018em;
  line-height: 1;
}

.p-option-card__price {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}

.p-option-card__price span {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.012em;
  line-height: 1;
}

.p-option-card__price::after {
  content: "";
}

.p-review {
  margin: 0 auto;
  max-width: 120000px;
  text-align: center;
}

.p-review__title {
  font-size: 32px;
  margin-bottom: 24px;
}

.p-review__summary {
  margin-bottom: 28px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-review__summary {
    margin-top: 38px;
    margin-bottom: 22px;
  }
}

.p-review__count {
  font-size: 1.35rem;
}
@media screen and (max-width: 768px) {
  .p-review__count {
    letter-spacing: 0.1rem;
  }
}

.p-review__stars {
  color: #f5c542;
  font-size: 2.8rem;
  letter-spacing: 5px;
  margin-bottom: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-review__stars {
    font-size: 1.6rem;
  }
}

.p-review__note {
  color: #000;
  font-size: 14px;
  font-size: 1rem;
  margin-top: 26px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-review__note {
    font-size: 0.95rem;
    margin-top: 11px;
  }
}

.p-review__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.p-review__card {
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
  padding: 1.7rem;
  max-width: 364px;
}
@media screen and (max-width: 768px) {
  .p-review__card {
    min-width: 333px;
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
}
@media screen and (max-width: 500px) {
  .p-review__card {
    min-width: 333px;
    padding: 1.45rem;
  }
}
@media screen and (max-width: 390px) {
  .p-review__card {
    padding: 1.45rem 1.55rem;
  }
}

.p-review__name {
  font-weight: bold;
  margin-bottom: 16px;
}

.p-review__score {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-review__score {
    gap: 13px;
  }
}

.p-review__score dd {
  color: #f5c542;
  letter-spacing: 2px;
}

.p-review__text {
  font-size: 14px;
  line-height: 1.8;
}

.review_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review_icon {
  max-width: 32px;
}
.review_icon img {
  display: block;
  width: 100%;
}

.review_name {
  font-size: 1.1rem;
  font-weight: 600;
}

.review_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .review_center {
    gap: 1px;
    line-height: 1.6;
  }
}

.review_center_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.review_center_cont p {
  font-size: 0.8rem;
  min-width: 10rem;
  background-color: #F5F5F5;
  padding-left: 16px;
  padding-right: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .review_center_cont p {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .review_center_cont p {
    padding-left: 8px;
    min-width: 9.3rem;
    letter-spacing: 0.03rem;
  }
}

.review_star {
  color: #FFCF47;
}
@media screen and (max-width: 768px) {
  .review_star {
    letter-spacing: 0.3rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 500px) {
  .review_star {
    letter-spacing: 0.5rem;
  }
}

.review_bottom {
  font-size: 1rem;
  color: #000;
}
.review_bottom p {
  line-height: 150%;
}

/* ---------- responsive ---------- */
.p-review__swiper {
  padding: 0 60px;
  position: relative;
}

.p-review__card {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}

/* 矢印 */
.p-review__arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.p-review__arrow img {
  width: 64px;
}
@media screen and (max-width: 768px) {
  .p-review__arrow img {
    width: 50px;
  }
}
@media screen and (max-width: 500px) {
  .p-review__arrow img {
    width: 40px;
  }
}

/* 左右位置 */
.p-review__arrow--prev {
  left: 1.875rem;
  width: 3.55rem;
}
@media screen and (max-width: 768px) {
  .p-review__arrow--prev {
    left: 0;
  }
}

.p-review__arrow--next {
  right: 1.875rem;
  width: 3.55rem;
}
@media screen and (max-width: 768px) {
  .p-review__arrow--next {
    right: 0px;
  }
}

/* Swiper標準矢印を消す */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* SPでは矢印非表示 */
.p-strong {
  margin: 0 auto;
  max-width: 1200px;
}

.p-strong__list {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-strong__item {
  outline: 1px solid #DDDDDD;
}

.p-strong__image img {
  -o-object-fit: cover;
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}

.p-strong__heading {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.032em;
  line-height: 1;
  margin-block: 2rem;
  text-align: center;
}

.p-strong__text {
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.018em;
  line-height: 1.5;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  padding-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-strong__text {
    padding-top: 1rem;
    font-size: 0.95rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    letter-spacing: 0.007em;
    padding-bottom: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .p-strong__list:nth-child(2) .p-strong__text,
  .p-strong__item:nth-child(3) .p-strong__text {
    font-size: 1rem;
  }
}
/* ---------- responsive ---------- */
.u-separate {
  margin-bottom: 24px;
  margin-top: 24px;
}

.u-pb {
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }
  .u-hidden-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 1.25vw;
  }
  .u-hidden-tab {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-tour__block,
  .p-tour__block--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
  .p-tour__features {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-review__title {
    font-size: 26px;
  }
  .p-review__swiper {
    padding: 0;
  }
  .p-strong__list {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 35px;
  }
  .p-strong__item {
    border-bottom: 1px solid #eee;
    border-right: none;
  }
  .p-strong__item:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  body.is-footer-sns-fixed {
    padding-bottom: 67px;
  }
  html {
    font-size: 4.266vw;
  }
  .l-archive-main__head {
    margin-bottom: 35px;
  }
  .l-archive-main__card:nth-child(n+2) {
    margin-top: 20px;
  }
  .l-archive-main__pagination {
    margin-top: 40px;
  }
  .l-inner {
    max-width: px(660);
    padding: 0 1.875rem;
    width: 100%;
  }
  .c-lead {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.07em;
  }
  .c-heading {
    font-size: 1.33rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.5;
    text-align: center;
  }
  .c-text {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.007em;
    line-height: 1.5;
  }
  .c-section-title.sweets::after {
    height: 80px;
    left: 40px;
    top: -30px;
    width: 80px;
  }
  .c-section-title.concept::after {
    height: 30px;
    top: 10px;
    width: 30px;
  }
  .c-section-title {
    font-size: 36px;
  }
  .c-section-sub-title {
    padding-bottom: 15px;
    padding-top: 0;
  }
  .p-tour__block--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 2.5rem;
  }
  .p-reserve__text {
    margin-top: 1.6rem;
    margin-bottom: 14px;
    text-align: left;
  }
  .p-reserve__buttons {
    margin-top: 1.7rem;
    gap: 25px;
  }
  .c-reserve-btn {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.027em;
    line-height: 1;
    padding: 1.4rem 2.6rem;
    width: 20.8rem;
  }
  .c-reserve-btn:last-child {
    gap: 0;
  }
  .c-reserve-btn__icon img {
    height: 2.384625rem;
    width: 2.5rem;
  }
  .yajirusi {
    height: 2rem;
    width: 1rem;
  }
  .p-option__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-option-card {
    padding: 1rem;
  }
  .p-option-card__name {
    font-size: 1rem;
  }
  .p-option-card__price {
    font-size: 1.125rem;
  }
  .p-strong__heading {
    font-size: 1.33rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 1.5;
    margin-block: 1.6rem 0;
  }
  .u-hidden-sp {
    display: none;
  }
}
.pagetop {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .pagetop {
    position: fixed;
    right: 16px;
    bottom: 30px;
    width: 76px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 999;
  }
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
}
.intro {
  margin-top: 119px;
  margin-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .intro {
    margin-top: 53px;
    margin-bottom: 64px;
  }
}

.c-text {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 1rem;
    font-weight: 300;
  }
}

.p-tour__text_revears {
  margin-left: 0rem;
  margin-right: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-tour__text_revears {
    margin-right: 0;
  }
}


.cource_left {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .cource_left {
    max-width: 400px;
  }
}
@media screen and (max-width: 1050px) {
  .cource_left {
    max-width: 380px;
  }
}
@media screen and (max-width: 900px) {
  .cource_left {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .cource_left {
    max-width: 500px;
  }
}
@media screen and (max-width: 500px) {
  .cource_left {
    max-width: 350px;
  }
}

.slick-img img {
  height: auto;
  width: 100%;
}

.thumbnail-img img {
  width: 150px !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .thumbnail-img img {
    width: 6.25rem !important;
  }
}

/* 2026.3.7追加 */

.tour {
  margin-top: 128px;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .tour {
    margin-top: 64px;
    margin-bottom: 32px;
  }
}

.thumbnail {
  margin-top: 16px;
}

.inner {
  height: inherit;
  margin-inline: auto;
  max-width: 1440px;
  padding: 0 6.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: px(660);
    padding: 0 1.875rem;
    width: 100%;
  }
}

.c-heading-tour {
  text-align: center;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .c-heading-tour {
    font-size: 1.7rem;
  }
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 40.6rem;
  margin-left: auto;
  margin-right: auto;
  gap: 24px;
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .tab-list {
    gap: 16px;
    margin-top: 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.tab-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  border: 2px solid #00A8C8;
  color: #00A8C8;
  font-size: 1rem;
  position: relative;
  padding-right: 10px;
  width: 19.6rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .tab-menu {
    width: 13rem;
    
  }
}
@media screen and (max-width: 768px) {
  .tab-menu {
    width: 13rem;
    height: 52px;
  }
}
.tab-menu::after {
  position: absolute;
  content: "";
  background: url(../img/buttom_arrow.png) no-repeat center center/cover;
  width: 9px;
  height: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
}
@media screen and (max-width: 900px) {
  .tab-menu::after {
    right: 7px;
    width: 6px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .tab-menu::after {
    top: 53%;
    right: 8px;
    width: 9px;
    height: 17px;
  }
}

.tab-menu:hover,
.tab-menu:focus{
  background-color: #00A8C8;
  color: #fff;
}

.tab-menu.current {
  background-color: #00A8C8;
  color: #fff;
  position: relative;
  padding-right: 10px;
  width: 19.6rem;
}
@media screen and (max-width: 900px) {
  .tab-menu.current {
    width: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .tab-menu.current {
    width: 13rem;
  }
}
.tab-menu.current::after {
  position: absolute;
  content: "";
  background: url(../img/buttom_arrow_white.png) no-repeat center center/cover;
  width: 9px;
  height: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
}
@media screen and (max-width: 900px) {
  .tab-menu.current::after {
    right: 7px;
    width: 6px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .tab-menu.current::after {
    top: 53%;
    right: 8px;
    width: 9px;
    height: 17px;
  }
}

.content-group {
  margin-top: 48px;
      display: flex;
    flex-direction: column;
    gap: 50px;
}
@media screen and (max-width: 768px) {
  .content-group {
    margin-top: 36px;
    gap: 30px;
  }
}

/* .content-box {
  display: none;
} */

.short-title {
  font-size: 1.7rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .short-title {
    font-size: 1.45rem;
    text-align: center;
  }
}

.cource_content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 1050px) {
  .cource_content {
    gap: 30px;
  }
}
@media screen and (max-width: 900px) {
  .cource_content {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cource_content {
    margin-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cource_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .cource_left {
    margin-left: auto;
    margin-right: auto;
  }
}

.cource_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cource_right {
  max-width: 681px;
}
.cource_right img {
  display: block;
  width: 100%;
}

.cource_A_title {
  font-size: 1.3rem;
  color: #FFFFFF;
  background: #00A8C8;
  width: 13.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .cource_A_title {
    font-size: 1.1rem;
    width: 10.8rem;
    padding: 2px 0;
  }
}

.cource_A_price {
  margin-top: 16px;
  background: #F5F5F5;
  padding: 17px 32px 24px 29px;
}
@media screen and (max-width: 1250px) {
  .cource_A_price {
    padding: 17px 24px 24px 24px;
  }
}
@media screen and (max-width: 1200px) {
  .cource_A_price {
    padding: 20px 18px 24px 18px;
  }
}
@media screen and (max-width: 1050px) {
  .cource_A_price {
    padding: 17px;
  }
}
@media screen and (max-width: 900px) {
  .cource_A_price {
    padding: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cource_A_price {
    margin-top: 24px;
    padding: 24px;
  }
}
.cource_A_price table {
  border-collapse: collapse;
  width: 100%;
}
.cource_A_price table tbody tr {
  border-bottom: 1px solid #333;
  padding-bottom: 11px;
  display: block;
  padding-top: 13px;
}
@media screen and (max-width: 768px) {
  .cource_A_price table tbody tr {
    padding-bottom: 4px;
  }
}
.cource_A_price table tbody tr:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cource_A_price table tbody tr:first-child {
  padding-top: 0;
}
.cource_A_price table tbody tr:nth-child(2) td:nth-child(2) {
  font-size: 1.3rem;
  padding-right: 1.3rem;
}
@media screen and (max-width: 1300px) {
  .cource_A_price table tbody tr:nth-child(2) td:nth-child(2) {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .cource_A_price table tbody tr:nth-child(2) td:nth-child(2) {
    padding-right: 1.3rem;
    font-size: 1rem;
  }
}
.cource_A_price table tbody tr:nth-child(2) td:nth-child(3) {
  padding-left: 16px;
}
@media screen and (max-width: 1200px) {
  .cource_A_price table tbody tr:nth-child(2) td:nth-child(3) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1050px) {
  .cource_A_price table tbody tr:nth-child(2) td:nth-child(3) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .cource_A_price table tbody tr:nth-child(2) td:nth-child(3) {
    padding-left: 7px;
  }
}
@media screen and (max-width: 768px) {
  .cource_A_price table tbody tr:nth-child(2) td:nth-child(3) {
    padding-left: 3px;
  }
}
.cource_A_price table tbody tr th {
  font-size: 1rem;
  min-width: 4rem;
  text-align: left;
}
.cource_A_price table tbody tr td {
  font-size: 1rem;
  padding-left: 2.2rem;
}
@media screen and (max-width: 1050px) {
  .cource_A_price table tbody tr td {
    padding-left: 1.8rem;
  }
}
@media screen and (max-width: 900px) {
  .cource_A_price table tbody tr td {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .cource_A_price table tbody tr td {
    padding-left: 1.7rem;
  }
}

.td_des {
  padding: 16px;
  background: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .td_des {
    padding: 16px 10px;
  }
}
@media screen and (max-width: 1050px) {
  .td_des {
    padding: 14px 10px;
  }
}
@media screen and (max-width: 900px) {
  .td_des {
    padding: 10px 7px;
  }
}
@media screen and (max-width: 768px) {
  .td_des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    padding: 8px 3px 8px 3px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.td_des p {
  line-height: 1.3rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .td_des p {
    font-size: 0.95rem;
  }
}

.cource_small {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .cource_small {
    font-size: 0.8rem;
  }
}

.cource_small2 {
  font-size: 0.8rem;
}

.cource_A_tour {
  margin-top: 32px;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cource_A_tour {
    font-size: 1.1rem;
  }
}

.cource_A_tour_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tour_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .tour_content_list {
    /* padding-left: 60px; */
  }
}
@media screen and (max-width: 768px) {
  .tour_content_list {
    margin-top: 20px;
    margin-bottom: 20px;
    /* padding-left: 60px; */
  }
}
/* .tour_content_list::before {
  position: absolute;
  content: "";
  background: url(../img/cource_flow.png) no-repeat center center/cover;
  top: 50%;
  left: 0;
  width: 86px;
  height: 385px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .tour_content_list::before {
    width: 75px;
    height: 338px;
  }
}
@media screen and (max-width: 768px) {
  .tour_content_list::before {
    background: url(../img/cource_flow_sp.png) no-repeat center center/cover;
    height: 600px;
    width: 99px;
    left: -28px;
  }
}
@media screen and (max-width: 500px) {
  .tour_content_list::before {
    height: 481px;
    width: 80px;
    left: 0;
  }
} */

.tour_content_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 1200px) {
  .tour_content_name {
    gap: 25px;
  }
}
@media screen and (max-width: 1050px) {
  .tour_content_name {
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  .tour_content_name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.tour_content_name:nth-child(even) {
  background: #F5F5F5;
}

.tour_spotname {
  font-size: 1rem;
  font-weight: 700;
  min-width: 8rem;
}

.tour_des {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .tour_des {
    line-height: 140%;
  }
}

.tour_attention {
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  .tour_attention {
    margin-top: 24px;
  }
}

.tour-cource-comparison {
  margin-top: 48px;
  max-width: 1200px;
  background-color: #E9F6F9;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem;
}
@media screen and (max-width: 768px) {
  .tour-cource-comparison {
    margin-top: 33px;
    padding: 23px 24px 24px 24px;
  }
}

.tour-comparison-title {
  color: #333;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tour-comparison-title {
    font-size: 1.5rem;
  }
}

.tour-comp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.5rem;
  max-width: 832px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .tour-comp-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
    margin-top: 18px;
  }
}

.tour-comp-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .tour-comp-short {
    gap: 15px;
  }
}

.tour-comp-short-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.tour-comp-short-name p:first-child {
  font-size: 1rem;
}

.tour-short-title {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .tour-short-title {
    height: 1.6rem;
  }
}

.tour-comp-last-text {
  font-weight: 500;
}

.tour-comp-text {
  margin-top: 33px;
  padding: 24px;
  border: 1px solid #00A8C8;
  max-width: 718px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tour-comp-text {
    padding: 24px 13px;
  }
}
.tour-comp-text p {
  font-weight: 500;
}

.comp-link {
  color: #00A8C8;
  border-bottom: 1px solid #00A8C8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.comp-link:focus, .comp-link:hover {
  opacity: 0.7;
}

.about-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 40px);
  overflow: auto;
  z-index: 60;
  border: none;
  padding: 0;
}
.about-modal img {
  width: 40rem;
}
.about-modal::-ms-backdrop {
  opacity: 0.3;
  background: #FFF;
}
.about-modal::backdrop {
  opacity: 0.3;
  background: #FFF;
}

.about-modal_close-icon {
  top: 0;
  position: absolute;
  right: 0;
  width: 5rem;
  height: 5rem;
  background: none;
}
@media screen and (max-width: 768px) {
  .about-modal_close-icon {
    width: 3rem;
    height: 3rem;
  }
}
.about-modal_close-icon img {
  width: 2.05rem;
}
@media screen and (max-width: 768px) {
  .about-modal_close-icon img {
    width: 1.37rem;
  }
}

/* ===============================
   Project : Step
================================= */

.flex {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.p-step {
	background: #e6eff2;
	padding: 7.5rem 0;
}

.p-step__item {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.p-step__item + .p-step__item {
	margin-top: 1.25rem;
}

.p-step__left {
	align-items: center;
	display: flex;
	flex-direction: column;
}

/* STEP BOX */

.p-step__box {
	border: 2px solid #1aa0b8;
	padding: 1.875rem 0;
	text-align: center;
	width: 16.25rem;
}

.p-step__label {
	background: #1aa0b8;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	margin-bottom: 0.9375rem;
	width: 80%;
}

.p-step__title {
	color: #1aa0b8;
	font-size: 1.375rem;
}

/* 下三角（PC） */

.p-step__arrow {
	border-left: 0.9375rem solid transparent;
	border-right: 0.9375rem solid transparent;
	border-top: 1.125rem solid #1aa0b8;
	height: 0;
	margin-top: 1.25rem;
	width: 0;
}

/* 右側テキスト */

.p-step__text {
	flex: 1;
	font-size: 1.125rem;
	line-height: 1.8;
}

/* ===============================
   SP
================================= */

.service-tabs {
	padding-block: 7.5rem;
}

.service-tabs__inner {
	margin-inline: auto;
	padding-inline: 20px;
	width: min(920px, 100%);
}

.service-tabs__list {
	-moz-column-gap: 6px;
	column-gap: 6px;
	display: flex;
	justify-content: center;
}

.service-tabs__item {
	background: white;
	border: 1px solid #05a8c8;
	color: #05a8c8;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	padding: 14px 27px;
	padding-right: 40px;
	position: relative;
}

.service-tabs__item::after {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	height: 10px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 10px;
}

@media screen and (max-width:768px){
  .service-tabs__item::after {

	right: 9px;
	top: 53%;
	
}
}

.service-tabs__item[aria-selected=true] {
	background: #05a8c8;
	color: #fff;
	pointer-events: none;
}

.service-tabs__item[aria-selected=false] {
	transition: opacity 0.3s ease;
}

.service-tabs__contents {
	margin-inline: auto;
	width: min(1000px, 100%);
}

.service-tabs__content {
	padding: 1.5rem;

  
}

@media screen and (max-width:768px){
    .service-tabs__content {
	padding: 1.5rem 0.7rem;

  
}
  }

.service-tabs__content p {
	color: #000;
	font-weight: 400;
	line-height: normal;
}

.service-tabs__content-wrap {
	display: none;
}

.service-tabs__content-wrap.js-show {
	display: block;
}

.faq-items {
	display: flex;
	flex-direction: column;
}

.faq-item {
	padding-block: 16px;
}

.faq-item-question {
	-moz-column-gap: 24px;
	align-items: center;
	background-color: #05a8c8;
	column-gap: 24px;
	display: flex;
	justify-content: space-between;
	padding: 1rem 1.5rem;
}

@media screen and (max-width:768px){
  .faq-item-question{
    padding: 1rem;
  }
}

.faq-item-question-text {
	color: white;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 160%;
}

/* PC */

.faq-item-question-text::before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}

/* SP */

.faq-item-question-icon {
	width: 24px;
}

.faq-item-question-icon line {
	transform-origin: center;
	transition: rotate 0.3s ease;
}

.faq-item.is-opened .faq-item-question-icon line:nth-of-type(2) {
	rotate: 90deg;
}

.faq-item-answer {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: height 0.4s ease, opacity 0.4s ease;
}

.is-opened .faq-item-answer {
	opacity: 1;
}

.faq-item-answer-text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	padding: 1.5rem;
}

.cancel-table table {
	border-collapse: collapse;
}

.cancel-table td {
	border: 1px solid #333;
	font-size: 16px;
	padding: 10px 16px;
	text-align: left;
}

.cancel-table td:nth-child(2) {
	width: 40px;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

.u-pb {
	padding-bottom: 10px;
}

@media (any-hover: hover) {

.service-tabs__item[aria-selected=false]:hover {
	cursor: pointer;
	opacity: 0.7;
}

}

@media screen and (min-width: 768px) {

html {
	font-size: 1.25vw;
}

.u-hidden-pc {
	display: none;
}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

html {
	font-size: 1.25vw;
}

.u-hidden-tab {
	display: none;
}

}

@media (max-width: 768px) {

.p-tour__block,
.p-tour__block--reverse {
	flex-direction: column;
}

.p-tour__features {
	grid-template-columns: 1fr;
}

}

@media screen and (max-width: 768px) {

.p-review__title {
	font-size: 26px;
}

.p-review__swiper {
	padding: 0;
}

.p-strong__list {
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.p-strong__item {
	border-bottom: 1px solid #eee;
	border-right: none;
}

.p-strong__item:last-child {
	border-bottom: none;
}

}


.c-footer-nav__list {
	align-items: center;
	border-top: 1px solid #666;
	display: flex;
	gap: 3.75rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 2.5rem 0 0;
}


.c-footer-nav__item {
	font-size: 1.125rem;
}

.c-footer-nav__item a {
	color: #666;
	text-decoration: none;
	transition: 0.3s;
}

.c-footer-nav__item a:hover {
	color: #00bcd4;
}

/* .c-footer-nav__lang a {
	border-bottom: 1px solid #00bcd4;
	color: #00bcd4;
	padding-bottom: 0.25rem;
} */

.c-footer-nav__lang span {
	color: #666;
	margin-left: 0.25rem;
}

@media screen and (max-width: 768px){
.p-option__list {
	display: flex;
	flex-direction: column;
}

.p-option-card {
	padding: 1rem;
}
}


@media screen and (max-width: 767px) {

body.is-footer-sns-fixed {
	padding-bottom: 67px;
}

html {
	font-size: 4.266vw;
}

.l-archive-main__head {
	margin-bottom: 35px;
}

.l-archive-main__card:nth-child(n+2) {
	margin-top: 20px;
}

.l-archive-main__pagination {
	margin-top: 40px;
}

.l-inner {
	max-width: 41.25rem;
	padding: 0 1.875rem;
	width: 100%;
}

.l-inner__narrow {
	max-width: px(600);
	padding: 0 1.875rem;
}

.c-section-title.sweets::after {
	height: 80px;
	left: 40px;
	top: -30px;
	width: 80px;
}

.c-section-title.concept::after {
	height: 30px;
	top: 10px;
	width: 30px;
}

.c-section-title {
	font-size: 36px;
}

.c-section-sub-title {
	padding-bottom: 15px;
	padding-top: 0;
}

.c-heading {
	font-size: 1.45rem;
	font-weight: 700;
	letter-spacing: 0.024em;
	line-height: 1.5;
	text-align: center;
}

.c-text {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.016em;
	line-height: 1.5;
}

.c-lead {
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0.018em;
	line-height: 1.5;
}

.c-form {
	padding: 1.5rem 0;
}

.c-form__group {
	margin-bottom: 1.75rem;
}

.c-form__label {
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.c-form__required {
	font-size: 1rem;
	margin-left: 0;
	padding: 0.25rem 0.625rem;
}

.c-form__input,
.c-form__textarea {
	font-size: 1rem;
	padding: 1rem;
}

.c-form__textarea {
	min-height: 11.25rem;
}

.c-form__submit {
	margin-top: 2.5rem;
}

.l-footer {
	padding: 3.75rem 0 1.875rem;
}

.l-footer__logo {
	margin-bottom: 2.5rem;
}

.l-footer__logo img {
	width: 10rem;
}

.l-footer__copy {
	font-size: 0.875rem;
	margin-top: 2.5rem;
}

.c-footer-nav__list {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
}

.c-footer-nav__item {
	font-size: 0.875rem;
}

.c-footer-nav__lang {
	grid-column: span 3;
}

.p-tour__block--reverse {
	flex-direction: column-reverse;
}

.p-tour__text {
	gap: 1.5rem;
}

.p-reserve__text {
	margin-top: 1rem;
}

.p-reserve__note {
	font-size: 1.125rem;
}

.p-reserve__buttons {
	margin-top: 1.5rem;
}

.c-reserve-btn {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.027em;
	line-height: 1;
}

.c-reserve-btn__icon img {
	height: 2.384625rem;
	width: 2.5rem;
}

.yajirusi {
	height: 1rem;
	width: 1rem;
}





.p-option-card__name {
	font-size: 1rem;
}

.p-option-card__price {
	font-size: 1.125rem;
}

.p-strong__heading {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.024em;
	line-height: 1.5;
}

.flex {
	gap: 1.25rem;
}

.p-step {
	padding: 6rem 0;
}

.p-step__text {
	text-align: left;
	width: 16.25rem;
}

.p-step__item {
	flex-direction: column;
	gap: 0;
	text-align: center;
}

/* PC用三角は非表示 */

.p-step__arrow {
	display: none;
}

/* テキスト位置を少し上寄せ */

.p-step__text {
	margin-top: 1rem;
	padding-bottom: 2.5rem;
	position: relative;
}

/* 最後以外に矢印表示 */

.p-step__item:not(:last-child) .p-step__text::after {
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.875rem solid #1aa0b8;
	bottom: 0;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.service-tabs {
	padding-block: 6rem;
}

.service-tabs__item {
	font-size: 1rem;
	padding: 14px 20px;
}

.u-hidden-sp {
	display: none;
}

}

@media (max-width: 767px) {

.faq-item-question {
	padding-block: 10px;
}

.faq-item-question-text {
	font-size: 1.1rem;
        line-height: 133%;
}

.faq-item-question-text {
	align-items: center; /* ←上下中央 */
	display: flex;
	gap: 8px;
}

.faq-item-question-text::before {
	content: "Q";
	flex-shrink: 0;
	font-weight: bold;
}

.faq-item-question-icon {
	min-width: 18px !important;
}

.faq-item-answer-text {
	font-size: 15px;
	padding: 1rem;
}

}

/* ---------- responsive ---------- */

.bg-blue {
	background: #E9F6F9;
}

.bg-gray {
	background: #F5F5F5;
}

.bg-white {
	background: white;
}

.p-option2{
  padding: 80px 0;
  max-width: 66.6rem;
  margin-left: auto;
  margin-right: auto;
}


/* =========================
   Form Component
========================= */

.c-form {
	padding: 2.5rem 0;
}

.c-form__group {
	margin-bottom: 2.5rem;
}

.c-form__label {
	align-items: center;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.125rem;
	gap: 1rem;
	margin-bottom: 1rem;
}

.c-form__required {
	background: #444;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	margin-left: 1rem;
	padding: 0.375rem 0.75rem;
}

.c-form__input,
.c-form__textarea {
	border: none;
	color: #333;
	font-size: 1.125rem;
	padding: 1.5rem;
	width: 100%;
}

.c-form__input::-moz-placeholder,
.c-form__textarea::-moz-placeholder {
	color: #999;
}

.c-form__input::placeholder,
.c-form__textarea::placeholder {
	color: #999;
}

.c-form__input:focus,
.c-form__textarea:focus {
	outline: none;
}

.c-form__textarea {
	min-height: 18.75rem;
}

.c-form__textarea {
	resize: none;
}

.c-form__submit {
	margin-top: 3.75rem;
	text-align: center;
}

/* ===============================
   Layout : Footer
================================= */

.l-footer {
	color: #666;
	padding: 5rem 0 2.5rem;
}

.l-footer__inner {
	margin: 0 auto;
	max-width: 75rem;
	padding: 0 2.5rem;
	text-align: center;
}

.l-footer__logo {
	margin-bottom: 3.75rem;
}

.l-footer__logo img {
	width: 12.5rem;
}

.l-footer__copy {
	font-size: 1.125rem;
	margin-top: 3.75rem;
}

/* ===============================
   Component : Footer Nav
================================= */



.p-tour__block {
	align-items: center;
	display: flex;
	gap: 2rem;
	margin-bottom: 3rem;
}

/* .p-tour__block--reverse {
	flex-direction: row;
} */

.p-tour__image img {
	display: block;
	height: auto;
	width: 100%;
}

.p-tour__text {
	display: flex;
	flex-direction: column;
	gap: 2.4375rem;
}

.p-tour__image,
.p-tour__text {
	flex: 1;
}

.p-tour__lead {
	margin: 3rem 0;
}

.p-tour__hero img {
	display: block;
	margin: 3rem 0;
	width: 100%;
}

.p-tour__features {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(3, 1fr);
}


.c-button {
	align-items: center;
	background-color: #1aa0b3;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	padding: 1rem 1.5rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: 0.3s ease;
	width: 12.125rem;
  margin-top: 40px;
  border: none;
}

.c-button__text {
	position: relative;
	z-index: 1;
}

.c-button::after {
	border-right: 0.1875rem solid #fff;
	border-top: 0.1875rem solid #fff;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	transform: translateY(-50%) rotate(45deg);
	width: 0.75rem;
}

.c-button:hover {
	cursor: pointer;
	opacity: 0.8;
}

.c-form__submit{
  position: relative;
  width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.c-form__submit::after {
	border-right: 0.1875rem solid #fff;
	border-top: 0.1875rem solid #fff;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1.5rem;
	top: 72%;
	transform: translateY(-50%);
	transform: translateY(-50%) rotate(45deg);
	width: 0.75rem;
}

.current{
  color: #00A8C8;
  border-bottom: 1px solid #00A8C8;

}

.video_list{
 display:grid;
 grid-template-columns: repeat(3,1fr);
 gap:20px;
 /* max-width: 1200px;
    margin-left: auto;
    margin-right: auto; */
}

.video_item iframe{
 width:100%;
 height:auto;
 aspect-ratio:16/9;
}

/* SP */
@media (max-width:768px){

.video_list{
 grid-template-columns:1fr;
}

.video_item:nth-child(n+2){
 display:none;
}

}

.wpcf7-spinner{
  display: none !important;
}

@media screen and (max-width:768px){
 .c-button--primary{
font-size: 1rem;
    border-radius: 0;
}
}

@media screen and (max-width:768px){
.tyosakukenn{
  font-size: 0.7rem;
}
}