@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
  /* font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
}

.page-outer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 62.5%;
}

a {
  text-decoration: none;
  outline: none;
}

/*
 * .main
 * -------------------------------------------------------------------
 */
.main {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
  font-feature-settings: 'palt';
}

.main img {
  width: 100%;
  height: auto;
}

@keyframes menu-container-appeared {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes menu-container-leaved {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
.nav-header {
  position: relative;
  padding-top: 0px;
  z-index: 1;
  overflow: hidden;
  height: 76px;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 1160px;
}
@media screen and (max-width: 767px) {
  .nav-header {
    min-width: 100%;
    height: 57px;
  }
}
.nav-header__container {
  display: flex;
  justify-content: flex-end;
  max-width: 1160px;
  height: 5rem;
  margin: 0 auto;
  padding: 0 0 0 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .nav-header__container {
    padding: 0 0;
  }
}
.nav-header__logo {
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 218px;
}
@media screen and (max-width: 767px) {
  .nav-header__logo {
    width: 134px;
  }
}
.nav-header__logo img {
  width: 100%;
  height: auto;
}

.fixmenu {
  background: #fff;
  position: fixed;
  box-sizing: border-box;
  padding: 8px 5%;
  width: 100%;
  transition: all 0.5s;
  z-index: 9999;
}

.fixed.fixmenu {
  bottom: 0px;
}

@media screen and (min-width: 768px) {
  .fixmenu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fixmenu {
    height: 100px;
    bottom: -100px;
  }
}
.nav-pagetop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: -1000;
  width: 70px;
  height: 70px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  background: #08aeb0;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-pagetop.active {
  opacity: 1;
  z-index: 1000;
}
.nav-pagetop:before {
  display: block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  content: '\e5ce';
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-pagetop:after {
  content: 'PAGETOP';
  display: block;
  padding: 4px 0px;
}
.nav-pagetop:hover {
  background: #079698;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.nav-pagetop:hover:before {
  transform: translateY(-4px);
}

.mainvisual {
  background-color: #231816;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
  font-feature-settings: 'palt';
}
.mainvisual::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
}
.mainvisual__container {
  position: relative;
  z-index: 1;
  display: block;
  justify-content: flex-end;
  padding-top: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mainvisual__container {
    padding-top: 40px;
  }
}
.mainvisual__text-main {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mainvisual__text-main {
    font-size: 5.6rem;
  }
}
.mainvisual__text-sub {
  padding-top: 1.6rem;
  color: #231816;
  font-size: 1.6rem;
}
.mainvisual-image {
  position: relative;
  left: 50%;
  width: 1640px;
  height: 397px;
  margin-left: -680px;
  background-image: url('/event/renovation/img/main_pic_01_pc.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .mainvisual-image {
    background-size: cover;
    width: 100%;
    left: 0;
    height: 65.2vh;
    margin-left: 5%;
    background-image: url(/event/renovation/img/main_pic_01_sp.jpg);
    background-size: cover;
    display: flex;
    align-items: flex-end;
  }
}
.mainvisual-title {
  background-color: #231816;
  color: #fff;
}
.mainvisual-lead {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0.14em;
  overflow: hidden;
  top: 200px;
  letter-spacing: 0.14em;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mainvisual-lead {
    top: 0;
    bottom: 10px;
    position: relative;
    height: auto;
    display: block;
    left: 0;
    margin: 0 0 10px;
  }
}
.mainvisual__lead-main {
  font-size: 3.1rem;
  line-height: 76px;
  height: 76px;
  overflow: hidden;
  background-color: #231816;
  padding-left: 40px;
  padding-right: 15px;
  display: inline-block;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .mainvisual__lead-main {
    padding-left: 15px;
    padding-right: 10px;
    font-size: 1.6rem;
    line-height: 39px;
    height: 39px;
  }
}
.mainvisual__lead-sub {
  font-size: 3.1rem;
  height: 96px;
  overflow: hidden;
  line-height: 96px;
  display: flex;
  align-items: baseline;
  margin-top: 5px;
  background-color: #231816;
  padding-left: 40px;
  padding-right: 15px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .mainvisual__lead-sub {
    font-size: 1.6rem;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 50px;
    height: 50px;
    margin-top: 2px;
  }
}
.mainvisual__lead-sub--brawn {
  color: #b38247;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .mainvisual__lead-sub--brawn {
    font-size: 2.5rem;
  }
}
.mainvisual-title-wrapper {
  display: flex;
  justify-content: center;
  width: 1160px;
  align-items: center;
  margin-top: 20px;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  .mainvisual-title-wrapper {
    width: 100%;
    flex-flow: column;
  }
}
.mainvisual-title {
  text-align: center;
  margin: 28px auto;
}
@media screen and (max-width: 767px) {
  .mainvisual-title {
    margin: 28px auto 28px;
  }
}
.mainvisual__title-box {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mainvisual__title-box {
    width: 100%;
  }
}
.mainvisual__title-main {
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
  /* padding-right: 25px; */
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .mainvisual__title-main {
    font-size: 3.4rem;
    width: 100%;
    letter-spacing: 0.1em;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
  }
}
.mainvisual__title-sub {
  font-size: 2.2rem;
  text-align: center;
  border: 1px solid #fff;
  letter-spacing: 0.1em;
  padding: 0 40px;
  display: inline-block;
  line-height: 49px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mainvisual__title-sub {
    font-size: 1.4rem;
    line-height: 30px;
    padding: 0 5px;
    width: 69%;
    margin: 0 auto;
  }
}
.mainvisual__title-date {
  width: 363px;
}
@media screen and (max-width: 767px) {
  .mainvisual__title-date {
    width: 294px;
    padding: 15px 0 45px;
  }
}
.mainvisual__title-date img {
  width: 100%;
}

.ipad .mainvisual__lead-main {
  padding-left: 100px;
}

.ipad .mainvisual__lead-sub {
  padding-left: 100px;
}

.page-heading__content {
  margin: 0;
  padding: 0;
}
.page-heading__content--left {
  text-align: left;
}
.page-heading__content--center {
  text-align: center;
}
.page-heading__content--right {
  text-align: right;
}
.page-heading__text-main {
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  font-size: 4rem;
}
.page-heading__text-main:after {
  display: block;
  max-width: 240px;
  padding-top: 2.4rem;
  border-bottom: 3px solid #231816;
  content: '';
}
.page-heading__content--left .page-heading__text-main::after {
  margin-left: 0;
  margin-right: auto;
}
.page-heading__content--center .page-heading__text-main::after {
  margin-left: auto;
  margin-right: auto;
}
.page-heading__content--right .page-heading__text-main::after {
  margin-left: auto;
  margin-right: 0;
}
.page-heading__text-sub {
  font-weight: 400;
  font-size: 1.6rem;
  color: #231816;
  padding-top: 2.4rem;
}
.page-heading__message {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 6.4rem;
  color: #aaaaaa;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
}

.page-heading-sub__content {
  margin: 0;
  padding: 0;
}
.page-heading-sub__content--left {
  text-align: left;
}
.page-heading-sub__content--center {
  text-align: center;
}
.page-heading-sub__content--right {
  text-align: right;
}
.page-heading-sub__text {
  position: relative;
  font-size: 2.4rem;
}
.page-heading-sub__text:before {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 1.6em;
  margin-right: 0.8rem;
  border-radius: 3px;
  background: #08aeb0;
  content: '';
}
.page-heading-sub__message {
  margin: 0 auto;
  padding-top: 1.6rem;
  color: #aaaaaa;
  font-weight: 400;
  font-size: 1.6rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: opacity 0.3s ease;
  opacity: 0;
  color: #242424;
  box-sizing: border-box;
}

.modal-open {
  overflow: hidden;
}

/* モーダルが表示されるときのスタイル */
.modal.modal--show {
  display: block;
  opacity: 1;
  z-index: 9999;
}

.modal__header {
  padding: 0;
  line-height: 64px;
  background: #ecedef;
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

.modal__title {
  margin: 0;
}

.modal__body {
  margin: 40px 60px 40px;
}

@media screen and (max-width: 767px) {
  .modal__body {
    margin: 40px 40px 40px 20px;
  }
}
.modal__text {
  margin: 0;
  padding-left: 15px;
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .modal__text {
    font-size: 18px;
  }
}
.modal__text:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: -15px;
  width: 4px;
  height: 20px;
  background: #bac1ca;
}

.modal__content {
  background-color: #fefefe;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1160px;
  min-width: 768px;
}

@media screen and (max-width: 767px) {
  .modal__content {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    height: 100vh;
  }
}
.modal__close-btn {
  opacity: 1;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  font-size: 0;
  transition: opacity 0.3s;
  position: absolute;
}

.modal__close-btn:before,
.modal__close-btn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background: #212121;
}

.modal__close-btn:before {
  transform: rotate(30deg);
}

.modal__close-btn:after {
  transform: rotate(-30deg);
}

.modal__close-btn:hover,
.modal__close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal--show {
  display: block;
}

.accordion {
  margin: 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-weight: normal;
  min-height: 400px;
  height: 390px;
  padding: 0px 60px 40px;
}

@media screen and (max-width: 767px) {
  .accordion {
    padding: 0px 20px 100px;
    height: calc(100% - 113px);
  }
}
.accordion__item {
  width: 47.899%;
  box-sizing: border-box;
  padding: 1px;
}

@media screen and (max-width: 767px) {
  .accordion__item {
    width: 100%;
    display: block;
  }
}
.accordion__header {
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  line-height: 1.6;
  transition: opacity 0.5s;
  border: none;
  outline: none;
  padding: 26px 40px 25px 0;
  background: url(/event/renovation/img/icon_plus.gif) no-repeat right 15px
    center/15px;
  border-bottom: 1px solid #d8d8d8;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .accordion__header {
    font-weight: bold;
  }
}
.accordion__item:first-child .accordion__header {
  border-top: 1px solid #d8d8d8;
}

.accordion__item:nth-child(2) .accordion__header {
  border-top: 1px solid #d8d8d8;
}

.accordion__header--active {
  background: url(/event/renovation/img/icon_minus.gif) no-repeat right 15px
    center/15px;
}

@media screen and (min-width: 768px) {
  .accordion__header:hover {
    opacity: 0.6;
  }
}
.accordion__panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion__panel a {
  display: block;
  text-decoration: none;
  padding-left: 12px;
  color: #242424;
  font-size: 18px;
  border-bottom: 1px solid #d8d8d8;
  padding: 26px 40px 26px 12px;
  transition: opacity 0.5s;
}

@media screen and (min-width: 768px) {
  .accordion__panel a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .accordion__panel a {
    padding-left: 22px;
  }
}
/*
  .accordion__panel a:not(:first-child) {
    border-bottom: 1px solid red;
  } */
.accordion__toggle-btn {
  float: right;
}

.button {
  width: 400px;
}

.swiper-container {
  height: 421px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '';
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    transition: 0.2s;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 26px;
    height: 26px;
  }
}

.swiper-button-next {
  right: -25px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: -13px;
  }
}

.swiper-button-prev {
  left: -25px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: -13px;
  }
}

.swiper {
  overflow: visible;
}

.swiper-thumbnail .swiper-slide,
.swiper-thumbnail-2 .swiper-slide,
.swiper-thumbnail-3 .swiper-slide,
.swiper-thumbnail-4 .swiper-slide {
  padding: 3px;
  box-sizing: border-box;
  border: 3px solid #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .swiper-thumbnail .swiper-slide,
  .swiper-thumbnail-2 .swiper-slide,
  .swiper-thumbnail-3 .swiper-slide,
  .swiper-thumbnail-4 .swiper-slide {
    transition: 0.2s;
  }
  .swiper-thumbnail .swiper-slide:hover,
  .swiper-thumbnail-2 .swiper-slide:hover,
  .swiper-thumbnail-3 .swiper-slide:hover,
  .swiper-thumbnail-4 .swiper-slide:hover {
    opacity: 0.7;
  }
}

.swiper-thumbnail .swiper-slide-thumb-active,
.swiper-thumbnail-2 .swiper-slide-thumb-active,
.swiper-thumbnail-3 .swiper-slide-thumb-active,
.swiper-thumbnail-4 .swiper-slide-thumb-active {
  border: 3px solid #e8c568;
  overflow: hidden;
  box-sizing: border-box;
}

.swiper-thumbnail,
.swiper-thumbnail-2,
.swiper-thumbnail-3,
.swiper-thumbnail-4 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-thumbnail,
  .swiper-thumbnail-2,
  .swiper-thumbnail-3,
  .swiper-thumbnail-4 {
    margin-top: 12px;
  }
}

/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * トップページ
 * -------------------------------------------------------------------
 */
.search {
  width: 1160px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .search {
    width: 90%;
  }
}
.search__container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .search__container {
    width: 100%;
    margin: 0 auto;
  }
}
.search__text {
  margin-top: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  color: #231816;
  margin: 40px auto 20px auto;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .search__text {
    font-size: 1.5rem;
    white-space: nowrap !important;
    overflow: visible;
    letter-spacing: 0.06em;

    /* text-align: center; */
    margin: 40px auto 10px;
  }
  .search__text:first-child {
    /* text-align-last: justify; */
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .search__text:first-child {
    text-align-last: center;
  }
}

@media screen and (max-width: 500px) {
  .search__text:first-child {
    /* text-align-last: justify; */
    letter-spacing: 0.2em;
  }
}
.search__small-text {
    display: block;
    font-size: 0.8em;
    padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .search__small-text {
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .search__small-text {
  }
}
@media screen and (max-width: 500px) {
  .search__small-text {
  }
}
.search__button {
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  background-color: #b38247;
  border: none;
  width: 1000px;
  line-height: 110px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  border-radius: 55px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .search__button {
    transition: 0.2s;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .search__button {
    width: 100%;
    font-size: 2.4rem;
    margin: 0 auto;
    line-height: 84px;
  }
}
.search__button:hover {
  opacity: 0.8;
}

.search__button::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(/event/renovation/img/button_icon_01_pc.png);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  right: -119px;
}
@media screen and (max-width: 767px) {
  .search__button::after {
    right: -11px;
    width: 11px;
    height: 11px;
  }
}

.message {
  background-color: #fff;
  width: 100%;
}
.message__container {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .message__container {
    width: 100%;
    margin: 0 auto;
  }
}
.message__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message__content {
    width: 100%;
  }
}
.message__heading {
  margin-bottom: 6.4rem;
}
.message__text {
  color: #231816;
  font-size: 1.6rem;
  line-height: 2.2;
  font-size: 2.5rem;
  text-align: center;
  margin: 80px auto 60px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .message__text {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}
.message__heading {
  font-size: 4rem;
  line-height: 1.5;
  color: #b38247;
  text-align: center;
  font-weight: bold;
  margin: 70px auto 90px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .message__heading {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin: 60px auto 60px;
  }
}
.message__chart {
  width: 611px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .message__chart {
    width: 90%;
  }
}
.message__chart img {
  width: 100%;
}

.top-intro__container {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 12.4rem 15px;
}
.top-intro__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.top-intro__heading {
  margin-bottom: 6.4rem;
}
.top-intro__text {
  color: #aaaaaa;
  font-size: 1.6rem;
}
.top-intro__guide {
  padding-top: 6.4rem;
}

.shmr {
  background-color: #f5f2e9;
  padding: 100px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shmr {
    padding: 50px 0;
  }
}
.shmr__container {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shmr__container {
    width: 90%;
    margin: 0 auto;
  }
}
.shmr__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shmr__content {
    max-width: 100%;
    margin: 0 auto;
  }
}

.cards__item {
  border: 2px solid #b38247;
  width: 900px;
  border-radius: 10px;
  margin-bottom: 35px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cards__item {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.cards__item:last-child {
  margin-bottom: 0;
}

.card__title {
  display: flex;
  justify-content: flex-start;
  position: relative;
  left: 0;
  margin: 55px 0 35px;
}
@media screen and (max-width: 767px) {
  .card__title {
    margin: 30px 0 25px;
  }
}
.card__title::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 18px;
  background-color: #b38247;
  position: relative;
  margin-right: 10px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .card__title::before {
    width: 18px;
    height: 12px;
    top: -1px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .card__title {
    flex-direction: column;
    text-align: left;
    display: block;
  }
}
.card__title-sub {
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #b38247;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .card__title-sub {
    font-size: 1.75rem;
    display: inline-block;
  }
}
.card__title-main {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  color: #231816;
}
@media screen and (max-width: 767px) {
  .card__title-main {
    font-size: 3rem;
    margin-left: 20px;
    margin-top: 15px;
    letter-spacing: 0.04em;
    display: block;
    white-space: nowrap;
  }
}
.card__tumbnail {
  margin: 0 auto;
  text-align: center;
  width: 800px;
}
@media screen and (max-width: 767px) {
  .card__tumbnail {
    width: 94%;
  }
}
.card__tumbnail img {
  width: 100%;
  height: auto;
}
.card__text {
  text-align: left;
  font-size: 2rem;
  line-height: 1.6;
  color: #231816;
  letter-spacing: 0.06em;
  margin: 25px auto 50px;
  width: 776px;
}
@media screen and (max-width: 767px) {
  .card__text {
    padding: 0 15px;
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.8;
    margin: 25px auto 40px;
    width: 94%;
  }
}

.example {
  width: 100%;
}
.example__container {
  margin: 0 auto;
}
.example__header {
  margin: 0 auto;
  text-align: center;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}
.example__header-image {
  position: relative;
  margin: 0;
  width: 100%;
  height: 286px;
  object-fit: contain;
  background-image: url('/event/renovation/img/h2_img_01_pc.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .example__header-image {
    height: 143px;
    background-image: url('/event/renovation/img/h2_img_01_sp.jpg');
  }
}
.example__content {
  min-width: 1160px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 0px;
}
@media screen and (max-width: 767px) {
  .example__content {
    min-width: 100%;
    padding: 60px 0 0px;
  }
}
.example__heading {
  margin-bottom: 6.4rem;
}
.example__text {
  color: #aaaaaa;
  font-size: 1.6rem;
}
.example__title {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  letter-spacing: 0.1em;
  line-height: 286px;
}
@media screen and (max-width: 767px) {
  .example__title {
    font-size: 2.5rem;
    line-height: 143px;
  }
}

.example-case {
  margin: 0 auto;
  text-align: left;
}
.example-case-heading__text-sub {
  margin: 0 auto 30px;
}
.example-case-heading {
  position: relative;
}
.example-case-heading::before {
  position: absolute;
  top: -53px;
  left: 50%;
  margin: 0 0;
  content: '';
  width: 1px; /*--縦線の太さ(幅)--*/
  height: 43px;
  background-color: #999;
}
@media screen and (max-width: 767px) {
  .example-case-heading::before {
    top: -29px;
    height: 24px;
  }
}
.example-case-heading__text-main {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  color: #b38247;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .example-case-heading__text-main {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.example-case__thumbnail {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .example-case__thumbnail {
    width: 100%;
  }
}
.example-case__title {
  color: #b38247;
  line-height: 1.3;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 820px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .example-case__title {
    width: 90%;
    font-size: 2rem;
  }
}
.example-case__text {
  width: 820px;
  font-size: 2rem;
  line-height: 1.8;
  margin: 0 auto 75px;
}
@media screen and (max-width: 767px) {
  .example-case__text {
    width: 90%;
    font-size: 1.5rem;
    margin: 0 auto 60px;
  }
}
.example-case__arrow {
  margin: 25px auto 30px;
  width: 10px;
}
@media screen and (max-width: 767px) {
  .example-case__arrow {
    width: 6px;
    margin: 12px auto 15px;
  }
}

.example-case1-heading__text-sub {
  width: 144px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .example-case1-heading__text-sub {
    width: 81px;
    margin: 0 auto 15px;
  }
}

.example-case2-heading__text-sub {
  display: block;
  width: 152px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .example-case2-heading__text-sub {
    width: 86px;
    margin: 0 auto 15px;
  }
}

.example-interior__container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.example-interior-heading {
  line-height: 45px;
  height: 45px;
  color: #fff;
  font-size: 2.7rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 20px;
  display: block;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .example-interior-heading {
    line-height: 33px;
    height: 33px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.example-interior-heading--darkbrown {
  background-color: #787067;
}
.example-interior-heading--brown {
  background-color: #b38247;
}

.example-interior {
  position: relative;
}
@media screen and (max-width: 767px) {
  .example-interior {
    width: 90%;
    margin: 0 auto;
  }
}

.example-case__interior-slider {
  position: relative;
}

.example-case__interior-slider__main {
  width: 100%;
  height: 421px;
}

.example-case__interior-slider__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.example-case__interior-slider__thumbnails {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.example-case__interior-slider__thumbnail {
  width: 30%;
  cursor: pointer;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  letter-spacing: 0.06em;
}

.example-case__interior-slider__thumbnail.active {
  border: 1px solid #000;
}

.example-interior-before__container {
  position: relative;
}

.example-case-heading__text-main {
  line-height: 1.6;
}

.example-plan {
  background-color: #f5f2e9;
  width: 100%;
  padding: 70px 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .example-plan {
    padding: 30px 0 35px;
    margin-top: 20px;
  }
}
.example-plan__container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .example-plan__container {
    max-width: 90%;
    flex-direction: column;
    padding: 5%;
  }
}
.example-plan-heading {
  line-height: 45px;
  height: 45px;
  color: #fff;
  font-size: 2.7rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 20px;
  display: block;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .example-plan-heading {
    line-height: 33px;
    height: 33px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.example-plan-before,
.example-plan-after {
  width: 100%;
}
.example-plan-heading--darkbrown {
  background-color: #787067;
}
.example-plan-heading--brown {
  background-color: #b38247;
}
.example-plan-before__container,
.example-plan-after__container {
  width: 397px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .example-plan-before__container,
  .example-plan-after__container {
    width: 100%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .example-plan-after__container {
    margin: 0 auto 10px;
  }
}
.example-plan__image-1 {
  width: 382px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .example-plan__image-1 {
    width: 212px;
  }
}
.example-plan__image-2 {
  width: 382px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .example-plan__image-2 {
    width: 212px;
  }
}
.example-plan__image-3 {
  width: 370px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .example-plan__image-3 {
    width: 228px;
  }
}
.example-plan__image-4 {
  width: 370px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .example-plan__image-4 {
    width: 228px;
  }
}

.pbAreaWrapper1 {
  top: 0 !important;
  margin-bottom: 0 !important;
}
.company-group .company-list {
  display: -webkit-box;

  display: flex;
  font-size: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .company-group .company-list {
    font-size: 10px;
    margin-right: -3px;
    margin-left: -3px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: -12px;
  }
}
.company-group .group-list.left .company-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 751px) {
  .company-group .group-list.left .company-list li {
    padding: 0 5px;
    /* width: 33.3% */
  }

  .company-group .group-list.left .company-list li a {
    display: block;
  }

  .company-group .group-list.left .company-list li a ~ a {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 751px) and (min-width: 751px) {
  .company-group .group-list.left .company-list li a img {
    max-width: none;
    height: 40px;
    width: auto !important;
  }
}

@media screen and (max-width: 750px) {
  .company-group .group-list.left .company-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 750px) {
  .company-group .company-list li {
    margin-bottom: 0;
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 50%;
    width: 50%;
    padding: 0 3px;
  }
}

@media screen and (max-width: 767px) {
  .b-is-pc {
    display: none !important;
  }
  .b-is-sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .b-is-pc {
    display: block !important;
  }
  .b-is-sp {
    display: none !important;
  }
}

.b-m-footerBottom {
  background: #44444d;
  height: 45px;
}

.b-m-footerBottom .b-a-wrapper,
.b-m-footerBottom .b-page-search #ss-result,
.b-page-search .b-m-footerBottom #ss-result {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.b-m-footerBottom_links {
  display: flex;
}

.b-m-footerBottom .b-a-textLink_anchor {
  color: #99999c;
  font-size: 12px;
  /* letter-spacing: .32px; */
}

.b-m-footerBottom .b-a-textLink:not(:last-of-type):after {
  color: #99999c;
  content: '/';
  display: inline-block;
  margin: 0 12px;
}

.b-m-footerBottom_copyright {
  color: #c4c4c4;
  font-size: 10px;
  text-align: center;
}

.b-a-textLink {
  position: relative;
}

.b-a-textLink_anchor {
  background: no-repeat 10px center;
  transition: opacity 0.3s;
}

.b-a-textLink_anchor:hover {
  opacity: 0.6;
}

.b-is-ie .b-a-textLink_anchor {
  margin-bottom: -0.18em;
  padding-top: 0.18em;
}

.b-a-wrapper,
.b-page-search #ss-result {
  margin: 0 auto;
  position: relative;
  width: 1160px;
}
.footer .footer-bottom {
  padding: 0 !important;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  footer.footer {
    margin-top: 60px;
  }
  footer .footer-top {
    padding: 45px 60px 15px;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    padding-top: 45px;
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  #back-to-top {
    bottom: 125px !important;
  }
  .b-m-footerBottom {
    display: block;
    height: auto;
    padding: 15px 0 12px 0;
  }

  .b-m-footerBottom.b-is-wide,
  .b-m-footerBottom.b-m-tooltipInText {
    padding-bottom: 85px;
  }

  .b-m-footerBottom .b-a-wrapper,
  .b-m-footerBottom .b-page-search #ss-result,
  .b-page-search .b-m-footerBottom #ss-result {
    display: block;
  }

  .b-m-footerBottom_links {
    margin-bottom: 28px;
    flex-wrap: wrap;
  }

  .b-m-footerBottom .b-a-textLink {
    margin-bottom: 5px;
  }

  .b-m-footerBottom .b-a-textLink:not(:last-of-type):after {
    margin: 0 4px;
  }
  .b-a-wrapper,
  .b-page-search #ss-result {
    width: calc(100% - 40px);
  }
  .b-m-footerBottom_copyright {
    letter-spacing: -0.015em;
    text-align: left;
  }
}

@media (hover: hover) {
  .company-group a:hover {
    opacity: 0.7;
  }
}
