@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
.f_en {
  font-family: "Cinzel", serif;
}

/*** reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
  border: 0;
  image-rendering: -webkit-optimize-contrast;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
address,
em,
strong,
th,
ins {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border: 0;
}

th {
  text-align: left;
}

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

ins,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

hr {
  height: 0px;
  margin: 0;
  border: none;
  border-top: 1px solid #fff;
}

* html hr {
  /* for -IE6 */
  margin: 0;
}

*:first-child + html hr {
  /* for IE7 */
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/***cleasrfix hack***/
.hack::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*end hide*/
.clear {
  clear: both;
}

/*** font ***/
html {
  font-size: 62.5%;
}

#wrapper {
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

/*family*/
body {
  font-family: "Shippori Mincho", "Noto Serif JP", "Cormorant Garamond", serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333333;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}

footer {
  font-family: "Noto Serif JP", "Cormorant Garamond", serif;
}

/*** link ***/
.btn_over {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_over:hover {
  opacity: 0.7;
}

/*base*/
.com-content {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.com-content.main {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

._sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  ._pc {
    display: none !important;
  }
  ._sp {
    display: block !important;
  }
}
/*base*/
.bg_beige {
  background: #a1781e;
  color: #333;
}

.com-content {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.com-content.w1000 {
  max-width: 1000px;
}

.com-content.main {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* headerここから */
header {
  position: fixed;
  /*top:0;
  left:0;*/
  padding: 0;
  width: 100%;
  z-index: 900;
  color: #fff;
  background: #1a1a1a;
  z-index: 9000;
}
header h1 {
  width: 140px;
  height: auto;
  margin-top: 15px;
  margin-left: 35px;
  position: relative;
  z-index: 5;
}
header h1 img {
  width: 100%;
  height: auto;
}
header .header_nav {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
header .header_nav li a {
  color: #fff;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header_nav li a:hover {
  opacity: 0.7;
}
header li.nav_availability {
  display: none;
}

@media screen and (min-width: 769px) {
  header .header_nav li a img {
    display: none;
  }
  header .header_nav li:nth-child(1) a, header .header_nav li:nth-child(2) a, header .header_nav li:nth-child(3) a {
    padding: 0 10px;
    border-left: 1px solid #fff;
    color: #fff;
  }
  header .header_nav li:nth-child(4) a, header .header_nav li:nth-child(5) a {
    padding: 28px 20px 29px;
    line-height: 1em;
    position: relative;
  }
  header .header_nav li:nth-child(4) a span, header .header_nav li:nth-child(5) a span {
    position: relative;
  }
  header .header_nav li:nth-child(4) a::before, header .header_nav li:nth-child(5) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #e6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), color-stop(50%, #ffffff), color-stop(54%, #cccccc), to(#cccccc));
    background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 50%, #cccccc 54%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cccccc', GradientType=0);
  }
  header .header_nav li:nth-child(4) a {
    background: #888888;
  }
  header .header_nav li:nth-child(5) a {
    background: #fff;
    color: #000;
    font-weight: 800;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 70px;
  }
  header h1 {
    margin-top: 18px;
    margin-left: 20px;
    width: 130px;
  }
  header .header_nav {
    position: fixed;
    top: inherit;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  header .header_nav li {
    background: #333;
    width: 25%;
    height: 100%;
    text-align: center;
  }
  header .header_nav li:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  header .header_nav li:nth-child(6) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header .header_nav li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header .header_nav li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header .header_nav li:nth-child(1) {
    display: none;
  }
  header .header_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  header .header_nav li a img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px auto 0px;
  }
  header li.nav_availability {
    display: block;
  }
}
/* headerここまで */
/* footerここから */
footer .footer_call {
  background: #fff;
  padding: 30px 0;
}
footer .footer_call .com-content {
  max-width: 780px;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
footer .footer_call_bnr {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
  display: block;
}
footer .footer_call_bnr img {
  width: 100%;
  height: auto;
}
footer .footer_call ul {
  margin: 5px 0 0;
}
footer .footer_call ul li {
  width: calc(100% - 420px);
  display: inline-block;
  vertical-align: middle;
  padding: 0 3% 0 0;
  font-size: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_call ul li:nth-child(2) {
  padding: 0;
  width: 410px;
}
@media screen and (max-width: 768px) {
  footer .footer_call ul li:nth-child(2) {
    width: 100%;
  }
}
footer .footer_call ul li:nth-child(2) a {
  color: #000;
  text-decoration: underline;
}
footer .footer_com-note {
  background: #f0eeeb;
  color: #333;
  padding: 25px 0;
}
footer .footer_link {
  background: rgb(26, 26, 26);
  background: -webkit-gradient(linear, left top, right top, from(rgb(26, 26, 26)), color-stop(50%, rgb(51, 51, 51)), to(rgb(0, 0, 0)));
  background: linear-gradient(to right, rgb(26, 26, 26) 0%, rgb(51, 51, 51) 50%, rgb(0, 0, 0) 100%);
  padding: 10px 0;
  text-align: center;
}
footer .footer_link li {
  display: inline-block;
}
footer .footer_link li a {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 0 15px 1px;
  border-right: 1px solid #fff;
}
footer .footer_link li:last-child a {
  border-right: none;
}
footer .footer_logo {
  padding: 25px 0 0;
}
footer .footer_logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 300px;
  margin: 0 auto;
}
footer .footer_logo ul li {
  width: 49%;
}
footer .footer_logo ul li:first-child {
  margin-right: 2%;
}
footer .footer_logo p {
  text-align: center;
  font-size: 1rem;
  color: #000;
  margin: 10px auto;
}

#pagetop {
  position: fixed;
  width: 45px;
  height: 20px;
  bottom: 26px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 70px;
  }
  footer .footer_call .com-content {
    max-width: 400px;
  }
  footer .footer_call ul li {
    width: 100%;
    display: block;
    padding: 0 0 10px 0;
    font-size: 10px;
  }
  footer .footer_call ul li:nth-child(2) {
    padding: 0;
  }
  footer .footer_link {
    display: none;
  }
  footer .footer_logo p {
    margin-top: 15px;
  }
  #pagetop {
    width: 30px;
    bottom: 10px;
    /*right: 50%;
    transform: translateX(50%);*/
  }
}
/* footerここまで */
/*sp menu*/
.sp_menu {
  position: fixed;
  top: 15px;
  right: 25px;
  height: 36px;
  width: 30px;
  outline: none;
  cursor: pointer;
  /*border: 1px solid #666;*/
  padding: 3px 0 3px 7px;
  z-index: 9000;
  /*background: #fff;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
.sp_menu span,
.sp_menu span::before,
.sp_menu span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.sp_menu span {
  top: 50%;
}
.sp_menu span::before {
  top: -12px;
}
.sp_menu span::after {
  top: 12px;
}
.sp_menu .active {
  -webkit-transition: 500ms;
  transition: 500ms;
  background: transparent;
  /*border: 1px solid #181878;*/
}

.sp_menu.active > span {
  background: transparent;
}

.sp_menu.active > span::before,
.sp_menu.active > span::after {
  top: 0px;
}

.sp_menu.active > span::before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.sp_menu.active > span::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media screen and (max-width: 768px) {
  .sp_menu {
    display: block;
  }
}
nav {
  background: #002808;
}
@media screen and (max-width: 768px) {
  nav {
    background: #002808;
  }
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

nav li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

nav li a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 769px) {
  nav {
    position: relative;
    margin-top: 10px;
    width: 100%;
    z-index: 900;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  }
  nav li.act a::after,
  nav li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 0;
    height: 4px;
    background: #bd9e5f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  nav li.act a::after,
  nav li a:hover::after {
    width: 50%;
    opacity: 1;
  }
  #index nav li.nav_index a::after,
  #location nav li.nav_location a::after,
  #access nav li.nav_access a::after,
  #design nav li.nav_design a::after,
  #plan nav li.nav_plan a::after,
  #type nav li.nav_plan a::after,
  #equipment nav li.nav_equipment a::after {
    width: 50%;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  nav {
    backdrop-filter: blur(5px);
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 998;
    width: 100%;
    height: calc(100vh - 140px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 1s left cubic-bezier(0.77, 0, 0.175, 1), 1s opacity;
    transition: 1s left cubic-bezier(0.77, 0, 0.175, 1), 1s opacity;
    opacity: 0;
    pointer-events: none;
  }
  nav.active {
    top: 70px;
    opacity: 1;
    display: block;
    pointer-events: inherit;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #bdbdbd;
  }
  nav li:nth-child(2n) {
    border-left: 1px solid #bdbdbd;
  }
  nav li a {
    padding: 25px 0;
  }
}
/*common
----------------------------------------------*/
.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.t_left {
  text-align: left;
}

.com-cap,
.com-note {
  font-size: 10px;
  letter-spacing: 0;
}
.com-cap.white,
.com-note.white {
  color: #fff;
}
.com-cap.black,
.com-note.black {
  color: #000;
}

.com-note.right {
  text-align: right;
}

figure {
  position: relative;
}

figure .com-cap {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #fff;
}
figure .com-cap.left {
  right: initial;
  left: 10px;
}
figure .com-cap-01 {
  position: absolute;
  top: 44.5%;
  left: 8%;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
}

/*-------------------------------------------------*/
.main {
  margin-top: 121px;
}
.main .com-main_txt {
  color: #1a1a1a;
  font-weight: 600;
}
.main .main_img {
  position: relative;
  aspect-ratio: 256/57;
}
@media screen and (max-width: 768px) {
  .main .main_img {
    aspect-ratio: 34/15;
  }
}
.main .main_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .main_img {
  /*
  &::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(#fff, 0.6);
    content: "";
  }
    */
}

.main_bg {
  position: relative;
}
.main_bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 43, 77, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.main_bg p {
  z-index: 3;
}

#index .main {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .main {
    margin-top: 70px;
  }
}
.com-main {
  width: 100%;
  position: relative;
}
.com-main_img {
  position: relative;
  left: 0;
  width: 100%;
}
.com-main_txt {
  font-size: clamp(30px, 5vw, 54px);
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}

/*info*/
.fbtn_wrap {
  padding: 90px 0 90px;
  background: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .fbtn_wrap {
    padding: 50px 0 50px;
  }
}
.fbtn_wrap .com-content {
  max-width: 640px;
  margin: 0 auto;
}
.fbtn_wrap_tit {
  color: #90814b;
  display: block;
  border-top: 1px solid #90814b;
  border-bottom: 1px solid #90814b;
  text-align: center;
  font-size: 24px;
  padding: 5px 0;
  margin-bottom: 20px;
}
.fbtn_wrap ul {
  /*margin-bottom: 100px;*/
}
.fbtn_wrap ul li {
  margin-bottom: 10px;
}

.fbtn {
  width: 80%;
  max-width: 380px;
  margin: 0 auto;
}
.fbtn li a {
  display: block;
  width: 100%;
  padding: 22px 40px;
  background: #bd9e5f;
  color: #000;
  font-size: 16px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .fbtn li a {
    font-size: 14px;
  }
}
.fbtn li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  opacity: 0.8;
  background: rgb(162, 122, 98);
  background: -webkit-gradient(linear, left top, right top, from(rgb(162, 122, 98)), color-stop(50%, rgb(241, 193, 154)), to(rgb(162, 122, 98)));
  background: linear-gradient(to right, rgb(162, 122, 98) 0%, rgb(241, 193, 154) 50%, rgb(162, 122, 98) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a27a62', endColorstr='#a27a62', GradientType=1);
  pointer-events: none;
  display: none;
}
.fbtn li a span {
  position: relative;
  z-index: 10;
}
.fbtn li a span img {
  width: 85px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fbtn li a:hover span img {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.cbtn_wrap .cbtn {
  max-width: 1000px;
}
.cbtn_wrap .cbtn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 126px 0;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_list {
    row-gap: 20px;
    padding: 60px 0;
  }
}
.cbtn_wrap .cbtn_item {
  position: relative;
  width: 30.6%;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_item {
    width: 48.5%;
  }
}
.cbtn_wrap .cbtn_item:hover {
  opacity: 0.7;
}
.cbtn_wrap .cbtn_item a {
  padding: 21px;
  display: block;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_item a {
    padding: 15px 10px;
  }
}
.cbtn_wrap .cbtn_item p {
  color: #fff;
  text-align: center;
}
.cbtn_wrap .cbtn_item .cbtn_more {
  color: #000;
}
.cbtn_wrap .cbtn_item .com-cap {
  position: absolute;
  bottom: 3px;
  left: 5px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_item .com-cap {
    bottom: 1px;
  }
}
.cbtn_wrap .cbtn_item-location {
  background: url(../img/common/cbtn_location.webp) center/cover no-repeat;
}
.cbtn_wrap .cbtn_item-access {
  background: url(../img/common/cbtn_access.webp) center/cover no-repeat;
}
.cbtn_wrap .cbtn_item-design {
  background: url(../img/common/cbtn_design.webp) center/cover no-repeat;
}
.cbtn_wrap .cbtn_item-plan {
  background: url(../img/common/cbtn_plan.webp) center/cover no-repeat;
}
.cbtn_wrap .cbtn_item-equipment {
  background: url(../img/common/cbtn_equipment.webp) center/cover no-repeat;
}
.cbtn_wrap .cbtn_item-brand {
  background: url(../img/common/cbtn_brand.webp) center/cover no-repeat;
}
.cbtn_wrap .cbtn_txt {
  background-color: rgba(0, 40, 8, 0.8);
  padding: 15.9% 0;
}
.cbtn_wrap .cbtn_ttl {
  font-size: clamp(10px, 2.6vw, 26px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_ttl {
    font-size: clamp(10px, 4.799999988vw, 26px);
  }
}
.cbtn_wrap .cbtn_sub, .cbtn_wrap .cbtn_more {
  font-size: clamp(10px, 1.3vw, 13px);
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_sub, .cbtn_wrap .cbtn_more {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}
.cbtn_wrap .cbtn_sub {
  letter-spacing: 0.2em;
  font-weight: 600;
}
.cbtn_wrap .cbtn_more {
  background-color: #a1781e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.4em;
  padding: 0.2em 3.5em 0.4em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_more {
    padding: 0.2em 2.9em 0.4em;
  }
}

/* page common
*******************************************/
.main {
  position: relative;
}
.main_bg {
  position: relative;
  background: #899198;
}
@media screen and (max-width: 768px) {
  .main_bg {
    position: relative;
  }
}
.main_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

p.main_txt {
  width: auto;
  height: 38px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  p.main_txt {
    height: 25px;
  }
}
p.main_txt img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
p.main_txt span.jp {
  font-size: 21px;
  color: #fff;
  margin-bottom: 15px;
}
p.main_txt.txtshadow {
  text-shadow: 1px 1px 5px #000;
}

#access .main .com-note {
  color: #333;
}

.sec1 {
  padding: 140px 0;
}

#type .sec1 {
  padding: 100px 0 50px;
}

@media screen and (max-width: 768px) {
  .sec1 {
    padding: 70px 0 30px;
  }
  #type .sec1 {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px #777;
            box-shadow: inset 0 0 2px #777;
  }
  ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/*text*/
.f_en {
  color: #a1781e;
}

.com-ttl {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.com-lead {
  font-size: 26px;
  line-height: 1.5;
}

.com-txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .com-ttl {
    font-size: clamp(10px, 6.66666665vw, 40px);
    margin-bottom: 1.999999995vw;
  }
  .com-lead {
    font-size: clamp(10px, 4.799999988vw, 26px);
  }
  .com-txt {
    font-size: clamp(10px, 3.199999992vw, 14px);
    margin-top: 3.333333325vw;
  }
}
/*動き*/
.m_left {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}

.m_right {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}

.m_left,
.m_right {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.m_left_on,
.m_right_on {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.m_op {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.m_op_on {
  opacity: 1;
}

.m_down {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}
.m_down_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.m_up {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
}
.m_up_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .m_op_d1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .m_op_d2 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .m_op_d3 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .m_op_d4 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .m_op_d5 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .m_op_d6 {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
}
@media screen and (max-width: 768px) {
  .rmv,
  .lmv {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  .rmv_on,
  .lmv_on {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media print {
  header,
  nav,
  .footer_link,
  .footer_logo,
  .footer_com-note,
  .main,
  .accessmap_btn,
  .fbtn_wrap,
  .btn_print,
  .cbtn_wrap,
  #pagetop {
    display: none !important;
  }
  .sec1 {
    padding: 20px 0;
  }
  #accessmap .sec1 {
    padding: 0 !important;
  }
  #accessmap .accessmap_cont {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #accessmap .map {
    width: calc(100vw - 16mm) !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw + 8mm) !important;
    margin-right: calc(50% - 50vw + 8mm) !important;
  }
  #accessmap .map img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
  }
}
@page {
  size: A4;
  margin: 8mm;
}
/* Scss Document */
#index .p_ttl,
#index .p_desc {
  color: #002808;
}
#index .p_ttl {
  font-size: clamp(10px, 2.3vw, 26px);
  line-height: 1.6923076923;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 768px) {
  #index .p_ttl {
    font-size: clamp(10px, 5.599999986vw, 26px);
    line-height: 1.8138095238;
  }
}
#index .p_desc {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.7142857143;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #index .p_desc {
    max-width: 100vw;
  }
}
#index .main {
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #index .main {
    margin-top: 70px;
  }
}
#index .main_bg1 {
  position: relative;
  z-index: 1;
  aspect-ratio: 48/31;
}
@media screen and (max-width: 768px) {
  #index .main_bg1 {
    aspect-ratio: 375/257;
  }
}
#index .main_bg1 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .main_txt {
  position: absolute;
  z-index: 20;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  width: 40%;
  max-width: 580px;
  margin: auto;
  top: 55.2%;
  left: 11.6%;
  -webkit-transform: initial;
          transform: initial;
  line-height: 1;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 768px) {
  #index .main_txt {
    top: 5%;
    left: 3%;
    width: 40%;
  }
}
#index .main .com-note {
  right: initial;
  left: 5px;
}
#index .merit {
  padding: 2.0833333333% 9.5138888889%;
}
@media screen and (max-width: 768px) {
  #index .merit {
    padding: 6vw;
  }
}
#index .merit .merit_img {
  display: block;
  margin: 0 auto;
  max-width: 550px;
  aspect-ratio: 275/42;
  -o-object-fit: contain;
     object-fit: contain;
}
#index .intro {
  padding: 0 0 100px;
  background: url("../img/top/intro_bg.webp") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  #index .intro {
    padding: 0 0 10.66666664vw;
  }
}
#index .intro .intro_txt {
  padding: 80px 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #index .intro .intro_txt {
    padding: 7.99999998vw 1.599999996vw;
  }
}
#index .intro .intro_txt.is-white .intro_txt_ttl, #index .intro .intro_txt.is-white .intro_txt_desc {
  color: #fff;
}
#index .intro .intro_txt_ttl {
  font-size: 28px;
  font-size: clamp(24px, 2.734375vw, 28px);
  font-weight: 600;
  color: #002808;
}
@media screen and (max-width: 768px) {
  #index .intro .intro_txt_ttl {
    font-size: 20px;
  }
}
#index .intro .intro_txt_desc {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 768px) {
  #index .intro .intro_txt_desc {
    font-size: 14px;
  }
}
#index .intro .intro_txt_desc span {
  font-weight: 600;
  display: inline-block;
}
#index .intro .intro_bg {
  background: #fff;
}
#index .intro .intro_main {
  width: 100%;
  height: 100%;
  aspect-ratio: 48/25;
  position: relative;
}
#index .intro .intro_main_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .intro .intro_main_txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
  min-width: 400px;
  aspect-ratio: 1000/411;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #index .intro .intro_main_txt {
    width: 60%;
    min-width: 200px;
  }
}
#index .intro .intro_grid {
  width: 100%;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  aspect-ratio: 1440/559;
}
@media screen and (max-width: 768px) {
  #index .intro .intro_grid {
    gap: 0.266666666vw;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    aspect-ratio: auto;
  }
}
#index .intro .intro_grid img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #index .intro .intro_grid img {
    min-height: 100px;
  }
}
#index .intro .intro_grid img:nth-of-type(1) {
  grid-area: 1/1/2/3;
}
#index .intro .intro_grid img:nth-of-type(2) {
  grid-area: 2/1/3/2;
}
#index .intro .intro_grid img:nth-of-type(3) {
  grid-area: 2/2/3/3;
}
#index .intro .intro_grid img:nth-of-type(4) {
  grid-area: 1/3/3/4;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #index .intro .intro_grid img:nth-of-type(4) {
    grid-area: 3/1/5/2;
  }
}
#index .intro .intro_grid img:nth-of-type(5) {
  grid-area: 1/4/2/5;
}
@media screen and (max-width: 768px) {
  #index .intro .intro_grid img:nth-of-type(5) {
    grid-area: 3/2/4/3;
  }
}
#index .intro .intro_grid img:nth-of-type(6) {
  grid-area: 2/4/3/5;
}
@media screen and (max-width: 768px) {
  #index .intro .intro_grid img:nth-of-type(6) {
    grid-area: 4/2/5/3;
  }
}
#index .cbtn_wrap {
  background-color: #fff;
}
/* Scss Document */
#location .ability {
  background: #002808 url("../img/location/ability_bg.webp") no-repeat center center/cover;
  color: #fff;
  overflow: hidden;
}
#location .ability .ability_main {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  #location .ability .ability_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#location .ability .ability_head {
  width: 70%;
  padding: 60px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #location .ability .ability_head {
    width: 100%;
  }
}
#location .ability .ability_head .ability_head_ttl {
  margin-bottom: 1.6em;
}
#location .ability .ability_head .ability_head_ttl img {
  width: 100%;
  max-width: 460px;
}
#location .ability .ability_head .ability_head_lead {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.7692307692;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 1024px) {
  #location .ability .ability_head .ability_head_lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #location .ability .ability_head .ability_head_lead {
    font-size: 18px;
  }
}
#location .ability .ability_head .ability_head_desc {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
@media screen and (max-width: 768px) {
  #location .ability .ability_head .ability_head_desc {
    font-size: 14px;
  }
}
#location .ability .ability_head .ability_head_desc span {
  display: inline-block;
}
#location .ability .ability_photos {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  #location .ability .ability_photos {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#location .ability .ability_photo {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 768px) {
  #location .ability .ability_photo {
    height: auto;
    aspect-ratio: 8/5;
  }
}
#location .ability .ability_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#location .ability .ability_map {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #location .ability .ability_map {
    margin-top: 0;
  }
}
#location .ability .ability_map.js_ability_map_swiper {
  overflow: hidden;
}
#location .ability .ability_map.js_ability_map_swiper .swiper-slide {
  width: 1000px;
}
#location .ability .ability_list {
  padding: 90px 0 100px;
}
@media screen and (max-width: 768px) {
  #location .ability .ability_list {
    padding: 9.33333331vw 0 10.66666664vw;
  }
}
#location .ability .ability_list .ability_list_ttl {
  text-align: center;
  font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #location .ability .ability_list .ability_list_ttl {
    font-size: 18px;
    margin-bottom: 5.33333332vw;
  }
}
#location .ability .ability_list .ability_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #location .ability .ability_list .ability_list_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.66666665vw;
  }
}
#location .ability .ability_list .ability_list_box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #location .ability .ability_list .ability_list_box {
    width: 100%;
  }
}
#location .ability .ability_list .ability_list_box_ttl {
  background: #002808;
  min-height: 66px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 6px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#location .ability .ability_list .ability_list_box_ttl.is-company {
  background: #a1781e;
}
#location .ability .ability_list .ability_list_box_ttl.is-university {
  background: #003e60;
}
#location .ability .ability_list .ability_list_box_ttl span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
  letter-spacing: 0;
}
#location .ability .ability_list .ability_list_group {
  padding-top: 24px;
}
#location .ability .ability_list .ability_list_group.is-company .ability_list_city .name li span {
  background: #a1781e;
}
#location .ability .ability_list .ability_list_group.is-university .ability_list_city .name li span {
  background: #003e60;
}
#location .ability .ability_list .ability_list_city {
  margin-bottom: 20px;
}
#location .ability .ability_list .ability_list_city:last-child {
  margin-bottom: 0;
}
#location .ability .ability_list .ability_list_city .city {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-bottom: 4px;
  margin-bottom: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #location .ability .ability_list .ability_list_city .city {
    font-size: 13px;
  }
}
#location .ability .ability_list .ability_list_city .city::before {
  content: "";
  width: 6px;
  height: 1em;
  background: #fff;
}
#location .ability .ability_list .ability_list_city .name li {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #location .ability .ability_list .ability_list_city .name li {
    font-size: 13px;
  }
}
#location .ability .ability_list .ability_list_city .name li span {
  margin-top: 0.3em;
  display: block;
  border: 1px solid #fff;
  width: 1.2em;
  height: 1.3em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#location .ability .ability_list .ability_list_photos {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #location .ability .ability_list .ability_list_photos {
    margin-top: 6.66666665vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.66666666vw 2.133333328vw;
  }
}
#location .ability .ability_list .ability_list_photos figure {
  position: relative;
}
#location .ability .ability_list .ability_list_photos img {
  width: 100%;
  aspect-ratio: 800/563;
  -o-object-fit: cover;
     object-fit: cover;
}
#location .ability .ability_list .ability_list_photos figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
  background: linear-gradient(90deg, #000 0%, transparent 100%);
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #location .ability .ability_list .ability_list_photos figcaption {
    font-size: 13px;
  }
}
#location .ability .ability_list .ability_list_photos figcaption span {
  display: inline-block;
  font-weight: 600;
}
#location .data {
  background: #f5efe3 url("../img/location/data_bg.webp") no-repeat top center/cover;
  padding: 90px 0 100px;
}
@media screen and (max-width: 768px) {
  #location .data {
    padding: 9.33333331vw 0 11.99999997vw;
  }
}
#location .data .data_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #location .data .data_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.33333333vw;
    margin-bottom: 6.66666665vw;
  }
}
#location .data .data_head_en {
  width: 80px;
}
#location .data .data_head_ttl {
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  #location .data .data_head_ttl {
    font-size: 16px;
    line-height: 1.7;
  }
}
#location .data .data_head_ttl span {
  display: inline;
}
#location .data .data_block {
  border: 1px solid #002808;
}
#location .data .data_block_ttl {
  background: #002808;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: clamp(14px, 1.5625vw, 16px);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 14px 20px;
}
@media screen and (max-width: 768px) {
  #location .data .data_block_ttl {
    font-size: 14px;
    padding: 1.866666662vw 2.66666666vw;
  }
}
#location .data .data_block_desc {
  text-align: center;
  padding: 20px 20px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #location .data .data_block_desc {
    font-size: 13px;
  }
}
#location .data .data_block_desc span {
  display: inline-block;
  font-weight: 600;
}
#location .data .data_block_note {
  text-align: center;
  margin: 0 20px;
  border-top: 1px solid #000;
  padding: 14px 0;
  font-size: 12px;
  letter-spacing: 0.02em;
}
#location .data .data_block_wide {
  background: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #location .data .data_block_wide {
    margin-bottom: 3.99999999vw;
  }
}
#location .data .data_block_wide_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #location .data .data_block_wide_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#location .data .data_block_wide_inner .data_block_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #location .data .data_block_wide_inner .data_block_text {
    width: 100%;
  }
}
#location .data .data_block_wide_inner .data_block_chart {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #location .data .data_block_wide_inner .data_block_chart {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #location .data .data_block_photo {
    padding: 0 2.66666666vw;
  }
}
#location .data .data_block_photo img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
#location .data .data_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #location .data .data_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.99999999vw;
  }
}
#location .data .data_flex .data_block {
  width: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #location .data .data_flex .data_block {
    width: 100%;
  }
}
#location .data .data_flex .data_block_chart {
  padding: 20px;
  min-height: 235px;
}
#location .data .data_redevelopment {
  margin-top: 30px;
  position: relative;
  border: 1px solid #a1781e;
}
@media screen and (max-width: 768px) {
  #location .data .data_redevelopment {
    margin-top: 3.99999999vw;
  }
}
#location .data .data_redevelopment_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: #a1781e;
  color: #fff;
  padding: 16px 40px;
}
@media screen and (max-width: 1024px) {
  #location .data .data_redevelopment_head {
    padding: 16px 20px;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  #location .data .data_redevelopment_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 2.133333328vw 2.66666666vw;
  }
}
#location .data .data_redevelopment_head_en {
  width: 130px;
}
@media screen and (max-width: 1024px) {
  #location .data .data_redevelopment_head_en {
    width: 110px;
  }
}
#location .data .data_redevelopment_head_ttl {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  #location .data .data_redevelopment_head_ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #location .data .data_redevelopment_head_ttl {
    font-size: 15px;
  }
}
#location .data .data_redevelopment_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5efe3;
}
@media screen and (max-width: 768px) {
  #location .data .data_redevelopment_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#location .data .data_redevelopment_content_inner {
  width: 68%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #location .data .data_redevelopment_content_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.66666666vw;
    gap: 2.66666666vw;
  }
}
#location .data .data_redevelopment_desc {
  grid-area: 1/1/2/3;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #location .data .data_redevelopment_desc {
    text-align: left;
    font-size: 13px;
  }
}
#location .data .data_redevelopment_photos {
  grid-area: 2/1/3/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #location .data .data_redevelopment_photos {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#location .data .data_redevelopment_photos figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 140px;
}
#location .data .data_redevelopment_photos img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#location .data .data_redevelopment_photos figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  letter-spacing: 0;
  padding: 0 4px;
}
#location .data .data_redevelopment_box {
  grid-area: 2/2/3/3;
}
#location .data .data_redevelopment_box_ttl {
  color: #a1781e;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
#location .data .data_redevelopment_box_tag {
  background: #002808;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px;
}
#location .data .data_redevelopment_box_desc {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8461538462;
  letter-spacing: 0em;
}
#location .data .data_redevelopment_photo {
  position: absolute;
  width: 30%;
  height: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 1024px) {
  #location .data .data_redevelopment_photo {
    right: 14px;
  }
}
@media screen and (max-width: 768px) {
  #location .data .data_redevelopment_photo {
    width: 100%;
    position: relative;
    -webkit-transform: none;
            transform: none;
    height: auto;
    aspect-ratio: 800/284;
    padding: 0 2.66666666vw 2.66666666vw;
    right: 0;
    top: 0;
  }
}
#location .data .data_redevelopment_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#location .data .data_redevelopment_photo figcaption {
  position: absolute;
  bottom: 0;
  right: 4px;
  color: #fff;
  letter-spacing: 0;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #location .data .data_redevelopment_photo figcaption {
    bottom: 2.66666666vw;
    right: 3.199999992vw;
  }
}
#location .life {
  overflow: hidden;
}
#location .life .life_bg {
  padding: 50px 0;
  background: url("../img/location/life_bg.webp") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  #location .life .life_bg {
    padding: 6.66666665vw 0;
    background: url("../img/location/life_bg.webp") no-repeat center left/cover;
  }
}
#location .life .life_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#location .life .life_intro_ttl {
  width: 40%;
  min-width: 300px;
  margin: 0 auto;
}
#location .life .life_intro_box {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 60px 20px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #location .life .life_intro_box {
    padding: 7.99999998vw 2.66666666vw;
  }
}
#location .life .life_intro_box_ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #location .life .life_intro_box_ttl {
    font-size: 22px;
  }
}
#location .life .life_intro_box_ttl span {
  font-weight: 700;
  display: inline-block;
}
#location .life .life_intro_box_desc {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #location .life .life_intro_box_desc {
    font-size: 14px;
  }
}
#location .life .life_spots {
  background: #fdfcfa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  #location .life .life_spots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 5.33333332vw 2.66666666vw;
  }
}
#location .life .life_spot {
  max-width: 448px;
  width: 30%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  #location .life .life_spot {
    width: 100%;
  }
}
#location .life .life_spot_photo {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #location .life .life_spot_photo {
    margin-bottom: 2.133333328vw;
  }
}
#location .life .life_spot_photo img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#location .life .life_spot_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #a1781e;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #location .life .life_spot_name {
    font-size: 15px;
  }
}
#location .life .life_spot_name span {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0em;
  white-space: nowrap;
}
#location .life .life_spot_desc {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.8461538462;
}
#location .life .life_info {
  padding: 100px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #location .life .life_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 13.3333333vw 0 0;
    gap: 5.33333332vw;
  }
}
#location .life .life_info_photo {
  width: 30%;
  min-width: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #location .life .life_info_photo {
    width: 100%;
  }
}
#location .life .life_info_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #location .life .life_info_photo img {
    aspect-ratio: 3/2;
  }
}
#location .life .life_info_photo_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-align: center;
}
#location .life .life_info_lists {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #location .life .life_info_lists {
    width: 100%;
    gap: 3.99999999vw;
  }
}
#location .life .life_info_list {
  width: 48%;
  min-width: 380px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  #location .life .life_info_list {
    min-width: auto;
  }
}
#location .life .life_info_list_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #333;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #location .life .life_info_list_ttl {
    font-size: 15px;
  }
}
#location .life .life_info_list_ttl span {
  font-size: 11px;
  font-weight: 400;
}
#location .life .life_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #location .life .life_info_item {
    font-size: 12px;
  }
}
#location .life .life_info_item dd {
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#location .life .life_info_small {
  display: block;
  font-size: 11px;
  white-space: normal;
  letter-spacing: 0;
}
#location .life .life_info_dots {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 10px;
  margin: 0 6px 4px;
  border-bottom: 1px dotted #999;
}
#location .life .life_info_note {
  font-size: 11px;
  white-space: normal;
  letter-spacing: 0;
}
#location .life .life_map {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #location .life .life_map {
    padding-top: 13.3333333vw;
  }
}
#location .life .life_map.js_life_map_swiper {
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
#location .life .life_map.js_life_map_swiper .swiper-slide {
  width: 1000px;
}
#location .life .life_map img {
  width: 100%;
}

/* Scss Document */
#access .scroll-hint-text {
  letter-spacing: 0 !important;
}
#access .com-lead {
  font-size: clamp(20px, 5vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #access .com-lead {
    font-size: 6vw;
  }
}
#access .com-txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  color: #000;
  margin: 0;
}
#access .sec_ttl {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
#access .photo_list {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  #access .photo_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#access .photo_list .photo_item {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
}
#access .photo_list .photo_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#access .photo_list .photo_img {
  width: 100%;
  height: 100%;
}
#access .photo_list .photo_caption {
  position: absolute;
  color: #e4d5b7;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 180px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #000), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #000 50%, transparent 100%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #access .photo_list .photo_caption {
    height: 100px;
  }
}
#access .photo_list .photo_name {
  font-family: "Cinzel", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 0.6;
  letter-spacing: 0;
  margin-bottom: 0.2em;
  border-bottom: 1px solid #e4d5b7;
}
@media screen and (max-width: 768px) {
  #access .photo_list .photo_name {
    font-size: 22px;
  }
}
#access .photo_list .photo_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #access .photo_list .photo_min {
    font-size: 13px;
    gap: 6px;
  }
}
#access .photo_list .photo_min em {
  font-size: 2em;
  line-height: 1;
}
#access .photo_list .photo_min_tag {
  background: #d0b888;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0 0.4em;
  position: relative;
  bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  #access .photo_list .photo_min_tag {
    font-size: 10px;
  }
}
#access .main {
  width: 100%;
  position: relative;
}
#access .main .main_txt {
  color: #fff;
  font-size: 36px;
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #access .main .main_txt {
    font-size: 7vw;
  }
}
#access {
  /*active
  ----------------------------------------------*/
}
#access .active .active_intro {
  background: #002808 url("../img/access/active_bg.webp") no-repeat center top/cover;
  color: #fff;
  padding: 100px 0 90px;
}
@media screen and (max-width: 768px) {
  #access .active .active_intro {
    padding: 11.99999997vw 0 9.33333331vw;
  }
}
#access .active .active_intro_inner {
  text-align: center;
}
#access .active .active_intro_ttl {
  width: 40%;
  min-width: 300px;
  margin: 0 auto;
}
#access .active .active_intro_catch {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #access .active .active_intro_catch {
    font-size: 18px;
    margin: 3.99999999vw 0;
  }
}
#access .active .active_intro_catch span {
  font-weight: 700;
  display: inline-block;
}
#access .active .active_intro_desc {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #access .active .active_intro_desc {
    font-size: 14px;
  }
}
#access .active .active_intro_desc span {
  display: inline-block;
}
#access .active .active_map_wrap {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #access .active .active_map_wrap {
    margin-top: 6.66666665vw;
  }
}
#access .active .active_map {
  width: 100%;
}
#access .active .active_map.js_active_map_swiper {
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
#access .active .active_map.js_active_map_swiper .swiper-slide {
  width: 768px;
}
#access .active .active_map img {
  width: 100%;
}
#access .active .active_train {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #access .active .active_train {
    margin-top: 7.99999998vw;
  }
}
#access .active .active_train_ttl {
  width: 200px;
}
#access .active .active_train_sub {
  font-size: 14px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #access .active .active_train_sub {
    font-size: 12px;
    margin-bottom: 3.99999999vw;
    padding: 2em 0 1em;
  }
}
#access .active .active_train_sub span {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #access .active .active_train_sub span {
    font-size: 24px;
  }
}
#access .active .active_train_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #access .active .active_train_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#access .active .active_train_list_item {
  width: 30%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 46%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #access .active .active_train_list_item {
    width: 100%;
    max-width: 400px;
  }
}
#access .active .active_train_list_item img {
  width: 100%;
}
#access .active .active_train_note {
  margin-top: 60px;
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #access .active .active_train_note {
    font-size: 10px;
  }
}
#access {
  /*simulation
  ----------------------------------------------*/
}
#access .simulation {
  background: #f5efe3 url("../img/access/simulation_bg.webp") no-repeat center top/cover;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #access .simulation {
    padding: 10.66666664vw 0 7.99999998vw;
  }
}
#access .simulation .simulation_ttl {
  width: 100%;
  margin: 0 auto 60px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #access .simulation .simulation_ttl {
    margin-bottom: 6.66666665vw;
  }
}
#access .simulation .simulation_ttl img {
  display: block;
  margin: 0 auto;
  width: 20%;
  min-width: 200px;
}
#access .simulation .simulation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #access .simulation .simulation_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.99999998vw;
  }
}
#access .simulation .simulation_item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  #access .simulation .simulation_item {
    width: 100%;
  }
}
#access .simulation .simulation_item_head {
  background: #666464;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2em 0.6em;
  padding: 0.2em 1.2em;
  margin-bottom: 40px;
  min-height: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #access .simulation .simulation_item_head {
    margin-bottom: 3.99999999vw;
    padding: 0.9em 1em;
  }
}
#access .simulation .simulation_item_head_ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #access .simulation .simulation_item_head_ttl {
    font-size: 15px;
  }
}
#access .simulation .simulation_item_head_sub {
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #access .simulation .simulation_item_head_sub {
    font-size: 11px;
  }
}
#access .simulation .simulation_item_figure {
  border: 1px solid #ccc;
  border-top: none;
}
#access .simulation .simulation_item_figure img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  #access .simulation .simulation_item_figure {
    overflow: hidden;
  }
  #access .simulation .simulation_item_figure img {
    margin: 0 auto;
    max-width: 560px;
  }
}
#access .simulation .simulation_note {
  font-size: 12px;
  letter-spacing: 0;
  color: #333;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #access .simulation .simulation_note {
    font-size: 10px;
    margin-top: 5.33333332vw;
  }
}
#access {
  /*taxi
  ----------------------------------------------*/
}
#access .taxi {
  background: #002808;
  color: #fff;
}
#access .taxi .taxi_bg {
  padding: 100px 0;
  background: #002808 url("../img/access/taxi_bg.webp") no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  #access .taxi .taxi_bg {
    padding: 10.66666664vw 0;
  }
}
#access .taxi .taxi_ttl {
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
#access .taxi .taxi_ttl img {
  display: block;
  margin: 0 auto;
  width: 32%;
  min-width: 300px;
}
#access .taxi .taxi_content {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #access .taxi .taxi_content {
    margin: 7.99999998vw 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.99999999vw;
  }
}
#access .taxi .taxi_img {
  width: 24%;
  position: relative;
}
#access .taxi .taxi_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #access .taxi .taxi_img {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    max-width: 364px;
  }
}
#access .taxi .taxi_list {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  #access .taxi .taxi_list {
    width: 100%;
  }
}
#access .taxi .taxi_item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  #access .taxi .taxi_item {
    width: 100%;
  }
}
#access .taxi .taxi_item_head {
  background: #a1781e;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.7em 0.5em;
}
@media screen and (max-width: 1024px) {
  #access .taxi .taxi_item_head {
    font-size: 16px;
  }
}
#access .taxi .taxi_item_body {
  border-top: none;
  text-align: center;
  padding: 10px 10px 20px;
}
@media screen and (max-width: 768px) {
  #access .taxi .taxi_item_body {
    padding: 3.199999992vw 1.33333333vw 2.66666666vw;
  }
}
#access .taxi .taxi_item_price {
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #access .taxi .taxi_item_price {
    font-size: 16px;
  }
}
#access .taxi .taxi_item_price em {
  color: #d0b888;
  font-size: 2.5em;
  line-height: 1;
  font-style: normal;
}
#access .taxi .taxi_item_normal {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 0.3em;
  padding-bottom: 14px;
  border-bottom: 1px solid #a1781e;
}
@media screen and (max-width: 768px) {
  #access .taxi .taxi_item_normal {
    font-size: 13px;
  }
}
#access .taxi .taxi_item_time {
  font-size: 13px;
  letter-spacing: 0;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #access .taxi .taxi_item_time {
    font-size: 12px;
  }
}
#access .taxi .taxi_note {
  width: 20%;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.8;
  color: #fff;
  opacity: 0.9;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  #access .taxi .taxi_note {
    width: 100%;
    font-size: 10px;
  }
}
#access {
  /*line
  ----------------------------------------------*/
}
#access .line .line_bg {
  background: #fff url("../img/access/line_bg.webp") no-repeat center top/cover;
  padding: 100px 0 200px;
}
@media screen and (max-width: 768px) {
  #access .line .line_bg {
    padding: 10.66666664vw 0 180px;
  }
}
#access .line .line_intro {
  text-align: center;
}
#access .line .line_intro_ttl {
  width: 54%;
  min-width: 320px;
  margin: 0 auto;
}
#access .line .line_intro_catch {
  color: #002808;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  #access .line .line_intro_catch {
    font-size: 18px;
    margin: 3.99999999vw 0 2.66666666vw;
  }
}
#access .line .line_intro_catch span {
  font-weight: 700;
  display: inline-block;
}
#access .line .line_intro_desc {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #access .line .line_intro_desc {
    font-size: 14px;
  }
}
#access .line .line_intro_desc span {
  display: inline-block;
}
#access .line .line_map_wrap {
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #access .line .line_map_wrap {
    margin-top: 2.66666666vw;
    padding: 0 2.66666666vw;
  }
}
#access .line .line_map_box {
  position: relative;
}
#access .line .line_ranking {
  position: absolute;
  top: 0;
  left: 0;
  width: 16%;
  min-width: 200px;
}
#access .line .line_ranking img {
  width: 100%;
  display: block;
}
#access .line .line_map {
  width: 100%;
}
#access .line .line_map.js_line_map_swiper {
  margin-bottom: 2.66666666vw;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
#access .line .line_map.js_line_map_swiper .swiper-slide {
  width: 1000px;
}
#access .line .line_map img {
  width: 100%;
}
#access .line .line_towns {
  background: #fff;
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  #access .line .line_towns {
    padding: 10.66666664vw 0 0;
  }
}
#access .line .line_town_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
#access .line .line_town_row:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.33333331vw;
  }
  #access .line .line_town_row:not(:last-child) {
    margin-bottom: 9.33333331vw;
  }
}
#access .line .line_town {
  width: calc(50% - 15px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  #access .line .line_town {
    width: 100%;
  }
}
#access .line .line_town_photo {
  position: relative;
}
#access .line .line_town_photo img {
  width: 100%;
  aspect-ratio: 10/6.2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#access .line .line_town_photo_cap {
  position: absolute;
  left: 0;
  top: 5%;
  width: 70%;
  min-width: 322px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #002808), to(transparent));
  background: linear-gradient(90deg, #002808 50%, transparent 100%);
  padding: 16px 40px 16px 16px;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_photo_cap {
    padding: 2.133333328vw 5.33333332vw 2.133333328vw 2.133333328vw;
  }
}
#access .line .line_town_photo_cap_ttl {
  font-size: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
}
#access .line .line_town_photo_cap_desc {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_photo_cap_desc {
    font-size: clamp(12px, 1.866666662vw, 14px);
  }
}
#access .line .line_town_body {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_body {
    margin-top: 3.99999999vw;
  }
}
#access .line .line_town_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 16px;
}
#access .line .line_town_head_name {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}
#access .line .line_town_head_inner {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 6px;
  padding-bottom: 0.5em;
}
#access .line .line_town_head_en {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_head_en {
    font-size: 20px;
  }
}
#access .line .line_town_head_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
#access .line .line_town_head_min em {
  font-size: 2.2em;
  line-height: 1;
  color: #a1781e;
  font-style: normal;
}
#access .line .line_town_head_tag {
  background: #d0b888;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 0.2em;
}
#access .line .line_town_desc {
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_desc {
    margin-top: 2.66666666vw;
  }
}
#access .line .line_town_spot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_spot {
    margin-top: 3.99999999vw;
    gap: 2.133333328vw;
  }
}
#access .line .line_town_spot_photo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 70%;
  height: 180px;
}
#access .line .line_town_spot_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#access .line .line_town_spot_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 165px;
  width: 28%;
}
#access .line .line_town_spot_name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
}
#access .line .line_town_spot_desc {
  line-height: 1.8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  color: #333;
}
#access .line .line_town_photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_photos {
    margin-top: 3.99999999vw;
    gap: 2.133333328vw;
  }
}
#access .line .line_town_photos_item {
  width: calc(50% - 8px);
}
#access .line .line_town_photos_item img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#access .line .line_town_photos_item figcaption {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 0.6em;
}
#access .line .line_town_photos_item figcaption span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 0.5em;
}
#access .line .line_town_redevelopment {
  background: #f5efe3;
  border: 1px solid #a1781e;
  margin-top: 40px;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_redevelopment {
    margin-top: 5.33333332vw;
    padding: 2.66666666vw;
  }
}
#access .line .line_town_redevelopment.is-shinjuku {
  min-height: 468px;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_redevelopment.is-shinjuku {
    min-height: auto;
  }
}
#access .line .line_town_redevelopment_tag {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_redevelopment_tag {
    margin-bottom: 2.133333328vw;
  }
}
#access .line .line_town_redevelopment_tag img {
  width: 150px;
  margin-bottom: -0.2em;
}
#access .line .line_town_redevelopment_tag span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-left: 2em;
}
#access .line .line_town_redevelopment_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_redevelopment_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.599999996vw;
  }
}
#access .line .line_town_redevelopment_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_redevelopment_body {
    width: 100%;
  }
}
#access .line .line_town_redevelopment_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#access .line .line_town_redevelopment_ttl.is-gold {
  color: #a1781e;
}
#access .line .line_town_redevelopment_desc {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  color: #333;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_redevelopment_desc {
    margin-top: 1.33333333vw;
  }
}
#access .line .line_town_redevelopment_desc.is-underline {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #333;
}
#access .line .line_town_redevelopment_list {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_redevelopment_list {
    margin-top: 1.866666662vw;
  }
}
#access .line .line_town_redevelopment_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 12px;
  font-size: 13px;
  letter-spacing: 0;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_redevelopment_list li {
    font-size: 11px;
    padding: 1.066666664vw 0;
  }
}
#access .line .line_town_redevelopment_list li:not(:last-of-type) {
  border-bottom: 1px solid #333;
}
#access .line .line_town_redevelopment_list.is-nakano {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px 0;
}
#access .line .line_town_redevelopment_list.is-nakano li:nth-of-type(1) {
  grid-area: 1/1/2/3;
}
#access .line .line_town_redevelopment_list.is-nakano li:nth-of-type(2) {
  grid-area: 2/1/3/2;
  padding: 8px 8px 8px 0;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_redevelopment_list.is-nakano li:nth-of-type(2) {
    padding: 1.066666664vw 1.066666664vw 1.066666664vw 0;
  }
}
#access .line .line_town_redevelopment_list.is-nakano li:nth-of-type(3) {
  grid-area: 2/2/3/3;
  position: relative;
  padding: 8px 0 8px 8px;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_redevelopment_list.is-nakano li:nth-of-type(3) {
    padding: 1.066666664vw 0 1.066666664vw 1.066666664vw;
  }
}
#access .line .line_town_redevelopment_list.is-nakano li:nth-of-type(3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 80%;
  width: 1px;
  background: #333;
}
#access .line .line_town_redevelopment_list.is-nakano li:nth-of-type(4) {
  grid-area: 3/1/4/3;
}
#access .line .line_town_redevelopment_list_ttl {
  font-weight: 600;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_redevelopment_list_ttl {
    font-size: 12px;
  }
}
#access .line .line_town_redevelopment_list_date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 11px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_redevelopment_list_date {
    font-size: 10px;
  }
}
#access .line .line_town_redevelopment_note {
  font-size: 12px;
  font-size: clamp(11px, 0.8333333333vw, 12px);
  letter-spacing: 0;
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_redevelopment_note {
    margin-top: 1.599999996vw;
    font-size: 11px;
  }
}
#access .line .line_town_redevelopment_note span:first-of-type {
  white-space: nowrap;
}
#access .line .line_town_redevelopment_photo_inner {
  max-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #access .line .line_town_redevelopment_photo_inner {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}
#access .line .line_town_redevelopment_photo_inner .line_town_redevelopment_note {
  margin: 0;
}
#access .line .line_town_redevelopment_photo {
  position: relative;
}
#access .line .line_town_redevelopment_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#access .line .line_town_redevelopment_photo figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #002808;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}

/* Scss Document */
#design .main {
  width: 100%;
  position: relative;
}
#design .appearance {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #design .appearance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#design .appearance_facade {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #design .appearance_facade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#design .appearance_approach_photo {
  width: 70%;
  margin-left: auto;
  aspect-ratio: 8/6;
}
@media screen and (max-width: 768px) {
  #design .appearance_approach_photo {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
#design .appearance_approach_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#design .appearance_facade_panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 38%;
  min-width: 400px;
  height: 100%;
  padding: clamp(20px, 4.1666666667vw, 60px) clamp(10px, 2.7777777778vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: #fff;
  background: #002808 url("../img/design/appearance_fadace_bg.webp") no-repeat center center/cover;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  #design .appearance_facade_panel {
    position: relative;
    clip-path: none;
    min-width: 100%;
    padding: 10.66666664vw 2.66666666vw 79.9999998vw;
  }
}
#design .appearance_facade_panel_ttl {
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#design .appearance_facade_panel_ttl img {
  width: 200px;
}
#design .appearance_facade_panel_lead {
  font-size: clamp(20px, 1.8055555556vw, 26px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5384615385;
  margin-bottom: 1.4em;
}
#design .appearance_facade_panel_desc {
  font-size: clamp(13px, 1.1111111111vw, 16px);
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #design .appearance_facade_panel_desc {
    font-size: 14px;
  }
}
#design .appearance_facade_photo {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 50%;
  aspect-ratio: 4/5;
}
@media screen and (max-width: 768px) {
  #design .appearance_facade_photo {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
#design .appearance_facade_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #design .appearance_facade_photo img {
    width: 90%;
    margin-left: auto;
    display: block;
  }
}
#design .appearance_approach {
  width: 100%;
  background: #f5efe3 url("../img/design/appearance_approach_bg.webp") no-repeat center right/70% 100%;
}
@media screen and (max-width: 768px) {
  #design .appearance_approach {
    background: #f5efe3 url("../img/design/appearance_approach_bg.webp") no-repeat center right/cover;
  }
}
#design .appearance_approach_panel {
  width: 50%;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 60px 60px;
  padding: clamp(20px, 3.4722222222vw, 50px) clamp(10px, 4.1666666667vw, 60px) clamp(20px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 1024px) {
  #design .appearance_approach_panel {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  #design .appearance_approach_panel {
    width: 100%;
    padding: 10.66666664vw 2.66666666vw 5.33333332vw;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#design .appearance_approach_panel_logo {
  width: 100%;
  margin-bottom: 30px;
  margin-left: -40px;
}
@media screen and (max-width: 768px) {
  #design .appearance_approach_panel_logo {
    margin-bottom: 6.66666665vw;
    margin-left: -1.33333333vw;
  }
}
#design .appearance_approach_panel_ttl {
  width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
}
#design .appearance_approach_panel_ttl img {
  width: 240px;
}
#design .appearance_approach_panel_lead {
  color: #1a1a1a;
  font-size: clamp(20px, 1.8055555556vw, 26px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5384615385;
  margin-bottom: 1.4em;
}
#design .appearance_approach_panel_lead span {
  font-weight: 700;
  display: inline-block;
}
#design .appearance_approach_panel_desc {
  color: #1a1a1a;
  font-size: clamp(13px, 1.1111111111vw, 16px);
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #design .appearance_approach_panel_desc {
    font-size: 14px;
  }
}
#design .entrance {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 144/108;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}
@media screen and (max-width: 768px) {
  #design .entrance {
    aspect-ratio: auto;
  }
}
#design .entrance .entrance_panel {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: clamp(20px, 4.1666666667vw, 60px) clamp(10px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  #design .entrance .entrance_panel {
    padding: 10.66666664vw 2.66666666vw 5.33333332vw;
  }
}
#design .entrance .entrance_ttl {
  width: 45%;
  max-width: 840px;
  min-width: 350px;
  margin-bottom: 30px;
  margin-left: -18px;
}
@media screen and (max-width: 768px) {
  #design .entrance .entrance_ttl {
    width: 100%;
    max-width: 100%;
    margin-bottom: 6.66666665vw;
    margin-left: -1.33333333vw;
  }
}
#design .entrance .entrance_sub_ttl {
  width: 600px;
  max-width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #design .entrance .entrance_sub_ttl {
    width: 100%;
  }
}
#design .entrance .entrance_sub_ttl img {
  width: 240px;
}
#design .entrance .entrance_lead {
  font-size: clamp(20px, 1.8055555556vw, 26px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5384615385;
  margin-bottom: 1.4em;
}
#design .entrance .entrance_lead span {
  font-weight: 700;
  display: inline-block;
}
#design .entrance .entrance_desc {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  letter-spacing: 0.04em;
  line-height: 2;
}
#design .entrance .entrance_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #design .entrance .entrance_photo {
    position: static;
    aspect-ratio: 144/108;
  }
}
#design .entrance .entrance_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Scss Document */
/*plan
*******************************************/
#plan .main {
  width: 100%;
  position: relative;
}
#plan .main .main_txt {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #plan .main .main_txt {
    font-size: 7vw;
  }
}
#plan .room {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1440/1020;
  background: #002808 url("../img/plan/room_bg.webp") no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}
@media screen and (max-width: 768px) {
  #plan .room {
    aspect-ratio: auto;
  }
}
#plan .room .room_panel {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 6% 8%;
}
@media screen and (max-width: 768px) {
  #plan .room .room_panel {
    padding: 10.66666664vw 2.66666666vw 5.33333332vw;
  }
}
#plan .room .room_ttl {
  width: 50%;
  max-width: 840px;
  min-width: 350px;
  margin-bottom: 30px;
  margin-left: -40px;
}
@media screen and (max-width: 768px) {
  #plan .room .room_ttl {
    width: 100%;
    margin-bottom: 6.66666665vw;
    margin-left: -1.33333333vw;
  }
}
#plan .room .room_sub_ttl {
  width: 580px;
  max-width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #plan .room .room_sub_ttl {
    width: 100%;
  }
}
#plan .room .room_sub_ttl img {
  width: 240px;
}
#plan .room .room_lead {
  font-size: clamp(20px, 1.8055555556vw, 26px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5384615385;
  margin-bottom: 1.4em;
}
#plan .room .room_desc {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  letter-spacing: 0.04em;
  line-height: 2;
}
#plan .room .room_type {
  position: absolute;
  z-index: 2;
  top: 8%;
  right: 4%;
  width: clamp(90px, 12.5vw, 180px);
}
@media screen and (max-width: 768px) {
  #plan .room .room_type {
    width: 18.66666662vw;
    top: auto;
    bottom: 6.66666665vw;
    right: 2.66666666vw;
  }
}
#plan .room .room_type img {
  width: 100%;
}
#plan .room .room_photo {
  position: absolute;
  top: 2%;
  width: 94%;
  height: 92%;
  z-index: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #plan .room .room_photo {
    position: static;
    width: 92%;
    height: auto;
    aspect-ratio: 144/102;
    margin-left: auto;
    margin-bottom: 5.33333332vw;
  }
}
#plan .room .room_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#plan .btn_wrap {
  padding: 10.5rem 0 16rem;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap {
    padding: 12% 0;
  }
}
#plan .btn_wrap .btn_box {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.5rem, 1%);
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
}
#plan .btn_wrap .btn_box a {
  width: 100%;
  background-color: #002808;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 41px 24px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box a {
    padding: 2.3rem 1rem;
  }
}
#plan .btn_wrap .btn_box .type {
  font-size: 55px;
  line-height: 0.47;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .type {
    font-size: clamp(10px, 7.466666648vw, 55px);
    line-height: 0.4;
  }
}
#plan .btn_wrap .btn_box .type small {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .type small {
    font-size: clamp(10px, 3.066666659vw, 20px);
  }
}
#plan .btn_wrap .btn_box .ldk {
  width: 100%;
  font-size: 27px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  line-height: 1;
  padding: 11px 0;
  margin: 25px auto 30px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .ldk {
    font-size: clamp(10px, 4.933333321vw, 27px);
  }
}
#plan .btn_wrap .btn_box .spec_ttl {
  font-size: 16px;
  border: 1px solid currentColor;
  padding: 4px 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .spec_ttl {
    font-size: clamp(10px, 2.933333326vw, 12px);
  }
}
#plan .btn_wrap .btn_box .size {
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .size {
    font-size: clamp(10px, 5.199999987vw, 32px);
  }
}
#plan .btn_wrap .btn_box .size span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .size span {
    font-size: clamp(10px, 3.733333324vw, 16px);
  }
}
#plan .btn_wrap .btn_box .size small {
  font-size: 15px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .size small {
    font-size: clamp(10px, 3.333333325vw, 15px);
  }
}
#plan .btn_wrap .btn_box .com-note {
  font-size: 14px;
  margin-top: 10px;
}
#plan .btn_wrap .btn_box .note {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  margin-top: 1.4em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .note {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#plan .btn_wrap .btn_box .note.fs-14 {
  font-size: 14px;
  line-height: 1.3571428571;
  margin-top: 0.3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .note.fs-14 {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}
#plan .btn_wrap .btn_box .more {
  font-size: 14px;
  color: #000;
  background-color: #a1781e;
  padding: 12px 0;
  margin-top: auto;
}
#plan .btn_wrap .btn_box_txt {
  font-size: 12px;
  width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}

#type .main .main_txt {
  font-size: 36px;
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #type .main .main_txt {
    font-size: 7vw;
  }
}
#type .type_wrap {
  background: url(../img/plan/bg_plan_detail.webp) no-repeat center center/cover;
  padding: 100px 0;
}
#type .type_wrap .com-content {
  max-width: 1080px;
  background: #fff;
}
#type .type_wrap .spec-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#type .type_wrap .spec-wrap .type {
  font-size: 74px;
  color: #fff;
  background-color: #002808;
  padding: 50px 0;
  line-height: 0.5;
  width: 17%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .type {
    font-size: 9.866666642vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7.199999982vw 7.199999982vw;
  }
}
#type .type_wrap .spec-wrap .type small {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .type small {
    font-size: 3.866666657vw;
  }
}
#type .type_wrap .spec-wrap .ldk {
  display: none;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .ldk {
    display: block;
    font-size: 11.99999997vw;
    margin-right: 0;
    margin-left: 5%;
  }
}
#type .type_wrap .spec-wrap .spec_info {
  width: 78%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info {
    width: 100%;
    margin: 20px;
    margin-bottom: 0;
  }
}
#type .type_wrap .spec-wrap .spec_info .up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #123922;
  padding-left: 46px;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up {
    padding-left: 0px;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .ldk {
  display: block;
  font-size: 66px;
  margin-right: 4%;
  color: #231815;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .ldk {
    display: none;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .roomsize {
  font-size: 18px;
  color: #231815;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .roomsize {
    font-size: 3.733333324vw;
    width: 100%;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .size1 {
  font-size: 29px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .size1 {
    font-size: 3.866666657vw;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .size2 {
  font-size: 19px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .size2 {
    font-size: 3.866666657vw;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .sp {
    display: block;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .com-note {
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .com-note {
    margin-left: 0;
    font-size: clamp(10px, 1.866666662vw, 14px);
  }
}
#type .type_wrap .spec-wrap .spec_info .down {
  padding: 30px 0 20px 46px;
  color: #231815;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .down {
    padding: 1vw 0 0 0;
  }
}
#type .type_wrap .spec-wrap .spec_info .down .roomnum {
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .down .roomnum {
    font-size: 3.599999991vw;
  }
}
#type .type_wrap .spec-wrap .spec_info .down .roomnum span:first-of-type {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
#type .type_wrap .type_img {
  margin: 6rem auto;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .type_img {
    margin: 6% auto;
  }
}
#type .type_wrap.a_type .type_img {
  width: 50.7rem;
}
@media screen and (max-width: 768px) {
  #type .type_wrap.a_type .type_img {
    width: 27.885rem;
  }
}

.btn_print {
  background: #a1781e;
  width: 80%;
  max-width: 380px;
  height: auto;
  display: block;
  margin: 100px auto 0;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn_print {
    padding: 4vw 0;
  }
}

/* 印刷設定
*******************************************/
@media print {
  #type .com-content {
    padding: 10px 0 !important;
  }
  #type .type_wrap {
    padding: 0 !important;
  }
  #type .type_wrap .spec-wrap {
    padding-bottom: 25px;
  }
  #type .type_wrap .spec-wrap .type {
    font-size: 36px;
    padding: 20px 10px;
    line-height: 1;
    border: 1px solid #000;
  }
  #type .type_wrap .spec-wrap .type small {
    font-size: 20px;
  }
  #type .type_wrap .spec-wrap .spec_info {
    width: 86%;
  }
  #type .type_wrap .spec-wrap .spec_info .up {
    padding-left: 20px;
  }
  #type .type_wrap .spec-wrap .spec_info .up .ldk {
    font-size: 40px;
    margin-right: 10px;
    margin-top: 0;
    padding-bottom: 5px;
  }
  #type .type_wrap .spec-wrap .spec_info .down {
    padding: 10px 0 0px 20px;
  }
  #type .type_wrap .spec-wrap .spec_info .down .roomnum {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #type .type_wrap .type_img {
    margin: 0 auto;
  }
  #type .type_wrap.a_type .type_img, #type .type_wrap.c_type .type_img {
    width: 60% !important;
    max-width: 60% !important;
  }
  #type .type_wrap.b_type .type_img {
    width: 45% !important;
    max-width: 45% !important;
  }
  #type .type_wrap.e_type .type_img {
    width: 50% !important;
    max-width: 50% !important;
  }
  #type .type_wrap.d_type .type_img, #type .type_wrap.i_type .type_img {
    width: 55% !important;
    max-width: 55% !important;
  }
  #type .type_wrap.f_type .type_img, #type .type_wrap.g_type .type_img {
    width: 70% !important;
    max-width: 70% !important;
  }
  #type .type_wrap.h_type .type_img {
    width: 90% !important;
    max-width: 90% !important;
  }
  #type .type_wrap .footer_call {
    padding: 10px 0;
  }
  #type footer {
    display: none;
  }
}
/* Scss Document */
#equipment .scroll-hint-text {
  letter-spacing: 0 !important;
}
#equipment .inblock {
  display: inline-block;
}
#equipment .ttl_box p {
  font-family: "Cinzel", serif;
}
#equipment .font_ls0 {
  letter-spacing: 0.05em;
}
#equipment .font_ls1 {
  letter-spacing: 0.1em;
}
#equipment .font_ls_m0 {
  letter-spacing: -0.05em !important;
}
#equipment .com-content.w1000 {
  max-width: 1000px;
}
#equipment .com-content.w1110 {
  max-width: 1110px;
}
#equipment .c000 {
  color: #000;
}
#equipment .com-note.com-note-r {
  text-align: right;
}
#equipment .com-head {
  text-align: center;
}
#equipment .com-head .com-head-ttl {
  font-family: "Cinzel", serif;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 0.4em;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #equipment .com-head .com-head-ttl {
    font-size: 48px;
  }
}
#equipment .com-head .com-head-sub-ttl {
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #equipment .com-head .com-head-sub-ttl {
    font-size: 18px;
  }
}
#equipment .com-head .com-head-sub-ttl span {
  font-weight: 700;
  display: inline-block;
}
#equipment .com-head .com-head-desc {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #equipment .com-head .com-head-desc {
    font-size: 14px;
  }
}
#equipment .com-head .com-head-desc span {
  display: inline-block;
}
#equipment .main .main_txt {
  font-size: 36px;
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #equipment .main .main_txt {
    font-size: 7vw;
  }
}
#equipment .main .com-note {
  margin-bottom: 0 !important;
}
#equipment .special .special_fv {
  width: 100%;
  aspect-ratio: 1920/1084;
}
#equipment .special .special_fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .special .special_bg {
  padding-bottom: 50px;
  background: url("../img/equipment/special/special_bg.webp") no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  #equipment .special .special_bg {
    padding-bottom: 5.33333332vw;
  }
}
#equipment .special .special_head {
  padding: 40px 0 60px;
}
#equipment .special .special_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 20px;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 52fr 44fr;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 768px) {
  #equipment .special .special_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
#equipment .special .special_item_sub {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #equipment .special .special_item_sub {
    font-size: 16px;
  }
}
#equipment .special .special_item_desc {
  letter-spacing: 0.1em;
}
#equipment .special .special_bubble_ttl {
  font-size: 24px;
  font-size: clamp(18px, 1.6666666667vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: underline;
  margin-bottom: 10px;
}
#equipment .special .special_bubble_img {
  margin-top: 10px;
  width: 100%;
  aspect-ratio: 21/10;
  background: #fff;
  place-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#equipment .special .special_bubble_img img {
  -o-object-fit: contain;
     object-fit: contain;
}
#equipment .special .special_bubble_feature .special_bubble_feature_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  #equipment .special .special_bubble_feature .special_bubble_feature_imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#equipment .special .special_bubble_feature .special_bubble_feature_img {
  margin-top: 12px;
  width: 50%;
}
@media screen and (max-width: 600px) {
  #equipment .special .special_bubble_feature .special_bubble_feature_img {
    width: 100%;
  }
}
#equipment .special .special_refa_ttl {
  text-align: center;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: 700;
}
#equipment .special .special_refa_img {
  margin-top: 10px;
  aspect-ratio: 4/3;
}
#equipment .special .special_refa_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .special .special_refa_water .special_refa_water_imgs {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
#equipment .special .special_refa_water .special_refa_water_img {
  width: 100%;
}
#equipment .special .special_refa_water .special_refa_water_img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .special .special_refa_water .special_refa_water_img figcaption {
  margin-top: 4px;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#equipment .equip_list_wrap.--white {
  background-color: #fff;
}
#equipment .equip_list_wrap.--beige {
  background-color: #f4f2ec;
}
#equipment .equip_list_wrap .ttl_box {
  width: 100%;
  margin-bottom: 33px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #000000;
}
#equipment .equip_list_wrap .ttl_box:not(:first-of-type) {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .ttl_box.ttl_amenity {
    margin-bottom: 60px;
  }
}
#equipment .equip_list_wrap .ttl_box h3 {
  font-size: clamp(22px, 3vw, 36px);
  letter-spacing: 5px;
  line-height: 0.6;
  padding-bottom: 8px;
  position: relative;
}
#equipment .equip_list_wrap .ttl_box h3 img {
  height: 100%;
  vertical-align: initial;
  width: auto;
}
#equipment .equip_list_wrap .ttl_box h3 .small {
  position: absolute;
  font-size: 14px;
  right: 0;
  bottom: 8px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .ttl_box h3 .small {
    display: block;
    font-size: 12px;
    top: 25px;
    left: 0;
    line-height: 1.4;
  }
}
#equipment .equip_list_wrap .equip_list,
#equipment .equip_list_wrap .equip_list_refa {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#equipment .equip_list_wrap .equip_list .top,
#equipment .equip_list_wrap .equip_list_refa .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top,
  #equipment .equip_list_wrap .equip_list_refa .top {
    margin-bottom: 6%;
  }
}
#equipment .equip_list_wrap .equip_list .top li.--bath figure,
#equipment .equip_list_wrap .equip_list_refa .top li.--bath figure {
  height: 100%;
}
#equipment .equip_list_wrap .equip_list .top li.--bath img,
#equipment .equip_list_wrap .equip_list_refa .top li.--bath img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .equip_list_wrap .equip_list .top li.--kitchen2 img,
#equipment .equip_list_wrap .equip_list_refa .top li.--kitchen2 img {
  max-height: 945px;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .equip_list_wrap .equip_list .top li:first-child,
#equipment .equip_list_wrap .equip_list_refa .top li:first-child {
  width: 65.5%;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top li:first-child,
  #equipment .equip_list_wrap .equip_list_refa .top li:first-child {
    width: 100%;
    margin-bottom: 5%;
  }
}
#equipment .equip_list_wrap .equip_list .top li.--room,
#equipment .equip_list_wrap .equip_list_refa .top li.--room {
  width: 38%;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top li.--room,
  #equipment .equip_list_wrap .equip_list_refa .top li.--room {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
#equipment .equip_list_wrap .equip_list .top li.--room figure img,
#equipment .equip_list_wrap .equip_list_refa .top li.--room figure img {
  max-height: 920px;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .equip_list_wrap .equip_list .top li.--room-right,
#equipment .equip_list_wrap .equip_list_refa .top li.--room-right {
  width: 58%;
  margin-right: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top li.--room-right,
  #equipment .equip_list_wrap .equip_list_refa .top li.--room-right {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
#equipment .equip_list_wrap .equip_list .top li.--room-right .cont-row,
#equipment .equip_list_wrap .equip_list_refa .top li.--room-right .cont-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#equipment .equip_list_wrap .equip_list .top li.--room-right .cont-row .left,
#equipment .equip_list_wrap .equip_list .top li.--room-right .cont-row .right,
#equipment .equip_list_wrap .equip_list_refa .top li.--room-right .cont-row .left,
#equipment .equip_list_wrap .equip_list_refa .top li.--room-right .cont-row .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top li.--room-right .cont-row,
  #equipment .equip_list_wrap .equip_list_refa .top li.--room-right .cont-row {
    width: 100%;
  }
}
#equipment .equip_list_wrap .equip_list .top li.--room-right .cont-col,
#equipment .equip_list_wrap .equip_list_refa .top li.--room-right .cont-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#equipment .equip_list_wrap .equip_list .top li.--room-right .name,
#equipment .equip_list_wrap .equip_list_refa .top li.--room-right .name {
  text-align: left;
  color: #72641c;
  font-size: clamp(14px, 3vw, 17px);
}
#equipment .equip_list_wrap .equip_list .top li.--room-right .txt,
#equipment .equip_list_wrap .equip_list_refa .top li.--room-right .txt {
  font-size: clamp(10px, 2.8vw, 14px);
}
#equipment .equip_list_wrap .equip_list .top li.tbox,
#equipment .equip_list_wrap .equip_list_refa .top li.tbox {
  width: 31%;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top li.tbox,
  #equipment .equip_list_wrap .equip_list_refa .top li.tbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #equipment .equip_list_wrap .equip_list .top li.tbox div,
  #equipment .equip_list_wrap .equip_list_refa .top li.tbox div {
    width: 47%;
  }
}
#equipment .equip_list_wrap .equip_list .top li.tbox div,
#equipment .equip_list_wrap .equip_list_refa .top li.tbox div {
  margin-bottom: 6.8%;
}
#equipment .equip_list_wrap .equip_list .top li.tbox div:last-child,
#equipment .equip_list_wrap .equip_list_refa .top li.tbox div:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top li.tbox .cont-w100,
  #equipment .equip_list_wrap .equip_list_refa .top li.tbox .cont-w100 {
    width: 100%;
  }
  #equipment .equip_list_wrap .equip_list .top li.tbox .cont-col,
  #equipment .equip_list_wrap .equip_list_refa .top li.tbox .cont-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
  #equipment .equip_list_wrap .equip_list .top li.tbox .cont-row,
  #equipment .equip_list_wrap .equip_list_refa .top li.tbox .cont-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
#equipment .equip_list_wrap .equip_list .top li.--refa-mv,
#equipment .equip_list_wrap .equip_list_refa .top li.--refa-mv {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
#equipment .equip_list_wrap .equip_list .top li.--refa-mv .img_refa_mv,
#equipment .equip_list_wrap .equip_list_refa .top li.--refa-mv .img_refa_mv {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top li.--refa-mv .img_refa_mv,
  #equipment .equip_list_wrap .equip_list_refa .top li.--refa-mv .img_refa_mv {
    margin: 0;
  }
}
#equipment .equip_list_wrap .equip_list .top li.--refa-mv .img_refa_ttl,
#equipment .equip_list_wrap .equip_list_refa .top li.--refa-mv .img_refa_ttl {
  width: 480px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top li.--refa-mv .img_refa_ttl,
  #equipment .equip_list_wrap .equip_list_refa .top li.--refa-mv .img_refa_ttl {
    max-width: 80%;
  }
}
#equipment .equip_list_wrap .equip_list .top li.--refa-mv .ttl,
#equipment .equip_list_wrap .equip_list_refa .top li.--refa-mv .ttl {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top li.--refa-mv .ttl,
  #equipment .equip_list_wrap .equip_list_refa .top li.--refa-mv .ttl {
    font-size: 20px;
  }
}
#equipment .equip_list_wrap .equip_list .top li.--refa-mv .txt,
#equipment .equip_list_wrap .equip_list_refa .top li.--refa-mv .txt {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top li.--refa-mv .txt,
  #equipment .equip_list_wrap .equip_list_refa .top li.--refa-mv .txt {
    text-align: left;
  }
}
#equipment .equip_list_wrap .equip_list .top li.--refa-cont,
#equipment .equip_list_wrap .equip_list_refa .top li.--refa-cont {
  margin-top: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: 5.3fr 4.3fr;
  grid-template-rows: repeat(2, auto);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top li.--refa-cont,
  #equipment .equip_list_wrap .equip_list_refa .top li.--refa-cont {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
}
#equipment .equip_list_wrap .equip_list .top li.--refa-cont .cont-col,
#equipment .equip_list_wrap .equip_list_refa .top li.--refa-cont .cont-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
#equipment .equip_list_wrap .equip_list .top li.--refa-cont .ttl01,
#equipment .equip_list_wrap .equip_list_refa .top li.--refa-cont .ttl01 {
  font-size: 26px;
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top li.--refa-cont .ttl01,
  #equipment .equip_list_wrap .equip_list_refa .top li.--refa-cont .ttl01 {
    font-size: 24px;
    text-align: left;
    font-weight: normal;
    line-height: normal;
  }
}
#equipment .equip_list_wrap .equip_list .top li.--refa-cont .ttl02,
#equipment .equip_list_wrap .equip_list_refa .top li.--refa-cont .ttl02 {
  font-size: 20px;
  text-align: center;
}
#equipment .equip_list_wrap .equip_list .top li.--refa-cont .ttl03,
#equipment .equip_list_wrap .equip_list_refa .top li.--refa-cont .ttl03 {
  font-size: 20px;
}
#equipment .equip_list_wrap .equip_list .top li.--refa-cont .ttl04,
#equipment .equip_list_wrap .equip_list_refa .top li.--refa-cont .ttl04 {
  font-size: 16px;
  letter-spacing: -0.1em;
  line-height: 32px;
}
#equipment .equip_list_wrap .equip_list .top li.--refa-cont .txt,
#equipment .equip_list_wrap .equip_list_refa .top li.--refa-cont .txt {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.8333333333;
}
#equipment .equip_list_wrap .equip_list .bottom,
#equipment .equip_list_wrap .equip_list_refa .bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .bottom,
  #equipment .equip_list_wrap .equip_list_refa .bottom {
    width: 100%;
    margin: 0;
  }
}
#equipment .equip_list_wrap .equip_list .bottom li,
#equipment .equip_list_wrap .equip_list_refa .bottom li {
  width: 31%;
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .bottom li,
  #equipment .equip_list_wrap .equip_list_refa .bottom li {
    width: 47%;
  }
}
#equipment .equip_list_wrap .equip_list .bottom li.w47,
#equipment .equip_list_wrap .equip_list_refa .bottom li.w47 {
  width: 47%;
}
#equipment .equip_list_wrap .equip_list .bottom-2,
#equipment .equip_list_wrap .equip_list_refa .bottom-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .bottom-2,
  #equipment .equip_list_wrap .equip_list_refa .bottom-2 {
    width: 100%;
    margin: 0;
  }
}
#equipment .equip_list_wrap .equip_list .bottom-2 li,
#equipment .equip_list_wrap .equip_list_refa .bottom-2 li {
  width: 48.5%;
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .bottom-2 li,
  #equipment .equip_list_wrap .equip_list_refa .bottom-2 li {
    width: 47%;
  }
}
#equipment .equip_list_wrap .equip_list .bottom-2 li.w47,
#equipment .equip_list_wrap .equip_list_refa .bottom-2 li.w47 {
  width: 47%;
}
#equipment .equip_list_wrap .equip_list .bottom2,
#equipment .equip_list_wrap .equip_list_refa .bottom2 {
  max-width: 590px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .bottom2,
  #equipment .equip_list_wrap .equip_list_refa .bottom2 {
    margin-bottom: 20px;
  }
}
#equipment .equip_list_wrap .equip_list .left,
#equipment .equip_list_wrap .equip_list_refa .left {
  width: 31%;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .left,
  #equipment .equip_list_wrap .equip_list_refa .left {
    width: 100%;
    margin-bottom: 6%;
  }
}
#equipment .equip_list_wrap .equip_list .left .function,
#equipment .equip_list_wrap .equip_list_refa .left .function {
  position: relative;
}
#equipment .equip_list_wrap .equip_list .left .function::after,
#equipment .equip_list_wrap .equip_list_refa .left .function::after {
  content: "";
  background: url(../img/equipment/1ldk/bath_function.webp) left top/100% auto no-repeat;
  width: 8vw;
  height: 8vw;
  max-width: 110px;
  max-height: 110px;
  position: absolute;
  left: -16%;
  top: -3%;
}
#equipment .equip_list_wrap .equip_list .right,
#equipment .equip_list_wrap .equip_list_refa .right {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .right,
  #equipment .equip_list_wrap .equip_list_refa .right {
    width: 100%;
  }
}
#equipment .equip_list_wrap .equip_list .right .w47,
#equipment .equip_list_wrap .equip_list_refa .right .w47 {
  width: 47%;
}
#equipment .equip_list_wrap .equip_list .amenity,
#equipment .equip_list_wrap .equip_list_refa .amenity {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 20px;
  margin-bottom: 4%;
  grid-template-areas: "a b c";
}
#equipment .equip_list_wrap .equip_list .amenity li,
#equipment .equip_list_wrap .equip_list_refa .amenity li {
  margin: 0;
}
#equipment .equip_list_wrap .equip_list .amenity .item-a,
#equipment .equip_list_wrap .equip_list_refa .amenity .item-a {
  grid-area: a;
}
#equipment .equip_list_wrap .equip_list .amenity .item-b,
#equipment .equip_list_wrap .equip_list_refa .amenity .item-b {
  grid-area: b;
}
#equipment .equip_list_wrap .equip_list .amenity .item-c,
#equipment .equip_list_wrap .equip_list_refa .amenity .item-c {
  grid-area: c;
}
#equipment .equip_list_wrap .equip_list .amenity,
#equipment .equip_list_wrap .equip_list_refa .amenity {
  /* 画像の伸縮 */
}
#equipment .equip_list_wrap .equip_list .amenity .item-c img,
#equipment .equip_list_wrap .equip_list_refa .amenity .item-c img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .amenity,
  #equipment .equip_list_wrap .equip_list_refa .amenity {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a b" "c c";
  }
}
#equipment .equip_list_wrap .equip_list .sani,
#equipment .equip_list_wrap .equip_list_refa .sani {
  display: grid;
  grid-template-columns: 28fr 19fr;
  grid-template-rows: auto auto;
  /* 2行作成 */
  gap: 10px 20px;
  /* グリッド要素の間隔を10pxに設定 */
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .sani,
  #equipment .equip_list_wrap .equip_list_refa .sani {
    width: 100%;
    grid-template-columns: 1fr;
    /* SPでは1列に */
    grid-template-rows: auto auto auto;
    /* 3行に */
    gap: 20px;
    /* 間隔を調整 */
  }
}
#equipment .equip_list_wrap .equip_list .sani,
#equipment .equip_list_wrap .equip_list_refa .sani {
  /* 左カラム（左1列分）は2行分を縦に連結して使用 */
}
#equipment .equip_list_wrap .equip_list .sani .left-column,
#equipment .equip_list_wrap .equip_list_refa .sani .left-column {
  grid-column: 1;
  /* 1番目の列に配置 */
  grid-row: 1/3;
  /* 1行目から2行目まで（2行分）を占有 */
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .sani .left-column,
  #equipment .equip_list_wrap .equip_list_refa .sani .left-column {
    grid-column: 1;
    /* SPでは1列目 */
    grid-row: 1;
    /* SPでは1行目のみ */
  }
}
#equipment .equip_list_wrap .equip_list .sani .left-column.--sanitary img,
#equipment .equip_list_wrap .equip_list .sani .left-column.--toilet img,
#equipment .equip_list_wrap .equip_list_refa .sani .left-column.--sanitary img,
#equipment .equip_list_wrap .equip_list_refa .sani .left-column.--toilet img {
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .sani .left-column.--sanitary img,
  #equipment .equip_list_wrap .equip_list .sani .left-column.--toilet img,
  #equipment .equip_list_wrap .equip_list_refa .sani .left-column.--sanitary img,
  #equipment .equip_list_wrap .equip_list_refa .sani .left-column.--toilet img {
    height: auto;
  }
}
#equipment .equip_list_wrap .equip_list .sani,
#equipment .equip_list_wrap .equip_list_refa .sani {
  /* 右上は2列目×1行目に配置 */
}
#equipment .equip_list_wrap .equip_list .sani .right-top,
#equipment .equip_list_wrap .equip_list_refa .sani .right-top {
  grid-column: 2;
  /* 2番目の列に配置 */
  grid-row: 1;
  /* 1行目 */
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .sani .right-top,
  #equipment .equip_list_wrap .equip_list_refa .sani .right-top {
    grid-column: 1;
    /* SPでは1列目 */
    grid-row: 2;
    /* SPでは2行目 */
    width: 47%;
    /* 横幅を47%に */
  }
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .sani .right-top .cont-box-row,
  #equipment .equip_list_wrap .equip_list_refa .sani .right-top .cont-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .sani .right-top .cont-box-col,
  #equipment .equip_list_wrap .equip_list_refa .sani .right-top .cont-box-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60%;
  }
}
#equipment .equip_list_wrap .equip_list .sani,
#equipment .equip_list_wrap .equip_list_refa .sani {
  /* 右下は2列目×2行目に配置 */
}
#equipment .equip_list_wrap .equip_list .sani .right-bottom,
#equipment .equip_list_wrap .equip_list_refa .sani .right-bottom {
  grid-column: 2;
  /* 2番目の列に配置 */
  grid-row: 2;
  /* 2行目 */
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .sani .right-bottom,
  #equipment .equip_list_wrap .equip_list_refa .sani .right-bottom {
    grid-column: 1;
    /* SPでは1列目 */
    grid-row: 2;
    /* SPでは2行目 */
    width: 47%;
    /* 横幅を47%に */
    margin-left: auto;
    /* 右寄せにする */
  }
}
#equipment .equip_list_wrap .equip_list .sani .right-bottom.--dotline,
#equipment .equip_list_wrap .equip_list_refa .sani .right-bottom.--dotline {
  border-top: 2px dotted #000;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .sani .right-bottom.--dotline,
  #equipment .equip_list_wrap .equip_list_refa .sani .right-bottom.--dotline {
    border-top: none;
  }
}
#equipment .equip_list_wrap .equip_list .sani .w31,
#equipment .equip_list_wrap .equip_list_refa .sani .w31 {
  width: 31%;
  margin-bottom: 6%;
}
#equipment .equip_list_wrap .equip_list .sani .w29,
#equipment .equip_list_wrap .equip_list_refa .sani .w29 {
  width: 29.5%;
  margin-bottom: 6%;
}
#equipment .equip_list_wrap .equip_list .sani .w47,
#equipment .equip_list_wrap .equip_list_refa .sani .w47 {
  width: 47%;
  margin-bottom: 6%;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .sani .w47,
  #equipment .equip_list_wrap .equip_list_refa .sani .w47 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .sani .sp_w47,
  #equipment .equip_list_wrap .equip_list_refa .sani .sp_w47 {
    width: 47%;
  }
}
#equipment .equip_list_wrap .equip_list .name,
#equipment .equip_list_wrap .equip_list_refa .name {
  font-size: clamp(14px, 2vw, 22px);
  color: #000003;
  text-align: center;
  margin: 10px 0;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
}
#equipment .equip_list_wrap .equip_list .name.--sml,
#equipment .equip_list_wrap .equip_list_refa .name.--sml {
  font-size: clamp(12px, 2.5vw, 16px);
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .name,
  #equipment .equip_list_wrap .equip_list_refa .name {
    margin: 2vw 0;
    white-space: nowrap;
  }
}
#equipment .equip_list_wrap .equip_list .name span,
#equipment .equip_list_wrap .equip_list_refa .name span {
  font-size: 8px;
}
#equipment .equip_list_wrap .equip_list .txt,
#equipment .equip_list_wrap .equip_list_refa .txt {
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  color: #000000;
}
#equipment .equip_list_wrap .equip_list .txt.--sml,
#equipment .equip_list_wrap .equip_list_refa .txt.--sml {
  font-size: clamp(12px, 2.5vw, 14px);
  margin: 5px 0;
}
#equipment .equip_list_wrap .equip_list .txt span,
#equipment .equip_list_wrap .equip_list_refa .txt span {
  font-size: clamp(14px, 2vw, 14px);
}
#equipment .equip_list_wrap .equip_list .txt-box,
#equipment .equip_list_wrap .equip_list_refa .txt-box {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(10px, 2.5vw, 12px);
  letter-spacing: 0;
  line-height: 1.6666666667;
  color: #000000;
  border: #000 solid 1px;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
#equipment .equip_list_wrap .equip_list .txt-box span,
#equipment .equip_list_wrap .equip_list_refa .txt-box span {
  font-size: clamp(14px, 2vw, 14px);
}
#equipment .equip_list_wrap .equip_list .com-note,
#equipment .equip_list_wrap .equip_list_refa .com-note {
  position: absolute;
  right: 0;
  bottom: -20px;
}
#equipment .equip_list_wrap .equip_list_refa {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: url(../img/equipment/bg_refa.webp) center top/100% auto repeat;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list_refa {
    background: url(../img/equipment/bg_refa.webp) center top/100% auto repeat;
  }
}
#equipment .equip_list_wrap .equip_list_refa .top {
  max-width: 1100px;
  margin: 40px auto;
  padding: 35px 50px 50px;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list_refa .top {
    padding: 2.5%;
  }
}
#equipment .equip_list_wrap .equip_twin {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_twin {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#equipment .equip_list_wrap .equip_twin .equip_box .ttl_box p {
  font-size: 25px;
}
#equipment .equip_list_wrap .toilet .txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top li:first-child {
    width: 100%;
    margin-bottom: 5%;
  }
  #equipment .equip_list_wrap .equip_list .top li:last-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #equipment .equip_list_wrap .equip_list .top li:last-child div {
    width: 47%;
  }
  #equipment .equip_list_wrap .equip_list .bottom {
    width: 100%;
  }
  #equipment .equip_list_wrap .equip_list .left {
    width: 100%;
    margin-bottom: 6%;
  }
  #equipment .equip_list_wrap .equip_list .right {
    width: 100%;
  }
  #equipment .equip_list_wrap .equip_list .name {
    margin: 2.66666666vw 0 1.999999995vw;
  }
  #equipment .equip_list_wrap.LDK {
    padding-bottom: 11.99999997vw;
  }
  #equipment .equip_list_wrap .toilet .txt {
    text-align: left;
  }
}
#equipment .oneR {
  padding: 56px 0;
}
@media screen and (max-width: 768px) {
  #equipment .oneR {
    padding: 30px 0;
  }
}
#equipment .oneLdk_wrap {
  background: #f0f4f2;
  padding: 100px 0 154px;
}
@media screen and (max-width: 768px) {
  #equipment .oneLdk_wrap {
    padding: 21px 0 17px;
  }
}
#equipment .ldk_ttl {
  font-size: clamp(32px, 5vw, 48px);
  text-align: left;
  color: #000003;
  line-height: 1;
  font-weight: 800;
  width: 140px;
  text-align: center;
  padding-bottom: 5px;
  letter-spacing: 4px;
}
#equipment .ldk_ttl small {
  font-size: 40px;
}
#equipment .ldk_ttl_sub {
  font-size: clamp(20px, 4.5vw, 34px);
  text-align: left;
  color: #000003;
  line-height: 1;
  font-weight: 800;
  width: 140px;
  border-bottom: solid 1px;
  text-align: center;
  padding: 5px 0 2px;
  font-family: sans-serif;
  letter-spacing: 0;
}
#equipment .ldk_lead {
  font-size: clamp(22px, 3vw, 34px);
  text-align: center;
  color: #231815;
  font-weight: 400;
  padding: 10px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #equipment .ldk_lead {
    padding: 10px 0 30px;
  }
}
#equipment .equip_list_wrap1 {
  background: #f2f3f4;
}
#equipment .equip_list_wrap2 {
  padding: 105px 0;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap2 {
    padding: 13.99999997vw 0;
  }
}
#equipment {
  /*********************************************/
}
#equipment .security_wrap .security_ttl {
  background: url(../img/equipment/bg_sec_main.webp) center center/cover no-repeat;
  padding: 4% 0 4%;
  position: relative;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .security_ttl {
    padding: 10% 0 10%;
    height: 410px;
  }
}
#equipment .security_wrap .main_box {
  text-align: left;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .main_box {
    max-width: 90%;
  }
}
#equipment .security_wrap .main_ttl {
  width: 100%;
  font-size: clamp(40px, 4vw, 54px);
  letter-spacing: 0.1em;
  font-family: "Imbue", serif;
  line-height: 1.1666666667;
}
#equipment .security_wrap .main_sub {
  width: 100%;
  font-size: clamp(20px, 3vw, 28px);
  letter-spacing: 0.1em;
}
#equipment .security_wrap .main_desc {
  width: 100%;
  font-size: clamp(14px, 2vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.875;
}
#equipment .security_wrap .ttl_box {
  width: 100%;
  margin: 6.4% auto 2.8%;
  border-bottom: 1px solid #222;
  color: #222;
}
#equipment .security_wrap .ttl_box p {
  text-align: center;
  line-height: 0.6;
  font-size: 28px;
  color: #222;
}
#equipment .security_wrap .secu_t1 {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
#equipment .security_wrap .secu_t2 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_t2 {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}
#equipment .security_wrap .secu_t2 {
  line-height: 1.4285714286;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_t2 {
    margin-top: 4px;
  }
}
#equipment .security_wrap .secu_lead {
  text-align: center;
  border-bottom: 1px solid #000000;
  color: #29343d;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_lead {
    font-size: clamp(10px, 4.666666655vw, 25px);
  }
}
#equipment .security_wrap .secu_lead {
  line-height: 0.77;
  margin-bottom: 3.4rem;
}
#equipment .security_wrap .secu_main_wrap {
  padding: 5cqi 0;
  width: 100%;
  position: relative;
  background: url("../img/equipment/secu_main.webp") center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_main_wrap {
    background-position: 87% center;
  }
}
#equipment .security_wrap .secu_main_wrap .cover-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 74%;
  height: 100%;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, color-stop(10.07%, rgba(46, 73, 98, 0.7)), color-stop(102.7%, rgba(46, 73, 98, 0)));
  background: linear-gradient(90deg, rgba(46, 73, 98, 0.7) 10.07%, rgba(46, 73, 98, 0) 102.7%);
}
#equipment .security_wrap .secu_main_wrap .txt_box .ttl {
  font-size: clamp(36px, 5vw, 72px);
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_main_wrap .txt_box .ttl {
    letter-spacing: 0.02em;
  }
}
#equipment .security_wrap .secu_main_wrap .txt_box .lead {
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: 0.3em;
  line-height: 1.641025641;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_main_wrap .txt_box .lead {
    letter-spacing: 0.01em;
  }
}
#equipment .security_wrap .secu_main_wrap .txt_box .txt {
  font-size: clamp(14px, 3vw, 18px);
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
  margin: 1.2em 0 0;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_main_wrap .txt_box .txt {
    letter-spacing: 0.01em;
  }
}
#equipment .security_wrap .secu_main_wrap .com-cap {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  color: #fff;
}
#equipment .security_wrap .security_bg {
  background: url("../img/equipment/secu_bg.webp") top center/100% auto no-repeat;
  background-size: cover;
  font-family: "Noto Sans JP";
}
#equipment .security_wrap .point-wrap {
  padding: 5.2% 0 2.2%;
}
#equipment .security_wrap .point-wrap .copy-area .copy-box {
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .point-wrap .copy-area .copy-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#equipment .security_wrap .point-wrap .copy-area .copy-box .img {
  width: 16.6%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .point-wrap .copy-area .copy-box .img {
    width: 100%;
    max-width: 166px;
    margin: 0 auto 4%;
  }
}
#equipment .security_wrap .point-wrap .copy-area .copy-box .lead {
  font-size: clamp(22px, 2.5vw, 26px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0d4471;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .point-wrap .copy-area .copy-box .lead {
    letter-spacing: 0.1em;
    text-align: left;
    width: 95%;
    margin: auto;
  }
}
#equipment .security_wrap .point-wrap .point-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4.3rem auto 0;
  max-width: 988px;
}
#equipment .security_wrap .point-wrap .point-area .point-box {
  width: 30.5%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .point-wrap {
    padding: 23px 0 40px;
  }
  #equipment .security_wrap .point-wrap .point-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
  }
  #equipment .security_wrap .point-wrap .point-area .point-box {
    width: 85%;
    max-width: 300px;
    border-radius: 1.4rem;
  }
}
#equipment .security_wrap .merit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#equipment .security_wrap .merit-wrap .left {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .merit-wrap .left {
    width: 100%;
  }
}
#equipment .security_wrap .merit-wrap .left .merit_box {
  padding: 2.6rem 7% 10%;
}
#equipment .security_wrap .merit-wrap .left .merit_box .ttl {
  margin-bottom: 1em;
  position: relative;
}
#equipment .security_wrap .merit-wrap .left .merit_box .ttl::after {
  position: absolute;
  content: "";
  width: 64%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 184, 238)), to(rgb(28, 80, 161)));
  background: linear-gradient(90deg, rgb(0, 184, 238) 0%, rgb(28, 80, 161) 100%);
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.5em;
}
#equipment .security_wrap .merit-wrap .left .merit_box figure {
  margin-top: 2rem;
}
#equipment .security_wrap .merit-wrap .left .merit_box figure:last-child {
  width: 91%;
  margin-left: auto;
  margin-right: auto;
}
#equipment .security_wrap .merit-wrap .right {
  width: 68.3%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .merit-wrap .right {
    margin-top: 5%;
    width: 100%;
  }
}
#equipment .security_wrap .merit-wrap .right .merit_box figure:first-of-type {
  margin-top: 2.6%;
  width: 89%;
}
#equipment .security_wrap .merit-wrap .right .merit_box figure:nth-of-type(2) {
  margin-top: 5.6%;
  width: 90%;
}
#equipment .security_wrap .merit-wrap .merit_box {
  text-align: center;
  background-color: #fff;
  padding: 2.6rem 1% 4.2%;
  border-radius: 1rem;
}
#equipment .security_wrap .merit-wrap .merit_box .ttl {
  font-size: 24px;
  line-height: 1.2380952381;
  color: #0d4471;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#equipment .security_wrap .merit-wrap .merit_box .desc {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #222222;
  letter-spacing: 0.07em;
  margin-top: 1.1em;
}
#equipment .security_wrap .merit-wrap .merit_box .hightlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f7ed12));
  background: linear-gradient(transparent 60%, #f7ed12 60%);
}
#equipment .security_wrap .merit-wrap .merit_box figure {
  margin-right: auto;
  margin-left: auto;
}
#equipment .security_wrap .onetime-wrap {
  padding-top: 2.7%;
}
#equipment .security_wrap .onetime-wrap .onetime {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 184, 238)), to(rgb(28, 80, 161)));
  background: linear-gradient(90deg, rgb(0, 184, 238) 0%, rgb(28, 80, 161) 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2% 4.5% 1.5% 4.3%;
  border-radius: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .onetime-wrap .onetime {
    padding: 3% 4.5%;
  }
}
#equipment .security_wrap .onetime-wrap .onetime .ttl {
  font-weight: 700;
  font-size: clamp(20px, 3vw, 22px);
  line-height: 1.1904761905;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .onetime-wrap .onetime .ttl {
    text-align: center;
    line-height: 1.8;
  }
}
#equipment .security_wrap .onetime-wrap .onetime .desc {
  font-size: 14px;
  line-height: 1.4642857143;
  letter-spacing: -0.05em;
  font-weight: 500;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .onetime-wrap .onetime .desc {
    text-align: center;
    line-height: 1.8;
  }
}
#equipment .security_wrap .onetime-wrap .onetime .txt_box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .onetime-wrap .onetime .txt_box {
    width: 100%;
  }
}
#equipment .security_wrap .onetime-wrap .onetime .img_box {
  width: 46%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .onetime-wrap .onetime .img_box {
    width: 100%;
    margin-top: 4%;
  }
}
#equipment .security_wrap .secu_list_wrap {
  background: #f2f3f4;
  padding: 50px 0;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap {
    padding: 5.5% 0 5%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_cont_grid {
  display: grid;
  grid-template-columns: 6fr 4fr;
  grid-template-rows: repeat(2, auto);
  gap: 30px;
  margin: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_cont_grid {
    grid-template-columns: 1fr;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_cont_grid .cont-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#equipment .security_wrap .secu_list_wrap .secu_cont_grid .cont-row {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#equipment .security_wrap .secu_list_wrap .secu_cont_grid .cont-row-40 {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
#equipment .security_wrap .secu_list_wrap .secu_cont_grid .cont-row-50 {
  display: grid;
  grid-template-columns: 5.5fr 4.5fr;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
#equipment .security_wrap .secu_list_wrap .secu_cont_grid .cont-row-genkan {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_cont_grid .cont-row-genkan {
    grid-template-columns: 1fr;
  }
}
#equipment .security_wrap .secu_list_wrap .ttl_box {
  width: 100%;
  margin: 0;
  margin-bottom: 32px;
  font-weight: bold;
  color: #478593;
  border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .ttl_box {
    margin-bottom: 20px;
  }
}
#equipment .security_wrap .secu_list_wrap .ttl_box h2 {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .p1 {
  font-size: 12px;
  letter-spacing: -0.04em;
  line-height: 2;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .secu_t1 {
  font-size: clamp(16px, 3vw, 16px);
  letter-spacing: 0;
  line-height: 1.5625;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox {
  width: 100% !important;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox .secu_t2 {
  font-size: clamp(14px, 3vw, 14px);
  margin: 0;
  width: 100%;
  line-height: 1.4285714286;
  letter-spacing: -0.04em;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox .img {
  width: 22.9%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox .tbox_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox .tbox_inner img {
  max-width: 100px;
  aspect-ratio: 250/228;
  -o-object-fit: contain;
     object-fit: contain;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  z-index: 1;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box {
    gap: 10px;
    width: 100%;
    margin-bottom: 5px;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box .img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box .img {
    width: 45%;
    margin-inline: auto;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box .secu_t2 {
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box .secu_t2 {
    font-size: 14px;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box .tbox_2_map {
  width: 100%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-1 {
  width: 48.8%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-1 .tbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-1 .tbox .secu_t2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-1 .tbox .secu_t2 {
    font-size: 14px;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box-1 .alsok_map {
  margin-top: 0rem;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-1 .alsok_map {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-1 {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 {
  width: 45.4%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 .tbox .secu_t2 {
  width: 60%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 .tbox .img {
  width: 32.3%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 .alsok_map {
  margin: 1.4rem 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 63%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-2 .alsok_map {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-2 {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li {
    margin-bottom: 30px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex img {
  width: 160px;
  height: 172px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex img {
    width: 100%;
    height: 140px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .tbox {
  width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li .tbox {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w32 {
  width: 32%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w32 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w28 {
  width: 28.5%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w28 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w26 {
  width: 26.7%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w26 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w24 {
  width: 24%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w24 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w24 img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w18 {
  width: 18.5%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w18 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .name {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li .name {
    font-size: clamp(10px, 3.599999991vw, 17px);
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .name {
  color: #231815;
  text-align: center;
  margin: 0.5em 0;
  letter-spacing: 0;
  line-height: 1.4705882353;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .txt {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li .txt {
    font-size: clamp(10px, 2.933333326vw, 12px);
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .txt {
  line-height: 1.6666666667;
  color: #231815;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li .txt {
    font-size: 14px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .com-note {
  margin-top: 1em;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box:last-child {
  width: 94.4%;
  margin: 0 auto;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box:last-child li {
  margin-bottom: 30px;
}
#equipment .security_wrap .secu_list_wrap .secu_item_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_item_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_item_box .name {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_item_box .name {
    margin-top: 8px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_item_box .txt {
  font-size: 14px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_item_box .txt {
    line-height: 1.5384615385;
  }
}
#equipment .security_wrap .freeiD {
  padding: 5rem 0 11.2rem;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD {
    padding: 5.6% 0 0;
  }
}
#equipment .security_wrap .freeiD_lead {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.5428571429;
  letter-spacing: 0.04em;
  color: #0d4471;
  font-weight: 700;
  text-align: center;
}
#equipment .security_wrap .freeiD_ttl {
  color: #0d4471;
  font-weight: 700;
  font-size: clamp(16px, 3vw, 24px);
  line-height: 1.7090909091;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 1em;
}
#equipment .security_wrap .freeiD_sub {
  color: #000000;
  font-size: clamp(16px, 3vw, 16px);
  font-weight: 500;
  line-height: 1.2352941176;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 0.5em;
}
#equipment .security_wrap .freeiD .merit-wrap {
  border-radius: 7px;
  background-color: #e8e9e9;
  margin-top: 6.6rem;
  padding: 1rem 3.6%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .merit-wrap {
    margin-top: 6.6%;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .lBox {
  width: 40%;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .merit-wrap .lBox {
    width: 100%;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .lBox .ttl {
  font-size: 22px;
}
#equipment .security_wrap .freeiD .merit-wrap .lBox .desc {
  font-size: clamp(14px, 3vw, 16px);
}
#equipment .security_wrap .freeiD .merit-wrap .lBox figure {
  width: 95%;
  margin: 1rem auto 0;
}
#equipment .security_wrap .freeiD .merit-wrap .arrowBox {
  width: 16%;
  padding-top: 9.4%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .merit-wrap .arrowBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5% 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 10px;
  }
  #equipment .security_wrap .freeiD .merit-wrap .arrowBox figure {
    width: 7%;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .arrowBox p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(20px, 2.1vw, 20px);
  font-weight: 700;
  color: #0d4471;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
  line-height: 1.3674418605;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .merit-wrap .arrowBox p {
    width: auto;
    margin: 10% 0 0;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .rBox {
  width: 42%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .merit-wrap .rBox {
    width: 100%;
  }
}
#equipment .security_wrap .freeiD .merit_box {
  background: transparent;
  padding: 0;
}
#equipment .security_wrap .freeiD .services {
  padding: 4% 3%;
  margin-top: 6.4rem;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .services {
    margin-top: 6.4%;
  }
}
#equipment .security_wrap .freeiD .services_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 2.9rem;
  row-gap: 1rem;
}
#equipment .security_wrap .freeiD .services_label {
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.1851851852;
  font-weight: 700;
  letter-spacing: 0;
  background: #2fb1e7;
  color: #fff;
  padding: 0.25em 0.8em;
}
#equipment .security_wrap .freeiD .services_lead {
  color: #0d4471;
  font-size: clamp(18px, 3vw, 22px);
  line-height: 1.2173913043;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#equipment .security_wrap .freeiD .services_lead:not(:last-child) {
  margin: 2.5em 0 1.1em;
}
#equipment .security_wrap .freeiD .services_ttl {
  font-size: 18px;
  line-height: 1.2352941176;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #0d4471;
}
#equipment .security_wrap .freeiD .services_desc {
  color: #222222;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2142857143;
  margin-top: 0.8em;
}
#equipment .security_wrap .freeiD .services_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 2rem;
}
#equipment .security_wrap .freeiD .services_box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .services_box {
    width: 100%;
  }
}
#equipment .security_wrap .freeiD .services_box.hor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#equipment .security_wrap .freeiD .services_box.hor .services_img {
  width: 41.2%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .services_box.hor .services_img {
    width: 50%;
    margin: 0 auto;
  }
}
#equipment .security_wrap .freeiD .services_box.hor .services_txt {
  width: 56.3%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .services_box.hor .services_txt {
    width: 100%;
    margin-top: 1.6rem;
  }
}
#equipment .security_wrap .freeiD .services_box.ver .services_img {
  padding-right: 11.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .services_box.ver .services_img {
    padding-right: 0;
  }
}
#equipment .security_wrap .freeiD .services_box.ver .services_img figure {
  width: 47%;
}
#equipment .security_wrap .freeiD .services_box.ver .services_txt {
  margin-top: 1.6rem;
}
#equipment .facisani-section {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #equipment .facisani-section {
    padding: 30px 0 0;
  }
}
#equipment .facisani-section .ttl_box {
  width: 90%;
  max-width: 1110px;
  margin-inline: auto;
}
#equipment .facisani-section .equip_list .equip_list,
#equipment .facisani-section .equip_list .equip_twin,
#equipment .facisani-section .equip_twin .equip_list,
#equipment .facisani-section .equip_twin .equip_twin {
  width: 100%;
}
#equipment .facisani-section .equip_list .ttl_box,
#equipment .facisani-section .equip_twin .ttl_box {
  width: 100%;
}
#equipment .facisani-section .equip_list .bottom li {
  width: 31.5%;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #equipment .facisani-section .equip_list .bottom li {
    width: 100%;
  }
}
#equipment .facisani-section .equip_list .name {
  font-size: clamp(14px, 3vw, 17px);
  text-align: center;
  color: #000;
}
#equipment .facisani-section .equip_list .txt {
  font-size: clamp(12px, 3vw, 14px);
}
#equipment .facisani-section .equip_list .txt span {
  font-size: 12px;
}
#equipment .fasility_wrap {
  background: #002808;
  padding: 3.4722222222% 0 3.4722222222%;
}
#equipment .fasility_wrap .ttl_faci {
  max-width: 181px;
}
#equipment .fasility_wrap .ttl_box {
  width: 100%;
  margin: 0 auto 32px;
  color: #fff;
  padding-bottom: 1rem;
}
#equipment .fasility_wrap .ttl_box p {
  text-align: left;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 0.6;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #equipment .fasility_wrap .ttl_box p {
    text-align: left;
    letter-spacing: 0.2em;
  }
}
#equipment .fasility_wrap .facility_list_box {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #equipment .fasility_wrap .facility_list_box {
    grid-template-columns: 1fr 1fr;
  }
}
#equipment .fasility_wrap .facility_list_box .cont-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .fasility_wrap .facility_list_box .cont-row {
    grid-template-columns: 1fr;
  }
}
#equipment .fasility_wrap .facility_list_box li .com-note {
  margin-bottom: 0;
}
#equipment .fasility_wrap .facility_list_box li .name {
  font-size: 16px;
  text-align: center;
  margin: 0.75em 0 0.75em;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.2;
}
#equipment .fasility_wrap .facility_list_box li .txt {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #fff;
  text-align: justify;
  letter-spacing: -0.02em;
}
#equipment .fasility_wrap .com-note {
  color: #fff;
  margin-top: 3rem;
}
#equipment .struct_bg {
  background: url(../img/equipment/struct_bg.webp) center center/cover no-repeat;
}
#equipment .struct_wrap .struct_ttl {
  background: url(../img/equipment/struct_mainbg.webp) center center/cover no-repeat;
  padding: 4% 0 4%;
  position: relative;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_ttl {
    padding: 10% 0 10%;
    height: 310px;
  }
}
#equipment .struct_wrap .main_box {
  text-align: left;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  color: #002808;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .main_box {
    max-width: 90%;
  }
}
#equipment .struct_wrap .main_ttl {
  width: 100%;
  font-size: clamp(40px, 4vw, 54px);
  letter-spacing: 0.1em;
  font-family: "Imbue", serif;
  margin-top: 5rem;
  line-height: 1.1666666667;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .main_ttl {
    margin-top: 0;
  }
}
#equipment .struct_wrap .main_sub {
  width: 100%;
  font-size: clamp(20px, 3vw, 28px);
  letter-spacing: 0.1em;
}
#equipment .struct_wrap .struct_main_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 6.9%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_main_wrap .struct_main_img {
    height: 56.8vw;
  }
  #equipment .struct_wrap .struct_main_wrap .struct_main_img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
#equipment .struct_wrap .struct_main_wrap .txt_box {
  position: absolute;
  bottom: 12.4%;
  left: 20.3%;
  width: 61%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_main_wrap .txt_box {
    bottom: 12.4%;
    left: 0%;
    width: 100%;
  }
}
#equipment .struct_wrap .struct_main_wrap .com-cap {
  z-index: 1;
}
#equipment .struct_wrap .w970 {
  max-width: 970px;
}
#equipment .struct_wrap .struct_box {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 20px;
}
#equipment .struct_wrap .struct_box .lead {
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  color: #1a1a1a;
  padding-bottom: 6%;
}
#equipment .struct_wrap .struct_box .survey_list {
  width: 100%;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .survey_list {
    margin: 6% auto 0;
  }
}
#equipment .struct_wrap .struct_box .survey_list li {
  margin-bottom: 4%;
}
#equipment .struct_wrap .struct_box .survey_list li.w48 {
  width: 46.8%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .survey_list li.w48 {
    width: 100%;
  }
}
#equipment .struct_wrap .struct_box .survey_list li.w33 {
  width: 31.3%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .survey_list li.w33 {
    width: 100%;
    padding: 0;
  }
}
#equipment .struct_wrap .struct_box .survey_list li.w48 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .survey_list li.w48 {
    width: 100%;
    padding: 0;
  }
}
#equipment .struct_wrap .struct_box .survey_list li.w100 {
  width: 100%;
}
#equipment .struct_wrap .struct_box .survey_list li .name {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #002808;
  padding: 8px 0 7px;
  margin-bottom: 9px;
}
#equipment .struct_wrap .struct_box .survey_list li .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6923076923;
  color: #1a1a1a;
  letter-spacing: 0;
  text-align: justify;
}
#equipment .struct_wrap .struct_box .survey_list li .com-note {
  font-size: clamp(14px, 2vw, 14px);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
#equipment .struct_wrap .struct_box .com-note {
  color: #231f20;
}
#equipment .struct_wrap .struct_box .struct_list {
  width: 100%;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list {
    margin: 40px auto 0;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 {
  width: 100%;
  display: grid;
  grid-auto-columns: 3fr 2fr;
  grid-auto-flow: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 {
    grid-auto-flow: row;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 .struct_grid_2a {
  display: grid;
  grid-template-columns: 1fr;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 .struct_grid_2a .struct_grid_3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 .struct_grid_2a .struct_grid_3 {
    grid-template-columns: 1fr;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li {
  width: 100%;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w200 figure {
  width: 209%;
  margin-top: unset;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w200 figure img {
  max-height: 210px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w200 figure {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li {
    width: 100%;
    margin-bottom: 25px;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w48 {
  width: 46.8%;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w48.img_insurance {
  width: 90%;
  padding: 20px 0 10px 0;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w48 .txt_insurance_desc {
  font-size: 16px;
  line-height: 1.85;
  color: #1a1a1a;
  text-align: justify;
  letter-spacing: -0.04em;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w48 .txt_insurance {
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: -0.04em;
  color: #1a1a1a;
  text-align: justify;
  background-color: #e3e5e7;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w48 {
    width: 100%;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .name {
  font-size: 22px;
  color: #1a1a1a;
  text-align: center;
  border-bottom: 1px solid;
  margin-bottom: 0.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .name.mid {
  font-size: 18px;
  letter-spacing: 0em;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .name.sml {
  font-size: 17px;
  letter-spacing: 0em;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .name.two-lines {
  line-height: 1.1;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .name.__org {
  border: none;
  color: #d76a49;
  font-size: 20px;
  line-height: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .name.lrg-left {
  text-align: left;
  font-size: 32px;
  line-height: 36px;
  height: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .name {
    height: auto;
    padding-bottom: 5px;
    font-size: 20px;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: #1a1a1a;
  text-align: justify;
  margin-bottom: 2rem;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .txt.sml {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .txt {
    margin-bottom: 1rem;
    line-height: 1.6;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .txt.--h136 {
  height: 136px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .txt.--h136 {
    height: unset;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .txt span {
  font-size: clamp(12px, 2vw, 14px);
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .txt_desc {
  font-size: 11px;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li figure {
  margin: 0 auto;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li figure.struct_00 {
  width: 60%;
  margin: 10% 0;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li figure.struct_00 {
    width: 90%;
    margin: 0 auto;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li figure.struct_00 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li figure figcaption {
  text-align: right;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_4 .w48 {
  width: 100%;
}
#equipment .struct_wrap .struct_box .struct_list .w48 {
  width: 31.3%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#equipment .struct_wrap .struct_box .struct_list .w48.w200 figure {
  width: 209%;
  margin-top: unset;
}
#equipment .struct_wrap .struct_box .struct_list .w48.w200 figure img {
  max-height: 210px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .w48.w200 figure {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .w48 {
    width: 100%;
    margin-bottom: 25px;
  }
}
#equipment .struct_wrap .struct_box .struct_list .w48 .name {
  font-size: 22px;
  color: #1a1a1a;
  text-align: center;
  border-bottom: 1px solid;
  margin-bottom: 0.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
}
#equipment .struct_wrap .struct_box .struct_list .w48 .name.mid {
  font-size: 18px;
  letter-spacing: 0em;
}
#equipment .struct_wrap .struct_box .struct_list .w48 .name.sml {
  font-size: 17px;
  letter-spacing: 0em;
}
#equipment .struct_wrap .struct_box .struct_list .w48 .name.two-lines {
  line-height: 1.1;
}
#equipment .struct_wrap .struct_box .struct_list .w48 .name.__org {
  border: none;
  color: #d76a49;
  font-size: 20px;
  line-height: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
#equipment .struct_wrap .struct_box .struct_list .w48 .name.lrg-left {
  text-align: left;
  font-size: 32px;
  line-height: 36px;
  height: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .w48 .name {
    height: auto;
    padding-bottom: 5px;
    font-size: 20px;
  }
}
#equipment .struct_wrap .struct_box .struct_list .w48 .txt {
  font-size: 16px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 1.75;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: #1a1a1a;
  text-align: justify;
  margin-bottom: 2rem;
}
#equipment .struct_wrap .struct_box .struct_list .w48 .txt.sml {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .w48 .txt {
    margin-bottom: 1rem;
    line-height: 1.6;
  }
}
#equipment .struct_wrap .struct_box .struct_list .w48 .txt.--h136 {
  height: 136px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .w48 .txt.--h136 {
    height: unset;
  }
}
#equipment .struct_wrap .struct_box .struct_list .w48 .txt span {
  font-size: clamp(12px, 2vw, 14px);
}
#equipment .struct_wrap .struct_box .struct_list .w48 .txt .is-block {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .w48 .txt .is-block {
    display: inline;
  }
}
#equipment .struct_wrap .struct_box .struct_list .w48 .txt_desc {
  font-size: 11px;
}
#equipment .struct_wrap .struct_box .struct_list .w48 figure {
  margin: 0 auto;
}
#equipment .struct_wrap .struct_box .struct_list .w48 figure.img_insurance {
  width: 90%;
  padding: 20px 0 10px 0;
}
#equipment .struct_wrap .struct_box .struct_list .w48 figure.w80 {
  width: 80%;
}
#equipment .struct_wrap .struct_box .struct_list .w48 figure.w100 {
  width: 100%;
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .w48 figure {
    margin-top: 5px;
  }
}
#equipment .struct_wrap .struct_box .struct_list .w48 {
  width: 46.8%;
}
#equipment .struct_wrap .struct_box .struct_list .w48.insurance .name {
  border: none;
  font-size: 26px;
  color: #d76a49;
}
#equipment .struct_wrap .struct_box .struct_list .w48 .txt_insurance_desc {
  font-size: 16px;
  line-height: 1.85;
  color: #1a1a1a;
  text-align: justify;
  letter-spacing: -0.04em;
}
#equipment .struct_wrap .struct_box .struct_list .w48 .txt_insurance {
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: -0.04em;
  color: #1a1a1a;
  text-align: justify;
  background-color: #e3e5e7;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .w48 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap {
    padding: 6rem 0 0;
    color: #000;
  }
}
#equipment .smart_wrap .amenities_ttl {
  background: url(../img/equipment/bg_amenities_main.webp) center center/cover no-repeat;
  padding: 4% 0 4%;
  position: relative;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .amenities_ttl {
    padding: 10% 0 10%;
    height: 410px;
  }
}
#equipment .smart_wrap .main_box {
  text-align: left;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .main_box {
    max-width: 90%;
  }
}
#equipment .smart_wrap .main_ttl {
  width: 100%;
  font-size: clamp(40px, 4vw, 54px);
  letter-spacing: 0.1em;
  font-family: "Imbue", serif;
  line-height: 1.1666666667;
}
#equipment .smart_wrap .main_sub {
  width: 100%;
  font-size: clamp(20px, 3vw, 28px);
  letter-spacing: 0.1em;
}
#equipment .smart_wrap .main_desc {
  width: 100%;
  font-size: clamp(14px, 2vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.875;
}
#equipment .smart_wrap .amenities_multi {
  display: grid;
  grid-template-columns: 6.1fr 3.9fr;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .amenities_multi {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#equipment .smart_wrap .amenities_multi .amenities-desc {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  font-family: sans-serif;
  padding: 0 25px 0 15px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .amenities_multi .amenities-desc {
    padding: 0;
  }
}
#equipment .smart_wrap .smart_box {
  position: relative;
}
#equipment .smart_wrap .main_ttl {
  width: 100%;
  font-size: clamp(40px, 4vw, 54px);
  font-weight: 200;
  letter-spacing: 0.2em;
  color: #fff;
}
#equipment .smart_wrap .main_ttl_iot {
  color: #000;
  font-size: clamp(28px, 2vw, 31px);
  margin-top: 4%;
}
#equipment .smart_wrap .main_ttl_iot .txt-lrg {
  font-size: 48px;
}
#equipment .smart_wrap .smart_main_wrap {
  position: relative;
  margin: 2rem 0 0;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_main_wrap {
    margin: 3rem 0 0;
  }
}
#equipment .smart_wrap .smart_main_wrap .main_img1 {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_main_wrap .main_img1 {
    position: relative;
    width: 100%;
  }
}
#equipment .smart_wrap .smart_main_wrap .main_img1 img {
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1401px) {
  #equipment .smart_wrap .smart_main_wrap .main_img1 img {
    height: auto;
  }
}
#equipment .smart_wrap .smart_main_wrap .txt_box {
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_main_wrap .txt_box {
    position: relative;
    top: initial;
    left: initial;
    margin-top: 10px;
  }
}
#equipment .smart_wrap .smart_main_wrap .txt_box .img {
  width: 220px;
  height: auto;
  margin-top: 30px;
}
#equipment .smart_wrap .smart_main_wrap .txt_box .ttl {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  color: #ffffff;
}
#equipment .smart_wrap .smart_main_wrap .txt_box .ttl span {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_main_wrap .txt_box .ttl {
    margin-bottom: 2vw;
    letter-spacing: 0.1em;
    text-align: center;
    padding-right: 16px;
  }
  #equipment .smart_wrap .smart_main_wrap .txt_box .ttl span {
    font-size: 2.2rem;
  }
}
#equipment .smart_wrap .smart_main_wrap .txt_box .lead {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 28px;
  color: #fff;
}
#equipment .smart_wrap .smart_cont1_box {
  width: 100%;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-auto-columns: 3.6fr 6.1fr;
  grid-auto-flow: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 20px;
  font-family: sans-serif;
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1.remocon {
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .ttl {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-block: 5px;
  text-align: center;
  background-color: #bd782f;
  color: #fff;
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .ttl.remocon {
  margin-bottom: 0px;
  display: initial;
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .voice_img01 {
  position: absolute;
  width: 28%;
  bottom: 22px;
  right: 23%;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .voice_img01 {
    bottom: 42px;
    right: 4%;
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .voice_img02 {
  position: absolute;
  width: 27%;
  bottom: 68px;
  right: 5%;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .voice_img02 {
    right: 0;
    bottom: 88px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .txt {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .txt {
    width: 100%;
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .note {
  width: 100%;
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .batch {
  width: 80px;
  position: absolute;
  top: -10px;
  left: -24px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .batch {
    left: -5px;
  }
}
#equipment .smart_wrap .remocon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .remocon {
    width: 100%;
  }
}
#equipment .smart_wrap .remocon .remocon_head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
#equipment .smart_wrap .remocon .remocon_head .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: unset;
}
#equipment .smart_wrap .remocon .remocon_head img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .smart_wrap .remocon .txt {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .remocon .txt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .remocon .remocon_img01 {
    position: relative;
    width: 100%;
    margin-top: 4vw;
  }
}
#equipment .smart_cont2_box {
  padding-top: 26px;
}
#equipment .smart_cont2_box .smart_con2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#equipment .smart_cont2_box .smart_con2 .img01 {
  width: 28%;
}
@media screen and (max-width: 768px) {
  #equipment .smart_cont2_box .smart_con2 .img01 {
    width: 100%;
  }
}
#equipment .smart_cont2_box .smart_con2 p {
  width: 20%;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #equipment .smart_cont2_box .smart_con2 p {
    width: 100%;
    margin-top: 4vw;
  }
}
#equipment .smart_cont2_box .smart_con2 .img02 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #equipment .smart_cont2_box .smart_con2 .img02 {
    width: 100%;
    margin-top: 4vw;
  }
}
#equipment .smart_cont2_box .ttl {
  font-size: clamp(17px, 3vw, 22px);
  font-weight: 600;
  text-align: left;
  padding: 0.6rem 0;
  text-indent: 1rem;
}
@media screen and (max-width: 768px) {
  #equipment .smart_cont2_box .ttl {
    padding: 0.4rem 0;
  }
}
#equipment .smart_cont2_box .lead {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #equipment .smart_cont2_box .lead {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
}
#equipment .smart_cont3_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 5rem 0 0;
  background-color: #8f9399;
}
#equipment .smart_cont3_box .smart-ttl {
  width: 100%;
  font-size: clamp(18px, 3vw, 28px);
  text-align: left;
  padding: 0.4rem 0 0.4rem 1rem;
  background-color: #002808;
  color: #fff;
}
#equipment .smart_cont3_box .multi_fgbb {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  padding: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_cont3_box .multi_fgbb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
#equipment .smart_cont3_box .multi_fgbb .multi_txt {
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #equipment .smart_cont3_box {
    padding: 0 0 3rem;
    margin: 4rem 0 0;
  }
  #equipment .smart_cont3_box .smart-ttl {
    font-size: 1.7rem;
    padding: 0 0 0 1rem;
    margin: 0 0 1.8rem;
  }
  #equipment .smart_cont3_box .multi-1 {
    width: 100%;
    margin: 0 1rem;
  }
  #equipment .smart_cont3_box .multi-1 .logo-txt {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0.4rem 0 0;
    letter-spacing: 0;
  }
  #equipment .smart_cont3_box .multi-1 .multi-1-img {
    width: 52%;
    position: relative;
  }
  #equipment .smart_cont3_box .multi-2 {
    width: 100%;
    margin: 1.8rem 1rem 0;
  }
  #equipment .smart_cont3_box .multi-2 .p1 {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #equipment .smart_cont3_box .multi-2 .p1 {
    font-family: "Noto Sans JP";
  }
}
@media screen and (max-width: 768px) {
  #equipment .smart_cont3_box .multi-2 .p2 {
    font-size: 13px;
    padding: 0.5rem 0 0;
    margin: 0.5rem 0 0;
    text-align: center;
  }
  #equipment .smart_cont3_box .multi-3-img {
    width: 100%;
    margin: 1.8rem 1rem 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #equipment .smart_cont3_box .multi-3-img {
    margin: 1.8rem 1rem 0;
  }
}
#equipment .note-box {
  margin: 0.5rem 0 4rem;
}
@media screen and (max-width: 768px) {
  #equipment .note-box {
    margin: 1rem 0 4rem;
  }
}
#equipment .smart_note {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #equipment .smart_note {
    text-align: left;
  }
}
#equipment .smart_cont_media {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_cont_media {
    grid-template-columns: 1fr;
  }
}
#equipment .smart_cont_media p {
  font-size: 14px;
  line-height: 19px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

/* Scss Document */
#outline .main,
#accessmap .main {
  width: 100%;
  position: relative;
}
#outline .main .main_txt,
#accessmap .main .main_txt {
  color: #fff;
  font-size: 36px;
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #outline .main .main_txt,
  #accessmap .main .main_txt {
    font-size: 7vw;
  }
}
#outline .main .com-note,
#accessmap .main .com-note {
  color: #fff;
}
#outline .main_bg,
#accessmap .main_bg {
  width: 100%;
  max-height: 500px;
}
@media screen and (max-width: 768px) {
  #outline .main_bg,
  #accessmap .main_bg {
    width: 100%;
    max-height: 400px;
  }
}
#outline .main_bg::before,
#accessmap .main_bg::before {
  display: none;
}
#outline .sec1,
#accessmap .sec1 {
  padding: 0 0 50px;
}

/* outline
*******************************************/
#outline .sec1 {
  padding: 0;
}
#outline h2 {
  padding: 80px 40px 40px;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
#outline .outline_cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 40px 0;
  background: #fff;
  margin: 0 auto 0;
}
#outline .outline_cont h3 {
  color: #002808;
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 22px;
}
#outline .outline_table {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #002808;
  padding: 20px 30px;
}
#outline .outline_table_tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #002808;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #outline .outline_table_tr {
    font-size: 12px;
    letter-spacing: 0;
  }
}
#outline .outline_table_tr-last {
  border-bottom: none;
}
#outline .outline_table_tr p:nth-of-type(1) {
  width: 240px;
  padding: 10px 20px 10px 10px;
}
@media screen and (max-width: 768px) {
  #outline .outline_table_tr p:nth-of-type(1) {
    width: 130px;
    padding: 10px 20px 10px 0;
  }
}
#outline .outline_table_tr p:nth-of-type(2) {
  width: calc(100% - 240px);
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #outline .outline_table_tr p:nth-of-type(2) {
    width: calc(100% - 130px);
    padding: 10px 0;
  }
}

/* accessmap
*******************************************/
#accessmap .sec1 {
  background: #f5efe3;
}
@media print {
  #accessmap .sec1 {
    background: #fff;
  }
}
#accessmap h2 {
  padding: 80px 40px 0px;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
#accessmap .accessmap_cont {
  max-width: 1000px; /*r70のみ要望*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 40px 0 50px;
}
#accessmap .accessmap_cont .map {
  max-width: 900px;
  margin: 0 auto 40px;
  border: 1px solid #002808;
  background: #fff;
  display: block;
}
@media print {
  #accessmap .accessmap_cont .map {
    /* max-width: 700px;
    width: 60%;　/*通常*/
    max-width: 1600px; /*r70のみ要望*/
    width: 100%; /*r70のみ要望*/
    margin: 0 auto 20px;
  }
}
#accessmap .accessmap_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 670px;
  margin: 0 auto;
}
#accessmap .accessmap_btn li {
  width: 48%;
}
#accessmap .accessmap_btn li:first-child {
  margin-right: 4%;
}
#accessmap .accessmap_btn li a {
  width: 100%;
  height: 100%;
  background: #002808;
  background-size: cover;
  display: block;
  text-align: center;
  padding: 25px 0;
  color: #fff;
}
#accessmap .accessmap_btn li a.print_btn {
  background: #002808;
}
#accessmap .accessmap_btn li a img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

@media print {
  #type .sec1 {
    padding: 20px 0 0;
  }
  #accessmap h2 {
    padding: 20px 0;
  }
  #accessmap .map {
    width: 100%;
    margin: 0 auto;
  }
}