@charset "utf-8";
/* CSS Document */

/* =======================
　　　      共通
======================= */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Zen Maru Gothic", serif, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3b2600;
  font-size: 14px;
  background-color: #f2f3df;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all ease 1s;
}
.fade.visible {
  opacity: 1;
  transform: translateY(0);
}
img {
  width: 100%;
}
.marche-wrap {
  margin: 0 auto;
  text-align: center;
}
.strong,
a {
  color: #db4d43;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #db4d43;
  text-decoration: underline;
}
.small-txt {
  font-size: 0.8em;
}
.yoyaku-wrap {
  background-color: #7fc7cf;
  padding: 10px 20px 60px;
  margin: 100px auto 40px;
}
.yoyaku-wrap h2,
.confirm-wrap h2 {
  color: #fff;
}
.yoyaku-cnt {
  background-color: #fff;
  border-radius: 12px;
  margin: 0 auto;
}
.yoyaku-txt {
  font-weight: bold;
  color: #fff;
  margin-bottom: 14px;
}
.yoyaku-table {
  text-align: left;
  margin-top: 10px;
}
.yoyaku-table section {
  border-bottom: #b3ab9d 2px dotted;
  display: inline-block;
  width: 100%;
}
.title-set {
  display: flex;
  align-items: center;
}
.category-name {
  font-weight: bold;
}
.required,
.required02 {
  background-color: #db4d43;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  border-radius: 3px;
  padding: 0 10px;
}
.required02 {
  margin-left: 10px;
}
.entry_btn {
  text-align: center;
}
.policy {
  background-color: #fff;
  border-radius: 12px;
}
.policy textarea {
  font-size: 14px;
  line-height: 1.8;
}
.scroll-txt-box {
  width: 100%;
  resize: none;
  overflow: auto;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  border: none;
}
input[type="text"] {
  color: #3b2600;
  font-family: "Zen Maru Gothic", serif, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  background-color: #fff;
}
select,
textarea {
  color: #3b2600;
  font-family: "Zen Maru Gothic", serif, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    sans-serif;
  font-size: 14px;
  padding: 6px 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  background-color: #fff;
}
textarea {
  border: 1px solid #b3ab9d;
  border-radius: 4px;
  margin: 10px auto;
  height: 120px;
}
input[type="text"]:focus {
  background-color: #f4f4eb;
  outline: none;
}
input[type="text"]:not(:focus) {
  color: #3b2600;
  background-color: #fff;
}
input::placeholder {
  color: #b3ab9d;
}
textarea::placeholder {
  color: #b3ab9d;
  padding: 3px 4px;
}
.error_txt {
  display: none;
  color: #db4d43;
  font-size: 14px;
  margin: 6px 0 0 10px;
  font-weight: bold;
}
select {
  width: 93%;
}
select {
  border: 1px solid #b3ab9d;
  border-radius: 4px;
}
.entry_btn button,
.thanks_btn button {
  font-family: "Zen Maru Gothic", serif, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    sans-serif;
  font-weight: bold;
  width: 250px;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #db4d43;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  border-radius: 40px;
  border: none;
}
#data-cnt {
  display: none;
}
input {
  border: none;
  width: 93%;
}
.info-wrap {
  margin: 0 auto;
  position: relative;
}
.info-bg-wrap {
  background-color: #f9c4af;
  padding: 10px 10px;
}
.info-bg-inner {
  background-color: #fff;
}
.info-wrap .info-table {
  text-align: left;
  margin-top: 10px;
}
.info-wrap .date {
  width: 100px;
  vertical-align: top;
  font-weight: bold;
  color: #675535;
}
.info-wrap div {
  border-bottom: #f9c4af 2px dotted;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
}
.info-wrap div:last-child {
  border: none;
  margin-bottom: -20px;
}
.wrap-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.wrap-ttl h2 {
  padding: 0 40px 20px;
  background-image: url(../img/ttl_line.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 50%;
  line-height: 1.2em;
}
.cnt-inner {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 20px 30px;
}
.features-inner {
  background-color: #fff;
  border-radius: 12px;
}
.txt-line-set {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.txt-line-set02 .strong {
  color: #fff8a5;
}
.txt-line {
  width: 40px;
  height: 40px;
  background-image: linear-gradient(
    60deg,
    transparent 40%,
    #3b2600,
    #3b2600,
    transparent 42%
  );
}
.txt-line02 {
  width: 40px;
  height: 40px;
  background-image: linear-gradient(
    120deg,
    transparent 60%,
    #3b2600,
    #3b2600,
    transparent 62%
  );
}
.txt-line-set02 .txt-line {
  background-image: linear-gradient(
    60deg,
    transparent 40%,
    #fff,
    #fff,
    transparent 42%
  );
}
.txt-line-set02 .txt-line02 {
  background-image: linear-gradient(
    120deg,
    transparent 40%,
    #fff,
    #fff,
    transparent 42%
  );
}
.txt-line-set,
.txt-line-set02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.cnt-inner p,
.features-cnt p,
.step-wrap p {
  text-align: left;
}
.step-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 10px;
}
.step-ttl {
  background-color: #45b19b;
  padding: 10px 10px;
  border-radius: 8px 8px 0 0;
}
.step-icon {
  background-color: #fff;
  border-radius: 4px;
  color: #45b19b;
  font-weight: bold;
  letter-spacing: 0;
  padding: 2px 10px;
  height: 100%;
}
.step-ttl {
  color: #fff;
  font-weight: bold;
  gap: 14px;
  font-size: 1.2em;
}
.step-ttl {
  display: flex;
}
.step-wrap p {
  margin: 10px 20px 20px;
}
.access-inner {
  background-color: #fff;
  border-radius: 12px;
  margin: 0 auto;
}
.access-wrap .date {
  width: 140px;
  color: #8b7f6b;
}
.schedule-wrap .date,
.schedule-wrap p,
.access-wrap p {
  font-weight: bold;
}
.schedule-wrap .date {
  width: 200px;
  color: #8b7f6b;
}
.access-table div {
  border-bottom: #b3ab9d 2px dotted;
  display: inline-block;
  width: 100%;
}
.access-table {
  text-align: left;
}
.copy-txt {
  margin: 0 auto 20px;
  font-weight: bold;
  text-align: center;
}
.footer-btn-top,
.footer-btn-top02 {
  position: fixed;
  z-index: 20;
}
.header-wrap {
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  gap: 20px;
  padding: 0 20px 10px;
  right: 10px;
  box-shadow: 2px 2px 6px rgba(98, 98, 98, 0.2);
}
.header-wrap a,
.btn-insta a {
  color: #fff;
  text-decoration: none;
}
.header-wrap a:hover {
  text-decoration: none;
}
.time {
  font-weight: bold;
  line-height: 1.3;
}
.tel-btn {
  font-weight: bold;
  text-align: center;
  background-color: #db4d43;
  color: #fff;
  border-radius: 40px;
  line-height: 1.2;
}
.tel-btn:hover,
.btn-insta:hover {
  background-color: #e36d64;
  color: #fff;
}
.store-btn {
  font-weight: bold;
  text-align: center;
  background-color: #12b154;
  font-size: 14px;
  border-radius: 40px;
  line-height: 1.2;
}
.store-btn:hover {
  background-color: #40c678;
  color: #fff;
}
.time .strong {
  font-size: 29px;
}
.eigyou-wrap .cnt-inner h3 {
  display: flex;
  text-align: left;
  align-items: center;
  padding: 0.1em 0.7em;
  border-left: 5px solid #e1e52c;
}
.event-wrap .cnt-inner h3 {
  display: flex;
  text-align: left;
  align-items: center;
  padding: 0.1em 0.7em;
  border-left: 5px solid #f4d58d;
  margin: 20px 0 14px;
}
.cnt-inner-ttl {
  border-bottom: #b3ab9d 2px dotted;
  margin: 10px 0;
}
.strong-line {
  font-size: 1.5em;
}
.flow-inner h4 {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.flow-inner h3 {
  text-align: left;
  font-size: 1em;
}
.event-txt span {
  color: #fff8a5;
}
.event-txt {
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 20px;
  text-align: center;
  font-size: 1.2em;
}
.btn-insta {
  background-color: #db4d43;
  padding: 14px 20px;
  border-radius: 60px;
}
.btn-insta {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.store-btn p span,
.tel-btn p span {
  font-size: 0.8em;
}
.tel-btn p,
.store-btn p {
  margin-bottom: 0;
}

/* ポップアップ背景 */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* ポップアップ画像 */
@media screen and (min-width: 769px) {
  .popup-content {
    position: relative;
    max-width: 60%;
    max-height: 60%;
  }
}
@media screen and (max-width: 770px) {
  .popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
  }
}

#popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#popup-img {
  max-width: 90%;
  max-height: 90%;
  height: auto;
  width: auto;
  object-fit: contain;
}

/* 閉じるボタン */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
}

/* confirm.php */
.confirm-wrap {
  background-color: #7fc7cf;
  padding: 40px 20px 60px;
  margin: 0 auto;
}
.confirm_btn {
  margin: 30px auto 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.confirm_btn button:first-child {
  font-family: "Zen Maru Gothic", serif, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    sans-serif;
  font-weight: bold;
  width: 140px;
  padding: 10px 0 14px;
  margin-right: 10px;
  text-align: center;
  background-color: #3b2600;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  border: none;
}
.confirm_btn button:last-child {
  font-family: "Zen Maru Gothic", serif, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    sans-serif;
  font-weight: bold;
  width: 140px;
  padding: 10px 0 14px;
  text-align: center;
  background-color: #db4d43;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  border: none;
}
.thanks-inner {
  text-align: center;
}
.thanks-inner p {
  font-weight: bold;
  line-height: 1.8;
}
.contact-area {
  margin: 30px auto;
  padding: 30px 30px;
  border-radius: 8px;
  border: #b7a78b 1px solid;
}
.thanks-wrap h2 {
  background-size: 30%;
}
.thanks-inner h3 {
  margin-bottom: 20px;
}
footer p {
  margin: 0 auto 20px;
  font-weight: bold;
  text-align: center;
}
.schedule-inner {
  background-color: #fff;
  border-radius: 12px;
  margin: 0 auto;
}
.schedule-cnt {
  text-align: left;
}
.schedule-wrap div {
  border-bottom: #b3ab9d 2px dotted;
  display: inline-block;
  width: 100%;
}
.schedule-wrap .flow-inner {
  border: none;
}
.flow-wrap {
  background: #e5c7e7;
}
.flow-wrap h2 {
  color: #fff;
}

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

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .info-wrap,
  .eigyou-wrap,
  .features-wrap,
  .access-wrap,
  .flow-wrap {
    padding: 20px 20px;
  }
  .main-img {
    padding-top: 66px;
  }
  .info-wrap {
    margin: 40px auto 0;
  }
  .event-wrap {
    margin: 30px auto 0;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .info-wrap img {
    width: 60%;
    margin: 40px auto 10px;
  }
  .info-wrap img {
    position: absolute;
    left: 20%;
    top: -45px;
    z-index: 5;
  }
  .info-bg-inner {
    padding: 0px 20px 30px;
  }
  .icon-ttl {
    width: 14%;
  }
  .cnt-inner,
  .features-inner {
    background-size: 100%;
  }
  .txt-line-set {
    padding-top: 230px;
  }
  .txt-line-set02 .strong {
    font-size: 1.5em;
  }
  .features-cnt {
    padding: 20px 20px 30px;
  }
  .features-img img {
    border-radius: 12px 12px 0 0;
    margin-bottom: -7px;
  }
  .icon-arrow {
    width: 6%;
    height: 100%;
    margin: 20px auto 14px;
    transform: rotate(90deg);
  }
  .info-wrap .date {
    margin: 8px 0;
  }
  .access-wrap .date {
    margin-bottom: 5px;
  }
  .access-inner {
    padding: 10px 30px 30px;
  }
  .access-cnt iframe {
    width: 100%;
    margin-top: 20px;
  }
  .access-wrap div {
    padding: 10px 0;
  }
  .yoyaku-cnt {
    padding-bottom: 20px;
    padding: 10px 20px;
  }
  input[type="text"] {
    padding: 2px 10px;
  }
  textarea,
  .date-info,
  input {
    margin: 10px auto;
  }
  .yoyaku-table section {
    padding: 10px 0 4px;
  }
  .entry_btn {
    margin: 20px auto;
  }
  .entry_btn button {
    margin: 20px auto 0;
  }
  .policy {
    margin: 40px auto 0;
    padding: 10px 20px 15px;
  }
  .policy textarea {
    height: 250px;
    font-size: 13px;
  }
  .policy h2 {
    margin: 20px auto 10px;
    color: #3b2600;
    font-size: 16px;
  }
  .policy .icon-ttl {
    width: 10%;
    padding-bottom: 5px;
  }
  iframe {
    height: 200px;
  }
  .flow-inner .ttl-line {
    margin-top: -10px;
  }
  .flow-inner .ttl-tel {
    margin-top: 30px;
  }
  .eigyou-wrap .cnt-inner h3 {
    margin: 20px 0 14px;
  }
  .event-txt::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 20%;
    height: 2%;
    background: #ffffff;
    transform: rotate(-120deg);
    z-index: -1;
  }
  .event-txt::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20%;
    height: 2%;
    background: #ffffff;
    transform: rotate(-60deg);
    z-index: -1;
  }
  .event-txt::before {
    left: -10px;
  }
  .event-txt::after {
    right: -10px;
  }

  /* ヘッダー部分 */
  .head-wrap {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 66px;
    z-index: 999;
  }
  .head-wrap .logo img {
    width: 90px;
    margin: 10px 10px;
  }
  .head-wrap .menu {
    position: relative;
  }

  /* ハンバーガーメニュー */
  .mobile-menu-icon {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 10px 20px;
  }
  .mobile-menu-icon span {
    background-color: #3b2600;
    width: 35px;
    height: 3px;
    display: block;
    transition: transform 0.5s, opacity 0.5s;
  }
  .mobile-menu-icon.menu-open span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .mobile-menu-icon.menu-open span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-icon.menu-open span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  /* ナビゲーション */
  ol,
  ul,
  li {
    list-style: none;
  }
  li a {
    color: #3b2600;
    font-size: 18px;
  }
  nav {
    height: 100vh;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    margin-top: 18px;
    top: 48px;
    left: 0;
    background-color: #e5c7e7;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    padding: 20px 20px;
    width: 100%;
    pointer-events: none;
    box-sizing: border-box;
  }
  nav.menu-open {
    height: 100vh;
    opacity: 1;
    margin-top: 18px;
    transform: translateY(0);
    padding: 20px 20px;
    position: fixed;
    pointer-events: all;
  }
  .nav-list li {
    text-align: left;
  }
  .nav-list-menu li a {
    width: 100%;
    display: inline-block;
    border-bottom: 3px #fff dotted;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .menu-icon {
    width: 8%;
  }
  .nav-list-menu li a {
    font-weight: bold;
  }
  .nav-list-menu li a:hover {
    color: #3b2600;
    text-decoration: none;
  }
  .btn-insta {
    width: 60%;
    margin: 30px auto 40px;
  }
  .footer-btn-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background-color: #fff;
    justify-content: space-evenly;
    padding: 10px 0;
    align-items: center;
  }
  .footer-btn-top {
    bottom: 94px;
    right: 10px;
    width: 25%;
  }
  .store-btn,
  .tel-btn {
    width: 45%;
    padding: 12px 0 14px;
  }
  .store-btn a,
  .tel-btn a {
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
  }
  .access-inner {
    margin-bottom: 20px;
  }
  .copy-txt {
    margin-bottom: 120px;
  }
  .thanks-inner {
    margin: 10px auto;
  }
  .thanks-inner {
    padding: 20px 20px;
  }
  .entry_thanks h2 {
    font-size: 20px;
    padding: 0 20px 10px;
  }
  .schedule-inner {
    padding: 10px 30px 30px;
  }
  .schedule-wrap {
    padding: 20px 20px;
  }
  .schedule-wrap div {
    padding: 10px 0 4px;
  }
  .yoyaku-wrap {
    padding-top: 40px;
    margin-top: 40px;
  }
  .confirm-wrap {
    margin-bottom: 30px;
  }
  .schedule-wrap {
    margin-top: 40px;
  }
  textarea {
    width: 93%;
  }
}
/* =======================
　　　      PC
======================= */

@media screen and (min-width: 769px) {
  body {
    line-height: 1.8;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .cnt {
    margin: 80px auto 0;
  }
  .info-wrap,
  .eigyou-wrap,
  .features-wrap,
  .flow-inner,
  .yoyaku,
  .access-wrap,
  .instagram-wrap .wrap-ttl {
    max-width: 1200px;
  }
  .instagram-wrap .wrap-ttl {
    margin: 0 auto 40px;
  }
  .yoyaku-cnt {
    padding: 10px 40px;
  }
  .yoyaku-table section {
    padding: 14px 0;
  }
  .yoyaku-table section {
    display: flex;
    align-items: center;
  }
  input,
  select {
    width: 600px;
  }
  input[type="text"] {
    padding: 6px 10px;
  }
  .event-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .policy {
    padding: 10px 20px 20px;
  }
  .entry_btn {
    margin: 40px auto;
  }
  .info-bg-wrap {
    max-width: 750px;
    margin: 80px auto 0;
  }
  .info-wrap img {
    width: 20%;
    margin: 40px auto 10px;
  }
  .info-wrap img {
    position: absolute;
    left: 40%;
    top: -70px;
  }
  .info-bg-inner {
    padding: 20px 40px 40px;
  }
  .icon-ttl {
    width: 5%;
  }
  .features-cnt {
    padding: 30px 40px;
    width: 50%;
  }
  .features-inner {
    display: flex;
    align-content: center;
    flex-direction: row-reverse;
  }
  .features-img {
    width: 50%;
  }
  .features-img img {
    border-radius: 0 12px 12px 0;
    /* margin-bottom: -7px; */
    height: 100%;
    object-fit: cover;
  }
  .cnt-inner {
    background-size: 50%;
    padding: 40px 40px;
  }
  .eigyou-wrap .cnt-inner h3 {
    margin-bottom: 14px;
  }
  .cnt-inner-ttl:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .cnt-inner {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
  .step-wrap {
    width: 28%;
  }
  .step-wrap img {
    height: 200px;
    object-fit: cover;
    object-position: top;
  }
  .flow-inner-cnt {
    display: flex;
    justify-content: center;
  }
  .icon-arrow {
    width: 2%;
    height: 100%;
    margin: auto 20px;
  }
  .access-inner {
    max-width: 750px;
    padding: 40px 40px;
    margin-bottom: 100px;
  }
  .info-table div,
  .access-table div {
    display: flex;
  }
  .detail-txt {
    width: 80%;
  }
  .access-table {
    width: 50%;
  }
  .access-cnt {
    display: flex;
    gap: 40px;
  }
  .access-cnt iframe {
    width: 50%;
  }
  .copy-txt {
    margin-top: 60px;
  }
  .access-wrap div:first-of-type {
    padding: 0 0 10px;
  }
  .access-wrap div {
    padding: 10px 0;
  }
  .title-set {
    width: 20%;
    padding: 0 10px;
  }
  .entry_input {
    margin-left: 40px;
  }
  .entry_btn button {
    margin: 40px auto 0;
  }
  .scroll-txt-box {
    width: 96%;
    border: none;
  }
  textarea {
    width: 98%;
    margin: 14px 10px;
  }
  .policy textarea {
    height: 250px;
  }
  .policy h2 {
    margin: 30px auto 20px;
    color: #3b2600;
    font-size: 22px;
  }
  .policy .icon-ttl {
    width: 3%;
    padding-bottom: 10px;
  }
  .txt-line-set02 .strong {
    font-size: 2em;
  }
  .footer-btn-top {
    bottom: 20px;
    right: 20px;
    width: 8%;
  }
  .ttl-line {
    margin-bottom: 30px;
  }
  .ttl-tel {
    margin: 60px 0 30px;
  }
  .event-txt {
    max-width: 340px;
    margin: 0 auto 30px;
  }
  .event-txt::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 24%;
    height: 2%;
    background: #ffffff;
    transform: rotate(-120deg);
    z-index: -1;
  }
  .event-txt::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 24%;
    height: 2%;
    background: #ffffff;
    transform: rotate(-60deg);
    z-index: -1;
  }
  .event-txt::before {
    left: -30px;
  }
  .event-txt::after {
    right: -20px;
  }
  .cnt-img01 {
    width: 140%;
  }
  .cnt-img02 {
    width: 60%;
  }
  .cnt-txt-set {
    width: 100%;
  }
  .btn-insta {
    width: 20%;
    margin: 40px auto 40px;
  }
  .store-btn {
    width: 200px;
    padding: 8px 0 10px;
    color: #fff;
    margin-top: 10px;
  }
  .global-menu {
    background-color: #b874be;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
  }
  .global-menu a:hover {
    background-color: #fff;
    color: #eb8882;
  }
  .confirm-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .thanks-wrap {
    max-width: 1200px;
  }
  .thanks-inner {
    margin: 30px auto;
  }
  .contact-area {
    margin: 60px auto 40px;
    max-width: 300px;
  }
  footer p {
    margin-top: 60px;
  }
  .schedule-inner {
    max-width: 750px;
    padding: 40px 40px;
  }
  .schedule-wrap div {
    padding: 14px 0;
  }
  .schedule-table div {
    display: flex;
  }
  .detail-txt {
    width: 80%;
  }
  .flow-inner {
    margin: 0 auto;
    padding: 80px 0;
  }
}
