@charset "UTF-8";
header {
  background: #fff;
}

#gNav {
  background: #fff;
}

.sec01 {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-top: calc(100vw * 116 / 750);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec01 {
    margin-top: 16.5rem;
  }
}
.sec01 .bg img {
  width: 100%;
}
.sec01 h2 {
  text-align: center;
  position: absolute;
  top: 9.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01 h2 {
    top: 28%;
    transform: translateY(-50%);
  }
  .sec01 h2 img {
    width: 290px;
  }
}
.sec01 .entry_btn {
  position: fixed;
  top: 51%;
  right: 0;
  transform: translateY(-50%);
  border-top: 2px solid #d0a4a4;
  border-left: 2px solid #d0a4a4;
  border-bottom: 2px solid #d0a4a4;
  max-width: 62px;
  z-index: 9999;
  width: 100%;
}
.sec01 .entry_btn a {
  display: block;
  border-top: 2px solid #6b0505;
  border-left: 2px solid #6b0505;
  border-bottom: 2px solid #6b0505;
  background: #6b0505;
  background: -moz-linear-gradient(
    top,
    #6b0505 0%,
    #940531 26%,
    #b80137 50%,
    #940531 74%,
    #6b0505 100%
  );
  background: -webkit-linear-gradient(
    top,
    #6b0505 0%,
    #940531 26%,
    #b80137 50%,
    #940531 74%,
    #6b0505 100%
  );
  background: linear-gradient(
    to bottom,
    #6b0505 0%,
    #940531 26%,
    #b80137 50%,
    #940531 74%,
    #6b0505 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b0505', endColorstr='#6b0505',GradientType=0 );
  background-position: center;
  background-size: 100% 100%;
  transition: 0.3s ease;
  position: relative;
}
.sec01 .entry_btn a::before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  bottom: -4px;
  left: -4px;
  border-left: 2px solid #c89712;
  border-bottom: 2px solid #c89712;
  z-index: 20;
  transform: scale(0);
  transform-origin: left bottom;
  transition: 0.5s 0.1s ease;
}
.sec01 .entry_btn a::after {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-top: 2px solid #c89712;
  position: absolute;
  top: -4px;
  right: 0px;
  z-index: 20;
  transform: scale(0);
  transform-origin: right top;
  transition: 0.5s 0.1s ease;
}
.sec01 .entry_btn a.hover {
  background-size: 180% 180%;
}
.sec01 .entry_btn a.hover::before,
.sec01 .entry_btn a.hover::after {
  transform: scale(1);
}

.sec02 {
  background: #170000;
  background: url(../imgs/bg_sec01.jpg) center top no-repeat, #170000;
  background-size: 100% auto, auto;
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .sec02 {
    background: url(../imgs/bg_sec01_sp.jpg) center top no-repeat, #170000;
    background-size: 100% auto, auto;
    padding-top: 7.5rem;
  }
}
.sec02 .content_box + .content_box {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box + .content_box {
    margin-top: 7rem;
  }
}
.sec02 .content_box + .content_box.frame {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box + .content_box.frame {
    margin-top: 5rem;
  }
}
.sec02 .content_box h3 {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  line-height: 1.733333333;
  font-weight: normal;
  letter-spacing: 0.18em;
  margin-top: -1.0999999995rem;
  padding-bottom: 1.4000000005rem;
  background: url(../imgs/h3_bg.png) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box h3 {
    font-size: 2rem;
    letter-spacing: 0.07em;
    margin-top: -0.733333333rem;
    padding-bottom: 0.766666667rem;
    white-space: nowrap;
  }
}
.sec02 .content_box h4 {
  text-align: center;
}
.sec02 .content_box .img_area {
  margin-top: 7rem;
  margin-bottom: -0.625%;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .img_area {
    margin-top: 3rem;
  }
}
.sec02 .content_box .img_area_clm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec02 .content_box .img_area_clm .pcap {
  font-size: 10px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 5px;
  text-align: right;
  padding-right: 3px;
}
.sec02 .content_box .img_area_clm > .row3 {
  width: 32.916666667%;
  margin-bottom: 0.625%;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .img_area_clm > .row3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .sec02 .content_box .img_area_clm > .row3 img {
    width: 100%;
  }
}
.sec02 .content_box .img_area_clm > .row2 {
  width: 49.652777778%;
  margin-bottom: 0.625%;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .img_area_clm > .row2 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .sec02 .content_box .img_area_clm > .row2 img {
    width: 100%;
  }
}
.sec02 .content_box.last {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box.last {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.sec02 .content_box .lNav {
  position: relative;
}
.sec02 .content_box .lNav#anc {
  margin-top: -220px;
  padding-top: 220px;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav#anc {
    margin-top: -110px;
    padding-top: 110px;
  }
}
.sec02 .content_box .lNav.top {
  padding-bottom: 1px;
  margin-bottom: 12rem;
}
.sec02 .content_box .lNav.top::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e5c883;
  background: -moz-linear-gradient(left, #e5c883 0%, #8c6132 50%, #e5c883 100%);
  background: -webkit-linear-gradient(
    left,
    #e5c883 0%,
    #8c6132 50%,
    #e5c883 100%
  );
  background: linear-gradient(to right, #e5c883 0%, #8c6132 50%, #e5c883 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c883', endColorstr='#e5c883',GradientType=1 );
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.top {
    margin-bottom: 6rem;
  }
}
.sec02 .content_box .lNav.top .inner ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.top .inner ul {
    display: block;
  }
}
.sec02 .content_box .lNav.top .inner ul li {
  width: 25%;
  border-right: 1px solid #797468;
  border-top: 1px solid #797468;
}
.sec02 .content_box .lNav.top .inner ul li:first-child {
  border-left: 1px solid #797468;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.top .inner ul li {
    width: 100%;
    border-left: 1px solid #797468;
  }
}
.sec02 .content_box .lNav.top .inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  color: #fff;
  background: #1f1703;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0;
  height: calc(1em + 3rem);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sec02 .content_box .lNav.top .inner ul li a {
    font-size: calc(100vw * 16 / 959);
  }
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.top .inner ul li a {
    font-size: 1.2rem;
  }
}
.sec02 .content_box .lNav.top .inner ul li a span {
  position: relative;
  z-index: 20;
}
.sec02 .content_box .lNav.top .inner ul li a .hover_bg {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 6px);
  border: 1px solid #bc9e4a;
  border-bottom: none;
  background: #281711;
  z-index: 10;
  padding: 2px 2px 0;
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.top .inner ul li a .hover_bg {
    height: calc(100% + 1px);
  }
}
.sec02 .content_box .lNav.top .inner ul li a .hover_bg_inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1px 1px 0;
  background: -moz-linear-gradient(
    left,
    rgba(112, 78, 40, 0.4) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(112, 78, 40, 0.4) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: linear-gradient(
    to right,
    rgba(112, 78, 40, 0.4) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33704e28', endColorstr='#33ffffff',GradientType=1 );
}
.sec02 .content_box .lNav.top .inner ul li a .hover_bg_inner_img {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../imgs/lnav_ov_bg.png) center;
  background-size: cover;
}
.sec02 .content_box .lNav.top .inner ul li a.hover,
.sec02 .content_box .lNav.top .inner ul li a.current {
  color: #d0b272;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5), 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.sec02 .content_box .lNav.top .inner ul li a.hover .hover_bg,
.sec02 .content_box .lNav.top .inner ul li a.current .hover_bg {
  opacity: 1;
}
.sec02 .content_box .lNav.bottom {
  padding-top: 1px;
  margin-top: 12rem;
}
.sec02 .content_box .lNav.bottom::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e5c883;
  background: -moz-linear-gradient(left, #e5c883 0%, #8c6132 50%, #e5c883 100%);
  background: -webkit-linear-gradient(
    left,
    #e5c883 0%,
    #8c6132 50%,
    #e5c883 100%
  );
  background: linear-gradient(to right, #e5c883 0%, #8c6132 50%, #e5c883 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c883', endColorstr='#e5c883',GradientType=1 );
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.bottom {
    margin-top: 6rem;
  }
}
.sec02 .content_box .lNav.bottom .inner ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.bottom .inner ul {
    display: block;
  }
}
.sec02 .content_box .lNav.bottom .inner ul li {
  width: 33.3333%;
  border-right: 1px solid #797468;
  border-bottom: 1px solid #797468;
}
.sec02 .content_box .lNav.bottom .inner ul li:first-child {
  border-left: 1px solid #797468;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.bottom .inner ul li {
    width: 100%;
    border-left: 1px solid #797468;
  }
}
.sec02 .content_box .lNav.bottom .inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  color: #fff;
  background: #1f1703;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0;
  height: calc(1em + 3rem);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sec02 .content_box .lNav.bottom .inner ul li a {
    font-size: calc(100vw * 16 / 959);
  }
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.bottom .inner ul li a {
    font-size: 1.2rem;
  }
}
.sec02 .content_box .lNav.bottom .inner ul li a span {
  position: relative;
  z-index: 20;
}
.sec02 .content_box .lNav.bottom .inner ul li a .hover_bg {
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 6px);
  border: 1px solid #bc9e4a;
  border-top: none;
  background: #281711;
  z-index: 10;
  padding: 0 2px 2px;
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.bottom .inner ul li a .hover_bg {
    height: calc(100% + 1px);
  }
}
.sec02 .content_box .lNav.bottom .inner ul li a .hover_bg_inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1px 1px;
  background: -moz-linear-gradient(
    left,
    rgba(112, 78, 40, 0.4) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(112, 78, 40, 0.4) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: linear-gradient(
    to right,
    rgba(112, 78, 40, 0.4) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33704e28', endColorstr='#33ffffff',GradientType=1 );
}
.sec02 .content_box .lNav.bottom .inner ul li a .hover_bg_inner_img {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../imgs/lnav_ov_bg.png) center;
  background-size: cover;
}
.sec02 .content_box .lNav.bottom .inner ul li a.hover,
.sec02 .content_box .lNav.bottom .inner ul li a.current {
  color: #d0b272;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5), 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.sec02 .content_box .lNav.bottom .inner ul li a.hover .hover_bg,
.sec02 .content_box .lNav.bottom .inner ul li a.current .hover_bg {
  opacity: 1;
}
.sec02 .info_list {
  margin-top: 4rem;
}
.sec02 .next {
  display: block;
  position: relative;
  border: 1px solid #bc9e4a;
}
.sec02 .next img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec02 .next {
    border: 1px solid #bc9e4a;
  }
}
.sec02 .next span {
  position: relative;
  display: block;
}
.sec02 .next span::before {
  content: "";
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(0);
  transform-origin: left top;
  position: absolute;
  top: -1px;
  left: -1px;
  transition: 0.5s ease;
  z-index: 10;
}
.sec02 .next span::after {
  content: "";
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(0);
  transform-origin: right bottom;
  position: absolute;
  bottom: -1px;
  right: -1px;
  transition: 0.5s ease;
  z-index: 10;
}
.sec02 .next.hover span::before,
.sec02 .next.hover span::after {
  transform: scale(1);
}
.sec02 .next::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: 0.3s ease;
}
.sec02 .next.hover::after {
  opacity: 1;
}
.sec02 .capArea {
  font-size: 10px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.14em;
  padding: 0 0 3.5rem;
}

.sec02 .content_box .cont_ttl {
  text-align: center;
  position: relative;
  line-height: 1;
  color: #bb8d2b;
}

.sec02 .content_box .cont_ttl::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  background: #754e28;
  background: -moz-linear-gradient(left, #754e28 0%, #b29662 100%);
  background: -webkit-linear-gradient(left, #754e28 0%, #b29662 100%);
  background: linear-gradient(to right, #754e28 0%, #b29662 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#754e28', endColorstr='#b29662', GradientType=1);
}

.sec02 .content_box .cont_ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: calc(50% + 4px);
/*
  bottom: 12px;
*/
  left: 0;
  background: #754e28;
  background: -moz-linear-gradient(left, #754e28 0%, #b29662 100%);
  background: -webkit-linear-gradient(left, #754e28 0%, #b29662 100%);
  background: linear-gradient(to right, #754e28 0%, #b29662 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#754e28', endColorstr='#b29662', GradientType=1);
}

.sec02 .content_box .cont_ttl span {
  display: inline-block;
  padding: 0 2rem;
  background: #170000;
  font-size: 3.2rem;
  line-height: 1;
  position: relative;
  z-index: 10;
  letter-spacing: 0.04em;
}
.sec02 .content_box .cont_ttl .font__en {
  font-family: 'Cinzel', serif;
  font-size: 3.6rem;
  letter-spacing: .16em;
  line-height: .8;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box .cont_ttl::before {
    content: "";
    height: 2px;
    top: calc(50% - 2px);
/*
    top: 9px;
*/
  }

  .sec02 .content_box .cont_ttl::after {
    content: "";
    height: 1px;
    top: calc(50% + 3px);
/*
    bottom: 9px;
*/
  }

  .sec02 .content_box .cont_ttl span {
    padding: 0 1rem;
    font-size: 2.4rem;
  }
  .sec02 .content_box .cont_ttl .font__en {
    min-height: 24px;
    font-size: 2.2rem;
    letter-spacing: .12em;
    line-height: 1.2;
  }
}

.sec02 .content_box .frameArea {
  border: 1px solid #746666;
  margin-top: 10rem;
  padding: 7px;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box .frameArea {
    margin-top: 5rem;
  }
}

.sec02 .content_box .frameAreaInner {
  border: 1px solid #3e2b2b;
  padding: 3.4rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box .frameAreaInner {
    padding: 3rem 1.5rem;
  }
}

.sec02 .content_box .frameAreaTtl {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #b7a388;
  margin-top: -0.6rem;
  padding-bottom: 1.4rem;
  margin-bottom: 5rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box .frameAreaTtl {
    font-size: 1.8rem;
    margin-top: -0.45rem;
    padding-bottom: 1.55rem;
    margin-bottom: 3rem;
  }
}

.sec02 .content_box .frameAreaTtl::after {
  content: "";
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left,
      rgba(188, 158, 74, 0) 0%,
      #bc9e4a 50%,
      rgba(188, 158, 74, 0) 100%);
  background: -webkit-linear-gradient(left,
      rgba(188, 158, 74, 0) 0%,
      #bc9e4a 50%,
      rgba(188, 158, 74, 0) 100%);
  background: linear-gradient(to right,
      rgba(188, 158, 74, 0) 0%,
      #bc9e4a 50%,
      rgba(188, 158, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bc9e4a', endColorstr='#00bc9e4a', GradientType=1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.content_box .cont_txt {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.14em;
  margin-top: 3.8rem;
  margin-bottom: -0.7rem;
}
@media screen and (max-width: 767px) {
  .content_box .cont_txt {
    font-size: 1.2rem;
    margin-top: 3.9rem;
    margin-bottom: -0.6rem;
  }
}
.content_box .cont_txt_p {
  margin-top: 4.5rem;
}
.content_box .cont_txt_p .cont_txt_cont {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.14em;
  text-align: center;
  margin-top: -0.7rem;
  margin-bottom: -0.7rem;
}
.content_box .cont_txt_p .cont_txt_cont + .cont_txt_cont {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .content_box .cont_txt_p .cont_txt_cont {
    font-size: 1.2rem;
    margin-top: -0.6rem;
    margin-bottom: -0.6rem;
  }
  .content_box .cont_txt_p .cont_txt_cont + .cont_txt_cont {
    margin-top: 2.3rem;
  }
}
.content_box .frame_box {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #170000;
  padding: 7px;
}
@media screen and (max-width: 767px) {
  .content_box .frame_box {
    padding: 4px;
  }
}
.content_box .frame_box_inner {
  border: 1px solid rgba(255, 255, 255, 0.17);
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .content_box .frame_box_inner {
    padding: 3rem 1.5rem;
  }
}
.content_box .frame_box_inner .pcap {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 2.7rem;
  margin-bottom: -0.3rem;
}
@media screen and (max-width: 767px) {
  .content_box .frame_box_inner .pcap {
    font-size: 1rem;
    margin-top: 1.75rem;
    margin-bottom: -0.25rem;
  }
}
.content_box .frame_box_clm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -5rem;
}
.content_box .frame_box_clm > div {
  width: 48.1236%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .content_box .frame_box_clm > div {
    width: 100%;
  }
}
.content_box .frame_box_clm > div .clm_text_box {
  margin-top: 2.5rem;
  color: #fff;
}
.content_box .frame_box_clm > div .clm_text_ttl {
  font-size: 2rem;
  letter-spacing: 0.16em;
  line-height: 1.5;
  color: #eec85b;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.content_box .frame_box_clm > div .clm_text_cont {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.14em;
  margin-top: 1.3rem;
  margin-bottom: -0.7rem;
}
.content_box .frame_box_clm > div .clm_text_small {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.6667;
  letter-spacing: 0.14em;
  border-top: 1px solid #534343;
  padding-top: 1.09998rem;
  margin-bottom: -0.40002rem;
}
@media screen and (max-width: 767px) {
  .content_box .frame_box_clm > div .clm_text_ttl {
    font-size: 1.5rem;
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .content_box .frame_box_clm > div .clm_text_cont {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: -0.6rem;
  }
  .content_box .frame_box_clm > div .clm_text_small {
    margin-top: 1.5rem;
    font-size: 1rem;
    border-top: 1px solid #534343;
    padding-top: 0.66665rem;
    margin-bottom: -0.33335rem;
  }
}
.content_box .bnr_area {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .content_box .bnr_area {
    margin-top: 5rem;
  }
}
.content_box .bnr_area a {
  display: block;
  position: relative;
}
.content_box .bnr_area a img {
  border: 1px solid #bc9e4a;
}
.content_box .bnr_area a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s ease;
}
.content_box .bnr_area a span {
  display: block;
  position: relative;
}
.content_box .bnr_area a span.lt::before {
  content: "";
  width: 1px;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  transition: 0.3s ease;
}
.content_box .bnr_area a span.lt::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  transition: 0.3s ease;
}
.content_box .bnr_area a span.rb::before {
  content: "";
  width: 1px;
  height: 0%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  transition: 0.3s ease;
}
.content_box .bnr_area a span.rb::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  transition: 0.3s ease;
}
.content_box .bnr_area a.hover::after {
  background: rgba(255, 255, 255, 0.3);
}
.content_box .bnr_area a.hover span.lt::before,
.content_box .bnr_area a.hover span.rb::before {
  height: 100%;
}
.content_box .bnr_area a.hover span.lt::after,
.content_box .bnr_area a.hover span.rb::after {
  width: 100%;
}
.content_box .slickArea {
  /*margin-top: 8.7rem;*/
  position: relative;
}
.content_box .slick-list {
  border: none;
}
.content_box .img .slick-list {
  height: 32.9861111111vw;
  padding-bottom: 90px !important;
  overflow: hidden;
  box-sizing: content-box;
}
@media screen and (min-width: 767px) and (max-width: 768px) {
  .content_box .img .slick-list {
    height: 49.6vw;
  }
}
@media screen and (max-width: 767px) {
  .content_box .img .slick-list {
    padding-bottom: 30px !important;
    height: 49.6vw;
  }
}
.content_box .slick .slick-slide {
  transition: 0.3s ease;
}
.content_box .slick .slick-slide:not(.slick-current) {
  transform: scale(0.85);
}
.content_box .slick .slick-slide:not(.slick-current) .slide-txt {
  opacity: 0;
}
.content_box .slick .slick-slide:not(.slick-current) .slide-img {
  background: #f8f5e7;
}
.content_box .slick .slick-slide:not(.slick-current) .slide-img img {
  transition: 0.3s ease;
}
.content_box .slick .slick-current {
  transform: scale(1);
}
.content_box .slick .slick-current .slide-img img {
  opacity: 1;
}
.content_box .slick .slick-current .slide-txt {
  opacity: 1;
}
.content_box .slick .slick-cloned {
  transform: scale(0.85);
  transition: 0.3s ease;
}
.content_box .slick .slick-cloned .slide-img img {
  transition: 0.3s ease;
}
.content_box .slick .slick-cloned.slick-center {
  transform: scale(1);
}
.content_box .slick .slick-cloned.slick-center .slide-img {
  border: 2px solid #c19c3a;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
}
.content_box .slick .slick-cloned.slick-center .slide-img img {
  opacity: 1;
}
.content_box .slick-prev,
.content_box .slick-next {
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  width: 45px;
  height: 45px;
  padding: 0;
  transition: 0.3s opacity;
  cursor: pointer;
  color: transparent;
  border: none;
  opacity: 1;
  outline: none;
  background: transparent;
  z-index: 999;
  top: calc((100% - 45px) / 2);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .content_box .slick-prev,
  .content_box .slick-next {
    top: calc((100% - 15px) / 2);
  }
}
.content_box .slick-prev:before,
.content_box .slick-next:before {
  background: #999;
  width: 45px !important;
  height: 45px !important;
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .content_box .slick-prev:before,
  .content_box .slick-next:before {
    width: 30px !important;
    height: 30px !important;
  }
}
.content_box .slick-prev:before {
  background: url(../imgs/arrow_02.png) no-repeat;
  background-size: cover;
  left: 25vw;
}
@media screen and (max-width: 768px) {
  .content_box .slick-prev:before {
    background: url(../imgs/arrow_02.png) no-repeat center;
    background-size: cover;
    left: 20px;
  }
}
.content_box .slick-next:before {
  background: url(../imgs/arrow_03.png) no-repeat;
  background-size: cover;
  right: 25vw;
}
@media screen and (max-width: 768px) {
  .content_box .slick-next:before {
    background: url(../imgs/arrow_03.png) no-repeat center;
    background-size: cover;
    right: 20px;
  }
}
/*.content_box .slick-dots {
  bottom: 43px;
}*/
@media screen and (max-width: 767px) {
  .content_box .slick-dots {
    bottom: -4px;
  }
}
.content_box .slick-dots li {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .content_box .slick-dots li {
    margin: 0 6px;
  }
}
.content_box .slick-dots li.slick-active button {
  opacity: 1;
}
.content_box .slick-dots li button {
/*  opacity: 0.3;*/
}
@media screen and (max-width: 767px) {
  .content_box .slick-dots li.slick-active button::before {
    box-shadow: 0px 0px 0px 7px rgba(144, 109, 5, 0.4);
  }
}
@media screen and (max-width: 767px) {
  header .link_area {
    display: none;
  }
}
img.top {
  display: none !important;
}

@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 68px;
  }
}



/* flex */
  .layoutCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .is-reverse {
    flex-direction: row-reverse;
  }
  .is-center {
    align-items: center;
  }

  .clmFull__item {
    width: 100%;
  }
  .clmTwo__item {
    width: calc(496/1024*100%);
  }
@media only screen and (max-width: 767px) {
  .clmTwo__item {
    width: 100%;
  }
}

  .cap {
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 1.5;
  }

/* photo */
  .photo {
    position: relative;
  }

  .kakoi {
    display: block;
    border: solid 1px #bb8d2b;
  }

  .photo .cap {
    position: absolute;
    line-height: 1.5;
  }

  .cap--inLeft {
    bottom: 0;
    left: 0;
    padding: 15px 10px;
    text-align: left;
  }
  .cap--outLeft {
    top: 100%;
    left: 0;
    padding: 15px 0;
    text-align: left;
  }
  .cap--inRight {
    bottom: 0;
    right: 0;
    padding: 15px 10px;
    text-align: right;
  }
  .cap--outRight {
    top: 100%;
    right: 0;
    padding: 15px 0;
    text-align: right;
  }

  [data-align="center"] {
    text-align: center;
  }

  [data-color="white"] {
    color: #fff;
  }
  [data-color="black"] {
    color: #333;
  }
  [data-color="shadowWhite"] {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .8), 0px 0px 5px rgba(0, 0, 0, .8), 0px 0px 5px rgba(0, 0, 0, .8);
  }
  [data-color="shadowBlack"] {
    color: #333;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, .8), 0px 0px 5px rgba(255, 255, 255, .8), 0px 0px 5px rgba(255, 255, 255, .8);
  }
@media screen and (min-width: 768px) {
  [data-align="pc-center"] {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .cap--inLeft {
    padding: 10px 7px;
  }
  .cap--outLeft {
    padding: 10px 0;
  }
  .cap--inRight {
    padding: 10px 7px;
  }
  .cap--outRight {
    padding: 10px 0;
  }
}

  .headingLv1 {
    font-size: 2rem;
    letter-spacing: .16em;
    line-height: 1.6;
    color: #eec85b;
  }
  .cont_ttl + .headingLv1 {
    margin-top: 4rem;
  }
  .headingLv1 + .text {
    margin-top: 3rem;
  }

  .headingLv2 {
    font-size: 1.6rem;
    letter-spacing: .16em;
    line-height: 1.5;
    color: #eec85b;
  }
  .headingLv2 .font__large {
    font-size: 2.4rem;
  }
  .headingLv2 small {
    font-size: 1.2rem;
    letter-spacing: .1em;
  }
  .photo + .headingLv2 {
    margin-top: 2rem;
  }
  .headingLv2 + .text {
    margin-top: 1.5rem;
  }
  .photo + .sp {
    margin-top: 2rem;
  }

  .iconNumber {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    background: #bb8d2b;
    text-indent: 2px;
    line-height: 21px;
    color: #fff;
    text-align: center;
  }
  .iconNumber + .iconNumber {
    left: -5px;
  }
@media only screen and (max-width: 767px) {
  .headingLv1 {
    font-size: 1.6rem;
    letter-spacing: .12em;
  }
  .cont_ttl + .headingLv1 {
    margin-top: 3rem;
  }
  .headingLv1 + .text {
    margin-top: 2rem;
  }

  .headingLv2 {
    font-size: 1.2rem;
    letter-spacing: .06em;
  }
  .headingLv2 .font__large {
    font-size: 1.8rem;
  }

  .photo + .headingLv2 {
    margin-top: 1.5rem;
  }
  .headingLv2 + .text {
    margin-top: 1.0rem;
  }
  .photo + .sp {
    margin-top: 1.5rem;
  }
}
  .headingLv1::before,
  .headingLv1::after,
  .headingLv2::before,
  .headingLv2::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .headingLv1::before {
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .headingLv1::after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .headingLv2::before {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .headingLv2::after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }

  .text__small {
    font-size: 1.2rem;
    letter-spacing: .1em;
  }
  .text__small + .cap {
    margin-top: 1.2rem;
  }
@media only screen and (max-width: 767px) {
  .text {
  }
  .text__small {
    font-size: 1.1rem;
  }
}
  .text::before,
  .text::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .text::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .text::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }

/* Clm */
  .fullBlock__row {
    position: relative;
    margin-top: 6rem;
  }

  .fullBlock__row + .inner,
  .photo + .fullBlock__row {
    margin-top: 8rem;
  }

  .fullBlock__item--texts {
    position: static;
    width: calc(616/1440*100%);
  }
  .fullBlock__item--texts .innerBlock {
    max-width: 516px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 125px;
  }
  .fullBlock__item--photo {
    width: calc(792/1440*100%);
  }

  .line__heading {
    text-align: center;
  }
  h3 + .line__heading {
    margin-top: 6rem;
  }
  .line__heading span {
    position: relative;
    display: inline-block;
    padding: 0 1.5rem 0 2rem;
    background: #170000;
    z-index: 1;
  }
  .line__heading .font__en {
    font-family: 'Cinzel', serif;
    font-size: 2.8rem;
    letter-spacing: .16em;
    line-height: .8;
    color: #bb8d2b;
  }
  .line__heading::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    background: #754e28;
    background: -moz-linear-gradient(left, #754e28 0%, #b29662 100%);
    background: -webkit-linear-gradient(left, #754e28 0%, #b29662 100%);
    background: linear-gradient(to right, #754e28 0%, #b29662 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#754e28', endColorstr='#b29662', GradientType=1);
  }
  .line__heading::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: calc(50% + 1px);
    left: 0;
    background: #754e28;
    background: -moz-linear-gradient(left, #754e28 0%, #b29662 100%);
    background: -webkit-linear-gradient(left, #754e28 0%, #b29662 100%);
    background: linear-gradient(to right, #754e28 0%, #b29662 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#754e28', endColorstr='#b29662', GradientType=1);
  }

  .subHeading {
    font-size: 16px;
    letter-spacing: .15em;
    color: #bb8d2b;
    text-align: center;
    padding: 8px;
    border: 1px solid #ba9e67;
    margin: 30px auto 0;
  }

  .layoutCol + .subHeading {
    margin-top: 80px;
  }

  .subHeading .num {
    font-family: "Cinzel", serif;
  }

  .subHeading__bg {
    display: block;
    background: url('../imgs/bg-subHeading.jpg');
    background-size: cover;
  }
@media screen and (max-width: 767px) {
  .fullBlock__row {
    margin-top: 4rem;
  }

  .fullBlock__row + .inner,
  .photo + .fullBlock__row {
    margin-top: 4rem;
  }

  .fullBlock__item--texts {
    width: 100%;
  }
  .fullBlock__item--texts .innerBlock {
    max-width: inherit;
    margin-top: 3rem;
    margin-right: auto;
    padding: 0 3.491755577%;
  }
  .fullBlock__item--photo {
    width: 100%;
    margin-top: 4rem;
  }

  .line__heading {
    width: 100%;
    box-sizing: border-box;
  }
  .line__heading span {
    padding-left: 3.491755577%;
    padding-right: 1rem;
  }
  .line__heading .font__en {
    font-size: 2.0rem;
    letter-spacing: .12em;
  }
}


  .clmTwo__item {
    width: calc(496/1024*100%);
  }
  .clmThree__item {
    width: calc(320/1024*100%);
  }
  .clmThree__item--double {
    width: calc(672/1024*100%);
  }
  .clmThree__item--double .clmTwo__item {
    width: calc(320/672*100%);
  }
  .clmThree__item--triple {
    width: calc(1024/1024*100%);
  }
@media screen and (max-width: 767px) {
  .clmTwo__item {
    width: 100%;
  }
  .clmThree__item {
    width: calc(50% - 10px);
  }
  .clmThree__item--double {
    width: 100%;
  }
  .clmThree__item--double .clmTwo__item {
    width: 100%;
  }

  .clmTwoSP__item {
    width: calc(50% - 10px) !important;
  }

  .clmFullSP__item {
    width: 100% !important;
  }
}

  .sNav {
  } 
  .sNav.top {
    margin-bottom: 80px;
  } 
  .sNav.btm {
    margin-top: 80px;
  } 

  .sNav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #797468;
    background: #1f1703;
  } 
  .sNav__item {
    width: calc( 100% / 3 );
  } 
  .sNav__link {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
  } 
  .sNav__link::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -1px;
    right: 0;
    bottom: -7px;
    width: auto;
    height: auto;
    background: url(../imgs/bg-snav.png) no-repeat center center;
    background-size: cover;
    border: solid 1px #bc9e4a;
    transition: all .3s ease;
    opacity: 0;
    z-index: 1;
    text-align: center;
  }

  .sNav__link::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: auto;
    background: #797468;
    z-index: 0;
  }
  .sNav__item:last-child .sNav__link::after {
    display: none;
  }

  .sNav__link span {
    position: relative;
    transition: all .3s ease;
    z-index: 2;
    font-size: 1.5rem;
  }
  .sNav__link .en {
    font-family: 'Cinzel', serif;
    letter-spacing: .1em;
    color: #fff;
  }
  .sNav__link .ja {
    position: absolute;
    top: 50%;
    left: 50%;
    letter-spacing: .1em;
    color: #d0b272;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    opacity: 0;
  } 

  .sNav__link.is-active::before {
    opacity: 1;
  }
  .sNav__link.is-active .en {
    opacity: 0;
  }
  .sNav__link.is-active .ja {
    opacity: 1;
  }
@media screen and (min-width: 768px) {
  .sNav__link:hover::before {
    opacity: 1;
  }

  .sNav__link:hover .en {
    opacity: 0;
  }
  .sNav__link:hover .ja {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sNav__link span {
    font-size: calc(100vw * 15 / 959);
  }
}
@media screen and (max-width: 767px) {
  .sNav__item {
    width: 100%;
  } 
  .sNav__link {
    height: 41px;
  } 
  .sNav__link::before {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: 0;
    background: url(../imgs/bg-nav.jpg) no-repeat center center;
    background-size: 100% 100%;
  }
  .sNav__link::after {
    top: auto;
    left: 0;
    width: auto;
    height: 1px;
  }
  .sNav__item:last-child .sNav__link::after {
    display: none;
  }
  .sNav__link span {
    font-size: 1.2rem;
  }
}

/* Section */
  .entranceSection {
    color: #fff;
  }
  .entranceSection__row {
    margin-top: 4rem;
  }
  .entranceSection__item:nth-child(n+4) {
    margin-top: 3rem;
  }
  .entranceSectionInner__item:nth-child(n+2) {
    margin-top: 5rem;
  }

  .entranceSection + .kitchenSection {
    margin-top: 12rem;
  }

  @media screen and (min-width: 768px) {
    .entranceSection__row  {
      justify-content: flex-start;
    }
    .entranceSection__item:not(:nth-child(3n)) {
      margin-right: calc(32/1024*100%);
    }
  }

  @media screen and (max-width: 767px) {
    .entranceSection__row {
      margin-top: 3rem;
    }
    .entranceSection__item:nth-child(n+4) {
      margin-top: 3rem;
    }
    .entranceSectionInner__item:nth-child(n+2) {
      margin-top: 3rem;
    }
    .entranceSection__item.clmFullSP__item .entranceSectionInner__item {
      margin-top: 3rem;
    }

    .entranceSection + .kitchenSection {
      margin-top: 8rem;
    }
  }

  .kitchenSection {
    color: #fff;
  }

  .kitchenSection__row {
    margin-top: 4rem;
  }
  .kitchenSection__item:nth-child(n+3) {
    margin-top: 3rem;
  }

  .kitchenSectionInner__row {
  }
  .kitchenSectionInner__item:nth-child(n+3) {
    margin-top: 3rem;
  }
  .kitchenSectionInner__caption {
    width: 100%;
    margin: 1rem auto 0;
  }

  .blabel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 23px;
    border: solid 1px #808080;
    font-family: 'Cinzel', serif;
    font-size: 16px;
    letter-spacing: .15em;
    line-height: 21px;
    text-align: center;
  }
  .photo + .blabel {
    margin-top: 1.5rem;
  }
  .blabel + .headingLv2 {
    margin-top: 1.5rem;
  }

  @media screen and (min-width: 768px) {
    .kitchenSection__row--start {
      justify-content: flex-start;
    }
    .kitchenSection__row--start .kitchenSection__item {
      margin-right: calc(32/1024*100%);
    }
    .kitchenSection__row--start .kitchenSection__item:nth-child(2),
    .kitchenSection__row--start .kitchenSection__item:nth-child(5),
    .kitchenSection__row--start .kitchenSection__item:nth-child(8) {
      margin-right: 0;
    }

  }
@media screen and (max-width: 767px) {
  .kitchenSection {
  }
  .kitchenSection__row {
    margin-top: 3rem;
  }
  .kitchenSection__item:nth-child(n+2) {
    margin-top: 3rem;
  }

  .kitchenSectionInner__row {
  }
  .kitchenSectionInner__item:nth-child(n+3) {
  }

  .blabel {
    font-size: 14px;
  }
  .photo + .blabel {
    margin-top: 1rem;
  }
  .blabel + .headingLv2 {
    margin-top: 1rem;
  }
}

  .bathSection {
    margin-top: 12rem;
    color: #fff;
  }
  .bathSection__row {
    margin-top: 4rem;
  }
  .bathSection__item:nth-child(n+3) {
    margin-top: 3rem;
  }
  .bathSectionInner__item:nth-child(n+2) {
    margin-top: 5rem;
  }
  .bathSection__row--bottom {
    border-top: 1px solid #808080;
    margin-top: 70px;
    padding-top: 40px;
  }

  @media screen and (min-width: 768px) {
    .bathSection__row--start {
      justify-content: flex-start;
    }
    .bathSection__row--start .bathSection__item:nth-child(2n) {
      margin-left: calc(32/1024*100%);
    }
    .bathSection__row--bottom .bathSection__item:nth-child(3) {
      margin-top: 0;
    }
  }

@media screen and (max-width: 767px) {
  .bathSection {
    margin-top: 8rem;
  }
  .bathSection__row {
    margin-top: 3rem;
  }
  .bathSectionInner__item:nth-child(n+2) {
    margin-top: 0rem;
  }
  .bathSectionInner__item.clmFullSP__item:nth-child(n+2) {
    margin-top: 3rem;
  }
  
  .bathSection__item:nth-child(n+2) {
    margin-top: 3rem;
  }

  .bathSection__row--bottom .bathSection__item:nth-child(2) {
      margin-top: 0;
    }
  .bathSection__item .textWrap {
    margin-top: 1.5rem;
  }
}

  .washSection {
    margin-top: 12rem;
    color: #fff;
  }
  .washSection__row {
    margin-top: 4rem;
  }
  .washSection__item:nth-child(n+3) {
    margin-top: 3rem;
  }

  .washSectionInner__row {
  }
  .washSectionInner__row + .text {
    margin-top: 1.5rem;
  }
  .washSectionInner__item:nth-child(n+3) {
    margin-top: 2.7rem;
  }

  .washSection__box {
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .4);
    margin-top: 4rem;
  }
  .washSection__box .washSection__row {
    padding: 21px 21px 30px;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-top: 0;
  }

  .washSection__box .washSection__item {
    width: calc(235/964*100%);
    margin: 0 0 4rem;
  }

  .washSection__box .washSection__item .headingLv2 {
    margin-bottom: 2rem;
  }

  .washSection__box .washSection__item:nth-child(2) {
    width: calc(284/964*100%);
  }

  .washSection__box .washSection__item:nth-child(3) {
    width: calc(425/964*100%);
  }

  .washSection__box--sky .washSection__item {
    width: calc(175/964*100%);
    margin-bottom: 0;
  }

  .washSection__box--sky .washSection__item:nth-child(2) {
    width: calc(314/964*100%);
  }

  .washSection__box--sky .washSection__item:nth-child(3) {
    width: calc(434/964*100%);
  }
@media screen and (max-width: 767px) {
  .washSection {
    margin-top: 8rem;
  }
  .washSection__row {
    margin-top: 3rem;
  }
  .washSection__item:nth-child(n+3) {
  }

  .washSectionInner__row {
  }
  .washSectionInner__item:nth-child(n+2) {
    margin-top: 3rem;
  }

  .washSection__box {
    padding: calc(7/750*100vw);
    margin-top: 5rem;
  }
  .washSection__box .washSection__row {
    padding:  calc(40/750*100vw) calc(20/750*100vw) calc(60/750*100vw);
    margin-top: 0;
  }

  .washSection__box .washSection__item {
    width: calc(235/750*100vw);
  }

  .washSection__box .washSection__item:nth-child(2) {
    width: calc(284/750*100vw);
  }

  .washSection__box--sky .washSection__item {
    width: calc(205/750*100vw);
  }

  .washSection__box--sky .washSection__item:nth-child(2) {
    width: calc(360/750*100vw);
  }

  .washSection__box--sky .washSection__item:nth-child(3) {
    margin-top: 4rem;
  }

  .washSection__box .washSection__item .headingLv2 {
    margin-bottom: 2rem;
  }

  .washSection__box .washSection__item:nth-child(3) {
    width: 100%;
  }

  .clmTwoSP__item.washSectionInner__item:nth-child(n+2) {
    margin-top: 0;
  }
  .clmTwoSP__item.washSectionInner__item:nth-child(n+3) {
    margin-top: 3rem;
  }
}

  .toiletSection {
    margin-top: 12rem;
    color: #fff;
  }
  .toiletSection__row {
    margin-top: 4rem;
  }
  .toiletSection__item:nth-child(n+4) {
    margin-top: 3rem;
  }

  .toiletSectionInner__row {
  }
  
  .toiletSectionInner__item:nth-child(n+3) {
    margin-top: 3rem;
  }

  .toiletSection__box {
    margin-top: 2rem;
    padding: 1.5rem;
    border: solid 1px #fff;
  }
  @media screen and (min-width: 768px) {
    .toiletSection__row--wide .toiletSection__item:nth-child(n+3){
      margin-top: 3rem;
    }
  }
@media screen and (max-width: 767px) {
  .toiletSection {
    margin-top: 8rem;
  }
  .toiletSection__row {
    margin-top: 3rem;
  }
  .toiletSection__item:nth-child(n+3) {
    margin-top: 3rem;
  }

  .toiletSection__row--wide .toiletSection__item:nth-child(n+2){
    margin-top: 3rem;
  }

  .toiletSectionInner__row {
  }
  .toiletSectionInner__item:nth-child(n+2) {
    margin-top: 3rem;
  }

  .toiletSection__row--wide .toiletSectionInner__item:nth-child(2){
    margin-top: 0;
  }
}

  .storageSection {
    margin-top: 12rem;
    color: #fff;
  }
  .storageSection__row {
    margin-top: 4rem;
  }
  .storageSection__item:nth-child(n+4) {
    margin-top: 3rem;
  }
@media screen and (max-width: 767px) {
  .storageSection {
    margin-top: 8rem;
  }
  .storageSection__row {
    margin-top: 3rem;
  }
  .storageSection__item:nth-child(n+3) {
    margin-top: 3rem;
  }
}


  .securitySection {
    color: #fff;
  }

  .securitySection__row {
    margin-top: 4rem;
  }
  .securitySection__item {
  }
  .securitySection__item:nth-child(n+5) {
    margin-top: 3rem;
  }

  .securitySection__num {
    display: none;
  }

  .securityBlock {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: solid 1px rgba(255, 255, 255, .5);
  }
  .securityBlock .securitySection__row {
    margin-top: 2rem;
  }
  .securityBlock .text + .photo {
    margin-top: 3rem;
  }

  .securitySection__box {
    position: relative;
    margin-top: 6rem;
    padding: 39px 29px;
    border: solid 1px #746666;
  }
  .securitySection__box::before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    width: auto;
    height: auto;
    border: solid 1px #3e2b2b;
  }
@media screen and (max-width: 767px) {
  .securitySection {
  }

  .securitySection__row {
    margin-top: 3rem;
  }
  .securitySection__item:nth-child(n+3) {
/*    margin-top: 3rem;*/
  }

  .securitySection__num {
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 10;
    
  }
  .securitySection__num span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 1px;
    background: #bb8d2b;
    color: #fff;
    text-align: center;
  }

  .securityBlock {
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .securityBlock .securitySection__row {
    margin-top: 2rem;
  }
  .securityBlock .securitySection__item:nth-child(n+2) {
    margin-top: 2rem;
  }
  .securityBlock .text + .photo {
    margin-top: 2rem;
  }

  .securitySection__box {
    margin-top: 4rem;
    padding: 29px 19px;
  }
  .securitySection__box::before {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
  }
}

  .safetySection {
    margin-top: 12rem;
    color: #fff;
  }

  .safetySection__row {
    margin-top: 4rem;
  }
  .safetySection__item {
  }
  .safetySection__item:nth-child(n+4) {
    margin-top: 3rem;
  }
@media screen and (max-width: 767px) {
  .safetySection {
    margin-top: 8rem;
  }

  .safetySection__row {
    margin-top: 3rem;
  }
  .safetySection__item {
  }
  .safetySection__item:nth-child(n+3) {
    margin-top: 3rem;
  }
}

  .serviceSection {
    margin-top: 12rem;
    color: #fff;
  }

  .serviceSection__row {
    margin-top: 4rem;
  }
  .serviceSection__item {
  }
  .serviceSection__item:nth-child(n+3) {
    margin-top: 3rem;
  }

  .serviceSection__box {
    position: relative;
    margin-top: 6rem;
    padding: 39px 29px;
    border: solid 1px #746666;
  }
  .serviceSection__box::before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    width: auto;
    height: auto;
    border: solid 1px #3e2b2b;
  }

  .serviceSection__boxHeading {
    font-family: 'Cinzel', serif;
    font-size: 30px;
    letter-spacing: .16em;
    line-height: .8;
    color: #eec85b;
  }
  .serviceSection__boxRow {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: solid 1px rgba(238, 200, 91, .5);
  }
  .serviceSection__boxItem {
    width: calc(100% - 240px);
  }
  .serviceSection__boxRow .photo {
    width: 158px;
  }
@media screen and (max-width: 767px) {
  .serviceSection {
    margin-top: 8rem;
  }

  .serviceSection__row {
    margin-top: 3rem;
  }
  .serviceSection__item {
  }
  .serviceSection__item:nth-child(n+2) {
    margin-top: 3rem;
  }

  .serviceSection__box {
    margin-top: 4rem;
    padding: 29px 19px;
  }
  .serviceSection__box::before {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
  }

  .serviceSection__boxHeading {
    font-size: 20px;
    line-height: 1.4;
  }
  .serviceSection__boxRow {
    margin-top: 1.5rem;
    padding-top: 2rem;
  }
  .serviceSection__boxItem {
    width: 100%;
  }
  .serviceSection__boxRow .photo {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
  }
}


  .ecoSection {
    color: #fff;
  }

  .ecoSection__row {
    margin-top: 5rem;
  }
  .ecoSection__item:nth-child(n+2) {
    margin-top: 3rem;
  }

  .eco__row {
    margin-top: 2rem;
  }
  .eco__texts {
    width: calc(100% - 257px);
  }
  .eco__image {
    width: 232px;
  }


  .ecoSection__box {
    margin-top: 3rem;
    padding: 13px 20px 18px;
    border: solid 1px #eec85b;
  }
  .ecoSection__box .photo {
    width: 188px;
  }
  .ecoSection__box .text {
    width: calc(100% - 215px);
    letter-spacing: .15em;
    padding: 10px 0;
  }
  .ecoSection__box .text .cap{
    display: inline-block;
    padding-top: 5px;
    color: #999;
  }
@media screen and (max-width: 767px) {
  .ecoSection {
  }

  .ecoSection__row {
    margin-top: 3rem;
  }
  .ecoSection__item:nth-child(n+2) {
    margin-top: 7rem;
  }
  .ecoSection__item:nth-child(n+3) {
    margin-top: 3rem;
  }

  .ecoSection__item:nth-of-type(1) {
    order: 1;
  }
  .ecoSection__item:nth-of-type(2) {
    order: 2;
  }
  .ecoSection__item:nth-of-type(3) {
    order: 3;
  }
  .ecoSection__item:nth-of-type(4) {
    order: 4;
  }
  .ecoSection__item:nth-of-type(5) {
    order: 5;
  }
  .ecoSection__item:nth-of-type(6) {
    order: 6;
  }
  .ecoSection__item:nth-of-type(7) {
    order: 7;
  }
  .ecoSection__item:nth-of-type(8) {
    order: 8;
  }
  .ecoSection__item:nth-of-type(9) {
    order: 9;
  }
  .ecoSection__item:nth-of-type(10) {
    order: 11;
  }
  .ecoSection__item:nth-of-type(11) {
    order: 10;
  }

  .eco__row {
    margin-top: 2rem;
  }
  .eco__texts {
    width: 100%;
  }
  .eco__image {
    width: 100%;
    max-width: 232px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .ecoSection__box {
    padding: 15px 20px 30px;
  }
  .ecoSection__box .photo {
    width: 100%;
    text-align: center;
  }
  .ecoSection__box .text {
    width: 100%;
    margin-top: 20px;
  }
}

  .structureSection {
    color: #fff;
  }

  .structureSection__row {
    margin-top: 5rem;
  }
  .structureSection__item:nth-child(n+2) {
    margin-top: 4rem;
  }

  .structureSection__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 27px 30px 24px 40px;
    background: #fff;
  }
  .structureSection__box + .headingLv2 {
    margin-top: 2rem;
  }
  .structureSection__box .photo:nth-of-type(1) {
    width: calc(456/954*100%);
  }
  .structureSection__box .photo:nth-of-type(2) {
    width: calc(418/954*100%);
  }
  .structureSection__box .photo:nth-of-type(2) .cap--inRight {
    padding: 8px 0;
  }
@media screen and (max-width: 767px) {
  .structureSection {
  }

  .structureSection__row {
    margin-top: 3rem;
  }
  .structureSection__item:nth-child(n+2) {
    margin-top: 3rem;
  }

  .structureSection__box {
    padding: 20px 20px 30px 20px;
  }
  .structureSection__box + .headingLv2 {
    margin-top: 2rem;
  }

  .structureSection__box .photo:nth-of-type(1) {
    width: 100%;
  }
  .structureSection__box .photo:nth-of-type(2) {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
  }
  .structureSection__box .photo:nth-of-type(2) .cap--inRight {
    position: static;
    margin-top: 1rem;
    padding: 0;
    text-align: right;
  }
}


.photo.sickhouse {
  margin-top:  30px;
}

.securitySection__item--autolock .headingLv2 {
  margin-top: 40px;
}

.kitchenSection .headingLv1 {
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.clmThree__item--triple.securitySection__item .frame {
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .4);
   
}
.clmThree__item--triple.securitySection__item .inner{
  display: flex;
  justify-content: space-between;
    padding: 21px;
    border: 1px solid rgba(255, 255, 255, .2);
     position: relative;
}

.clmThree__item--triple.securitySection__item .cap--outRight {
  position: absolute;
  top: 101%;
  right: 0;
  color: #fff;
}
.clmThree__item--triple.securitySection__item.txt {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  }

@media screen and (max-width: 767px) {
  .securitySection__item--autolock .headingLv2  {
    margin-top: 25px;
  }

   .clmThree__item--triple.securitySection__item{
      width: 100％!important;
   }
   .clmThree__item--triple.securitySection__item .clmThree__item{
      width: 100%;
      margin-top:  1rem!important;
   }
    .clmThree__item--triple.securitySection__item .inner{
      display: block;
    }

    .clmThree__item--triple.securitySection__item {
      padding: calc(7/750*100vw);
    }
    .clmThree__item--triple.securitySection__item .inner{
      padding: calc(10/750*100vw) calc(20/750*100vw) calc(20/750*100vw) ;
    }
    .clmThree__item--triple.securitySection__item.txt {
      display: block;
    }
  }
