@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=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Quicksand:wght@300..700&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;
}

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

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

a {
  cursor: pointer;
}

.mfont {
  font-family: "ヒラギノ明朝 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%;
}

.w32 {
  width: 32%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

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

.hidden {
  display: none;
}

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

.clearfix:after {
  clear: both;
}

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

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  height: -webkit-fill-available;
}

body {
  background-color: white;
  margin: 0;
  font-size: 1.6em;
  box-sizing: border-box;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
body img {
  width: 100%;
}

.online {
  display: none;
}

/* ! 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;
}

.wb {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.fitcontents {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: min(94%, 1440px);
  margin-left: auto;
  margin-right: auto;
}

.w60container {
  width: min(94%, 900px);
  margin-left: auto;
  margin-right: auto;
}

.w70container {
  width: min(94%, 1000px);
  margin-left: auto;
  margin-right: auto;
}

.w80container {
  width: min(94%, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.red {
  color: #f0d5be;
}

.white {
  color: white;
}

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

.left, .txt-left {
  text-align: left;
}

.right, .txt-right {
  text-align: right;
}

.center, .txt-center {
  text-align: center;
}

.pcHidden {
  display: none;
}

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

.iv {
  opacity: 0;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
}

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

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

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

.caption_top {
  position: absolute;
  top: 2px;
  left: 5px;
  font-size: 0.7rem;
  margin-bottom: 0;
  color: black;
}
.caption_top.white {
  color: white;
}
.caption_top.right {
  left: auto;
  right: 5px;
}

.caption_btm {
  position: absolute;
  bottom: 2px;
  left: 5px;
  font-size: 0.7rem;
  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;
}

.ph.soon::after {
  position: absolute;
  display: block;
  content: url("../images/top/ttl-comongsoon.svg");
  margin: 34% 50%;
  width: min(44%, 300px);
  transform: translate(-50%);
  z-index: 100;
}
@media (orientation: portrait) and (max-width: 767px) {
  .ph.soon::after {
    margin: 30% 50%;
  }
}

/* Header */
.headStack {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #5c483d;
  z-index: 9999;
}
@media (orientation: portrait) and (max-width: 767px) {
  .headStack {
    background-image: none;
  }
}

header {
  position: relative;
  padding: 10px 0;
}
header .container {
  display: flex;
  width: min(94%, 1440px);
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
header .container .headerLogo {
  width: min(80%, 700px);
}
header .container .headerLogo .logo {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
header .container .headerLogo .logo .logoBox {
  width: min(30%, 180px);
  margin-right: 1em;
}
header .container .headerLogo .logo .logoBox img {
  width: 100%;
}
header .container .headerLogo .logo .pjName {
  width: min(65%, 500px);
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #f0d5be;
}
header .container nav {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  flex-grow: 1;
}
header .container nav ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
header .container nav ul li {
  width: clamp(100px, 24%, 130px);
  height: 20px;
  border-right: 2px solid #f0d5be;
}
header .container nav ul li img {
  display: block;
  width: 80%;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
}
header .container nav ul li:first-child {
  border-left: 2px solid #f0d5be;
}
header .container nav.spHidden a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
}
header .container nav.spHidden a:hover {
  opacity: 0.7;
}
header .container nav.spNav {
  display: none;
}

/* !Global Navi */
nav#gNavi {
  font-family: "Roboto", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 500;
  width: 100%;
  background-color: #715d50;
  border-bottom: 2px solid #b99364;
  padding-top: 4px;
  z-index: 10;
}
nav#gNavi ul.content-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
nav#gNavi ul.content-menu li {
  height: auto;
  width: 130px;
  padding: 0 10px;
}
nav#gNavi ul.content-menu li a {
  display: block;
  width: 100%;
  padding: 6px 0;
  background-color: transparent;
}
nav#gNavi ul.content-menu li a img {
  vertical-align: bottom;
}
nav#gNavi ul.content-menu li a:hover {
  border-bottom: 2px solid #f0d5be;
}
nav#gNavi ul.content-menu li.current a {
  border-bottom: 2px solid #f0d5be;
}
nav#gNavi ul.content-menu li.new span.off::after {
  position: absolute;
  top: -15px;
  right: 0px;
  width: 30px;
  height: 15px;
  content: url("../images/common/new.png");
  z-index: 10;
}
nav#gNavi ul.content-menu li.commingsoon {
  color: #4A4A4A;
}

main section {
  position: relative;
  width: 100%;
  z-index: 1;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
main p.lead {
  text-align: center;
  font-size: clamp(0.9rem, 0.7958rem + 0.5053vw, 1.2rem);
  line-height: 2.8;
}
main img {
  height: auto;
}

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

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #f0d5be;
}

/*×に変化*/
.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: 20px;
}

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

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

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

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

.openbtn1.active span:nth-of-type(3) {
  top: 50px;
  left: 22px;
  transform: translateY(-15px) 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 #f0d5be;
}
.contact .telNo svg {
  width: 100%;
}
.contact p {
  font-size: 0.8em;
  line-height: 2;
  margin: 0;
}

.bannerArea {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 10;
  width: 100%;
  border: none;
}
.bannerArea .w100Container {
  position: relative;
  width: 100%;
  background-color: black;
  padding-top: 30px;
  z-index: 1;
}
.bannerArea .w100Container ul {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bannerArea .w100Container ul li {
  width: 19%;
  margin: 0.5%;
}
.bannerArea .w100Container ul li img {
  width: 100%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .bannerArea .w100Container ul {
    width: 90%;
  }
  .bannerArea .w100Container ul li {
    width: 48%;
  }
}
.bannerArea .footer_banner {
  text-align: center;
}

.bannerArea2 {
  width: 100%;
  z-index: auto;
  padding: 0;
  border: none;
}
.bannerArea2 .w100Container {
  position: relative;
  width: 100%;
  background-color: black;
  padding-top: 30px;
  z-index: 1;
}
.bannerArea2 .w100Container ul {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btnArea {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #4A4A4A;
  width: 100%;
  padding-bottom: 10px;
  z-index: 10;
}
.btnArea a {
  color: white;
}
.btnArea .middle {
  padding: 1em 0;
  text-align: center;
}
.btnArea .middle button.basicBW {
  position: relative;
  width: 100%;
  height: 70px;
  margin-bottom: 2em;
  border: 1px solid white;
  color: #EEEEEE;
  letter-spacing: 0.01em;
  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;
}
.btnArea .middle button.basicBW.request {
  background-color: #c49672;
  color: white;
}
.btnArea .middle button.basicBW.reserve {
  background-color: #8f522b;
  color: white;
}
.btnArea .middle button.basicBW.online {
  background-color: #C89F62;
  color: white;
}
.btnArea .middle button.basicBW:hover {
  background-color: white;
  color: black;
  background-image: url(../images/common/triangle.svg);
}
.btnArea .hpLink li {
  display: inline-block;
  margin: 10px 20px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.btnArea .hpLink li a {
  color: #EEEEEE;
}
.btnArea .hpLink li a:hover {
  text-decoration: underline;
}
.btnArea .hpLink li.soon {
  display: none;
}
.btnArea .caption {
  color: white;
}

.bttomBtnArea {
  position: relative;
  width: 100%;
  padding: 10px 0;
  z-index: 0;
  background-color: black;
  color: white;
}
.bttomBtnArea .middle {
  width: 100%;
  max-width: 800px;
  margin: 3% auto;
  padding: 0;
  text-align: center;
}
.bttomBtnArea .middle .flexcontainer {
  justify-content: center;
  gap: 1em 30px;
  margin-bottom: 1em;
}
.bttomBtnArea .middle button.basicBW {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  width: 46%;
  aspect-ratio: 16/3;
  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: #c49672;
  color: white;
}
.bttomBtnArea .middle button.basicBW.reserve {
  background-color: #8f522b;
  color: white;
}
.bttomBtnArea .middle button.basicBW.online {
  background-color: #C89F62;
  color: white;
}
.bttomBtnArea .middle button.basicBW .fa {
  position: absolute;
  top: 32%;
  right: 10px;
  font-size: 20px;
}
.bttomBtnArea .middle button.basicBW:hover {
  background-color: white;
  color: black;
  background-image: url(../images/common/triangle.svg);
}
.bttomBtnArea .hpLink li {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  margin: 10px 20px 0px;
  letter-spacing: 0.2em;
}
.bttomBtnArea .hpLink li a {
  color: #EEEEEE;
}
.bttomBtnArea .hpLink li a:hover {
  text-decoration: underline;
}
.bttomBtnArea .hpLink li.soon {
  display: none;
}
.bttomBtnArea .caption {
  color: white;
}
@media (orientation: portrait) and (max-width: 767px) {
  .bttomBtnArea .middle button.basicBW {
    width: 100%;
    aspect-ratio: 16/3;
    margin-bottom: 1em;
  }
  .bttomBtnArea .middle button.basicBW:last-child {
    margin-bottom: 0;
  }
}

.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: 0;
}
footer aside {
  background-color: #212121;
}
footer aside .infobox {
  padding: 50px 0;
  font-size: 0.8em;
  color: #EEEEEE;
}
footer aside .infobox .telSpec {
  margin-top: 8px;
  color: white;
  line-height: 1.6;
  text-align: center;
}
footer aside .infobox .telSpec span {
  margin: 0;
}
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: #f0d5be;
  text-align: center;
}
.linkButton a:hover {
  opacity: 0.5;
}

.footerNavi {
  display: none;
}

/* !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 .w19,
.flexcontainer .w19 {
  width: 19%;
}
.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 .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 .w55,
.flexcontainer .w55 {
  width: 55%;
}
.flexContainer .w60,
.flexcontainer .w60 {
  width: 60%;
}
.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 .w75,
.flexcontainer .w75 {
  width: 75%;
}
.flexContainer.btAlign, .flexContainer.flex-align-end, .flexContainer.alignen,
.flexcontainer.btAlign,
.flexcontainer.flex-align-end,
.flexcontainer.alignen {
  align-items: flex-end;
}
.flexContainer.flATop, .flexContainer.flex-align-start, .flexContainer.alignst,
.flexcontainer.flATop,
.flexcontainer.flex-align-start,
.flexcontainer.alignst {
  align-items: flex-start;
}
.flexContainer.flex-align-center, .flexContainer.aligncent,
.flexcontainer.flex-align-center,
.flexcontainer.aligncent {
  align-items: center;
}
.flexContainer.flex-align-stretch, .flexContainer.alignstr,
.flexcontainer.flex-align-stretch,
.flexcontainer.alignstr {
  align-items: stretch;
}
.flexContainer.flex-justify-start, .flexContainer.flst,
.flexcontainer.flex-justify-start,
.flexcontainer.flst {
  justify-content: flex-start;
}
.flexContainer.flex-justify-end, .flexContainer.flen,
.flexcontainer.flex-justify-end,
.flexcontainer.flen {
  justify-content: flex-end;
}
.flexContainer.flex-justify-center, .flexContainer.flcent,
.flexcontainer.flex-justify-center,
.flexcontainer.flcent {
  justify-content: center;
}
.flexContainer.gap10,
.flexcontainer.gap10 {
  gap: 10px;
}
.flexContainer.gap20,
.flexcontainer.gap20 {
  gap: 20px;
}

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

.btn_pageTop {
  position: fixed;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background-color: #f0d5be;
  z-index: 9999;
  -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: #f0d5be;
  color: white;
}

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

.borderBtmTop::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleY(0);
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #f0d5be;
  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;
}

/* !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 */
@media screen and (max-width: 991px) {
  header .container {
    width: 98%;
    padding: 0;
  }
  header .container .headerLogo .logo {
    display: flex;
    min-width: 300px;
    justify-content: flex-start;
    align-items: center;
  }
  header .container .headerLogo .logo .logoBox {
    width: 100px;
    margin-right: 0.5em;
  }
  header .container .headerLogo .logo .pjName {
    font-size: 0.7rem;
    letter-spacing: 0.05em;
  }
  header .container nav ul {
    display: flex;
    align-items: center;
  }
  header .container nav ul li {
    font-size: 0.6rem;
  }
  header .container nav.spHidden a {
    letter-spacing: 2px;
    padding: 3px 4px;
    text-align: center;
    line-height: 1.3;
  }
  header .container nav.spHidden a.btnStyle {
    padding: 7px 5px;
    letter-spacing: 0;
  }
  nav#gNavi ul.content-menu li {
    margin: 0px;
    font-size: 0.7em;
    letter-spacing: 0px;
  }
}
/* !SP */
@media only screen and (max-width: 767px) {
  .spHidden {
    display: none;
  }
  .pcHidden {
    display: block;
  }
  .bttomBtnArea {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .bttomBtnArea .middle {
    flex-direction: column;
    gap: 10px 0;
  }
  .w60container,
  .w70container,
  .w80container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .headStack {
    position: sticky;
    top: 0;
    height: 60px;
    background-color: black;
    z-index: 9999;
  }
  .headStack header {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .headStack header .container {
    padding: 10px;
    flex-direction: row;
  }
  .headStack header .container .headerLogo {
    margin: 4px 0;
  }
  .headStack header .container .headerLogo .logo {
    flex-direction: row;
    width: 100%;
    min-width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .headStack header .container .headerLogo .logo .logoBox {
    width: 80px;
  }
  .headStack header .container .headerLogo .logo .logoBox img {
    vertical-align: middle;
  }
  .headStack header .container .headerLogo .logo .pjName {
    flex-grow: 1;
    font-size: 0.8rem;
  }
  .headStack header .container nav.spNav {
    display: block;
    right: 0px;
    width: 40px;
    height: 40px;
    z-index: 100;
    background-color: transparent;
  }
  .headStack header .container nav.spNav .menu-button {
    width: 40px;
    margin: 0em 0em 0em auto;
  }
  nav#gNavi {
    position: fixed;
    width: 100%;
    top: 60px;
    bottom: 0;
    background-color: black;
    overflow-y: auto;
    z-index: 9999;
  }
  nav#gNavi .container {
    padding: 3% 0;
  }
  nav#gNavi .container ul.content-menu {
    width: 70%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
  }
  nav#gNavi .container ul.content-menu li {
    width: 70%;
    margin: 0 auto 1em;
  }
  nav#gNavi .container ul.content-menu li a {
    display: block;
    width: 100%;
    color: white;
  }
  nav#gNavi a.closeBtn {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  nav#gNavi a.closeBtn .fa {
    color: white;
    font-size: 30px;
  }
  #gNavi:not(:target) {
    right: -100%;
    transition: right 0.55s;
  }
  #gNavi:target {
    right: 0;
    transition: right 0.5s;
  }
  .btn-close {
    display: block;
  }
  .borderBtmTop::after {
    display: none;
  }
  .footerNavi {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 68px;
    background-color: #EAE4E4;
    z-index: 999;
    padding: 0.5em;
  }
  .footerNavi nav.spNav ul.sp_buttons {
    display: flex;
    justify-content: center;
  }
  .footerNavi nav.spNav ul.sp_buttons li {
    width: 20%;
    border-right: 1px solid #A48B78;
  }
  .footerNavi nav.spNav ul.sp_buttons li img {
    width: 98%;
    margin: 0 auto;
  }
  .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;
  }
}
@keyframes sp-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;
}

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

.delay-time06 {
  animation-delay: 0.6s;
}

.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 {
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
}

h2 {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

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

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

.eng {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #b99364;
}

.engHel {
  font-family: "Oswald", sans-serif;
  color: #898989;
}

.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;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 2;
  font-weight: 400;
  color: #4A4A4A;
}
main img {
  width: 100%;
}
main ul li {
  font-size: 0.9rem;
}

/* !Pages */
.pages p.caption,
.pages p.caption_btm {
  font-size: 0.7rem;
}
.pages sup {
  vertical-align: super;
  font-size: 0.7em;
}
.pages h1 {
  font-size: clamp(1.4rem, 0.977rem + 1.803vw, 2.6rem);
  font-weight: normal;
  letter-spacing: 0.1em;
}
.pages p.lead {
  font-size: clamp(0.8rem, 0.659rem + 0.601vw, 1.2rem);
}
.pages #concept .mainVisual {
  position: relative;
  aspect-ratio: 16/6;
  background-image: url("../../concept/images/mainVisual.jpg");
  background-size: 100%;
  background-position: 50%;
  border-bottom: 4px solid #b99364;
}
.pages #concept .mainVisual .subCach {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 34%;
  transform: translateY(-50%);
}
.pages #concept .mainVisual p.lead {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  color: white;
  text-align: left;
  line-height: 2;
}
.pages #concept .sec1 {
  background-color: #264365;
}
.pages #concept .sec1 .container {
  position: relative;
  width: 100%;
  max-width: none;
  padding-top: 6%;
  background-image: url("../../concept/images/BG-concept.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  aspect-ratio: 3/4.42;
}
.pages #concept .sec1 .container h1 {
  text-align: center;
  margin-bottom: 2em;
  color: white;
  text-shadow: 1px 1px 3px black;
}
.pages #concept .sec1 .container p.lead {
  text-align: center;
  margin-bottom: 5em;
  color: white;
  text-shadow: 1px 1px 3px black;
}
.pages #concept .sec1 .container h2 {
  width: min(50%, 800px);
  margin: 0 auto;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7));
}
.pages #concept .sec1 .container p.caption {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
}
@media screen and (max-width: 991px) {
  .pages #concept .sec1 .container h1 {
    margin: 0 auto 1em;
  }
  .pages #concept .sec1 .container p.lead {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 991px) {
  .pages #concept .mainVisual {
    aspect-ratio: 16/6;
  }
  .pages #concept .mainVisual .subCach {
    top: 45%;
    left: 5%;
    width: 34%;
    transform: translateY(-50%);
  }
  .pages #concept .mainVisual p.lead {
    top: 40%;
    right: 5%;
  }
  .pages #concept .sec1 {
    position: relative;
  }
  .pages #concept .sec1 .container {
    position: relative;
    width: 100%;
    padding-top: 10%;
  }
  .pages #concept .sec1 .container h1 {
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
  .pages #concept .sec1 .container p.lead {
    text-align: center;
    margin-bottom: 4em;
    text-shadow: 1px 1px 5px black;
  }
  .pages #concept .sec1 .container h2 {
    width: min(50%, 800px);
    margin: 0 auto;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.7));
  }
  .pages #concept .sec1 .container p.caption {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #concept .mainVisual {
    aspect-ratio: 16/10;
  }
  .pages #concept .mainVisual .subCach {
    top: 25%;
    left: 5%;
    width: 50%;
    transform: translateY(-50%);
  }
  .pages #concept .mainVisual p.lead {
    top: 70%;
    right: auto;
    left: 5%;
  }
  .pages #concept .sec1 .container {
    position: relative;
    width: 100%;
    padding-top: 12%;
  }
  .pages #concept .sec1 .container h1 {
    font-size: 1.1rem;
    margin-bottom: 2em;
  }
  .pages #concept .sec1 .container p.lead {
    font-size: 0.7rem;
    line-height: 2;
    margin-bottom: 2em;
  }
  .pages #concept .sec1 .container h2 {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: min(60%, 800px);
    margin: 0 auto;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.7));
  }
  .pages #concept .sec1 .container p.caption {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
  }
}
.pages #design {
  background-color: black;
}
.pages #design .ttl-height {
  text-align: left;
  margin-bottom: 0.5em;
}
.pages #design .ttl-height .inner-height {
  display: inline-block;
  height: 80px;
}
.pages #design .ttl-height .inner-height img {
  width: auto;
  height: 100%;
}
.pages #design .mainVisual {
  position: relative;
  aspect-ratio: 16/7;
  background-image: url("../../design/images/mainVisual.jpg");
  background-size: 100%;
  background-position: 50%;
  border-bottom: 4px solid #b99364;
}
.pages #design .mainVisual .txtArea {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.pages #design .mainVisual .txtArea p.lead {
  color: white;
  text-align: left;
  line-height: 2;
  margin-bottom: 1em;
}
.pages #design .mainVisual .txtArea p.eng {
  font-size: 0.7em;
}
.pages #design .mainVisual h3.ttl {
  position: absolute;
  bottom: 20px;
  left: 40px;
  width: min(40%, 300px);
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 991px) {
  .pages #design .mainVisual h3.ttl {
    width: 30%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #design .mainVisual .txtArea p.eng {
    display: none;
  }
}
.pages #design .sec1 {
  position: relative;
  background-image: url("../../design/images/material.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 28%;
  color: white;
}
.pages #design .sec1 .flexcontainer {
  width: 75%;
  margin-left: auto;
}
.pages #design .sec1 .flexcontainer .leftItem {
  display: grid;
  place-content: center;
}
.pages #design .sec1 .flexcontainer .leftItem .lead {
  text-align: left;
  line-height: 2;
}
.pages #design .sec1 .flexcontainer .leftItem .designer .fl1 {
  width: 100%;
  justify-content: space-between;
}
.pages #design .sec1 .flexcontainer .leftItem .designer .ttl {
  border-bottom: 1px solid white;
  margin-bottom: 1.5em;
}
.pages #design .sec1 .flexcontainer .leftItem .designer .ttl .inner {
  width: 60%;
  margin-bottom: 1em;
}
.pages #design .sec1 .flexcontainer .leftItem .designer .coName {
  width: 60%;
  margin: 0 auto 1em;
}
.pages #design .sec1 .minusTop {
  position: relative;
  margin-top: -10%;
}
.pages #design .sec1 .minusTop .ttl {
  position: absolute;
  left: -10%;
  bottom: 4%;
  width: min(30%, 340px);
}
.pages #design .sec1 p.caption1 {
  position: absolute;
  top: 10px;
  left: 10px;
}
.pages #design .sec1 p.pcNone {
  display: none;
}
@media screen and (max-width: 1199px) {
  .pages #design .sec1 {
    padding-bottom: 3%;
  }
  .pages #design .sec1 .flexcontainer {
    width: 100%;
    margin-left: auto;
  }
  .pages #design .sec1 .flexcontainer .leftItem {
    width: 50%;
    display: grid;
    place-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
  }
  .pages #design .sec1 .flexcontainer .leftItem .lead {
    text-align: left;
    line-height: 2;
  }
  .pages #design .sec1 .flexcontainer .leftItem .designer .fl1 {
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    font-size: 0.7rem;
  }
  .pages #design .sec1 .flexcontainer .leftItem .designer .fl1 .w55 {
    width: 100%;
  }
  .pages #design .sec1 .flexcontainer .leftItem .designer .fl1 .w35 {
    margin: 1em auto;
  }
  .pages #design .sec1 .flexcontainer .leftItem .designer .ttl {
    border-bottom: 1px solid white;
    margin-bottom: 1.5em;
  }
  .pages #design .sec1 .flexcontainer .leftItem .designer .ttl .inner {
    width: 80%;
    margin-bottom: 1em;
  }
  .pages #design .sec1 .flexcontainer .leftItem .designer p.spNone {
    display: none;
  }
  .pages #design .sec1 .minusTop {
    position: relative;
    margin-top: -10%;
    width: 45%;
  }
  .pages #design .sec1 .minusTop .ttl {
    position: absolute;
    left: -20%;
    bottom: 4%;
    width: min(30%, 340px);
  }
  .pages #design .sec1 p.pcNone {
    display: block;
    line-height: 2;
    text-align: left;
    padding-top: 1em;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #design .sec1 {
    background-size: 43%;
  }
  .pages #design .sec1 .flexcontainer {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
  }
  .pages #design .sec1 .flexcontainer .leftItem {
    width: 100%;
  }
  .pages #design .sec1 .flexcontainer .leftItem .designer .fl1 {
    flex-direction: row;
    width: 100%;
  }
  .pages #design .sec1 .flexcontainer .leftItem .designer .fl1 .w55 {
    width: 55%;
  }
  .pages #design .sec1 .flexcontainer .leftItem .designer .fl1 .w55 p {
    font-size: 0.8em;
    line-height: 1.7;
  }
  .pages #design .sec1 .flexcontainer .leftItem .designer .fl1 .w35 {
    width: 35%;
  }
  .pages #design .sec1 .flexcontainer .leftItem .designer .ttl {
    border-bottom: 1px solid white;
    margin-bottom: 1em;
  }
  .pages #design .sec1 .flexcontainer .leftItem .designer .ttl .inner {
    width: 60%;
    margin-bottom: 0.5em;
  }
  .pages #design .sec1 .flexcontainer .leftItem .designer .coName {
    width: 100%;
    margin: 0 auto 1em;
  }
  .pages #design .sec1 .minusTop {
    position: relative;
    margin: 0% 0 0 auto;
    width: 80%;
  }
  .pages #design .sec1 .minusTop .ttl {
    position: absolute;
    left: -10%;
    bottom: 4%;
    width: min(30%, 340px);
  }
}
.pages #design .sec2 {
  position: relative;
  padding: 3% 0;
  background-image: url("../../design/images/bg-01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.pages #design .sec2 .sideBar {
  position: absolute;
  top: 0;
  left: 0;
  width: min(10%, 80px);
}
.pages #design .sec2 .txtArea {
  position: absolute;
  bottom: 8%;
  left: 5%;
  width: min(50%, 440px);
  color: #7a6052;
  text-shadow: 1px 1px 2px white;
  z-index: 10;
}
.pages #design .sec2 .txtArea .eng {
  font-size: 0.7em;
  color: #7a6052;
  margin-bottom: 2em;
}
.pages #design .sec2 .ph-EH {
  width: 80%;
  margin-left: auto;
  aspect-ratio: 16/8;
  overflow: hidden;
  z-index: 1;
}
.pages #design .sec2 .ph-EH .inner {
  position: relative;
  background-image: url("../../design/images/cg-entranceHall.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 16/9;
}
.pages #design .sec2 .ph-EH h2 {
  position: absolute;
  top: 8%;
  right: 8%;
  color: white;
}
@media screen and (max-width: 1199px) {
  .pages #design .sec2 {
    padding: 3% 0;
  }
  .pages #design .sec2 .sideBar {
    display: none;
  }
  .pages #design .sec2 .txtArea {
    display: none;
  }
  .pages #design .sec2 .txtArea .eng {
    display: none;
  }
  .pages #design .sec2 .ph-EH {
    width: 100%;
    margin-left: auto;
    aspect-ratio: 16/8;
  }
  .pages #design .sec2 .ph-EH .inner {
    aspect-ratio: 16/12;
  }
  .pages #design .sec2 .ph-EH h2 {
    position: absolute;
    top: 45%;
    left: 5%;
    right: auto;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #design .sec2 .txtArea {
    bottom: 8%;
    left: 5%;
    width: min(50%, 440px);
  }
  .pages #design .sec2 .ph-EH {
    width: 100%;
    aspect-ratio: 16/8;
  }
  .pages #design .sec2 .ph-EH .inner {
    aspect-ratio: 16/9;
  }
  .pages #design .sec2 .ph-EH h2 {
    display: none;
    position: absolute;
    top: 15%;
    right: auto;
    left: 2%;
    font-size: 1rem;
  }
}
.pages #design .sec3 {
  position: relative;
  padding: 3% 0 0;
  background-color: #2b1a13;
  color: #f0d5be;
}
.pages #design .sec3 p.eng.lead {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}
.pages #design .sec3 h2 {
  position: absolute;
  top: 10%;
  right: 10%;
  font-size: 2.2rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: white;
  z-index: 10;
}
.pages #design .sec3 .ph-GR {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
  z-index: 1;
}
.pages #design .sec3 .ph-GR .inner {
  position: relative;
  background-image: url("../../design/images/cg-guestroom.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1199px) {
  .pages #design .sec3 p.eng.lead {
    font-size: 1.1rem;
  }
  .pages #design .sec3 h2 {
    top: 6%;
    right: 5%;
    font-size: 1.6rem;
  }
  .pages #design .sec3 .flexcontainer .w40 {
    width: 70%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #design .sec3 p.eng.lead {
    display: none;
  }
  .pages #design .sec3 h2 {
    position: relative;
    top: auto;
    right: auto;
    font-size: 1rem;
    writing-mode: horizontal-tb;
  }
  .pages #design .sec3 .flexcontainer .w40 {
    width: 100%;
  }
  .pages #design .sec3 .ph-GR {
    position: relative;
    width: 100%;
    aspect-ratio: 16/8;
  }
  .pages #design .sec3 .ph-GR .inner {
    aspect-ratio: 16/9;
  }
}
.pages #design .sec4 {
  position: relative;
  background-color: #fff;
  color: #5c483d;
  background-image: url("../../design/images/layer.svg");
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
.pages #design .sec4 .layer {
  padding: 5% 0;
  background-image: url("../../design/images/bg-02.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
}
.pages #design .sec4 .eng {
  color: #5c483d;
}
.pages #design .sec4 .ph-IG {
  top: 5%;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  z-index: 1;
}
.pages #design .sec4 .ph-IG .inner {
  position: relative;
  background-image: url("../../design/images/cg-innergarden.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 5/4;
}
.pages #design .sec4 .whiteBase {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .pages #design .sec4 .flexcontainer .txtArea {
    width: 60%;
  }
  .pages #design .sec4 .eng {
    display: none;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #design .sec4 .flexcontainer {
    flex-direction: column;
  }
  .pages #design .sec4 .flexcontainer .txtArea {
    width: 100%;
  }
}
.pages #design .sec5 .flexcontainer {
  position: relative;
  background-color: #f3eae2;
  color: #5c483d;
}
.pages #design .sec5 .flexcontainer h4 {
  font-size: 1rem;
}
.pages #design .sec5 .flexcontainer .leftItem {
  position: sticky;
  top: 124px;
  width: 55%;
  height: 90vh;
  background-image: url("../../design/images/cg-miage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.pages #design .sec5 .flexcontainer .leftItem .ttl-fullDetails {
  position: absolute;
  top: 6%;
  left: 60%;
  width: 45%;
  z-index: 20;
}
.pages #design .sec5 .flexcontainer .rightItem {
  width: 45%;
  padding: 5%;
}
.pages #design .sec5 .flexcontainer .rightItem .ttl-height {
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #c8a58e;
}
.pages #design .sec5 .flexcontainer .rightItem .ttl-height .inner-height {
  height: 34px;
}
.pages #design .sec5 .flexcontainer .rightItem .fl1 {
  gap: 10px;
}
.pages #design .sec5 .flexcontainer .rightItem .fl1 .item {
  width: 31%;
}
.pages #design .sec5 .flexcontainer .rightItem .fl1 .item h5 {
  text-align: center;
}
.pages #design .sec5 .flexcontainer .rightItem .fl1 .item p {
  line-height: 1.5;
}
.pages #design .sec5 .flexcontainer .rightItem .fl2 .ph .caption {
  text-align: center;
}
.pages #design .sec5 .flexcontainer .rightItem .fl3 {
  gap: 10px;
}
.pages #design .sec5 .flexcontainer .rightItem .fl3 .item {
  width: 23%;
}
@media screen and (max-width: 1199px) {
  .pages #design .sec5 .flexcontainer {
    flex-direction: column;
  }
  .pages #design .sec5 .flexcontainer .leftItem {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 2/3;
  }
  .pages #design .sec5 .flexcontainer .leftItem .ttl-fullDetails {
    position: absolute;
    top: 6%;
    left: 55%;
    width: 40%;
    z-index: 20;
  }
  .pages #design .sec5 .flexcontainer .rightItem {
    width: 100%;
    padding: 5%;
  }
  .pages #design .sec5 .flexcontainer .rightItem .ttl-height .inner-height {
    height: 30px;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl1 {
    flex-direction: row;
    gap: 10px;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl1 .item {
    width: 32%;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl2 {
    flex-direction: row;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl3 {
    flex-direction: row;
    gap: 10px;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl4 {
    flex-direction: row;
    gap: 10px;
    width: 80%;
    margin: 0 auto;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl5 {
    flex-direction: row;
  }
  .pages #design .sec5 h4.wb .caption {
    font-size: 0.6em;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #design .sec5 .flexcontainer .rightItem .ttl-height {
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #c8a58e;
  }
  .pages #design .sec5 .flexcontainer .rightItem .ttl-height .inner-height {
    height: 20px;
  }
  .pages #design .sec5 .flexcontainer .rightItem h2, .pages #design .sec5 .flexcontainer .rightItem h4 {
    font-size: 1rem;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl1 .item {
    width: 48%;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl1 .item h5 {
    font-size: 0.9rem;
    text-align: center;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl1 .item p {
    font-size: 0.7rem;
    line-height: 1.5;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl2 {
    flex-direction: column;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl2 .w70, .pages #design .sec5 .flexcontainer .rightItem .fl2 .w25 {
    width: 100%;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl2 .ph .caption {
    text-align: center;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl3 {
    gap: 5px;
    justify-content: flex-start;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl3 .item {
    width: 32%;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl3 .item .caption {
    font-size: 0.5em;
  }
  .pages #design .sec5 .flexcontainer .rightItem .fl4 {
    flex-direction: row;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .pages #design .ttl-height {
    margin-bottom: 0.5em;
  }
  .pages #design .ttl-height .inner-height {
    display: inline-block;
    height: 50px;
  }
}
.pages #location .flexcontainer .gap10 {
  gap: 10px;
}
.pages #location h4 {
  font-size: clamp(1.1rem, 0.994rem + 0.451vw, 1.4rem);
}
.pages #location .ttl-height {
  text-align: left;
  margin-bottom: 0.5em;
}
.pages #location .ttl-height .inner-height {
  display: inline-block;
  height: 40px;
}
.pages #location .ttl-height .inner-height img {
  width: auto;
  height: 100%;
}
.pages #location p.lead {
  text-align: left;
  line-height: 2;
}
.pages #location .mainVisual {
  position: relative;
  aspect-ratio: 16/8.4;
  background-image: url("../../location/images/kuusatsu.jpg");
  background-size: 100%;
  background-position: 50%;
  border-bottom: 4px solid #b99364;
}
.pages #location .sec1 {
  position: relative;
  color: white;
  background-color: #36251d;
}
.pages #location .sec1 .fl01 {
  position: absolute;
  top: 0;
  aspect-ratio: 16/9;
  z-index: 1;
}
.pages #location .sec1 .fl01 .sideLayer {
  width: 15%;
  background-image: url("../../location/images/ph-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.pages #location .sec1 .fl01 .localMap {
  width: 85%;
  background-image: url("../../location/images/ill-map.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.pages #location .sec1 .topLayer {
  position: relative;
  padding: 8% 0 5%;
  z-index: 10;
}
.pages #location .sec1 .topLayer h3.ttl {
  position: absolute;
  top: -7%;
  left: 3%;
  width: min(60%, 900px);
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7));
  z-index: 10;
}
.pages #location .sec1 .topLayer .txtArea {
  width: 40%;
  margin: 0 auto 1em 0;
  text-shadow: 1px 1px 3px black;
}
.pages #location .sec1 .topLayer .flexcontainer {
  width: 80%;
}
@media screen and (max-width: 1199px) {
  .pages #location .sec1 .fl01 {
    aspect-ratio: 16/8;
  }
  .pages #location .sec1 .fl01 .sideLayer {
    width: 15%;
  }
  .pages #location .sec1 .fl01 .localMap {
    width: 85%;
    background-size: 120%;
    background-position: top right -70px;
  }
  .pages #location .sec1 .topLayer {
    position: relative;
    padding: 8% 0 3%;
    z-index: 10;
  }
  .pages #location .sec1 .topLayer .txtArea {
    width: 50%;
  }
  .pages #location .sec1 .topLayer .flexcontainer {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .pages #location .sec1 .fl01 {
    aspect-ratio: 16/8;
  }
  .pages #location .sec1 .fl01 .sideLayer {
    width: 16%;
  }
  .pages #location .sec1 .fl01 .localMap {
    width: 84%;
    background-size: 120%;
    background-position: top right -100px;
  }
  .pages #location .sec1 .topLayer {
    position: relative;
    padding: 8% 0 0%;
    z-index: 10;
  }
  .pages #location .sec1 .topLayer .txtArea {
    width: 60%;
  }
  .pages #location .sec1 .topLayer .flexcontainer {
    width: 50%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #location .sec1 .fl01 {
    position: relative;
    flex-direction: column;
    aspect-ratio: auto;
  }
  .pages #location .sec1 .fl01 .sideLayer {
    display: none;
    width: 0%;
  }
  .pages #location .sec1 .fl01 .localMap {
    width: 100%;
    aspect-ratio: 16/10;
    background-size: 140%;
    background-position: top center;
  }
  .pages #location .sec1 .topLayer {
    position: relative;
    padding: 4% 0 5%;
  }
  .pages #location .sec1 .topLayer h3.ttl {
    top: -14%;
    left: 3%;
    margin-bottom: 2em;
  }
  .pages #location .sec1 .topLayer .txtArea {
    width: 100%;
    margin: 0 auto 1em 0;
  }
  .pages #location .sec1 .topLayer .txtArea h2 {
    letter-spacing: 0;
  }
  .pages #location .sec1 .topLayer .flexcontainer {
    width: 100%;
  }
}
.pages #location .sec2 {
  color: #7a6052;
  background-image: url("../../location/images/sideBar-1.svg");
  background-size: 4%;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3% 0;
  background-color: #EEEEEE;
}
.pages #location .sec2 .AreaVisual {
  position: relative;
  width: 100%;
  aspect-ratio: 16/8;
  overflow: hidden;
}
.pages #location .sec2 .AreaVisual .js-parallax {
  width: 100%;
}
.pages #location .sec2 .gridArea {
  position: relative;
}
.pages #location .sec2 .gridArea .parent {
  display: grid;
  aspect-ratio: 16/5;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.pages #location .sec2 .gridArea .parent > div {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.pages #location .sec2 .gridArea .div1 {
  grid-area: 1/1/3/3;
  background-image: url("../../location/images/ph-07.jpg");
}
.pages #location .sec2 .gridArea .div2 {
  grid-area: 1/3/2/4;
  background-image: url("../../location/images/ph-08.jpg");
}
.pages #location .sec2 .gridArea .div3 {
  grid-area: 2/3/3/4;
  background-image: url("../../location/images/ph-09.jpg");
}
.pages #location .sec2 .gridArea .div4 {
  grid-area: 1/4/3/6;
  background-image: url("../../location/images/ph-10.jpg");
}
.pages #location .sec2 .gridArea .ttl-redevelopment {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
}
.pages #location .sec2 .LRT .w40 {
  position: relative;
  background-image: url("../../location/images/ph-11.jpg");
  background-size: cover;
}
.pages #location .sec2 .LRT .w60 {
  padding: 20px 20px 5px;
  background-color: #e4d4c8;
}
@media screen and (max-width: 1199px) {
  .pages #location .sec2 .container {
    width: 84%;
    max-width: none;
  }
  .pages #location .sec2 .LRT .w40 {
    position: relative;
    background-image: url("../../location/images/ph-11.jpg");
    background-size: cover;
    background-position: center right;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #location .sec2 .AreaVisual {
    aspect-ratio: 16/8;
    overflow: hidden;
  }
  .pages #location .sec2 .AreaVisual .js-parallax {
    width: 140%;
  }
  .pages #location .sec2 .fl01 {
    flex-direction: column;
  }
  .pages #location .sec2 .fl01 .w50, .pages #location .sec2 .fl01 .w45 {
    width: 100%;
  }
  .pages #location .sec2 .gridArea {
    position: relative;
  }
  .pages #location .sec2 .gridArea .parent {
    display: block;
    aspect-ratio: auto;
  }
  .pages #location .sec2 .gridArea .parent > div {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    aspect-ratio: 3/2;
    margin-bottom: 0.5em;
  }
  .pages #location .sec2 .gridArea .div3, .pages #location .sec2 .gridArea .ttl-redevelopment {
    display: none;
  }
  .pages #location .sec2 .LRT {
    flex-direction: column;
  }
  .pages #location .sec2 .LRT .w40 {
    width: 100%;
    aspect-ratio: 3/2;
  }
  .pages #location .sec2 .LRT .w60 {
    width: 100%;
    padding: 10px 10px;
  }
  .pages #location .sec2 .LRT .w60 h3 {
    font-size: 1rem;
  }
}
.pages #location .sec3 .shopArea {
  background-color: #7a6052;
  border-top: 8px solid #facd89;
  color: white;
  padding: 3% 0;
}
.pages #location .sec3 .shopArea .borderBox {
  border: 2px solid #facd89;
}
.pages #location .sec3 .shopArea .borderBox .utsunomiyaTellace {
  background-image: url("../../location/images/ph-12.jpg");
  background-size: cover;
  background-position: 50%;
  aspect-ratio: 16/9;
}
.pages #location .sec3 .shopArea .borderBox .txtarea {
  padding: 30px;
}
.pages #location .sec3 .shopArea .borderBox .txtarea ul {
  column-count: 3;
}
.pages #location .sec3 .publicArea {
  padding: 3% 0;
}
.pages #location .sec3 .publicArea .titleBox .titleArea {
  display: grid;
  place-items: center;
  background-color: #9f8f42;
  color: white;
}
.pages #location .sec3 .publicArea .titleBox .titleArea .inner {
  width: 80%;
}
.pages #location .sec3 .publicArea .titleBox .phArea {
  position: relative;
  background-image: url("../../location/images/ph-24.jpg");
  background-size: cover;
  aspect-ratio: 16/9;
}
.pages #location .sec3 .financeArea .tit-border {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 3px solid #557ba3;
}
.pages #location .sec3 .financeArea .tit-border .ttl-height {
  line-height: 1;
  margin: 0;
}
.pages #location .sec3 .financeArea .tit-border .ttl-height .inner-height {
  height: 24px;
}
@media screen and (max-width: 1199px) {
  .pages #location .sec3 .shopArea .borderBox .utsunomiyaTellace {
    aspect-ratio: 16/8;
  }
  .pages #location .sec3 .shopArea .borderBox .txtarea {
    padding: 20px 30px;
  }
  .pages #location .sec3 .shopArea .borderBox .txtarea ul {
    column-count: 2;
  }
  .pages #location .sec3 .publicArea {
    padding: 3% 0;
  }
  .pages #location .sec3 .publicArea .titleBox .titleArea .inner {
    width: 80%;
  }
  .pages #location .sec3 .publicArea .titleBox .phArea {
    position: relative;
    background-image: url("../../location/images/ph-24.jpg");
    background-size: cover;
    aspect-ratio: 16/11;
  }
  .pages #location .sec3 .financeArea .tit-border {
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 3px solid #557ba3;
  }
  .pages #location .sec3 .financeArea .tit-border .ttl-height {
    line-height: 1;
    margin: 0;
  }
  .pages #location .sec3 .financeArea .tit-border .ttl-height .inner-height {
    height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .pages #location .sec3 .flexcontainer .w24 {
    width: 23%;
  }
  .pages #location .sec3 .shopArea .borderBox .txtarea {
    padding: 10px 20px;
  }
  .pages #location .sec3 .shopArea .borderBox .txtarea p {
    font-size: 0.8em;
  }
  .pages #location .sec3 .shopArea .borderBox .txtarea ul {
    column-count: 2;
  }
  .pages #location .sec3 .shopArea .borderBox .txtarea ul li {
    font-size: 0.9em;
  }
  .pages #location .sec3 .publicArea {
    padding: 3% 0;
  }
  .pages #location .sec3 .publicArea .titleBox .titleArea .inner {
    width: 80%;
  }
  .pages #location .sec3 .publicArea .titleBox .phArea {
    position: relative;
    background-image: url("../../location/images/ph-24.jpg");
    background-size: cover;
    aspect-ratio: 16/11;
  }
  .pages #location .sec3 .financeArea .tit-border {
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 3px solid #557ba3;
  }
  .pages #location .sec3 .financeArea .tit-border .ttl-height {
    line-height: 1;
    margin: 0;
  }
  .pages #location .sec3 .financeArea .tit-border .ttl-height .inner-height {
    height: 24px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #location .sec3 .shopArea .fl01 {
    flex-direction: column;
  }
  .pages #location .sec3 .shopArea .fl01 .w30, .pages #location .sec3 .shopArea .fl01 .w70 {
    width: 100%;
  }
  .pages #location .sec3 .shopArea .borderBox .flexcontainer {
    flex-direction: column;
  }
  .pages #location .sec3 .shopArea .borderBox .utsunomiyaTellace {
    width: 100%;
    background-image: url("../../location/images/ph-12.jpg");
    background-size: cover;
    background-position: 50%;
    aspect-ratio: 16/9;
  }
  .pages #location .sec3 .shopArea .borderBox .txtarea {
    width: 100%;
    padding: 20px;
  }
  .pages #location .sec3 .shopArea .borderBox .txtarea ul {
    column-count: 2;
  }
  .pages #location .sec3 .shopArea .fl02 .w32, .pages #location .sec3 .shopArea .fl02 .w24 {
    width: 48%;
  }
  .pages #location .sec3 .publicArea {
    padding: 3% 0;
  }
  .pages #location .sec3 .publicArea .titleBox {
    flex-direction: column;
  }
  .pages #location .sec3 .publicArea .titleBox .titleArea {
    width: 100%;
    padding: 20px 0;
  }
  .pages #location .sec3 .publicArea .titleBox .titleArea .inner {
    width: 80%;
  }
  .pages #location .sec3 .publicArea .titleBox .titleArea p.lead {
    font-size: 0.9em;
  }
  .pages #location .sec3 .publicArea .titleBox .titleArea p {
    font-size: 0.7em;
  }
  .pages #location .sec3 .publicArea .titleBox .phArea {
    width: 100%;
  }
  .pages #location .sec3 .publicArea .fl01 .w24 {
    width: 48%;
  }
  .pages #location .sec3 .financeArea {
    margin-top: 3%;
  }
  .pages #location .sec3 .financeArea .tit-border .ttl-height .inner-height {
    height: 18px;
  }
  .pages #location .sec3 .financeArea .fl01 .w24 {
    width: 48%;
  }
}
.pages #location .sec4 {
  padding: 3% 0;
}
.pages #location .sec4 .parkArea {
  background-color: #519768;
  color: white;
  padding-bottom: 3%;
}
.pages #location .sec4 .parkArea .AreaVisual {
  position: relative;
  aspect-ratio: 16/6;
  margin-bottom: 2em;
  overflow: hidden;
}
.pages #location .sec4 .parkArea .AreaVisual .textArea {
  position: absolute;
  top: 12%;
  right: 2.6%;
  z-index: 10;
}
.pages #location .sec4 .parkArea .AreaVisual .textArea .ttl-height {
  line-height: 1;
  margin: 0;
}
.pages #location .sec4 .parkArea .AreaVisual .textArea .ttl-height .inner-height {
  height: 30px;
}
.pages #location .sec4 .parkArea .AreaVisual p.caption_btm {
  left: 6%;
}
@media screen and (max-width: 1199px) {
  .pages #location .sec4 .AreaVisual {
    position: relative;
    aspect-ratio: 16/8;
    margin-bottom: 2em;
    overflow: hidden;
  }
  .pages #location .sec4 .AreaVisual .textArea {
    position: absolute;
    top: 12%;
    right: 2.6%;
    z-index: 10;
  }
  .pages #location .sec4 .AreaVisual .textArea .ttl-height {
    line-height: 1;
    margin: 0;
  }
  .pages #location .sec4 .AreaVisual .textArea .ttl-height .inner-height {
    height: 30px;
  }
  .pages #location .sec4 .AreaVisual .textArea h3 {
    font-size: 1rem;
    margin-bottom: 2px;
  }
  .pages #location .sec4 .AreaVisual .textArea .lead {
    font-size: 0.8rem;
  }
  .pages #location .sec4 .AreaVisual p.caption_btm {
    left: 6%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #location .sec4 .parkArea .AreaVisual {
    aspect-ratio: 16/9;
    margin-bottom: 1em;
  }
  .pages #location .sec4 .parkArea .AreaVisual .js-parallax {
    width: 140%;
  }
  .pages #location .sec4 .parkArea .AreaVisual p.caption_btm {
    left: 6%;
  }
  .pages #location .sec4 .parkArea .textArea {
    position: relative;
  }
  .pages #location .sec4 .parkArea .textArea .ttl-height .inner-height {
    height: 18px;
  }
  .pages #location .sec4 .parkArea .textArea h3 {
    font-size: 0.9em;
  }
  .pages #location .sec4 .parkArea .textArea p.lead {
    font-size: 0.7em;
  }
  .pages #location .sec4 .parkArea .fl01 {
    flex-direction: column;
  }
  .pages #location .sec4 .parkArea .fl01 .w48, .pages #location .sec4 .parkArea .fl01 .w50 {
    width: 100%;
  }
  .pages #location .sec4 .parkArea .fl01 .w48 .fl02, .pages #location .sec4 .parkArea .fl01 .w50 .fl02 {
    margin-top: 1em;
  }
  .pages #location .sec4 .parkArea .fl01 .w48 .fl02 .w48, .pages #location .sec4 .parkArea .fl01 .w50 .fl02 .w48 {
    width: 48%;
  }
}
.pages #location .sec5 {
  color: #7a6052;
}
.pages #location .sec5 .flexcontainer .w24 {
  width: 23%;
}
.pages #location .sec5 .educationArea {
  margin-bottom: 3%;
}
.pages #location .sec5 .educationArea .tit-border {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 3px solid #f9cba7;
}
.pages #location .sec5 .educationArea .tit-border .ttl-height {
  line-height: 1;
  margin: 0;
}
.pages #location .sec5 .educationArea .tit-border .ttl-height .inner-height {
  height: 24px;
}
.pages #location .sec5 .medicalArea {
  margin-bottom: 3%;
}
.pages #location .sec5 .medicalArea .tit-border {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 3px solid #c490bf;
}
.pages #location .sec5 .medicalArea .tit-border .ttl-height {
  line-height: 1;
  margin: 0;
}
.pages #location .sec5 .medicalArea .tit-border .ttl-height .inner-height {
  height: 24px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #location .sec5 {
    margin-top: 3%;
  }
  .pages #location .sec5 .educationArea {
    margin-bottom: 3%;
  }
  .pages #location .sec5 .educationArea .tit-border {
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 3px solid #f9cba7;
  }
  .pages #location .sec5 .educationArea .tit-border .ttl-height {
    line-height: 1;
    margin: 0;
  }
  .pages #location .sec5 .educationArea .tit-border .ttl-height .inner-height {
    height: 18px;
  }
  .pages #location .sec5 .educationArea .flexcontainer .w50, .pages #location .sec5 .educationArea .flexcontainer .w48 {
    width: 100%;
  }
  .pages #location .sec5 .educationArea .flexcontainer .w50 .fl01, .pages #location .sec5 .educationArea .flexcontainer .w48 .fl01 {
    flex-direction: row;
  }
  .pages #location .sec5 .educationArea .flexcontainer .w50 .fl01 .w48, .pages #location .sec5 .educationArea .flexcontainer .w48 .fl01 .w48 {
    width: 48%;
  }
  .pages #location .sec5 .medicalArea {
    margin-bottom: 3%;
  }
  .pages #location .sec5 .medicalArea .tit-border {
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 3px solid #c490bf;
  }
  .pages #location .sec5 .medicalArea .tit-border .ttl-height {
    line-height: 1;
    margin: 0;
  }
  .pages #location .sec5 .medicalArea .tit-border .ttl-height .inner-height {
    height: 18px;
  }
  .pages #location .sec5 .medicalArea .fl01 .w49, .pages #location .sec5 .medicalArea .fl01 .w24 {
    width: 48%;
  }
}
.pages #location .sec6 {
  position: relative;
  background-image: url("../../location/images/ph-cyoubou.jpg");
  background-size: cover;
  aspect-ratio: 16/7;
  color: white;
}
.pages #location .sec6 .urban {
  position: absolute;
  top: 15%;
  left: 10%;
  width: 34%;
}
.pages #location .sec6 .txtArea {
  position: absolute;
  top: 15%;
  right: 0%;
  width: min(50%, 500px);
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #location .sec6 .urban, .pages #location .sec6 .txtArea {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .pages #location h2 {
    font-size: 1.2rem;
  }
  .pages #location .ttl-height .inner-height {
    height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .pages #location h2 {
    font-size: 1.1rem;
  }
  .pages #location .ttl-height .inner-height {
    height: 20px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #location h2 {
    font-size: 1rem;
  }
  .pages #location .ttl-height .inner-height {
    height: 18px;
  }
}
.pages #plan .mainVisual {
  position: relative;
  background-image: url("../../plan/images/mainVisual.jpg");
  background-size: cover;
  background-position: 50%;
  aspect-ratio: 16/5;
}
.pages #plan .mainVisual .txtArea {
  position: absolute;
  bottom: 6%;
  right: 4%;
  width: 30%;
}
.pages #plan .mainVisual .txtArea h2.ttl {
  width: min(40%, 400px);
  margin-bottom: 1em;
}
.pages #plan .mainVisual .txtArea .lead {
  text-align: left;
  color: white;
  line-height: 2;
  text-shadow: 1px 1px 3px black;
}
.pages #plan .contentsArea {
  padding: 3% 0;
}
.pages #plan .tab-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  width: 100%;
  margin: 1em auto;
}
.pages #plan .tab-2 > label {
  order: -1;
  opacity: 0.3;
  width: 24%;
  padding: 10px 5px;
  background-color: #B5A190;
  text-align: center;
  cursor: pointer;
}
.pages #plan .tab-2 > label:hover {
  opacity: 0.9;
}
.pages #plan .tab-2 input {
  display: none;
}
.pages #plan .tab-2 > div {
  display: none;
  width: 100%;
  padding-top: 0em;
}
.pages #plan .tab-2 label:has(:checked) {
  opacity: 1;
}
.pages #plan .tab-2 label:has(:checked) + div {
  display: block;
}
.pages #plan .planHead {
  width: 80%;
  margin: 0 auto;
}
.pages #plan .saikou {
  width: min(90%, 500px);
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .pages #plan .mainVisual .txtArea {
    width: 40%;
  }
  .pages #plan .mainVisual .txtArea h2.ttl {
    width: min(40%, 400px);
    margin-bottom: 0.5em;
  }
  .pages #plan .tab-2 {
    justify-content: center;
    gap: 6px 6px;
    width: 100%;
  }
  .pages #plan .tab-2 > label {
    width: 24%;
    padding: 0px 4px;
  }
  .pages #plan .tab-2 > label img {
    vertical-align: middle;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages #plan .mainVisual .txtArea {
    position: absolute;
    bottom: 0%;
    right: 6%;
    width: 20%;
  }
  .pages #plan .mainVisual .txtArea h2.ttl {
    width: 100%;
    margin-bottom: 1em;
  }
  .pages #plan .contentsArea p.lead.pcHidden {
    color: black;
    line-height: 2;
  }
  .pages #plan .tab-2 {
    justify-content: center;
    gap: 10px 10px;
    width: 100%;
  }
  .pages #plan .tab-2 > label {
    width: 48%;
    padding: 0px 5px;
  }
  .pages #plan .tab-2 > label img {
    vertical-align: middle;
  }
  .pages #plan .planHead {
    width: 100%;
  }
}

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