@charset "UTF-8";
/* ↓ 共通
================================== */
html {
  font-size: 62.5%;
  background-color: #f0f3f1;
  scroll-behavior: smooth;
}

body {
  font-family: Avenir, "Helvetica neue", Helvetica, sans-serif, "游ゴシック体",
    YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    sans-serif;
  font-size: 1.4rem;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h3 {
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: 18px;
}
p {
  color: #fff;
  text-align: justify;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
a {
  color: #424242;
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
ul,
li {
  list-style: none;
}

.wraping {
  display: flex;
}
.main-content {
  order: 1;
  margin: auto;
  background-color: #f0f3f1;
  height: auto;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.left-content {
  order: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #004165;
  height: 100vh;
  z-index: 1;
}
.right-content {
  order: 2;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #e8413a;
  height: 100vh;
  z-index: 1;
}
/*PC*/
@media (min-width: 835px) {
  .main-content {
    width: 390px;
  }
  .left-content {
    width: calc((100% - 390px) / 2);
  }
  .right-content {
    width: calc((100% - 390px) / 2);
  }
}
/*SP*/
@media (max-width: 834px) {
  .main-content {
    width: 100%;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
  }
  .left-content {
    display: none !important;
  }
  .right-content {
    display: none !important;
  }
}
/*レイアウト調整関係*/
.center img {
  margin: auto;
  display: block;
}
.text_center {
  text-align: center;
}
.center {
  margin: auto;
  display: block;
}
.right img {
  margin: 0 0 0 auto;
  display: block;
}
.flexbox {
  display: flex;
  width: 100%;
}
.wrap {
  flex-wrap: wrap;
}
.center-box {
  width: min(100%, 346px);
  margin: 10px auto;
}
/*フォント関係*/
.fs_17 {
  font-size: 1.7rem;
}
.fs_14 {
  font-size: 1.4rem;
}
.fw_M {
  font-weight: 400;
}
.fw_B {
  font-weight: 600;
}
.line-sapce_25 {
  line-height: 25px;
}
ruby,
.under {
  ruby-position: under;
  -webkit-ruby-position: after;
}
/*色*/
.bg_pink,
.pink::before {
  background-color: #e51373;
}
.font_pink {
  color: #e51373;
}
.bg_sky,
.sky::before {
  background-color: #2ca6e0;
}
.font_sky {
  color: #2ca6e0;
}
.bg_green,
.green::before {
  background-color: #00913a;
}
.font_green {
  color: #00913a;
}
.font_black {
  color: #231815;
}
.font_red {
  color: #e7413a;
}
.font_blue {
  color: #004165;
}
.red {
  background-color: #e8413a;
}
.blue {
  background-color: #004165;
}
.white {
  background-color: #ffffff;
  color: #004165;
}

/*#first-view*/
#first-view {
  position: relative;
  background: #e8413a url(../img/bgpattern_red.svg) repeat;
  padding: 62px 0 0 0;
}
#first-view img {
  width: 100%;
  margin-bottom: 0px;
}
/*PC*/
@media (min-width: 751px) {
  #first-view {
    height: auto;
  }
}
/*SP*/
@media (max-width: 750px) {
  #first-view {
    height: auto;
  }
}

.title {
  height: 50%;
  margin: 0% 5%;
  /*background-image: url(../img/main-title.svg);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.illust {
  width: 100%;
  height: 440px;
  margin: 5% 0 0 0;
  position: absolute;
  bottom: -20px;
  /*background-image: url(../img/main-illust1.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.finish {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*#introduction*/
#introduction {
  padding: 100px 0 70px 0;
}
.icon_l {
  margin: 0 0 30px 0;
}
.icon_l img {
  width: 78px;
}
.copy {
  margin: 0 0 63px 0;
}
.copy img {
  width: 242px;
}
.intro-content {
}
.intro-content p {
  width: 75%;
  margin: auto;
  display: block;
  color: #004165;
  text-align: center;
  line-height: 3.6rem;
  letter-spacing: 0.1rem;
}

/*#first-day*/
#first-day {
  background: #004165 url(../img/bgpattern_white.svg) repeat;
  position: relative;
  z-index: -2;
}
#first-day::before {
  content: "";
  background: url(../img/bubble01.svg) no-repeat center;
  position: absolute;
  background-size: 101%;
  background-position: top;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: translateY(-1px);
  z-index: -1;
}
@media (min-width: 835px) {
  #first-day {
    padding: 200px 0 70px 0;
  }
}
@media (max-width: 834px) {
  #first-day {
    padding: calc(150px + 100% / 375 * 50) 0 70px 0;
  }
}
.section-header {
  margin-bottom: 45px;
}
.map-link {
  margin-bottom: 48px;
}
@media (max-width: 389px) {
  .map-link .fs_17 {
    font-size: 15px;
  }
}
.reservation {
  margin-bottom: 55px;
}
.reservation .fs_17 {
  margin-bottom: 15px;
}
.annotation {
  margin: 0 40px 25px 40px;
}
.annotation_2 {
  margin: 0 15px 10px 15px;
}
.date {
  margin: 0 0 25px 0;
}
.course {
  counter-reset: count 0;
  margin-bottom: 40px;
}
.course-box {
  background-color: #e2e2e1;
  width: min(88%, 346px);
  height: auto;
  padding: 14px 0 14px 0;
  margin: 5px auto;
  letter-spacing: 0;
}
.course-type {
  position: relative;
  margin-top: 0px;
  top: -10px;
  left: 10px;
}
.course-num {
  width: 78px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 1.5rem;
}
.course-left {
  width: 50%;
  padding: 0 10px;
}
.course-right {
  width: 50%;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.course-right p {
  width: 50%;
  padding-right: 8px;
}
@media (max-width: 389px) {
  .course-left {
    width: 60%;
  }
  .course-right {
    width: 40%;
  }
  .course-right p {
    width: 100%;
  }
}
.course-company {
  font-size: clamp(1.2rem, 1.5rem + 0.2vw, 1.7rem);
  counter-increment: count 1;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0;
}
.course-company::before {
  content: counter(count);
  display: inline-block;
  position: absolute;
  left: 0px;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 16px;
}
.course-menu {
  font-size: clamp(1rem, 1.1rem + 0.2vw, 1.2rem);
}

/*#second-day*/
#second-day {
  background: #e8413a url(../img/bgpattern_white.svg) repeat;
  padding: 50px 0 80px 0;
  position: relative;
  z-index: -2;
}
#second-day::after {
  content: "";
  background: url(../img/bubble02.svg) no-repeat;
  position: absolute;
  background-size: 101%;
  background-position: bottom;
  bottom: -1px;
  width: 100%;
  height: 100%;
  transform: translateY(1px);
  z-index: -1;
}
.workshop {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
.second-day_heading {
  margin-left: calc((100% - 320px) / 2);
  margin-bottom: 13px;
}
@media (max-width: 390px) {
  .second-day_heading {
    margin-left: 25px;
  }
}
.scroll_container {
  /*width: 100%;*/
  height: 360px;
  position: relative;
  overflow: hidden;
}
.scroll_wrap {
  display: flex;
  column-gap: 0px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}
.scroll_box {
  /*width: 320px;*/
  height: auto;
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 834px) {
  .scroll_wrap {
  }
}

.ws-contents {
  height: 350px;
  margin-top: -26px;
  margin-bottom: 40px;
}
.ws-menu {
  width: 320px;
  height: auto;
  background-color: #f47d7d;
  border-radius: 0 68px 68px 68px;
  padding: 24px 22px 22px 25px;
}
.ws-menu_blue {
  width: 320px;
  height: auto;
  background-color: #8da9ce;
  border-radius: 0 68px 68px 68px;
  padding: 24px 22px 22px 25px;
}
.ws-coming {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ws-coming p {
  text-align: center;
  font-size: 20px;
}
.ws-company {
  margin-bottom: 10px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
.ws-company img {
  margin: 0 4px 2px 0;
}
.ws-title {
  height: auto;
  font-size: 2.2rem;
  line-height: 3.1rem;
  margin-bottom: 12px;
}
[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.6rem;
  left: 1rem;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  letter-spacing: 0.3em;
}
.ws-box {
  margin-bottom: 6px;
  flex-wrap: wrap;
  gap: 8px;
}
.ws-reserve {
  font-size: 1.2rem;
  width: auto;
  height: 18px;
  text-align: center;
  padding: 0 8px;
}
.ws-capacity {
  font-size: 1.2rem;
  width: auto;
  padding: 0 5px;
  height: 18px;
  text-align: center;
  background-color: #fff;
  color: #004165;
}
.ws-note {
  font-size: 1.2rem;
  width: 80px;
  margin-top: 4px;
  padding: 0 5px;
  height: 18px;
  text-align: center;
  background-color: #e8413a;
  color: #fff;
}
.ws-time {
  font-size: 1.5rem;
  height: auto;
  margin-bottom: 1.5rem;
}
.ws-outline {
  height: 59px;
  line-height: 2.2rem;
  font-size: 1.5rem;
  margin-bottom: 0px;
}
.ws-notes {
  margin-right: clamp(0px, (100% - 390px) / 2, 10000px);
  margin-left: clamp(0px, (100% - 390px) / 2, 10000px);
  padding: 0px 36px;
}
.marche-outline {
  position: relative;
  width: calc(100% - 33px);
  max-width: 360px;
  height: auto;
  background-color: #f47d7d;
  margin-right: clamp(0px, (100% - 330px) / 2, 10000px);
  margin-left: clamp(0px, (100% - 390px) / 2, 10000px);
  margin-bottom: 200px;
  padding: 45px 20px 120px 25px;
}
.marche-outline p {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 35px;
}
.marche-illust {
  position: absolute;
  right: -0px;
  bottom: -110px;
}
.marche-illust img {
  width: 175px;
}

/*#map*/
#map {
  width: 100%;
  height: auto;
  padding: 75px 0 0 0;
  position: relative;
}
.map-box {
  width: min(88%, 346px);
  height: auto;
  padding-bottom: 14px;
  margin: 80px auto 22px auto;
}
.map-box img {
  width: 100%;
}
/*#map/index.html*/
.map-zoom {
  width: 90%;
  margin: 80px auto 0px auto;
  overflow-x: scroll;
  transform: rotateX(180deg);
  background: #f0f3f1;
}
.map-zoom::-webkit-scrollbar {
  width: 330px;
  height: 12px;
  left: calc((100% - 340px) / 2);
  padding-left: 50px;
}
.map-zoom::-webkit-scrollbar-thumb {
  background: #f47d7d;
  border-radius: 6px;
}
.map-zoom::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 6px;
}
.map-img {
  padding-top: 60px;
  transform: rotateX(180deg);
}
.map-img img {
  height: 80vh;
}
.hide-area {
  display: none;
}
@media (min-width: 646px) {
  .map-zoom::-webkit-scrollbar {
    display: none;
  }
  .map-zoom::-webkit-scrollbar-thumb {
    display: none;
  }
  .map-zoom::-webkit-scrollbar-track {
    display: none;
  }
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #fff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.parking {
  width: min(88%, 346px);
  height: auto;
  margin: 22px auto;
  background-color: #ffffff;
  padding: 15px 25px 1px 25px;
}
.parking p {
  color: #004165;
  line-height: 2.4rem;
  margin-bottom: 14px;
}
.stamprally img {
  width: min(334px, 85%);
}
.illust2 {
  width: 60%;
  height: 300px;
  margin: 0 0 0 40%;
  background-image: url(../img/main-illust2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

/*#access*/
#access {
  background: #004165;
  height: auto;
  padding: 75px 0 70px 0;
  position: relative;
}
.address {
  margin-bottom: 68px;
}
.address-text {
  margin-bottom: 11px;
}
.icon_s {
  margin: 0 0 35px 0;
}
.icon_s img {
  width: 60px;
}
.text-box {
  margin: 0 30px;
  margin-bottom: 30px;
}
.text-box p {
  margin-bottom: 15px;
}

/*#notes*/
#notes {
  background: #004165;
  height: auto;
  padding: 25px 0 70px 0;
  position: relative;
}

/*#sns*/
.sns-wrapper {
  width: 100%;
  height: 300px;
  padding-bottom: 300px;
  background: url(../img/sns.svg) no-repeat;
  background-position: 48% 50%;
  position: relative;
}
.sns-icon-box {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 140px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*#contact*/
#contact {
  background: #004165;
  height: auto;
  position: relative;
}
.border-box {
  padding: 32px 0 70px 0;
  margin: 0 30px 0 30px;
  border-top: solid #fff;
}
p .indent {
  padding-left: 92px;
}
.contact_time {
  margin-bottom: 40px;
}
.space {
  margin-right: 10px;
}

/*.left-content*/
.left-title {
  height: 30%;
  margin: 15% 10% 0 10%;
  padding: 10% 0;
  background-image: url(../img/left-title.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.left-illust {
  width: 100%;
  height: 55%;
  margin: 5% 0 0 0;
  position: absolute;
  bottom: 0;
  background-image: url(../img/left-illust.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

/*.right-content*/
.right-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.menu-wrapper {
  height: 70%;
  padding: 20% 30% 0% 15%;
}
.menu {
  max-width: 220px;
  min-width: 160px;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  border-radius: 0 48px 48px 48px;
  padding: 0;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
}
@media (max-height: 680px) {
  .menu {
    height: 36px;
    margin-bottom: 20px;
  }
}
@media (max-height: 590px) {
  .menu-wrapper {
    padding: 20% 30% 20% 15%;
    position: absolute;
    top: 0px;
  }
  .menu {
    height: 36px;
    margin-bottom: 20px;
  }
  .small-hidden {
    display: none !important;
  }
}
.menu:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.right-sns-wrapper {
  width: 90%;
  height: 300px;
  margin: 0% auto;
  background: url(../img/sns.svg) no-repeat;
  background-position: 45% 50%;
  position: relative;
}
@media (max-width: 1000px) {
  .small-hidden {
    display: none !important;
  }
}

/* ボタンのスタイル */
.button_lerge {
  display: flex;
  align-items: center;
  width: 88%;
  max-width: 268px;
  height: 46px;
  padding: 20px 0px;
  margin-bottom: 7px;
  text-align: center;
  overflow-wrap: anywhere;
  border-radius: 23px;
}
.button_large img {
  margin: auto;
  display: block;
}
.button_small {
  display: flex;
  gap: 0px;
  align-items: center;
  width: 168px;
  height: 35px;
  padding: 8px 8px 8px 8px;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  border-radius: 23px;
}
.button_xsmall {
  display: flex;
  align-items: center;
  width: 148px;
  height: 26px;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  border-radius: 13px;
}
.button_square {
  display: flex;
  align-items: center;
  width: 88%;
  max-width: 346px;
  height: 37px;
  padding: 10px 20px;
  margin-bottom: 16px;
  overflow-wrap: anywhere;
  justify-content: space-between;
}
.button_square_small {
  display: flex;
  align-items: center;
  width: 192px;
  height: 50px;
  padding: 10px 10px;
  margin-bottom: 40px;
  overflow-wrap: anywhere;
  justify-content: space-between;
}
.button_square_small .button_content {
  padding-left: 10px;
}
.button_radius {
  display: flex;
  align-items: center;
  width: min(100%, 346px);
  height: 58px;
  padding: 10px 10px;
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 14px;
  color: #fff;
  overflow-wrap: anywhere;
  justify-content: space-between;
}
.button_radius_small {
  display: flex;
  align-items: center;
  width: 210px;
  height: 25px;
  padding: 10px 10px;
  margin-top: 13px;
  margin-bottom: 5px;
  border-radius: 8px;
  color: #fff;
  overflow-wrap: anywhere;
  justify-content: space-between;
}
.button_reverse {
  flex-direction: row-reverse;
  padding: 8px 0px 8px 44px;
}
.button_reverse_xsmall {
  flex-direction: row-reverse;
  padding: 8px 0px 8px 8px;
}
.button_square img {
  margin: auto;
  display: block;
}
.button_reverse_square {
  flex-direction: row-reverse;
  padding: 8px 10px 8px 20px;
}
.button_reverse_radius {
  flex-direction: row-reverse;
  padding: 8px 10px 8px 15px;
}
.button_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}
.button_content {
  flex-shrink: 1;
  width: 100%;
}
.button_white {
  background-color: #ffffff;
}
.button_red {
  background-color: #e8413a;
  color: #fff;
}
.button_gray {
  background-color: #aaaaaa;
}
.button_lgray {
  background-color: #ede8e8;
}
.button_lgray span {
  color: #6e5958;
  font-weight: 800;
  font-size: 16px;
}
.button_gray span img {
  filter: brightness(75%);
}

.button_frame {
  border: 1px solid #fff;
}
.button_frame_blue {
  border: 1px solid #003251;
}
@media (any-hover: hover) {
  .button_white,
  .button_square,
  .button_frame,
  .button_frame_blue {
    transition: background-color 0.2s;
  }
  .button_icon {
    transition: transform 0.2s;
  }
  .button_white:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .button_square:hover {
    background-color: #f47d7d;
  }
  .button_frame:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .button_frame_blue:hover {
    background-color: rgba(255, 255, 255, 1);
  }
  .button_lerge:hover .button_icon {
    transform: translateX(4px);
  }
  .button_gray:hover .button_icon {
    transform: translateX(0px);
  }
  .button_lgray:hover .button_icon {
    transform: translateX(0px);
  }
}

/* 表示非表示切り替え用 */
.display-none {
  display: none;
}
