@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 {
  -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%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  color: #333333;
}

#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-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}

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

/*** link ***/
.btn_over {
  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;
}

@media screen and (max-width: 768px) {
  ._pc {
    display: none !important;
  }

  ._sp {
    display: block !important;
  }

  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*base*/
.bg_beige {
  background: #ecf5f7;
  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: flex;
  flex-wrap: nowrap;
  align-items: center;
  z-index: 5;
}

header .header_nav li a {
  color: #fff;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  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: 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: flex;
    width: 100%;
    height: 70px;
    flex-wrap: nowrap;
    align-items: center;
    background: #000;
    flex-grow: 1;
  }

  header .header_nav li {
    background: #333;
    width: 25%;
    height: 100%;
    text-align: center;
  }

  header .header_nav li:nth-child(3) {
    order: 4;
  }

  header .header_nav li:nth-child(6) {
    order: 1;
  }

  header .header_nav li:nth-child(4) {
    order: 2;
  }

  header .header_nav li:nth-child(2) {
    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;
  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: 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: flex;
  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;*/
  box-sizing: border-box;
  display: flex;
  align-items: center;
  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;
  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 {
  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 {
  transform: rotate(-225deg);
}

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

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

nav {
  background: #42A58E;
}

@media screen and (max-width: 768px) {
  nav {
    background: #42A58E;
  }
}

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

nav li {
  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;
}

nav li a:hover {
  color: #233F61 !important;
  font-weight: 800;
}

@media screen and (min-width: 769px) {
  nav {
    position: relative;
    margin-top: 10px;
    width: 100%;
    z-index: 900;
    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%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 4px;
    background: #bd9e5f;
    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 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 998;
    width: 100%;
    height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    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: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  nav li {
    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
----------------------------------------------*/
@media screen and (max-width: 768px) {
  .h350 {
    height: 350px;
  }
}

.mt20_pc {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .mt20_pc {
    margin-top: 0px;
  }
}

.mi100_pc {
  margin-inline: 100px;
}

@media screen and (max-width: 768px) {
  .mi100_pc {
    margin-inline: 0px;
  }
}

@media screen and (min-width: 1600px) {
  .mi100_pc {
    margin-inline: 200px;
  }
}

@media screen and (min-width: 2200px) {
  .mi100_pc {
    margin-inline: 300px;
  }
}

@media screen and (max-width: 768px) {
  .pb50_sp {
    padding-block: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .fs14_sp {
    font-size: 14px !important;
  }
}

.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;
}

/*-------------------------------------------------*/
.main {
  margin-top: 121px;
}

.main .com-main_txt {
  color: #FFFFFF;
  /* font-weight: 600; */
}

.main .main_img {
  position: relative;
  /*
  &::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);
  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%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}

/*info*/
.fbtn_wrap {
  padding: 90px 0 90px;
  background: #393332;
}

@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: linear-gradient(to right, rgba(191, 125, 146, 0.1019607843), #BF7D92, rgba(191, 125, 146, 0.1019607843)); */
  background: linear-gradient(to right, #ffffff30, #42A58E, #ffffff30);
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border: 1px solid white;
}

@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: 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;
  transition: 0.3s;
}

.fbtn li a:hover span img {
  transform: translateX(20px);
}

.cbtn_wrap .cbtn {
  max-width: 1000px;
}

.cbtn_wrap .cbtn_list {
  display: flex;
  flex-wrap: wrap;
  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;
  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 .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/top/cbtn_location.png) center/cover no-repeat;
}

.cbtn_wrap .cbtn_item-access {
  background: url(../img/top/cbtn_access.png) center/cover no-repeat;
}

.cbtn_wrap .cbtn_item-design {
  background: url(../img/top/cbtn_design.png) center/cover no-repeat;
}

.cbtn_wrap .cbtn_item-plan {
  background: url(../img/top/cbtn_plan.png) center/cover no-repeat;
}

.cbtn_wrap .cbtn_item-equipment {
  background: url(../img/top/cbtn_equipment.png) center/cover no-repeat;
}

.cbtn_wrap .cbtn_item-brand {
  background: url(../img/top/cbtn_brand.png) center/cover no-repeat;
}

.cbtn_wrap .cbtn_txt {
  background: #42A58E;
  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: #1a1a1a;
  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%;
  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;
    box-shadow: inset 0 0 2px #777;
  }

  ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
  }
}

/*text*/
.f_en {
  color: #8a714a;
}

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

.com-lead {
  font-size: 26px;
  color: #FFF;
  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 {
  transition: all 1.5s;
  opacity: 0;
  transform: translate(-50px, 0);
}

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

.m_left,
.m_right {
  transition: all 1s;
  opacity: 0;
}

.m_left_on,
.m_right_on {
  opacity: 1;
  transform: translateX(0px);
}

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

.m_op_on {
  opacity: 1;
}

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

.m_down_on {
  transform: translateY(0px);
  opacity: 1;
}

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

.m_up_on {
  transform: translateY(0px);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .m_op_d1 {
    transition-delay: 0.1s;
  }

  .m_op_d2 {
    transition-delay: 0.3s;
  }

  .m_op_d3 {
    transition-delay: 0.5s;
  }

  .m_op_d4 {
    transition-delay: 0.7s;
  }

  .m_op_d5 {
    transition-delay: 0.9s;
  }

  .m_op_d6 {
    transition-delay: 1.1s;
  }
}

@media screen and (max-width: 768px) {

  .rmv,
  .lmv {
    transform: translate(0, 0);
    transform: translateY(100px);
  }

  .rmv_on,
  .lmv_on {
    transform: translateY(0px);
  }
}

@media print {

  header,
  nav,
  .footer_link,
  .footer_logo,
  .footer_com-note,
  .main,
  .accessmap_btn,
  .fbtn_wrap,
  .btn_print,
  #pagetop {
    display: none !important;
  }

  .sec1 {
    padding: 20px 0;
  }
}

/* Scss Document */
#index .p_ttl,
#index .p_desc {
  color: #fff;
}

#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(14px, 1.2vw, 16px);
  line-height: 2.1428571429;
  letter-spacing: 0;
}

#index .main {
  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;
}

#index .main_txt {
  position: absolute;
  z-index: 20;
  transition: 1.5s;
  transition-delay: 0.5s;
  width: 40%;
  max-width: 580px;
  margin: auto;
  top: 55.2%;
  left: 11.6%;
  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 {
  background: #06101B;
  padding-inline: 200px;
  padding-block: 50px;
}

@media screen and (max-width: 768px) {
  #index .merit {
    padding: 24px 0;
  }
}

#index .merit .merit-txt {
  margin-top: 20px;
  text-align: right;
  color: #fff;
  font-size: clamp(8px, 6.592px + 0.376vw, 12px);
}

#index .facade_wrap {
  /*   background: url(../img/top/facade_bg.webp) center/cover no-repeat; */
  background: linear-gradient(0deg, #EEEEEE, transparent);
}

@media screen and (max-width: 768px) {
  #index .facade_wrap {
    /*     background-position: 0 50%;
    padding: 0;
    background: url(../img/top/facade_bg_sp.png) center/cover no-repeat; */
    background: linear-gradient(0deg, #EEEEEE, transparent);
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #index .facade_wrap .facade_1_wrap {
    padding: 9.1vw 0 9.7vw;
  }
}

#index .facade_wrap .facade_1 {
  width: 80%;
  margin-right: auto;
  transform: translateX(100px);
  opacity: 0;
  transition: all 1s ease;
}

@media screen and (max-width: 768px) {
  #index .facade_wrap .facade_1 {
    width: 96.2%;
  }
}

#index .facade_wrap .facade_1.has_ani_on {
  transform: translateX(0);
  opacity: 1;
}

#index .facade_wrap .facade_main {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 6.5vw;
  margin-top: -30vw;
}

@media screen and (max-width: 768px) {
  #index .facade_wrap .facade_main {
    align-items: initial;
    flex-direction: column-reverse;
    margin-top: 0;
    padding-left: 0;
  }
}

#index .facade_wrap .facade_txt {
  font-weight: 600;
  margin-top: 30vw;
  padding: 4vw 0 6vw;
  position: relative;
  flex-grow: 1;
  white-space: nowrap;
  transition: all 0.7s ease;
}

@media screen and (max-width: 768px) {
  #index .facade_wrap .facade_txt {
    margin-top: 0;
    margin-left: 0;
    padding: 0 4% 6vw;
    white-space: unset;
  }
}

#index .facade_wrap .facade_txt.has_ani_on {
  transform: translateX(0px);
  opacity: 1;
}

#index .facade_wrap .facade_txt.has_ani_on::before {
  width: 157%;
  opacity: 1;
}

#index .facade_wrap .facade_txt p {
  position: relative;
  z-index: 2;
}

#index .facade_wrap .facade_txt .p_ttl {
  margin: 0.85em 0;
  /*   font-size: clamp(22px, 2.2vw, 32px); */
  font-size: clamp(24px, 2.2vw, 38px);
  letter-spacing: 0.1em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #index .facade_wrap .facade_txt .p_ttl {
    margin: 0.45em 0;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  #index .facade_wrap .facade_txt .p_desc {
    letter-spacing: 0.1em;
    /*     line-height: 1.6; */
    font-size: clamp(16px, 1.2vw, 20px);
    /*     font-weight: 700; */
    line-height: 2.4;

  }
}

#index .facade_wrap .facade_building {
  width: 43%;
  position: relative;
  z-index: 3;
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transition: all 0.8s ease;
}

@media screen and (max-width: 768px) {
  #index .facade_wrap .facade_building {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
    width: 70%;
  }
}

#index .facade_wrap .facade_building.has_ani_on {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

#index .facade_wrap .facade_building .com-cap {
  right: initial;
  left: 10px;
}

#index .central_wrap .central_catch {
  position: relative;
}

#index .central_wrap .central_lead {
  /* top: 5%; */
  margin-top: 80px;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70vw;
  max-width: 1000px;
}

#index .central_wrap .central_content_wrap {
  /*   background: linear-gradient(rgba(233, 191, 191, 0.8), #F6EDED); */
  padding: 5vw 0 0;
}

#index .central_wrap .p_lead {
  color: #006334;
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 600;
  letter-spacing: 0.23em;
}

#index .central_wrap .p_desc {
  max-width: unset;
  color: #000000;
  font-size: clamp(16px, 1.2vw, 20px);
  /*   font-weight: 700; */
  line-height: 2.4;
  letter-spacing: 0.1em;
  padding: 2.2vw 0 3.3vw;
}

@media screen and (max-width: 768px) {
  #index .central_wrap .p_desc {
    text-align: left;
    width: 98%;
    margin: auto;
  }
}

#index .central_wrap .central_img_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.9vw;
  padding-inline: 100px;
}

@media screen and (max-width: 768px) {
  #index .central_wrap .central_img_list {
    padding-inline: 0px;
  }
}

#index .central_wrap .central_img_item:first-of-type {
  /*   grid-area: 1/1/4/2; */
}

#index .central_wrap .central_img_item:nth-of-type(2) {
  /*   grid-area: 1/2/2/3; */
}

#index .central_wrap .central_img_item:nth-of-type(3) {
  /*   grid-area: 1/3/2/4; */
}

#index .central_wrap .central_img_item:nth-of-type(4) {
  /*   grid-area: 2/2/3/3; */
}

/* #index .central_wrap .central_img_item:nth-of-type(5) {
  grid-area: 2/3/3/4;
} */
#index .central_wrap .central_img_item:last-of-type {
  /*   grid-area: 3/2/4/4; */
  grid-column: 1 / 3;
}

#index .central_wrap .central_img_item .central_img {
  height: 100%;
}

#index .central_wrap .central_img_item .central_img img {
  height: 100%;
}

/* Scss Document */
#location #wrapper {
  background-color: #06101B;
}

#location .com-content {
  max-width: 1005px;
}

#location .com-ttl {
  font-size: clamp(20px, 3vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

#location .com-lead {
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#location .com-txt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 0;
}

#location .com-note {
  font-size: 11px;
}

#location .center_wrap .center_txt {
  background: #fff;
  padding: 5% 0 5.5%;
  text-align: center;
  color: #333;
}

#location .center_wrap .center_txt .lead {
  color: #fff;
  font-size: 24px;
  line-height: 0.6;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.36em;
}

@media screen and (max-width: 768px) {
  #location .center_wrap .center_txt .lead {
    font-size: clamp(10px, 4.533333322vw, 24px);
  }
}

#location .center_wrap .center_txt .ttl {
  margin-top: 0.17em;
}

#location .center_wrap .center_txt .ttl .location_lead img {
  width: 50%;
}

#location .center_wrap .center_txt .sub {
  font-size: 27px;
  line-height: 1.5925925926;
  letter-spacing: 0.16em;
  margin-top: 0.9em;
}

@media screen and (max-width: 768px) {
  #location .center_wrap .center_txt .sub {
    font-size: clamp(10px, 4.933333321vw, 27px);
  }
}

#location .center_wrap .center_txt .desc {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  #location .center_wrap .center_txt .desc {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}

#location .center_wrap .center_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.685405fr 2px 1fr;
  grid-template-columns: 1.685405fr 1fr;
  gap: 2px;
}

@media screen and (max-width: 768px) {
  #location .center_wrap .center_box {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}

#location .center_wrap .center_map {
  -ms-grid-row-span: 5;
  grid-row: span 5;
}

@media screen and (max-width: 768px) {
  #location .center_wrap .center_map {
    grid-row: auto;
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}

#location .center_wrap .center_place {
  position: relative;
  overflow: visible;
}

#location .center_wrap .center_place figcaption {
  position: absolute;
  color: #FFFFFF;
  font-weight: 600;
  font-size: clamp(10px, 3.2vw, 50px);
  left: 0;
  line-height: 0.6;
  bottom: 5px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #location .center_wrap .center_place figcaption {
    color: #fff;
    line-height: 1;
    left: 0.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px 1px 3px rgba(0, 0, 0, 0.5), 1px -1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5);
    top: initial;
    bottom: 0;
    left: 0;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: unset;
  }
}

@media screen and (max-width: 768px) {

  #location .center_wrap .center_place:nth-child(2),
  #location .center_wrap .center_place:nth-child(3) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  #location .center_wrap .center_place:nth-child(4),
  #location .center_wrap .center_place:nth-child(5),
  #location .center_wrap .center_place:nth-child(7) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

#location .diraccess_ikebukuro {
  padding-block: 105px;
}

#location .diraccess_shinjuku {
  padding-block: 85px;
}

#location .diraccess_shibuya {
  padding-block: 85px;
}

@media screen and (max-width: 768px) {
  #location .diraccess {
    padding-block: 50px;
  }
}

#location .diraccess .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #location .diraccess .row {
    flex-direction: column;
  }
}

#location .diraccess .row .diraccess_itemWrap {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 768px) {
  #location .diraccess .row .diraccess_itemWrap {
    width: 100%;
  }
}

#location .diraccess .row .diraccess_itemWrap>*+* {
  margin-top: 24px;
}

#location .diraccess .row .diraccess_mini-items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#location .diraccess .column .diraccess_itemFlex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #location .diraccess .column .diraccess_itemFlex {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }
}

#location .diraccess .column .diraccess_itemFlex>* {
  width: calc((100% - 32px) / 2);
}

@media screen and (max-width: 768px) {
  #location .diraccess .column .diraccess_itemFlex>* {
    width: 100%;
  }
}

#location .diraccess .column .diraccess_itemFlex .diraccess_item-img img{
  aspect-ratio: 534/320;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

#location .diraccess .column > *:not(:last-child){
  margin-bottom: 40px;
}

#location .diraccess .col-2 {
  width: calc((100% - 32px) / 2);
}

@media screen and (max-width: 768px) {
  #location .diraccess .col-2 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  #location .diraccess_shinjuku .area1132,
  #location .diraccess_shibuya .area1132 {
    margin-top: 0;
  }

}

#location .diraccess_other-item-wrapper {
  background-color: #e6e6e6;
  position: relative;
  max-height: 295px;
  height: 100%;
  padding: 16px;
}

#location .diraccess_other-item-wrapper .index {
  position: absolute;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background-color: #BD9E5F;
  top: 0;
  left: 0;
  padding: 0.1em 0.1em 0.2em 0.2em;
  min-width: 21px;
  text-align: center;
}

#location .diraccess_other-txt {
  color: #FFF !important;
  background-color: #42A58E;
  text-align: center;
  padding-block: .5em;
}

#location .diraccess_other-items {
  display: flex;
  justify-content: center;
  gap: 4%;
  margin-block: 1em;
}

#location .diraccess_other-items .diraccess_item-ttl {
  margin-top: 0;
}

#location .diraccess .m-auto {
  margin: auto;
}

#location .diraccess .com-content {
  max-width: 1100px;
}

#location .diraccess_lead {
  max-width: 100%;
}

#location .diraccess_list {
  row-gap: 30px;
  margin-top: 64px;
}

#location .diraccess_ikebukuro .diraccess_list {
  row-gap: 0;
}

@media screen and (max-width: 768px) {
  #location .diraccess_list {
    row-gap: 35px;
    margin-top: 35px;
  }
}

#location .diraccess_item p {
  color: #393332;
}

#location .diraccess_item:last-of-type {
  margin-top: 0;
}

#location .diraccess_item-img {
  position: relative;
}

#location .diraccess_item-img .index {
  position: absolute;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background-color: #BD9E5F;
  bottom: 0;
  left: 0;
  padding: 0.1em 0.1em 0.2em 0.2em;
  min-width: 21px;
  text-align: center;
}

#location .diraccess_item-ttl {
  text-align: center;
  font-size: clamp(10px, 1.8vw, 18px);
  line-height: 1.3888888889;
  letter-spacing: 0;
  margin-top: 1em;
}

#location .diraccess_item-ttl-sub {
  text-align: center;
  font-size: clamp(10px, 1.8vw, 12px);
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: .5em;
}

@media screen and (max-width: 768px) {
  #location .diraccess_item-ttl {
    font-size: clamp(10px, 3.199999992vw, 18px);
  }
}

#location .diraccess_item-date {
  background-color: #e6e6e6;
  color: #393332;
  font-size: 13px;
  line-height: 1.7;
  border: 1px solid currentColor;
  text-align: center;
  letter-spacing: 0;
  margin-top: 1.5em;
  max-width: 280px;
  width: 90%;
  margin-inline: auto;
}

#location .diraccess_other-item .diraccess_item-date {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #location .diraccess_item-date {
    font-size: clamp(7px, 1.066666659vw, 13px);
  }
}

@media screen and (max-width: 768px) {
  #location .diraccess_item-date {
    width: unset;
    padding: 0 1em;
  }
}

#location .diraccess_item-date span {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
	#location .diraccess_item-date span {
  font-size: 7px;
	}
}	
#location .diraccess_item-desc {
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0;
  margin-top: 0.8em;
}

@media screen and (max-width: 768px) {
  #location .diraccess_item-desc {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}

#location .diraccess_item-note {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 1.4em;
  padding-top: 1.5em;
  line-height: 1.3;
}

#location .diraccess_item-mix {
  -moz-column-gap: 5%;
  column-gap: 5%;
  row-gap: 10px;
  margin-top: 19px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#location .diraccess_item-mix .diraccess_item-ttl,
#location .diraccess_item-mix .diraccess_item-date {
  margin: 0;
}

#location .diraccess.diraccess_ikebukuro {
  background-color: #fff;
  background-image: url(../img/location/tokyo_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#location .diraccess_shinjuku {
  background-color: #393332;
}

#location .diraccess_shinjuku .diraccess_item.--white p {
  color: #fff;
}

#location .diraccess_shinjuku .diraccess_item-note {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  #location .diraccess_shinjuku .diraccess_item-note {
  }
}

@media screen and (max-width: 768px) {
  #location .diraccess_shinjuku .diraccess_item-note {
    margin-top: 0;
  }
}

#location .diraccess_shinjuku .diraccess_item .diraccess_item-date {
  color: #393332 !important;
}

#location .diraccess_shibuya {
  background-color: #EEEEEE;
}

#location .diraccess_shibuya .diraccess_item-note {
  /* margin-top: -175px; */
}

@media screen and (max-width: 1200px) {
  #location .diraccess_shibuya .diraccess_item-note {
    /* margin-top: -50px; */
  }
}

@media screen and (max-width: 768px) {
  #location .diraccess_shibuya .diraccess_item-note {
    margin-top: 0;
  }
}

#location .akabane_wrap {
  border-bottom: 36px solid #42A58E;
}

@media screen and (max-width: 768px) {
  #location .akabane_wrap {
    border-width: 18px;
  }
}

#location .akabane_wrap .akabane_visual {
  background-image: url(../img/location/akabane_lp_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 8.1% 0 6.1%;
}

@media screen and (max-width: 768px) {
  #location .akabane_wrap .akabane_visual {
    padding: 16% 0 14%;
  }
}

#location .akabane_wrap .akabane_visual .txt {
  padding: 2.5% 0 3.5%;
  text-align: center;
  background: linear-gradient(90deg, rgba(57, 51, 50, 0) 0%, rgba(47, 41, 41, 0.07) 3.72%, rgba(36, 30, 30, 0.41) 11.04%, rgba(29, 23, 24, 0.91) 21.36%, rgba(27, 21, 22, 0.95) 49.99%, rgba(29, 23, 24, 0.91) 78.64%, rgba(36, 30, 30, 0.41) 88.95%, rgba(47, 41, 41, 0.07) 96.28%, rgba(57, 51, 50, 0) 100%);
}

#location .akabane_wrap .akabane_visual .txt .ttl {
  color: #42A58E;
  font-weight: 400;
  font-size: 38px;
}

@media screen and (max-width: 768px) {
  #location .akabane_wrap .akabane_visual .txt .ttl {
    font-size: clamp(10px, 6.399999984vw, 38px);
  }
}

#location .akabane_wrap .akabane_visual .txt .ttl span {
  font-size: 49px;
}

@media screen and (max-width: 768px) {
  #location .akabane_wrap .akabane_visual .txt .ttl span {
    font-size: clamp(10px, 7.866666647vw, 49px);
  }
}

#location .akabane_wrap .akabane_visual .txt .sub {
  color: #fff;
  font-size: clamp(21px, 2.8vw, 28px);
  line-height: 1.6071428571;
  margin-top: 0.4em;
}

@media screen and (max-width: 768px) {
  #location .akabane_wrap .akabane_visual .txt .sub {
    font-size: clamp(10px, 5.066666654vw, 28px);
  }
}

#location .akabane_wrap .akabane_visual .txt .desc {
  font-size: 16px;
  line-height: 2.125;
  color: #fff;
  margin-top: 1em;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #location .akabane_wrap .akabane_visual .txt .desc {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}

/* #location .akabane_wrap .akabane_bg {
  background: url(../img/location/stats_bg.png) no-repeat center center / cover;
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-block: 50px;
}

#location .akabane_wrap .akabane {
  max-width: 1000px;
}

#location .akabane_wrap .akabane_statsList {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

#location .akabane_wrap .akabane_statsList-up {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2em;
}

#location .akabane_wrap .akabane_statsList-down {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2em;
}

@media screen and (max-width: 768px) {
  #location .akabane_wrap .akabane_statsList-up {
    flex-direction: column;
  }

  #location .akabane_wrap .akabane_statsList-down {
    flex-direction: column;
  }
}

#location .akabane_wrap .akabane_stats {
  width: 47.5%;
  background: #fff;
  padding: 1.5em;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

@media screen and (max-width: 768px) {
  #location .akabane_wrap .akabane_stats {
    width: 100% !important;
  }
}

#location .akabane_wrap .akabane_stats-ttl {
  border-top: 3px solid #42A58E;
  background: #393332;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 1.4705882353;
  padding: 0.6em 0.5em 0.8em;
}

@media screen and (max-width: 768px) {
  #location .akabane_wrap .akabane_stats-ttl {
    font-size: clamp(10px, 3.599999991vw, 17px);
  }
}

#location .akabane_wrap .akabane_stats-chart {}

#location .akabane_wrap .akabane .w30 {
  width: 30%;
}

#location .akabane_wrap .akabane .w35 {
  width: 35%;
}

#location .akabane_wrap .akabane .w26 {
  width: 26.1%;
}

#location .akabane_wrap .akabane .w47 {
  width: 47.5%;
} */

#location .place_ttl {
  font-size: clamp(10px, 2vw, 21px);
  line-height: 2;
  letter-spacing: 0.28em;
}

@media screen and (max-width: 768px) {
  #location .place_ttl {
    font-size: clamp(10px, 4.133333323vw, 21px);
  }
}

#location .place_ttl2 {
  font-size: clamp(10px, 1.5vw, 15px);
  line-height: 1.5333333333;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #location .place_ttl2 {
    font-size: clamp(10px, 3.333333325vw, 15px);
    color: #333;
  }
}

#location .place_ttl2 span {
  display: inline-block;
  font-size: clamp(8px, 1vw, 10px);
}

@media screen and (max-width: 768px) {
  #location .place_ttl2 span {
    font-size: 10px;
  }
}

#location .place_desc {
  font-size: clamp(10px, 1.4vw, 14px);
  line-height: 1.5714285714;
  letter-spacing: -0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid currentColor;
  margin-top: 0.6em;
  padding-top: 0.6em;
  text-align: justify;
}

#location .place_lead {
  padding-left: 100px;
  font-size: clamp(10px, 7vw, 72px);
  letter-spacing: 0;
  color: #42A58E;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #location .place_lead {
    font-size: clamp(35px, 6.533333317vw, 45px);
    padding-left: 0;
  }
}

#location .ito-vivio_flex {
	width: 100%;
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
}

#location .place_head {
	width: 100%;
}

#location .place_head-vivio {
	width: 100%;
}

#location .place_head .imgBox {
  width: 100%;
	/* height: 242.69px; */
}

#location .place_head-vivio .imgBox {
  width: 100%;
}

#location .place_head-vivio .imgBox  img{
	aspect-ratio: 490/242;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
	#location .ito-vivio_flex {
		flex-direction: column;
		width: 100%;
	}
	#location .place_head {
		width: 100%;
	}
	#location .place_head-vivio {
		width: 100%;
	}
  #location .place_head .imgBox {
    width: 100%;
  }
  #location .place_head-vivio .imgBox {
    width: 100%;
    translate: 0%;
  }
}

@media screen and (max-width: 768px) {
  #location .place_head .txtBox {
    position: static;
  }
}

#location .place_head .place_ttl {
  margin-top: 1.7em;
}

#location .place_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* margin-top: 57px; */
  gap: 20px;
}

@media screen and (max-width: 768px) {
  #location .place_list {
    margin-top: 40px;
  }
}

#location .place_item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 768px) {
  #location .place_item {
    width: 100%;
  }
}

#location .place_item .imgBox {
  align-self: flex-start;
}

@media screen and (max-width: 768px) {
  #location .place_item .imgBox {
    align-self: normal;
  }
}

#location .place_item .place_sub {}

#location .place_akabane {
  background-color: #fff;
  padding-block: 75px 35px;
}

@media screen and (max-width: 768px) {
  #location .place_akabane {
    padding-top: 35px;
  }
}

#location .place_akabane .com-content {
  max-width: 1000px;
}

#location .place_akabane p,
#location .place_akabane span {}

#location .place_akabane .place_head .txtBox {
  right: 10px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#location .place_akabane .place_head-vivio .txtBox {
  left: 10px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #location .place_akabane .place_head .txtBox {
    width: 100%;
  }
}

#location .place_akabane .place_head .txtBox .place_ttl {
  text-align: right;
}

@media screen and (max-width: 768px) {
  #location .place_akabane .place_head .txtBox .place_ttl {
    text-align: center;
    width: 100%;
  }
}

#location .place_akabane .place_head .txtBox .place_sub {
  width: 100%;
  margin-top: 12px;
}

#location .place_akabane .place_head-vivio .txtBox .place_sub {
  width: 100%;
  /* margin-top: 13.3%; */
}

@media screen and (max-width: 768px) {
  #location .place_akabane .place_head .txtBox .place_sub {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #location .place_akabane .place_head .imgBox {
    margin-top: 15px;
  }
}

#location .street{
  background-image: url(../img/location/street_bg.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}

#location .place_street {
  padding-block: 35px 80px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #location .place_street {
    background-size: cover;
		padding-block: 0;
  }
}

#location .place_street .com-content {
  max-width: 1000px;
  /* position: relative; */
}


#location .place_street .com-content .place_street_text {
	font-size: clamp(15px, 4vw, 40px);
	color: #42A58E;
}

#location .place_street .com-content .place_street_text .sub{
	font-size: clamp(10px, 3vw, 20px);
	color: #1B1516;
}
@media screen and (max-width: 768px) {
  #location .place_street .com-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }
}

#location .place_street .com-content .map-list_flex {
  display: flex;
	gap: 20px;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	#location .place_street .com-content .map-list_flex {
		flex-direction: column;
	}
}
#location .place_street .com-content .ttl {
	font-weight: 400;
  font-size: 38px;
}


#location .place_street p,
#location .place_street span {}

#location .place_street .place_head {
  /* padding-bottom: clamp(85px, -58.645px + 18.679vw, 300px); */
}

@media screen and (max-width: 768px) {
  #location .place_street .place_head {
    padding-bottom: 0;
  }
}


#location .place_street .place_head .imgBox {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #location .place_street .place_head .imgBox {
    background-color: #fff;
  }
}

#location .place_street .place_head .mapBox {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #location .place_street .place_head .mapBox {
    width: 100%;
    position: static;
    background-color: #fff;
  }
}

#location .place_street .place_head .mapBox figure {
  /* position: relative; */
  z-index: 1;
}

#location .place_street .place_head .txtBox {
  color: #FFF;
}

@media screen and (max-width: 768px) {
  #location .place_street .place_head .txtBox {
    padding-bottom: 0;
    margin-top: clamp(420px, 95.573px + 86.514vw, 760px);
  }
}

#location .place_street .place_head .txtBox .place_lead {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #location .place_street .place_head .txtBox .place_lead {
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

#location .place_street .place_head .txtBox .bot {}

#location .place_street .place_head .txtBox .bot .place_ttl {}

@media screen and (max-width: 768px) {
  #location .place_street .place_head .txtBox .bot .place_ttl {
    width: 100%;
    text-align: center;
    letter-spacing: 0.05em;
  }
}

#location .place_street .place_head .txtBox .bot .place_sub {}

@media screen and (max-width: 768px) {
  #location .place_street .place_head .txtBox .bot .place_sub {
    width: 100%;
    padding-right: 0;
  }
}

#location .place_street .place_head .txtBox .bot .place_desc {}

@media screen and (max-width: 768px) {
  #location .place_street .place_head .txtBox .bot .place_desc {
    width: 100%;
    text-align: center;
    font-size: clamp(12px, 8.183px + 1.018vw, 16px);
  }
}

#location .place_street .place_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #location .place_street .place_list {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 40px;
		width: 80%;
    margin: 50px auto 0;
    color: #FFF;
  }
}


#location .kaihastu {
	display: flex;
	width: 100%;
}


#location .kaihastu .kaihastu_image {
	width: 50%;
}

#location .kaihastu .kaihastu_image img {
	width: 100%;
	object-fit: cover;
}

#location .kaihastu .kaihastu_textarea {
	width: 50%;
	background-color: #EDE2C5;
	padding: 30px 20px;
}

#location .kaihastu .kaihastu_textarea .kaihastu_textarea__inner {
	max-width: 100%;
	width: 100%;
}

#location .kaihastu .kaihastu_textarea .kaihastu_title {
	font-size: 24px;
	margin: 0 0 20px;
}

#location .kaihastu .kaihastu_textarea .kaihastu_title .sub {
	font-size: 16px;
}

#location .kaihastu .kaihastu_textarea .map {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 20px;
}

#location .kaihastu .kaihastu_textarea .map .map_image {
	width: 50%;
}

#location .kaihastu .kaihastu_textarea .map .map_text {
	width: 50%;
	margin-top: 15px;
}

#location .kaihastu .kaihastu_textarea .map .map_text .kaihastu_desc {
	font-size: clamp(10px, 1.4vw, 14px);
	font-weight: 700;
	letter-spacing: -1px;
}

#location .kaihastu .kaihastu_textarea .map .map_text .kaihastu_desc-sub{
	font-size: 10px;
	font-weight: 700;
  letter-spacing: 0;
  margin: 5px 0;
  line-height: 1.3;
}



@media screen and (max-width: 1200px) {
	#location .kaihastu {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 20px 0 0;
	}
	
	#location .kaihastu .kaihastu_image {
		width: 100%;
	}

	#location .kaihastu .kaihastu_image img {
		width: 100%;
		object-fit: cover;
	}

	#location .kaihastu .kaihastu_textarea {
		width: 100%;
		background-color: #EDE2C5;
		padding: 30px 20px;
	}
	
	#location .kaihastu .kaihastu_textarea .kaihastu_title {
		font-size: 18px;
		margin: 0 0 20px;
	}

	#location .kaihastu .kaihastu_textarea .kaihastu_title .sub {
		font-size: 12px;
	}
}	


@media screen and (max-width: 600px) {
	#location .kaihastu .kaihastu_textarea .map {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 10px;
	}
	
	#location .kaihastu .kaihastu_textarea .map .map_image {
		width: 100%;
	}

	#location .kaihastu .kaihastu_textarea .map .map_text {
		width: 100%;
		margin-top: 15px;
	}
	
	#location .kaihastu .kaihastu_textarea .map .map_text .kaihastu_desc {
		font-size: 12px;
		font-weight: 700;
		letter-spacing: -1px;
	}

	#location .kaihastu .kaihastu_textarea .map .map_text .kaihastu_desc-sub{
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 0;
		margin: 5px 0 30px;
		line-height: 1.3;
	}
}

#location .deta-ranking .akabane_bg {
  background: url(../img/location/stats_bg.png) no-repeat center center / cover;
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-block: 50px;
}

#location .deta-ranking .akabane {
  max-width: 1000px;
}

#location .deta-ranking .akabane .deta-ranking_text {
  font-size: clamp(15px, 4vw, 40px);
	color: #42A58E;
}

#location .deta-ranking .akabane .deta-ranking_text .sub{
  font-size: clamp(10px, 3vw, 20px);
	color: #1B1516;
}

#location .deta-ranking .akabane_statsList {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

#location .deta-ranking .akabane_statsList-up {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2em;
	margin-top: 40px;
}

#location .deta-ranking .akabane_statsList-down {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2em;
}

@media screen and (max-width: 768px) {
  #location .deta-ranking .akabane_statsList-up {
    flex-direction: column;
  }

  #location .deta-ranking .akabane_statsList-down {
    flex-direction: column;
  }
}

#location .deta-ranking .akabane_stats {
  width: 47.5%;
  background: #fff;
  padding: 1.5em;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

@media screen and (max-width: 768px) {
  #location .deta-ranking .akabane_stats {
    width: 100% !important;
  }
}

#location .deta-ranking .akabane_stats-ttl {
  border-top: 3px solid #42A58E;
  background: #393332;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 1.4705882353;
  padding: 0.6em 0.5em 0.8em;
}

@media screen and (max-width: 768px) {
  #location .deta-ranking .akabane_stats-ttl {
    font-size: clamp(10px, 3.599999991vw, 17px);
  }
}

#location .deta-ranking .akabane_stats-chart {}

#location .deta-ranking .akabane .w30 {
  width: 30%;
}

#location .deta-ranking .akabane .w35 {
  width: 35%;
}

#location .deta-ranking .akabane .w26 {
  width: 26.1%;
}

#location .deta-ranking .akabane .w47 {
  width: 47.5%;
}







#location .urban_wrap {
  background-color: #fff;
}

#location .urban_wrap .urban {
  width: 100%;
  height: auto;
	padding: 10% 4%;
  /* aspect-ratio: 1207/465; */
  background: url(../img/location/urban_bg.webp) no-repeat center center / cover;
}

@media screen and (max-width: 768px) {
	#location .urban_wrap .urban {
		padding: 5% 2%;
	}
}

#location .urban_wrap .urban_lead {
  color: #42A58E;
  font-size: 32px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .urban_lead {
    font-size: clamp(10px, 5.599999986vw, 32px);
  }
}

#location .urban_wrap .urban_lead span {
  font-size: 48px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .urban_lead span {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #location .urban_wrap .urban_lead span {
    font-size: clamp(10px, 6.66666665vw, 40px);
  }
}

#location .urban_wrap .urban_ttl {
  font-size: 28px;
  line-height: 1.6053571429;
  color: #FFF;
  margin-top: 0.3em;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
	#location .urban_wrap .urban_ttl {
		font-size: 20px;
	}
}	

#location .urban_wrap .urban_desc {
  font-size: 16px;
  line-height: 2.125;
  color: #FFF;
  letter-spacing: 0;
  margin-top: 1em;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
	#location .urban_wrap .urban_desc {
		font-size: 12px;
	}
}	
#location .urban_wrap .place_nature {
  max-width: 1000px;
	padding: 37px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_nature {
    margin-top: 0;
  }
}

#location .urban_wrap .place_nature p,
#location .urban_wrap .place_nature span {
  color: #1B1516;
}

#location .urban_wrap .place_nature .left {
  width: calc((100% - 32px)/2);
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_nature .left {
    width: 100%;
  }
}

#location .urban_wrap .place_nature .right {
  width: calc((100% - 32px)/2);
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_nature .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    position: relative;
    margin-bottom: 40px;
  }
}

#location .urban_wrap .place_nature .right .p1 {
  font-size: clamp(10px, 3.5vw, 35px);
  line-height: 0.5;
  color: #42A58E;
  position: static;
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_nature .right .p1 {
    font-size: clamp(10px, 5.999999985vw, 35px);
  }
}

#location .urban_wrap .place_nature .right .p2 {
  font-size: clamp(10px, 1.9vw, 19px);
  line-height: 1.8421052632;
  letter-spacing: 0.12em;
  margin-top: 0.9em;
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_nature .right .p2 {
    font-size: clamp(10px, 3.866666657vw, 19px);
  }
}

#location .urban_wrap .place_nature .right .list {
  margin-top: 21px;
}

#location .urban_wrap .place_nature .right .list .item {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_nature .right .list .item {
    width: 100%;
  }
}

#location .urban_wrap .place_nature .place_sub {
  margin-top: 10px;
}

#location .urban_wrap .place_shopping {
  padding-bottom: 37px;
  background-color: rgba(234, 228, 210, 0.9);
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_shopping {
    padding: 40px 0;
  }
}

#location .urban_wrap .place_shopping p,
#location .urban_wrap .place_shopping span {
  color: #1B1516;
}

#location .urban_wrap .place_shopping .com-content {
  padding-top: 35px;
  /* max-width: 1000px; */
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_shopping .com-content {
    padding-top: 0;
  }
}

#location .urban_wrap .place_shopping .place_head {
  position: static;
}

#location .urban_wrap .place_shopping .place_head .txtBox {
  position: static;
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_shopping .place_head .txtBox {
    width: 100%;
  }
}

#location .urban_wrap .place_shopping .place_head .txtBox .place_lead {
  font-size: clamp(10px, 3.5vw, 35px);
  color: #42A58E;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_shopping .place_head .txtBox .place_lead {
    font-size: clamp(10px, 5.999999985vw, 35px);
  }
}

#location .urban_wrap .place_shopping .place_head .txtBox .bot {}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_shopping .place_head .txtBox .bot {
    margin-top: 0;
  }
}

#location .urban_wrap .place_shopping .place_head .txtBox .bot .place_ttl {
  margin-top: 0;
  font-size: clamp(10px, 1.9vw, 19px);
  line-height: 1.8421052632;
  letter-spacing: 0.12em;
  margin-top: 0.9em;
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_shopping .place_head .txtBox .bot .place_ttl {
    width: 100%;
    font-size: clamp(10px, 3.866666657vw, 19px);
    margin-top: 0.5em;
  }
}

#location .urban_wrap .place_shopping .place_head .txtBox .bot .place_sub {
  width: 48%;
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_shopping .place_head .txtBox .bot .place_sub {
    width: 100%;
  }
}

#location .urban_wrap .place_shopping .place_head .imgBox {
  width: 39.3%;
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_shopping .place_head .imgBox {
    width: 100%;
    margin-top: 20px;
  }
}

#location .urban_wrap .place_shopping .place_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_shopping .place_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

#location .urban_wrap .place_shopping .place_list .place_item .imgBox {
  text-align: center;
  width: 100%;
}

#location .urban_wrap .place_shopping .place_list .place_item .place_sub {}

#location .urban_wrap .place_shopping .place_list .place_item:nth-of-type(1) img,
#location .urban_wrap .place_shopping .place_list .place_item:nth-of-type(2) img{
  aspect-ratio: 480/300;
  object-fit: cover;
  object-position: top center;
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_shopping .place_list .place_item:nth-of-type(2) {
    padding-top: 0;
  }
}

#location .urban_wrap .place_shopping .place_list .place_item:nth-of-type(3) {
  flex-direction: row;
  /* margin-top: -35px; */
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_shopping .place_list .place_item:nth-of-type(3) {
    margin-top: 0;
  }
}

#location .urban_wrap .place_shopping .place_list .place_item:nth-of-type(3) .imgBox {
  flex-shrink: 0;
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_shopping .place_list .place_item:nth-of-type(3) .imgBox {
    width: 55%;
  }
}

#location .urban_wrap .place_shopping .place_list .place_item:nth-of-type(4) {
  flex-direction: row;
  /* padding-top: 50px; */
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_shopping .place_list .place_item:nth-of-type(4) {
    padding-top: 0;
  }
}

#location .urban_wrap .place_shopping .place_list .place_item:nth-of-type(4) .imgBox {
  flex-shrink: 0;
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  #location .urban_wrap .place_shopping .place_list .place_item:nth-of-type(4) .imgBox {
    width: 55%;
  }
}

#location .neighbor_wrap {
  /* border-top: 36px solid #42A58E; */
}

@media screen and (max-width: 768px) {
  #location .neighbor_wrap {
    /* border-width: 18px; */
  }
}

#location .neighbor_wrap .neightbor_banner {
  background-image: url(../img/location/neighbor_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 86px 0;
  /* margin-bottom: 10px; */
}

#location .neighbor_wrap .neightbor_banner p {
  text-align: center;
}

#location .neighbor_wrap .neightbor_banner p span {
  display: inline-block;
  color: #1B1516;
  border-bottom: 1px solid currentColor;
  font-size: 26px;
  line-height: 0.8;
  padding: 0 3em;
}

@media screen and (max-width: 768px) {
  #location .neighbor_wrap .neightbor_banner p span {
    font-size: clamp(10px, 4.799999988vw, 26px);
  }
}

#location .lifeinfo {
  padding: 67px 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #location .lifeinfo {
    padding: 40px 0;
  }
}

#location .lifeinfo .com-content {
  max-width: 1128px;
}

#location .lifeinfo_ttl {
  color: #231815;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #location .lifeinfo_ttl {
    font-size: clamp(10px, 4.799999988vw, 26px);
  }
}

#location .lifeinfo_lists {
  margin-top: 33px;
  display: flex;
  justify-content: center;
  gap: clamp(20px, -25.842px + 5.961vw, 60px);
}

@media screen and (max-width: 768px) {
  #location .lifeinfo_lists {
    flex-direction: column;
    align-items: center;
    gap: 90px;
  }
}

#location .lifeinfo_list.left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #location .lifeinfo_list.left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
  }
}

#location .lifeinfo_list.left::before {
  content: "LIFE INFORMATION";
  position: absolute;
  top: 125px;
  left: -190px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: 25px;
  color: #1B1516;
  rotate: 90deg;
}

@media screen and (max-width: 1400px) {
  #location .lifeinfo_list.left::before {
    opacity: 1;
  }
}

#location .lifeinfo_list.left .shopping {
  max-width: 370px;
  width: 100%;
}

#location .lifeinfo_list.left .park-public {
  max-width: 300px;
}

#location .lifeinfo_list.left .bank {
  max-width: 370px;
}

#location .lifeinfo_list.left .hospital {
  max-width: 300px;
}

@media screen and (max-width: 768px) {

  #location .lifeinfo_list.left .shopping,
  #location .lifeinfo_list.left .park-public,
  #location .lifeinfo_list.left .bank,
  #location .lifeinfo_list.left .hospital {
    width: 300px;
    max-width: none;
  }
}


#location .lifeinfo_list.right {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #location .lifeinfo_list.right {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: unset;
  }
}

#location .lifeinfo_list.right figure {
  max-width: 290px;
}

#location .lifeinfo_list.right::before {
  content: "LEISURE";
  position: absolute;
  top: 50px;
  left: -100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: 25px;
  color: #393332;
  rotate: 90deg;
}

@media screen and (max-width: 1400px) {
  #location .lifeinfo_list.right::before {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  #location .lifeinfo_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#location .lifeinfo_list .col2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

@media screen and (max-width: 768px) {
  #location .lifeinfo_list .col2 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

#location .lifeinfo_list .row2 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

@media screen and (max-width: 768px) {
  #location .lifeinfo_list .row2 {
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
}

/* Scss Document */
#access .com-content.w1100 {
  max-width: 1100px;
}

#access .com-content.w1000 {
  max-width: 1000px;
}

#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%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #access .main .main_txt {
    font-size: 7vw;
  }
}

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

#access .places {
  display: flex;
}

@media screen and (max-width: 768px) {
  #access .places {
    flex-wrap: wrap;
  }

  #access .places figure {
    width: 50%;
  }

  #access .places figure.sp_w100 {
    width: 100%;
  }
}

#access .places.row3 {
  flex-wrap: wrap;
}

#access .places.row3 figure {
	width: calc(100% /4 );
}

#access .places.row3 figure {
  aspect-ratio: 24 / 23;
}

#access .places.row3 figure img {
  height: 100%;
}

@media screen and (max-width: 768px) {
  #access .places.row3 figure {
    width: 50%;
  }

  #access .places.row3 figure.sp_w100 {
    width: 100%;
  }
}


#access .places.row4 {
  flex-wrap: wrap;
}

#access .places.row4 figure {
	width: calc(100% /5 );
}

#access .places.row4 figure {
  aspect-ratio: 24 / 23;
}

#access .places.row4 figure img {
  height: 100%;
}

@media screen and (max-width: 768px) {
  #access .places.row4 figure {
    width: 50%;
  }

  #access .places.row4 figure.sp_w100 {
    width: 100%;
  }
}

#access .infor_bg {
  background: linear-gradient(0deg, rgba(241, 238, 224, 0.6) 0%, rgba(241, 238, 224, 0.6) 100%), url(../img/access/infor_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
}

#access .train_wrap {}

#access .train_wrap .train_txt {
  background-color: #fff;
}

#access .train_wrap .txtBox {
  text-align: center;
  padding: 8.4% 0 5.4%;
}

#access .train_wrap .txtBox .lead {
  color: #231815;
  font-size: 40px;
  line-height: 0.66;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #231815;
  padding: 0 2em;
  letter-spacing: 0.19em;
}

@media screen and (max-width: 768px) {
  #access .train_wrap .txtBox .lead {
    width: 100%;
    padding: 0;
    font-size: clamp(10px, 5.33333332vw, 40px);
    letter-spacing: 0.1em;
  }
}

#access .train_wrap .txtBox .sub {
  color: #000003;
  font-size: 27px;
  line-height: 1.5925925926;
  letter-spacing: 0.16em;
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  #access .train_wrap .txtBox .sub {
    font-size: clamp(10px, 3.599999991vw, 27px);
  }
}

#access .train_wrap .txtBox .desc {
  color: #000003;
  line-height: 1.875;
  letter-spacing: 0em;
  font-size: 16px;
  margin-top: 1.8em;
}

@media screen and (max-width: 768px) {
  #access .train_wrap .txtBox .desc {
    font-size: clamp(10px, 2.66666666vw, 16px);
  }
}

#access .train_wrap .train_access {
  max-width: 995px;
  margin-top: 38px;
}

#access .train_access-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFFFFF;
}

#access .train_wrap .train_access-ttl {
  color: #FFFFFF;
  font-size: 23px;
}

@media screen and (max-width: 768px) {
  #access .train_wrap .train_access-ttl {
    margin-bottom: 0.8em;
    font-size: clamp(10px, 6.133333318vw, 23px);
  }
}

#access .train_wrap .train_access-sub {
  color: #FFF;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #access .train_wrap .train_access-sub {
    font-size: clamp(10px, 4.266666656vw, 16px);
  }
}

#access .train_wrap .train_access-sub span {
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  #access .train_wrap .train_access-sub span {
    font-size: clamp(10px, 5.866666652vw, 22px);
  }
}

#access .train_wrap .train_access .train_access-cnt+.train_access-cnt {
  margin-top: 27px;
}

#access .train_wrap .train_access-box {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 768px) {
  #access .train_wrap .train_access-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  #access .train_wrap .train_access-box figure {
    width: 100% !important;
    max-width: 270px;
  }
}

#access .train_access-wrapper {
  position: relative;
  padding-block: 85px;
}

@media screen and (max-width: 768px) {
  #access .train_access-wrapper {
    padding-block: 50px;
  }
}

#access .train_access-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/access/train_bg.webp) no-repeat center center / cover;
}

#access .train_wrap .train_map {
  max-width: 1100px;
}

#access .train_access-msg {
  margin-top: 30px;
  text-align: right;
  color: #FFFFFF;
  font-size: 12px;
}

#access .train_wrap .places {}

@media screen and (max-width: 768px) {
  #access .train_wrap .places {}
}

#access .sim_wrap {
  padding: 4.3% 0 4.6%;
}

#access .sim_wrap .com-content {
  max-width: 1000px;
}

#access .sim_wrap .sim_ttl {
  color: #231815;
  border-bottom: 1px solid #000003;
  text-align: center;
  line-height: 0.6;
  font-size: 23px;
}

@media screen and (max-width: 768px) {
  #access .sim_wrap .sim_ttl {
    font-size: clamp(10px, 4.399999989vw, 23px);
  }
}

#access .sim_wrap .sim_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  row-gap: 20px;
}

#access .sim_wrap .sim_box .sim_txt-1 {
  width: 48.5%;
}

@media screen and (max-width: 768px) {
  #access .sim_wrap .sim_box .sim_txt-1 {
    width: 100%;
  }
}

#access .sim_wrap .sim_box .sim_txt-2 {
  width: 48.7%;
}

@media screen and (max-width: 768px) {
  #access .sim_wrap .sim_box .sim_txt-2 {
    width: 100%;
  }
}

#access .sim_wrap .com-note {
  letter-spacing: 0;
  margin-top: 16px;
}

#access .taxi_wrap {
  padding: 2% 0;
  position: relative;
}

#access .taxi_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/access/taxi_bg.webp) no-repeat center center / cover;
}

#access .taxi_wrap .taxi {
  max-width: 1000px;
  padding: 5.9% min(5.3%, 69px) 5.7%;
}

@media screen and (max-width: 768px) {
  #access .taxi_wrap .taxi {
    padding: 10% 5.3%;
  }
}

#access .taxi_wrap .taxi_container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}

#access .taxi_wrap .taxi_body {
  flex-grow: 1;
}

#access .taxi_wrap .taxi_ttl {
  color: #fff;
  font-size: 23px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding-bottom: .5em;
}

@media screen and (max-width: 768px) {
  #access .taxi_wrap .taxi_ttl {
    font-size: clamp(10px, 4.399999989vw, 23px);
  }
}

#access .taxi_wrap .taxi_text {
  color: #fff;
  font-size: 12px;
  line-height: 1.5; 
  padding-bottom: .5em;
}
@media screen and (max-width: 768px) {
	#access .taxi_wrap .taxi_text {
  color: #fff;
  font-size: 10px;
  line-height: 2; 
  padding-bottom: .5em;
}
}
#access .taxi_wrap .taxi_sub {
  color: #fff;
  font-size: 23px;
  line-height: 1.4608695652;
  letter-spacing: 0.08em;
  margin-top: 0.8em;
}

@media screen and (max-width: 768px) {
  #access .taxi_wrap .taxi_sub {
    font-size: clamp(10px, 4.399999989vw, 23px);
  }
}

#access .taxi_wrap .taxi_desc {
  color: #fff;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 1.3846153846;
  margin-top: 1.2em;
}

@media screen and (max-width: 768px) {
  #access .taxi_wrap .taxi_desc {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}

@media screen and (max-width: 768px) {
  #access .taxi_wrap .taxi_desc {
    text-align: justify;
  }
}

#access .taxi_wrap .taxi_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#access .taxi_wrap .taxi_head-txt {
  width: 58%;
}

@media screen and (max-width: 768px) {
  #access .taxi_wrap .taxi_head-txt {
    width: 100%;
    text-align: center;
  }
}

#access .taxi_wrap .taxi_head-img {
  width: 37.5%;
  margin-top: -2.1%;
}

@media screen and (max-width: 768px) {
  #access .taxi_wrap .taxi_head-img {
    width: 70%;
    margin: 4% auto;
  }
}

#access .taxi_wrap .taxi_box {
  display: flex;
  justify-content: space-between;
  margin-top: 6%;
  row-gap: 20px;
}

#access .taxi_wrap .taxi_box-txt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

#access .taxi_wrap .taxi_box-txt p {
  text-align: center;
}

#access .taxi_wrap .taxi_box-item {
  width: 45%;
}

@media screen and (max-width: 768px) {
  #access .taxi_wrap .taxi_box-item {}
}

#access .taxi_wrap .taxi_box-item:nth-last-child(2),
#access .taxi_wrap .taxi_box-item:last-child {
  margin-top: auto;
}

@media screen and (max-width: 768px) {

  #access .taxi_wrap .taxi_box-item:nth-last-child(2),
  #access .taxi_wrap .taxi_box-item:last-child {
    margin-top: 15px;
  }
}

#access .taxi_wrap .taxi_box-item .ttl {
  font-size: clamp(10px, 1.8vw, 18px);
  letter-spacing: -0.1em;
  color: #fff;
  line-height: 1;
  background-color: #42A58E;
  padding: 0.6em 0;
}

@media screen and (max-width: 768px) {
  #access .taxi_wrap .taxi_box-item .ttl {
    font-size: clamp(10px, 3.733333324vw, 18px);
  }
}

#access .taxi_wrap .taxi_box-item .ttl span {
  margin-left: -0.5em;
  font-size: clamp(10px, 2.3vw, 23px);
}

@media screen and (max-width: 768px) {
  #access .taxi_wrap .taxi_box-item .ttl span {
    font-size: clamp(10px, 4.399999989vw, 23px);
  }
}

#access .taxi_wrap .taxi_box-item .price {
  color: #fff;
  font-size: clamp(10px, 1.8vw, 18px);
  letter-spacing: -0.1em;
  border-bottom: 2px solid #42A58E;
  margin-top: 0.1em;
  padding-bottom: 0.45em;
}

@media screen and (max-width: 768px) {
  #access .taxi_wrap .taxi_box-item .price {
    font-size: clamp(10px, 3.733333324vw, 18px);
  }
}

#access .taxi_wrap .taxi_box-item .price span {
  font-size: clamp(10px, 3.1vw, 31px);
  color: #C6B880;
}

@media screen and (max-width: 768px) {
  #access .taxi_wrap .taxi_box-item .price span {
    font-size: clamp(10px, 5.466666653vw, 31px);
  }
}

#access .taxi_wrap .taxi_box-item .note {
  color: #fff;
  font-size: clamp(10px, 1.3vw, 13px);
  letter-spacing: 0;
  line-height: 1.6153846154;
  margin-top: 0.9em;
}

#access .taxi_wrap .taxi_img {
  margin-inline: 0;
  width: 40%;
}

@media screen and (max-width: 768px) {
  #access .taxi_wrap .taxi_img {
    margin-inline: auto;
    width: 100%;
  }
}



#design .facade .com-content {
  max-width: 700px;
  margin: 0;
  padding-bottom: 3.5%;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #design .facade .com-content {
    text-align: left;
    width: 93%;
    margin: auto;
    margin-top: 20px;
  }
}

#design .facade .com-ttl {
  font-size: clamp(32px, 3vw, 38px);
  letter-spacing: 0.1em;
  text-align: left;
  color: #42A58E;
}

@media screen and (max-width: 768px) {
  #design .facade .com-ttl {
    font-size: clamp(20px, 10.458px + 2.545vw, 30px) !important;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

#design .facade .com-lead {
  /* font-size: clamp(20px, 3vw, 24px); */
}

#design .facade .com-txt {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 2%;
}

#design .facade .com_note {
  font-size: 11px;
  letter-spacing: 0;
  margin-top: 3%;
  text-align: left;
}

/* Scss Document */
#design .main {
  width: 100%;
  position: relative;
}

#design .fv-design {
  background: url(../img/design/fv_bg.webp) no-repeat center center;
  background-size: cover;
  padding: 40px 0 0;
}

@media screen and (max-width: 768px) {
  #design .fv-design {
    padding: 20px 20px 0;
  }
}

#design .fv-design_content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

/* #design .main_img {
  max-width: 400px;
} */
@media screen and (max-width: 768px) {
  #design .main_img {
    /*     max-width: 150px; */
  }
}

#design .fv_text {
  max-width: 430px;
}

@media screen and (max-width: 768px) {
  #design .fv_text {
    width: 130px;
  }
}

/* #design .facade .com-ttl, */
#design .approach .com-ttl,
#design .hall .com-ttl,
#design .material .com-ttl {
  font-size: clamp(32px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}

#design .approach .com-ttl {
  text-align: left;
}

@media screen and (max-width: 768px) {

  #design .facade .com-ttl,
  #design .approach .com-ttl,
  #design .hall .com-ttl,
  #design .material .com-ttl {
    font-size: 20px;
  }
}

#design .facade .com-lead,
#design .approach .com-lead,
#design .hall .com-lead,
#design .material .com-lead {
  font-size: clamp(16px, 8.651px + 0.956vw, 27px);
  line-height: 1.5925925926;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {

  #design .facade .com-lead,
  #design .approach .com-lead,
  #design .hall .com-lead,
  #design .material .com-lead {
    font-size: clamp(10px, 4.933333321vw, 27px);
  }
}

@media screen and (max-width: 768px) {

  #design .facade .com-lead,
  #design .approach .com-lead,
  #design .hall .com-lead,
  #design .material .com-lead {
    font-size: 18px;
  }
}

#design .facade .com-txt,
#design .approach .com-txt,
#design .hall .com-txt,
#design .material .com-txt {
  line-height: 2em;
  font-size: clamp(12px, 7.991px + 0.521vw, 18px);
  line-height: 1.875;
  letter-spacing: 0.15em;
  margin-top: 0;
}

@media screen and (max-width: 768px) {

  #design .facade .com-txt,
  #design .approach .com-txt,
  #design .hall .com-txt,
  #design .material .com-txt {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}

@media screen and (max-width: 768px) {

  #design .facade .com-txt,
  #design .approach .com-txt,
  #design .hall .com-txt,
  #design .material .com-txt {
    letter-spacing: 0.1em;
  }
}

#design .approach {
  position: relative;
	background-color: #000000;
  /* background: url(../img/design/approach_bg.webp) no-repeat center center / cover; */
	}

#design .approach_content {
	color: #ffffff;
  background: linear-gradient(to left, #000000, #a6a6a6);
	padding: 48px 0 ;
	
}
#design .approach_content .h2-title {
	padding-top: 20px;
	text-align: center;
	margin: 0;
}

#design .approach .com-content {
  padding: 86px 0px;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #design .approach .com-content {
    padding: 50px 0;
  }
}

#design .approach .com-ttl {
  padding-bottom: 20px;
}

#design .material {
  background: #fff;
  padding: 105px 0 85px;
  margin-inline: 100px;
}

@media screen and (max-width: 768px) {
  #design .material {
    padding: 50px 0;
    margin-inline: unset;
  }
}

#design .material .com-content {
  padding: 34px 0;
}

@media screen and (max-width: 768px) {
  #design .material .com-content {
    padding: 20px 0;
  }
}

#design .material .material_ttl {
  font-size: clamp(22px, 6vw, 28px);
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  #design .material .material_ttl {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
}

#design .material .com-lead {
  font-size: 16px;
  letter-spacing: 0;
}

#design .material figure {
  width: 100%;
  max-width: 1000px;
  /*   margin: 0 auto; */
}
#design .material-img {
	width: 50%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #design .material figure {
    width: 90%;
  }
}

#design .hall {
  padding-top: 100px;
  padding-bottom: 80px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #design .hall {
    padding-top: 50px;
  }
}

#design .hall .com-lead {
  font-size: clamp(22px, 6vw, 28px);
  letter-spacing: 0.2em;
}

#design .hall .com-txt {
  font-size: 16px;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  #design .hall .com-txt {
    margin-top: 0.8em !important;
  }
}

#design .hall .com-content {
  padding: 34px 0 60px;
}

@media screen and (max-width: 768px) {
  #design .hall .com-content {
    padding: 20px 0 20px;
  }
}

#design .hall .img_hall {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #design .hall .img_hall {
    width: 90%;
  }
}

#design .facade {
  position: relative;
  padding-left: 30px;
  margin-block: 15px;
}

@media screen and (max-width: 768px) {
  #design .facade {
    margin-block: 0;
    padding-left: 0px;
  }
}

#design .facade .facade_content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  gap: 40px;

}

@media screen and (max-width: 1315px) {
  #design .facade .facade_content {
    padding-top: 0;
  }
}

@media screen and (max-width: 1050px) {
  #design .facade .facade_content {
    padding-top: 0;
  }
}

@media screen and (max-width: 930px) {
  #design .facade .facade_content {
    padding-top: 0;
  }
}

@media screen and (max-width: 880px) {
  #design .facade .facade_content {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #design .facade .facade_content {
    padding-top: 0;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
}

#design .facade .img_facade {
  max-width: 45vw;
  min-height: 600px;
  align-content: center;
}

@media screen and (max-width: 768px) {
  #design .facade .img_facade {
    width: 85vw;
    min-height: unset;
    max-width: unset;
  }
}

/* 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%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #plan .main .main_txt {
    font-size: 7vw;
  }
}

#plan .intro_type_wrap .intro_type_txt {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 11.2rem 0 9rem;
}

@media screen and (max-width: 768px) {
  #plan .intro_type_wrap .intro_type_txt {
    padding: 9% 0 10%;
  }
}

#plan .intro_type_wrap .intro_type_txt.--first {
  background-image: url(../img/plan/img01.jpg);
}

#plan .intro_type_wrap .intro_type_txt.--second {
  background-image: url(../img/plan/img02.jpg);
}

#plan .intro_type_wrap .intro_type_txt.--first,
#plan .intro_type_wrap .intro_type_txt.--second {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  /* 背景を後ろに */
  overflow: hidden;
}

/* 背景の暗さだけに適用 */
#plan .intro_type_wrap .intro_type_txt.--first::before,
#plan .intro_type_wrap .intro_type_txt.--second::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

@media screen and (max-width: 768px) {}

/* テキスト部分は前面に出す */
#plan .intro_type_wrap .intro_type_txt .com-content {
  position: relative;
  z-index: 2;
}

#plan .intro_type_wrap .type {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin: 0 auto 4.8rem;
}

#plan .intro_type_wrap .type span {
  font-size: 80px;
}

/* 
#plan .intro_type_wrap .type {
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #plan .intro_type_wrap .type {
    margin-bottom: 4.5%;
  }
}
#plan .intro_type_wrap .com-lead {
  font-size: 40px;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #plan .intro_type_wrap .com-lead {
    font-size: clamp(10px, 5.33333332vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  #plan .intro_type_wrap .com-lead {
    letter-spacing: 0;
    margin-bottom: 10px;
  }
} */
#plan .intro_type_wrap .com-txt {
  margin-top: 2rem;
  font-size: 16px;
  color: #fff;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  #plan .intro_type_wrap .com-txt {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}

@media screen and (max-width: 768px) {
  #plan .intro_type_wrap .com-txt {
    letter-spacing: 0.05em;
  }
}

#plan .intro_type_wrap-first .intro_type_txt {
  background-image: url(../img/plan/img01.jpg);
}

#plan .intro_type_wrap-second .intro_type_txt {
  background-image: url(../img/plan/img01.jpg);
}

#plan .intro_type_wrap .intro_type_txt.--b1 {
  /*   background-image: url(../img/plan/bg_01.png); */
}

#plan .intro_type_wrap .type {
  width: 30%;
  max-width: 216px;
}

#plan .intro_type_wrap .intro_type_txt.--b2 {
  /*   background-image: url(../img/plan/bg_02.png); */
}

#plan .btn_wrap {
  padding: 11.7rem 0;
}

@media screen and (max-width: 768px) {
  #plan .btn_wrap {
    padding: 12% 0;
  }
}

#plan .btn_wrap .btn_box {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3.2rem 1%;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box {
    gap: 1.6rem 4%;
  }
}

#plan .btn_wrap .btn_box a {
  width: 24%;
  background-color: #42A58E;
  display: flex;
  flex-direction: column;
  padding: 4% 2% 3.5% 2%;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box a {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box a {
    padding: 1.7rem 1rem;
  }
}

#plan .btn_wrap .btn_box .type {
  font-size: 55px;
  line-height: 0.47;
}

@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .type {
    font-size: clamp(10px, 8.666666645vw, 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.99999999vw, 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: 7px 0 10px;
  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 18px;
  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: 29px;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .size {
    font-size: clamp(10px, 5.199999987vw, 29px);
  }
}

#plan .btn_wrap .btn_box .size span {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .size span {
    font-size: clamp(10px, 3.733333324vw, 18px);
  }
}

#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: 16px;
  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: #bd9e5f;
  padding: 12px 0;
  margin-top: auto;
}

/* type
*******************************************/
#type .main .main_txt {
  font-size: 36px;
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 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.jpg) no-repeat center center/cover;
  padding: 100px 0;
}

#type .type_wrap .com-content {
  max-width: 1080px;
  background: #fff;
}

#type .type_wrap .spec-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap {
    align-items: center;
  }
}

#type .type_wrap .spec-wrap .type {
  font-size: 74px;
  color: #fff;
  background-color: #42A58E;
  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: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  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;
  }
}

#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;
}

@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .down .roomnum {
    font-size: 3.866666657vw;
  }
}

#type .type_wrap .type_img {
  margin: 6rem auto;
  padding-bottom: 6rem;
  max-width: 100%;
}

#type .type_wrap .type_img img {
	max-height: 100vh;
	object-fit: contain;
	object-position: center;
}

/* #type .type_wrap .a_type {
  width: 40rem;
} */

#type .type_wrap.a_type .type_img {
  width: 42rem;
}

#type .type_wrap.b_type .type_img {
  width: 34rem;
}

#type .type_wrap.b_prime_type .type_img  {
  width: 48rem;
}

#type .type_wrap.c1_type .type_img {
  width: 45rem;
}

#type .type_wrap.c2_type .type_img {
  width: 47rem;
}

#type .type_wrap.d_type .type_img {
  width: 55rem;
}

#type .type_wrap.e_type .type_img {
  width: 31rem;
}

#type .type_wrap.e_prime_type .type_img {
  width: 60rem;
}

#type .type_wrap.f1_type .type_img {
  width: 48rem;
}

#type .type_wrap.f1_prime_type .type_img {
  width: 40rem;
}

#type .type_wrap.f2_type .type_img {
  width: 57rem;
}

#type .type_wrap.f2_prime_type .type_img {
  width: 40rem;
}

@media screen and (max-width: 768px) {		
	#type .type_wrap .type_img {
		margin: 6rem auto;
		padding-bottom: 6rem;
		max-width: 100%;
	}

	#type .type_wrap .type_img img {
		max-height: 100vh;
		object-fit: contain;
		object-position: center;
	}

	#type .type_wrap.a_type .type_img {
		width: 30rem;
	}

	#type .type_wrap.b_type .type_img {
		width: 24rem;
	}

	#type .type_wrap.b_prime_type .type_img  {
		width: 35rem;
	}

	#type .type_wrap.c1_type .type_img {
		width: 36rem;
	}

	#type .type_wrap.c2_type .type_img {
		width: 36rem;
	}

	#type .type_wrap.d_type .type_img {
		width: 35rem;
	}

	#type .type_wrap.e_type .type_img {
		width: 20rem;
	}

	#type .type_wrap.e_prime_type .type_img {
		width: 35rem;
	}

	#type .type_wrap.f1_type .type_img {
		width: 30rem;
	}

	#type .type_wrap.f1_prime_type .type_img {
		width: 32rem;
	}

	#type .type_wrap.f2_type .type_img {
		width: 30rem;
	}

	#type .type_wrap.f2_prime_type .type_img {
		width: 25rem;
	}
	
} 

.btn_print {
  background: #BD9E5F;
  width: 80%;
  max-width: 380px;
  height: auto;
  display: block;
  margin: 100px auto 0;
  color: #000;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  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: 100%;
  }

  #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 {
		width: 100%;
    margin: 0 auto;
  }
    #type .type_wrap .type_img.b_type_img {
      width: 40%;
  }
/* 
  #type .type_wrap.a_type .type_img,
  #type .type_wrap.c_type .type_img {
    width: 70% !important;
    max-width: 70% !important;
  }

  #type .type_wrap.b_type .type_img {
    width: 70% !important;
    max-width: 70% !important;
  }

  #type .type_wrap.middle_type .type_img {
    width: 45% !important;
    max-width: 45% !important;
  }

  #type .type_wrap.e_type .type_img {
    width: 70% !important;
    max-width: 70% !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 {
  /*********************************************/
}

#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 .main .main_txt {
  font-size: 36px;
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  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 .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: bold;
  color: #42A58E;
  border-bottom: 1px solid #000000;
}

#equipment .equip_list_wrap .ttl_box:not(:first-of-type) {
  padding-top: 40px;
}

#equipment .equip_list_wrap .ttl_box h3 {
  font-size: clamp(22px, 3vw, 36px);
  letter-spacing: 5px;
  line-height: 0.6;
  padding-bottom: 8px;
}

#equipment .equip_list_wrap .ttl_box h3 img {
  height: 100%;
  vertical-align: initial;
  width: auto;
}

#equipment .equip_list_wrap .equip_list {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

#equipment .equip_list_wrap .equip_list .top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2%;
}

@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top {
    width: 100%;
		flex-direction: column;
    gap: 20px;
  }
}

#equipment .equip_list_wrap .equip_list .top li.--bath .oidaki {
  position: relative;
}

#equipment .equip_list_wrap .equip_list .top li.--bath .oidaki::before {
  content: "";
  width: 100px;
  height: 100px;
  background-image: url(../img/equipment/oidaki.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10px;
  left: 10px;
}

#equipment .equip_list_wrap .equip_list .top li:first-child {
  width: 64.7%;
}

@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:first-child figure {
  height: 100%;
}

#equipment .equip_list_wrap .equip_list .top li:first-child figure img {
	aspect-ratio: 878/1001;
}

#equipment .equip_list_wrap .equip_list .top li.tbox { 
  width: 29.75%;
}

#equipment .equip_list_wrap .equip_list .top li.tbox img {
	display: block;
	width: 76%;
	aspect-ratio: 307/182;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#equipment .equip_list_wrap .equip_list .top li.tbox img {
		width: 100%;
	}
}	
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top li.tbox {
    width: 100%;
    display: flex;
		flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
	
	#equipment .equip_list_wrap .equip_list .top li.tbox div {
		width: 100%;
	}
}

#equipment .equip_list_wrap .equip_list .top li.tbox div {
  margin-bottom: 6.8%;
}

#equipment .equip_list_wrap .equip_list .top li.tbox div:last-child {
  margin-bottom: 0;
}

#equipment .equip_list_wrap .equip_list .bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .bottom {
    width: 100%;
    margin: 0;
    gap: 20px;
		
  }
}

#equipment .equip_list_wrap .equip_list .bottom li {
  width: 29.5%;
  margin-bottom: 4%;	
}

@media screen and (max-width: 768px) {
	#equipment .equip_list_wrap .equip_list .bottom li {
		width: 100%;
		margin-bottom: 4%;	
	}	
}	

#equipment .equip_list_wrap .equip_list .bottom li img {
	display: block;
	width: 76%;
	aspect-ratio: 307/182;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#equipment .equip_list_wrap .equip_list .bottom li img {
		width: 100%;
	}
}	
#equipment .equip_list_wrap .equip_list .bottom  li figure .bath-1  {
  width: 58.8%;
	display: block;
	margin: 0 auto;
	aspect-ratio: 311/238;
}

@media screen and (max-width: 768px) {
	#equipment .equip_list_wrap .equip_list .bottom  li figure .bath-1  {
		width: 70%;
	}	
}	
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .top .bottom li {
    width: 100%;
		
  }
}

#equipment .equip_list_wrap .equip_list .bottom li.w47 {
  width: 100%;
}

#equipment .equip_list_wrap .equip_list .bottom2 {
  max-width: 590px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .bottom2 {
    margin-bottom: 20px;
  }
}

#equipment .equip_list_wrap .equip_list .left {
  width: 31%;
}

@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .left {
    width: 100%;
    margin-bottom: 6%;
  }
}

#equipment .equip_list_wrap .equip_list .left .function {
  position: relative;
}

#equipment .equip_list_wrap .equip_list .left .function::after {
  content: "";
  background: url(../img/equipment/1ldk/bath_function.png) 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 {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .right {
    width: 100%;
  }
}

#equipment .equip_list_wrap .equip_list .right .w47 {
  width: 47%;
}

#equipment .equip_list_wrap .equip_list .sani {
  display: grid;
  grid-template-columns: 280px 1fr;
  /* 左側の幅200px、右側自動伸縮 */
  grid-template-rows: auto auto;
  /* 2行作成 */
  gap: 10px 20px;
  /* グリッド要素の間隔を10pxに設定 */
  /* 左カラム（左1列分）は2行分を縦に連結して使用 */
  /* 右上は2列目×1行目に配置 */
  /* 右下は2列目×2行目に配置 */
}

@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .sani {
		
    grid-template-columns: 1fr;
    /* SPでは1列に */
    grid-template-rows: 1fr;
    /* 3行に */
    gap: 20px;
    /* 間隔を調整 */
  }
}

#equipment .equip_list_wrap .equip_list .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 {
    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 {
  height: 440px;
	/* aspect-ratio: 580/782; */
  /* -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 {
    height: auto;
  }
}

#equipment .equip_list_wrap .equip_list .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 {
    grid-column: 1;
    /* SPでは1列目 */
    grid-row: 2;
    /* SPでは2行目 */
    width: 47%;
    /* 横幅を47%に */
  }
}

#equipment .equip_list_wrap .equip_list .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 {
    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 {
  border-top: 2px dotted #000;
}

@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .sani .right-bottom.--dotline {
    border-top: none;
  }
}

#equipment .equip_list_wrap .equip_list .sani .w31 {
  width: 31%;
  margin-bottom: 6%;
}

#equipment .equip_list_wrap .equip_list .sani .w29 {
  width: 29.5%;
  margin-bottom: 6%;
}

#equipment .equip_list_wrap .equip_list .sani .w47 {
  width: 47%;
  margin-bottom: 6%;
}

@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .sani .w47 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .sani .sp_w47 {
    width: 47%;
  }
}

#equipment .equip_list_wrap .equip_list .name {
  font-size: clamp(14px, 3vw, 22px);
  color: #000003;
  text-align: center;
  margin: 10px 0;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .name {
    margin: 2vw 0;
    white-space: nowrap;
  }
}

#equipment .equip_list_wrap .equip_list .name span {
  font-size: 13px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .name span {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}

#equipment .equip_list_wrap .equip_list .txt {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6666666667;
  color: #000000;
}

@media screen and (max-width: 768px) {
	#equipment .equip_list_wrap .equip_list .txt {
		text-align: center;
	}	
}	

#equipment .equip_list_wrap .equip_list .txt span {
  font-size: clamp(14px, 2vw, 12px);
}

#equipment .equip_list_wrap .equip_list .com-note {
  position: absolute;
  right: 0;
  bottom: -20px;
}

#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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #equipment .equip_list_wrap .equip_list .top li:last-child div {
    width: 100%;
  }

  #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 100px;
}

@media screen and (max-width: 768px) {
  #equipment .oneR {
    padding: 30px 0 10px;
  }
}

#equipment .oneLdk_wrap {
  background: #F0F4F2;
  padding: 100px 0 154px;
}

@media screen and (max-width: 768px) {
  #equipment .oneLdk_wrap {
    padding: 21px 0 17px;
  }
}

#equipment .struct_bg .ldk_ttl {
  padding-top: 5rem;
}

#equipment .ldk_ttl {
  font-size: clamp(32px, 5vw, 48px);
  text-align: left;
  color: #000000;
  line-height: 1;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #equipment .ldk_ttl {
    color: #000000;
  }
}

#equipment .ldk_ttl small {
  font-size: clamp(20px, 5vw, 40px);
  font-weight: 400;
}

#equipment .ldk_lead {
  font-size: clamp(22px, 3vw, 34px);
  text-align: left;
  color: #231815;
  font-weight: 600;
  padding: 25px 0 28px;
}

@media screen and (max-width: 768px) {
  #equipment .ldk_lead {
    padding: 10px 0 10px;
    color: #000000;
  }
}

#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 .security_wrap .ttl_box {
  width: 100%;
  margin: 6.4% auto 2.8%;
  border-bottom: 1px solid #222;
  color: #000;
}

#equipment .security_wrap .ttl_box p {
  text-align: left;
  line-height: 0.6;
  font-size: 28px;
  color: #000;
}

@media screen and (max-width: 768px) {
  #equipment .security_wrap .ttl_box p {
    text-align: left;
    line-height: unset;
    font-size: clamp(22px, 3vw, 34px);
  }
}

#equipment .security_wrap .secu_t1 {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

#equipment .security_wrap .secu_t2 {
  font-size: 14px;
  margin-top: 24px;
  line-height: 1.4285714286;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_t2 {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}

@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;
  line-height: 0.77;
  margin-bottom: 3.4rem;
}

@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_lead {
    font-size: clamp(10px, 4.666666655vw, 25px);
  }
}

#equipment .security_wrap .secu_main_wrap {
  padding: 4.6% 0 5.6%;
  width: 100%;
  position: relative;
  background: url("../img/equipment/secu_main.png") 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: rgb(59, 90, 111);
  background: linear-gradient(90deg, rgb(59, 90, 111) 0%, rgba(0, 36, 73, 0) 100%);
}

#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;
    color: #fff;
  }
}

#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: #000000;
}

#equipment .security_wrap .security_bg {
  background: url("../img/equipment/secu_bg.png") 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: flex;
  align-items: center;
  -moz-column-gap: 3%;
  column-gap: 3%;
}

@media screen and (max-width: 768px) {
  #equipment .security_wrap .point-wrap .copy-area .copy-box {
    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: flex;
  flex-wrap: wrap;
  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: flex;
    flex-wrap: wrap;
    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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#equipment .security_wrap .merit-wrap .left {
  width: 30%;
  display: flex;
  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: linear-gradient(90deg, rgb(0, 184, 238) 0%, rgb(28, 80, 161) 100%);
  border-radius: 10px;
  left: 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: 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: linear-gradient(90deg, rgb(0, 184, 238) 0%, rgb(28, 80, 161) 100%);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.2% 4.5% 1.5% 4.3%;
  border-radius: 0.5rem;
  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: #F0F4F2;
  padding: 4% 0 6.9%;
  color: #1A1A1A;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap {
    padding-top: 60px;
  }
}

#equipment .security_wrap .secu_list_wrap .ttl_box {
  width: 100%;
  margin: 0;
  margin-bottom: 32px;
  font-weight: bold;
  color: #1A1A1A;
  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(32px, 3vw, 36px);
}

@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, 18px);
  letter-spacing: 0.02em;
  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_2 {
  display: flex;
  position: relative;
  flex-direction: column;
}

#equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box {
  display: flex;
  gap: 16px;
  z-index: 1;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box {
    gap: 10px;
    width: 100%;
    margin-bottom: 35px;
  }
}

#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;
  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: flex;
  gap: 10px;
}

#equipment .security_wrap .secu_list_wrap .alsok_box-1 .tbox img {
  width: 125px;
}

#equipment .security_wrap .secu_list_wrap .alsok_box-1 .tbox .secu_t2 {
  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: 3.2rem;
  padding-right: 7%;
	
}

#equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .w100 {
  width: 100%;
}

@media screen and (max-width: 768px) {
	#equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .w100 {
  width: 80%;
	}
}	

@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-2 .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;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}


#equipment .security_wrap .secu_list_wrap .secu_list_box li {
	margin-bottom: 45px;
}

#equipment .security_wrap .secu_list_wrap .secu_list_box li figure .secu-img {
	aspect-ratio: 302/188;
}


@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: flex;
  gap: 12px;
}

@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex {
    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;
  color: #231815;
  text-align: center;
  margin: 0.5em 0;
  letter-spacing: 0;
  line-height: 1.4705882353;
}

@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 .txt {
  font-size: 12px;
  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: clamp(10px, 2.933333326vw, 12px);
  }
}

@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: 0.75em 0 0.75em;
}

@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_item_box .name {
    margin: 0.75em 0 0.75em;
  }
}

#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.6;
  }
}

#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%;
  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%;
  align-self: center;
}

@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .merit-wrap .arrowBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5% 0;
    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: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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);
}

#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: #42A58E;
  padding: 1.5% 0 6.5%;
}

#equipment .fasility_wrap .ttl_box {
  width: 100%;
  margin: 6.4% auto 2.8%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

#equipment .fasility_wrap .ttl_box p {
  text-align: left;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #equipment .fasility_wrap .ttl_box p {
    letter-spacing: 0.2em;
    line-height: 1;
  }
}

#equipment .fasility_wrap .facility_list_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#equipment .fasility_wrap .facility_list_box li {
  margin-bottom: 30px;
}

#equipment .fasility_wrap .facility_list_box li.w23 {
  width: 23%;
}

@media screen and (max-width: 768px) {
  #equipment .fasility_wrap .facility_list_box li.w23 {
    width: 48%;
  }
}

#equipment .fasility_wrap .facility_list_box li.pet .txt {
  letter-spacing: 0.2rem;
}

#equipment .fasility_wrap .facility_list_box li.refi .com-cap {
  right: initial;
  left: 10px;
}

#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;
}

#equipment .struct_bg {
  background: url(../img/equipment/struct_bg.png) center center/cover no-repeat;
  padding-bottom: 47px;
}

#equipment .struct_wrap .struct_ttl {
  background: url(../img/equipment/struct_mainbg.png) center center/cover no-repeat;
  padding: 4% 0 4%;
  position: relative;
  height: 420px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_ttl {
    padding: 10% 0 10%;
    height: 280px;
  }
}

#equipment .struct_wrap .main_box {
  text-align: left;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  color: #fff;
}

@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;
}

#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 {
  padding-top: 6.1%;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box {
    padding: 5vw 2vw 3vw;
  }
}

#equipment .struct_wrap .struct_box .lead {
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  color: #1A1A1A;
}

#equipment .struct_wrap .struct_box .survey_list {
  width: 100%;
  margin: 2.9% auto 0;
  display: flex;
  flex-wrap: wrap;
  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: 3.4rem;
}

#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.w100 {
  width: 100%;
}

#equipment .struct_wrap .struct_box .survey_list li .name {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #1A1A1A;
  text-align: center;
  background-color: #DDC184;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: space-between;
}

#equipment .struct_wrap .struct_box .struct_list li {
  width: 31.3%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}


#equipment .struct_wrap .struct_box .struct_list li.w200 figure {
  width: 209%;
  margin-top: unset;
}

#equipment .struct_wrap .struct_box .struct_list li.w200 figure img {
  max-height: 210px;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li.w200 figure {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li {
    width: 100%;
    margin-bottom: 25px;
  }
}

#equipment .struct_wrap .struct_box .struct_list 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: flex;
  align-items: center;
  height: 3.5em;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li .name {
    height: auto;
    padding-bottom: 5px;
  }
}

#equipment .struct_wrap .struct_box .struct_list li .txt {
  font-size: 16px;
  line-height: 1.6923076923;
  letter-spacing: 0;
  font-weight: 500;
  color: #1A1A1A;
  text-align: justify;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li .txt {
    margin-bottom: 1rem;
  }
}

#equipment .struct_wrap .struct_box .struct_list li .margin1 {
  margin-bottom: 159px;
}

@media screen and (max-width: 768px) {
	#equipment .struct_wrap .struct_box .struct_list li .margin1 {
		margin-bottom: 0;
	}
}

#equipment .struct_wrap .struct_box .struct_list li .txt.--h136 {
  height: 136px;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li .txt.--h136 {
    height: unset;
  }
}

#equipment .struct_wrap .struct_box .struct_list li .txt span {
  font-size: clamp(12px, 2vw, 14px);
}

#equipment .struct_wrap .struct_box .struct_list li figure {
  width: 60%;
  margin: 0 auto;
  margin-top: auto;
}

#equipment .struct_wrap .struct_box .struct_list li figure.w80 {
  width: 80%;
}

#equipment .struct_wrap .struct_box .struct_list li figure.w100 {
  width: 100%;
  margin-top: unset;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li figure.w100 {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li figure {
    margin-top: 5px;
  }
}

#equipment .struct_wrap .struct_box .struct_list li.jio .name {
  border-bottom: none;
}

#equipment .struct_wrap .struct_box .struct_list li.jio figure {
  margin-top: 0;
  padding: 20px 14px 0 20px;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li.jio figure {
    padding: 0 15px;
  }
}

#equipment .struct_wrap .struct_box .struct_list li.jio .txt {
  font-size: 15px;
  line-height: 1.4666666667;
  margin-block: 10px;
  width: 105%;
}

#equipment .struct_wrap .struct_box .struct_list li.jio .note {
  background-color: #ecf5f7;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.5384615385;
  letter-spacing: 0;
  margin-top: 10px;
}

#equipment .struct_wrap .struct_box .struct_list.struct_list-2 {
  margin-top: 25px;
}

#equipment .struct_wrap .struct_box .struct_list.struct_list-2 li {
  margin-bottom: 40px;
}

#equipment .struct_wrap .struct_box .struct_list.struct_list-2 li:nth-of-type(1) {
  padding-top: 4.1%;
}

#equipment .struct_wrap .struct_box .struct_list.struct_list-2 li:nth-of-type(2) {
  padding-top: 5%;
  padding-right: 6%;
}

#equipment .struct_wrap .struct_box .struct_list.struct_list-2 li:nth-of-type(3) {
  padding: 0 1.6%;
}

#equipment .struct_wrap .struct_box .struct_bnr {
  margin-top: 2rem;
  padding: 2rem;
  border: 4px solid #09387b;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr {
    padding: 1rem;
  }
}

#equipment .struct_wrap .struct_box .struct_bnr figure {
  width: 150%;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr figure {
    width: 150%;
    margin-bottom: 1rem;
  }
}

#equipment .struct_wrap .struct_box .struct_bnr .name {
  font-size: 24px;
  text-align: center;
  color: #d76a49;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr .name {
    font-size: 16px;
    margin-bottom: 1rem;
    text-align: left;
    padding: 0 1rem;
  }
}

#equipment .struct_wrap .struct_box .struct_bnr .txt {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000003;
  text-align: left;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr .txt {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr .txt {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    padding: 0 1rem;
  }
}

#equipment .struct_wrap .struct_box .struct_bnr .txt-bg {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000003;
  background-color: #c9c9ca;
  padding: 5px;
  text-align: left;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr .txt-bg {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr .txt-bg {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    padding: 0 1rem;
  }
}

#equipment .struct_wrap .struct_box .struct_bnr .txt-2 {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #0000039d;
  text-align: center;
  margin-top: 1rem;
  background-color: #ebebeb;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr .txt-2 {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr .txt-2 {
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    padding: 1.5rem 1rem;
  }
}

#equipment .struct_wrap .struct_box .construct_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#equipment .struct_wrap .struct_box .construct_list li {
  width: 50%;
  padding: 30px 4% 30px;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  #equipment .struct_wrap .struct_box .construct_list li.pl0 {
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  #equipment .struct_wrap .struct_box .construct_list li.pr0 {
    padding-right: 0;
  }
}

#equipment .struct_wrap .struct_box .construct_list li:nth-child(5),
#equipment .struct_wrap .struct_box .construct_list li:nth-child(7) {
  width: 31.93%;
}

@media screen and (max-width: 768px) {

  #equipment .struct_wrap .struct_box .construct_list li:nth-child(5),
  #equipment .struct_wrap .struct_box .construct_list li:nth-child(7) {
    width: 100%;
  }
}

#equipment .struct_wrap .struct_box .construct_list li:nth-child(6) {
  width: 36.14%;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li:nth-child(6) {
    width: 100%;
  }
}

#equipment .struct_wrap .struct_box .construct_list li:nth-child(6),
#equipment .struct_wrap .struct_box .construct_list li:nth-child(5),
#equipment .struct_wrap .struct_box .construct_list li:nth-child(3),
#equipment .struct_wrap .struct_box .construct_list li:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 3, 0.4);
  border-bottom: 1px solid rgba(0, 0, 3, 0.4);
}

@media screen and (max-width: 768px) {

  #equipment .struct_wrap .struct_box .construct_list li:nth-child(6),
  #equipment .struct_wrap .struct_box .construct_list li:nth-child(5),
  #equipment .struct_wrap .struct_box .construct_list li:nth-child(3),
  #equipment .struct_wrap .struct_box .construct_list li:nth-child(1) {
    border-right: none;
  }
}

#equipment .struct_wrap .struct_box .construct_list li:nth-child(8) {
  padding-bottom: 0;
  border-right: 1px solid rgba(0, 0, 3, 0.4);
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li:nth-child(8) {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 3, 0.4);
    padding-bottom: 30px;
  }
}

#equipment .struct_wrap .struct_box .construct_list li:nth-child(9) {
  padding-bottom: 0;
}

#equipment .struct_wrap .struct_box .construct_list li:nth-child(7),
#equipment .struct_wrap .struct_box .construct_list li:nth-child(4),
#equipment .struct_wrap .struct_box .construct_list li:nth-child(2) {
  border-bottom: 1px solid rgba(0, 0, 3, 0.4);
}

#equipment .struct_wrap .struct_box .construct_list li.houseplus {
  padding: 50px 4% 0;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li.houseplus {
    padding: 30px 4% 30px;
  }
}

#equipment .struct_wrap .struct_box .construct_list li.houseplus .name {
  text-align: left;
  font-size: 22px;
  color: #d76a49;
  letter-spacing: 0;
  line-height: 1.1301827909;
  margin: 1.3em 0 0.8em;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li.houseplus .name {
    font-size: clamp(10px, 4.266666656vw, 22px);
  }
}

#equipment .struct_wrap .struct_box .construct_list li.w3 {
  width: 33.3333333333%;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li.w3 {
    width: 100%;
  }
}

#equipment .struct_wrap .struct_box .construct_list li.w3 figure {
  width: 90%;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li.w3 figure {
    width: 100%;
  }
}

#equipment .struct_wrap .struct_box .construct_list li p.name {
  font-size: 15px;
  color: #000003;
  text-align: center;
  margin: 1.4em 0 0.3em;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li p.name {
    font-size: clamp(10px, 3.333333325vw, 15px);
  }
}

#equipment .struct_wrap .struct_box .construct_list li p.txt {
  font-size: 14px;
  line-height: 1.5384615385;
  color: #000003;
  text-align: justify;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li p.txt {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}

#equipment .struct_wrap .struct_box .construct_list li p.com-note {
  color: #231815;
}

#equipment .struct_wrap .struct_box .construct_list .com-note {
  bottom: -20px;
  right: -10px;
}

#equipment .struct_wrap-2 {
  padding-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap-2 {
    padding-bottom: 30px;
  }
}

#equipment .struct_wrap-2 .struct_cnt {
  background-color: #fff;
}

#equipment .struct_wrap-2 .struct_box {
  background-color: transparent;
  padding: 58px 5.1%;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap-2 .struct_box {
    padding-top: 5vw;
  }
}

#equipment .struct_wrap-2 .struct_box .insurance {
  padding-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap-2 .struct_box .insurance {
    padding-right: 3% !important;
  }
}

#equipment .struct_wrap-2 .struct_box .insurance .img {
  width: 62%;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap-2 .struct_box .insurance .img {
    width: 100%;
  }
}

#equipment .struct_wrap-2 .struct_box .insurance .txt {
  width: 32%;
  line-height: 1.3846153846 !important;
}

@media screen and (max-width: 768px) {
  #equipment .struct_wrap-2 .struct_box .insurance .txt {
    margin-top: 1em;
    width: 100%;
  }
}

#equipment .ins_wrap {
  padding-block: 40px;
}

#equipment .smart_wrap {
  padding: 6rem 0 1.8rem;
  background: #F0F4F2;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap {
    padding: 6rem 0 4rem;
    background: linear-gradient(#102C4D, #000000);
    color: #fff !important;
  }

  #equipment .smart_wrap .ldk_ttl,
  #equipment .smart_wrap .ldk_lead {
    color: #fff !important;
  }
}

#equipment .smart_wrap .smart_box {
  position: relative;
}

#equipment .smart_wrap .main_ttl {
  width: 100%;
  font-size: clamp(32px, 3vw, 54px);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000000;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .main_ttl {
    color: #000000;
  }
}

#equipment .smart_wrap .smart_main_wrap {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-top: 30px;
}

@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: absolute;
  right: 0;
  top: 0;
  width: 60%;
}

@media screen and (max-width: 1401px) {
  #equipment .smart_wrap .smart_main_wrap .main_img1 {
    width: 680px;
  }
}

@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 {
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

#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: 1.8;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
  color: #000000;
}

#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: left;
    padding-right: 16px;
    color: #fff;
  }

  #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: 2;
  color: #000000;
}

#equipment .smart_wrap .smart_cont1_box {
  width: 100%;
  margin: 40px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box {
    gap: 20px;
  }

  #equipment .smart_wrap .smart_main_wrap .txt_box .lead {
    color: #ffff;
  }
}

#equipment .smart_wrap .smart_cont1_box .smart_cont1 {
  width: 37%;
  position: relative;
}

@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: clamp(17px, 3vw, 17px);
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding-block: 5px;
  background-color: #A78C3B;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .ttl {
    letter-spacing: 0.2em;
    text-align: center;
  }
}

#equipment .smart_wrap .smart_cont1_box .smart_cont1 figure {
  width: 100%;
}

#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%;
  transform: translateX(5%);
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .voice_img02 {
    right: 0;
    bottom: 88px;
    transform: translateX(0%);
  }
}

#equipment .smart_wrap .smart_cont1_box .smart_cont1 .txt {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 10px;
  line-height: 1.4;
  width: 100%;
  color: #000000;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .txt {
    color: #fff;
  }
}

#equipment .smart_wrap .smart_cont1_box .smart_cont1 .note {
  width: 100%;
  margin: 1rem 0 0;
  color: #000000;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .note {
    /* color: #FFFFFF; */
    color: #fff;
  }
}

#equipment .smart_wrap .smart_cont1_box .remocon {
  width: 59%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .remocon {
    width: 100%;
  }
}

#equipment .smart_wrap .smart_cont1_box .remocon .remocon_head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

#equipment .smart_wrap .smart_cont1_box .remocon .remocon_head .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: unset;
}

#equipment .smart_wrap .smart_cont1_box .remocon .remocon_head img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#equipment .smart_wrap .smart_cont1_box .remocon .txt {
  width: 100%;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .remocon .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}

#equipment .smart_wrap .smart_cont1_box .remocon .remocon_img01 {
  width: 100%;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .remocon .remocon_img01 {
    position: relative;
    width: 100%;
    margin-top: 4vw;
  }
}

#equipment .smart_wrap .smart_cont2_box {
  padding-top: 26px;
}

#equipment .smart_wrap .smart_cont2_box .ttl {
  font-size: clamp(17px, 3vw, 17px);
  color: #fff;
  background-color: #A78C3B;
  font-weight: 600;
  text-align: center;
  padding: 0.6rem 0;
  text-indent: 1rem;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont2_box .ttl {
    padding: 0.4rem 0;
  }
}

#equipment .smart_wrap .smart_cont2_box .lead {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #000000;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont2_box .lead {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
  }
}

#equipment .smart_wrap .smart_cont3_box .internet_box {
  padding-left: 50%;
  color: #000;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont3_box .internet_box {
    padding-left: 20px;
    color: #000;
  }
}

#equipment .smart_wrap .smart_cont3_box .internet_box .internet_box_txt_style {
  padding-left: 165px;
  text-decoration: underline;
  line-height: 0px
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont3_box .internet_box .internet_box_txt_style {
    padding-left: 0px;
    line-height: 1;
  }
}

#equipment .smart_wrap .smart_cont3_box .internet_box .internet_box_sub_ttl {
  font-size: 17px;
  line-height: 0px;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont3_box .internet_box .internet_box_sub_ttl {
    font-size: 17px;
    line-height: 0px;
    padding-bottom: 30px;
    padding-top: 10px;
  }
}

#equipment .smart_wrap .smart_cont3_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #fff;
  background: #aeab76;
  padding: 0 0 2rem;
  margin: 3rem 0 0;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont3_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #000;
    background: #c2c2c2 !important;
    padding: 0 0 2rem;
    margin: 3rem 0 0;
  }
}

#equipment .smart_wrap .smart_cont3_box .smart-ttl {
  width: 100%;
  font-size: clamp(18px, 3vw, 18px);
  text-align: left;
  background: #a78c3b;
  color: #fff;
  padding: 0.4rem 0 0.4rem 1rem;
  margin: 0 0 2rem;
}

#equipment .smart_wrap .smart_cont3_box .multi-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  margin: 0 0 0 2rem;
}

#equipment .smart_wrap .smart_cont3_box .multi-1 .logo {
  width: 44%;
}

#equipment .smart_wrap .smart_cont3_box .multi-1 .logo-txt {
  font-size: clamp(18px, 3vw, 18px);
  font-weight: 800;
  line-height: 1.4;
  font-family: "Noto Sans JP";
  margin: 0.5rem 0 0;
}

#equipment .smart_wrap .smart_cont3_box .multi-1 .multi-1-img {
  width: 52%;
  position: relative;
}

#equipment .smart_wrap .smart_cont3_box .multi-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 30%;
}

#equipment .smart_wrap .smart_cont3_box .multi-2 .multi-2-img {
  width: 22%;
}

#equipment .smart_wrap .smart_cont3_box .multi-2 .copy {
  width: 75%;
}

#equipment .smart_wrap .smart_cont3_box .multi-2 .p1 {
  font-size: 10px;
  letter-spacing: -0.05em;
  line-height: 1.4;
}

#equipment .smart_wrap .smart_cont3_box .multi-2 .p2 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "Noto Sans JP";
  border-top: 1px solid #fff;
  padding: 0.5rem 0 0;
  margin: 0.5rem 0 0;
}

#equipment .smart_wrap .smart_cont3_box .multi-3-img {
  width: 31%;
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont3_box {
    padding: 0 0 3rem;
    margin: 4rem 0 0;
    background-color: rgba(255, 255, 255, 0.3019607843);
  }

  #equipment .smart_wrap .smart_cont3_box .smart-ttl {
    font-size: 1.7rem;
    padding: 0 0 0 1rem;
    margin: 0 0 1.8rem;
  }

  #equipment .smart_wrap .smart_cont3_box .multi-1,
  #equipment .smart_wrap .smart_cont3_box .multi-2 {
    width: 80%;
    margin: 0 1rem 1.8rem;
  }

  #equipment .smart_wrap .smart_cont3_box .multi-1 .logo-txt {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0.4rem 0 0;
    letter-spacing: 0;
  }

  #equipment .smart_wrap .smart_cont3_box .multi-1 .multi-1-img {
    width: 52%;
    position: relative;
  }

  #equipment .smart_wrap .smart_cont3_box .multi-2 .p1 {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont3_box .multi-2 .p1 {
    font-family: "Noto Sans JP";
  }
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont3_box .multi-2 .p2 {
    font-size: 13px;
    padding: 0.5rem 0 0;
    margin: 0.5rem 0 0;
    text-align: center;
  }

  #equipment .smart_wrap .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_wrap .smart_cont3_box .multi-3-img {
    margin: 1.8rem 1rem 0;
  }
}

#equipment .smart_wrap .note-box {
  margin: 1rem 0 0;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .note-box {
    margin: 2rem 0 0;
  }
}

#equipment .smart_wrap .smart_note {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_note {
    color: #FFFFFF;
  }
}

#equipment .luup_wrap {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #equipment .luup_wrap {
    /*     margin: 44px 0; */
  }
}

#equipment .luup_wrap .luup_head_wrap {
  display: grid;
  grid-template-columns: 9fr 2fr;
  padding-bottom: 22px;
}

@media screen and (max-width: 768px) {
  #equipment .luup_wrap .luup_head_wrap {
    grid-template-columns: 1fr;
  }
}

#equipment .luup_wrap .luup_ttl_wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 16px;
}

#equipment .luup_wrap .luup_catch {
  font-size: clamp(14px, 3vw, 18px);
  font-family: "VDL-V7Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#equipment .luup_wrap .luup_lead {
  font-size: clamp(20px, 3vw, 22px);
  font-family: "Six Hands", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #equipment .luup_wrap .luup02 {
    width: 50%;
    margin-left: auto;
  }
}

#equipment .luup_wrap .luup_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px 20px;
}

@media screen and (max-width: 768px) {
  #equipment .luup_wrap .luup_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

#equipment .luup_wrap .luup_item:last-of-type {
  grid-area: 1/3/3/4;
}

#equipment .floor_container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

#equipment .floor_section {
  flex: 1;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#equipment .floor_header {
  background-color: #233F61;
  color: white;
  padding: 12px 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

#equipment .floor_content {
  padding: 20px;
}

#equipment .floor_main_text {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  text-align: justify;
}

#equipment .floor_disclaimer {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  text-align: justify;
}

#equipment .floor_small_header {
  font-size: 16px;
  color: #BD9E5F;
  margin-bottom: 8px;
}

#equipment .secu_container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
}

#equipment .secu_door_image {
  flex: 0 0 300px;
  padding: 20px;
}

#equipment .secu_door_image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

#equipment .secu_specifications {
  flex: 1;
  padding: 30px;
  align-self: center;
}

#equipment .secu_spec_item {
  margin-bottom: 35px;
}

#equipment .secu_spec_item:last-child {
  margin-bottom: 0;
}

#equipment .secu_spec_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}

#equipment .secu_spec_description {
  font-size: 16px;
  line-height: 1.8;
}

/* Responsive design */
@media (max-width: 768px) {
  #equipment .secu_container {
    flex-direction: row;
    gap: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }

  #equipment .secu_door_image {
    flex: none;
    max-width: 400px;
    margin: 0 auto;
    width: 42%;
    padding: 20px 0 0 0;
  }

  #equipment .secu_specifications {
    margin-bottom: 15px;
    padding: 0px;
  }

  #equipment .secu_spec_item {
    padding: 20px 0 0 10px;
    margin-bottom: 0px;
    /*         width: 40%; */
  }

  #equipment .secu_spec_title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  #equipment .secu_spec_description {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Placeholder for door image */
#equipment .secu_door_placeholder {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, #e0e0e0 0%, #f0f0f0 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 14px;
  text-align: center;
  border: 2px dashed #ccc;
}

/* Responsive design */
@media screen and (max-width: 768px) {
  #equipment .floor_container {
    flex-direction: column;
    gap: 40px;
    margin-top: 0px;
  }

  #equipment .floor_header {
    font-size: 14px;
    padding: 10px 15px;
  }

  #equipment .floor_content {
    padding: 15px;
  }

  #equipment .floor_main_text {
    font-size: 13px;
  }

  #equipment .floor_.disclaimer {
    font-size: 10px;
  }
}

#equipment .sec-faci .faci-wrap {
  margin: 6rem 0 0
}

@media screen and (max-width: 768px) {
  #equipment .sec-faci .faci-wrap {
    margin: 2rem 0 0
  }
}

#equipment .sec-faci .faci-wrap .type-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

#equipment .sec-faci .faci-wrap .type-area .type-box {
  width: 64.8rem
}

#equipment .sec-faci .faci-wrap .type-area .type-box .ttl {
  width: 100%;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 2rem 0;
  position: relative;
  z-index: 1
}

#equipment .sec-faci .faci-wrap .type-area .type-box .bg,
#equipment .sec-faci .faci-wrap .type-area .type-box .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

#equipment .sec-faci .faci-wrap .type-area .type-box .bg img,
#equipment .sec-faci .faci-wrap .type-area .type-box .cover img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%
}

#equipment .sec-faci .faci-wrap .type-area .type-box .cover {
  background: #9d956b;
  mix-blend-mode: multiply
}

#equipment .sec-faci .faci-wrap .type-area .type-box .ttl-1 {
  font-size: 4rem;
  letter-spacing: .6em;
  padding: 0 0 0 1.4rem
}

#equipment .sec-faci .faci-wrap .type-area .type-box .ttl-2 {
  font-size: 7.8rem
}

#equipment .sec-faci .faci-wrap .type-area .type-box .ttl-3 {
  font-size: 2.7rem;
  letter-spacing: .6em
}

#equipment .sec-faci .faci-wrap .type-area .type-box .type-img {
  background: #eeeeef;
  padding: 2rem 0
}

#equipment .sec-faci .faci-wrap .type-area .type-box .type-img .img {
  /*     width:34rem; */
  width: 50rem;
  margin: 0 auto
}

#equipment .sec-faci .faci-wrap .type-area .right-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5rem 0;
  width: 29.6rem
}

#equipment .sec-faci .faci-wrap .flex-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6rem 0;
  margin: 6rem 0 0
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 47.8rem
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box .img {
  width: 17.8rem
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box .img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box .right-cnt {
  width: 27rem
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box .merit-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .6rem 0;
  margin: 1rem 0 0
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box .merit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: .0;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background: #898989
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box .merit-1,
#equipment .sec-faci .faci-wrap .flex-area .flex-box .merit-2,
#equipment .sec-faci .faci-wrap .flex-area .flex-box .merit-3 {
  width: 8.4rem;
  height: 6.5rem
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box .merit-4,
#equipment .sec-faci .faci-wrap .flex-area .flex-box .merit-5 {
  width: 8.4rem;
  height: 10rem;
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box .merit.bg-none {
  display: block;
  text-align: left;
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #000;
  background: none
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box .merit-img {
  width: 18.2rem
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box-4 .merit {
  height: auto;
  padding: 1rem 0
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box-4 .merit-1 {
  width: 100%;
  letter-spacing: 0;
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box-4 .merit-img {
  width: 15.4rem
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box-4 .merit-2 {
  width: 9rem;
  letter-spacing: 0;
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box-4 .merit-3,
#equipment .sec-faci .faci-wrap .flex-area .flex-box-4 .merit-4 {
  width: 13.2rem;
  letter-spacing: 0;
}

#equipment .sec-faci .faci-wrap .note-area {
  margin: 4rem 0 0
}

@media screen and (max-width: 768px) {
  #equipment .sec-faci .faci-wrap .type-area .type-box {
    width: 100%
  }

  #equipment .sec-faci .faci-wrap .type-area .type-box .bg,
  #equipment .sec-faci .faci-wrap .type-area .type-box .ttl-1 {
    font-size: 5rem;
    padding: 0 0 0 1.8rem
  }

  #equipment .sec-faci .faci-wrap .type-area .type-box .ttl-2 {
    font-size: 8.8rem
  }

  #equipment .sec-faci .faci-wrap .type-area .type-box .ttl-3 {
    font-size: 3.8rem
  }

  #equipment .sec-faci .faci-wrap .type-area .type-box .type-img {
    padding: 0rem 0
  }

  #equipment .sec-faci .faci-wrap .type-area .type-box .type-img .img {
    width: 100%;
    padding: 20px;
  }

  #equipment .sec-faci .faci-wrap .type-area .right-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
    width: 100%;
    margin: 3rem 0 0
  }

  #equipment .sec-faci .faci-wrap .type-area .right-box .right-cnt {
    /*         width:32rem */
    width: 48%;
  }

  #equipment .sec-faci .faci-wrap .flex-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem 0;
    margin: 3rem 0 0
  }

  #equipment .sec-faci .faci-wrap .flex-area .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    /* 		width: 17.8rem; */
    width: 48%;
  }

  #equipment .sec-faci .faci-wrap .flex-area .flex-box .img {
    width: 100%
  }

  #equipment .sec-faci .faci-wrap .flex-area .flex-box .right-cnt {
    width: 100%
  }

  #equipment .sec-faci .faci-wrap .flex-area .flex-box .merit-flex {
    gap: .3rem 0;
    margin: 1rem 0 0
  }

  #equipment .sec-faci .faci-wrap .flex-area .flex-box .merit {
    /*         font-size:2.2rem */
    font-size: clamp(12px, 3vw, 16px);
  }

  #equipment .sec-faci .faci-wrap .flex-area .flex-box .merit-1,
  #equipment .sec-faci .faci-wrap .flex-area .flex-box .merit-2 {
    /*         width:15.6rem;
        height:8.4rem */
    height: 100%;
    padding-block: 4px;
  }

  #equipment .sec-faci .faci-wrap .flex-area .flex-box .merit-3 {
    width: 100%;
    /*         height:8.4rem */
    height: 100%;
    padding-block: 4px;
  }

  #equipment .sec-faci .faci-wrap .flex-area .flex-box .merit-4,
  #equipment .sec-faci .faci-wrap .flex-area .flex-box .merit-5 {
    width: 100%;
    /*         height:8.4rem */
    height: 100%;
    padding-block: 4px;
    letter-spacing: 0;
  }

  #equipment .sec-faci .faci-wrap .flex-area .flex-box .merit.bg-none {
    font-size: 2.3rem
  }

  #equipment .sec-faci .faci-wrap .flex-area .flex-box .merit-img {
    width: 100%
  }

  #equipment .sec-faci .faci-wrap .flex-area .flex-box-4 .merit {
    height: auto;
    padding: 2rem 0;
    padding: 8px 0
  }

  #equipment .sec-faci .faci-wrap .flex-area .flex-box-4 .merit-1 {
    width: 100%;
    /*         padding:2rem */
    padding: 8px;
  }

  #equipment .sec-faci .faci-wrap .flex-area .flex-box-4 .merit-img {
    width: 100%
  }

  #equipment .sec-faci .faci-wrap .flex-area .flex-box-4 .merit-2 {
    width: 100%
  }

  #equipment .sec-faci .faci-wrap .flex-area .flex-box-4 .merit-3,
  #equipment .sec-faci .faci-wrap .flex-area .flex-box-4 .merit-4 {
    /*         width:15.6rem */
    width: 48%;
  }
}

#equipment .com-inner {
  width: 104rem;
  /*     padding:0 2rem; */
  padding: 0 4rem 0 0rem;
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  #equipment .com-inner {
    /* 		width: 41rem; */
    width: 100%;
    padding: 0;
    /*         padding:0 4rem */
  }
}

#equipment .ttl-com-wrap {
  max-width: 130rem;
  line-height: 1;
  margin: 15rem auto 0
}

#equipment .ttl-com-wrap .ttl-box {
  display: flex;
  flex-wrap: wrap;
  position: relative
}

#equipment .ttl-com-wrap .ttl-box .accent {
  width: 14.3rem;
  position: relative
}

#equipment .ttl-com-wrap .ttl-box .ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 2rem;
  position: relative;
  margin: -0.3rem 0 0 -2.6rem
}

#equipment .ttl-com-wrap .ttl-box .ttl-1 {
  display: flex;
  flex-wrap: wrap;
  font-size: 3.6rem;
  letter-spacing: .2em
}

#equipment .ttl-com-wrap .ttl-box .ttl-1 span {
  display: block
}

#equipment .ttl-com-wrap .ttl-box .ttl-1-1 {
  color: #fff
}

#equipment .ttl-com-wrap .ttl-box .ttl-1-2 {
  margin: 0 0 0 .8rem
}

#equipment .ttl-com-wrap .ttl-box .ttl-2 {
  width: 21vw;
  max-width: 31rem;
  font-size: 1.5rem;
  letter-spacing: .1em
}

#equipment .ttl-com-wrap .ttl-box::before {
  content: "";
  width: 100%;
  height: .6rem;
  background: #000003;
  position: absolute;
  left: 0;
  bottom: 0
}

#equipment .ttl-com-wrap .lead-box {
  text-align: center;
  margin: 3rem 0 0
}

#equipment .ttl-com-wrap .lead-box .lead {
  letter-spacing: .3em
}

#equipment .ttl-com-wrap.first {
  margin-top: 12rem
}

#equipment .ttl-com-cnt {
  width: 100%;
  margin: 5rem 0 3rem
}

#equipment .ttl-com-cnt .ttl-box {
  background: #595757
}

#equipment .ttl-com-cnt .ttl-box .ttl {
  font-size: 2.2rem;
  font-weight: 100;
  letter-spacing: .6em;
  color: #fff;
  text-align: center
}

#equipment .copy-com-cnt {
  line-height: 1
}

#equipment .copy-com-cnt .img-box {
  position: relative
}

#equipment .copy-com-cnt .img {
  position: relative
}

#equipment .copy-com-cnt .copy {
  margin: 1.6rem 0 0
}

#equipment .copy-com-cnt .p1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 .5rem;
  /*     font-size:2rem;
    font-weight:600; */
  font-size: clamp(14px, 3vw, 22px);
  font-weight: 800;
  letter-spacing: 0;
  /*     letter-spacing:.1em; */
  line-height: 1.2;
  padding: 0 0 1rem;
  border-bottom: 1px solid #000
}

#equipment .copy-com-cnt .num {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  background: #680000
}

#equipment .copy-com-cnt .p2 {
  /*     font-size:1.5rem; */
  /*     letter-spacing:.02em; */
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 600;
  /*     line-height:1.4; */
  line-height: 1.6666666667;
  margin: 1rem 0 0
}

#equipment .copy-com-cnt .note {
  line-height: 1.2;
  margin: 1rem 0 0
}

#equipment .copy-com-cnt.border {
  border: 1px dashed #000;
  border-top: none;
  border-right: none
}

@media screen and (max-width: 768px) {
  #equipment .ttl-com-wrap {
    max-width: none
  }

  #equipment .ttl-com-wrap .ttl-box .accent {
    width: 15rem
  }

  #equipment .ttl-com-wrap .ttl-box .ttl {
    width: 63rem;
    margin: -0.8rem 0 0 -3.2rem
  }

  #equipment .ttl-com-wrap .ttl-box .ttl-1 {
    font-size: 4.2rem
  }

  #equipment .ttl-com-wrap .ttl-box .ttl-2 {
    max-width: none;
    width: auto;
    font-size: 2.6rem;
    margin: 0
  }

  #equipment .ttl-com-wrap .lead-box {
    margin: 4rem 0 0
  }

  #equipment .ttl-com-wrap-3 .ttl-box .ttl {
    margin: -0.4rem 0 0 -3.2rem
  }

  #equipment .ttl-com-wrap-3 .ttl-box .ttl-1-2 {
    width: 58rem
  }

  #equipment .ttl-com-wrap-3 .ttl-box .ttl-2 {
    width: 60rem;
    margin: 1.6rem 0 0 auto
  }

  #equipment .ttl-com-wrap-3 .ttl-box::before {
    bottom: -1.6rem
  }

  #equipment .ttl-com-cnt .ttl-box .ttl {
    font-size: 3.2rem
  }

  #equipment .copy-com-cnt .copy {
    margin: 2.2rem 0 0
  }

  #equipment .copy-com-cnt .p1 {
    align-items: baseline;
    gap: 0 1rem;
    /*         font-size:3rem */
    font-size: clamp(14px, 3vw, 22px);
  }

  #equipment .copy-com-cnt .p1-1 {
    /*         width:27rem */
  }

  #equipment .copy-com-cnt .num {
    /*         width:3.6rem;
        height:3.6rem; */
    width: 3rem;
    height: 3rem;
    /*         font-size:3rem */
    font-size: clamp(14px, 3vw, 22px);
  }

  #equipment .copy-com-cnt .p2 {
    /*         font-size:2.6rem; */
    font-size: clamp(12px, 3vw, 16px);
    margin: 1.5rem 0 0
  }

  #equipment .copy-com-cnt .note {
    margin: 1.5rem 0 0
  }
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box .img {
  width: 17.8rem;
}

@media screen and (max-width: 768px) {
  #equipment .sec-faci .faci-wrap .flex-area .flex-box .img {
    width: 100%;
  }
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box .merit-img {
  width: 18.1rem;
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box .merit.bg-none {
  display: block;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #000;
  background: none
}

#equipment .sec-faci .faci-wrap .flex-area .flex-box .right-cnt {
  width: 27.8rem;
}

@media screen and (max-width: 768px) {
  #equipment .sec-faci .faci-wrap .flex-area .flex-box .right-cnt {
    /* 		width: 17.8rem; */
    width: 100%;
  }
}


/* refa */

#equipment .refa {
  padding: 4rem 0;
  background-image: url(../img/equipment/bg2.webp);
  background-position: center;
  background-size: cover;
}

#equipment .refa .container {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #equipment .refa .container {
    padding: 0 2%;
  }
}

#equipment .refa .defaultequipment {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin: auto;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  #equipment .refa .defaultequipment {
		align-items: center;
    gap: 10px;
  }
}

#equipment .refa .defaultequipment>img {
  width: 40%;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  #equipment .refa .defaultequipment>img {
    aspect-ratio: 14/20;
    object-fit: cover;
  }
}

#equipment .refa .defaultequipment>div {
  width: calc(60% - 40px);
}

@media screen and (max-width: 768px) {
  #equipment .refa .defaultequipment>div {
    width: calc(60% - 10px);
  }
}

#equipment .refa .defaultequipment>div .hcopy {
  line-height: 2.5em;
  text-align: center;
}

#equipment .refa .defaultequipment>div .padding1 {
padding: 30px 0;
}

@media screen and (max-width: 768px) {
  #equipment .refa .defaultequipment>div .hcopy {
    line-height: 1.4em;
    text-align: left;
  }
}

#equipment .refa .defaultequipment>div img {
  padding-top: 2rem;
  width: 100%;
  /* height: fit-content; */
}

#equipment .refa .bubble {
  margin: auto;
  padding: 4rem 0;
  max-width: 800px;

}

#equipment .refa .bubble h2.hcopy {
  display: inline;
  font-size: 3rem;
  text-align: justify;
  border-bottom: #333 solid 1px;
}

@media screen and (max-width: 768px) {
  #equipment .refa .bubble h2.hcopy {
    display: inline;
    font-size: 3rem;
    text-align: justify;
    border-bottom: #333 solid 1px;
  }
}

#equipment .refa .bubble h2.hcopy+img {
  display: block;
  margin: 2rem auto;
  object-fit: contain;
}

#equipment .refa .bubble .bcopy {
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-align: justify;
}

#equipment .refa .bubble h3 {
  padding-top: 4rem;
  font-size: 3rem;
  font-weight: 400;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  #equipment .refa .bubble h3 {
    padding-top: 2rem;
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: center;
  }
}

#equipment .refa .bubble h3+.bcopy {
  padding-top: 3.5rem;
}

#equipment .refa .bubble ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 2rem;
  width: 100%;
}

#equipment .refa .bubble ul li {
  list-style: none;
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  #equipment .refa .bubble ul li {
    width: 100%;
  }
}

#equipment .refa .bubble ul li:first-child {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #equipment .refa .bubble ul li:first-child {}
}

#equipment .refa .bubble ul li>div {
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  #equipment .refa .bubble ul li>div {
    width: 100%;
  }
}

#equipment .refa .bubble ul li .title {
  display: inline-block;
  padding: .5em;
  border: #333 solid 1px;
}

@media screen and (max-width: 768px) {
  #equipment .refa .bubble ul li .title {
    display: block;
    font-size: 1.6rem;
  }
}

#equipment .refa .bubble ul li .explanation {
  padding-top: .5rem;
  font-size: 1.6rem;
  line-height: 1.5;
}


@media screen and (max-width: 768px) {
  #equipment .refa .bubble ul li .explanation {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

#equipment .refa .bubble ul li>div.images {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  #equipment .refa .bubble ul li>div.images {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}

#equipment .refa .bubble ul li>div.images figure {
  width: calc(50% - 5px);
}

@media screen and (max-width: 768px) {
  #equipment .refa .bubble ul li>div.images figure {
    width: 100%;
  }
}

#equipment .refa .bubble ul li>div.images figure img {
  width: 100%;
}

#equipment .refa .bubble ul li>div.images figure figcaption {
  font-size: 1rem;
}

#equipment .refa .bubble ol {
  display: flex;
  justify-content: space-around;
  gap: 12px;
  padding-top: 2rem;
}

#equipment .refa .bubble ol li {
  list-style: none;
  width: calc((100% - 48px)/3);
}

#equipment .refa .bubble ol li figure img {
  width: 100%;
}

#equipment .refa .bubble ol li figure figcaption {
  font-size: 1.5rem;
}





/* 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%;
  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 h2 {
  padding: 80px 40px 40px;
  font-size: 24px;
  color: #333333;
  text-align: center;
}

#outline .outline_cont {
  box-sizing: border-box;
  text-align: center;
  padding: 40px 0;
  background: #fff;
  margin: 0 auto 0;
}

#outline .outline_cont h3 {
  color: #333;
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 22px;
}

#outline .outline_table {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #002352;
  padding: 20px 30px;
  margin-bottom: 40px;
}

#outline .outline_table_tr {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #002352;
  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 h2 {
  padding: 80px 40px 40px;
  font-size: 24px;
  color: #333333;
  text-align: center;
}

#accessmap .accessmap_cont {
  max-width: 1000px;
  box-sizing: border-box;
  text-align: center;
  padding: 40px 0 50px;
  margin-bottom: 50px;
}

#accessmap .accessmap_cont .map {
  max-width: 900px;
  margin: 0 auto 40px;
  display: block;
}

@media print {
  #accessmap .accessmap_cont .map {
    max-width: 700px;
    width: 60%;
    margin: 0 auto 20px;
  }
}

#accessmap .accessmap_btn {
  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: #233F61;
  background-size: cover;
  display: block;
  text-align: center;
  padding: 25px 0;
  color: #fff;
}

#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 auto;
  }

  #accessmap .accessmap_cont {
    padding: 0;
  }

  #accessmap .map {
    width: 80%;
    margin: 0 auto;
  }

  .cbtn_wrap {
    display: none;
  }
}