/* Generated by less 3.11.1 */
/* ここから */
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-noto.min.css');
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v36/-F62fjtqLzI2JPCgQBnw7HFowA.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v36/-F6pfjtqLzI2JPCgQBnw7HFQei0q1A.otf) format('opentype');
}
html {
  font-size: 62.5%;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
body {
  font-size: 1.6rem;
  height: 100%;
  background-color: #fff;
  background-image: url(../img/common_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-attachment: fixed;
  display: grid;
  grid-template-columns: 240px calc(100% - 240px);
  grid-template-rows: 100vh;
}
@media (max-width: 1020px) {
  body {
    grid-template-columns: 100%;
  }
}
.side {
  background-color: rgba(255, 255, 255, 0.4);
  border-right: 2px solid #fff;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.side header {
  padding: 30px 5px;
  border-bottom: 2px solid #fff;
  position: relative;
}
@media (max-height: 780px) {
  .side header {
    padding: 20px 5px;
  }
}
.side header .menu-open {
  position: absolute;
  left: 240px;
  width: 35px;
  height: 30px;
  top: 8px;
  background-color: #4E7159;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  z-index: 21;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.side header .menu-open::before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 12px;
  background-image: url(../img/common_mobile_menu-open_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.side header .menu-open:hover {
  width: 50px;
}
.side header h1 {
  margin-left: 15px;
  margin-bottom: 30px;
}
@media (max-height: 780px) {
  .side header h1 {
    margin-bottom: 20px;
  }
}
.side header nav ul {
  display: grid;
  grid-row-gap: 5px;
}
.side header nav ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
@media (max-height: 780px) {
  .side header nav ul li a {
    padding: 5px 15px;
  }
}
.side header nav ul li a.active,
.side header nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}
.side header nav ul li a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 1em;
}
.side header nav ul li a.how-to-use::before {
  background-image: url(../img/common_menu_how-to-use_icon.svg);
}
.side header nav ul li a.example::before {
  background-image: url(../img/common_menu_example_icon.svg);
}
.side header nav ul li a.news::before {
  background-image: url(../img/common_menu_news_icon.svg);
}
.side header nav ul li a.option::before {
  background-image: url(../img/common_menu_option_icon.svg);
}
.side header nav ul li a.faq::before {
  background-image: url(../img/common_menu_faq_icon.svg);
}
.side header nav ul li a.contact::before {
  background-image: url(../img/common_menu_contact_icon.svg);
}
.side header nav ul li a .en {
  font-size: 14px;
  color: #4D4D4D;
  width: 6em;
}
.side header nav ul li a .ja {
  font-size: 10px;
  color: #666666;
}
@media (max-width: 1020px) {
  .side {
    position: fixed;
    z-index: 5;
    left: -240px;
    -webkit-transition: left 0.6s;
    transition: left 0.6s;
    width: 240px;
    height: 100%;
    background-color: #EFEFEF;
  }
  .side header .menu-open {
    opacity: 1;
    pointer-events: auto;
  }
  .side::after {
    content: "";
    display: block;
    width: calc(100vw);
    height: 100%;
    background-color: rgba(35, 24, 21, 0.5);
    position: absolute;
    left: 240px;
    top: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.6s, width 0.6s;
    transition: opacity 0.6s, width 0.6s;
    z-index: 20;
  }
  .side.open {
    left: 0;
  }
  .side.open .menu-open::before {
    background-image: url(../img/common_mobile_menu-close_icon.svg);
  }
  .side.open::after {
    opacity: 1;
    pointer-events: auto;
  }
  .side.open + .container {
    overflow-y: hidden;
  }
}
.side .side-event {
  padding: 10px 20px 20px 20px;
  border-bottom: 2px solid #fff;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow-y: hidden;
}
@media (max-height: 780px) {
  .side .side-event {
    padding: 10px 20px;
  }
}
.side .side-event h2 {
  margin-bottom: 10px;
}
.side .side-event h2 a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 15px;
  margin: 0 -15px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
@media (max-height: 780px) {
  .side .side-event h2 a {
    padding: 5px 15px;
  }
}
.side .side-event h2 a.active,
.side .side-event h2 a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}
.side .side-event h2 a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 1em;
}
.side .side-event h2 a.event::before {
  background-image: url(../img/common_menu_event_icon.svg);
}
.side .side-event h2 a .en {
  font-size: 14px;
  color: #4D4D4D;
  width: 6em;
}
.side .side-event h2 a .ja {
  font-size: 10px;
  color: #666666;
}
.side .side-event ul {
  display: grid;
  grid-row-gap: 8px;
  align-content: flex-start;
  overflow-y: scroll;
}
.side .side-event ul::-webkit-scrollbar {
  -webkit-appearance: none;
  padding: 5px;
  margin: 5px;
}
.side .side-event ul::-webkit-scrollbar:vertical {
  width: 7px;
}
.side .side-event ul::-webkit-scrollbar:horizontal {
  height: 7px;
}
.side .side-event ul::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #FFFFFF;
}
.side .side-event ul li a {
  display: grid;
  grid-template: "img time" auto "img h3" auto / 30px auto;
  grid-column-gap: 0.5em;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.side .side-event ul li a:hover {
  opacity: 0.5;
}
.side .side-event ul li a img {
  grid-area: img;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 30px;
  height: 30px;
}
.side .side-event ul li a time {
  grid-area: time;
  font-size: 10px;
  color: #808080;
}
.side .side-event ul li a h3 {
  grid-area: h3;
  font-size: 12px;
  color: #4D4D4D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side .side-event ul li a h3.lock::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/common_event_lock_icon.svg);
  margin-right: 0.1em;
}
.side .side-contact {
  padding: 20px 20px;
}
@media (max-height: 780px) {
  .side .side-contact {
    padding: 15px 20px;
  }
}
.side .side-contact .reserve-contact {
  display: block;
  background-color: #4E7159;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 5px;
  margin-bottom: 10px;
}
.side .side-contact .tel {
  font-size: 25px;
  color: #4E7159;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.side .side-contact a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.side .side-contact a:hover {
  opacity: 0.5;
}
.side .side-contact p {
  color: #4E7159;
  font-size: 10px;
  display: block;
  text-align: center;
}
.container {
  overflow-y: scroll;
}
.container main .mobile-header {
  display: none;
}
@media (max-width: 1020px) {
  .container main .mobile-header {
    display: block;
    height: 50px;
    border-bottom: 2px solid #fff;
    padding: 20px 0;
    position: relative;
  }
  .container main .mobile-header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .container main .mobile-header ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    grid-column-gap: 20px;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .container main .mobile-header ul a {
    display: inline-block;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .container main .mobile-header ul a:hover {
    opacity: 0.5;
  }
}
.container main .breadcrumb {
  font-size: 8px;
  color: #fff;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #fff;
  height: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 1em;
}
.container main .breadcrumb ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 5px;
}
.container main .breadcrumb ul li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}
.container main .breadcrumb ul li a {
  display: inline-block;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.container main .breadcrumb ul li a:hover {
  opacity: 0.5;
}
.container main .index_hero {
  height: 270px;
  margin-bottom: 35px;
  overflow: hidden;
  position: relative;
}
.container main .index_hero img {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 780px) {
  .container main .index_hero img {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.container main .index_hero .swiper-container {
  position: relative;
  z-index: 0;
  height: 100%;
}
.container main .index_hero .swiper-container .swiper-slide {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.container main .index_hero .swiper-pagination {
  display: block;
  max-width: 720px;
  left: 50%;
  text-align: right;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: inherit !important;
}
.container main .index_hero .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: #fff;
  width: 30px;
  height: 2px;
}
@media (max-width: 780px) {
  .container main .index_hero .swiper-pagination {
    text-align: center;
  }
}
.container main .main_inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.container main .main_inner.sub {
  padding-top: 65px;
}
.container main .common_ttl {
  border-bottom: 2px solid #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
.container main .common_ttl h2 {
  color: #4D4D4D;
  margin-right: auto;
}
.container main .common_ttl h2 .en {
  font-size: 20px;
  margin-right: 0.6em;
}
.container main .common_ttl h2 .ja {
  font-size: 11px;
}
.container main .common_ttl a {
  font-size: 11px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.container main .common_ttl a:hover {
  opacity: 0.5;
}
.container main .index_pv-reserve {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
          align-items: center;
  background-color: #FFFCEE;
  margin-bottom: 35px;
}
@media (max-width: 780px) {
  .container main .index_pv-reserve {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
.container main .index_pv-reserve .pv {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/index_pv_bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/index_pv_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.container main .index_pv-reserve .pv img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.container main .index_pv-reserve .pv p {
  color: #fff;
  text-decoration: underline;
  position: absolute;
  font-size: 10px;
  left: 1em;
  bottom: 1em;
}
.container main .index_pv-reserve .reserve {
  background-color: #FFFCEE;
  padding: 0 25px;
}
.container main .index_pv-reserve .reserve img {
  margin-bottom: 15px;
}
.container main .index_pv-reserve .reserve p {
  font-size: 12px;
  color: #4D4D4D;
  line-height: 1.6em;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
.container main .index_pv-reserve .reserve a {
  background-color: #4E7159;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  padding: 0.8em 3em;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.container main .index_pv-reserve .reserve a:hover {
  opacity: 0.5;
}
@media (max-width: 780px) {
  .container main .index_pv-reserve .reserve {
    padding: 25px 25px;
    text-align: center;
  }
  .container main .index_pv-reserve .reserve a {
    width: 100%;
  }
}
.container main .index_entries {
  margin-bottom: 35px;
}
.container main .index_entries .entries {
  overflow-x: scroll;
  margin-right: -30px;
}
.container main .index_entries .entries ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-right: 30px;
  grid-column-gap: 20px;
  width: 1040px;
}
.container main .index_entries .entries ul li {
  min-width: 0;
}
.container main .index_entries .entries ul li a {
  display: block;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.container main .index_entries .entries ul li a:hover {
  opacity: 0.5;
}
.container main .index_entries .entries ul li a img {
  width: 100%;
  border-radius: 5px;
}
.container main .index_entries .entries ul li a time {
  color: #808080;
  font-size: 10px;
}
.container main .index_entries .entries ul li a h3 {
  color: #4D4D4D;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container main .index_entries .entries.pattern2 ul img {
  margin-bottom: 0.5em;
}
.container main .index_entries .entries.pattern2 ul h3 {
  font-weight: bold;
  line-height: 1.4em;
}
.container main .index_entries .entries.pattern2 ul p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #808080;
  font-size: 12px;
}
@media (min-width: 1280px) {
  .container main .index_entries .entries {
    margin-right: inherit;
  }
  .container main .index_entries .entries ul {
    padding-right: inherit;
    width: inherit;
  }
}
.container main .index_entries .how-to-use {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
@media (max-width: 780px) {
  .container main .index_entries .how-to-use {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.container main .index_entries .how-to-use .img-disc img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.container main .index_entries .how-to-use .img-disc h3 {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 15px;
}
.container main .index_entries .how-to-use .img-disc p {
  font-size: 10px;
  color: #808080;
  line-height: 1.4em;
}
.container main .index_entries .how-to-use .price-map h3 {
  font-size: 14px;
  color: #4D4D4D;
  margin-bottom: 5px;
}
.container main .index_entries .how-to-use .price-map p {
  font-size: 10px;
  color: #808080;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.container main .index_entries .how-to-use .price-map a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #4E7159;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 1em 1.5em;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.container main .index_entries .how-to-use .price-map a::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url(../img/index_how-to-use_icon.svg);
  background-size: contain;
  background-position: center center;
  margin-right: 1em;
}
.container main .index_entries .how-to-use .price-map a span {
  font-size: 0.8em;
  margin-left: 1em;
}
.container main .index_entries .how-to-use .price-map a:hover {
  opacity: 0.5;
}
.container main .index_entries .how-to-use .price-map h4 {
  font-size: 12px;
  color: #4D4D4D;
  margin-bottom: 5px;
}
.container main .index_entries .how-to-use .price-map ul {
  font-size: 10px;
  color: #808080;
  display: grid;
  grid-row-gap: 5px;
}
.container main .index_entries .how-to-use .price-map ul li::before {
  content: "・";
}
.container main .common_faq ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 20px;
}
@media (max-width: 780px) {
  .container main .common_faq ul {
    grid-template-columns: 1fr;
  }
}
.container main .common_faq ul li {
  position: relative;
}
.container main .common_faq ul li .q {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #4E7159;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 14px;
  border-radius: 10px;
  z-index: 2;
}
.container main .common_faq ul li .q::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/index_faq_q_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0.5em;
}
.container main .common_faq ul li .q::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/index_faq_arrow_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.container main .common_faq ul li .a {
  position: relative;
  display: none;
  background-color: #fff;
  border: 1px solid #4E7159;
  padding: calc(1em + 10px) 1em 1em 1em;
  margin-top: -10px;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
  font-size: 13px;
  line-height: 1.4em;
  color: #4E7159;
  border-radius: 0 0 10px 10px;
}
.container main .common_faq ul li input[type=checkbox] {
  display: none;
}
.container main .common_faq ul li input[type=checkbox]:checked + .q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.container main .common_faq ul li input[type=checkbox]:checked + .q + .a {
  display: block;
}
.container main .common-reserve {
  padding: 30px 0 60px 0;
}
.container main .common-reserve a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 10px;
  background-image: url(../img/common_reserve_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 25px;
  position: relative;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.container main .common-reserve a:hover {
  opacity: 0.5;
}
.container main .common-reserve a::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: -webkit-radial-gradient(#000 35%, transparent 36%), -webkit-radial-gradient(#000 35%, transparent 36%);
  background-image: radial-gradient(#000 35%, transparent 36%), radial-gradient(#000 35%, transparent 36%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.container main .common-reserve a img {
  margin-right: auto;
  position: relative;
}
.container main .common-reserve a p {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.container main .common-reserve a p::after {
  content: "▶";
  font-size: 0.6em;
  margin-left: 15px;
}
@media (max-width: 780px) {
  .container main .common-reserve a {
    padding: 10px 15px;
  }
  .container main .common-reserve a img {
    width: 172px;
    height: inherit;
  }
  .container main .common-reserve a p {
    font-size: 15px;
  }
}
@media (max-width: 430px) {
  .container main .common-reserve a img {
    width: 130px;
    height: inherit;
  }
}
.container main .common_entries-full {
  padding-bottom: 50px;
}
.container main .common_entries-full > h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #4D4D4D;
}
.container main .common_entries-full ul.items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 35px;
  margin-bottom: 25px;
}
.container main .common_entries-full ul.items li {
  min-width: 0;
}
.container main .common_entries-full ul.items li a,
.container main .common_entries-full ul.items li label {
  display: block;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: relative;
}
.container main .common_entries-full ul.items li a:hover,
.container main .common_entries-full ul.items li label:hover {
  opacity: 0.5;
}
.container main .common_entries-full ul.items li a img,
.container main .common_entries-full ul.items li label img {
  width: 100%;
  border-radius: 5px;
}
.container main .common_entries-full ul.items li a time,
.container main .common_entries-full ul.items li label time {
  color: #808080;
  font-size: 10px;
}
.container main .common_entries-full ul.items li a h3,
.container main .common_entries-full ul.items li label h3,
.container main .common_entries-full ul.items li a h4,
.container main .common_entries-full ul.items li label h4 {
  color: #4D4D4D;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container main .common_entries-full ul.items li a input,
.container main .common_entries-full ul.items li label input {
  position: absolute;
  right: 10px;
  top: 10px;
}
.container main .common_entries-full ul.events {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 35px;
  margin-bottom: 25px;
}
.container main .common_entries-full ul.events li {
  min-width: 0;
  display: grid;
  position: relative;
  grid-template-columns: 130px 1fr;
  grid-column-gap: 20px;
}
.container main .common_entries-full ul.events li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.container main .common_entries-full ul.events li a:hover {
  opacity: 0.5;
}
.container main .common_entries-full ul.events li .img {
  width: 100%;
}
.container main .common_entries-full ul.events li .txt .tag {
  display: inline-block;
  margin-bottom: 10px;
  background-color: #4E7159;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 0.5em 2em;
  border-radius: 5px;
}
.container main .common_entries-full ul.events li .txt h3 {
  font-size: 24px;
  color: #4D4D4D;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (min-width: 350px) {
  .container main .common_entries-full ul.events li .txt h3 {
    font-size: calc(18px  +  6  * ((100vw -  350px ) / 290 ));
  }
}
@media (min-width: 640px) {
  .container main .common_entries-full ul.events li .txt h3 {
    font-size: 24px;
  }
}
.container main .common_entries-full ul.events li .txt time {
  font-size: 13px;
  color: #808080;
  margin-bottom: 15px;
  display: block;
}
.container main .common_entries-full ul.events li .txt .description {
  font-size: 13px;
  color: #4D4D4D;
  line-height: 1.6em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container main .common_entries-full ul.events li .txt .ticket {
  display: inline-block;
  margin-bottom: 10px;
  background-color: #933E3E;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 0.5em 2em;
  border-radius: 5px;
  margin-top: 10px;
}
.container main .common_entries-full ul.events li:not(:last-child) {
  border-bottom: 1px solid #959782;
  padding-bottom: 30px;
}
.container main .common_entries-full.pattern2 ul img {
  margin-bottom: 0.5em;
}
.container main .common_entries-full.pattern2 ul h3 {
  font-weight: bold;
  line-height: 1.4em;
}
.container main .common_entries-full.pattern2 ul p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #808080;
  font-size: 12px;
}
.container main .common_entries-full.select ul.items {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
@media (max-width: 960px) {
  .container main .common_entries-full.select ul.items {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  }
}
.container main .common_entries-full.select ul.items li h3,
.container main .common_entries-full.select ul.items li h4 {
  line-height: 1.2em;
  white-space: inherit;
  overflow: inherit;
  text-overflow: inherit;
}
.container main .common_entries-full.select label {
  cursor: pointer;
}
.container main .common_entries-full.select label:hover {
  opacity: 1 !important;
}
.container main .common_entries-full .entries-pager {
  padding: 80px 0 0 0;
}
.container main .common_entries-full .entries-pager ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.container main .common_entries-full .entries-pager ul li {
  font-size: 14px;
  width: 2.5em;
  height: 2.5em;
  margin: 0 5px;
  border-radius: 5px;
}
.container main .common_entries-full .entries-pager ul li a,
.container main .common_entries-full .entries-pager ul li span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #4E7159;
  color: #4E7159;
  border-radius: 5px;
  font-weight: bold;
}
.container main .common_entries-full .entries-pager ul li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.container main .common_entries-full .entries-pager ul li.disabled a {
  pointer-events: none;
}
.container main .common_entries-full .entries-pager ul li.active a,
.container main .common_entries-full .entries-pager ul li.active span {
  background-color: #4E7159;
  color: #fff;
}
.container main .common_entries-full .entries-pager ul li:not(.active):hover {
  background-color: #4E7159;
}
.container main .common_entries-full .entries-pager ul li:not(.active):hover a {
  color: #fff;
}
.container main .entry_event {
  margin-bottom: 35px;
}
.container main .entry_event .login {
  max-width: 640px;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 35px;
  margin: 0 auto;
  margin-top: 35px;
}
@media (max-width: 640px) {
  .container main .entry_event .login {
    padding: 35px 20px;
  }
}
.container main .entry_event .login h3 {
  color: #4D4D4D;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.container main .entry_event .login .content {
  border: 1px solid #AFAFAF;
  padding: 25px;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .container main .entry_event .login .content {
    padding: 20px;
  }
}
.container main .entry_event .login .content .img-time-title {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-column-gap: 15px;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.container main .entry_event .login .content .img-time-title img {
  width: 100%;
}
.container main .entry_event .login .content .img-time-title .time-title time {
  color: #808080;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}
.container main .entry_event .login .content .img-time-title .time-title h4 {
  font-size: 24px;
  font-weight: bold;
  color: #4D4D4D;
  line-height: 1.4em;
}
.container main .entry_event .login .content .description {
  font-size: 13px;
  color: #4D4D4D;
  line-height: 1.6em;
}
.container main .entry_event .login form {
  margin-bottom: 25px;
}
.container main .entry_event .login form .lock {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.container main .entry_event .login form .lock::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/common_event_lock_icon.svg);
  margin-right: 10px;
}
.container main .entry_event .login form .lock input {
  border: 1px solid #AFAFAF;
  background-color: #E2E2E2;
  padding: 0.5em;
  font-size: 14px;
  width: 100%;
  max-width: 250px;
}
.container main .entry_event .login form button {
  display: -webkit-box;
  display: flex;
  background-color: #4E7159;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
  height: 30px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 5px;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.container main .entry_event .login form button:hover {
  opacity: 0.5;
}
.container main .entry_event .login form .error {
  text-align: center;
  color: #f44;
  font-size: 12px;
  margin: 5px;
}
.container main .entry_event .login .tip {
  font-size: 13px;
  color: #4D4D4D;
  line-height: 1.6em;
  text-align: center;
}
.container main .entry_event .login .tip a {
  color: #4E7159;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  text-decoration: underline;
}
.container main .entry_event .login .tip a:hover {
  opacity: 0.5;
}
.container main .entry_event article h1 {
  color: #4D4D4D;
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-weight: bold;
}
.container main .entry_event article time {
  color: #808080;
  font-size: 13px;
  margin-bottom: 25px;
  display: block;
}
.container main .entry_event article .hero {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 25px;
}
.container main .entry_event article .icon-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.container main .entry_event article .icon-title img {
  width: 2em;
  margin-right: 0.5em;
}
.container main .entry_event article .icon-title .title {
  font-size: 16px;
  color: #4D4D4D;
  font-weight: bold;
}
.container main .entry_event article .description {
  font-size: 13px;
  line-height: 1.6em;
  padding-bottom: 25px;
  border-bottom: 1px solid #959782;
  margin-bottom: 25px;
}
.container main .entry_event article .youtube {
  margin-bottom: 25px;
}
.container main .entry_event article .youtube iframe {
  width: 100%;
}
.container main .entry_event article .shopping {
  color: #4D4D4D;
}
.container main .entry_event article .shopping h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.container main .entry_event article .shopping p {
  text-align: center;
  font-size: 11px;
  margin-bottom: 25px;
}
.container main .entry_event article .shopping ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 15px;
}
.container main .entry_event article .shopping ul li a {
  display: block;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.container main .entry_event article .shopping ul li a:hover {
  opacity: 0.5;
}
.container main .entry_event article .shopping ul li a img {
  width: 100%;
  margin-bottom: 10px;
}
.container main .entry_event article .shopping ul li a h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  color: #4d4d4d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.container main .entry_event article .shopping ul li a .price {
  text-align: center;
  color: #808080;
  font-size: 14px;
}
.container main .entry_exmaple,
.container main .entry_news {
  margin-bottom: 35px;
}
.container main .entry_exmaple .hero,
.container main .entry_news .hero {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 25px;
}
.container main .entry_exmaple time,
.container main .entry_news time {
  color: #959782;
}
.container main .entry_exmaple h1,
.container main .entry_news h1 {
  color: #4D4D4D;
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 25px;
  font-weight: bold;
}
.container main .entry_exmaple .description,
.container main .entry_news .description {
  font-size: 17px;
  line-height: 1.6em;
  padding-bottom: 35px;
  border-bottom: 1px solid #959782;
  margin-bottom: 25px;
}
.container main .entry_exmaple .note,
.container main .entry_news .note {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  padding: 40px;
}
.container main .entry_exmaple .note h2,
.container main .entry_news .note h2 {
  color: #959782;
  font-size: 18px;
  border-bottom: 1px solid #959782;
  font-weight: bold;
  line-height: 1.4em;
  padding-bottom: 0.5em;
  margin-bottom: 25px;
}
.container main .entry_exmaple .note h3,
.container main .entry_news .note h3 {
  font-size: 19px;
  color: #4D4D4D;
  margin-bottom: 20px;
}
.container main .entry_exmaple .note h3::before,
.container main .entry_news .note h3::before {
  content: "-";
  margin-right: 0.5em;
}
.container main .entry_exmaple .note h3 .en,
.container main .entry_news .note h3 .en {
  margin-right: 20px;
}
.container main .entry_exmaple .note h3 .ja,
.container main .entry_news .note h3 .ja {
  font-size: 11px;
  letter-spacing: 0.1em;
}
.container main .entry_exmaple .note .options,
.container main .entry_news .note .options {
  display: -webkit-box;
  display: flex;
  grid-gap: 20px 50px;
  font-size: 14px;
  margin-bottom: 25px;
  flex-wrap: wrap;
  margin-left: 15px;
}
.container main .entry_exmaple .note .options li,
.container main .entry_news .note .options li {
  white-space: nowrap;
}
.container main .entry_exmaple .note .options li a,
.container main .entry_news .note .options li a {
  text-decoration: underline;
  color: #4D4D4D;
}
.container main .entry_exmaple .note .diagram,
.container main .entry_news .note .diagram {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #C3AE95;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 0.8em 1.5em;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.container main .entry_exmaple .note .diagram:hover,
.container main .entry_news .note .diagram:hover {
  opacity: 0.5;
}
.container main .entry_exmaple .note .diagram::before,
.container main .entry_news .note .diagram::before {
  content: "";
  display: inline-block;
  background-image: url(../img/example_note_diagram_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.2em;
  height: 1.2em;
  margin-right: 1em;
}
.container main .entry_exmaple .note .diagram::after,
.container main .entry_news .note .diagram::after {
  content: "";
  display: inline-block;
  background-image: url(../img/example_note_diagram_arrow_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.8em;
  height: 0.8em;
  margin-left: 2em;
}
.container main .entry_exmaple .note .tip,
.container main .entry_news .note .tip {
  color: #4D4D4D;
  line-height: 1.8em;
}
.container main .entry_exmaple .content video,
.container main .entry_news .content video {
  width: 100%;
  height: auto;
}
.container main .contact {
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  max-width: 640px;
  padding: 50px 0;
  margin: 0 auto;
}
.container main .contact p {
  font-size: 14px;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.6em;
}
.container main .contact form > div:not(:last-child) {
  margin-bottom: 1em;
}
.container main .contact form > div:last-child {
  padding-top: 1em;
}
.container main .contact form > div label {
  display: block;
  font-size: 12px;
  margin-bottom: 0.5em;
}
.container main .contact form > div label.required::after {
  content: "*";
  color: #f00;
}
.container main .contact form > div .error {
  color: #f00;
  display: block;
  font-size: 0.85em;
  height: 1.4em;
}
.container main .contact form > div input,
.container main .contact form > div textarea {
  font-size: 16px;
  border: 1px solid #9a9a9a;
  display: block;
  width: 100%;
  padding: 0.5em;
  line-height: 1.4em;
  background-color: #fff;
  border-radius: 5px;
}
.container main .contact form > div button {
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 20em;
  height: 3em;
  margin: 0 auto;
  background-color: #4E7159;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.container main .contact form > div button:hover {
  opacity: 0.5;
}
.container main .contact form > div button:not(:last-of-type) {
  margin-bottom: 15px;
}
.container main .contact form .errors {
  border: 1px solid #f44;
  padding: 15px;
  color: #f44;
  font-size: 12px;
  display: grid;
  grid-gap: 10px;
  margin-bottom: 25px;
}
.container main .contact form.confirm input,
.container main .contact form.confirm textarea {
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
}
.container main .reserve h3 {
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom: 25px;
}
.container main .reserve h3 .tip {
  font-size: 14px;
  font-weight: normal;
}
.container main .reserve .tip {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.container main .reserve .calendar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 16px;
  margin-bottom: 0.5em;
}
.container main .reserve .calendar-nav .range {
  margin: 0 1em;
  font-size: 0.8em;
}
.container main .reserve .calendar-nav .prev,
.container main .reserve .calendar-nav .next {
  border: 1px solid #aaa;
  padding: 0.5em;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
.container main .reserve .calendar-nav .prev:hover,
.container main .reserve .calendar-nav .next:hover {
  opacity: 0.5;
}
.container main .reserve .calendar {
  font-size: 16px;
  font-family: monospace;
  color: #666;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 25px;
}
.container main .reserve .calendar .calendar__header,
.container main .reserve .calendar .calendar__body {
  display: grid;
  grid-template-columns: 50px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  overflow-y: scroll;
}
.container main .reserve .calendar .calendar__header::-webkit-scrollbar,
.container main .reserve .calendar .calendar__body::-webkit-scrollbar {
  -webkit-appearance: none;
}
.container main .reserve .calendar .calendar__header::-webkit-scrollbar:vertical,
.container main .reserve .calendar .calendar__body::-webkit-scrollbar:vertical {
  width: 11px;
}
.container main .reserve .calendar .calendar__header::-webkit-scrollbar:horizontal,
.container main .reserve .calendar .calendar__body::-webkit-scrollbar:horizontal {
  height: 11px;
}
.container main .reserve .calendar .calendar__header::-webkit-scrollbar-thumb,
.container main .reserve .calendar .calendar__body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}
.container main .reserve .calendar .calendar__header .calendar__col,
.container main .reserve .calendar .calendar__body .calendar__col {
  border-right: 1px solid #aaa;
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-day,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-day {
  font-size: 0.75em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  padding: 0.8em 0;
}
@media (max-width: 430px) {
  .container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-day,
  .container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-day {
    font-size: 0.6em;
  }
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-day.today,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-day.today {
  background-color: #eee;
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-day.sun,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-day.sun {
  color: #ff7153;
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-day.sat,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-day.sat {
  color: #08ade7;
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-time,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-time,
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-area,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-area {
  height: 30px;
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-area,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-area {
  border-top: 1px dotted #aaa;
  cursor: pointer;
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-area.hour,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-area.hour {
  border-top: 1px solid #aaa;
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-area:hover,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-area:hover {
  background-color: #333;
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-area.reserved,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-area.reserved {
  cursor: inherit;
  background-color: #666;
  pointer-events: none;
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-area.reserved_hour,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-area.reserved_hour {
  cursor: inherit;
  background-image: -webkit-linear-gradient(45deg, #eee 25%, #fff 25%, #fff 50%, #eee 50%, #eee 75%, #fff 75%);
  background-image: linear-gradient(45deg, #eee 25%, #fff 25%, #fff 50%, #eee 50%, #eee 75%, #fff 75%);
  background-size: 10px 10px;
  pointer-events: none;
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-area.no-reserve,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-area.no-reserve {
  cursor: inherit;
  background-color: #eee;
  pointer-events: none;
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-area:first-child,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-area:first-child {
  border-top: none;
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-area.selected,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-area.selected {
  background-color: #4E7159;
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-time,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-time {
  position: relative;
  font-size: 0.75em;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-time span,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-time span {
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-time.start span,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-time.start span {
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
}
.container main .reserve .calendar .calendar__header .calendar__col .calendar__row .calendar__row-time.hour,
.container main .reserve .calendar .calendar__body .calendar__col .calendar__row .calendar__row-time.hour {
  font-weight: bold;
}
.container main .reserve .calendar .calendar__header .calendar__col.day,
.container main .reserve .calendar .calendar__body .calendar__col.day {
  background-color: #fafafa;
}
.container main .reserve .calendar .calendar__header {
  border-bottom: 1px solid #aaa;
}
.container main .reserve .calendar .calendar__body {
  max-height: 350px;
}
.container main .reserve .approximate {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 35px;
}
.container main .reserve .approximate h4 {
  color: #959782;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #959782;
  padding-bottom: 0.25em;
  margin-bottom: 15px;
}
.container main .reserve .approximate .datetime {
  font-size: 18px;
  margin-bottom: 15px;
  font-size: 14px;
}
@media (min-width: 350px) {
  .container main .reserve .approximate .datetime {
    font-size: calc(14px  +  4  * ((100vw -  350px ) / 100 ));
  }
}
@media (min-width: 450px) {
  .container main .reserve .approximate .datetime {
    font-size: 18px;
  }
}
.container main .reserve .approximate .studio {
  font-size: 18px;
  margin-bottom: 15px;
  font-size: 14px;
}
@media (min-width: 350px) {
  .container main .reserve .approximate .studio {
    font-size: calc(14px  +  4  * ((100vw -  350px ) / 100 ));
  }
}
@media (min-width: 450px) {
  .container main .reserve .approximate .studio {
    font-size: 18px;
  }
}
.container main .reserve .approximate .option {
  font-size: 18px;
  font-size: 14px;
  margin-bottom: 15px;
}
@media (min-width: 350px) {
  .container main .reserve .approximate .option {
    font-size: calc(14px  +  4  * ((100vw -  350px ) / 100 ));
  }
}
@media (min-width: 450px) {
  .container main .reserve .approximate .option {
    font-size: 18px;
  }
}
.container main .reserve .approximate .tip {
  font-size: 14px;
  line-height: 1.4em;
  font-size: 12px;
  margin-bottom: 15px;
}
@media (min-width: 350px) {
  .container main .reserve .approximate .tip {
    font-size: calc(12px  +  2  * ((100vw -  350px ) / 100 ));
  }
}
@media (min-width: 450px) {
  .container main .reserve .approximate .tip {
    font-size: 14px;
  }
}
.container main .reserve .approximate .sum {
  font-size: 18px;
  text-align: right;
}
.container main .reserve .approximate .sum .price {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0.5em;
}
.container main .reserve .from-to {
  font-size: 16px;
  font-size: 14px;
  margin-bottom: 35px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 350px) {
  .container main .reserve .from-to {
    font-size: calc(14px  +  2  * ((100vw -  350px ) / 70 ));
  }
}
@media (min-width: 420px) {
  .container main .reserve .from-to {
    font-size: 16px;
  }
}
.container main .reserve .from-to .from-wrap {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  font-weight: bold;
}
.container main .reserve .from-to .from-wrap .from {
  background-color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  font-weight: bold;
  border-radius: 10px;
  white-space: nowrap;
}
.container main .reserve .from-to .from-wrap .from::-webkit-input-placeholder {
  font-size: 14px;
}
.container main .reserve .from-to .from-wrap .from::-ms-input-placeholder {
  font-size: 14px;
}
.container main .reserve .from-to .from-wrap .from::placeholder {
  font-size: 14px;
}
.container main .reserve .from-to .to-wrap {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0.5em 1em;
  border-radius: 10px;
}
.container main .reserve .from-to .to-wrap .to {
  font-weight: bold;
  padding-right: 1em;
  white-space: nowrap;
}
.container main .reserve .from-to .to-wrap::after {
  content: "▼";
  display: inline-block;
  margin-left: -1em;
  pointer-events: none;
}
.container main .reserve .radios {
  display: grid;
  grid-row-gap: 1em;
  margin-bottom: 35px;
}
.container main .reserve .radios li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.container main .reserve .radios li input {
  margin-right: 0.5em;
}
.container main .reserve .radios li label {
  font-weight: bold;
}
.container main .reserve .radios li label .tip {
  font-size: 12px;
}
.container main .reserve dl.info {
  display: grid;
  grid-row-gap: 20px;
  margin-bottom: 35px;
}
.container main .reserve dl.info > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  -webkit-box-align: center;
          align-items: center;
}
.container main .reserve dl.info > div dt {
  font-size: 14px;
}
.container main .reserve dl.info > div dd {
  font-size: 14px;
}
.container main .reserve dl.info > div dd input {
  background-color: #fff;
  padding: 0.5em;
  width: 100%;
  max-width: 400px;
  line-height: 1.4em;
  border-radius: 5px;
}
.container main .reserve dl.info > div dd select {
  background-color: #fff;
  border-radius: 5px;
  padding: 0.5em;
  width: 100%;
  max-width: 3em;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.container main .reserve textarea {
  font-size: 14px;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.5em;
  width: 100%;
  height: 280px;
  margin-bottom: 35px;
}
.container main .reserve .kiyaku {
  font-size: 14px;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #fff;
  padding: 1em;
  line-height: 1.6em;
  margin-bottom: 35px;
}
.container main .reserve .submit {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.container main .reserve .submit button {
  background-color: #4E7159;
  color: #fff;
  font-size: 20px;
  padding: 0.5em 2em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 10px;
}
.container main .reserve .submit button:hover {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.5;
}
.container main .reserve .confirm {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.container main .reserve .confirm .errors {
  color: #f66;
  display: grid;
  line-height: 1.4em;
  margin-bottom: 25px;
}
.container main .reserve .confirm dl {
  margin-bottom: 35px;
}
.container main .reserve .confirm dl dt {
  color: #4d4d4d;
  margin-bottom: 0.5em;
}
.container main .reserve .confirm dl dd {
  color: #4d4d4d;
  margin-bottom: 1em;
  line-height: 1.4em;
}
.container main .reserve .confirm .buttons {
  display: -webkit-box;
  display: flex;
  grid-gap: 25px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.container main .reserve .confirm .buttons button {
  border: 1px solid #4E7159;
  color: #4E7159;
  font-size: 20px;
  padding: 0.5em 2em;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  border-radius: 5px;
}
.container main .reserve .confirm .buttons button:hover {
  opacity: 0.5;
}
.container main .reserve .confirm .buttons button[value="submit"] {
  background-color: #4E7159;
  color: #fff;
}
.container main .reserve .complete {
  padding: 50px 0;
}
.container main .reserve .complete p {
  font-size: 14px;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.6em;
}
.container footer .map iframe {
  width: 100%;
  height: 280px;
}
.container footer .logo-data {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: end;
          align-items: flex-end;
}
.container footer .logo-data a {
  display: inline-block;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.container footer .logo-data a:hover {
  opacity: 0.5;
}
@media (max-width: 780px) {
  .container footer .logo-data a img {
    width: 130px;
    height: inherit;
  }
}
.container footer .logo-data .data {
  color: #fff;
  text-align: right;
}
.container footer .logo-data .data .tel {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.container footer .logo-data .data p {
  font-size: 10px;
  margin-bottom: 5px;
}
.container footer .logo-data .data address {
  font-size: 10px;
  margin-bottom: 10px;
}
.container footer .logo-data .data ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  grid-column-gap: 10px;
}
.container footer .logo-data .data ul li a {
  text-decoration: underline;
  font-size: 10px;
}
@media (max-width: 780px) {
  .container footer .logo-data {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
  .container footer .logo-data .data {
    text-align: left;
  }
  .container footer .logo-data .data ul {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}
.container footer small {
  background-color: #4E7159;
  display: block;
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
}
.modaal-container {
  border-radius: 20px !important;
  max-width: 780px;
}
.modaal-overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.modaal-close {
  position: absolute;
  right: -10px;
  top: -20px;
  background-color: #c3ae95 !important;
}
.modaal-close:hover {
  color: #fff !important;
  background-color: #6d665e !important;
}
.modaal-close::before {
  background-color: #fff !important;
}
.modaal-close::after {
  background-color: #fff !important;
}
.popup-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 25px;
}
@media (max-width: 790px) {
  .popup-content {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
  }
}
.popup-content .images .main {
  margin-bottom: 10px;
}
.popup-content .images .main img {
  width: 100%;
  border-radius: 5px;
}
.popup-content .images .sub {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  grid-gap: 10px;
}
.popup-content .images .sub img {
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.popup-content .images .sub img:hover {
  opacity: 0.5;
}
.popup-content .txt .title {
  font-size: 20px;
  font-weight: bold;
  color: #4D4D4D;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.popup-content .txt .price {
  font-size: 13px;
  color: #4E7159;
  margin-bottom: 25px;
}
.popup-content .txt .description {
  font-size: 14px;
  color: #4D4D4D;
  line-height: 1.8em;
  margin-bottom: 15px;
}
.popup-content .txt .tip {
  color: #4D4D4D;
  font-size: 10px;
  line-height: 2em;
}
