@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  border: none;
  height: auto;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.num li {
  list-style: decimal;
  margin-left: 1rem;
}

a {
  cursor: pointer;
}

.mfont {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gfont {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mt0 {
  margin-top: 0px;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mt4 {
  margin-top: 4em;
}

.mt5 {
  margin-top: 5em;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb4 {
  margin-bottom: 4em;
}

.mb5 {
  margin-bottom: 5em;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.phW100 {
  width: 100%;
}
.phW100 img {
  width: 100%;
}

.phW80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.phW80 img {
  width: 100%;
}

.phW60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.phW60 img {
  width: 100%;
}

.phW40 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.phW40 img {
  width: 100%;
}

.phW20 {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.phW20 img {
  width: 100%;
}

.phW15 {
  width: 15%;
  margin-left: auto;
  margin-right: auto;
}
.phW15 img {
  width: 100%;
}

.phW10 {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
.phW10 img {
  width: 100%;
}

.w05 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w48 {
  width: 48%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.minus30 {
  margin-top: -30%;
}

.minus15 {
  margin-top: -15%;
}

.minus10 {
  margin-top: -10%;
}

.minus05 {
  margin-top: -5%;
}

.leftFlow {
  float: left;
  display: block;
}

.rightFlow {
  float: right;
  display: block;
}

.nidden {
  display: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  height: -webkit-fill-available;
  font-size: 16px;
}

body {
  background-color: white;
  margin: 0;
  font-size: 1rem;
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
body img {
  width: 100%;
}

/* ! Mixin */
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 2;
}

p {
  font-size: 0.9rem;
  line-height: 2;
}
p.strong {
  font-weight: bold;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.strong {
  font-weight: bold;
}

hr {
  border-color: #eeeeee;
}

.ph {
  position: relative;
}

button .online,
.basicBW.online {
  display: none;
}

.container {
  width: 94%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.w40container {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
@media (orientation: portrait) and (max-width: 767px) {
  .w40container {
    width: 80%;
  }
}

.w50container {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (orientation: portrait) and (max-width: 767px) {
  .w50container {
    width: 80%;
  }
}

.w60container {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.w70container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.w80container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.red {
  color: #4f7da2;
}

.white {
  color: white;
}

.whiteBack {
  background-color: #fff;
  padding: 2% 0;
  width: 100%;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.pcHidden {
  display: none;
}

.white-space {
  white-space: nowrap;
}

.iv {
  opacity: 0;
}

sup {
  font-size: 0.6em;
}

.txshadow-b {
  text-shadow: 2px 2px 2px black;
}

.txshadow-w {
  text-shadow: 2px 2px 2px white;
}

.caption {
  font-size: 0.7rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.caption.minusTop {
  margin-top: -4em;
}
.caption.left {
  text-align: left !important;
  margin-left: 2em;
}
.caption.right {
  text-align: right !important;
}

.caption_btm {
  position: absolute;
  bottom: 2px;
  left: 5px;
  font-size: 7px;
  margin-bottom: 0;
  color: black;
}
.caption_btm.white {
  color: white;
}
.caption_btm.right {
  left: auto;
  right: 5px;
}

ol.num li {
  list-style: decimal;
  list-style-position: outside;
  line-height: 1.5;
  margin-left: 1em;
}

ul.disc li {
  list-style: disc;
  list-style-position: outside;
  line-height: 1.5;
  margin-left: 1em;
}

ul.square li {
  list-style: square;
  list-style-position: outside;
  line-height: 1.5;
  margin-left: 1rem;
}

.stickyContainer {
  position: relative;
}

.top li.menu1 {
  background-color: #b98641;
}

.concept li.menu2 {
  background-color: #b98641;
}

.position li.menu3 {
  background-color: #b98641;
}

.design li.menu4 {
  background-color: #b98641;
}

.siteplan li.menu5 {
  background-color: #b98641;
}

.location li.menu6 {
  background-color: #b98641;
}

.plan li.menu7 {
  background-color: #b98641;
}

.gallery li.menu8 {
  background-color: #b98641;
}

.quality li.menu9 {
  background-color: #b98641;
}

.structure li.menu10 {
  background-color: #b98641;
}

/* Header */
.headStack {
  position: sticky;
  top: 0;
  width: 100%;
  height: 73px;
  background-color: black;
  color: #EEEEEE;
  z-index: 50;
}
@media screen and (max-width: 991px) {
  .headStack {
    top: 0;
    height: 60px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .headStack {
    top: 0;
    height: 60px;
  }
}

header {
  padding: 6px 0;
}
header .container {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .logo {
  display: flex;
  width: 40%;
  justify-content: flex-start;
  align-items: center;
}
header .container .logo .logoBox {
  width: 150px;
  margin-right: 0.5em;
}
header .container .logo .pjName {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: white;
}
header .container nav.headerNavi {
  display: flex;
  justify-content: flex-end;
  gap: 0 1em;
  width: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
header .container nav.headerNavi ul {
  display: flex;
  width: 80%;
  justify-content: flex-end;
  align-items: center;
  gap: 0 10px;
}
header .container nav.headerNavi ul li {
  font-family: "EB Garamond", serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
header .container nav.headerNavi ul li a {
  display: block;
  color: #EEEEEE;
  padding: 0px;
  letter-spacing: 0.1em;
  text-align: center;
}
header .container nav.headerNavi ul li a .fa {
  display: inline;
}
header .container nav.headerNavi ul li a span {
  margin-left: 0.5em;
}
header .container nav.headerNavi ul li.btn {
  border: 1px solid white;
}
header .container nav.headerNavi ul li.btn:hover {
  opacity: 0.5;
}
header .container nav.headerNavi ul li.btn a {
  display: grid;
  place-content: center;
  width: 150px;
  height: 50px;
}
header .container nav.headerNavi ul li.btn.request {
  background-color: #b98641;
}
header .container nav.headerNavi ul li.btn.reserve {
  background-color: #888889;
}
header .container nav.headerNavi ul li.btn.online {
  background-color: #288472;
  display: none;
}
@media screen and (max-width: 991px) {
  header {
    width: 100%;
  }
  header .container .logo {
    width: 100%;
  }
  header .container .logo .logoBox {
    width: 120px;
    margin-right: 0.5em;
  }
  header .container .logo .pjName {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }
  header .container nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1em;
  }
  header .container nav ul li {
    font-size: 0.7rem;
    line-height: 1.5;
  }
  header .container nav.headerNavi > ul {
    display: none;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  header {
    padding: 24px 0 0 20px;
  }
  header .container .logo {
    width: 100%;
    justify-content: center;
  }
  header .container .logo .pjName {
    vertical-align: middle;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-align: left;
  }
  header .container nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1em;
  }
  header .container nav ul li {
    font-size: 0.7rem;
    line-height: 1.5;
  }
  header .container nav.headerNavi {
    width: 100%;
    padding: 14px 24px 0;
  }
  header .container nav.headerNavi ul {
    width: 70%;
    justify-content: space-around;
    gap: 0 1.5em;
  }
  header .container nav.headerNavi ul li {
    font-size: 1.8rem;
    line-height: 0.5;
  }
  header .container nav.headerNavi ul li .sub {
    font-size: 0.3em;
    margin: 0;
  }
  header .container nav.headerNavi a {
    display: block;
    color: #EEEEEE;
    letter-spacing: 0em;
    padding: 0;
    text-align: center;
  }
  header .container nav.headerNavi a .fa {
    display: inline-block;
  }
}

#gNavi {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -100%;
  width: min(100%, 500px);
  height: 100vh;
  /*ナビの高さ*/
  background: rgba(0, 0, 0, 0.9);
  /*動き*/
  transition: all 0.6s;
}
@media screen and (max-width: 991px) {
  #gNavi {
    width: 60%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  #gNavi {
    width: 100%;
  }
}

/*アクティブクラスがついたら位置を0に*/
#gNavi.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#gNavi.panelactive #g-nav-list {
  position: relative;
  z-index: 999;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  /*表示する高さ*/
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 991px) {
  #gNavi.panelactive #g-nav-list {
    width: 80%;
  }
}

#gNavi.panelactive #g-nav-list::-webkit-scrollbar {
  display: none;
}

.menuContent {
  width: 100%;
  padding: 5% 0%;
}
.menuContent .stack {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
.menuContent .stack .logo {
  width: 80%;
  max-width: 220px;
  margin: 0 auto 10%;
}
.menuContent .stack ul.content-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
.menuContent .stack ul.content-menu li {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  position: relative;
  width: 100%;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  vertical-align: middle;
  border: 1px dashed #4A4A4A;
}
.menuContent .stack ul.content-menu li a {
  display: block;
  padding: 20px 20px;
  color: #EEEEEE;
}
.menuContent .stack ul.content-menu li a span.on {
  position: absolute;
  display: block;
  font-size: 0.8em;
  right: 10px;
  top: 40%;
  color: #B5B5B6;
}
.menuContent .stack ul.content-menu li:hover {
  background-color: #B5B5B6;
}
.menuContent .stack .bttomBtnArea {
  background-color: transparent;
}
.menuContent .stack .bttomBtnArea .middle {
  width: 100%;
  font-family: "EB Garamond", serif;
}
.menuContent .stack .bttomBtnArea .middle button.basicBW {
  aspect-ratio: 16/6;
}
@media screen and (max-width: 1199px) {
  .menuContent .stack {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .menuContent .stack {
    width: 90%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .menuContent .stack {
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .menuContent {
    padding: 0;
  }
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: relative;
  z-index: 9999;
  /*ボタンを最前面に*/
  cursor: pointer;
  margin-top: 7px;
  width: 50px;
  height: 50px;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .openbtn1 {
    position: fixed;
    top: 10px;
    right: 20px;
    margin-top: 0;
  }
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: white;
  width: 55%;
}

.openbtn1 span:nth-of-type(1) {
  top: 10px;
}

.openbtn1 span:nth-of-type(2) {
  top: 20px;
}

.openbtn1 span:nth-of-type(3) {
  top: 30px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 10px;
  left: 22px;
  transform: translateY(10px) rotate(-45deg);
  width: 40%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 22px;
  transform: translateY(-10px) rotate(45deg);
  width: 40%;
}

/* !Bottom Area */
.contact {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 0px;
}
.contact .contactTitle {
  font-size: 1.2em;
}
.contact .telNo {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #4f7da2;
}
.contact .telNo svg {
  width: 100%;
}
.contact p {
  font-size: 0.8em;
  line-height: 2;
  margin: 0;
}

.bannerArea {
  position: relative;
  width: 100%;
  padding: 30px 0;
  z-index: 10;
}
.bannerArea .footer_banner {
  text-align: center;
}

.bttomBtnArea {
  position: relative;
  width: 100%;
  padding: 10px 0;
  z-index: 10;
}
.bttomBtnArea .middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 2%;
  width: 90%;
  max-width: 800px;
  margin: 3% auto;
  padding: 0;
  text-align: center;
}
.bttomBtnArea .middle button.basicBW {
  position: relative;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  width: 48%;
  aspect-ratio: 16/4;
  border: 1px solid white;
  color: #EEEEEE;
  letter-spacing: 3px;
  background-image: url(../images/common/triangle-w.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 2;
}
.bttomBtnArea .middle button.basicBW.request {
  background-color: #b98641;
  color: white;
}
.bttomBtnArea .middle button.basicBW.reserve {
  background-color: #888889;
  color: white;
}
.bttomBtnArea .middle button.basicBW.online {
  background-color: #288472;
  color: white;
}
.bttomBtnArea .middle button.basicBW .fa {
  position: absolute;
  top: 32%;
  right: 10px;
  font-size: 20px;
}
.bttomBtnArea .middle button.basicBW:hover {
  opacity: 0.5;
}
.bttomBtnArea .hpLink li {
  font-family: "EB Garamond", serif;
  display: inline-block;
  margin: 10px 20px 0px;
  letter-spacing: 0.2em;
}
.bttomBtnArea .hpLink li a {
  color: white;
}
.bttomBtnArea .hpLink li a:hover {
  text-decoration: underline;
}
.bttomBtnArea .hpLink li.soon {
  display: none;
}
.bttomBtnArea .caption {
  font-family: "Noto Sans JP", sans-serif;
}
.bttomBtnArea .w100Container {
  margin-top: 50px;
}
.bttomBtnArea .w100Container ul {
  width: 90%;
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.bttomBtnArea .w100Container ul li {
  width: 24%;
  margin: 0.5%;
}
.bttomBtnArea .w100Container ul li img {
  width: 100%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .bttomBtnArea .middle button.basicBW {
    font-size: 30%;
    aspect-ratio: 16/5;
  }
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.btnStack {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: auto;
  z-index: 102;
}

footer {
  position: relative;
  width: 100%;
  padding: 0px;
  background-color: #EEEEEE;
  color: #212121;
  font-weight: normal;
  z-index: 11;
}
footer aside {
  background-color: #212121;
}
footer aside .infobox {
  padding: 50px 0;
  font-size: 0.8em;
  color: #EEEEEE;
}
footer .bottomStack {
  width: 100%;
  padding: 20px 0 10px;
  background-color: white;
}
footer .bottomStack .centerLogo {
  width: 300px;
  margin: 20px auto 10px;
}
footer .bottomStack .centerLogo img {
  width: 100%;
}
footer .bottomStack .copyright {
  text-align: center;
  color: #212121;
  font-size: 0.7em !important;
}

.linkButton {
  margin: 5% auto 0;
  width: 100px;
}
.linkButton a {
  display: block;
  width: 120px;
  height: 120px;
  padding: 46px 0;
  color: white;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-color: #4f7da2;
  text-align: center;
}
.linkButton a:hover {
  opacity: 0.5;
}

/* !flexbox */
.flexContainer,
.flexcontainer {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexContainer .flexItem2,
.flexcontainer .flexItem2 {
  width: 49%;
}
.flexContainer .w15,
.flexcontainer .w15 {
  width: 15%;
}
.flexContainer .w18,
.flexcontainer .w18 {
  width: 18%;
}
.flexContainer .w20,
.flexcontainer .w20 {
  width: 20%;
}
.flexContainer .w24,
.flexcontainer .w24 {
  width: 24%;
}
.flexContainer .w25,
.flexcontainer .w25 {
  width: 25%;
}
.flexContainer .w30,
.flexContainer .flexItem3,
.flexContainer .flexItem3_1,
.flexcontainer .w30,
.flexcontainer .flexItem3,
.flexcontainer .flexItem3_1 {
  width: 30%;
}
.flexContainer .w32,
.flexcontainer .w32 {
  width: 32%;
}
.flexContainer .w33,
.flexcontainer .w33 {
  width: 33%;
}
.flexContainer .w37,
.flexcontainer .w37 {
  width: 37%;
}
.flexContainer .w40,
.flexcontainer .w40 {
  width: 40%;
}
.flexContainer .w45,
.flexcontainer .w45 {
  width: 45%;
}
.flexContainer .w48,
.flexcontainer .w48 {
  width: 48%;
}
.flexContainer .w49,
.flexcontainer .w49 {
  width: 49%;
}
.flexContainer .w50,
.flexcontainer .w50 {
  width: 50%;
}
.flexContainer .w52,
.flexcontainer .w52 {
  width: 52%;
}
.flexContainer .w55,
.flexcontainer .w55 {
  width: 55%;
}
.flexContainer .w60,
.flexcontainer .w60 {
  width: 60%;
}
.flexContainer .w62,
.flexcontainer .w62 {
  width: 62%;
}
.flexContainer .w65,
.flexcontainer .w65 {
  width: 65%;
}
.flexContainer .w66,
.flexContainer .flexItem3_2,
.flexcontainer .w66,
.flexcontainer .flexItem3_2 {
  width: 66%;
}
.flexContainer .w70,
.flexcontainer .w70 {
  width: 70%;
}
.flexContainer .w74,
.flexcontainer .w74 {
  width: 74%;
}
.flexContainer .w75,
.flexcontainer .w75 {
  width: 75%;
}
.flexContainer .w85,
.flexcontainer .w85 {
  width: 85%;
}
.flexContainer .w25,
.flexContainer .w33,
.flexContainer .w30,
.flexContainer .w40,
.flexContainer .w50,
.flexContainer .w60,
.flexContainer .w65,
.flexContainer .w70,
.flexContainer .w74,
.flexContainer .w75,
.flexContainer .w85,
.flexContainer .flexItem2,
.flexContainer .flexItem3,
.flexcontainer .w25,
.flexcontainer .w33,
.flexcontainer .w30,
.flexcontainer .w40,
.flexcontainer .w50,
.flexcontainer .w60,
.flexcontainer .w65,
.flexcontainer .w70,
.flexcontainer .w74,
.flexcontainer .w75,
.flexcontainer .w85,
.flexcontainer .flexItem2,
.flexcontainer .flexItem3 {
  margin-bottom: 10px;
}
.flexContainer.flex-align-end,
.flexcontainer.flex-align-end {
  align-items: flex-end;
}
.flexContainer.flex-align-stretch,
.flexcontainer.flex-align-stretch {
  align-items: stretch;
}

/* !Button */
.btn {
  letter-spacing: 3px;
}

.btn_pageTop {
  position: fixed;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background-color: #4f7da2;
  z-index: 200;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.btn_pageTop a {
  color: white;
}

.btn_scroll {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  color: white;
  background-color: black;
  background-image: url(../images/common/nLogo_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  border: 1px solid black;
  z-index: 1;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-animation: fluffy1 4s ease infinite;
  -webkit-animation: fluffy1 4s ease infinite;
  animation: fluffy1 4s ease infinite;
}
.btn_scroll p {
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 0;
}

.btn-close {
  padding: 10px 20px;
  background-color: #4A4A4A;
  border: none;
  color: white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 100px;
  margin: 0 auto;
  font-size: 0.6em;
}

.btn-more {
  display: block;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.btn-more img {
  width: 90%;
}
.btn-more a {
  color: white;
}

.btn-more-inner {
  position: absolute;
  bottom: -5%;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  color: white;
  letter-spacing: 2px;
  text-align: center;
  background-color: black;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.btn-more-inner:hover {
  background-color: #4f7da2;
  color: white;
}

/* !gNavi Anime */
.borderBtmTop {
  display: inline-block;
  position: relative;
}
.borderBtmTop a {
  color: white;
}
.borderBtmTop a .fa {
  color: #4f7da2;
}
.borderBtmTop a:hover .fa {
  color: white;
}
.borderBtmTop.current {
  background-color: #4f7da2;
}
.borderBtmTop.current .fa {
  color: white;
}

.borderBtmTop::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleY(0);
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #4f7da2;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.borderBtmTop:hover::after {
  transform: scaleY(1);
  transform-origin: bottom left;
}

.borderBtmTop span {
  position: relative;
  z-index: 10;
  display: block;
}

.footerNavi {
  display: none;
}

/* !Delay */
.delay00 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0s;
  /* ディレイ*/
}

.delay01 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0.25s;
  /* ディレイ*/
}

.delay02 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0.5s;
  /* ディレイ*/
}

.delay03 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0.75s;
  /* ディレイ*/
}

.delay04 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 1s;
  /* ディレイ*/
}

.delay05 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 1.25s;
  /* ディレイ*/
}

.delay06 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 1.5s;
  /* ディレイ*/
}

.reflection {
  position: relative;
  overflow: hidden;
  background-color: #666;
}

.reflection::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 3s ease-in-out infinite;
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/**************************************

	 			!Media

***************************************/
/* !tab */
/* !SP */
@media only screen and (max-width: 767px) {
  .spHidden {
    display: none;
  }
  .pcHidden {
    display: block;
  }
  .caption {
    font-size: 8px;
  }
  .container {
    width: 100%;
  }
  .headStack header .container {
    flex-direction: column;
  }
  .headStack header .container .logo {
    flex-direction: row;
    width: 90%;
    min-width: auto;
    height: auto;
    margin: 0 0;
    padding: 0;
  }
  .headStack header .container .logo .logoBox {
    display: none;
  }
  .headStack header .container .logo .pjName {
    width: 100%;
    font-size: 0.8rem;
    text-align: left;
  }
  .bttomBtnArea {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .bttomBtnArea .w100Container ul li {
    width: 48%;
    margin: 1%;
  }
  .w60container,
  .w70container,
  .w80container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .footerNavi {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 64px;
    background-color: #ddd;
    z-index: 999;
    padding: 2px;
  }
  .footerNavi nav.spNav ul.sp_buttons {
    display: flex;
    justify-content: center;
  }
  .footerNavi nav.spNav ul.sp_buttons li {
    width: 18%;
    border-right: 1px solid #999;
  }
  .footerNavi nav.spNav ul.sp_buttons li a {
    display: block;
    width: 76%;
    margin: 2px auto;
  }
  .footerNavi nav.spNav ul.sp_buttons li a img {
    width: 100%;
  }
  .footerNavi nav.spNav ul.sp_buttons li:last-child {
    border-right: none;
  }
}
/* zoomIn */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* zoomOut */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

/* blur */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger {
  opacity: 0;
}

/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeDown */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeLeft */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* fadeRight */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*==================================================
背景色が伸びて出現
===================================*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*右から左*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/*下から上*/
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
/*上から下*/
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time15 {
  animation-delay: 1.5s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time25 {
  animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.change-time05 {
  animation-duration: 0.5s;
}

.change-time1 {
  animation-duration: 1s;
}

.change-time15 {
  animation-duration: 1.5s;
}

.change-time2 {
  animation-duration: 2s;
}

.change-time25 {
  animation-duration: 2.5s;
}

html,
body {
  background-color: white;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
}

h2 {
  font-size: clamp(1.2rem, 1.059rem + 0.601vw, 1.6rem);
  font-weight: 300;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
}

h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
  display: inline-block;
}

.eng {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: inherit;
}

.dashB {
  background-color: transparent;
  border-bottom: 1px dashed #212121;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.boxNumber {
  display: inline-block;
  width: 1.6em;
  line-height: 1.6;
  padding-bottom: 0;
  background-color: #840420;
  box-sizing: border-box;
  color: white;
  text-align: center;
  margin-right: 0.5em;
  vertical-align: middle;
}

.objfit {
  object-fit: cover;
  width: 100%;
  height: inherit;
}

.item100,
.w100 {
  width: 100%;
}

main {
  display: block;
  position: relative;
  line-height: 2;
  font-weight: 400;
}
main img {
  width: 100%;
}
main ul li {
  font-size: 0.9rem;
}

/* !Pages */
.pages {
  /* !Plan */
  /* !Gallery */
}
@media screen and (max-width: 991px) {
  .pages .pcOnly {
    display: none;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages .pcOnly {
    display: none;
  }
}
.pages p.lead {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .pages p.lead {
    font-size: 1.2rem;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages p.lead {
    font-size: 1rem;
  }
}
.pages p.lead2 {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .pages p.lead2 {
    font-size: 1rem;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages p.lead2 {
    font-size: 0.9rem;
  }
}
.pages .fullWidth {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
.pages .secBg {
  height: 100%;
}
.pages h1.ttl {
  height: 24px;
  margin-bottom: 3em;
}
.pages h1.ttl img {
  width: auto;
  height: 100%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages h1.ttl {
    height: 18px;
  }
}
.pages #concept p.lead {
  font-size: 0.9rem;
  line-height: 2.4;
}
.pages #concept .sec1 {
  width: 100%;
  background-image: url("../../concept/images/bg-concept.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 5% 0;
  color: #38383a;
}
.pages #concept .sec1 .andONE {
  width: min(60%, 380px);
  margin: 8% auto 5%;
}
.pages #concept .sec1 p.eng {
  color: #38383a;
}
.pages #concept .sec2 {
  padding-bottom: 5%;
}
.pages #concept .sec2 .min1 {
  width: min(60%, 400px);
  margin: 3em auto;
}
.pages #concept .sec2 .flexcontainer .item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #concept .container {
    width: 90%;
  }
  .pages #concept .sec2 .phW60 {
    width: 100%;
  }
  .pages #concept .sec2 .flexcontainer {
    gap: 2em;
  }
  .pages #concept .sec2 .w45 {
    width: 100%;
  }
}
.pages #position .mainVisual {
  background-image: url("../../position/images/bg-01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  aspect-ratio: 3/2.86;
  padding-top: 5%;
}
.pages #position .mainVisual h1.title {
  width: min(74%, 500px);
  margin: 0 auto;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #position .mainVisual {
    background-image: url("../../position/images/bg-01-sp.jpg");
    aspect-ratio: 3/4.1;
  }
  .pages #position .mainVisual h1.title {
    margin: 30px auto;
  }
  .pages #position .mainVisual .container {
    width: 90%;
  }
}
.pages #position .localNavi {
  background-color: #eaeef1;
  padding: 40px 0 30px;
}
.pages #position .localNavi .flexcontainer {
  justify-content: center;
  gap: 20px;
}
.pages #position .localNavi .buttonItem {
  display: block;
  width: 48%;
  border: 1px solid #71748c;
  background-color: #fff;
  aspect-ratio: 270/66;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
.pages #position .localNavi .buttonItem.b-access {
  background-image: url("../../position/images/btn-access-h.svg");
}
.pages #position .localNavi .buttonItem.b-location {
  background-image: url("../../position/images/btn-location-h.svg");
}
.pages #position .localNavi .buttonItem.current, .pages #position .localNavi .buttonItem:hover {
  background-color: #71748c;
}
.pages #position .localNavi .buttonItem.current.b-access, .pages #position .localNavi .buttonItem:hover.b-access {
  background-image: url("../../position/images/btn-access.svg");
}
.pages #position .localNavi .buttonItem.current.b-location, .pages #position .localNavi .buttonItem:hover.b-location {
  background-image: url("../../position/images/btn-location.svg");
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #position .localNavi {
    padding: 20px 0 20px;
  }
  .pages #position .localNavi .flexcontainer {
    justify-content: center;
    gap: 10px;
  }
  .pages #position .localNavi .buttonItem {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  }
}
.pages #position.access .sec1 {
  position: relative;
  padding: 10% 0;
  background-image: url("../../position/images/bg-02.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 3/2;
}
.pages #position.access .sec1 .sideTxt {
  position: absolute;
  top: 80px;
  right: 30px;
  width: 6%;
  padding-left: 2%;
  height: calc(80% - 100px);
  border-left: 1px solid #71748c;
}
.pages #position.access .sec1 .sideTxt .txt {
  width: 60%;
}
.pages #position.access .sec1 .womanImage {
  position: absolute;
  right: 12%;
  bottom: 5%;
  width: 15%;
}
.pages #position.access .sec1 .inner {
  width: 480px;
  margin-left: 55%;
}
.pages #position.access .sec1 .inner p span {
  font-size: 0.7em;
}
.pages #position.access .sec1 .inner p.eng {
  font-size: 0.9em;
  color: #71748c;
}
@media screen and (max-width: 991px) {
  .pages #position.access .sec1 {
    padding: 5% 0;
    background-repeat: no-repeat;
    background-size: 1200px;
    background-position: top right;
  }
  .pages #position.access .sec1 .sideTxt,
  .pages #position.access .sec1 .womanImage {
    display: none;
  }
  .pages #position.access .sec1 .inner {
    width: 80%;
    margin: 0% 5% 0% 15%;
  }
  .pages #position.access .sec1 .inner p.eng {
    display: none;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #position.access .sec1 {
    padding: 5% 0;
    background-size: 820px;
    background-position: top right;
  }
  .pages #position.access .sec1 .inner {
    width: 90%;
    margin: 0% 5% 0% 5%;
  }
  .pages #position.access .sec1 .inner p.eng {
    display: none;
  }
}
.pages #position.access .sec2 {
  padding: 4% 0;
}
.pages #position.access .sec2 h2 {
  border-bottom: 1px solid #71748c;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}
.pages #position.access .sec2 h2 .txt {
  width: 24%;
  margin: 0 auto;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #position.access .sec2 .mb3 {
    margin-bottom: 0em;
  }
  .pages #position.access .sec2 h2 .txt {
    width: 50%;
  }
}
.pages #position.access .sec3 {
  padding: 4% 0;
  background-image: url("../../position/images/bg-04.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
}
.pages #position.access .sec3 h2 {
  border-bottom: 1px solid #71748c;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}
.pages #position.access .sec3 h2 .txt {
  width: 24%;
  margin: 0 auto;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #position.access .sec3 {
    background-size: cover;
  }
  .pages #position.access .sec3 h2 .txt {
    width: 50%;
  }
  .pages #position.access .sec3 .flexcontainer {
    gap: 2em;
  }
  .pages #position.access .sec3 .flexcontainer .w45 {
    width: 100%;
  }
}
.pages #position.location {
  position: relative;
}
.pages #position.location .eng {
  display: none;
}
.pages #position.location .wrapBG {
  background-image: url("../../position/images/bg-03.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 60px center;
  background-attachment: fixed;
  padding: 4% 0;
}
@media screen and (max-width: 1199px) {
  .pages #position.location .wrapBG {
    background-size: cover;
    background-position: top 60px left -30px;
  }
  .pages #position.location .wrapBG .w70container {
    width: 80%;
    margin: 0 5% 0 auto;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #position.location .wrapBG {
    background-image: none;
  }
  .pages #position.location .wrapBG .w70container {
    width: 96%;
    margin: 0 auto 0;
  }
}
.pages #position.location .wrapBG .sec1 {
  margin-bottom: 7%;
}
.pages #position.location .wrapBG .sec2, .pages #position.location .wrapBG .sec3 {
  margin-bottom: 4%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #position.location .wrapBG .sec2, .pages #position.location .wrapBG .sec3 {
    width: 90%;
    margin: 0 auto 2em;
  }
  .pages #position.location .wrapBG .sec2 h3, .pages #position.location .wrapBG .sec3 h3 {
    margin-bottom: 0.5em;
  }
  .pages #position.location .wrapBG .sec2 h4.ttl, .pages #position.location .wrapBG .sec3 h4.ttl {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1em;
    letter-spacing: 0em;
  }
  .pages #position.location .wrapBG .sec2 h5, .pages #position.location .wrapBG .sec3 h5 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .pages #position.location .wrapBG .sec2 h6, .pages #position.location .wrapBG .sec3 h6 {
    font-size: 0.9;
    font-weight: 600;
  }
  .pages #position.location .wrapBG .sec2 ol, .pages #position.location .wrapBG .sec2 ul, .pages #position.location .wrapBG .sec3 ol, .pages #position.location .wrapBG .sec3 ul {
    margin-top: 0.5em;
  }
  .pages #position.location .wrapBG .sec2 ol li, .pages #position.location .wrapBG .sec2 ul li, .pages #position.location .wrapBG .sec3 ol li, .pages #position.location .wrapBG .sec3 ul li {
    font-size: 0.5rem;
    line-height: 1.3;
  }
  .pages #position.location .wrapBG .sec2 .flexcontainer, .pages #position.location .wrapBG .sec3 .flexcontainer {
    gap: 10px;
  }
  .pages #position.location .wrapBG .sec2 .ttl1, .pages #position.location .wrapBG .sec3 .ttl1 {
    color: #974558;
  }
  .pages #position.location .wrapBG .sec2 .ttl2, .pages #position.location .wrapBG .sec3 .ttl2 {
    color: #135746;
  }
  .pages #position.location .wrapBG .sec2 .ttl3, .pages #position.location .wrapBG .sec3 .ttl3 {
    color: #316680;
  }
  .pages #position.location .wrapBG .sec2 .ttl4, .pages #position.location .wrapBG .sec3 .ttl4 {
    color: #514673;
  }
  .pages #position.location .wrapBG .sec2 .ttl5, .pages #position.location .wrapBG .sec3 .ttl5 {
    color: #635442;
  }
}
.pages #design {
  background-color: #000;
  color: white;
}
.pages #design h1 {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 0.5em;
}
.pages #design h4 {
  font-size: clamp(1.1rem, 1.03rem + 0.3vw, 1.3rem);
}
.pages #design p.lead {
  font-size: clamp(1.2rem, 1.13rem + 0.3vw, 1.4rem);
  letter-spacing: 0.2em;
}
.pages #design .purple {
  color: #71748c;
}
.pages #design .sec1 {
  position: relative;
  padding-top: 5%;
  background-image: url("../../design/images/ph-01.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  aspect-ratio: 3/2.2;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #design .sec1 {
    background-position: bottom center;
    aspect-ratio: 3/4;
  }
}
.pages #design .sec2 {
  padding-top: 2%;
}
.pages #design .sec2 .innerBG {
  position: relative;
  background-image: url("../../design/images/ph-03.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 40%;
}
.pages #design .sec2 .ph1 {
  position: relative;
  width: 80%;
  margin: 0 0 0 auto;
}
.pages #design .sec2 .ph1 h2.floating1 {
  position: absolute;
  top: 10%;
  left: -10%;
  width: 30%;
}
.pages #design .sec2 .stack1 {
  width: 80%;
  padding: 5% 0 10%;
  margin: 0 0 0 auto;
}
.pages #design .sec2 .stack1 .purple {
  font-size: 1.2rem;
}
.pages #design .sec2 .stack1 .designer {
  width: 90%;
  margin: 5em 0 0 auto;
}
.pages #design .sec2 .stack1 .designer .ttlBorder {
  border-bottom: 1px solid white;
  padding-bottom: 1em;
  margin: 0;
}
.pages #design .sec2 .stack1 .designer .ttlBorder h4 {
  width: 20%;
}
.pages #design .sec2 .stack1 .designer .designer2 {
  width: max(500px, 70%);
}
.pages #design .sec2 .stack1 .designer .designer2 .flexcontainer {
  justify-content: flex-start;
  gap: 2em;
}
.pages #design .sec2 .stack1 .designer .designer2 .flexcontainer .leftItem {
  width: max(240px, 50%);
}
.pages #design .sec2 .stack1 .designer .designer2 .flexcontainer .rightItem {
  width: min(33%, 240px);
}
.pages #design .sec2 .stack1 .designer .designer2 .designerName {
  width: 130px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .pages #design .sec2 .eng {
    display: none;
  }
  .pages #design .sec2 .ph1 {
    width: 90%;
  }
  .pages #design .sec2 .ph1 h2.floating1 {
    left: 0%;
  }
  .pages #design .sec2 .stack1 {
    width: 90%;
    margin: 0 auto 0;
  }
  .pages #design .sec2 .stack1 .flexcontainer {
    flex-direction: column;
  }
  .pages #design .sec2 .stack1 .flexcontainer .w25 {
    width: 80%;
  }
  .pages #design .sec2 .stack1 .flexcontainer .w75 {
    width: 100%;
  }
  .pages #design .sec2 .stack1 .designer {
    width: 74%;
    margin: 3em auto 0;
  }
  .pages #design .sec2 .stack1 .designer .ttlBorder h4 {
    width: 40%;
  }
  .pages #design .sec2 .stack1 .designer .designer2 {
    width: 80%;
    margin: 1em auto;
  }
  .pages #design .sec2 .stack1 .designer .designer2 .flexcontainer {
    flex-direction: row;
  }
  .pages #design .sec2 .stack1 .designer .designer2 .designerName {
    width: 130px;
    margin: 1em 0;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #design .sec2 .ph1 {
    width: 96%;
  }
  .pages #design .sec2 .ph1 h2.floating1 {
    top: 10%;
    left: 0%;
    width: 38%;
  }
  .pages #design .sec2 .stack1 {
    width: 90%;
    padding: 5% 0 10%;
    margin: 0 auto;
  }
  .pages #design .sec2 .stack1 .flexcontainer .w25, .pages #design .sec2 .stack1 .flexcontainer .w75 {
    width: 100%;
  }
  .pages #design .sec2 .stack1 .designer {
    width: 100%;
    margin: 1em auto 0;
  }
  .pages #design .sec2 .stack1 .designer .ttlBorder {
    padding-bottom: 0.5em;
    margin: 0;
  }
  .pages #design .sec2 .stack1 .designer .ttlBorder h4 {
    width: 50%;
  }
  .pages #design .sec2 .stack1 .designer .designer2 {
    width: 100%;
  }
  .pages #design .sec2 .stack1 .designer .designer2 .flexcontainer {
    justify-content: flex-start;
    gap: 2em;
  }
  .pages #design .sec2 .stack1 .designer .designer2 .flexcontainer .leftItem {
    width: 100%;
  }
  .pages #design .sec2 .stack1 .designer .designer2 .flexcontainer .rightItem {
    width: 70%;
    margin: 1em auto;
  }
  .pages #design .sec2 .stack1 .designer .designer2 .designerName {
    width: 150px;
    margin-bottom: 1em;
  }
  .pages #design .sec2 .innerBG {
    background-image: none;
  }
}
.pages #design .sec3 {
  position: relative;
  padding: 0;
}
.pages #design .sec3 .flexcontainer {
  position: relative;
  align-items: center;
  z-index: 1;
}
.pages #design .sec3 .flexcontainer .w40 .inner {
  width: 60%;
  margin: 0 5% 0 auto;
}
.pages #design .sec3 .flexcontainer .w40 .inner h3 {
  margin: 2em auto;
  width: 80%;
}
.pages #design .sec3 .flexcontainer .w60 {
  position: relative;
  background-image: url("../../design/images/ph-05.jpg");
  background-size: cover;
  background-position: 50%;
  aspect-ratio: 1/1;
  border-left: 1px solid white;
}
.pages #design .sec3 .flexcontainer .w60 .innerWhite {
  width: 18%;
  height: 100%;
  padding: 4% 0 0;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.7);
}
.pages #design .sec3 .flexcontainer .w60 .innerWhite .sideTxt {
  width: 50%;
  margin: 0% auto 0 10%;
}
.pages #design .sec3 p.eng {
  position: absolute;
  width: 80%;
  left: 18%;
  bottom: 5%;
  z-index: 10;
  font-size: 1.3rem;
}
@media screen and (max-width: 991px) {
  .pages #design .sec3 p.eng {
    display: none;
  }
  .pages #design .sec3 .flexcontainer .w40 .inner {
    width: 90%;
    margin: 0 5% 0 auto;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #design .sec3 .flexcontainer {
    flex-direction: column;
  }
  .pages #design .sec3 .flexcontainer .w40 {
    width: 100%;
  }
  .pages #design .sec3 .flexcontainer .w40 .inner {
    width: 70%;
    margin: 0 auto 0;
  }
  .pages #design .sec3 .flexcontainer .w60 {
    position: relative;
    width: 100%;
    border-left: none;
  }
  .pages #design .sec3 .flexcontainer .w60 .caption_btm {
    color: white;
  }
  .pages #design .sec3 .flexcontainer .w60 .innerWhite {
    display: none;
  }
}
.pages #design .sec4 {
  padding: 4% 6% 0 0;
}
.pages #design .sec4 .innerWhite {
  background-color: white;
  padding: 0 5% 10% 5%;
}
.pages #design .sec4 .innerWhite .fl1 {
  align-items: flex-end;
  gap: 20px;
}
.pages #design .sec4 .innerWhite .fl1 .leftItem {
  width: 50%;
}
.pages #design .sec4 .innerWhite .fl1 .leftItem .stack {
  display: flex;
  align-items: flex-end;
}
.pages #design .sec4 .innerWhite .fl1 .leftItem .stack h4 {
  width: 60px;
  margin: 0 1em 1em 0;
}
.pages #design .sec4 .innerWhite .fl1 .rightItem {
  width: 45%;
  color: black;
  padding-bottom: 3em;
}
.pages #design .sec4 .fl2 {
  justify-content: flex-start;
  gap: 3em;
}
.pages #design .sec4 .fl2 .leftItem {
  position: relative;
  width: max(600px, 45%);
  background-image: url("../../design/images/ph-08.png");
  background-size: cover;
  background-position: top left;
  aspect-ratio: 2.4/3;
}
.pages #design .sec4 .fl2 .rightItem {
  display: grid;
  place-content: center;
}
.pages #design .sec4 .fl2 .rightItem .inner {
  width: 400px;
  padding-bottom: 4em;
}
.pages #design .sec4 .fl2 .rightItem .inner h3 {
  width: min(80%, 500px);
  margin: 5em auto 5em 5%;
}
.pages #design .sec4 .fl2 .rightItem .inner h4, .pages #design .sec4 .fl2 .rightItem .inner p {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .pages #design .sec4 {
    padding: 4% 0% 0;
  }
  .pages #design .sec4 .fl2 {
    flex-direction: column;
    justify-content: flex-start;
    gap: 3em;
  }
  .pages #design .sec4 .fl2 .leftItem {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: top left;
    aspect-ratio: 2.4/3;
  }
  .pages #design .sec4 .fl2 .rightItem {
    width: 90%;
    margin: 0 auto;
  }
  .pages #design .sec4 .fl2 .rightItem h3 {
    margin: 2em auto 2em;
  }
}
@media screen and (max-width: 991px) {
  .pages #design .sec4 .fl2 .rightItem .inner {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 3em;
  }
  .pages #design .sec4 .fl2 .rightItem .inner h4, .pages #design .sec4 .fl2 .rightItem .inner p {
    text-align: left;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #design .sec4 {
    padding: 4% 0 0;
  }
  .pages #design .sec4 .innerWhite {
    background-color: white;
    padding: 1em 0 10%;
  }
  .pages #design .sec4 .innerWhite .flexcontainer {
    flex-direction: column;
    align-items: flex-end;
  }
  .pages #design .sec4 .innerWhite .flexcontainer .leftItem {
    width: 80%;
    margin: 0 auto 1em;
  }
  .pages #design .sec4 .innerWhite .flexcontainer .leftItem .stack {
    display: flex;
    align-items: flex-end;
  }
  .pages #design .sec4 .innerWhite .flexcontainer .leftItem .stack h4 {
    width: 60px;
    margin: 0 1em 1em 0;
  }
  .pages #design .sec4 .innerWhite .flexcontainer .rightItem {
    width: 90%;
    margin: 0 auto;
    color: black;
    padding-bottom: 3em;
  }
  .pages #design .sec4 .fl2 {
    flex-direction: column;
    justify-content: flex-start;
    gap: 3em;
  }
  .pages #design .sec4 .fl2 .leftItem {
    position: relative;
    width: 90%;
    background-image: url("../../design/images/ph-08.png");
    background-size: cover;
    background-position: top left;
    aspect-ratio: 2/2.6;
  }
  .pages #design .sec4 .fl2 .rightItem {
    width: 90%;
    margin: 0 auto;
  }
  .pages #design .sec4 .fl2 .rightItem .inner {
    width: auto;
    padding-bottom: 1em;
  }
  .pages #design .sec4 .fl2 .rightItem .inner h4, .pages #design .sec4 .fl2 .rightItem .inner p {
    text-align: left;
  }
}
.pages #design .sec5 {
  padding: 3% 0 0;
  background-image: url("../../design/images/bg-01.jpg");
  background-size: cover;
  background-position: top center;
}
.pages #design .sec5 h3.ttl {
  width: min(50%, 340px);
}
.pages #design .sec5 h4 {
  font-size: 1.2rem;
}
.pages #design .sec5 .fl1 {
  justify-content: flex-start;
  gap: 1em;
}
.pages #design .sec5 .innerBG {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3% 0;
  margin-top: 3%;
}
.pages #design .sec5 .innerBG .shikihai {
  padding-top: 5em;
  margin-bottom: 3em;
}
.pages #design .sec5 .innerBG .fl2 .item {
  width: 15%;
}
.pages #design .sec5 .innerBG .fl3 {
  gap: 1em;
}
.pages #design .sec5 .innerBG .fl3 h5 {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.pages #design .sec5 .innerBG .fl3 p {
  line-height: 1.6;
}
@media screen and (max-width: 1199px) {
  .pages #design .sec5 .fl1 {
    flex-direction: column-reverse;
  }
  .pages #design .sec5 .fl1 .w40, .pages #design .sec5 .fl1 .w25 {
    width: 48%;
  }
  .pages #design .sec5 .innerBG .w35 {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .pages #design .sec5 .innerBG {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 3% 0;
    margin-top: 3%;
  }
  .pages #design .sec5 .innerBG .flexcontainer {
    position: relative;
  }
  .pages #design .sec5 .innerBG .flexcontainer .w50 {
    position: sticky;
    top: 0;
    height: 900px;
    width: 68%;
  }
  .pages #design .sec5 .innerBG .flexcontainer .w35 {
    width: 30%;
  }
  .pages #design .sec5 .innerBG .fl3 {
    gap: 1em;
  }
  .pages #design .sec5 .innerBG .fl3 .w45 {
    width: 100%;
  }
  .pages #design .sec5 .innerBG .fl3 h5 {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .pages #design .sec5 .innerBG .fl3 p {
    line-height: 1.6;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #design .sec5 .fl1 .w40, .pages #design .sec5 .fl1 .w25 {
    width: 100%;
  }
  .pages #design .sec5 .innerBG {
    padding: 3% 0;
    margin-top: 3%;
  }
  .pages #design .sec5 .innerBG .flexcontainer {
    position: relative;
    flex-direction: column;
  }
  .pages #design .sec5 .innerBG .flexcontainer .w50 {
    position: block;
    top: auto;
    height: auto;
    width: 100%;
  }
  .pages #design .sec5 .innerBG .flexcontainer .w35 {
    width: 100%;
  }
  .pages #design .sec5 .innerBG .fl2 {
    flex-direction: row;
    gap: 10px;
  }
  .pages #design .sec5 .innerBG .fl2 .item {
    width: 31%;
  }
  .pages #design .sec5 .innerBG .fl3 {
    gap: 1em;
  }
  .pages #design .sec5 .innerBG .fl3 .w45 {
    width: 100%;
  }
  .pages #design .sec5 .innerBG .fl3 h5 {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .pages #design .sec5 .innerBG .fl3 p {
    line-height: 1.6;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #design .container {
    width: 90%;
  }
}
.pages #plan {
  background-color: black;
}
.pages #plan .topVisual {
  position: relative;
  background-image: url("../../plan/images/BG-main.jpg");
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 6em 0;
}
.pages #plan .topVisual .titleStack {
  width: min(30%, 240px);
  margin: 0 auto;
}
.pages #plan .sec2 {
  padding: 5% 0;
  background-image: url("../../plan/images/BG-01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.pages #plan .sec2 .secinner {
  width: 60%;
  margin: 0 auto;
}
.pages #plan .sec2 .secinner .lead {
  width: 70%;
  margin: 0 auto 2em;
}
.pages #plan .sec2 .secinner .fl01 {
  justify-content: center;
  padding: min(7%, 20px) 0 min(12%, 40px);
  gap: 20px;
}
.pages #plan .sec2 .secinner .fl01 .planBtn {
  position: relative;
}
.pages #plan .sec2 .secinner .fl01 .planBtn a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .pages #plan .sec2 .secinner {
    width: 90%;
  }
  .pages #plan .sec2 .secinner .fl01 {
    padding: min(7%, 20px) 0 min(12%, 40px);
    gap: 20px;
  }
  .pages #plan .sec2 .secinner .fl01 .planBtn {
    width: calc((100% - 40px) / 3);
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #plan .sec2 .secinner .fl01 {
    padding: min(7%, 20px) 0 min(12%, 40px);
    gap: 20px;
  }
  .pages #plan .sec2 .secinner .fl01 .planBtn {
    width: calc((100% - 20px) / 2);
  }
  .pages #plan .sec2 .secinner .fl02 .leftItem,
  .pages #plan .sec2 .secinner .fl02 .rightItem {
    width: 100%;
    padding: 10px;
    margin-bottom: 1em;
  }
  .pages #plan .sec2 .secinner .fl02 .leftItem .inner,
  .pages #plan .sec2 .secinner .fl02 .rightItem .inner {
    padding: 10px;
  }
  .pages #plan .sec2 .secinner .fl02 .leftItem .inner p,
  .pages #plan .sec2 .secinner .fl02 .rightItem .inner p {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }
}
.pages #gallery {
  position: relative;
  color: white;
  background-color: #132135;
}
.pages #gallery .top {
  display: grid;
  place-content: center;
  place-items: center;
  background-image: url("../../gallery/images/topVisual.jpg");
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 6em 0;
}
.pages #gallery .top h1 {
  width: 150%;
}
.pages #gallery .slider {
  position: relative;
  padding-bottom: 5%;
}
.pages #gallery .slider h2 {
  margin: 2em 0;
}
.pages #gallery .slider ul.slide-items {
  margin-bottom: 1em;
}
.pages #gallery .slider ul.slide-items li {
  position: relative;
}
.pages #gallery .slider ul.slide-items li p.caption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: white;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #gallery .slider ul.slide-items li p.caption {
    font-size: 0.7rem;
    bottom: 4px;
  }
}
.pages #gallery .slider .thumbs_dots {
  width: 100%;
  margin-top: 1em;
}
.pages #gallery .slider .thumbs_dots ul.thumbs_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.pages #gallery .slider .thumbs_dots ul.thumbs_list li {
  width: calc(20% - 1em);
  aspect-ratio: 3/1.76;
  opacity: 0.5;
  outline: 1px solid white;
}
.pages #gallery .slider .thumbs_dots ul.thumbs_list li.slick-active {
  opacity: 1;
}
.pages #gallery .slider .thumbs_dots ul.thumbs_list li::before {
  display: block;
  content: "";
  background-image: url("../../gallery/images/thumbs-title-01.png");
  background-size: cover;
  width: 100%;
  height: 100%;
}
.pages #gallery .slider .thumbs_dots ul.thumbs_list li:nth-child(3)::before, .pages #gallery .slider .thumbs_dots ul.thumbs_list li:nth-child(4)::before {
  background-image: url("../../gallery/images/thumbs-title-02.png");
}
.pages #gallery .slider .thumbs_dots ul.thumbs_list li:nth-child(5)::before {
  background-image: url("../../gallery/images/thumbs-title-03.png");
}
.pages #gallery .slider .thumbs_dots ul.thumbs_list li:nth-child(6)::before {
  background-image: url("../../gallery/images/thumbs-title-04.png");
}
.pages #gallery .slider .thumbs_dots ul.thumbs_list li:nth-child(7)::before {
  background-image: url("../../gallery/images/thumbs-title-05.png");
}
.pages #gallery .slider .thumbs_dots ul.thumbs_list li:nth-child(8)::before {
  background-image: url("../../gallery/images/thumbs-title-06.png");
}
.pages #gallery .slider .thumbs_dots ul.thumbs_list li:nth-child(9)::before {
  background-image: url("../../gallery/images/thumbs-title-07.png");
}
.pages #gallery .slider .thumbs_dots ul.thumbs_list li:nth-child(10)::before {
  background-image: url("../../gallery/images/thumbs-title-08.png");
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #gallery .slider .thumbs_dots ul.thumbs_list {
    gap: 0.5em;
  }
  .pages #gallery .slider .thumbs_dots ul.thumbs_list li {
    width: calc(33.333% - 0.5em);
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #gallery .top h1 {
    width: 100%;
  }
  .pages #gallery .slider h2 {
    font-size: 1.2rem;
    margin: 1em 0;
  }
}

/* !popup */
.popup {
  font-family: "Noto Sans Japanese", sans-serif;
  padding: 0px 0;
}
.popup header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.5em 0;
  background-color: black;
  border: none;
}
.popup header .container {
  justify-content: center;
}
.popup header .container .logo {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 2;
}
.popup header .container .logo .logoBox {
  width: 160px;
  margin-right: 0.5em;
}
.popup header .container .logo .pjName {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: white;
}
.popup main {
  background-color: #fff;
}
.popup main .container {
  width: 90%;
  margin: 0px auto;
  background-color: #fff;
}
.popup main .container section {
  margin: 0;
  padding: 0;
}
.popup .mapImage {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 0;
}
.popup .mapImage img {
  width: 100%;
}
.popup .salonImage {
  width: 70%;
  max-width: 500px;
  margin: 3em auto;
}
.popup .carNavi {
  width: 100%;
  padding: 1em 2em;
  background-color: #212121;
  color: white;
  text-align: center;
}
.popup .carNavi .small {
  font-size: 1rem;
}
.popup .carNavi .address {
  font-size: 1.5rem;
}
.popup .obi {
  margin: 50px 0 15px;
}
.popup p {
  line-height: 1.5;
  margin: 15px 0;
}
.popup .contact {
  margin-top: 30px;
}
.popup h2 {
  margin: 15px 0;
}
.popup h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.popup h4,
.popup h5 {
  font-weight: bold;
  line-height: 1.5;
}
.popup h4 {
  font-size: 0.8rem;
  background-color: gray;
  color: white;
  padding: 5px;
  text-align: center;
  margin: 0 0 5px;
}
.popup p {
  line-height: 1.5;
}
.popup.plan main {
  background: linear-gradient(90deg, rgb(64, 65, 73) 0.03%, rgb(39, 38, 46) 100%);
}
.popup.plan h1 {
  width: 100%;
  margin: 0% auto 10px;
}
.popup.plan h1 img {
  width: 100%;
}
.popup.plan .container {
  background-color: transparent;
}
.popup.plan .planItem .planHead .planTitle {
  padding-top: min(3%, 30px);
}
.popup.plan .planItem .planHead .square {
  color: white;
  padding: min(3%, 30px) 0;
}
.popup.plan .planItem .planSpec .planPicBox .planPic {
  width: 100%;
  margin: 0 auto 0;
}
.popup.plan .planItem .planSpec .planPicBox .planPic img {
  width: 100%;
}
.popup.plan .planItem .specBox {
  padding: min(3%, 30px) 0;
}
.popup.plan .planItem .specBox .saikou {
  width: 60%;
  margin: 3% auto;
}
.popup.plan .planItem .specBox .saikou img {
  width: 100%;
}
.popup.plan .planItem .specBox .salesCopy {
  color: white;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  .popup.plan main {
    background: #6f6f6f;
  }
  .popup.plan main .planItem .planSpec .planPicBox .planPic {
    width: 80%;
  }
}
.btmBtn {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.btmBtn .closeBtn,
.btmBtn .btnPrn {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 10px;
  text-align: center;
  background-color: #B5B5B6;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.btmBtn .closeBtn:hover,
.btmBtn .btnPrn:hover {
  background-color: #4A4A4A;
}
.btmBtn .closeBtn img,
.btmBtn .btnPrn img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .popup header .container .logo {
    justify-content: center;
    width: 100%;
    min-width: auto;
  }
  .popup header .container .logo .logoBox {
    width: 110px;
    margin-right: 1em;
  }
  .popup header .container .logo .pjName {
    font-size: 0.95rem;
    letter-spacing: 0.05em;
  }
  .popup .salonImage {
    width: 100%;
    margin: 1em 0;
  }
}

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