@charset "UTF-8";
/* ------------------------------
	BREAK POINTS
------------------------------ */
/* break points */
/* break points */
/* ------------------------------
	VARIABLES
------------------------------ */
/* color */
/* font */
/* ------------------------------
	FUNCTIONS
------------------------------ */
/* color shade */
/* ------------------------------
	HEADER
------------------------------ */
body > header, body > header::before, body > header::after {
  background: none;
}
body > header::before, body > header::after {
  pointer-events: none;
}
body > header > a#top {
  width: calc(100% - 250px);
  min-width: 130px;
}
body > header > nav {
  display: flex;
}
body > header > nav > ul {
  list-style: none;
  position: absolute;
  top: 25px;
  right: 15px;
  display: flex;
  gap: 10px;
  background: rgb(40, 30, 23);
  border-radius: 8px;
  padding: 9px 54px 9px 9px;
  overflow: hidden;
}
body > header > nav > ul > li > a, body > header > nav > ul > li > a:hover {
  color: rgb(255, 255, 255);
  height: 21px;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "MS PGothic", "Noto Sans Japanese", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  top: -3px;
}
body > header > nav > ul > li > a::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 5px;
}
body > header > nav > ul > li#menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 43px;
  display: block;
  background: rgba(255, 255, 255, 0.95);
}
body > header > nav > ul > li#menu > span.modal_button {
  display: block;
  border-top: 1px solid rgb(40, 30, 23);
  width: 50%;
  height: 40%;
  position: absolute;
  top: 26%;
  left: 25%;
}
body > header > nav > ul > li#menu > span.modal_button::before, body > header > nav > ul > li#menu > span.modal_button::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: rgb(40, 30, 23);
  position: absolute;
  left: 0;
}
body > header > nav > ul > li#menu > span.modal_button::before {
  top: 50%;
}
body > header > nav > ul > li#menu > span.modal_button::after {
  top: 100%;
}
body > header > nav section.modal_window {
  width: 100vw;
  height: 0;
  overflow: hidden;
  background: rgba(195, 27, 31, 0.9);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  overflow-y: scroll;
  transition: 0.1s;
}
body > header > nav section.modal_window.active {
  height: 100vh;
  opacity: 1;
  pointer-events: auto;
  transition: 0.5s;
}
body > header > nav section.modal_window ul.modal_navi {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: 80px auto;
  list-style: none;
}
body > header > nav section.modal_window ul.modal_navi > li {
  padding: 20px;
  text-align: center;
}
body > header > nav section.modal_window ul.modal_navi > li > a, body > header > nav section.modal_window ul.modal_navi > li > a:hover {
  color: rgb(255, 255, 255);
  font-family: "Zen Old Mincho", "Shippori Mincho B1", "A1 Mincho", "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "MS PMincho", serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
body > header.showed > a#top {
  max-width: 200px;
  top: 13px;
  left: 20px;
}
body > header.showed > nav > ol {
  gap: 15px;
  background: rgb(239, 237, 232);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  padding: 5px 13px;
  position: absolute;
  top: 20px;
  left: 235px;
}
body > header.showed > nav > ol > li > a, body > header.showed > nav > ol > li > a:hover {
  font-family: "Zen Old Mincho", "Shippori Mincho B1", "A1 Mincho", "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
body > header.showed > nav > ol > li > a#applelogo, body > header.showed > nav > ol > li > a#applelogo:hover {
  width: 25px;
  height: 25px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  top: -2px;
}

/* responsive */
@media (min-width: 500px) {
  /* default:500px */
}
@media (min-width: 750px) {
  /* default:750px */
}
@media (min-width: 1000px) {
  /* default:1000px */
  body > header > nav > ul {
    background: transparent;
  }
  body > header > nav > ul > li#menu {
    display: none;
  }
  body > header > nav > ul > li > a, body > header > nav > ul > li > a:hover {
    font-size: 13px;
    letter-spacing: 1px;
  }
  body#top > header > nav > ul > li > a, body#top > header > nav > ul > li > a:hover {
    color: rgb(40, 30, 23);
  }
  body#top > header > nav > ul > li > a::before, body#top > header > nav > ul > li > a:hover::before {
    /*filter: invert(21%) sepia(66%) saturate(4294%) hue-rotate(346deg) brightness(76%) contrast(100%); */
    filter: invert(54%) sepia(80%) saturate(4201%) hue-rotate(388deg) brightness(32%) contrast(100%);
  }
}
@media (min-width: 1200px) {
  /* default:1200px */
  body > header.showed > a#top {
    max-width: 230px;
  }
  body > header.showed > nav {
    display: flex;
  }
  body > header.showed > nav > ol {
    left: 280px;
  }
}
/*$base-url: "/website/naturalhouse/";*/
/* filter自動生成：https://codepen.io/sosuke/pen/Pjoqqp*/
/*filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(105%) contrast(101%);*/
/* ------------------------------
	MAIN
------------------------------ */
body > main {
  padding-top: 0;
}
body > main > article section[class^=section-content] > h2 {
  padding: 0 50px;
  position: relative;
}
body > main > article section[class^=section-content] > h2::before {
  content: "";
  width: 0;
  height: 1px;
  background: black;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
body > main > article section[class^=section-content] > h2.is-shown::before {
  width: 100%;
  transition: 0.5s;
}
body > main > article section[class^=section-content] > p {
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "MS PGothic", "Noto Sans Japanese", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif !important;
}
body > main > article section[class^=section-content] > ol li {
  line-height: 0 !important;
  margin-bottom: 0;
}
body > main > article section[class^=section-content] > ol li, body > main > article section[class^=section-content] > ol li > h3, body > main > article section[class^=section-content] > ol li > p {
  font-size: 12px;
  line-height: 20px;
}
body > main > article section[class^=section-content] > ol li h3 {
  margin-bottom: 10px;
}
body > main > article section[class^=section-content][class*=-form] > div {
  max-width: 500px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  box-sizing: border-box;
}
body > main > article section[class^=section-content][class*=-form] h3 {
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  text-align: left;
}
body > main > article section[class^=section-content][class*=-form] a.submit, body > main > article section[class^=section-content][class*=-form] a.submit:hover {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  text-align: right;
  text-decoration: none;
}
body > main > article section[class^=section-content][class*=-form] dl dt, body > main > article section[class^=section-content][class*=-form] dl dd {
  display: inline-block;
  vertical-align: middle;
}
body > main > article section[class^=section-content][class*=-form] dl dt {
  width: 30%;
  font-size: 13px;
  font-weight: 600;
}
body > main > article section[class^=section-content][class*=-form] dl dd {
  width: 65%;
}
body > main > article section[class^=section-content][class*=-form] input[type=text],
body > main > article section[class^=section-content][class*=-form] input[type=tel],
body > main > article section[class^=section-content][class*=-form] input[type=email],
body > main > article section[class^=section-content][class*=-form] input[type=password],
body > main > article section[class^=section-content][class*=-form] input[type=search],
body > main > article section[class^=section-content][class*=-form] input[type=date],
body > main > article section[class^=section-content][class*=-form] label.date,
body > main > article section[class^=section-content][class*=-form] textarea {
  border: 2px solid transparent;
  background: rgb(255, 255, 255);
  border-radius: 15px;
}
body > main > article section#s01 {
  padding-top: 100px;
  text-align: center;
}
body > main > article section#s01 > ul#toppanel {
  width: 100vw !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
body > main > article section#s01 > ul#toppanel::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: center/cover url(https://www.ezakinet.co.jp/galleiaezaki/content/images/01_TopMain/main.jpg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
body > main > article section#s01 > h1 {
  width: 100%;
  line-height: 1;
  font-size: 14px;
  max-width: 300px;
  margin: 0 auto 20px;
}
body > main > article section#s01 > span#menu {
  width: 30px;
  height: auto;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
body > main > article section#s01 > ul#menuContent {
  position: fixed;
  top: 0;
  right: 0;
  padding: 30px;
  padding-right: 70px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
body > main > article section#s01 > ul#menuContent > li {
  padding: 18px 0;
}
body > main > article section#s01 > ul#menuContent > li > a, body > main > article section#s01 > ul#menuContent > li > a:hover {
  color: black;
  font-size: 20px;
}
body > main > article section#s01 > ul#menuContent.active {
  opacity: 1;
  pointer-events: auto;
  transition: 0.5s;
}
body > main > article section#s01 > section[class*=-form] > div {
  width: calc(100% - 50px);
}
body > main > article section#s02 {
  position: relative;
  overflow: visible;
}
body > main > article section#s02::after {
  content: "";
  width: 100%;
  min-width: 1500px;
  height: 100%;
  display: block;
  background: bottom left/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/01_TopMain/back.jpg) no-repeat;
  position: absolute;
  bottom: -150px;
  left: 0;
  z-index: -1;
}
body > main > article section#s02 > dl {
  width: 100%;
  margin: 20px auto;
}
body > main > article section#s02 > dl > dd {
  width: 100%;
  padding: 20px;
}
body > main > article section#s02 > dl#intro {
  max-width: 400px;
  background: rgba(255, 255, 255, 0.6);
  margin: -40px auto 0;
  padding: 20px;
  box-sizing: border-box;
}
body > main > article section#s02 > dl#intro > dt {
  margin: 0 auto;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "MS PGothic", "Noto Sans Japanese", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
}
body > main > article section#s02 > dl#intro > dd {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "MS PGothic", "Noto Sans Japanese", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
body > main > article section#s02 > dl[id^=title] {
  max-width: 800px;
  margin: 80px auto 20px;
  position: relative;
}
body > main > article section#s02 > dl[id^=title] > dt {
  width: 50px;
  height: 30px;
  display: block;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  transition: 0.5s;
}
body > main > article section#s02 > dl[id^=title] > dt::before, body > main > article section#s02 > dl[id^=title] > dt::after {
  content: "";
  width: 23px;
  height: 3px;
  display: block;
  background: black;
  position: absolute;
  top: 5px;
}
body > main > article section#s02 > dl[id^=title] > dt::before {
  transform: rotate(30deg);
  left: 5px;
}
body > main > article section#s02 > dl[id^=title] > dt::after {
  transform: rotate(-30deg);
  right: 5px;
}
body > main > article section#s02 > dl[id^=title] > dt.is-open {
  transition: 0.5s;
}
body > main > article section#s02 > dl[id^=title] > dt.is-open::before {
  transform: rotate(-30deg);
}
body > main > article section#s02 > dl[id^=title] > dt.is-open::after {
  transform: rotate(30deg);
}
body > main > article section#s02 > dl[id^=title] > dt.is-open + dd {
  transition: height 0.5s, opacity 0.5s;
  height: auto;
  opacity: 1;
  margin-bottom: 80px;
  padding: 20px;
}
body > main > article section#s02 > dl[id^=title] > dd {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}
body > main > article section#s02 > dl[id^=title] > dd > h3 {
  width: 100% !important;
  max-width: 400px !important;
  border-bottom: 1px solid black;
  display: block;
  margin-bottom: 0 !important;
  padding-bottom: 10px;
}
body > main > article section#s02 > dl[id^=title] > dd > p {
  width: 100%;
  max-width: 400px;
  font-size: 13px;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "MS PGothic", "Noto Sans Japanese", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  margin: 0 auto;
}
body > main > article section#s02 > dl#title1 > dd {
  background: center/100% url(https://www.ezakinet.co.jp/galleiaezaki/content/images/01_TopMain/back.jpg) no-repeat;
}
body > main > article section#s02 > dl#title2 > dd {
  background: rgba(255, 255, 255, 0.6);
}
body > main > article section#s03 {
  background: rgba(255, 255, 255, 0.5);
}
body > main > article section#s03 figure.roommap {
  aspect-ratio: auto;
}
body > main > article section#s03 figure.roommap > img {
  width: 80%;
  margin: 0 auto 60px;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
body > main > article section#s03 > ul[class^=list-slider] {
  max-width: 400px;
}
body > main > article section#s03 > ul[class^=list-slider] > li figure {
  height: 300px;
  aspect-ratio: auto;
  margin: 10px auto 50px;
  overflow: visible;
}
body > main > article section#s03 > ul[class^=list-slider] > li figure#r1 {
  background: bottom/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/03_Rooms/r1.svg) no-repeat;
}
body > main > article section#s03 > ul[class^=list-slider] > li figure#r2 {
  background: bottom/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/03_Rooms/r2.svg) no-repeat;
}
body > main > article section#s03 > ul[class^=list-slider] > li figure#r3 {
  background: bottom/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/03_Rooms/r3.svg) no-repeat;
}
body > main > article section#s03 > ul[class^=list-slider] > li figure#r4 {
  background: bottom/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/03_Rooms/r4.svg) no-repeat;
}
body > main > article section#s03 > ul[class^=list-slider] > li figure#r5 {
  background: bottom/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/03_Rooms/r5.svg) no-repeat;
}
body > main > article section#s03 > ul[class^=list-slider] > li figure#r6 {
  background: bottom/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/03_Rooms/r6.svg) no-repeat;
}
body > main > article section#s03 > ul[class^=list-slider] > li figure#r7 {
  background: bottom/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/03_Rooms/r7.svg) no-repeat;
}
body > main > article section#s03 > ul[class^=list-slider] > li figure#r8 {
  background: bottom/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/03_Rooms/r8.svg) no-repeat;
}
body > main > article section#s03 > ul[class^=list-slider] > li figure > img {
  width: 130px;
  margin: 0;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  top: -10px;
  left: 0;
  transform: none;
}
body > main > article section#s03 table[class*=rooms] {
  margin-top: 40px;
  position: relative;
  /*
  &::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: center/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/03_Rooms/frame.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  */
}
body > main > article section#s03 table[class*=rooms]::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: black;
  position: absolute;
  top: 0;
  left: 26px;
}
body > main > article section#s03 table[class*=rooms] > tbody {
  background: none;
  border-left: none;
  border-right: none;
  position: relative;
}
body > main > article section#s03 table[class*=rooms] > tbody::before, body > main > article section#s03 table[class*=rooms] > tbody::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: black;
  position: absolute;
  left: 0;
}
body > main > article section#s03 table[class*=rooms] > tbody::before {
  top: 16px;
}
body > main > article section#s03 table[class*=rooms] > tbody::after {
  bottom: 16px;
}
body > main > article section#s03 table[class*=rooms] tr {
  border-bottom: none;
}
body > main > article section#s03 table[class*=rooms] tr:first-of-type, body > main > article section#s03 table[class*=rooms] tr:last-of-type {
  height: 20px;
}
body > main > article section#s03 table[class*=rooms] tr td {
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid;
}
body > main > article section#s03 table[class*=rooms] tr td:first-of-type {
  width: 30px;
  padding: 0;
}
body > main > article section#s03 table[class*=rooms] tr td:last-of-type {
  border-right: none;
}
body > main > article section#s03 table[class*=rooms] tr td > span {
  font-size: 11px;
  color: black;
  line-height: 16px;
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body > main > article section#s03 table[class*=rooms] tr td > span[class^=status-] {
  color: white;
  background: black;
  font-size: 15px;
  font-family: "Zen Old Mincho", "Shippori Mincho B1", "A1 Mincho", "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "MS PMincho", serif;
  padding: 3px;
}
body > main > article section#s03 table[class*=rooms] tr td > span[class^=status-][class*=tenanted] {
  background: rgb(201, 1, 1);
}
body > main > article section#s03 table[class*=rooms] tr:last-of-type td {
  border-bottom: none;
}
body > main > article section#s04 {
  position: relative;
}
body > main > article section#s04::after {
  content: "";
  width: 100%;
  min-width: 800px;
  height: 100%;
  display: block;
  background: bottom/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/01_TopMain/back.jpg) no-repeat;
  position: absolute;
  bottom: 380px;
  left: 0;
  z-index: -1;
}
body > main > article section#s04 > ol {
  margin: 0 auto 30px;
  justify-content: center;
}
body > main > article section#s04 > ol li {
  max-width: 190px;
  margin-bottom: 0;
  padding: 10px;
  box-sizing: border-box;
}
body > main > article section#s04 > ol li img, body > main > article section#s04 > ol li p {
  width: 100%;
}
body > main > article section#s04 > ul#photos {
  width: 100vw !important;
  left: 50%;
  transform: translate(-50%, 0);
}
body > main > article section#s05 > iframe {
  max-height: 300px;
}
body > main > article section#s06 {
  background: center/cover url(https://www.ezakinet.co.jp/galleiaezaki/content/images/06_Service/serviceback.jpg) no-repeat;
}
body > main > article section#s06 > ol {
  margin-top: 30px;
}
body > main > article section#s06 > ol li {
  position: relative;
}
body > main > article section#s06 > ol li::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: center/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/06_Service/point.svg) no-repeat;
  position: absolute;
  top: -23px;
  left: -12px;
  z-index: 5;
}
body > main > article section#s06 > ol li::after {
  color: white;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 6;
}
body > main > article section#s06 > ol li:nth-of-type(1)::after {
  content: "01";
}
body > main > article section#s06 > ol li:nth-of-type(2)::after {
  content: "02";
}
body > main > article section#s06 > ol li:nth-of-type(3)::after {
  content: "03";
}
body > main > article section#s06 > ol li:nth-of-type(4)::after {
  content: "04";
}
body > main > article section#s06 > ol li:nth-of-type(5)::after {
  content: "05";
}
body > main > article section#s06 > ol li:nth-of-type(6)::after {
  content: "06";
}
body > main > article section#s06 > ol li h3 {
  margin-left: 0;
  text-align: left;
}
body > main > article section#s06 > ol li:nth-of-type(-n+3) h3::after {
  content: "\a会員限定サービス";
  text-decoration: underline;
}
body > main > article section#s07 {
  margin-left: auto;
  margin-right: auto;
}
body > main > article section#s07 table[class*=membership] {
  max-width: 500px;
  margin-top: 40px;
  position: relative;
}
body > main > article section#s07 table[class*=membership]::before {
  content: "";
  width: 70px;
  height: 100%;
  display: block;
  background: left url(https://www.ezakinet.co.jp/galleiaezaki/content/images/07_MemberPrice/frame3.jpg) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
body > main > article section#s07 table[class*=membership] > tbody {
  background: none;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
body > main > article section#s07 table[class*=membership] tr {
  background: none;
  border-bottom: none;
}
body > main > article section#s07 table[class*=membership] tr td {
  font-weight: 600;
  text-align: center;
}
body > main > article section#s07 table[class*=membership] tr td > span {
  font-size: 11px;
  color: black;
  line-height: 16px;
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body > main > article section#s07 table[class*=membership] tr td::after {
  content: "";
  width: 80%;
  height: 1px;
  background: black;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
}
body > main > article section#s07 table[class*=membership] tr td:first-of-type {
  color: white;
  width: 70px;
  padding: 0 10px;
  white-space: pre-wrap;
  font-weight: 600;
}
body > main > article section#s07 table[class*=membership] tr td:first-of-type::after {
  background: white;
}
body > main > article section#s07 table[class*=membership] tr:last-of-type td::after {
  display: none;
}
body > main > article section#s08 {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  overflow: visible;
}
body > main > article section#s08::before {
  content: "";
  width: 100%;
  min-width: 700px;
  height: 100%;
  display: block;
  background: top/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/01_TopMain/back.jpg) no-repeat;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: -1;
}
body > main > article section#s08 > ol {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 30px auto;
}
body > main > article section#s08 > ol li {
  padding-left: 80px;
  position: relative;
}
body > main > article section#s08 > ol li::before, body > main > article section#s08 > ol li::after {
  content: "";
  width: 1px;
  background: black;
  position: absolute;
}
body > main > article section#s08 > ol li::before {
  height: 40px;
  display: block;
  top: 35px;
  left: 45px;
  z-index: 5;
}
body > main > article section#s08 > ol li::after {
  height: 7px;
  display: block;
  top: 68px;
  left: 43px;
  transform: rotate(-30deg);
}
body > main > article section#s08 > ol li:last-of-type::before, body > main > article section#s08 > ol li:last-of-type::after {
  display: none;
}
body > main > article section#s08 > ol li:nth-of-type(1) h3::before {
  background: center/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/08_How2Use/step01.png) no-repeat;
}
body > main > article section#s08 > ol li:nth-of-type(2) h3::before {
  background: center/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/08_How2Use/step02.png) no-repeat;
}
body > main > article section#s08 > ol li:nth-of-type(3) h3::before {
  background: center/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/08_How2Use/step03.png) no-repeat;
}
body > main > article section#s08 > ol li:nth-of-type(4) h3::before {
  background: center/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/08_How2Use/step04.png) no-repeat;
}
body > main > article section#s08 > ol li:nth-of-type(5) h3::before {
  background: center/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/08_How2Use/step05.png) no-repeat;
}
body > main > article section#s08 > ol li h3, body > main > article section#s08 > ol li p {
  text-align: left;
}
body > main > article section#s08 > ol li h3 {
  font-size: 15px !important;
  font-weight: 800;
  margin-left: 0;
  position: relative;
}
body > main > article section#s08 > ol li h3::before, body > main > article section#s08 > ol li h3::after {
  content: "";
}
body > main > article section#s08 > ol li h3::before {
  width: 40px;
  height: 50px;
  display: block;
  background: center/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/08_How2Use/howtouse2.svg) no-repeat;
  position: absolute;
  left: -56px;
  top: -18px;
}
body > main > article section#s08 > ol li h3::after {
  width: 50px;
  height: 50px;
  display: block;
  background: center/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/08_How2Use/howtouse2.svg) no-repeat;
  position: absolute;
  right: -24px;
  top: -16px;
}
body > main > article section#s08 > ol li p {
  margin: 5px 0 20px;
}
body > main > article section#s09 {
  position: relative;
}
body > main > article section#s09::after {
  content: "";
  width: 100%;
  min-width: 800px;
  height: 100%;
  display: block;
  background: bottom/contain url(https://www.ezakinet.co.jp/galleiaezaki/content/images/01_TopMain/back.jpg) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
body > footer {
  background: center/cover url(https://www.ezakinet.co.jp/galleiaezaki/content/images/09_Footer/footerback.jpg) no-repeat;
}
body > footer > dl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
body > footer > dl dt, body > footer > dl dd {
  text-align: center;
  margin: 5px auto;
}
body > footer > dl dt {
  font-size: 32px !important;
  font-family: "Zen Old Mincho", "Shippori Mincho B1", "A1 Mincho", "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "MS PMincho", serif;
}
body > footer > dl dd {
  font-size: 13px;
}
body > footer > ol {
  display: none !important;
  width: calc(100% - 300px) !important;
  padding: 0 25px;
  position: absolute;
  top: 50px !important;
  left: 250px;
}
body > footer > ol > li {
  line-height: 1rem;
  padding: 5px;
}
body > footer > ol > li > a, body > footer > ol > li > a:hover {
  width: auto !important;
  height: auto !important;
}

/* responsive */
@media (min-width: 500px) {
  /* default:500px */
  test body > main {
    padding-top: 0;
  }
  test body > main > article section[class^=section-content][class*=-storelist] > dl[class^=define-table] > dd > figure {
    display: inline-block;
  }
  test body > main > article section[class^=section-content][class*=-storelist] > dl[class^=define-table] > dd > figure + p {
    display: inline-block;
    width: calc(100% - 165px);
    vertical-align: top;
  }
}
@media (min-width: 750px) {
  /* default:750px */
  body > main {
    padding-top: 0;
  }
  body > main > article section#s03 figure.roommap {
    width: 350px;
    position: absolute;
    top: 280px;
    left: 52%;
  }
  body > main > article section#s03 figure.roommap img {
    width: 100%;
  }
  body > main > article section#s03 > ul[class^=list-slider] {
    margin-top: 50px;
    margin-left: 0;
  }
  body > main > article section#s04::after {
    bottom: 0;
  }
  body > main > article section#s04 > ol {
    margin-bottom: 30px;
  }
}
@media (min-width: 1000px) {
  /* default:1000px */
  body > main article section#s01 {
    padding-top: 300px;
  }
  body > main article section#s01 > ul#toppanel::before {
    display: none;
  }
  body > main article section#s01 > h1 {
    display: inline-block;
    vertical-align: top;
    /*color: transparent;*/
    margin-right: 50px;
  }
  body > main article section#s01 > section {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
  }
  body > main article section#s02::after {
    background-position: bottom;
  }
  body > main article section#s03 figure.roommap {
    top: 400px;
  }
  body > footer {
    padding: 20px calc((100% - 1000px) / 2) 0 !important;
  }
  body > footer > dl {
    margin-left: 0;
  }
  body > footer > ol {
    display: flex !important;
    justify-content: end !important;
  }
}
@media (min-width: 1200px) {
  /* default:1300px */
  body > footer > ol {
    justify-content: start !important;
    right: auto;
    left: calc((100% - 1000px) / 2 + 200px) !important;
  }
}
/* ------------------------------
	FOOTER
------------------------------ */
body > footer > a#bottom2top::before, body > footer > a#bottom2top::after {
  background: white !important;
}
body > footer > img {
  width: 90%;
  max-width: 200px;
  margin: 20px auto;
}
body > footer > nav {
  display: flex;
  justify-content: center;
}
body > footer > nav > ul {
  padding: 10px;
}
body > footer > nav > ul > li {
  margin-bottom: 0 !important;
  padding: 0 10px;
}
body > footer > nav > ul > li > a, body > footer > nav > ul > li > a:hover {
  font-size: 14px;
}
body > footer > ol {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
}
body > footer > ol > li {
  padding: 10px;
}
body > footer > ol > li > a {
  width: 30px;
  height: 30px;
  display: block;
}
body > footer > ol > li > a > svg {
  width: 100%;
  height: 100%;
  fill: rgb(255, 255, 255);
}

/* responsive */
@media (min-width: 500px) {
  /* default:500px */
}
@media (min-width: 750px) {
  /* default:750px */
  body > footer > img {
    margin-left: 0 !important;
  }
  body > footer > nav {
    flex-wrap: wrap;
  }
  body > footer > nav > ul {
    width: 100%;
    display: flex;
    justify-content: start;
  }
  body > footer > ol {
    position: absolute;
    top: calc(60px + 10vh);
    right: 5%;
  }
}
@media (min-width: 1000px) {
  /* default:1000px */
}
@media (min-width: 1200px) {
  /* default:1300px */
}/*# sourceMappingURL=style.css.map */