@charset "UTF-8";
/*!
global > color
------------------------------
*/
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-light-green: #bee092;
  --color-green: #00913a;
  --color-yellow: #ffe100;
  --color-orange: #ea5514;
  --color-view: #00833e;
  --color-aizu: #d71718;
  --color-nokyo: #f08418;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content: 1080px;
  --width-content-s: 800px;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  --font-family-yugo: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-family-zen-kaku: "Zen Kaku Gothic New", sans-serif;
  --font-family-zen-maru: "Zen Maru Gothic", sans-serif;
}

/*!
global > z-index
------------------------------
*/
:root {
  --z-index-default: 1;
  --z-index-page-top: 99;
}

/*!
foundation > reset
------------------------------
*/
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

b {
  font-weight: bold;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

button {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

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

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

p {
  word-break: break-all;
}

/*!
foundation > base
------------------------------
*/
body {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  min-width: 320px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-black);
  background-color: var(--color-white);
  font-family: var(--font-family-base);
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

a {
  transition: all 0.2s;
}

a:hover {
  opacity: 0.8;
  transition: all 0.2s;
}

.l-wrapper {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.l-wrapper .main {
  flex: 1;
}

/* TEL無効 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/*!
utility > utility
------------------------------
*/
.bold {
  font-weight: bold !important;
}

.al-l {
  text-align: left !important;
}

.al-r {
  text-align: right !important;
}

.al-c {
  text-align: center !important;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

span.indent-1 {
  display: inline-block;
}

.ib {
  display: inline-block;
}

.block {
  display: block !important;
}

.fw-normal {
  font-weight: normal !important;
}

.sp {
  display: block;
}

img.sp, span.sp, br.sp {
  display: inline;
}

.pc, img.pc, span.pc, br.pc {
  display: none;
}

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

  img.pc, span.pc, br.pc {
    display: inline;
  }

  .sp, img.sp, span.sp, br.sp {
    display: none;
  }
}
.visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

.yugo {
  font-family: var(--font-family-yugo);
  font-weight: 500;
}

.zen-kaku {
  font-family: var(--font-family-zen-kaku);
}

.zen-kaku {
  font-family: var(--font-family-zen-kaku);
}

/*!
component > title
------------------------------
*/

/*!
component > button
------------------------------
*/
.c-btn {
  font-family: var(--font-family-zen-kaku);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0.77em 0;
  border-radius: 100vh;
  border: 3px solid var(--color-black);
  background-color: var(--color-light-green);
  background-image: url("../img/bg-plaid-green.png");
  background-repeat: repeat;
  background-position: top -0.22em center;
  background-size: auto auto;
}

.c-btn > span {
  display: inline-block;
  padding: 0 1.5em;
}

.c-btn.c-btn-s {
  width: 270px;
  max-width: 100%;
}

.c-btn.arrow > span {
  position: relative;
  padding-left: 2.22em;
}

.c-btn.arrow > span::before {
  content: "";
  width: 1.28em;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../img/arrow-r.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-btn {
    background-size: 20px auto;
    background-position: top 0.1875em center;
  }

  .c-btn.c-btn-s {
    font-size: 16px;
    border-width: 2px;
  }
}
.c-btn2 {
  font-family: var(--font-family-zen-kaku);
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  background-color: var(--color-view);
  display: inline-block;
  padding: 0.4em 2em 0.6em;
  border: 2px solid #fff;
  border-radius: 100vh;
  box-shadow: 0.2em 0.26em 0 rgba(35, 24, 21, 0.25);
  position: relative;
}

.c-btn2::before {
  content: "";
  width: 0.47em;
  height: 0.8em;
  background-image: url("../img/arrow-r-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
}

/*!
component > other
------------------------------
*/
.c-icon-scroll {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-icon-scroll {
    display: flex;
    font-size: 11px;
    font-weight: bold;
    color: var(--color-black);
    letter-spacing: 0.05em;
    flex-direction: column;
    align-items: flex-end;
    /* margin-bottom: 10px; */
  }
}

@media screen and (max-width: 767px) {
  .c-icon-scroll > span {
    display: inline-block;
    opacity: 0;
    transform: translateX(-20px);
    -webkit-animation: fadeInLeft 1.5s ease-in-out infinite forwards;
            animation: fadeInLeft 1.5s ease-in-out infinite forwards;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*!
layout > container
------------------------------
*/
.l-container,
.l-container-s {
  width: 90%;
  margin: 0 auto;
}

.l-container {
  max-width: var(--width-content);
}

.l-container-s {
  max-width: var(--width-content-s);
}

/*!
layout > header > header
------------------------------
*/
.header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-bottom: 2px solid var(--color-black);
}

.header-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-logo a {
  display: inline-block;
}

.header-logo {
  width: 280px;
  max-width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  border-right: 2px solid var(--color-black);
}

.header-body {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding: 0 30px;
}

.header-ttl {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family-zen-kaku);
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.header-ttl .em {
  font-size: 1.5625em;
}

@media screen and (max-width: 767px) {
  .header {
    height: 70px;
  }

  .header-logo {
    width: 220px;
    padding: 0 15px;
  }

  .header-ttl {
    font-size: 10px;
    flex-direction: column;
    align-items: flex-end;
  }

  .header-body {
    padding: 0 10px;
  }
}
/*!
layout > footer > footer
------------------------------
*/
.footer {
  background-color: var(--color-light-green);
  background-image: url("../img/bg-plaid-green.png");
  background-repeat: repeat;
  background-position: top center;
  background-size: auto auto;
  border-top: 3px solid var(--color-black);
  padding: 40px 0 60px;
}

.footer-txt1 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-align: center;
  margin-bottom: 1em;
}

.footer-txt2 {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0.8em;
}

.footer-txt2 > span {
  display: inline-block;
}

.footer-txt3 {
  font-size: 11px;
  letter-spacing: 0.05em;
  text-align: center;
}

.footer-txt4 {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.11em;
  margin: 1.8em 0 5.5em;
}

.footer-copyright {
  font-size: 11px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 2.54em;
}

@media screen and (max-width: 767px) {
  .footer {
    border-top-width: 2px;
    padding: 40px 0;
    background-size: 20px auto;
  }
}
/*!
layout > footer > page-top
------------------------------
*/
.page-top {
  display: none;
  position: fixed;
  bottom: 5vh;
  right: 3vw;
  z-index: 99;
}

.page-top a {
  text-decoration: none;
  color: #fff;
  background-color: var(--color-green);
  border: 1px solid #fff;
  opacity: 0.9;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-top a:hover {
  background-color: #6FBA2C;
}

.page-top a::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .page-top {
    bottom: 5px;
    right: 2%;
    z-index: 99;
  }

  .page-top a {
    width: 40px;
    height: 40px;
  }

  .page-top a::before {
    width: 10px;
    height: 10px;
    border: 7px solid transparent;
    border-bottom: 15px solid #fff;
    top: 3px;
  }
}
/*!
page
------------------------------
*/
/* リスト */
.list-note > li {
  font-size: 13px;
  line-height: 1.4;
  padding-left: 1.2em;
  position: relative;
}

.list-note > li:not(:first-child) {
  margin-top: 0.5em;
}

.list-note > li::before {
  content: "※";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .list-note > li {
    font-size: 12px;
  }
}

.c-green {
  color: var(--color-green);
}

.c-yellow {
  color: var(--color-yellow);
}

.main {
  padding-top: 35px;
}

.bg-red {
  background-color: #d7001d !important;
}

.bg-plaid1 {
  position: relative;
  overflow: hidden;
  padding-bottom: 130px;
}

.bg-plaid1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 320px;
  left: 0;
  background-color: var(--color-light-green);
  background-image: url("../img/bg-plaid-green.png");
  background-repeat: repeat;
  background-position: top 15px center;
  background-size: auto auto;
  z-index: -1;
}

.bg-dot1 {
  background-color: #fff;
  background-image: url("../img/bg-dot-green.svg");
  background-repeat: repeat;
  background-position: top -8px center;
  background-size: auto auto;
  padding-bottom: 65px;
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .bg-plaid1::before {
    top: 33.33vw;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 5.33vw;
  }

  .bg-plaid1 {
    padding-bottom: 50px;
  }

  .bg-plaid1::before {
    top: 29.33vw;
    background-size: 20px auto;
  }

  .bg-dot1 {
    background-size: 20px auto;
    padding-bottom: 70px;
  }
}
/*!
page > mv
------------------------------
*/
.mv {
  margin-bottom: 70px;
}

.mv-movie-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 45px;
  column-gap: 45px;
}

.mv-movie {
  position: relative;
  width: 970px;
  aspect-ratio: 970/610;
}

.mv-movie-icon {
  font-family: var(--font-family-zen-kaku);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  width: 210px;
  aspect-ratio: 1/1;
  background-color: var(--color-white);
  border: 3px solid var(--color-black);
  border-radius: 50%;
  display: grid;
  place-content: center;
  position: absolute;
  top: 25px;
  left: 30px;
}

.mv-inner {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}

.mv-ttl {
  width: 674px;
  max-width: 62%;
  position: relative;
  margin: -90px auto 15px;
}

.mv-ttl::before,
.mv-ttl::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 180px;
  height: auto;
}

.mv-ttl::before {
  aspect-ratio: 180/580;
  background-image: url("../img/mv-ill-l.png");
  position: absolute;
  top: 57px;
  right: calc(100% + 28px);
}

.mv-ttl::after {
  aspect-ratio: 180/597;
  background-image: url("../img/mv-ill-r.png");
  position: absolute;
  top: 66px;
  left: calc(100% + 10px);
}

.mv-txt {
  max-width: 75%;
  font-family: var(--font-family-zen-kaku);
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin: 0 auto 40px;
}

.mv-txt .em {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.65;
}

.mv-txt > p > span {
  display: inline-block;
}

.mv-line-ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 0.625em 0;
  border-top: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  margin-bottom: 1.25em;
}

.mv-logo-list {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.mv-logo-list .mv-logo-view {
  width: 17.7%;
}

.mv-logo-list .mv-logo-okuaizu {
  width: 23.4%;
}

.mv-logo-list .mv-logo-nokyo {
  width: 39.7%;
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .mv-movie-wrap {
    -moz-column-gap: 4.16vw;
    column-gap: 4.16vw;
  }

  .mv-ttl {
    margin: -8.34vw auto 1.38vw;
  }

  .mv-movie-icon {
    width: 19.44vw;
    font-size: 2.02vw;
    top: 2.31vw;
    left: 2.77vw;
  }

  .mv-ttl::before,
.mv-ttl::after {
    width: 16.66vw;
  }

  .mv-ttl::before {
    top: 5.27vw;
  }

  .mv-ttl::after {
    top: 6.11vw;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    margin-bottom: 50px;
  }

  .mv-movie-wrap {
    width: 96vw;
    margin: 0 calc(50% - 48vw);
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .mv-movie-icon {
    font-size: 10px;
    width: 80px;
    border-width: 1px;
    top: 10px;
    left: 10px;
  }

  .mv-ttl {
    max-width: 96%;
    margin: -42px auto 15px;
  }

  .mv-txt {
    max-width: 86%;
    font-size: 12px;
    letter-spacing: revert;
    margin-bottom: 30px;
  }

  .mv-txt .txt2 {
    width: 86vw;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  }

  .mv-ttl::before,
  .mv-ttl::after {
    width: 80px;
  }

  .mv-ttl::before {
    top: 152px;
    right: calc(100% - 40px);
  }

  .mv-ttl::after {
    top: 145px;
    left: calc(100% - 40px);
  }

  .mv-line-ttl {
    font-size: 13px;
  }

  .mv-logo-list {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .mv-logo-list .mv-logo-view,
  .mv-logo-list .mv-logo-okuaizu,
  .mv-logo-list .mv-logo-nokyo {
    width: auto;
  }
}
/*!
page > calendar
------------------------------
*/
.calendar-box {
  background-color: var(--color-white);
  padding: 60px 90px 65px;
  border-radius: 60px;
}

.calendar-ttl {
  font-family: var(--font-family-zen-kaku);
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0.8em;
}

.calendar-txt {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1.6em;
}

.calendar-icon {
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  display: flex;
  -moz-column-gap: 26px;
  column-gap: 26px;
  margin-top: 1.3em;
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .calendar-icon {
    font-size: 1.56vw;
  }
}
.calendar-icon > .icon {
  padding-left: 3.54em;
  position: relative;
}

.calendar-icon > .icon::before {
  content: "";
  width: 3em;
  height: 1.08em;
  border-radius: 100vh;
  position: absolute;
  top: 0.15em;
  left: 0;
}

.calendar-icon > .icon.icon-view::before {
  background-color: var(--color-view);
}

.calendar-icon > .icon.icon-okuaizu::before {
  background-color: var(--color-aizu);
}

.calendar-icon > .icon.icon-nokyo::before {
  background-color: var(--color-nokyo);
}

.slide-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.08em;
  text-align: center;
  padding: 0.6em 0;
  background-color: var(--color-green);
  border-top: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  margin-bottom: 0.95em;
}

.slide-title .em {
  font-size: 1.4em;
}

@media screen and (max-width: 767px) {
  .calendar-box {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .calendar-ttl {
    font-size: 20px;
  }

  .calendar-txt {
    font-size: 13px;
  }

  .slide-title {
    font-size: 15px;
  }

  .calendar-icon {
    font-size: min(1.6vw, 13px);
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}
/* スライダー */
.slider .slide {
  max-width: 98%;
  margin: 0 auto;
}

.slick-arrow {
  z-index: 2 !important;
  width: 10px !important;
  height: 18px !important;
}

.slick-next {
  right: 0 !important;
  margin-right: -5.64%;
}

.slick-prev {
  left: 0 !important;
  margin-left: -5.64%;
}

.slick-arrow::before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1 !important;
  -webkit-mask: url("../img/arrow-r-black.svg") no-repeat;
  mask: url("../img/arrow-r-black.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #231815;
  transition: background 0.2s;
}

.slick-arrow:hover::before {
  background: var(--color-green);
}

.slick-prev::before {
  transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .slick-next {
    right: 3px !important;
  }

  .slick-prev {
    left: 3px !important;
  }
}
/*!
page > tour
------------------------------
*/
.inner-s {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}

.inner-ss {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.tour-ttl {
  border-top: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  padding: 30px 0;
  text-align: center;
  margin-bottom: 80px;
}

.tour-ttl img {
  width: 186px;
  max-width: 100%;
}

.tour-item:not(:first-child) {
  margin-top: 120px;
}

.tour-item-ttl {
  font-family: var(--font-family-zen-kaku);
  font-size: 20px;
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(calc(-100% + 4px));
  margin-bottom: -1.1em;
}

.view .tour-item-ttl {
  letter-spacing: 0.06em;
}

.fda .tour-item-ttl {
  max-width: 100%;
  transform: none;
  position: absolute;
  bottom: calc(100% + -4px);
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}

.tour-item-ttl > span {
  display: inline-block;
  padding: 0.4em 0.4em 0.9em;
  border: 4px solid var(--color-black);
  border-bottom: none;
  border-radius: 0.4em 0.4em 0 0;
  position: relative;
}

.tour-item-ttl > span::before,
.tour-item-ttl > span::after {
  content: "";
  width: 4px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--color-black);
  border-radius: 50%;
  position: absolute;
  bottom: -2px;
}

.tour-item-ttl > span::before {
  left: -4px;
}

.tour-item-ttl > span::after {
  right: -4px;
}

.tour-item-ttl > span > span {
  display: inline-block;
  width: 352px;
  max-width: 100%;
  padding: 0.2em 0.5em;
  background-color: var(--color-black);
  border: 2px solid var(--color-black);
  border-radius: 0.25em;
}

.view .tour-item-ttl > span > span {
  width: 400px;
}

.tour-note-box {
  width: 90%;
  max-width: 820px;
  background-color: var(--color-white);
  padding: 15px 20px;
  margin: 75px auto 0;
}

@media screen and (max-width: 767px) {
  .tour-ttl {
    padding: 20px 0;
    margin-bottom: 50px;
  }

  .tour-ttl img {
    width: 150px;
  }

  .tour-item-ttl {
    font-size: 15px;
    margin-bottom: -2em;
  }

  .tour-item-ttl > span {
    max-width: 92%;
    border-width: 3px;
  }

  .fda .tour-item-ttl > span {
    padding-bottom: 1.5em;
  }

  .tour-item-ttl > span::before,
  .tour-item-ttl > span::after {
    content: none;
  }

  .tour-note-box {
    width: calc(90% + 10px);
  }
}
.detail {
  padding-top: 60px;
}

.detail-box {
  background-color: var(--color-white);
  border: 4px solid var(--color-black);
  position: relative;
}

.close .detail-box::before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-color: rgba(181, 181, 182, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.detail-ttl {
  font-family: var(--font-family-zen-kaku);
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  padding: 0 0.5em 1.25em 0.5em;
  border-bottom: 2px solid var(--color-black);
}

.detail-ttl > span {
  font-size: 0.95em;
}

.detail-ttl > span.ss {
  font-size: 0.9em;
}

.aizu .detail-box {
  border-color: var(--color-aizu);
  border-radius: 2px;
}

.aizu .tour-item-ttl > span > span {
  background-color: var(--color-aizu);
}

.aizu .detail-ttl {
  border-color: var(--color-aizu);
}

.view .detail-box {
  border-color: var(--color-view);
  border-radius: 2px;
}

.view.fda .detail-box {
  border-color: var(--color-black);
}

.view .tour-item-ttl > span > span {
  background-color: var(--color-view);
}

.view .detail-ttl {
  border-color: var(--color-view);
}

.nokyo .detail-box {
  border-color: var(--color-nokyo);
  border-radius: 2px;
}

.nokyo .tour-item-ttl > span > span {
  background-color: var(--color-nokyo);
}

.nokyo .detail-ttl {
  border-color: var(--color-nokyo);
}

.tour-flag {
  width: 150px;
  max-width: 19%;
  position: absolute;
  top: -18px;
  left: 8px;
  z-index: 2;
}

.fda-head {
  background-color: #fdf1e5;
  padding: 60px 0 30px;
}

.fda-head .img {
  width: 526px;
  max-width: 66.4%;
  margin: 0 auto 30px;
  transform: translateX(8.8%);
}

.fda-img {
  position: relative;
}

.fda-img figcaption {
  font-size: 12px;
  color: #fff;
  text-shadow: 2px 2px 10px #2a1408,
              -2px 2px 10px #1f1008,
              2px -2px 10px #1f1008,
              -2px -2px 10px #1f1008;
  position: absolute;
  bottom: 1em;
  right: 3em;
}

.fda-img .deco {
  width: 52%;
  position: absolute;
  top: -70px;
  left: 62%;
}

.fda-head .txt {
  font-family: var(--font-family-zen-kaku);
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.64;
  padding: 0 0.5em;
}

.fda-ttl {
  font-size: 29px;
  font-weight: bold;
  font-family: var(--font-family-zen-kaku);
  color: #fff;
  letter-spacing: 0.1em;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  padding: 1em 0.5em;
}

.fda-ttl > span {
  display: block;
}

.fda-ttl .txt1 {
  font-size: 0.655em;
  letter-spacing: 0.12em;
}

.fda-ttl .sm {
  font-size: 0.9em;
}

.detail-ttl .em {
  font-size: 1.2em;
}

.fda-lead {
  color: #fff;
  position: relative;
}

.fda-lead-inner {
  width: 640px;
  max-width: 85%;
  margin: 0 auto;
}

.fda-lead .txt-wrap {
  width: 70%;
  padding: 45px 0;
}

.fda-lead .txt1 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 1em;
}

.fda-lead .txt2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.fda-lead .img {
  width: 49%;
  position: absolute;
  top: 0;
  right: 0;
}

.process {
  margin-bottom: 40px;
}

.process-box .txt1 {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.02em;
  text-align: center;
  background-color: var(--color-black);
  padding: 0.2em 1em;
  border-radius: 4px;
}

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

.process-ttl > span {
  font-size: 19px;
  font-weight: bold;
  color: #d7001d;
  letter-spacing: 0.02em;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 0.5em 1.2em 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
}

.process-ttl > span::before, .process-ttl > span::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/bg-process-ttl.svg") no-repeat center center / contain;
  position: absolute;
  bottom: -1px;
}

.process-ttl > span::before {
  left: 100%;
}

.process-ttl > span::after {
  right: 100%;
  transform: scale(-1, 1);
}

.process-box {
  background-color: #fff;
  padding: 40px 40px 50px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.detail-cont {
  width: 640px;
  max-width: 85%;
  font-family: var(--font-family-yugo);
  font-weight: 500;
  font-size: 15px;
  padding: 2.66em 0 4.66em;
  margin: 0 auto;
}

.fda .detail-cont {
  color: #fff;
  padding-top: 0;
}

.detail-def {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 15px;
  margin-bottom: 30px;
}

.detail-dd {
  width: calc(100% - 120px);
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.detail-dd .em {
  font-size: 1.4em;
}

.detail-dd .sm {
  font-size: 0.8em;
}

.detail-dd .detail-person {
  margin-top: -0.2em;
}

.detail-box-txt {
  width: 6.66em;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: var(--color-black);
  padding: 0.15em 0.5em;
  border-radius: 100vh;
}

.detail-date-wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px 10px;
}

.detail-date {
  margin-top: -0.2em;
}

.detail-date .indent {
  padding-left: 4.1em;
  text-indent: -4.1em;
}

.detail-icon {
  font-size: 14px;
  font-weight: bold;
  color: var(--color-green);
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.7em;
  column-gap: 0.7em;
}

.fda .detail-icon {
  color: #d7001d;
}

.detail-icon > li {
  min-width: 95px;
  background-color: #dae400;
  padding: 0.36em 0.5em 0.2em;
  border-radius: 0.22em;
  line-height: 1.25;
  text-align: center;
}

.fda .detail-icon > li {
  background-color: #faee00;
}

.detail-txt-price {
  font-size: 19px;
  font-weight: bold;
  flex-shrink: 0;
}

.detail-txt-price .em {
  font-size: 1.4em;
  vertical-align: baseline;
}

.detail-price {
  font-size: 14px;
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 10px;
}

.tour2 .detail-price,
.detail-price.block {
  display: block;
}

.tour2 .detail-price-head,
.detail-price.block .detail-price-head {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tour2 .detail-price-head .detail-txt-sub,
.detail-price.block .detail-price-head .detail-txt-sub {
  font-size: 0.9em;
  font-weight: bold;
}

.detail-price-head .detail-txt-sub {
  padding-top: 0;
}

.detail-price-table-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.detail-price-table .price-col-1 {
  background-color: #dcdddd;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  vertical-align: middle;
}

.detail-price-table td {
  padding: 0 0.5em;
}

.detail-price-table.style-2 {
  margin-top: 10px;
}

.detail-price-table .price-col-2 {
  text-align: right;
  padding-left: 0.8em;
}

.detail-price-table.style-2 .price-col-2 {
  text-align: right;
  padding-left: 0;
}

.detail-price-table .detail-txt-price .em {
  line-height: 1;
  transform: translateY(0.1em);
  display: inline-block;
}

.detail-price-box-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.03em;
  line-height: 1.4;
  background-color: var(--color-orange);
  display: inline-block;
  padding: 0.4em 1em 0.2em;
  border-radius: 0.3em;
  margin-left: 6em;
}

.detail-price-note {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-top: 0.5em;
}

.detail-line-ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--color-orange);
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

.detail-line-ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  flex: 1;
  margin-left: 0.4em;
}

.detail-txt-sub {
  font-weight: normal;
  padding: 0.3em 0 0 0.2em;
}

.detail-txt-ttl {
  line-height: 1.2;
  text-align: center;
  flex-shrink: 0;
}

.detail-txt-ttl > span {
  font-size: 0.9em;
}

.point {
  font-size: 14px;
  padding: 15px 10px;
  position: relative;
  border: 2px solid var(--color-view);
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 2.14em;
}

.tour3 .point {
  padding-bottom: 30px;
}

.point.point-col1 {
  flex-direction: column;
}

.point.point-col1.pdb {
  padding-bottom: 40px;
}

.aizu .point {
  border: 2px solid var(--color-aizu);
}

.nokyo .point {
  border: 2px solid var(--color-nokyo);
}

.point::before,
.point::after {
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  background-color: var(--color-white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.point::before {
  left: -3px;
}

.point::after {
  right: -3px;
}

.point-title {
  font-family: var(--font-family-zen-maru);
  font-size: 22px;
  font-weight: bold;
  color: var(--color-view);
}

.aizu .point-title {
  color: var(--color-aizu);
}

.nokyo .point-title {
  color: var(--color-nokyo);
}

.point-col1 .point-title {
  width: 100%;
  margin-bottom: 20px;
}

.tour2 .point-col1 .point-title {
  margin-bottom: 30px;
}

.point-title > span {
  display: inline-block;
  width: 175px;
  max-width: 100%;
  height: 60px;
  background-image: url("../img/bg-dot-green.svg");
  background-repeat: repeat;
  background-position: top -14px center;
  background-size: auto auto;
  display: grid;
  place-content: center;
}

.aizu .point-title > span {
  background-image: url("../img/bg-dot-pink.svg");
}

.nokyo .point-title > span {
  background-image: url("../img/bg-dot-orange.svg");
}

.point-col1 .point-title > span {
  width: 100%;
  height: 40px;
}

.point-title-line {
  width: 100%;
  font-family: var(--font-family-zen-maru);
  font-size: 18px;
  font-weight: bold;
  color: var(--color-view);
  line-height: 1.4;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 1.1em;
}

.point-title-line:before,
.point-title-line:after {
  content: "";
  min-width: 1em;
  height: 2px;
  flex-grow: 1;
  background-color: currentColor;
}

.point-title-line:before {
  margin-right: 0.8em;
}

.point-title-line:after {
  margin-left: 0.8em;
}

.point-title-box {
  font-family: var(--font-family-zen-maru);
  font-size: 22px;
  font-weight: bold;
  color: var(--color-view);
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: var(--color-light-green);
  background-image: url("../img/bg-dot-green2.png");
  background-repeat: repeat;
  background-position: top -8px center;
  background-size: auto auto;
  padding: 0.1em 0.5em 0.3em;
  margin: 2em 0 0.8em;
}

.point-title-box .em {
  font-size: 1.4em;
  display: inline-block;
  line-height: 1;
}

.point-title-box .mark {
  transform: rotate(20deg);
  display: inline-block;
}

.point-col3 {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3));
  gap: 20px;
}

.point-col3-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.point-col3-item .img {
  aspect-ratio: 185/160;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}

.point-col3-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point-col3-item .ttl {
  font-family: var(--font-family-zen-maru);
  font-size: 17px;
  font-weight: bold;
  color: var(--color-view);
  text-align: center;
  padding-bottom: 0.8em;
  border-bottom: 2px dotted currentColor;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.point-col3-item .ttl .fs-s {
  font-size: 0.85em;
}

.point-col3-item .ttl .fs-s.adj {
  margin: 0 -3em;
}

.point-col3-item .txt {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding-top: 0.5em;
}

.point-list > li {
  word-break: break-word;
  padding-left: 1.2em;
  position: relative;
}

.point-list > li:not(:first-child) {
  margin-top: 0.5em;
}

.point-list > li::before {
  content: "";
  width: 0.85em;
  height: auto;
  aspect-ratio: 1/1;
  border: 2px solid var(--color-view);
  border-radius: 50%;
  position: absolute;
  top: 0.25em;
  left: 0;
  border-radius: 50%;
}

.aizu .point-list > li::before {
  border: 2px solid var(--color-aizu);
}

.nokyo .point-list > li::before {
  border: 2px solid var(--color-nokyo);
}

.point-list-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0;
}

.point-list-col2 > li:nth-child(-n+2) {
  margin-top: 0;
}

.mt-point {
  margin-top: 30px;
}

.point-txt-img {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.point-txt-img .point-txt,
.point-txt-img .point-img {
  width: calc((100% - 30px) / 2);
}

.point-txt-img .point-txt {
  font-size: 14px;
  line-height: 1.8;
}

.point-caption {
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-top: 0.5em;
  text-align: right;
}

.point-btn-area {
  text-align: center;
  margin-top: 15px;
}

.photo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.photo-list.col-3 {
  gap: 10px;
}

.photo-list > li {
  width: calc((100% - 20px) / 2);
}

.photo-list.col-3 > li {
  width: calc((100% - 20px) / 3);
}

.photo-list > li figcaption {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: right;
  margin-top: 0.5em;
}

.detail-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.detail-btn.close {
  z-index: 4;
}

.detail-btn.close::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color : rgba(181, 181, 182, 0.6);
  border-radius: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.detail-btn .close-img {
  width: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  z-index: 2;
}

.detail-btn .pre-img {
  width: 355px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.detail-logo {
  padding: 80px 0 40px;
}

.detail-logo-list {
  max-width: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin: 0 auto 25px;
}

.detail-logo-list .detail-logo-view {
  width: 18.8%;
}

.detail-logo-list .detail-logo-okuaizu {
  width: 24.7%;
}

.detail-logo-list .detail-logo-nokyo {
  width: 42%;
}

.detail-bottom-note {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detail-bottom-note .list-note {
  display: inline-block;
}

.detail-jitsugen-logo {
  width: 182px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .detail-box {
    width: calc(100% + 10px);
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    border-width: 3px;
  }

  .detail-ttl {
    font-size: 20px;
  }

  .detail-cont {
    max-width: 90%;
    padding: 2em 0 3.66em;
  }

  .fda .detail-cont {
    padding-top: 2em;
  }

  .detail-def {
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 10px;
  }

  .detail-box-txt {
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
  }

  .detail-dd {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .detail-date-wrap {
    flex-direction: column-reverse;
  }

  .detail-date {
    margin-top: 0;
  }

  .detail-icon {
    margin-top: 0;
    font-size: 12px;
  }

  .detail-price {
    gap: 5px;
    flex-wrap: wrap;
  }

  .detail-price-box-txt {
    margin-left: 0;
    margin-top: 0.5em;
  }

  .detail-price-table {
    table-layout: fixed;
    width: 100%;
    max-width: 300px;
  }

  .detail-price-table.style-2 {
    table-layout: auto;
    width: auto;
  }

  .detail-price-table .col-1 {
    width: 80px;
  }

  .detail-price-table .col-2 {
    width: 70px;
  }

  .tour7 .detail-price-table .col-2 {
    width: 90px;
  }

  .detail-price-table.style-2 .col-1,
  .detail-price-table.style-2 .col-2 {
    width: auto;
  }

  .detail-price-table .price-col-3 {
    white-space: nowrap;
    text-align: right;
  }

  .detail-txt-sub {
    padding: 0;
  }

  .process-inner {
    overflow-x: scroll;
    padding-bottom: 15px;
  }

  .tour-flag {
    width: 24%;
    max-width: 130px;
    top: -12px;
    left: 0;
  }

  .fda-head {
    padding-top: 20px;
  }

  .fda-head .img {
    width: 100%;
    max-width: 100%;
    padding-left: 24%;
    margin: 0 0 30px auto;
    text-align: center;
    transform: translateX(-1%);
  }

  .fda-head .img img {
    width: 90%;
    max-width: 400px;
  }

  .fda-img .deco {
    width: 60%;
    top: -10.13vw;
    left: 50%;
  }

  .fda-img figcaption {
    font-size: 10px;
    right: 1em;
  }

  .fda-ttl {
    font-size: 22px;
  }

  .fda-ttl .txt1 {
    font-size: 0.8em;
  }

  .fda-ttl .sm {
    font-size: 0.75em;
  }

  .fda-lead .img {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }

  .fda-lead-inner {
    max-width: 90%;
    display: flex;
    flex-direction: column-reverse;
  }

  .fda-lead .txt-wrap {
    width: 100%;
    padding: 0;
  }

  .process-box {
    padding: 20px 10px;
  }

  .process-img {
    width: 500px;
  }

  .process-box .txt1 {
    margin-bottom: 0.5em;
  }

  .point {
    font-size: 13px;
    flex-direction: column;
    row-gap: 15px;
  }

  .point-title {
    width: 100%;
    font-size: 20px;
  }

  .point-col1 .point-title,
  .tour2 .point-col1 .point-title {
    margin-bottom: 5px;
  }

  .point-title > span {
    background-size: 20px auto;
    width: 100%;
    height: 40px;
  }

  .point-col1 .point-title > span {
    height: 40px;
    margin: 0 auto;
  }

  .point-title-line {
    font-size: 15px;
    margin-top: 0.3em;
  }

  .point-title-line::before {
    margin-right: 0.8em;
  }

  .point-title-line::after {
    margin-left: 0.8em;
  }

  .mt-point {
    margin-top: 0;
  }

  .photo-list {
    max-width: 500px;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
  }

  .photo-list > li,
  .photo-list.col-3 > li {
    width: 100%;
  }

  .point-list-col2 {
    grid-template-columns: 1fr;
  }

  .point-list-col2 > li:not(:first-child) {
    margin-top: 0.5em;
  }

  .point-txt-img {
    flex-direction: column;
    row-gap: 15px;
  }

  .point-txt-img .point-txt,
  .point-txt-img .point-img {
    width: 100%;
  }

  .point-txt-img .point-txt {
    font-size: 13px;
  }

  .point-txt-img .point-img {
    text-align: center;
  }

  .point-col3 {
    max-width: 500px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .point-col3-item {
    grid-template-rows: none;
    grid-row: auto
  }

  .point-col3-item .ttl {
    font-size: 15px;
    padding-bottom: 0.66em;
  }

  .point-col3-item .txt {
    font-size: 13px;
  }

  .point-title-box {
    font-size: 17px;
    padding: 0.4em 0.5em 0.5em;
    margin-bottom: 1.76em;
  }

  .detail-logo {
    padding: 40px 0 10px;
  }

  .detail-logo-list {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .detail-logo-list .detail-logo-view,
  .detail-logo-list .detail-logo-okuaizu,
  .detail-logo-list .detail-logo-nokyo {
    width: auto;
  }

  .detail-jitsugen-logo {
    width: 160px;
  }

  .detail-btn .close-img {
    width: 105%;
  }

  .detail-btn .pre-img {
    width: 110%;
  }
}