@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.has-x-small-font-size {
  font-size: 10px;
}

.has-small-font-size {
  font-size: 13px;
}

.has-regular-font-size {
  font-size: 16px;
}

.has-large-font-size {
  font-size: 24px;
}

.has-x-large-font-size {
  font-size: 36px;
}

.has-huge-font-size {
  font-size: 50px;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
#mv .pd_side .ttl_mv {
  text-align: right;
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  z-index: 100;
  text-shadow: 0 0 6px RGBa(255, 255, 255, 0.4);
}
@media screen and (max-width: 479px) {
  #mv .pd_side .ttl_mv {
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 700;
  }
}
#mv .pd_side .img {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-top: -28px;
}
@media screen and (max-width: 479px) {
  #mv .pd_side .img {
    margin-top: -6px;
  }
}
#mv .pd_side .img img {
  width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 479px) {
  #mv .pd_side .img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
}
@media screen and (max-width: 479px) {
  #mv .pd_side .img.mv_index img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }
}
#mv .pd_side .pankuzu {
  padding-top: 4px;
}
#mv .pd_side .pankuzu ul {
  display: flex;
  justify-content: end;
  font-size: 1.2rem;
}
@media screen and (max-width: 479px) {
  #mv .pd_side .pankuzu ul {
    font-size: 1rem;
  }
}
#mv .pd_side .pankuzu ul li::after {
  content: " ＞ ";
}
#mv .pd_side .pankuzu ul li:last-child::after {
  display: none;
}
#mv .pd_side .pankuzu ul li a {
  color: #333;
  text-decoration: underline;
}

.swiper-pagination-bullet-active {
  background: #922B05 !important;
}

.news_list {
  border-top: 1px solid #ccc;
}
.news_list .news_item,
.news_list li {
  border-bottom: 1px solid #ccc;
}
.news_list .news_item a,
.news_list li a {
  display: flex;
  width: 100%;
  padding: 18px 1em;
  color: #333;
}
.news_list .news_item a .date,
.news_list li a .date {
  width: 7em;
}
.news_list .news_item a .cat,
.news_list li a .cat {
  width: 8em;
}
.news_list .news_item a .cat span,
.news_list li a .cat span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 1px 0.5em;
  font-size: 1.2rem;
  width: 8em;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 479px) {
  .news_list .news_item a .ttl,
  .news_list li a .ttl {
    width: 100%;
    padding-top: 4px;
  }
}
.news_list .news_item a:hover,
.news_list li a:hover {
  background: #f5f5f5;
}
@media screen and (max-width: 479px) {
  .news_list .news_item a,
  .news_list li a {
    flex-wrap: wrap;
  }
}

.guide .guide_inner {
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 60px 73px 50px 73px;
}
@media (max-width: 1200px) {
  .guide .guide_inner {
    padding: 24px 30px 20px 30px;
  }
}
.guide .guide_inner .guide_list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 38px;
}
@media (max-width: 1200px) {
  .guide .guide_inner .guide_list {
    margin-top: 28px;
    gap: 18px;
  }
}
.guide .guide_inner .guide_list .guide_item {
  width: calc((100% - 190px) / 6);
}
.guide .guide_inner .guide_list .guide_item .guide_link {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 190px;
}
.guide .guide_inner .guide_list .guide_item .guide_link:link, .guide .guide_inner .guide_list .guide_item .guide_link:visited {
  color: #333;
}
.guide .guide_inner .guide_list .guide_item .guide_link .guide_img {
  line-height: 0;
}
.guide .guide_inner .guide_list .guide_item .guide_link .guide_ttl {
  margin-top: 13px;
  font-weight: 700;
}
@media screen and (max-width: 479px) {
  .guide .guide_inner .guide_list .guide_item .guide_link {
    height: 140px;
  }
}
@media (max-width: 1200px) {
  .guide .guide_inner .guide_list .guide_item {
    width: calc((100% - 36px) / 3 );
  }
}
@media screen and (max-width: 479px) {
  .guide .guide_inner .guide_list .guide_item {
    width: calc((100% - 18px) / 2 );
  }
}

.space_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.space_link li {
  width: 48.6%;
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .space_link li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.space_link li a {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
  background: #922B05;
  margin-bottom: 20px;
  color: #000;
}
.space_link li a .img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.space_link li a .ttl {
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
  padding: 12px 2em;
  transition: all 0.3s;
  min-width: 50%;
}
@media screen and (max-width: 479px) {
  .space_link li a .ttl {
    top: 14px;
  }
}
.space_link li a .ttl .h_lv3 {
  font-size: 2.4rem;
  font-weight: 500;
  transition: all 0.3s;
}
@media screen and (max-width: 479px) {
  .space_link li a .ttl .h_lv3 {
    font-size: 1.9rem;
  }
}
.space_link li a .ttl .h_lv4 {
  font-size: 1.3rem;
  font-weight: 500;
  transition: all 0.3s;
}
@media screen and (max-width: 479px) {
  .space_link li a .ttl .h_lv4 {
    font-size: 1.1rem;
  }
}
.space_link li a .ttl.__bk {
  background: #000;
  color: #fff;
}
.space_link li a .detail {
  position: absolute;
  left: 6%;
  bottom: 30px;
  border-bottom: 1px solid #fff;
  width: 86%;
  text-align: right;
  font-size: 1.3rem;
  padding-bottom: 8px;
  color: #fff;
}
.space_link li a .detail span {
  display: inline-block;
  transition: all 0.3s;
}
.space_link li a:hover .img {
  opacity: 0.2;
}
.space_link li a:hover .ttl {
  background: none;
  color: #fff;
}
.space_link li a:hover .detail span {
  margin-right: 1.5em;
}
.space_link li .desc {
  font-size: 1.4rem;
}
@media screen and (max-width: 479px) {
  .space_link li .desc {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-bottom: 28px;
  }
}

.faq_dl {
  border-bottom: 1px solid #ccc;
}
.faq_dl dt {
  background: #F5F5F5;
  border: 1px solid #ccc;
  padding: 18px 2em;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.faq_dl dt:hover {
  background: #eee;
  color: #922B05;
}
.faq_dl dd {
  padding: 28px 2em 36px;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  display: none;
}

.flow .flow_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}
.flow .flow_item .icon {
  width: 200px;
}
@media screen and (max-width: 479px) {
  .flow .flow_item .icon {
    width: 80px;
  }
}
.flow .flow_item .icon span {
  display: flex;
  width: 200px;
  height: 200px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #F5F5F5;
  padding: 34px;
}
@media screen and (max-width: 479px) {
  .flow .flow_item .icon span {
    position: relative;
    width: 80px;
    height: 80px;
    padding: 5px;
    z-index: 11;
  }
}
.flow .flow_item .txt {
  width: calc(100% - 240px);
}
@media screen and (max-width: 479px) {
  .flow .flow_item .txt {
    width: calc(100% - 90px);
  }
}
.flow .flow_item .txt h3,
.flow .flow_item .txt h5 {
  font-size: 2rem;
  font-weight: 600;
  color: #922B05;
  margin-bottom: 10px;
}
.flow .flow_item::after {
  position: absolute;
  left: 95px;
  top: 200px;
  content: "";
  width: 10px;
  height: 50px;
  background: #f5f5f5;
}
@media screen and (max-width: 479px) {
  .flow .flow_item::after {
    left: 37px;
    top: 80px;
    height: 200px;
    width: 6px;
    z-index: 10;
  }
}
.flow .flow_item.last::after {
  display: none;
}

/*----------------------------------------------------
	index
----------------------------------------------------*/
#index #topprice .price_tab {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #922B05;
}
#index #topprice .price_tab li {
  width: 24%;
  text-align: center;
}
#index #topprice .price_tab li span {
  display: block;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px 0 0;
  background: #eee;
  padding: 12px 1em;
  color: #999;
  cursor: pointer;
  transition: all 0.3s;
}
#index #topprice .price_tab li span:hover {
  background: #333;
  color: #fff;
}
@media screen and (max-width: 479px) {
  #index #topprice .price_tab li span {
    padding: 12px 0.4em;
    height: 7em;
  }
}
#index #topprice .price_tab li.active span {
  background: #922B05;
  color: #fff;
}
#index #topprice .price_content {
  display: none;
}
#index #reason {
  background: url(../images/index/reason_bg@2x.jpg) no-repeat center center;
  background-size: cover;
}
#index #reason .ttl_fmt03 {
  text-align: center;
}
#index #reason .flex .item {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  padding: 24px 24px 34px;
}
#index #reason .flex .item .pic {
  margin-bottom: 10px;
}
#index #reason .flex .item .pic img {
  width: 100%;
}
#index #reason .flex .item h3 {
  color: #922B05;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  #index #reason .flex .item h3 {
    font-size: 1.9rem;
  }
}
#index #scene .ttl_fmt03 {
  text-align: center;
}
#index #scene .scene_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index #scene .scene_list li {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 24%;
  border: 1px solid #922B05;
  padding: 24px 1.5em;
  color: #922B05;
  margin-bottom: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 479px) {
  #index #scene .scene_list li {
    width: 48%;
  }
}
#index #topcases .cases_gallery {
  overflow: hidden;
}
#index #topcases .cases_gallery .swiper {
  verflow: visible;
  padding-top: 50px;
}
#index #topcases .cases_gallery .swiper ul li.swiper-slide {
  width: 360px;
}
#index #topcases .cases_gallery .swiper ul li.swiper-slide a {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: block;
  background: #EDEDED;
  padding: 20px 20px 30px;
  color: #333;
}
#index #topcases .cases_gallery .swiper ul li.swiper-slide a .pic {
  display: block;
  margin-bottom: 12px;
}
#index #topcases .cases_gallery .swiper ul li.swiper-slide a .pic img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#index #topcases .cases_gallery .swiper ul li.swiper-slide a h3 {
  margin-bottom: 12px;
  font-weight: 500;
}
#index #topcases .cases_gallery .swiper .swiper-controller .swiper-button-prev {
  right: 100px;
  left: auto;
  top: 22px;
  cursor: pointer;
  background: #eee;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
#index #topcases .cases_gallery .swiper .swiper-controller .swiper-button-prev svg {
  height: 22px;
  color: #333;
}
#index #topcases .cases_gallery .swiper .swiper-controller .swiper-button-next {
  right: 30px;
  left: auto;
  top: 22px;
  background: #eee;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
#index #topcases .cases_gallery .swiper .swiper-controller .swiper-button-next svg {
  height: 22px;
  color: #333;
}

/*----------------------------------------------------
	space
----------------------------------------------------*/
#pagetitle {
  padding-top: 80px;
}
#pagetitle .ttl_fmt02 .main {
  color: #922B05;
  line-height: 1.2;
}
#pagetitle .bt_link {
  padding-bottom: 80px;
  display: flex;
  gap: 20px;
}

#gallery {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}
#gallery .space_gallery .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#gallery .space_gallery .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}
#gallery .space_gallery .thumb-wrapper .thumb-media {
  border: 3px solid #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
}
#gallery .space_gallery .thumb-wrapper .thumb-media img {
  vertical-align: bottom;
}
#gallery .space_gallery .thumb-wrapper .thumb-media.thumb-media-active {
  border: 3px solid #922B05;
  opacity: 0.7;
}
#gallery .space_gallery .thumb-wrapper .thumb-media:hover {
  border: 3px solid #922B05;
  opacity: 0.7;
}
#gallery .text h2 {
  color: #922B05;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
}
#gallery .text dl dt {
  color: #922B05;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 600;
}
#gallery .text dl dd {
  margin-bottom: 40px;
}

#price_list {
  padding-top: 80px;
}
@media screen and (max-width: 479px) {
  #price_list {
    margin-bottom: 50px;
  }
}
#price_list table {
  width: 100%;
  font-size: 2.6rem;
  font-weight: 600;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 479px) {
  #price_list table {
    font-size: 1.8rem;
  }
}
#price_list table tr {
  border-bottom: 1px solid #ccc;
}
#price_list table tr th {
  font-weight: 600;
  padding: 40px 0.5em;
}
@media screen and (max-width: 479px) {
  #price_list table tr th {
    display: block;
    width: 100%;
    padding: 40px 0.5em 20px;
  }
}
#price_list table tr th span::before {
  content: "▼";
  color: #922B05;
}
#price_list table tr td {
  padding: 40px 0.5em;
}
@media screen and (max-width: 479px) {
  #price_list table tr td {
    display: block;
    width: 100%;
    padding: 6px 0.5em;
  }
}
#price_list table tr td.desc {
  font-size: 1.4rem;
  font-weight: 500;
}
#price_list table tr td.floor {
  color: #922B05;
}
#price_list table tr td.price {
  color: #922B05;
}
@media screen and (max-width: 479px) {
  #price_list table tr td.price {
    padding-bottom: 40px;
  }
}
#price_list table tr td.price small {
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  #price_list table tr td.price small {
    font-size: 1.3rem;
  }
}

#space_detail .information h2 {
  font-size: 2.2rem;
  color: #922B05;
  font-weight: 600;
  margin-bottom: 10px;
}
#space_detail .information address {
  font-weight: 600;
  margin-bottom: 30px;
}
#space_detail .information .access {
  background: #f5f5f5;
  padding: 30px 2em;
}
#space_detail .information .access h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
#space_detail .information .access .box {
  background: #fff;
  padding: 30px 2em;
}

/*----------------------------------------------------
	space_detail
----------------------------------------------------*/
#detail_info .price .warning {
  font-size: 1.3rem;
}

/*----------------------------------------------------
	price
----------------------------------------------------*/
#price #sct_campaign {
  background: #f5f5f5;
}
#price #sct_campaign .inner_gray {
  max-width: 1000px;
  margin: 0 auto;
}
#price #sct_campaign .inner_gray .cam_item .detail .off {
  border-left: 8px solid #922B05;
  padding: 18px 1.5em;
  color: #922B05;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  #price #sct_campaign .inner_gray .cam_item .detail .off {
    margin-bottom: 10px;
    font-size: 1.7rem;
    padding: 12px 1em;
  }
}
#price #sct_campaign .inner_gray .cam_item .detail .warning {
  font-size: 1.4rem;
}
@media screen and (max-width: 479px) {
  #price #sct_campaign .inner_gray .cam_item .detail .warning {
    font-size: 1.2rem;
  }
}
#price #sct_rule .dl_rule dt {
  background: #f5f5f5;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 20px 1.5em;
}
#price #sct_rule .dl_rule dd {
  padding: 24px 1.5em 60px;
}
#price #sct_rule .dl_rule dd span.red {
  color: #922B05;
}

/*----------------------------------------------------
	contact
----------------------------------------------------*/
#contact #sct_yoyaku .yoyaku .yoyaku_box a {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #922B05;
  color: #fff;
  display: block;
  padding: 20px 2em 32px;
  border: 2px solid #922B05;
}
#contact #sct_yoyaku .yoyaku .yoyaku_box a .tel {
  display: block;
  text-align: center;
  font-size: 5.4rem;
  margin-bottom: 8px;
}
#contact #sct_yoyaku .yoyaku .yoyaku_box a .time {
  display: block;
  text-align: center;
  font-size: 1.8rem;
}
#contact #sct_yoyaku .yoyaku .yoyaku_box a:hover {
  background: #fff;
  color: #922B05;
}
#contact #sct_form .contact_from table.table_from {
  width: 100%;
  border-top: 1px solid #ccc;
  font-weight: 500;
}
#contact #sct_form .contact_from table.table_from tr th {
  border-bottom: 1px solid #ccc;
  width: 10em;
  padding: 20px 0.5em;
}
#contact #sct_form .contact_from table.table_from tr th small {
  color: #922B05;
}
#contact #sct_form .contact_from table.table_from tr td {
  border-bottom: 1px solid #ccc;
  padding: 20px 0.5em;
}
#contact #sct_form .contact_from table.table_from tr td input {
  width: 100%;
  padding: 4px;
  background: #eee;
  border: none;
}
#contact #sct_form .contact_from table.table_from tr td textarea {
  width: 100%;
  height: 140px;
  padding: 4px;
  background: #eee;
  border: none;
}

/*----------------------------------------------------
	cases
----------------------------------------------------*/
#cases .cases_gallery ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
}
#cases .cases_gallery ul li {
  width: 32%;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  #cases .cases_gallery ul li {
    width: 100%;
  }
}
#cases .cases_gallery ul li a {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: block;
  background: #EDEDED;
  padding: 20px 20px 30px;
  color: #333;
}
#cases .cases_gallery ul li a:hover {
  opacity: 0.7;
}
#cases .cases_gallery ul li a .pic {
  display: block;
  margin-bottom: 12px;
}
#cases .cases_gallery ul li a .pic img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
}
#cases .cases_gallery ul li a h3 {
  margin-bottom: 12px;
  font-weight: 500;
}
