@charset "UTF-8";
/* ==============================
  base
============================== */
/******************
  font
*******************/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@font-face {
  font-family: 'TrajanProRegular';
  src: url("../font/trajan/trajanp0-webfont.eot");
  src: url("../font/trajan/trajanp0-webfont.eot?#iefix") format("embedded-opentype"), url("../font/trajan/trajanp0-webfont.woff") format("woff"), url("../font/trajan/trajanp0-webfont.ttf") format("truetype"), url("../font/trajan/trajanp0-webfont.svg#TrajanProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ==============================
  common Styles
============================== */
.header {
  display: flex;
  overflow: hidden;
  background: transparent;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 600px) {
  .header {
    width: 100%;
    margin: auto;
  }
}
.topbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.top_bg {
  margin: 0;
  line-height: 0;
}

.top_bg img {
  width: 100%;
  height: auto;
  display: block;
}

.only-sp {
  display: none;
}

.header {
  background: transparent;
  position: relative;
  z-index: 2;
}

.top-inner {
  position: relative;
  z-index: 2;
}

.only-pc {
  display: inline;
}

.only-sp {
  display: none;
}

body[data-post_name="thanks"] .header {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }

  .only-sp {
    display: inline;
  }
}

body[data-post_name="thanks"] .topbg {
  display: none;
}

body[data-post_name="thanks"] .thanks {
  padding-top: 0;
  background-image: url("../img/index/top_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

@media screen and (max-width: 767px) {
  body[data-post_name="thanks"] .thanks {
    background-image: url("../img/index/top_background_sp.png");
    background-position: center top;
  }
}

.header {
  position: relative;
  z-index: 10;
  background: transparent;
}

.header_left {
  padding: 30px 0 0 40px;
}

.header_logo {
  width: 150px;
  height: auto;
  display: block;
}

.top {
  position: relative;
  z-index: 1;
  padding: 20px 0 60px;
  background-image: url("../img/index/top_background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  padding-top: 90px;
}

.top-logo {
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 10;
}

.top-logo img {
  width: 150px;
  height: auto;
  display: block;
}

.top-inner {
  max-width: 1360px;
  margin: 0 auto;
}

.topbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 50px;
}

.topbox-left {
  width: 55%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.topbox-right {
  width: 45%;
  position: relative;
  text-align: right;
}

.stitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding: 3px 32px;
  background-color: #ff4f7b;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
}

.ltitle {
  margin: 0;
  color: #1a0a10;
  font-size: clamp(26px, 5vw, 50px);
  font-weight: 700;
  line-height: 1.25;
}

.ltitle span {
  display: inline-block;
  color: #ff4f7b;
  font-size: clamp(40px, 7vw, 68px);
  line-height: 1.1;
}

.top-img {
  display: block;
  width: min(62vw, 900px);
  max-width: none;
  height: auto;
  margin-right: max(-18vw, -200px);
}

.top-btn-sp {
  display: none;
}

.only-pc {
  display: inline;
}

.only-sp {
  display: none;
}

br.only-pc {
  display: block;
}

br.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .header_left {
    padding: 20px 0 0 20px;
  }

  .header_logo {
    width: 130px;
  }

  .top {
    padding: 20px 20px 50px;
    background-image: url("../img/index/top_background_sp.png");
    background-size: cover;
    background-position: center top;
  }

  .topbox {
    display: block;
    padding-top: 80px;
  }

  .topbox-left,
  .topbox-right {
    width: 100%;
  }

  .topbox-left {
    padding: 0;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .top-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

  .top-logo img {
  width: 100px;
}

  .stitle {
    max-width: 300px;
    padding: 3px 20px;
    font-size: 10px;
    line-height: 1.5;
  }

  .ltitle {
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
  }

  .ltitle span {
    font-size: 40px;
    line-height: 1.2;
  }

  .topbox-left .top-btn-pc {
    display: none;
  }

  .topbox-right {
    margin-top: 24px;
    text-align: center;
  }

  .top-img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .topbox-right .top-btn-sp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    width: 250px;
    padding: 5px;
    font-size: 15px;
  }

  .circle-icon {
    width: 40px;
    height: 25px;
    font-size: 15px;
  }

  .only-pc {
    display: none;
  }

  .only-sp {
    display: inline;
  }

  br.only-pc {
    display: none;
  }

  br.only-sp {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  .footer {
    max-width: 900px;
    margin: auto;
  }
}

.footer .footer_logo {
  width: 50%;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .footer .footer_logo {
    width: 30%;
  }
}

.footer .text {
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 2.2;
  margin-top: 30px;
}

.footer .text .small {
  font-size: 14px;
}

.footer .sns {
  display: inline-block;
  margin-top: 20px;
}

.footer .sns .icon_line {
  width: 30%;
  margin-right: 30px;
}

.footer .sns .icon_insta {
  width: 30%;
}

.footer .footer_menu {
  background-color: #fff;
  margin-top: 20px;
}

.footer .footer_menu .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.footer .footer_menu .list a {
  color: #666;
  font-size: 14px;
}

.footer .footer_menu .list .item {
  width: 50%;
  text-align: center;
  border: 1px solid #666;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 10px;
}

.footer .copyright {
  background-color: #f1eeee;
  padding: 20px;
}

.footer .copyright p {
  font-size: 12px;
}

/* ==============================
  base
============================== */
/******************
  font
*******************/
@font-face {
  font-family: 'TrajanProRegular';
  src: url("../font/trajan/trajanp0-webfont.eot");
  src: url("../font/trajan/trajanp0-webfont.eot?#iefix") format("embedded-opentype"), url("../font/trajan/trajanp0-webfont.woff") format("woff"), url("../font/trajan/trajanp0-webfont.ttf") format("truetype"), url("../font/trajan/trajanp0-webfont.svg#TrajanProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ==============================
  main
  ---------------------------
  main_content

============================== */
.fair_calendar--calendar {
  position: relative;
  margin: 5%;
  border: 1px solid #808080;
  background: #fff;
  padding: 5%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 600px) {
  .fair_calendar--calendar {
    margin: 5% 10%;
  }
}

.fair_calendar--caption {
  padding: 10px 0 5px;
  letter-spacing: 1px;
  font-family: "TrajanProRegular", serif;
}

@media screen and (min-width: 600px) {
  .fair_calendar--caption {
    font-size: 20px;
  }
}

.fair_calendar--caption .caption__month {
  font-size: 20px;
}

@media screen and (min-width: 600px) {
  .fair_calendar--caption .caption__month {
    font-size: 30px;
  }
}

#eo_shortcode_calendar_0_content {
  position: static;
}

.eo-widget-cal-wrap table {
  width: 100%;
  text-align: center;
}

.eo-widget-cal-wrap caption {
  display: none;
}

.eo-widget-cal-wrap thead tr {
  position: relative;
}

.eo-widget-cal-wrap thead tr th {
  font-weight: normal;
  font-size: 0;
  width: 14.28571%;
  width: calc(100%/7);
}

.eo-widget-cal-wrap thead tr th::before {
  font-size: 1.2rem;
}

@media screen and (min-width: 600px) {
  .eo-widget-cal-wrap thead tr th::before {
    font-size: 16px;
  }
}

.eo-widget-cal-wrap thead tr th:nth-child(1)::before {
  content: "MON";
}

.eo-widget-cal-wrap thead tr th:nth-child(2)::before {
  content: "TUE";
}

.eo-widget-cal-wrap thead tr th:nth-child(3)::before {
  content: "WED";
}

.eo-widget-cal-wrap thead tr th:nth-child(4)::before {
  content: "THU";
}

.eo-widget-cal-wrap thead tr th:nth-child(5)::before {
  content: "FRI";
}

.eo-widget-cal-wrap thead tr th:nth-child(6)::before {
  content: "SAT";
  color: #6699cc;
}

.eo-widget-cal-wrap thead tr th:nth-child(7)::before {
  content: "SUN";
  color: #ff6666;
}

.eo-widget-cal-wrap tfoot {
  position: absolute;
  top: 15px;
  left: 5%;
  width: 90%;
  z-index: 10;
  letter-spacing: 1px;
  font-family: "TrajanProRegular", serif;
}

.eo-widget-cal-wrap tfoot tr {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0;
}

.eo-widget-cal-wrap tfoot tr a > p {
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .eo-widget-cal-wrap tfoot tr a > p {
    font-size: 20px;
  }
}

.eo-widget-cal-wrap tfoot tr > td:nth-child(2) {
  display: none;
  width: 0;
}

.eo-widget-cal-wrap tfoot tr #eo-widget-next-month,
.eo-widget-cal-wrap tfoot tr #eo-widget-prev-month {
  display: block;
  width: 50%;
  width: calc(100%/2);
  position: relative;
}

.eo-widget-cal-wrap tfoot tr #eo-widget-next-month {
  text-align: right;
}

.eo-widget-cal-wrap tfoot tr #eo-widget-prev-month {
  text-align: left;
}

.eo-widget-cal-wrap tbody {
  /* a */
}

.eo-widget-cal-wrap tbody td {
  position: relative;
  width: 14.28571%;
  width: calc(100%/7);
  padding: 0.05% 0;
  padding: calc(100%/20) 0;
  font-size: 1.6rem;
}

@media screen and (min-width: 600px) {
  .eo-widget-cal-wrap tbody td {
    font-size: 1.8rem;
    padding: 3% 0;
  }
}

.eo-widget-cal-wrap tbody td:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  padding-top: 70%;
  width: 70%;
  border-radius: 50%;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 600px) {
  .eo-widget-cal-wrap tbody td:after {
    padding-top: 45%;
    width: 45%;
  }
}

.eo-widget-cal-wrap tbody td.event:after {
  background: #f2ebe3;
}

.eo-widget-cal-wrap tbody td.event a {
  position: relative;
  display: inline;
  z-index: 10;
}

.eo-widget-cal-wrap tbody td.event:hover:after {
  background: #bdb3a7;
}

.eo-widget-cal-wrap tbody td.event:hover a {
  color: #fff;
}

.eo-widget-cal-wrap tbody td.eo-past-date:after {
  display: none;
}

.eo-widget-cal-wrap tbody td.eo-past-date a {
  color: #999;
  pointer-events: none !important;
}

.eo-widget-cal-wrap tbody td.eo-past-date:hover a {
  color: #555;
}

.eo-widget-cal-wrap tbody td:nth-child(6) {
  color: #6699cc;
}

.eo-widget-cal-wrap tbody td:nth-child(6) a {
  color: #6699cc;
}

.eo-widget-cal-wrap tbody td:nth-child(6):hover a {
  color: #6699cc;
}

.eo-widget-cal-wrap tbody td.eo-holiday,
.eo-widget-cal-wrap tbody td:nth-child(7) {
  color: #ff6666;
}

.eo-widget-cal-wrap tbody td.eo-holiday a,
.eo-widget-cal-wrap tbody td:nth-child(7) a {
  color: #ff6666;
}

.eo-widget-cal-wrap tbody td.eo-holiday:hover a,
.eo-widget-cal-wrap tbody td:nth-child(7):hover a {
  color: #ff6666;
}