<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000B00;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

ul {
  list-style: none;
}

a[target=_blank]::after {
  content:url('./img/exlink.svg');
  display: inline-block;
  width: 1em;
  padding: 0 0 0 0.2em;
  vertical-align: middle;
}

.min {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.chuui {
  font-size: 0.8em;
  vertical-align: top;
}

.mrleft {
  margin-left: 5%;
}

#top_button_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #93B69C;
  border-radius: 50%;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

#top_button_icon.active {
  opacity: 1;
  visibility: visible;
}

#top_button_icon:after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  rotate: 135deg;
  margin-top: 5px;
  border-left: solid 3px #ffffff;
  border-bottom: solid 3px #ffffff;
}

#header {
  background: #fff;
  color: #000b00;
  background-position: left top;
  background-repeat: no-repeat;
}

#header #inhead {
  overflow: hidden;
}

.hamburger-menu .menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

#header.rsv_header .hamburger-menu .menu-btn {
  display: none;
}

.hamburger-menu .menu-btn span,
.hamburger-menu .menu-btn span:before,
.hamburger-menu .menu-btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background-color: #666;
  position: absolute;
}

.hamburger-menu .menu-btn span:before {
  bottom: 8px;
}

.hamburger-menu .menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 30%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #D6c6af;
  transition: all 0.5s;
  padding: 2em;
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 17px;
  box-sizing: border-box;
  color: #000b00;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.menu-content ul li a:hover {
  color: #1C305C;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #000b00;
  border-right: solid 2px #000b00;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

#menu-btn-check:checked~.menu-content {
  left: 70%;
}

#header #inhead nav {
  margin: 0;
  padding: 0;
  top: 2rem;
  left: 0;
  width: 100%;
  background: #F8F4E6;
}

#header #inhead nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

#header #inhead nav ul a:hover {
  color: #D0AF4C;
}

#header #inhead nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header #inhead nav ul li a {
  color: #000B00;
  line-height: 2.8em;
  text-decoration: none;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.1em;
}

#header #inhead .logo {
  margin-left: 30px;
}

#header #inhead .logo h1 {
  margin: 0;
}

#header #inhead .logo h1 img {
  width: 230px;
  margin-top: 10px;
}

#header #inhead .banner {
  position: absolute;
  top: 1.4rem;
  right: 6rem;
  display: flex;
  gap: 1rem;
}

#header.rsv_header #inhead .banner {
  right: 3rem;
}

#header #inhead .banner .tel_pc_btn img {
  width: 220px;
}

#header #inhead .banner .rsv_btn {
  color: #ffffff;
  background-color: #192B52;
  text-decoration: none;
  height: 42px;
  width: 150px;
  text-align: center;
  line-height: 42px;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

#header #inhead .tel_sp_btn {
  display: none;
}

#header.rsv_header #inhead .banner .rsv_banner {
  color: #ffffff;
  background-color: #192B52;
  text-decoration: none;
  height: 47px;
  width: 180px;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.8;
  padding-top: 6px;
}

#header #mainvisual {
  margin: 0;
  padding: 0;
  background: #F8F4E6;
  position: relative;
  width: 100%;
  height: 47vw;
}

#header #mainvisual ul.slider_fade {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#header #mainvisual ul.slider_fade li {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: anime 12s 0s infinite;
}

@keyframes anime {
  0% {
    opacity: 0;
  }

  /* 12sのうち2sかけてフェードインするので2*100/12=16% */
  16% {
    opacity: 1;
  }

  32% {
    opacity: 1;
  }

  48% {
    opacity: 0;
    z-index: 0;
  }

  100% {
    opacity: 0;
  }
}

#header #mainvisual ul.slider_fade li:nth-of-type(1) {
  background-image: url("./img/mainimg1.jpg");
}

#header #mainvisual ul.slider_fade li:nth-of-type(2) {
  background-image: url("./img/mainimg4.jpg");
  animation-delay: 4s;
}

#header #mainvisual ul.slider_fade li:nth-of-type(3) {
  background-image: url("./img/mainimg5.jpg");
  animation-delay: 8s;
}

#header #mainvisual .main_text {
  position: absolute;
  top: 8vw;
  right: 5vw;
  font-size: 2.5vw;
  writing-mode: vertical-rl;
  line-height: 2.2;
  letter-spacing: 2px;
  font-weight: 500;
  z-index: 10;
  padding: 0.5em 0;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: block;
  border-radius: 1rem;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 1px -1px 1px rgba(255, 255, 255, 0.5), -1px 1px 1px rgba(255, 255, 255, 0.5), -1px -1px 1px rgba(255, 255, 255, 0.5);
}

#header #mainvisual .main_logo {
  position: absolute;
  top: 7vw;
  left: 39vw;
  width: 22vw;
  z-index: 10;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: block;
  border-radius: 1rem;
}

#header #mainvisual .main_rsv_btn {
  position: absolute;
  bottom: 3vw;
  left: 2.5vw;
  z-index: 10;
}

#header #mainvisual .main_rsv_btn img {
  width: 15vw;
}

#header #mainvisual .logoset {
  display: flex;
  flex-flow: column;
  align-items: center;
}

#header #mainvisual .logoset .logo {
  width: 280px;
}

#header #mainvisual .logoset .tagline {
  width: 210px;
}

/* お知らせ欄 */
#news {
  background-color: #ffffff;
  margin: 0;
  padding: 2rem 1em 0;
}
#news .news_box {
  width:100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  border:solid 1px #192B52;
}
#news .news_box .news_hilighted {
  margin: auto;
  padding: 2rem;
  max-width: 30rem;
}
#news .news_box .news_hilighted .title {
  color: #192B52;
  font-size: 1.5em;
  font-weight: bold;
  margin:0 0 1.5rem;
  text-align: center;
}
#news .news_box .news_hilighted .body {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.5rem;
  margin:0 0 1.5rem;
}
#news .news_box .news_hilighted .body .date {
  color: #192B52;
  text-align: right;
  white-space: nowrap;
}
#news .news_box .news_hilighted .body .time {
  white-space: nowrap;
}
#news .news_box .news_hilighted .additionalinfo {
  margin:auto;
  font-size: 0.8em;
  color: #192B52;
  width: 21rem;
}
@media screen and (max-width: 1024px) {
  #news {
    background-color: #ffffff;
    margin: 0;
    padding: 1em 1rem 0;
  }
}
@media screen and (max-width: 470px) {
  #news .news_box .news_hilighted .title {
      font-size: 1.2em;
  }
  #news .news_box .news_hilighted .body {
      grid-template-columns: auto;
      gap: 0;
  }
  #news .news_box .news_hilighted .body .date {
      text-align: left;
      line-height: 1.1;
  }
  #news .news_box .news_hilighted .body .time {
    white-space: normal;
    padding:0 0 0.5rem 1rem;
  }

  #news .news_box .news_hilighted .additionalinfo {
      width: 100%;
  }
}

/*　　　　　　　　　movie設置　　　　　　　　　　　*/

.movie {
  margin: 0 auto;
  background: #ffffff;
  padding: 2.0em;
  text-align: center;
}
.movie .movie_selector {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 0;
  gap: 1rem;
}
.movie .movopt {
  position: relative;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s;
  top:0rem;
}
.movie .movopt.active {
  opacity: 1;
  cursor: default;
}
@media screen and (min-width: 821px) {
  .movie .movopt:hover:not(.active) {
      opacity: 1;
      top:-1rem;
  }
}
.movie .movopt img{
  max-width: 26vw;
}
.movie .movopt .label{
  color:#666666;
  line-height: 1.1;
  font-size: min(1rem, 3vw);
}

video {
  max-width: 900px;
}

@media screen and (max-width: 1024px) {
  video {
      max-width: 100%;
  }
  .movie {
      padding: 1.0em;
  }
  .wrapp {
      display: none;
  }
}

/* VR */
#vr {
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: #F8F4E6;
}

#vr h2 {
  font-size: 1.5rem;
  margin: 0;
  padding: 0.5rem 0;
  background-color: #F8F4E6;
  color: #333333;
}

#vrtitle {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 1.2rem;
  margin: 0;
  padding: 0.5rem 0;
  background-color: #93B69C;
}

#vrtitle .prev {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 1rem;
  color: #F8F4E6;
  font-size: 0.8rem;
}

#vrtitle .next {
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 1rem;
  color: #F8F4E6;
  font-size: 0.8rem;
}

#vrtitle .current {
  text-align: center;
  color: #F8F4E6;
  font-size: 1.2rem;
}

/* タブレット以下は左右非表示 */
@media (max-width: 767px) {
  #vrtitle {
    display: block;
  }
  #vrtitle .prev,
  #vrtitle .next {
    display: none;
  }
}

#hacoscovr {
  display: grid;
  grid-template-columns: 2rem 1fr 2rem;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

#hacoscovr .left,
#hacoscovr .right {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  background-color: #222222;
  cursor: pointer;
  z-index: 1;
  box-sizing: border-box;
}

#hacoscovr .left:hover,
#hacoscovr .right:hover {
  background-color: #333333;
}

#header #introduction {
  justify-content: space-between;
  margin: 0;
  padding: 3rem 0;
  background: #F8F4E6;
}

#header .intro_box {
  display: flex;
  margin: 1em auto;
  width: 74vw;
  margin: 0 auto;
}

#header #introduction .texts {
  align-items: flex-start;
  width: 65%;
  display: grid;
  grid-template-columns: 8fr 1fr;
}

#header #introduction .concept_tit {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.8em;
  line-height: 2.0em;
}

#header #introduction .concept_txt {
  margin: 0 4em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2.0em;
  font-size: 1.2em;
}

#header #introduction .asideimage {
  width: 35%;
}

#header #introduction .asideimage img {
  width: 100%;
}

#plan {
  background-color: #F8F4E6;
  margin: 0;
  padding: 5rem 0 2.5rem;
}

#plan .sub_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0 0 4rem;
}

#plan .sub_tit h2 {
  font-size: 2rem;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 72vw;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  position: relative;
  width: calc(95%/2);
  height: 70px;
  background-color: #B8B9B8;
  line-height: 70px;
  font-size: 1.1em;
  text-align: center;
  color: #FFF;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-bottom: 2em;
}

.tab_item span {
  display: inline-block;
}

.tab_item:before {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #B8B9B8;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 1.5em 3em 0;
  clear: both;
  overflow: hidden;
  background: #d4dcda;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked~#all_content,
#programming:checked~#programming_content,
#design:checked~#design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
  background-color: #d4dcda;
  color: #fff;
  color: #192B52;
}

.tabs input:checked+.tab_item:before {
  border-top: 15px solid #d4dcda;
}

.plan_detail {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.plan_detail .plan_description {
  display: flex;
  justify-content: space-between;
}

.plan_detail h3 {
  text-align: center;
  font-size: 1.4em;
  color: #192B52;
  margin-bottom: 1.6em;
}

.plan_detail img {
  width: 100%;
}

.plan_detail .plan_d_tit {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  line-height: 2.4em;
  margin-top: 1em;
}

.plan_detail .plan_d_tit span {
  font-weight: bold;
}

.plan_detail .plan_explanation {
  font-family: "Times New Roman", "YuMincho", "游明朝体", "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 1.7;
}

.plan_detail .kakomi {
  border: 1px solid #CCC;
  line-height: 1.6em;
  text-align: center;
  padding: 0.6em;
}

.plan_detail .plan_box {
  background: #FFF;
  padding: 2.5em;
  margin-bottom: 4em;
}

.plan_detail .plan_box:last-of-type {
  margin-bottom: 0em;
}

.plan_detail .plan_name {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 1.6em;
}

.plan_detail .plan_d_box {
  width: 47%;
}

.plan_d_box ul {
  display: flex;
  width: 90%;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  margin: 1em auto;
}

.plan_d_box ul li {
  font-size: 1.3em;
}

.plan_d_box ul li span {
  font-size: 2.0em;
}

#facility {
  background-color: #F8F4E6;
  margin: 0;
  padding: 5rem 0 8rem;
}

#facility .sub_tit {
  padding: 0 0 4rem;
}

#facility .btn_container {
  width: 72vw;
  position: relative;
  margin: 0 auto;
}

#facility .btn_container #facility_lbtn,
#facility .btn_container #facility_rbtn {
  width: 40px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  position: absolute;
  top: 42%;
}

#facility .btn_container #facility_lbtn.hidden,
#facility .btn_container #facility_rbtn.hidden {
  display: none;
}

#facility .btn_container #facility_lbtn {
  left: -40px;
}

#facility .btn_container #facility_rbtn {
  right: -40px;
}

#facility .btn_container #facility_lbtn:after,
#facility .btn_container #facility_rbtn:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-left: 3px solid #707070;
  border-bottom: 3px solid #707070;
}

#facility .btn_container #facility_lbtn:after {
  rotate: 45deg;
}

#facility .btn_container #facility_rbtn:after {
  rotate: -135deg;
}

#facility #curousel_container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#facility #facility_list {
  width: 100%;
  display: flex;
  transition: transform 0.3s;
  padding: 0;
}

#facility .facility_item {
  min-width: 100%;
  padding: 0 3vw;
}

#facility #facility_list .facility_item .facility_img {
  width: 100%;
  user-select: none;
}

#facility #facility_list .facility_item .facility_name {
  text-align: center;
  font-size: 1.5rem;
}

#facility #facility_list .facility_item .facility_name .inline_block {
  display: inline-block;
}

#facility #facility_list .facility_item .facility_exp {
  max-width: 600px;
  margin: 0 auto;
}

#rebury.tp_rebury {
  margin: 0;
  padding: 5rem 0 8rem;
}

#rebury.tp_rebury .sub_tit {
  padding: 0 1rem 4rem;
  text-align: center;
}

#rebury.tp_rebury .sub_tit .inline_block {
  display: inline-block;
}

#rebury.tp_rebury .tp_rebury_ctn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 72vw;
  margin: 0 auto;
}

#rebury.tp_rebury .tp_rebury_ctn img {
  width: 100%;
}

#rebury.tp_rebury .tp_rebury_ctn .text_ctn {
  padding-left: 5vw;
}

#rebury.tp_rebury .tp_rebury_ctn .text_ctn p {
  margin: 0;
}

#rebury.tp_rebury .tp_rebury_ctn .text_ctn .rebury_btn {
  background-color: #97B89E;
  color: #ffffff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-decoration: none;
  font-size: 1.5rem;
  margin-top: 4vw;
}

#faq {
  background-color: #F8F4E6;
  margin: 0;
  padding: 5rem 0 2.5rem;
}

#faq_content {
  width: 72vw;
  margin: 0 auto;
  padding: 0 0 4rem;
}

#faq .sub_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0 0 4rem;
}

#faq .sub_tit h2 {
  font-size: 2rem;
}

#faq .qa-001 {
  max-width: 100%;
  margin-bottom: 2em;
  background: #FFF;
}

#faq .qa-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.5em 2em 1.5em 4.6em;
  cursor: pointer;
  font-size: 1.1em;
  user-select: none;
}

#faq .qa-001 summary::before,
#faq .qa-001 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

#faq .qa-001 summary::before {
  color: #97B89E;
  content: "Q";
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
}

#faq .qa-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}

#faq .qa-001[open] summary::after {
  transform: rotate(225deg);
}

#faq .qa-001 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1.5em 5em 2em;
  transition: transform .5s, opacity .5s;
}

#faq .qa-001 p a {
  color: #192B51;
}

#faq .qa-001[open] p {
  transform: none;
  opacity: 1;
  border-top: 1px solid #CCC;
}

#faq .qa-001 p::before {
  color: #97B89E;
  line-height: 1.2;
  content: "A";
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8em;
}

#access {
  background-color: white;
  width: 72vw;
  margin: 0 auto;
  padding: 4rem 0;
}

#access .sub_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0 0 4rem;
}

#access .sub_tit h2 {
  font-size: 2rem;
}

#access .leadtext {
  font-size: 1.25em;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 15px;
}

#access .lists {
  max-width: 1400px;
  width: 90vw;
  margin: 0 auto;
  padding: 0 0 9vw;
  background: white;
}

#access .lists .list {
  margin: 0;
  padding: 6vw 9vw 0;
}

#access #actual_place {
  text-align: center;
  margin-top: 3em;
}

#access #actual_place img {
  width: 300px;
}

#access iframe {
  width: 100%;
  height: 500px;
}

#access .access_detail {
  display: flex;
  text-align: left;
  justify-content: space-between;
  margin-top: 2.0em;
}

#access .access_box:first-child {
  width: 40%;
}

#access .access_box:nth-child(2) {
  width: 58%;
}

#access dl {
  display: flex;
  margin-top: 0;
}

.access_box&gt;dl&gt;dt&gt;div {
  background: #666666;
  color: #FFF;
  width: 70px;
  text-align: center;
  font-size: 0.9em;
  padding: 3px;
  border-radius: 3px;
}

#access dl dd dl dd {
  font-size: 0.85em;
}

#access dl dd dl dt {
  white-space: nowrap;
}

#access dl dd {
  margin: 0 0 0 1em;
}

#modelroom .sub_tit {
  padding: 0 0 2rem;
  color: #192B52;
}

#modelroom {
  background: #d4dcda;
  padding: 5rem 0.5em 2.5rem;
}

#modelroom h3 {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 0;
}

#modelroom dl {
  display: flex;
}

#modelroom .modelroom_detail .mr_access {
  width: 200px;
  margin-top: 10px;
}

#modelroom .modelroom_detail {
  display: flex;
  background-color: white;
  width: 72vw;
  margin: 0 auto 4em;
  justify-content: space-between;
  padding: 2.5rem;
}

#modelroom .leadtext {
  color: #192B52;
  font-size: 1.25em;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 15px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#modelroom .ml_txt {
  width: 48%;
}

#modelroom .ml_img {
  width: 48%;
}

#modelroom .ml_img img {
  width: 100%;
}

#modelroom .ml_freedial {
  width: 100%;
}

.mr_access {
  width: 240px;
}

#cv_btn {
  background: #D6C6AF;
  text-align: center;
  padding: 2.0em;
}

#cv_btn .cv_freedial {
  margin: 2.0em auto;
  width: 40%;
}

#cv_btn {
  background: #D6C6AF;
  text-align: center;
}

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.sub_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}

.sub_tit h2 {
  font-size: 2rem;
}

#features {
  padding: 5rem 0 2.5rem;
  width: 72vw;
  margin: 0 auto;
}

#features .others {
  width: 72vw;
  margin: 0 auto;
  padding: 4rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 1rem;
  column-gap: 2.5rem;
}

#features .others .featureimage img {
  width: 100%;
}

#features .others .name {
  margin: 0.8rem 0 0.8rem;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

#footer {
  background-color: #FFF;
  text-align: center;
  padding: 1rem 0;
}

#footer a {
  text-decoration: none;
  color: #000B00;
}

#footer a:hover {
  color: #D0AF4C;
}

#footer div {
  display: flex;
  justify-content: center;
}

#footer .logo img {
  height: 60px;
}

#footer .copyright {
  font-size: 0.7rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #000B00;
}

#footer .footer_menu {
  width: 90vw;
  margin: 0 auto;
}

#footer .footer_menu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

#footer .footer_menu ul li {
  margin: 0 1.0em;
}

#footer .bottom_menu {
  text-align: center;
  margin-top: 3em;
  border-top: 1px solid #CCC;
}

#footer .bottom_menu ul {
  display: flex;
  list-style: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}

#footer .bottom_menu ul li {
  margin: 0 0.5em;
  font-size: 1.0em;
}

#footer.rsv_footer .banner {
  display: flex;
  gap: 1rem;
}

#footer.rsv_footer .banner .rsv_banner {
  color: #ffffff;
  background-color: #192B52;
  text-decoration: none;
  height: 47px;
  width: 180px;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.8;
  padding-top: 6px;
  margin-top: 1.9em;
}

#footer .fm_freedial img {
  width: 220px;
  margin-top: 2em;
}

#sticky {
  display: none;
  z-index: 70;
}

#sticky .rsv_btn {
  color: #ffffff;
  background-color: #192B52;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 80px;
}

#sticky .tel_btn {
  background: #ffffff;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sticky .tel_btn img {
  width: 32%;
}

@media screen and (max-width: 1280px) {
  #header #inhead nav ul li a {
    font-size: 1em;
  }

  #header .intro_box {
    width: 90vw;
  }

  #header #introduction .concept_txt {
    margin: 0 2em;
    font-size: 1.0em;
  }

  #header #introduction .concept_tit {
    font-size: 1.5em;
  }

  #features {
    width: 90vw;
  }

  #features .others {
    width: 100%;
  }

  .tabs {
    width: 90vw;
  }

  #facility .btn_container {
    width: 80vw;
  }

  #facility .btn_container #facility_lbtn,
  #facility .btn_container #facility_rbtn {
    top: 25vw;
  }

  #rebury.tp_rebury .tp_rebury_ctn {
    width: 90vw;
  }

  #faq_content {
    width: 90vw;
  }

  #access {
    width: 90vw;
  }

  #modelroom .modelroom_detail {
    width: 90vw;
  }

  .plan_d_box ul li {
    font-size: 1.2em;
  }

  .plan_d_box ul li span {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  #top_button_icon {
    bottom: 100px;
  }

  #header {
    background-size: 50%;
  }

  #menu-btn-check:checked~.menu-content {
    left: 45%;
  }

  .menu-content {
    width: 60%;
    right: 0;
  }

  .hamburger-menu .menu-btn {
    top: 5px;
    right: 5px;
  }

  #header.rsv_header .hamburger-menu .menu-btn {
    display: flex;
  }

  #header #inhead nav {
    display: none;
  }

  #header #inhead .logo {
    margin: 0rem 0 0 15px;
  }

  #header #inhead nav ul {
    display: none;
  }

  #header #inhead .logo h1 img {
    width: 50%;
    margin-top: 10px;
  }

  #header #inhead .banner {
    display: none;
  }

  #header #inhead .tel_sp_btn {
    position: absolute;
    top: 0.8rem;
    right: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #192B52;
    width: 42px;
    height: 42px;
    border-radius: 50%;
  }

  #header #inhead .tel_sp_btn img {
    width: 40%;
  }

  #header #mainvisual {
    height: 110vw;
  }

  #header #mainvisual ul.slider_fade li:nth-of-type(1) {
    background-position: -62vw center;
  }

  #header #mainvisual .main_text {
    writing-mode: initial;
    top: 6vw;
    left: 21vw;
    right: auto;
    font-size: 5.5vw;
    line-height: 1.5;
    padding: 0.5em 1em;
  }

  #header #mainvisual .main_logo {
    top: 35vw;
    left: 27vw;
    width: 46vw;
  }

  #header #mainvisual .main_rsv_btn {
    bottom: 8vw;
    left: 30vw;
  }

  #header #mainvisual .main_rsv_btn img {
    width: 38vw;
  }

  #header #mainvisual figure {
    width: 100%;
    overflow: hidden;
  }

  #header #mainvisual .logoset .logo {
    width: 60%;
  }

  #header #mainvisual .logoset .tagline {
    width: 50%;
  }

  #header .intro_box {
    display: block;
  }

  #header .intro_box {
    width: 90vw;
    position: relative;
  }

  #header #introduction .texts {
    width: 98%;
    display: block;
  }

  #header #introduction {
    padding: 1rem 0;
    height: 930px;
  }

  #header #introduction .concept_txt {
    writing-mode: horizontal-tb;
    position: absolute;
    top: 120px;
    font-size: 1.0em;
    left: 0.5em;
    margin: 0;
  }

  #header #introduction .texts {
    width: 98%;
    display: block;
  }

  #header #introduction .concept_tit {
    writing-mode: horizontal-tb;
    position: absolute;
    font-size: 1.6em;
    left: 0.5em;
  }

  #header #introduction .asideimage {
    width: 100%;
    position: absolute;
    top: 520px;
  }

  #features {
    width: 90vw;
  }

  #features .others {
    display: block;
  }

  #plan {
    padding: 2rem 0 2.5rem;
  }

  .tabs {
    width: 90vw;
  }

  .tab_item {
    line-height: 1.1;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(94%/2);
  }

  .tab_item.mrleft {
    margin-left: 3%;
  }

  .tab_content {
    padding: 1.5em 1em 0;
  }

  .plan_detail h3 {
    color: #192B52;
  }

  .plan_detail .plan_box {
    padding: 1em;
  }

  .plan_detail .plan_description {
    display: block;
  }

  .plan_detail .plan_d_box {
    width: 100%;
  }

  .plan_d_box ul li {
    font-size: 1.2em;
  }

  .plan_d_box ul li span {
    font-size: 1.4em;
    display: inline-block;
    text-align: right;
  }

  .plan_detail .plan_name {
    margin-bottom: 0.9em;
  }

  #plan .stages .mainvisual {
    padding: 6vw 9vw 0;
  }

  #cv_btn img {
    max-width: 100%;
  }

  #cv_btn .cv_freedial {
    width: 90%;
  }

  #facility {
    padding: 3rem 0 5rem;
  }

  #facility .sub_tit {
    padding: 0 0 2rem;
  }

  #facility .btn_container {
    width: 94vw;
  }

  #facility #curousel_container {
    overflow: auto;
  }

  #facility #facility_list {
    overflow: scroll;
    scroll-snap-type: x mandatory;
  }

  #facility #facility_list::-webkit-scrollbar {
    display: none;
  }

  #facility .btn_container #facility_lbtn,
  #facility .btn_container #facility_rbtn {
    display: none;
  }

  #facility .facility_item {
    min-width: 86%;
    scroll-snap-align: center;
  }

  #facility .facility_item:first-of-type {
    margin-left: 7vw;
  }

  #facility .facility_item:last-of-type {
    margin-right: 6vw;
  }

  #facility .facility_item .facility_exp {
    width: 90%;
  }

  #facility {
    padding: 3rem 0 5rem;
  }

  #rebury.tp_rebury {
    padding: 3rem 0 5rem;
  }

  #rebury.tp_rebury .sub_tit {
    padding: 0 1rem 3rem;
  }

  #rebury.tp_rebury .tp_rebury_ctn {
    display: block;
  }

  #rebury.tp_rebury .tp_rebury_ctn .text_ctn {
    padding-left: 0;
  }

  #rebury.tp_rebury .tp_rebury_ctn .text_ctn p {
    padding: 2rem 0;
  }

  #access {
    width: 90vw;
  }

  #access iframe {
    height: 300px;
  }

  #access .access_detail {
    display: block;
  }

  #access .access_box:first-child {
    width: 100%;
  }

  #access .access_box:nth-child(2) {
    width: 100%;
  }

  #access .leadtext {
    font-size: 1.1em;
  }

  #access .leadtext span {
    display: inline-block;
  }

  #modelroom .modelroom_detail {
    display: block;
    width: 90vw;
    padding: 1.5rem;
    position: relative;
  }

  #modelroom .ml_txt {
    width: 100%;
    padding-top: 240px;
  }

  #modelroom .ml_img {
    width: 90%;
    position: absolute;
    top: 1.2em;
    left: 1.2em;
  }

  #modelroom .leadtext {
    font-size: 1.2em;
  }

  #footer {
    padding: 1rem 0 calc(1rem + 80px);
  }

  #footer.rsv_footer {
    padding: 1rem 0;
  }

  #footer .fm_freedial {
    width: 90%;
  }

  #footer div {
    display: block;
  }

  #footer .banner .rsv_banner {
    display: none;
  }

  #footer .fm_freedial img {
    margin-top: 1em;
  }

  #footer .footer_menu ul {
    display: none;
  }

  #footer .bottom_menu {
    margin-top: 2em;
  }

  #sticky {
    width: 100%;
    height: 80px;
    display: grid;
    grid-template-columns: 1fr 80px;
    position: fixed;
    left: 0;
    bottom: 0;
    border: solid 2px #192B52;
  }
}

#header #mainvisual2 {
  margin: 0;
  padding: 0;
  background: #F8F4E6;
}

#header #mainvisual2 figure {
  margin: 0;
  padding: 0;
}

#header #mainvisual2 figure img {
  width: 100%;
}

#rebury.dp_rebury {
  background-color: #F8F4E6;
  margin: 0;
  padding: 0 0 2.5rem;
}

#rebury.dp_rebury .sub_tit {
  text-align: center;
}

#rebury.dp_rebury .sub_tit .inline_block {
  display: inline-block;
}

#rebury.dp_rebury .leadtext {
  color: #000b00;
  font-size: 1.25em;
  text-align: center;
  margin: 2em auto 0;
  padding-bottom: 15px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}

#rebury.dp_rebury .leadtext .inline_block {
  display: inline-block;
}

.rebury_description {
  width: 90vw;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0;
}

.rebury_description .inline_block {
  display: inline-block;
}

#rebury.dp_rebury .rebry_tell {
  background: #FFF;
  text-align: center;
  padding: 1.5em;
  margin: 3em auto;
}

#rebury.dp_rebury .rebry_tell img {
  width: 90%;
  max-width: 300px;
}

#rebury.dp_rebury .tell_txt {
  font-size: 1.25em;
  color: #000b00;
  text-align: center;
  line-height: 2.0em;
  padding-bottom: 15px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#rebury.dp_rebury .tell_txt .inline_block {
  display: inline-block;
}

#rebury.dp_rebury #kinds {
  width: 90vw;
  max-width: 1100px;
  margin: 0 auto 2em;
}

#rebury.dp_rebury #kinds .kind {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 3rem;
  column-gap: 2.5rem;
}

#rebury.dp_rebury #kinds .kind img {
  width: 100%;
}

#rebury.dp_rebury #kinds .kind .name {
  margin: 0.8rem 0 0.8rem;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

#rebury.dp_rebury h3 {
  color: #192B52;
  font-size: 1.6em;
  text-align: center;
  margin: 2em auto 0;
  padding-bottom: 15px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#flow {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 6rem 2rem 0;
}

#flow .flow_chart {
  display: flex;
  width: 100%;
  margin: 0 auto 2.0em;
  position: relative;
  justify-content: space-between;
}

#flow .flow_num {
  height: 45px;
  width: 45px;
  background: #192B52;
  border-radius: 30px;
  color: #fff;
  line-height: 45px;
  border: 2px #192B52 solid;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.4em;
}

#flow .flow_box ul li:last-child ul {
  display: flex;
  align-items: center;
  padding: 0;
}

#flow .flow_box {
  align-items: center;
  background: #FFF;
  width: 90%;
  border-radius: 10px;
  padding: 0.5em 2em 1.5em;
}

#flow ul {
  padding: 0;
  display: flex;
}

#flow .flow_box ul li:first-child {
  color: #192B52;
  font-weight: lighter;
  line-height: 1.6em;
}

#flow .step_num {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.4em;
}

#flow .flow_box ul li:last-child {
  font-size: 1.2em;
  margin: 20px 0 0 30px;
}

#flow .flow_border::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

#flow .border-line {
  position: absolute;
  left: 21px;
  top: 43px;
  width: 1px;
  height: 0;
  background: #1C305C;
}

#flow .flow_box p {
  text-align: left;
}

#cv_btn .reserve {
  max-width: 400px;
  background: #192B52;
  padding: 1.2em;
  font-size: 1.5em;
  margin: 0 auto;
}

#cv_btn .reserve a {
  display: block;
  color: #FFF;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  #flow {
    width: 90vw;
    max-width: 800px;
    padding: 0 0 2rem;
  }
}

@media screen and (max-width: 768px) {
  #rebury.dp_rebury .tell_txt {
    font-size: 1.1em;
  }

  #rebury.dp_rebury #kinds .kind {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 480px) {
  #rebury.dp_rebury #kinds .kind {
    grid-template-columns: 1fr;
  }
}

#rsv_container {
  background-color: #F8F4E6;
}

#rsv_container .rsv_inner {
  width: 90vw;
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 0;
}

#rsv_container .rsv_inner .sub_tit {
  text-align: center;
  color: #192B52;
}


.form_step_ctn {
  width: 100%;
  max-width: 700px;
  margin: 6em auto 4em;
}

.form_step_ctn:before {
  content: '';
  display: block;
  width: 69%;
  border-bottom: 1px solid #192B52;
  margin: 0 auto -9px;
}

.form_step_ctn .form_step_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  justify-content: space-between;
}

.form_step_ctn .form_step_inner .step_item {
  font-size: 1.1rem;
  color: #192B52;
  text-align: center;
}

.form_step_ctn .form_step_inner .step_item:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #cccccc;
  margin: 0 auto 1rem;
}

.form_step_ctn .form_step_inner .step_item.active:before {
  background-color: #192B52;
}

.form_step_ctn .form_step_inner .step_item .inline_block {
  display: inline-block;
}

.forms {
  width: 90vw;
  max-width: 800px;
  margin: 0 auto 100px;
  padding: 20px 0 60px;
  background-color: #ffffff;
}

.forms .date_msg {
  width: 90%;
  max-width: 700px;
  margin: 3rem auto 0;
  text-align: center;
}

.forms .select_date_container {
  width: 90%;
  max-width: 700px;
  margin: 3rem auto 0;
  text-align: center;
}

.forms .select_date_container p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.forms .select_date_container .select_date_inner {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 2rem;
}

.select_date_inner .calendar_container {
  color: #000B00;
}

.select_date_inner .calendar_container .header_container {
  font-size: 24px;
  width: 100%;
  background-color: #192B51;
  color: #ffffff;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.select_date_inner .calendar_container .header_container #year_month {
  margin: 0;
  text-align: center;
  font-size: 1.1rem;
  user-select: none;
}

.select_date_inner .calendar_container .header_container button {
  visibility: hidden;
}

.select_date_inner .calendar_container .header_container button.active {
  visibility: visible;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0 20px 0 10px;
}

.select_date_inner .calendar_container .header_container button:after {
  content: '';
  display: block;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  width: 10px;
  height: 10px;
}

.select_date_inner .calendar_container .header_container button#prev:after {
  rotate: 45deg;
}

.select_date_inner .calendar_container .header_container button#next:after {
  rotate: -135deg;
}

.select_date_inner .calendar_container #calendar {
  text-align: center;
  width: 100%;
}

.select_date_inner .calendar_container #calendar table {
  outline: 2px solid #CCCCCC;
  border-collapse: collapse;
  width: 100%;
}

.select_date_inner .calendar_container #calendar th,
td {
  outline: 1px solid #CCCCCC;
  text-align: center;
  user-select: none;
}

.select_date_inner .calendar_container #calendar th {
  font-weight: normal;
}

.select_date_inner .calendar_container #calendar td {
  padding-top: 1px;
  padding-bottom: 5px;
}

.select_date_inner .calendar_container #calendar table td.ok {
  cursor: pointer;
}

.select_date_inner .calendar_container #calendar table td.ok:after,
.select_date_inner .calendar_container #calendar table td.no:after {
  display: block;
  font-weight: bold;
  line-height: 1;
}

.select_date_inner .calendar_container #calendar table td.ok:after {
  content: '○';
  color: #F25C90;
  font-size: 1.5rem;
}

.select_date_inner .calendar_container #calendar table td.no:after {
  content: '×';
  color: #A6A6A6;
  font-size: 1.8rem;
}

.select_date_inner .calendar_container #calendar table td.select {
  outline: 3px solid #192B51;
}

/*日曜日・祝日*/
.select_date_inner .calendar_container #calendar th:first-child,
.select_date_inner .calendar_container #calendar td:first-child,
.select_date_inner .calendar_container #calendar td.holiday {
  background-color: #FFEEEE;
}

/*土曜日*/
.select_date_inner .calendar_container #calendar th:last-child,
.select_date_inner .calendar_container #calendar td:last-child {
  background-color: #E1EBF4;
}

.select_date_inner .time_container {
  background-color: rgba(25, 43, 81, 0.15);
  padding: 20px;
}

.select_date_inner .time_container .header_container {
  padding-bottom: 10px;
}

.select_date_inner .time_container .header_container #time_title {
  font-size: 1.1rem;
  text-align: center;
  margin: 0;
}

.select_date_inner .time_container .header_container #time_title .inline_block {
  display: inline-block;
}

.select_date_inner .time_container .time_list {
  background: #ffffff;
  width: 100%;
  padding: 10px 14px;
  margin: 0;
}

.select_date_inner .time_container .time_list .time_item {
  display: flex;
  gap: 10px 3%;
  align-items: center;
  list-style: none;
  border-bottom: 1px dashed #707070;
  padding: 12px 0;
  flex-wrap: wrap;
}

.select_date_inner .time_container .time_list .time_item:last-of-type {
  border-bottom: none;
}

.select_date_inner .time_container .time_list .time_item .time {
  flex: 1;
  min-width: 100px;
  white-space: nowrap;
}

.select_date_inner .time_container .time_list .time_item .time_btn {
  visibility: visible;
  flex: 1;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  font-size: 0.95rem;
  letter-spacing: 1px;
  user-select: none;
  min-width: 117px;
  text-decoration: none;
}

.select_date_inner .time_container .time_list .time_item .time_btn.unvisible {
  visibility: hidden;
}

.select_date_inner .time_container .time_list .time_item .time_btn.no {
  color: #CCCCCC;
  border: 1px solid #CCCCCC;
  pointer-events: none;
}

.select_date_inner .time_container .time_list .time_item .time_btn.few,
.select_date_inner .time_container .time_list .time_item .time_btn.ok {
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select_date_inner .time_container .time_list .time_item .time_btn.few:before,
.select_date_inner .time_container .time_list .time_item .time_btn.ok:before {
  display: block;
  font-size: 1.2rem;
  padding-right: 3%;
}

.select_date_inner .time_container .time_list .time_item .time_btn.few:before {
  content: '△';
}

.select_date_inner .time_container .time_list .time_item .time_btn.ok:before {
  content: '○';
}

.select_date_inner .time_container .time_list .time_item .time_btn.few:after,
.select_date_inner .time_container .time_list .time_item .time_btn.ok:after {
  content: '';
  display: block;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  width: 6px;
  height: 6px;
  rotate: -135deg;
  margin-left: 4%;
}

.select_date_inner .time_container .time_list .time_item .time_btn.few {
  background-color: #93B69C;
}

.select_date_inner .time_container .time_list .time_item .time_btn.ok {
  background-color: #192B51;
}

.forms .rsv_date {
  width: 90%;
  max-width: 650px;
  margin: 3rem auto;
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-align: center;
  padding: 1rem;
}

.forms .rsv_date .inline_block {
  display: inline-block;
}

.forms form {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}

.forms .title_ctn {
  margin: 2rem 0 0;
  padding: 0.5rem 0;
}

.forms .title_ctn h3 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}

.forms .title_ctn h3.required::after {
  content: "必須";
  color: #fff;
  background: #AB3226;
  padding: 1px 7px;
  font-size: 0.76rem;
  vertical-align: middle;
  font-weight: normal;
  border-radius: 3px;
  margin-left: 10px;
  display: inline-block;
}

.forms .title_ctn p {
  margin: 0;
  font-size: 0.9rem;
}

.forms form .title_ctn {
  margin-bottom: 0.5rem;
}

.forms input {
  font-size: 1rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-family: inherit;
}

.forms input::placeholder {
  color: #cccccc;
}

.forms input[type=text],
.forms input[type=tel],
.forms input[type=email] {
  width: 100%;
  height: 45px;
}

.forms label {
  cursor: pointer;
  user-select: none;
  display: inline-block;
  padding: 0.2rem 0.5rem 0.2rem 0;
}

.forms textarea {
  width: 100%;
  font-size: 1rem;
  padding: 0.5rem 0.5rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  line-height: 1.3;
  font-family: inherit;
}

.forms .form_name input[type=text] {
  width: 48%;
}

/*------チェックボックス-----*/
.forms .privacy_chk {
  border: 1px solid #cccccc;
  padding: 1em;
  width: 100%;
  max-width: 450px;
  margin: 2em auto 3em;
  position: relative;
  display: flex;
  justify-content: center;
}

.forms .privacy_chk label {
  display: block;
  padding-left: 36px;
}

/* デフォルトのチェックボックスを非表示に */
.forms .privacy_chk input[type=checkbox] {
  display: none
}

.check {
  position: relative;
  padding: 5px 30px;
  cursor: pointer;
}

.check:after,
.check:before {
  position: absolute;
}

.check:before {
  content: "";
  width: 16px;
  /* チェックボックスの幅 */
  height: 16px;
  /* チェックボックスの高さ */
  top: 20%;
  left: 5px;
  border: 1px solid #333333;
  /* チェックボックスの枠 */
}

.check::after {
  content: url('./img/check_icon.svg');
  top: 0;
  left: 5px;
  opacity: 0;
}

input[type=checkbox]:checked+.check::after {
  opacity: 1;
}

.check .inline_block {
  display: inline-block;
}

.forms .form_name input:first-child {
  display: inline-block;
  margin-right: 4%;
}

.forms .form_short {
  width: 100%;
  max-width: 315px;
}

.forms .form_long {
  width: 100%;
}

.forms .grid_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
}

.forms #pcdcheck {
  margin-left: 5px;
}

.forms .sales_ctn {
  margin-top: 3rem;
  background: #f6f6f6;
  padding: 1rem 1rem 2rem;
}

.forms .sales_ctn &gt;p {
  margin: 0;
}

.forms .btn_msg {
  margin-top: 5rem;
  text-align: center;
}

.forms .btn_msg .inline_block {
  display: inline-block;
}

.forms .btn_msg a {
  font-weight: bold;
  text-decoration: underline;
  color: #000E4B;
}

.forms .btn {
  margin: 2rem 0 0;
}

.forms .btn .form_proceed,
.forms .btn .form_reject {
  display: block;
  margin: 0 auto;
  padding: 1.2rem 0.5rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: #ffffff;
  max-width: 200px;
  border-radius: 5px;
}

.forms .btn .form_proceed {
  font-size: 1.3rem;
  background-color: #192B52;
}

.forms .btn .form_reject {
  margin-top: 20px;
  font-size: 1.2rem;
  background-color: #CCCCCC;
}

.forms .confirmation_msg {
  width: 90%;
  max-width: 650px;
  margin: 3rem auto 0;
  text-align: center;
  color: #AB3226;
  font-weight: bold;
}

.forms #form_confirmation_ctn {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}

.forms #form_confirmation_ctn .title_ctn h3 {
  font-weight: bold;
}

.forms #form_confirmation_ctn .answer_ctn {
  padding-left: 1rem;
}

.forms #form_confirmation_ctn .sales_answer_ctn {
  margin: 3rem 0 2rem;
  padding: 1rem 0;
  border-top: 1px dashed #666666;
  border-bottom: 1px dashed #666666;
}

.forms #form_confirmation_ctn .sales_answer_ctn .title_ctn {
  padding: 0 0 0.5rem;
  background-color: #FFFFFF;
  font-weight: bold;
  margin: 0;
}

.forms #form_confirmation_ctn .sales_answer_ctn .title_ctn h3 {
  font-size: 0.9rem;
}

.forms #form_confirmation_ctn .sales_answer_ctn .answer_ctn {
  font-size: 0.9rem;
  padding-left: 0;
}

.forms.complete {
  margin-top: 50px;
}

.forms.complete .tankyou_img {
  display: block;
  width: 70%;
  max-width: 300px;
  margin: 3rem auto 0;
}

.forms.complete .complete_msg {
  width: 90%;
  max-width: 650px;
  margin: 3rem auto 0;
  text-align: center;
  font-size: 1.1rem;
  color: #666666;
  line-height: 2;
}

.forms.complete .complete_msg .group {
  margin: 0 auto 4em;
}
  
.forms.complete .complete_msg .group h3 {
  color:#d3c8ab;
  font-weight: bold;
}

.forms.complete .complete_msg .group a {
  text-decoration: none;
  color:#192b52;
}

@media screen and (max-width: 768px) {
  .select_date_container {
    margin-bottom: 0;
  }

  .forms .select_date_container .select_date_inner {
    grid-template-columns: 1fr;
  }

  .forms .date_msg {
    margin-top: 2rem;
  }

  .forms .grid_block {
    display: block;
  }

  .form_step_ctn .step_item {
    font-size: 1rem;
  }

  .form_step_ctn .step_item:before {
    width: 12px;
    height: 12px;
  }

  .forms .date_msg,
  .forms.complete .complete_msg {
    text-align: left;
  }
  
  .forms.complete .complete_msg .group br {
    display:none;
  }
}

@media screen and (max-width: 480px) {

  .forms .confirmation_msg,
  .forms .btn_msg {
    text-align: left;
  }
}

.forms .error-main-txt-area {
  width: 90%;
  max-width: 650px;
  margin: 3rem auto;
  border: 1px solid #F44336;
  border-radius: 5px;
  padding: 1rem;
  text-align: center;
  display: none;
  color:#F44336;
}

.forms .error-main-txt-area.active {
  display: block;
}

.forms .error-main-txt-area.active {
  display: block;
}

.forms .privacy_chk.activeErr {
  border: 1px solid #F44336;
}

.forms .err-msg {
  color: #F44336;
  padding-left: 12px;
  font-size: 0.9rem;
}

.forms .input-invalid {
  border: 1px solid #F44336;
}

.forms .err-msg.privacypolicy {
  margin: 3rem auto;
  text-align: center;
}

#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

#overlay .cv-spinner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#overlay .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  -webkit-animation: sp-anime 0.8s infinite linear;
          animation: sp-anime 0.8s infinite linear;
}

@-webkit-keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#privacypolicy {
  background-color: #F8F4E6;
}

#privacypolicy .privacy_container {
  width: 90vw;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0;
}

#privacypolicy .privacy_container {
  width: 90vw;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0 5rem;
  font-size: 0.9rem;
}

#privacypolicy .privacy_container .box_tori {
  padding: 3rem 0;
}

#privacypolicy .privacy_container .box_num {
  padding: 0 0 2rem;
}

#privacypolicy .privacy_container .txt-right {
  text-align: right;
}

#privacypolicy .privacy_container h3 {
  font-size: 1rem;
  font-weight: bold;
}

#weekday {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
  gap: 1px;
  padding: 1px;
  background: #cccccc;
}

#weekday .weekday {
  background: #ffffff;
  padding: 0;
  text-align: center;
}

#weekday .sun,
#calenderPanel .day.sun {
  background: #fff7f7;
}

#calenderPanel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
  gap: 1px;
  padding: 1px;
  background: #cccccc;
}

#calenderPanel .day {
  background: #ffffff;
  padding: 2px;
  text-align: center;
  min-height: 3em;
}

#calenderPanel .day button {
  display: block;
  background: none;
  border: none;
  text-align: center;
  margin: 0.1em auto;
  padding:0;
  font-size: 1.5em;
}

#calenderPanel .day.available button {
  cursor: pointer;
}

#calenderPanel .day.empty {
  background: none;
}

#calenderPanel .day span {
  font-size: 0.7em;
}

#error_msg {
  width: 90%;
  max-width: 650px;
  margin: 3rem auto;
  border: 1px solid #F44336;
  border-radius: 5px;
  padding: 1rem;
  text-align: center;
  color: #F44336;
}
</pre></body></html>