@charset "UTF-8";
/*矢印ボタン用*/
/*flexレイアウト用*/
.mb-common-40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 979px) {
  .mb-common-40 {
    margin-bottom: 25px !important;
  }
}
.mb-common-75 {
  margin-bottom: 75px !important;
}
@media only screen and (max-width: 979px) {
  .mb-common-75 {
    margin-bottom: 35px !important;
  }
}

table.layout {
  font-size: 1.6rem;
  line-height: 1.75;
  width: 100%;
}
table.layout-small {
  font-size: 1.4rem;
}
table.layout td:first-child {
  white-space: nowrap;
}

.pagetop {
  display: block;
  position: fixed;
  bottom: 80px;
  right: 50px;
  z-index: 10;
  width: 32px;
  height: 32px;
  display: none;
}

.btn {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  background: #bea500;
  border: 2px solid #bea500;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.btn > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.btn-small {
  height: 30px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.btn:hover {
  background: #ffffff;
  color: #bea500;
}
.btn-dead {
  background: #bfbfbf;
  border: 2px solid #bfbfbf;
}
.btn-dead:hover {
  background: #bfbfbf;
  border: 2px solid #bfbfbf;
  color: #ffffff;
}

.reserve-column {
  width: 100%;
  border: 1px solid #322b24;
  margin: 80px 0;
  padding: 45px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reserve-column > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.reserve-column .reserve-column-col-2-txt-0 {
  display: none;
}
.reserve-column-col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
}
.reserve-column-col-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.reserve-column-col-1-inner {
  padding-left: 40px;
  padding-right: 66px;
}
.reserve-column-col-1-inner span {
  display: block;
}
.reserve-column-col-1-ttl_en {
  font-size: 4.6rem;
  font-weight: bold;
  padding-bottom: 15px;
}
.reserve-column-col-1-ttl_ja {
  font-size: 1.8rem;
  font-weight: bold;
}
.reserve-column-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-left: 1px solid #322b24;
  text-align: left;
}
.reserve-column-col-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.reserve-column-col-2-inner {
  padding-left: 66px;
  padding-right: 40px;
}
.reserve-column-col-2-inner span {
  display: block;
}
.reserve-column-col-2-txt-1 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.reserve-column-col-2-txt-2 {
  font-size: 4.6rem;
  font-weight: bold;
  color: #bea500;
  padding-bottom: 10px;
}

@media only screen and (min-width: 980px) {
  .reserve-column.reserve-column-home {
    display: block;
    padding: 50px 90px;
  }
  .reserve-column.reserve-column-home .reserve-column-col-1 {
    display: block;
    text-align: center;
    padding: 0;
    padding-bottom: 30px;
  }
  .reserve-column.reserve-column-home .reserve-column-col-1-inner {
    padding: 0;
  }
  .reserve-column.reserve-column-home .reserve-column-col-2 {
    display: block;
    text-align: center;
    border-left: 0;
    border-top: 1px solid #322b24;
  }
  .reserve-column.reserve-column-home .reserve-column-col-2-txt-0 {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.75;
  }
  .reserve-column.reserve-column-home .reserve-column-col-2-inner {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reserve-column.reserve-column-home .reserve-column-col-2-inner > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .reserve-column.reserve-column-home .reserve-column-col-2-inner span {
    display: block;
  }
  .reserve-column.reserve-column-home .reserve-column-col-2-txt-1 {
    font-size: 1.6rem;
    font-weight: normal;
    padding-bottom: 20px;
    order: 2;
  }
  .reserve-column.reserve-column-home reserve-column-col-2-txt-2 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #bea500;
    padding-bottom: 10px;
    order: 1;
  }
  .reserve-column.reserve-column-home .reserve-column-col-2 .btn-small {
    order: 3;
    width: 315px;
  }
}
/*L*/
@media only screen and (max-width: 979px) {
  .reserve-column {
    width: 100%;
    border: 1px solid #322b24;
    margin: 50px 0;
    padding: 10px 0 0;
    display: block;
  }
  .reserve-column .reserve-column-col-2-txt-0 {
    display: none;
  }
  .reserve-column-col-1 {
    display: block;
    text-align: center;
  }
  .reserve-column-col-1-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .reserve-column-col-1-inner span {
    display: block;
  }
  .reserve-column-col-1-ttl_en {
    font-size: 2.8rem;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .reserve-column-col-1-ttl_ja {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .reserve-column-col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-left: 0;
    text-align: left;
  }
  .reserve-column-col-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .reserve-column-col-2-inner {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reserve-column-col-2-inner > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .reserve-column-col-2-inner span {
    display: block;
  }
  .reserve-column-col-2-txt-1 {
    font-size: 1.6rem;
    font-weight: normal;
    padding-bottom: 20px;
    order: 2;
  }
  .reserve-column-col-2-txt-2 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #bea500;
    padding-bottom: 10px;
    order: 1;
  }
  .reserve-column-col-2 .btn-small {
    order: 3;
  }
}
/*maxL*/
.local_nav {
  max-width: 1020px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 70px auto 0;
}
.local_nav > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.local_nav-col {
  width: auto;
  text-align: center;
}
.local_nav-btn {
  display: inline-block;
  letter-spacing: 0.025em;
  color: #322b24;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  height: 45px;
}
.local_nav-btn:after {
  content: '';
  border-top: 7px solid #322b24;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.local_nav-btn:hover::after {
  bottom: -5px;
}
.local_nav-access .local_nav-col {
  width: 33.3%;
}
.local_nav-about {
  margin: 0 auto 0;
}
.local_nav-about .local_nav-btn {
  height: auto;
}
.local_nav-about .local_nav-btn:after {
  width: 15px;
  height: 8px;
  background-image: url(../img/about/d_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 0;
  right: -30px;
  top: 6px;
  margin-right: 0;
  left: auto;
  bottom: auto;
}
.local_nav-about .local_nav-btn:hover::after {
  top: 10px;
}
.local_nav-about-outer {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 auto 0;
  padding: 20px 0;
}
.local_nav-about-outer.fixed {
  position: fixed;
  left: 0;
  top: 120px;
  border-top: 2px solid #dddddd;
  z-index: 100;
}

@media only screen and (max-width: 979px) {
  .local_nav {
    max-width: 1020px;
    display: block;
    margin: 50px auto 0;
  }
  .local_nav-col {
    width: 100%;
    text-align: left;
    padding: 0 60px;
    margin-bottom: 24px;
  }
  .local_nav-col:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 979px) and (max-width: 374px) {
  .local_nav-col {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 979px) {
  .local_nav-access .local_nav-col {
    width: 100%;
  }
  .local_nav-btn {
    display: inline-block;
    letter-spacing: 0.025em;
    color: #322b24;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    height: auto;
    padding-left: 24px;
  }
  .local_nav-btn:after {
    content: '';
    border-top: 7px solid #322b24;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: 0;
    bottom: auto;
    margin-top: -3px;
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  }
  .local_nav-btn:hover::after {
    bottom: -5px;
  }
  .local_nav-about {
    margin: 0 auto 0;
  }
  .local_nav-about .local_nav-btn {
    height: auto;
    padding-left: 30px;
  }
  .local_nav-about .local_nav-btn:after {
    width: 15px;
    height: 8px;
    background-image: url(../img/about/d_arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 0;
    right: auto;
    top: 8px;
    margin-right: 0;
    left: 0;
    bottom: auto;
  }
  .local_nav-about .local_nav-btn:hover::after {
    top: 10px;
  }
  .local_nav-about-outer {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
    position: relative;
    margin: 0 auto 0;
    padding: 50px 0 20px;
  }
  .local_nav-about-outer.fixed {
    position: relative;
    top: auto;
    left: auto;
  }
}
/*maxL*/
.txt-main {
  font-size: 1.6rem;
  line-height: 1.93;
  margin-bottom: 2em;
}
@media only screen and (max-width: 979px) {
  .txt-main {
    line-height: 1.75;
  }
}

.ttl-brown {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #ffffff;
  background: #69594a;
  margin-bottom: 20px;
}
.ttl-brown > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ttl-brown-icon {
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.ttl-brown-icon > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ttl-brown-noicon {
  padding-left: 30px;
}
@media only screen and (max-width: 979px) {
  .ttl-brown-noicon {
    padding-left: 15px;
  }
}

/*スクロールバー全体*/
.price-data {
  scrollbar-width: thin;
  scrollbar-color: #322b24 #bfbfbf;
}
.price-data scrollbar {
  border-radius: 3px;
}

.price-data::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #bfbfbf;
  border-radius: 3px;
}

/*スクロールバーの軌道*/
.price-data::-webkit-scrollbar-track {
  border-radius: 3px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
.price-data::-webkit-scrollbar-thumb {
  background-color: #322b24;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*下の余白クラス*/
.pb_common-10 {
  padding-bottom: 10px;
}
.pb_common-20 {
  padding-bottom: 20px;
}
.pb_common-30 {
  padding-bottom: 30px;
}
.pb_common-40 {
  padding-bottom: 40px;
}
.pb_common-50 {
  padding-bottom: 50px;
}

/*ティザーサイト設定*/
.main-v {
  width: 100%;
  height: 600px;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .main-v {
    height: 500px;
    overflow: hidden;
  }
}
.main-v .swiper-slide {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: 50% 50%;
}
.main-v .swiper-slide-1 {
  background-image: url(../img/home/slide-1.jpg);
}
.main-v .swiper-slide-2 {
  background-image: url(../img/home/slide-2.jpg);
}
.main-v .swiper-slide-3 {
  background-image: url(../img/home/slide-3.jpg);
}
.main-v .swiper-slide-4 {
  background-image: url(../img/home/slide-4.jpg);
}
.main-v .swiper-slide-5 {
  background-image: url(../img/home/slide-5.jpg);
}
.main-v .swiper-slide-6 {
  background-image: url(../img/home/slide-6.jpg);
}
@media only screen and (max-width: 979px) {
  .main-v .swiper-slide {
    height: 500px;
  }
}
.main-v-link {
  width: 81px;
  height: 50px;
  border-radius: 5px;
  background: #bea500;
  position: fixed;
  top: 154px;
  right: -25px;
  z-index: 101;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.main-v-link img {
  width: 22px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 15px;
}
.main-v-link:hover {
  right: -5px;
}
@media only screen and (max-width: 979px) {
  .main-v-link {
    display: none;
  }
}
.main-v-read {
  padding: 40px 0 30px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000 90%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.78;
}
@media only screen and (max-width: 979px) {
  .main-v-read {
    font-size: 1.55rem;
    padding-bottom: 20px;
  }
}

.home-info {
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
  background: #ffffff;
  border: 2px solid #bf2b2b;
  color: #bf2b2b;
  font-size: 1.6rem;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  line-height: 1.5;
}
.home-info:hover {
  background: #bf2b2b;
  color: #ffffff;
}
.home-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 60px !important;
}
.home-column > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 979px) {
  .home-column {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .home-column {
    display: block;
  }
}
.home-column-col {
  position: relative;
}
.home-column-col-1 {
  width: 63%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 979px) {
  .home-column-col-1 {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-column-col-1 {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    right: auto;
  }
}
.home-column-rev {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.home-column-rev .home-column-col-1 {
  order: 2;
  left: auto;
  top: 0;
  right: 0;
}
.home-column-rev .home-column-col-2 {
  order: 1;
  padding: 60px 40px 30px 0;
}
@media only screen and (max-width: 979px) {
  .home-column-rev .home-column-col-2 {
    padding: 30px 20px 30px 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-column-rev .home-column-col-2 {
    margin-top: 20px;
    position: relative;
    width: 100%;
    padding: 0 0 0 0;
  }
}
.home-column-rev .home-column-ttl_en {
  text-align: right;
}
.home-column-last {
  padding-bottom: 130px !important;
}
@media only screen and (max-width: 979px) {
  .home-column-last {
    padding-bottom: 190px !important;
  }
}
@media only screen and (max-width: 767px) {
  .home-column-last {
    padding-bottom: 0 !important;
  }
}
.home-column-col-2 {
  margin-top: 110px;
  width: 490px;
  background: rgba(255, 255, 255, 0.7);
  padding: 60px 0 30px 40px;
  z-index: 1;
}
@media only screen and (max-width: 979px) {
  .home-column-col-2 {
    padding: 30px 0 30px 20px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-column-col-2 {
    margin-top: 20px;
    position: relative;
    width: 100%;
    padding: 0 0 0 0;
  }
}
.home-column-ttl {
  font-size: 3.8rem;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media only screen and (max-width: 979px) {
  .home-column-ttl {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-column-ttl {
    text-align: center;
  }
}
.home-column-txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 979px) {
  .home-column-txt {
    font-size: 1.43rem;
  }
}
.home-column .btn {
  width: 335px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .home-column .btn {
    margin-top: 15px;
    width: 100%;
  }
}
.home-column-ttl_en {
  font-size: 6.8rem;
  font-weight: bold;
  color: #bea500;
  opacity: 0.4;
  letter-spacing: 0.075em;
  padding-top: 20px;
}
@media only screen and (max-width: 979px) {
  .home-column-ttl_en {
    font-size: 3.4rem;
    padding-top: 10px;
  }
}
.home-nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-nav > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .home-nav {
    display: block;
  }
}
.home-nav-btn {
  width: 50%;
  height: 150px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .home-nav-btn {
    display: block;
    width: 100%;
  }
}
.home-nav-btn-1 {
  background: #69594a;
}
.home-nav-btn-2 {
  background: #59493f;
}
.home-nav-btn-3 {
  background: #433c39;
}
.home-nav-btn-4 {
  background: #322b24;
}
.home-nav-btn-inner {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-nav-btn-inner > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.home-nav-btn-inner-en {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 16px;
}
.home-nav-btn-inner-ja {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
.home-nav-btn:hover .home-nav-btn-inner {
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  transform: scale(1.1);
}

.page-ttl {
  background-image: url(../img/about/page-ttl.jpg);
}

.about-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.about-column > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.about-column-col {
  width: 50%;
  text-align: center;
}
.about-column-col-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center;
}
.about-rooms {
  display: inline-block;
  margin-top: 40px;
}
.about-rooms li {
  text-align: left;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: bold;
}
.about-rooms-link:hover {
  text-decoration: underline;
}

.about-rooms-link.active {
  text-decoration: underline;
}

@media only screen and (max-width: 979px) {
  .about-column {
    padding-bottom: 40px;
    display: block;
  }
  .about-column-col {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .about-column-col-ttl {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .about-rooms {
    display: inline-block;
    margin-top: 20px;
  }
  .about-rooms li {
    text-align: left;
    line-height: 1.8;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .about-rooms-link:hover {
    text-decoration: underline;
  }

  .about-rooms-link.active {
    text-decoration: underline;
  }
}
/*maxL*/
.floors-ttl {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #69594a;
  color: #ffffff;
  font-size: 1.6rem;
  padding-left: 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
  position: relative;
}
.floors-ttl > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.floors-ttl:after {
  content: '';
  border-top: 7px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  right: 30px;
  margin-top: -3px;
  top: 50%;
}
.floors-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 80px;
}
.floors-container p {
  font-size: 1.6rem;
  line-height: 1.75;
}
.floors-sub {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #322b24;
  margin-bottom: 20px;
  margin-top: 40px;
}
.floors-sub:first-child {
  margin-top: 0;
}
.floors-ph {
  margin-top: 20px;
  margin-bottom: 20px;
}
.floors-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.floors-column > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.floors-column-col {
  width: calc(25% - 7px);
  border: 1px solid #9fa0a0;
  position: relative;
  margin-bottom: 9px;
}
.floors-column-col:before {
  content: '';
  width: 28px;
  height: 28px;
  background-image: url(../img/about/icon-zoom.png);
  background-size: 28px auto;
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 1;
}
.floors-column:after {
  content: "";
  display: block;
  width: calc(25% - 7px);
}
.floors-column:before {
  content: "";
  display: block;
  width: calc(25% - 7px);
  order: 1;
}

.floors-container.hidden {
  position: relative;
}
.floors-container.hidden:after {
  z-index: 1;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%);
}
.floors-container.hidden.open::after {
  z-index: -1;
}

.floors-container.hidden.open:after {
  background: none;
}

.floors-ttl.active:after {
  content: '';
  border-top: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  right: 30px;
  margin-top: -10px;
  top: 50%;
}

@media only screen and (max-width: 979px) {
  .floors-ttl {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.6rem;
    padding-left: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
    position: relative;
  }
  .floors-ttl > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .floors-ttl:after {
    content: '';
    border-top: 7px solid #ffffff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    right: 15px;
    margin-top: -3px;
    top: 50%;
  }
  .floors-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 80px;
  }
  .floors-container p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .floors-sub {
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #322b24;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .floors-ph {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .floors-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .floors-column > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .floors-column-col {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .floors-column-col:before {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(../img/about/icon-zoom.png);
    background-size: 28px auto;
    position: absolute;
    right: 7px;
    bottom: 7px;
    z-index: 1;
  }
  .floors-column:after {
    content: "";
    display: block;
    width: calc(50% - 5px);
  }
}
/*maxL*/
/*************************
2023.10.02 スライダー追加

*************************/
.floors-2column {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.floors-2column > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.floors-2column-l {
  width: 494px;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .floors-2column-l {
    width: 100%;
  }
}
.floors-2column-r {
  width: calc(100% - 574px);
}
@media only screen and (max-width: 979px) {
  .floors-2column-r {
    margin-top: 40px;
    width: 100%;
  }
}

.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(25% - 7px) !important;
  margin-top: 20px;
  margin-right: 10px;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/*************************
2023.10.04 メインイメージエリアの電話アイコンをスクロールで動かす

*************************/
body#about .main-v-link {
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
}

body#about .main-v-link.fixed {
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  top: 180px;
}

.page-ttl {
  background-image: url(../img/price/page-ttl.jpg);
}

.price-data-table-title,
.price-data-table-blank {
  position: sticky;
  left: 0;
  z-index: 1;
  border-left: 0 !important;
}
.price-data-table-title:before,
.price-data-table-blank:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #69594a;
  border-left: 1px solid #69594a;
}

.price-data-table-room {
  position: sticky;
  left: 38px;
  z-index: 1;
}
.price-data-table-room-even {
  background: #fffdf8;
}
.price-data-table-room-even:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #69594a;
  border-right: 1px solid #69594a;
  border-bottom: 1px solid #69594a;
}
.price-data-table-room-odd {
  background: #ffffff;
}
.price-data-table-room-odd:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #69594a;
  border-right: 1px solid #69594a;
  border-bottom: 1px solid #69594a;
}

.price-data {
  padding-bottom: 30px;
  margin-bottom: 10px !important;
}
.price-data-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #69594a;
  border-left: 0;
  font-size: 1.3rem;
  line-height: 1.2;
  position: relative;
}
.price-data-table th {
  border: 1px solid #817367;
  padding: 10px 7px;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #69594a;
}
.price-data-table-head th {
  background: #69594a;
  color: #ffffff;
  border-right: 1px solid #827569 !important;
}
.price-data-table-title {
  background: #e3d3b6;
}
.price-data-table tr:nth-child(odd) {
  background: #ffffff;
}
.price-data-table tr:nth-child(even) {
  background: #fffdf8;
}
.price-data-table td {
  padding: 10px;
  text-align: center;
}
.price-data-table-room {
  text-align: left !important;
}
.price-data-table th, .price-data-table td {
  vertical-align: middle;
  border: 1px solid #69594a;
}
.price-data-table-2 {
  font-size: 1.6rem;
  line-height: 1.8;
}
.price-data-table-2 th, .price-data-table-2 td {
  text-align: left;
  padding: 5px 15px;
  white-space: nowrap;
}

@media only screen and (min-width: 980px) {
  .scroll-hint-icon-wrap {
    display: none;
  }
}
.page-ttl {
  background-image: url(../img/flow/page-ttl.jpg);
}

.icon-1 {
  width: 22px;
}
.icon-2 {
  width: 26px;
}
.icon-3 {
  width: 22px;
}
.icon-4 {
  width: 29px;
}
.icon-5 {
  width: 25px;
}
.icon-6 {
  width: 33px;
}

.flow-block {
  position: relative;
  padding: 0 30px 40px;
}
@media only screen and (max-width: 979px) {
  .flow-block {
    padding: 0 0 30px;
  }
}
.flow-block:after {
  content: '';
  border-top: 7px solid #322b24;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -3px;
}
.flow-block-no_arrow {
  padding-bottom: 30px;
}
.flow-block-no_arrow:after {
  display: none;
}

.page-ttl {
  background-image: url(../img/access/page-ttl.jpg);
}

.access-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.access-column > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.access-column-col {
  width: 50%;
}
.access-column-col-2 {
  width: calc(50% - 90px);
}
.access-btn {
  max-width: 315px;
  margin-bottom: 12px;
}
.access-btn-center {
  margin: 30px auto 0;
}

@media only screen and (max-width: 979px) {
  .access-column {
    display: block;
  }
  .access-column-col {
    width: 100%;
  }
  .access-column-col-1 {
    margin-bottom: 40px;
  }
  .access-column-col-2 {
    width: 100%;
  }
  .access-btn {
    max-width: 100%;
    margin-bottom: 12px;
  }
}
/*maxL*/
.page-ttl {
  background-image: url(../img/contact/page-ttl.jpg);
}

.contact-info {
  border: 2px solid #bf2b2b;
  padding: 45px;
  text-align: center;
  line-height: 1.93;
  font-size: 1.6rem;
  color: #bf2b2b;
}
@media only screen and (max-width: 979px) {
  .contact-info {
    padding: 20px;
    line-height: 1.75;
    text-align: left;
  }
}
.contact-info-link {
  color: #bf2b2b;
}
.contact-info-link:hover {
  text-decoration: underline;
}
.contact-block {
  padding: 50px 0 80px;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .contact-block {
    padding: 50px 0 50px;
  }
}
.contact-block-1 {
  font-size: 4.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #bea500;
}
.contact-block-2 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.contact-block-3 {
  font-size: 1.6rem;
  line-height: 1.93;
  margin-bottom: 50px;
}
.contact-block-btn {
  width: 315px;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  .contact-block-btn {
    width: 100%;
  }
}

.page-ttl {
  background-image: url(../img/price/page-ttl.jpg);
}

.download-read {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .download-read {
    text-align: left;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.download-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 785px;
  margin: 0 auto;
  margin-bottom: -30px;
}
.download-column > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .download-column {
    margin-bottom: -50px;
  }
}
.download-column-col {
  width: 315px;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .download-column-col {
    width: 100%;
  }
}
.download-column-col-ttl {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.casestudies .floors-sub {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 16px;
}
.casestudies .swiper-wrapper {
  padding-bottom: 1px;
}
.casestudies .layout td:first-child {
  width: 2em;
}
.casestudies .layout td:nth-child(2) {
  width: 1em;
}
.casestudies .swiper-slide {
  line-height: 0;
}
.casestudies .swiper-slide a {
  display: block;
  border: 1px solid #BFBFBF;
}
.casestudies .swiper-slide img {
  vertical-align: bottom;
}
.casestudies .slider-thumbnail .swiper-slide {
  border: 1px solid #BFBFBF;
}
.casestudies-read {
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  text-align: center;
  padding: 75px 0;
  letter-spacing: 0.06em;
}
.casestudies-nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.casestudies-nav > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.casestudies-nav-col {
  width: calc(33.333% - 24px);
  margin: 0 0 36px;
}
.casestudies-nav-col-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  justify-content: flex-start;
  color: #ffffff;
  background-color: #59493F;
  padding-left: 20px;
  position: relative;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.casestudies-nav-col-btn > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.casestudies-nav-col-btn:after {
  content: '';
  background-image: url(../img/casestudies/nav-arrow.svg);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 50% 50%;
  position: absolute;
  right: 20px;
  top: 18px;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.casestudies-nav-col-btn:hover {
  opacity: 0.6;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.casestudies-nav-col-btn:hover::after {
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  top: 23px;
}

@media only screen and (max-width: 979px) {
  .casestudies-read {
    font-size: 1.6rem;
    line-height: calc(28 / 16);
    text-align: left;
    padding: 60px 0 !important;
    letter-spacing: 0.06em;
  }
  .casestudies-nav {
    width: 100%;
    display: block;
  }
  .casestudies-nav-col {
    width: 100%;
    margin: 0 0 0;
    border-bottom: 1px solid #E2D3B6;
  }
  .casestudies-nav-col-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    justify-content: flex-start;
    color: #ffffff;
    background-color: #59493F;
    padding-left: 20px;
    position: relative;
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  }
  .casestudies-nav-col-btn > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .casestudies-nav-col-btn:after {
    content: '';
    background-image: url(../img/casestudies/nav-arrow.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 50% 50%;
    position: absolute;
    right: 20px;
    top: 18px;
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  }
  .casestudies-nav-col-btn:hover {
    opacity: 0.6;
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  }
  .casestudies-nav-col-btn:hover::after {
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
    top: 23px;
  }
}
/*maxL*/
.casestudies-2column {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.casestudies-2column > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.casestudies-2column-l {
  width: 534px;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .casestudies-2column-l {
    width: 100%;
  }
}
.casestudies-2column-r {
  width: calc(100% - 614px);
}
@media only screen and (max-width: 979px) {
  .casestudies-2column-r {
    margin-top: 40px;
    width: 100%;
  }
}

/*maxL*/
/*ローディング*/
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #322b24;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
}

a {
  outline: none;
  text-decoration: none;
  color: #322b24;
}

img {
  max-width: 100%;
}

/*******************************************

設定　PC・SPだしわけ、テキスト配置など

*******************************************/
.pc-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.pc-flexbox > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.pc-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pc-inline-flex > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.pc-block {
  display: block;
}
.pc-inline {
  display: inline;
}
.pc-inline-block {
  display: inline-block;
}

.sp-flexbox {
  display: none;
}
.sp-inline-flex {
  display: none;
}
.sp-block {
  display: none;
}
.sp-inline {
  display: none;
}
.sp-inline-block {
  display: none;
}

.tab-flexbox {
  display: none;
}
.tab-inline-flex {
  display: none;
}
.tab-block {
  display: none;
}
.tab-inline {
  display: none;
}
.tab-inline-block {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .tab-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-flexbox > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tab-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .tab-inline-flex > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tab-block {
    display: block;
  }
  .tab-inline {
    display: inline;
  }
  .tab-inline-block {
    display: inline-block;
  }
}
@media only screen and (max-width: 979px) {
  .pc-flexbox {
    display: none;
  }
  .pc-inline-flex {
    display: none;
  }
  .pc-block {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .pc-inline-block {
    display: none;
  }

  .sp-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-flexbox > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sp-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .sp-inline-flex > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sp-block {
    display: block;
  }
  .sp-inline {
    display: inline;
  }
  .sp-inline-block {
    display: inline-block;
  }
}
strong {
  font-weight: bold;
}

.txt-c {
  text-align: center;
}
.txt-r {
  text-align: right;
}
.txt-l {
  text-align: left;
}
.txt-normal {
  font-weight: normal;
}
.txt-b {
  font-weight: bold;
}
.txt-red {
  color: #ff0000;
}
.txt-underline {
  display: inline-block;
  position: relative;
}
.txt-underline:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: -0.03em;
  left: 0;
}

@media only screen and (min-width: 980px) {
  .pc-mt-0 {
    margin-top: 0 !important;
  }
  .pc-mt-10 {
    margin-top: 10px !important;
  }
  .pc-mt-20 {
    margin-top: 20px !important;
  }
  .pc-mt-30 {
    margin-top: 30px !important;
  }
  .pc-mt-40 {
    margin-top: 40px !important;
  }
  .pc-mt-50 {
    margin-top: 50px !important;
  }
  .pc-mt-60 {
    margin-top: 60px !important;
  }
  .pc-mt-70 {
    margin-top: 70px !important;
  }
  .pc-mt-80 {
    margin-top: 80px !important;
  }
  .pc-mt-90 {
    margin-top: 90px !important;
  }
  .pc-mt-100 {
    margin-top: 100px !important;
  }
  .pc-mb-0 {
    margin-bottom: 0 !important;
  }
  .pc-mb-10 {
    margin-bottom: 10px !important;
  }
  .pc-mb-20 {
    margin-bottom: 20px !important;
  }
  .pc-mb-30 {
    margin-bottom: 30px !important;
  }
  .pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .pc-mb-50 {
    margin-bottom: 50px !important;
  }
  .pc-mb-60 {
    margin-bottom: 60px !important;
  }
  .pc-mb-70 {
    margin-bottom: 70px !important;
  }
  .pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .pc-mb-90 {
    margin-bottom: 90px !important;
  }
  .pc-mb-100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 979px) {
  .sp-mt-0 {
    margin-top: 0 !important;
  }
  .sp-mt-10 {
    margin-top: 10px !important;
  }
  .sp-mt-20 {
    margin-top: 20px !important;
  }
  .sp-mt-30 {
    margin-top: 30px !important;
  }
  .sp-mt-40 {
    margin-top: 40px !important;
  }
  .sp-mt-50 {
    margin-top: 50px !important;
  }
  .sp-mt-60 {
    margin-top: 60px !important;
  }
  .sp-mt-70 {
    margin-top: 70px !important;
  }
  .sp-mt-80 {
    margin-top: 80px !important;
  }
  .sp-mt-90 {
    margin-top: 90px !important;
  }
  .sp-mt-100 {
    margin-top: 100px !important;
  }
  .sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .sp-mb-100 {
    margin-bottom: 100px !important;
  }
}
/*改行クラス*/
@media only screen and (min-width: 980px) {
  .pc_br {
    display: inline;
  }

  .sp_br {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .pc_br {
    display: none;
  }

  .sp_br {
    display: inline;
  }
}
/*表示クラス*/
@media only screen and (min-width: 980px) {
  .is-pc {
    display: block;
  }
  .is-pc-inline {
    display: inline;
  }

  .is-sp {
    display: none;
  }
  .is-sp-inline {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .is-pc {
    display: none;
  }
  .is-pc-inline {
    display: none;
  }

  .is-sp {
    display: block;
  }
  .is-sp-inline {
    display: inline;
  }
}
/* -------------------------------- 

汎用クラス（ページ内リンク）

-------------------------------- */
.pagelink {
  height: 1px;
}
@media only screen and (max-width: 979px) {
  .pagelink {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.alpha {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
.alpha:hover {
  opacity: 0.7;
}

/* -------------------------------- 

// bourbon includes
@include clearfix;
@include transform(translateZ(0));
@include transform(rotate(45deg));
@include transition(opacity .3s);
@include transition(background .3s .3s);

// z-index
z-index: $below-content: 1;
z-index: $content: 2;
z-index: $above-content: 3;

// media queries
@include MQ(S)・・・min-width=S
@include MQ(M)・・・min-width=M
@include MQ(L)・・・min-width=L
@include MQ(maxL)・・・max-width=maxL

// header-height
height: $header-height-S;
height: $header-height-L;

// rgba
background: rgba($color-1, 0.5);

-------------------------------- */
body {
  overflow-x: hidden !important;
  position: relative;
}

.sr-only {
  display: none;
}

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

.selif {
  font-family: "游明朝", "YuMincho", serif;
  font-weight: bold;
  font-weight: 600;
}

.sans {
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

/* -------------------------------- 

text size

-------------------------------- */
.f-46 {
  font-size: 4.6rem;
}
.f-28 {
  font-size: 2.8rem;
}
.f-18 {
  font-size: 1.8rem;
}
.f-16 {
  font-size: 1.6rem;
}
.f-14 {
  font-size: 1.4rem;
}
.f-12 {
  font-size: 1.2rem;
}

/*maxL*/
/* -------------------------------- 

contents

-------------------------------- */
body {
  margin-top: 120px;
}
@media only screen and (max-width: 979px) {
  body {
    margin-top: 50px;
  }
}

.contents {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 979px) {
  .contents {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
  }
}
/*maxL*/
/* -------------------------------- 

header + gnav

-------------------------------- */
.header {
  width: 100%;
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
.header-inner {
  width: 100%;
  height: 120px;
  background-image: url(../img/common/header_bg.jpg);
  position: relative;
  z-index: 1;
}
.header-txt {
  width: 520px;
  height: 120px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  padding-top: 18px;
  display: block;
}
.header-txt-1 {
  color: #ffffff;
  font-size: 1.2rem;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: 0;
}
.header-txt-2 {
  color: #bea500;
  font-size: 2.8rem;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
}
.header-logo {
  color: #ffffff;
  font-size: 3.2rem;
  height: 60px;
  width: 384px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.header-logo-kana {
  letter-spacing: -0.05em;
}
.header-logo-link {
  color: #ffffff;
}

@media only screen and (min-width: 980px) {
  .drawer-hamburger {
    display: none;
  }

  @keyframes show {
    0% {
      opacity: 0;
    }
    70% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes hide {
    0% {
      opacity: 1;
    }
    70% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes showMask {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes hideMask {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .gnav-sp {
    display: none;
  }
  .gnav-pc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #ffffff;
  }
  .gnav-pc nav {
    width: 100%;
    height: 60px;
    background: #ffffff;
    position: relative;
    z-index: 1;
  }
  .gnav-pc-inner {
    width: 980px;
    height: 60px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gnav-pc-inner > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .gnav-pc-inner > li {
    position: relative;
  }
  .gnav-pc-inner > li > a {
    display: block;
    height: 60px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  }
  .gnav-pc-inner > li > a > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .gnav-pc-inner > li > a:hover {
    color: #bea500;
  }
  .gnav-pc-inner > li > ul {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    background: #ffffff;
    border-top: 4px solid #bea500;
    padding-top: 10px;
    display: none;
    opacity: 0;
    animation: hide 0.3s linear 0s;
  }
  .gnav-pc-inner > li:hover > ul {
    display: block;
    animation: show 0.3s linear 0s;
    opacity: 1;
  }
  .gnav-pc-inner > li > ul > li > a {
    display: block;
    height: 45px;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 1.4rem;
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
    text-align: left;
    padding: 0 15px;
  }
  .gnav-pc-inner > li > ul > li > a > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .gnav-pc-inner > li > ul > li > a:hover {
    color: #bea500;
  }
  .gnav-pc-mask {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    visibility: hidden;
    animation: hideMask 0.8s linear 0s;
  }
  .gnav-pc-mask.active {
    visibility: visible;
    animation: showMask 0.8s linear 0s;
  }

  .gnav-pc-parent a:hover ~ .gnav-pc-mask {
    visibility: visible;
    animation: showMask 0.8s linear 0s;
  }

  .gnav-pc a.current {
    color: #bea500;
  }
}
/*L*/
@media only screen and (max-width: 979px) {
  .header {
    height: 50px;
    background-image: url(../img/common/header_bg.jpg);
    width: 100%;
  }
  .header-inner {
    width: 100%;
    height: 50px;
    background-image: url(../img/common/header_bg.jpg);
    position: relative;
    z-index: 1000;
  }
  .header-logo {
    font-size: 2.2rem;
    position: absolute;
    left: 30px;
    height: 50px;
    width: 250px;
  }
}
@media only screen and (max-width: 979px) and (max-width: 374px) {
  .header-logo {
    left: 15px;
  }
}
@media only screen and (max-width: 979px) {
  .header-logo-img {
    margin-top: 2px;
    width: 250px;
  }
}
@media only screen and (max-width: 979px) and (max-width: 374px) {
  .header-logo-img {
    width: 250px;
  }
}
@media only screen and (max-width: 979px) and (max-width: 374px) {
  .header-logo {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 979px) {
  .header-column {
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 50px;
    background-image: url(../img/common/header_bg.jpg);
  }
  .header-txt {
    display: none;
  }

  .gnav-pc {
    display: none;
  }
  .gnav-sp .drawer-nav {
    padding: 0 30px 30px;
  }
  .gnav-sp .drawer-menu {
    padding-top: 10px;
  }
  .gnav-sp ul > li > a {
    font-size: 1.6rem;
    display: block;
    padding: 20px 0;
    font-weight: bold;
    color: #322b24;
    position: relative;
  }
  .gnav-sp ul > li > ul > li {
    border-bottom: 1px solid #bfbfbf;
  }
  .gnav-sp ul > li > ul > li:first-child {
    border-top: 1px solid #bfbfbf;
  }
  .gnav-sp ul > li > ul > li > a {
    font-size: 1.4rem;
    display: block;
    padding: 20px 30px;
    font-weight: bold;
    color: #bea500;
    white-space: nowrap;
  }
  .gnav-sp .reserve-column {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .gnav-sp-nochild {
    border-bottom: 1px solid #bfbfbf;
  }

  .gnav-sp-nochild > a:after {
    content: '';
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    border-top: 1px solid #322b24;
    border-right: 1px solid #322b24;
    border-color: #322b24;
    width: 13px;
    height: 13px;
    border-width: 2px;
  }

  .gnav-sp-parent {
    border-bottom: 1px solid #bfbfbf;
  }

  .gnav-sp-parent > a:after {
    content: '';
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    border-top: 1px solid #322b24;
    border-right: 1px solid #322b24;
    border-color: #322b24;
    width: 13px;
    height: 13px;
    border-width: 2px;
  }

  .gnav-sp-parent.active {
    border-bottom: 0;
  }

  .gnav-sp-parent.active > a:after {
    content: '';
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    border-top: 1px solid #322b24;
    border-right: 1px solid #322b24;
    border-color: #322b24;
    width: 13px;
    height: 13px;
    border-width: 2px;
  }

  .gnav-sp-child {
    display: none;
  }

  .gnav-sp-child.active {
    display: block;
  }

  .drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }

  .drawer-menu > li > a.current {
    color: #bea500;
  }
}
/*maxL*/
.footer {
  background-image: url(../img/common/footer_bg.jpg);
  background-size: 1280px auto;
  padding: 48px 0 30px;
}
.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-column > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 979px) {
  .footer-column {
    display: none;
  }
}
.footer-column-col {
  margin-bottom: 60px;
  width: 25%;
}
.footer-column-col-1 {
  width: 28%;
}
.footer-column-col-2 {
  width: 25%;
}
.footer-column-col-3 {
  width: 32%;
}
.footer-column-col-4 {
  width: 15%;
}
.footer-column-col a:hover {
  text-decoration: underline;
}
.footer-column-col > li > a {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  padding-bottom: 20px;
}
.footer-column-col > li > ul > li > a {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.72;
}
.footer-column-col > li > ul > li > a:before {
  content: '-';
}
.footer-info {
  border-top: 1px solid #322b24;
  padding-top: 30px;
}
.footer-info-logo {
  width: 318px;
}
.footer-info-mitsui {
  width: 294px;
}
.footer-info-txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding: 15px 0;
}
.footer-info-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-info-column > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.footer-info-column-col-1 {
  width: 690px;
}
.footer-info-column-col-2 {
  width: calc(100% - 690px);
  text-align: right;
}
.footer-info-column-col-3 {
  width: 690px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-info-column-col-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.footer-info-column-col-3 li {
  font-size: 1.2rem;
  margin-right: 2em;
}
.footer-info-column-col-3 li a:hover {
  text-decoration: underline;
}
.footer-info-column-col-4 {
  width: calc(100% - 690px);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: right;
}
.footer-contact {
  display: none;
}

@media only screen and (max-width: 979px) {
  .footer {
    background-image: url(../img/common/footer_bg.jpg);
    background-size: 640px auto;
    padding: 40px 0 90px;
  }
  .footer-column {
    display: block;
  }
}
@media only screen and (max-width: 979px) and (max-width: 979px) {
  .footer-column {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .footer-column-col {
    margin-bottom: 60px;
    width: 25%;
  }
  .footer-column-col-1 {
    width: 30%;
  }
  .footer-column-col-2 {
    width: 30%;
  }
  .footer-column-col-3 {
    width: 20%;
  }
  .footer-column-col-4 {
    width: 20%;
  }
  .footer-column-col a:hover {
    text-decoration: underline;
  }
  .footer-column-col > li > a {
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    padding-bottom: 20px;
  }
  .footer-column-col > li > ul > li > a {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.72;
  }
  .footer-column-col > li > ul > li > a:before {
    content: '-';
  }
  .footer-info {
    border-top: 0;
    padding-top: 0;
  }
  .footer-info-logo {
    width: 100%;
    text-align: center;
  }
  .footer-info-logo img {
    width: 220px;
  }
  .footer-info-mitsui {
    width: 100%;
    text-align: center;
    padding: 20px 0 30px;
  }
  .footer-info-mitsui img {
    width: 226px;
  }
  .footer-info-txt {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding: 15px 0;
    text-align: center;
    line-height: 1.75;
  }
  .footer-info-column {
    display: block;
  }
  .footer-info-column-col-1 {
    width: 100%;
    text-align: center;
  }
  .footer-info-column-col-2 {
    width: 100%;
    border-top: 1px solid #322b24;
  }
  .footer-info-column-col-3 {
    width: 100%;
    display: block;
  }
  .footer-info-column-col-3 li a {
    font-size: 1.2rem;
    margin-right: 0;
    padding-right: 18px;
    height: 36px;
    display: inline-block;
    background-image: url(../img/common/icon-ex.png);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: 100% 0;
    letter-spacing: 0.05em;
  }
  .footer-info-column-col-4 {
    width: 100%;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 15px;
  }
  .footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 64px;
    text-align: center;
    color: #ffffff;
    background: #bea500;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .footer-contact > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
/*maxL*/
/*第二階層共通*/
.page-ttl {
  width: 100%;
  height: 200px;
  background-image: url(../img/about/page-ttl.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow: hidden;
}
.page-ttl > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.page-ttl-inner {
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 979px) {
  .page-ttl {
    height: 150px;
  }
}
.page-sub {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 979px) {
  .page-sub {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-sub-inner {
  font-size: 2.8rem;
  font-weight: bold;
  color: #322b24;
}
.page-sub-inner span {
  display: block;
  position: relative;
  font-size: 1.8rem;
  color: #bea500;
  padding-top: 14px;
  margin-top: 14px;
}
.page-sub-inner span:before {
  content: '';
  width: 30px;
  height: 2px;
  background: #bea500;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
}

/*# sourceMappingURL=style.css.map */
