@charset "UTF-8";
/***************************************
 *
 *base CSS
 *
 *2019/XX
 *
 ****************************************** */
/*****************************
 *
 *settings
 *
 ***************************** */
.trans_txt_parent .inner {
  overflow: hidden; }
.trans_txt_parent s {
  display: inline-block;
  transform: translateY(100px); }

.scroll_fadein {
  transform: translateY(100px);
  opacity: 0; }

.mgt0 {
  margin-top: 0 !important; }

.tac {
  text-align: center !important; }

/***********************
 *
 *common
 *
 ********************** */
input[type="text"], textarea, select {
  appearance: none;
  -webkit-appearance: none; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

li {
  list-style: none; }

i, em {
  font-style: normal; }

body, html {
  margin: 0px;
  padding: 0px;
  font-family: "Zen Kaku Gothic New", serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  color: #696969;
  font-weight: normal; }

body {
  overflow-x: hidden; }

ul {
  margin: 0;
  padding: 0; }

h2, h3, h4, h5 {
  font-weight: bold;
  letter-spacing: 0.1rem; }

.ib {
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  padding: 100px 0;
  position: relative;
  max-width: 100%; }

table {
  border-collapse: collapse; }

#wpadminbar {
  display: none; }

.pc_content {
  display: block !important; }

.sp_content {
  display: none !important; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; }

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none; }

.btn_border {
  text-align: center;
  display: block;
  margin: 20px auto;
  position: relative;
  max-width: 300px;
  background: #f1f1f1; }
  .btn_border::before {
    right: 0;
    top: 0; }
  .btn_border::after {
    left: 0;
    bottom: 0; }
  .btn_border::before, .btn_border::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #000;
    transition-delay: 0s; }
  .btn_border:hover::before, .btn_border:hover::after {
    width: 100%;
    transition-delay: 0.2s; }
  .btn_border:hover span::before, .btn_border:hover span::after {
    height: 100%;
    transition-delay: 0s; }
  .btn_border span {
    display: block;
    padding: 15px;
    font-size: 16px;
    color: #000;
    position: relative; }
    .btn_border span::before {
      left: 0;
      top: 0; }
    .btn_border span::after {
      right: 0;
      bottom: 0; }
    .btn_border span::before, .btn_border span::after {
      content: "";
      width: 1px;
      height: 0;
      position: absolute;
      transition: all 0.2s linear;
      background: #000;
      transition-delay: 0.2s; }

/*************************************
 *
 *404
 *
 ************************************* */
p.p404 {
  padding: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  background: #f1f1f1;
  margin: 40px 0; }

/***************************************
 *
 *header
 *
 ************************************* */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 100px;
  background: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15); }
  header .ib {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    header .ib .logo {
      width: 186px; }
      header .ib .logo h1 {
        display: block;
        width: 100%;
        margin: 0; }
        header .ib .logo h1 img {
          display: block;
          width: 100%; }
    header .ib a.e_commerce {
      position: absolute;
      width: 130px;
      height: 100px;
      top: 0;
      right: 0;
      background: #F1A347;
      padding: 20px 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      color: #333; }
      header .ib a.e_commerce:hover {
        background: #D66567;
        color: #fff; }
        header .ib a.e_commerce:hover svg path {
          fill: #fff; }
      header .ib a.e_commerce i {
        font-size: 15px; }
    header .ib nav {
      padding-right: 150px;
      display: flex; }
      header .ib nav a {
        font-size: 16px;
        padding: 0 15px;
        padding-right: 0;
        position: relative;
        display: flex;
        align-items: center; }
        header .ib nav a:last-child:after, header .ib nav a.af_none:after {
          display: none; }
        header .ib nav a:after {
          content: "";
          height: 15px;
          transform: rotate(13deg);
          width: 1px;
          display: block;
          background: #696969;
          margin-left: 30px;
          margin-right: 10px;
          position: relative;
          top: 2px; }
        header .ib nav a:hover {
          color: #F1A347; }
        header .ib nav a:before {
          bottom: -10px;
          width: 0;
          transition: 0.4s ease;
          height: 1px;
          content: "";
          position: absolute;
          left: 0;
          display: block;
          background: #212121; }

#fv {
  position: relative;
  width: 100%;
  height: 770px;
  background: #EFEFEF; }
  #fv .ib {
    padding: 150px 0 50px;
    width: 100%; }
    #fv .ib .arr {
      width: 60px;
      z-index: 3;
      position: absolute;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #696969;
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
      left: calc(50% - 532px);
      top: calc(50% + 20px);
      transition: 0.4s ease;
      color: #68635C;
      cursor: pointer; }
      #fv .ib .arr:before {
        content: "";
        font-family: "material icons";
        font-size: 32px;
        position: relative;
        color: #fff; }
      #fv .ib .arr.arr_prev:before {
        left: 7px; }
      #fv .ib .arr:hover {
        background: #F1A347;
        color: #fff; }
      #fv .ib .arr.arr_next {
        left: auto;
        right: calc(50% - 532px); }
        #fv .ib .arr.arr_next:before {
          content: "";
          color: #fff; }
    #fv .ib .swiper-pagination {
      bottom: 20px; }
      #fv .ib .swiper-pagination span {
        width: 10px;
        height: 10px;
        margin: 0 6px; }
        #fv .ib .swiper-pagination span.swiper-pagination-bullet-active {
          background: #F1A347; }
    #fv .ib .fv_slide .swiper-slide {
      width: 1000px;
      height: 560px; }
      #fv .ib .fv_slide .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%; }
        #fv .ib .fv_slide .swiper-slide a img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          border: 1px solid #ccc; }

#content.subpage .ib {
  padding: 70px 0; }
#content h2 {
  margin: 50px 0; }
  #content h2 span {
    display: block;
    text-align: center;
    font-family: "industry-inc-cutline", sans-serif;
    color: #696969;
    padding-bottom: 0px;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    letter-spacing: 0;
    margin-bottom: -3px; }
  #content h2 i {
    width: 100%;
    font-size: 32px;
    text-align: center;
    color: #696969;
    display: block;
    font-weight: 500; }
#content h3 {
  font-size: 24px;
  margin: 40px 0;
  border-bottom: 1px solid #212121;
  padding-bottom: 7px; }
#content h4 {
  font-size: 20px;
  margin: 30px 0; }
#content .txt_red {
  color: #D66567 !important; }
#content .top_info .ib {
  padding: 60px 0 90px; }
  #content .top_info .ib h2 {
    margin-top: 20px; }
#content .top_events {
  border-top: 1px solid #ccc; }
  #content .top_events .ib {
    padding: 60px 0; }
    #content .top_events .ib h2 {
      margin-top: 20px; }
#content .event_list {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
  position: relative; }
  #content .event_list.front {
    margin: 40px 0; }
    #content .event_list.front a.box {
      padding-top: 0; }
  #content .event_list a.tar {
    text-decoration: underline;
    color: #68635C;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    bottom: -30px;
    right: 0; }
  #content .event_list.mg {
    margin: 50px 0 40px; }
  #content .event_list.df .inner {
    width: 46%; }
    #content .event_list.df .inner .flug {
      margin-bottom: 50px; }
    #content .event_list.df .inner .box {
      width: 100%; }
  #content .event_list.v2 .box {
    padding-top: 40px; }
  #content .event_list .box {
    width: 46%;
    position: relative;
    margin-bottom: 40px; }
    #content .event_list .box.low-id .img {
      aspect-ratio: auto; }
    #content .event_list .box h3 {
      padding-bottom: 0;
      border: none;
      font-size: 22px;
      margin: 20px 0; }
    #content .event_list .box .event_status {
      position: absolute;
      top: -20px;
      left: 0;
      color: #fff;
      padding: 10px;
      font-size: 15px;
      border-radius: 50px;
      width: 136px;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
      #content .event_list .box .event_status.ongoing {
        background: #F1A347; }
      #content .event_list .box .event_status.upcoming {
        background: #56B1CF; }
      #content .event_list .box .event_status.ended {
        background: #747474; }
    #content .event_list .box .img {
      overflow: hidden;
      height: auto;
      display: block;
      aspect-ratio: 1/0.56; }
      #content .event_list .box .img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border: 1px solid #ccc; }
#content .info_list .row {
  padding: 15px;
  border-bottom: 1px dashed #CFC0AD;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  flex-wrap: wrap; }
  #content .info_list .row.poen {
    pointer-events: none; }
    #content .info_list .row.poen:after {
      display: none; }
  #content .info_list .row:last-child {
    border: none; }
  #content .info_list .row:after {
    content: url(../img/ar1.png);
    position: absolute;
    right: 10px;
    font-size: 24px;
    top: calc(50% - 25px);
    color: #CFC0AD; }
  #content .info_list .row .date {
    margin-right: 30px;
    line-height: 1.2;
    font-family: "industry-inc-cutline", sans-serif; }
    #content .info_list .row .date i {
      display: block;
      font-size: 20px;
      color: #696969;
      font-weight: bold; }
      #content .info_list .row .date i:nth-of-type(2) {
        font-size: 17px;
        text-align: center;
        letter-spacing: 0.08rem; }
  #content .info_list .row p {
    font-size: 16px; }
  #content .info_list .row .head {
    display: flex;
    width: 100%; }
  #content .info_list .row .i_body {
    display: block;
    width: 100%;
    padding: 20px 50px 0; }
    #content .info_list .row .i_body * {
      max-width: 100%;
      display: block; }
    #content .info_list .row .i_body img {
      height: auto; }
#content .top_sns {
  border-top: 1px solid #ccc; }
  #content .top_sns .ib {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #content .top_sns .ib .widget {
      width: 640px;
      max-width: 100%;
      height: 600px;
      background: #F1F1F1;
      border-radius: 12px; }
      #content .top_sns .ib .widget .inner {
        height: max-content; }
    #content .top_sns .ib .r {
      width: calc(100% - 680px);
      align-content: start;
      display: flex;
      align-items: start;
      justify-content: center;
      flex-wrap: wrap; }
      #content .top_sns .ib .r a.btn {
        margin-bottom: 15px;
        margin-top: 15px;
        justify-content: flex-start;
        padding: 0; }
        #content .top_sns .ib .r a.btn img {
          margin-right: 10px; }
      #content .top_sns .ib .r h4 {
        width: 100%;
        text-align: center; }
#content .shop_buttons {
  margin: 40px 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  #content .shop_buttons a {
    font-size: 16px;
    padding: 0 10px;
    color: #696969;
    font-weight: bold;
    color: #F1A347;
    text-decoration: underline; }
#content .flug {
  padding: 13px;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #333;
  border-radius: 50px;
  margin-bottom: 48px; }
  #content .flug.ended {
    background: #747474; }
  #content .flug.ongoing {
    background: #F1A347; }
  #content .flug.upcoming {
    background: #56B1CF; }
#content .shop_list .swiper .swiper-button-next, #content .shop_list .swiper .swiper-button-prev {
  color: #fff; }
#content .shop_list .swiper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%; }
#content .shop_list .swiper.thums {
  margin-top: 15px; }
  #content .shop_list .swiper.thums .swiper-slide {
    width: 24%;
    height: 85px; }
#content .shop_list .swiper .swiper-slide {
  height: 300px; }
#content .shop_list .event_list {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between; }
  #content .shop_list .event_list .box {
    width: 49%;
    display: flex;
    padding-top: 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: space-between; }
    #content .shop_list .event_list .box .img {
      width: 170px;
      height: auto;
      aspect-ratio: 1/0.6; }
    #content .shop_list .event_list .box .txt {
      width: calc(100% - 190px); }
      #content .shop_list .event_list .box .txt .shops_data {
        flex-wrap: wrap;
        margin-top: 5px; }
        #content .shop_list .event_list .box .txt .shops_data .shop {
          width: 100%;
          font-size: 12px; }
          #content .shop_list .event_list .box .txt .shops_data .shop span {
            font-size: 10px; }
          #content .shop_list .event_list .box .txt .shops_data .shop:nth-of-type(1) {
            margin-bottom: 5px; }
      #content .shop_list .event_list .box .txt h3 {
        margin: 0;
        line-height: 1.5;
        font-size: 16px; }
#content .shop_list .box {
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px; }
  #content .shop_list .box:last-child {
    padding-bottom: 0;
    border: none; }
  #content .shop_list .box .sns {
    align-items: center;
    display: flex;
    flex-wrap: wrap; }
    #content .shop_list .box .sns a.btn.line {
      margin: 0;
      margin-right: 15px;
      height: 60px; }
    #content .shop_list .box .sns a.x {
      width: 60px;
      height: 60px;
      display: flex;
      border-radius: 50%;
      background: #f5f5f5;
      justify-content: center;
      align-items: center; }
      #content .shop_list .box .sns a.x img {
        width: 24px; }
  #content .shop_list .box .map {
    width: 100%;
    height: 350px;
    margin: 50px 0 0; }
    #content .shop_list .box .map iframe {
      display: block;
      width: 100%;
      height: 100%; }
  #content .shop_list .box .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #content .shop_list .box .row h2 {
      margin-top: 0;
      margin-bottom: 25px; }
    #content .shop_list .box .row a.tel {
      display: block;
      font-family: "industry-inc-cutline", sans-serif;
      color: #68635C;
      font-size: 32px;
      margin: 30px 0;
      display: flex;
      align-items: center; }
      #content .shop_list .box .row a.tel img {
        margin-right: 10px; }
    #content .shop_list .box .row .txt {
      width: 44%; }
      #content .shop_list .box .row .txt p {
        font-size: 15px;
        line-height: 1.8;
        margin: 20px 0;
        position: relative; }
        #content .shop_list .box .row .txt p a.map {
          position: absolute;
          right: 0;
          top: 25px;
          text-decoration: underline;
          color: #D66567;
          width: auto;
          height: auto;
          margin: 0; }
      #content .shop_list .box .row .txt h2.pc_content {
        display: flex !important;
        align-items: center;
        font-size: 24px;
        font-weight: normal; }
        #content .shop_list .box .row .txt h2.pc_content em {
          margin-left: 15px; }
    #content .shop_list .box .row .imgs {
      width: 50%; }

/*************************************
 *
 *subpage
 *
 *************************************** */
.head_tit {
  height: 200px;
  margin-top: 100px; }

.panlist {
  padding-top: 100px;
  background: #EFEFEF; }
  .panlist .ib {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap; }
    .panlist .ib a, .panlist .ib span {
      font-size: 14px;
      color: #696969;
      align-items: center;
      display: flex; }
      .panlist .ib a:not(.home):before, .panlist .ib span:not(.home):before {
        content: "";
        font-family: material icons;
        font-size: 22px;
        display: inline-block;
        padding: 0 8px; }
      .panlist .ib a.home:before, .panlist .ib span.home:before {
        content: "";
        font-family: material icons;
        font-size: 20px;
        margin-right: 10px; }

#content.single.post .ib p {
  line-height: 1.8; }
#content.single.post .ib h2 {
  text-align: center; }
  #content.single.post .ib h2 span {
    display: block; }
#content.single.post .ib img {
  display: block;
  max-width: 100%;
  margin: 40px auto;
  border: 1px solid #ddd; }

#pager {
  margin: 50px 0;
  overflow: hidden; }
  #pager .wp-pagenavi {
    display: flex; }
    #pager .wp-pagenavi a, #pager .wp-pagenavi span {
      padding: 12px 20px;
      font-size: 16px;
      align-items: center;
      justify-content: center;
      display: flex;
      border: none;
      background: #f5f5f5;
      margin-right: 5px; }
      #pager .wp-pagenavi a.current, #pager .wp-pagenavi span.current {
        background: #333;
        color: #fff; }

a.btn {
  justify-content: center;
  align-items: center;
  display: flex;
  background: linear-gradient(to right, #ee0979, #ff6a00);
  color: #fff;
  padding: 20px;
  width: 300px;
  font-size: 18px;
  cursor: pointer;
  margin: 40px auto;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
  text-decoration: none !important;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15); }
  a.btn.w_auto {
    width: max-content;
    min-width: 300px; }
  a.btn.line {
    background: #fff;
    color: #696969;
    transition: 0.4s ease;
    border: 1px solid #696969;
    padding: 0; }
    a.btn.line span {
      padding: 22px;
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      position: relative; }
      a.btn.line span:after {
        content: url(../img/ar2.svg);
        position: absolute;
        font-size: 24px;
        right: 20px;
        top: calc(50% - 24px); }
    a.btn.line:after {
      right: auto;
      top: auto;
      left: 10px;
      bottom: -1px; }
    a.btn.line:hover {
      background: #ddd;
      color: #fff;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.15); }
      a.btn.line:hover:after, a.btn.line:hover:before {
        opacity: 0; }

.shops_data {
  display: flex;
  font-size: 18px;
  color: #212121; }
  .shops_data.s {
    font-size: 15px; }
    .shops_data.s .shop {
      margin-right: 10px;
      font-weight: bold; }
      .shops_data.s .shop:last-child {
        margin-right: 0; }
      .shops_data.s .shop span {
        font-size: 12px;
        margin-right: 5px; }
  .shops_data .shop {
    align-items: center;
    display: flex;
    margin-right: 20px;
    color: #696969; }
    .shops_data .shop span {
      padding: 2px 7px;
      font-size: 14px;
      color: #D66567;
      border: 1px solid #D66567;
      margin-right: 10px;
      font-weight: bold; }

#content.single_old li {
  list-style: decimal; }
#content.single_old p {
  font-size: 16px;
  margin: 20px 0; }
#content.single_old .ib div h1:first-of-type {
  margin-bottom: 24px;
  font-size: 28px;
  padding-bottom: 5px;
  border-bottom: 4px solid #EFEFEF; }
#content.single_old .ib h1 {
  margin-bottom: 24px;
  font-size: 28px;
  padding-bottom: 5px;
  border-bottom: 4px solid #EFEFEF;
  margin-bottom: 24px; }
  #content.single_old .ib h1:first-of-type {
    border: none;
    margin-bottom: 32px; }
#content.single_old .event_contents h3 {
  color: #696969 !important; }
  #content.single_old .event_contents h3 span {
    color: #696969 !important; }
#content.single_old .event_contents h2 strong, #content.single_old .event_contents h3 strong {
  font-weight: bold; }

#content.single .ib, #content.archive .ib {
  padding: 70px 0; }
  #content.single .ib .message, #content.archive .ib .message {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: bold;
    position: sticky;
    top: 100px;
    z-index: 99; }
    #content.single .ib .message.error, #content.archive .ib .message.error {
      background: #F1A347; }
  #content.single .ib #toc, #content.archive .ib #toc {
    padding: 40px;
    background: #EFEFEF;
    margin: 40px 0; }
    #content.single .ib #toc a, #content.archive .ib #toc a {
      text-decoration: none; }
    #content.single .ib #toc h2, #content.archive .ib #toc h2 {
      margin-top: 0;
      padding-bottom: 6px;
      margin-bottom: 25px;
      border-bottom: 1px dashed #CFC0AD; }
  #content.single .ib ol, #content.archive .ib ol {
    padding-left: 20px; }
    #content.single .ib ol li, #content.archive .ib ol li {
      list-style: disc; }
  #content.single .ib h1, #content.archive .ib h1 {
    font-size: 30px;
    font-weight: 400;
    margin: 20px 0 50px;
    margin-bottom: 24px;
    color: #696969; }
  #content.single .ib h3, #content.archive .ib h3 {
    border: none; }
  #content.single .ib .bg_layer, #content.archive .ib .bg_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: none; }
  #content.single .ib .yoyaku_container, #content.archive .ib .yoyaku_container {
    display: none;
    position: fixed;
    width: 540px;
    max-width: 100%;
    height: auto;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    z-index: 99999999;
    top: calc(50% - 270px);
    left: calc(50% - 200px);
    padding: 40px;
    align-items: center; }
    #content.single .ib .yoyaku_container .close, #content.archive .ib .yoyaku_container .close {
      position: absolute;
      width: 27px;
      height: 27px;
      border: 1px solid #ccc;
      border-radius: 50%;
      background: #fff;
      top: 13px;
      display: flex;
      align-items: center;
      justify-content: center;
      right: 13px;
      z-index: 2;
      cursor: pointer;
      font-size: 15px; }
    #content.single .ib .yoyaku_container .row, #content.archive .ib .yoyaku_container .row {
      margin-bottom: 32px; }
      #content.single .ib .yoyaku_container .row:last-child, #content.archive .ib .yoyaku_container .row:last-child {
        margin-bottom: 0; }
      #content.single .ib .yoyaku_container .row h3, #content.archive .ib .yoyaku_container .row h3 {
        background: #CFC0AD;
        color: #fff;
        text-align: center;
        margin-top: 0;
        margin-bottom: 32px; }
      #content.single .ib .yoyaku_container .row .inner, #content.archive .ib .yoyaku_container .row .inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #content.single .ib .yoyaku_container .row .inner a, #content.archive .ib .yoyaku_container .row .inner a {
          width: 48%;
          padding: 17px;
          color: #fff;
          background: linear-gradient(to right, #ee0979, #ff6a00);
          border-radius: 50px;
          text-decoration: none;
          font-weight: bold;
          text-align: center;
          position: relative; }
          #content.single .ib .yoyaku_container .row .inner a:after, #content.archive .ib .yoyaku_container .row .inner a:after {
            font-family: "material icons";
            content: "";
            position: absolute;
            right: 12px;
            top: calc(50% - 10px);
            font-size: 20px; }
  #content.single .ib .submit_buttons, #content.archive .ib .submit_buttons {
    position: fixed;
    width: 620px;
    bottom: 20px;
    right: 20px;
    max-width: 100%;
    height: 67px;
    display: flex;
    z-index: 999;
    justify-content: space-between; }
    #content.single .ib .submit_buttons #request_button, #content.single .ib .submit_buttons #request_button1, #content.single .ib .submit_buttons #request_button2, #content.archive .ib .submit_buttons #request_button, #content.archive .ib .submit_buttons #request_button1, #content.archive .ib .submit_buttons #request_button2 {
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(to right, #ee0979, #ff6a00);
      padding: 12px;
      width: 48.6%;
      flex-wrap: wrap;
      text-decoration: none !important;
      max-width: 100%;
      border-radius: 100px;
      height: 100%;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer; }
      #content.single .ib .submit_buttons #request_button span, #content.single .ib .submit_buttons #request_button1 span, #content.single .ib .submit_buttons #request_button2 span, #content.archive .ib .submit_buttons #request_button span, #content.archive .ib .submit_buttons #request_button1 span, #content.archive .ib .submit_buttons #request_button2 span {
        font-weight: normal;
        display: block;
        width: 100%;
        font-size: 12px;
        text-align: center;
        color: #fff; }
        #content.single .ib .submit_buttons #request_button span:before, #content.single .ib .submit_buttons #request_button1 span:before, #content.single .ib .submit_buttons #request_button2 span:before, #content.archive .ib .submit_buttons #request_button span:before, #content.archive .ib .submit_buttons #request_button1 span:before, #content.archive .ib .submit_buttons #request_button2 span:before {
          content: "ご予約をお待ちしております"; }
      #content.single .ib .submit_buttons #request_button.not_now, #content.single .ib .submit_buttons #request_button1.not_now, #content.single .ib .submit_buttons #request_button2.not_now, #content.archive .ib .submit_buttons #request_button.not_now, #content.archive .ib .submit_buttons #request_button1.not_now, #content.archive .ib .submit_buttons #request_button2.not_now {
        opacity: 0.75;
        background: #6f6f6f; }
        #content.single .ib .submit_buttons #request_button.not_now.chusen span:before, #content.single .ib .submit_buttons #request_button1.not_now.chusen span:before, #content.single .ib .submit_buttons #request_button2.not_now.chusen span:before, #content.archive .ib .submit_buttons #request_button.not_now.chusen span:before, #content.archive .ib .submit_buttons #request_button1.not_now.chusen span:before, #content.archive .ib .submit_buttons #request_button2.not_now.chusen span:before {
          content: "現在は先着予約にて受付中です"; }
        #content.single .ib .submit_buttons #request_button.not_now.senchaku span:before, #content.single .ib .submit_buttons #request_button1.not_now.senchaku span:before, #content.single .ib .submit_buttons #request_button2.not_now.senchaku span:before, #content.archive .ib .submit_buttons #request_button.not_now.senchaku span:before, #content.archive .ib .submit_buttons #request_button1.not_now.senchaku span:before, #content.archive .ib .submit_buttons #request_button2.not_now.senchaku span:before {
          content: "現在は抽選予約にて受付中です"; }
      #content.single .ib .submit_buttons #request_button.disabled, #content.single .ib .submit_buttons #request_button1.disabled, #content.single .ib .submit_buttons #request_button2.disabled, #content.archive .ib .submit_buttons #request_button.disabled, #content.archive .ib .submit_buttons #request_button1.disabled, #content.archive .ib .submit_buttons #request_button2.disabled {
        pointer-events: none;
        background: #6f6f6f; }
        #content.single .ib .submit_buttons #request_button.disabled span:before, #content.single .ib .submit_buttons #request_button1.disabled span:before, #content.single .ib .submit_buttons #request_button2.disabled span:before, #content.archive .ib .submit_buttons #request_button.disabled span:before, #content.archive .ib .submit_buttons #request_button1.disabled span:before, #content.archive .ib .submit_buttons #request_button2.disabled span:before {
          content: "全ての注意事項をご確認ください"; }
  #content.single .ib .post-wrapper .post-list, #content.archive .ib .post-wrapper .post-list {
    padding: 40px 70px;
    background: #fffae8;
    margin-bottom: 30px; }
    #content.single .ib .post-wrapper .post-list:last-child, #content.archive .ib .post-wrapper .post-list:last-child {
      margin-bottom: 0; }
    #content.single .ib .post-wrapper .post-list h3, #content.archive .ib .post-wrapper .post-list h3 {
      text-align: center;
      font-size: 24px;
      width: 100%;
      color: #696969;
      margin-top: 0;
      padding: 0; }
    #content.single .ib .post-wrapper .post-list .date, #content.archive .ib .post-wrapper .post-list .date {
      color: #696969;
      display: block;
      width: 100%;
      font-size: 20px;
      font-family: "industry-inc-cutline", sans-serif;
      text-align: center; }
    #content.single .ib .post-wrapper .post-list p, #content.archive .ib .post-wrapper .post-list p {
      font-size: 16px;
      margin: 20px 0;
      line-height: 1.8; }
  #content.single .ib .denshi_cont, #content.archive .ib .denshi_cont {
    margin: 30px 0;
    padding: 40px;
    background: #EFEFEF; }
    #content.single .ib .denshi_cont h3, #content.archive .ib .denshi_cont h3 {
      text-align: center;
      width: 100%;
      margin-top: 0 !important;
      padding: 0 !important; }
    #content.single .ib .denshi_cont .qr_box, #content.archive .ib .denshi_cont .qr_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #content.single .ib .denshi_cont .qr_box div, #content.archive .ib .denshi_cont .qr_box div {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: 70px; }
        #content.single .ib .denshi_cont .qr_box div:last-child, #content.archive .ib .denshi_cont .qr_box div:last-child {
          margin-right: 0; }
        #content.single .ib .denshi_cont .qr_box div p, #content.archive .ib .denshi_cont .qr_box div p {
          width: 100%;
          text-align: center;
          font-weight: bold; }
  #content.single .ib .remarks, #content.archive .ib .remarks {
    margin: 30px 0; }
    #content.single .ib .remarks .remark, #content.archive .ib .remarks .remark {
      border: 1px solid #ddd;
      border-radius: 12px;
      padding: 30px;
      height: 600px;
      margin-bottom: 30px; }
      #content.single .ib .remarks .remark .inner, #content.archive .ib .remarks .remark .inner {
        height: max-content; }
        #content.single .ib .remarks .remark .inner h2:nth-of-type(1), #content.single .ib .remarks .remark .inner h3:nth-of-type(1), #content.archive .ib .remarks .remark .inner h2:nth-of-type(1), #content.archive .ib .remarks .remark .inner h3:nth-of-type(1) {
          margin-top: 0; }
  #content.single .ib .event_contents img:not(.wp-image-345), #content.archive .ib .event_contents img:not(.wp-image-345) {
    border: 1px solid #ddd; }
  #content.single .ib .event_contents table, #content.archive .ib .event_contents table {
    border: 3px solid #bbb; }
    #content.single .ib .event_contents table td, #content.archive .ib .event_contents table td {
      padding: 12px; }
    #content.single .ib .event_contents table tr td:nth-of-type(n+2), #content.archive .ib .event_contents table tr td:nth-of-type(n+2) {
      border-left: 1px solid #bbb; }
  #content.single .ib .event_contents a[target="_blank"] img, #content.archive .ib .event_contents a[target="_blank"] img {
    border: none; }
  #content.single .ib .event_contents a, #content.single .ib .ev_outer a, #content.archive .ib .event_contents a, #content.archive .ib .ev_outer a {
    text-decoration: underline; }
    #content.single .ib .event_contents a:hover, #content.single .ib .ev_outer a:hover, #content.archive .ib .event_contents a:hover, #content.archive .ib .ev_outer a:hover {
      opacity: 0.6; }
  #content.single .ib .event_contents h2, #content.single .ib .event_contents h3, #content.single .ib .event_contents h4, #content.single .ib .event_contents p, #content.single .ib .ev_outer h2, #content.single .ib .ev_outer h3, #content.single .ib .ev_outer h4, #content.single .ib .ev_outer p, #content.archive .ib .event_contents h2, #content.archive .ib .event_contents h3, #content.archive .ib .event_contents h4, #content.archive .ib .event_contents p, #content.archive .ib .ev_outer h2, #content.archive .ib .ev_outer h3, #content.archive .ib .ev_outer h4, #content.archive .ib .ev_outer p {
    color: #696969; }
  #content.single .ib .event_contents .check_cont, #content.single .ib .ev_outer .check_cont, #content.archive .ib .event_contents .check_cont, #content.archive .ib .ev_outer .check_cont {
    padding: 20px;
    background: #EFEFEF; }
  #content.single .ib .event_contents ul, #content.single .ib .ev_outer ul, #content.archive .ib .event_contents ul, #content.archive .ib .ev_outer ul {
    display: block;
    margin: 20px 0;
    padding-left: 20px; }
    #content.single .ib .event_contents ul li, #content.single .ib .ev_outer ul li, #content.archive .ib .event_contents ul li, #content.archive .ib .ev_outer ul li {
      padding: 2px 0;
      line-height: 1.6;
      list-style: inherit; }
  #content.single .ib .event_contents img, #content.single .ib .ev_outer img, #content.archive .ib .event_contents img, #content.archive .ib .ev_outer img {
    max-width: 100%; }
  #content.single .ib .event_contents h2, #content.single .ib .ev_outer h2, #content.archive .ib .event_contents h2, #content.archive .ib .ev_outer h2 {
    font-size: 28px;
    padding-bottom: 5px;
    margin: 30px 0 20px;
    border-bottom: 4px solid #EFEFEF; }
    #content.single .ib .event_contents h2 em, #content.single .ib .ev_outer h2 em, #content.archive .ib .event_contents h2 em, #content.archive .ib .ev_outer h2 em {
      display: table;
      position: relative; }
      #content.single .ib .event_contents h2 em:after, #content.single .ib .ev_outer h2 em:after, #content.archive .ib .event_contents h2 em:after, #content.archive .ib .ev_outer h2 em:after {
        content: "";
        height: 4px;
        width: 100%;
        position: absolute;
        left: 0;
        display: block;
        bottom: -9px;
        background: #D8D8D8; }
  #content.single .ib .event_contents h3, #content.single .ib .ev_outer h3, #content.archive .ib .event_contents h3, #content.archive .ib .ev_outer h3 {
    line-height: 1;
    margin: 25px 0 20px;
    font-size: 24px;
    padding-left: 12px;
    background: #EFEFEF;
    padding: 15px; }
  #content.single .ib .event_contents h4, #content.single .ib .ev_outer h4, #content.archive .ib .event_contents h4, #content.archive .ib .ev_outer h4 {
    margin: 25px 0 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #696969;
    font-size: 20px; }
  #content.single .ib .event_contents p, #content.single .ib .ev_outer p, #content.archive .ib .event_contents p, #content.archive .ib .ev_outer p {
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0; }
  #content.single .ib .free_text, #content.archive .ib .free_text {
    margin: 20px 0; }
    #content.single .ib .free_text a, #content.archive .ib .free_text a {
      text-decoration: underline; }
      #content.single .ib .free_text a:hover, #content.archive .ib .free_text a:hover {
        opacity: 0.6; }
    #content.single .ib .free_text red, #content.archive .ib .free_text red {
      color: red; }
  #content.single .ib .column_2, #content.archive .ib .column_2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #content.single .ib .column_2 .box, #content.archive .ib .column_2 .box {
      width: 49%; }
      #content.single .ib .column_2 .box p, #content.archive .ib .column_2 .box p {
        margin-top: 0; }
      #content.single .ib .column_2 .box img, #content.archive .ib .column_2 .box img {
        max-width: 100%; }
  #content.single .ib .custom-grid, #content.archive .ib .custom-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #content.single .ib .custom-grid.grid-2, #content.archive .ib .custom-grid.grid-2 {
      justify-content: space-between; }
    #content.single .ib .custom-grid.grid-3, #content.archive .ib .custom-grid.grid-3 {
      justify-content: center; }
      #content.single .ib .custom-grid.grid-3 .grid-item, #content.archive .ib .custom-grid.grid-3 .grid-item {
        margin-right: 10px;
        width: 32.6%; }
        #content.single .ib .custom-grid.grid-3 .grid-item:nth-of-type(3n), #content.archive .ib .custom-grid.grid-3 .grid-item:nth-of-type(3n) {
          margin-right: 0; }
    #content.single .ib .custom-grid .grid-item, #content.archive .ib .custom-grid .grid-item {
      width: 49%;
      height: auto;
      margin-bottom: 12px; }
      #content.single .ib .custom-grid .grid-item img, #content.archive .ib .custom-grid .grid-item img {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%;
        height: auto; }
  #content.single .ib .gallery_l img, #content.archive .ib .gallery_l img {
    display: block;
    width: 100%;
    margin: 30px 0; }
  #content.single .ib .gallery_list, #content.archive .ib .gallery_list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0; }
    #content.single .ib .gallery_list.size_m, #content.archive .ib .gallery_list.size_m {
      justify-content: space-between; }
      #content.single .ib .gallery_list.size_m a, #content.archive .ib .gallery_list.size_m a {
        width: 49%;
        height: auto; }
        #content.single .ib .gallery_list.size_m a img, #content.archive .ib .gallery_list.size_m a img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          height: auto; }
    #content.single .ib .gallery_list.size_s a, #content.archive .ib .gallery_list.size_s a {
      width: 24%;
      margin-right: 1%;
      margin-bottom: 1%;
      aspect-ratio: 1/1; }
      #content.single .ib .gallery_list.size_s a img, #content.archive .ib .gallery_list.size_s a img {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%;
        margin: 0; }

#content.subpage .ib .contact_content {
  margin: 70px 0; }
  #content.subpage .ib .contact_content .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #content.subpage .ib .contact_content .tabs span {
      padding: 17px;
      width: 49%;
      background: #f1f1f1;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px 8px 0 0;
      font-size: 16px; }
      #content.subpage .ib .contact_content .tabs span.active {
        font-weight: bold;
        color: #fff;
        background: #68635C; }
  #content.subpage .ib .contact_content .forms {
    margin-top: 25px; }
    #content.subpage .ib .contact_content .forms .box {
      position: relative;
      display: block;
      display: none;
      min-height: 1000px; }
      #content.subpage .ib .contact_content .forms .box iframe {
        width: 100% !important; }
      #content.subpage .ib .contact_content .forms .box.active {
        display: block; }

/*************************************
 *
 *footer
 *
 ************************************** */
#pagetop {
  z-index: 999;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #D8D8D8;
  border-radius: 6px 0 0 6px;
  position: fixed;
  bottom: calc(50% - 30px);
  right: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  #pagetop.event {
    bottom: 130px; }

.xo-event-calendar a {
  pointer-events: none; }

footer {
  background: #EFEFEF; }
  footer p.copy {
    padding: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #696969;
    margin: 0; }
  footer .ib {
    padding: 30px 0;
    width: 1100px; }
    footer .ib .sub_links {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 32px; }
      footer .ib .sub_links a {
        text-decoration: underline;
        font-size: 16px; }
        footer .ib .sub_links a:nth-of-type(1) {
          margin-right: 20px; }
    footer .ib .df {
      margin: 50px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      footer .ib .df .box {
        width: 352px;
        max-width: 100%;
        padding: 0; }
        footer .ib .df .box h2 {
          text-align: center;
          margin-top: 0; }
          footer .ib .df .box h2 img {
            display: block;
            margin: 0px auto 16px;
            height: 51px; }
          footer .ib .df .box h2 span {
            font-weight: normal;
            display: block;
            font-size: 24px;
            text-align: center;
            width: 100%; }
        footer .ib .df .box .calender {
          width: 100%;
          height: auto; }
          footer .ib .df .box .calender .month-header {
            margin-bottom: 0;
            padding: 15px;
            background: #f7f7f7; }
          footer .ib .df .box .calender .holiday-titles {
            display: none; }
          footer .ib .df .box .calender iframe {
            display: block;
            width: 100%;
            height: 100%; }
        footer .ib .df .box p {
          font-size: 13.8px;
          margin: 20px 0;
          line-height: 1.8; }
          footer .ib .df .box p.mgb {
            margin-bottom: 0; }
    footer .ib .sub_nav {
      margin-bottom: 30px;
      display: flex;
      justify-content: flex-end; }
      footer .ib .sub_nav a {
        font-size: 16px;
        color: #68635C;
        text-decoration: underline; }
    footer .ib nav {
      display: flex;
      justify-content: center;
      margin-top: 40px; }
      footer .ib nav.v2 a {
        background: #fff;
        padding: 10px;
        width: 160px;
        margin-right: 15px;
        border-radius: 50px;
        display: flex;
        color: #696969;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        transition: 0.4s ease; }
        footer .ib nav.v2 a:hover {
          color: #fff;
          background: #696969; }
        footer .ib nav.v2 a:last-child {
          margin-right: 0; }
        footer .ib nav.v2 a:after {
          display: none; }
      footer .ib nav a {
        font-size: 16px;
        padding: 0 15px;
        padding-right: 0;
        color: #696969;
        position: relative;
        display: flex;
        align-items: center; }
        footer .ib nav a:last-child:after {
          display: none; }
        footer .ib nav a:after {
          content: "";
          height: 15px;
          transform: rotate(13deg);
          width: 1px;
          display: block;
          background: #696969;
          margin-left: 30px;
          margin-right: 10px;
          position: relative;
          top: 2px; }

/*# sourceMappingURL=style.css.map */
