@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: #FFF5E9;
  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;
}
a:hover {
  color: #db4d43;
  text-decoration: underline;
}
.small-txt {
  font-size: 0.8em;
}
.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 15px 20px;
  background-image: url(../img/ttl_line.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100px 10px;
  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;
}
.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;
}
.access-wrap p {
  font-weight: bold;
}
.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 #98D0E9;
  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-wrap {
  background-color: #98D0E9;
}
.event-wrap h2 {
  color: #fff;
}
.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: .8em;
}

/* ポップアップ背景 */
.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;
}
/* =======================
　　　      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: 74px;
  }
  .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;
  }
  .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;
  }
  .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%;
    z-index: 999;
  }

  .head-wrap .logo img {
    width: 120px;
    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: 55px;
    left: 0;
    background-color: #D2E3FA;
    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;
  }
}
/* =======================
　　　      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;
  }
  .event-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .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: 40px 40px;
  }
  .features-inner{
    display: flex;
    align-content: center;
    flex-direction: row-reverse;
  }
  .features-img{
    width: 100%;
  }
  .features-img img{
    border-radius: 0 12px 12px 0;
    margin-bottom: -7px;
  }
  .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%;
  }
  footer p {
    margin-top: 60px;
  }
  .access-wrap div:first-of-type {
    padding: 0 0 10px;
  }
  .access-wrap div {
    padding: 10px 0;
  }
  .policy {
    padding: 10px 20px 20px;
  }
  .policy textarea {
    height: 250px;
  }
  .policy h2 {
    margin: 30px auto 20px;
    color: #3b2600;
    font-size: 22px;
  }
  .policy .icon-ttl {
    width: 3%;
    padding-bottom: 10px;
  }
  .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: #98CDE9;
    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: #98CDE9;
  }
}
