@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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 {
  width: 100%;
  vertical-align: bottom;
  border: none;
}

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

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

a {
  color: inherit;
  cursor: pointer;
}

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

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

.mt1 {
  margin-top: 1em !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.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: 0px !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

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

.ph {
  position: relative;
}
.ph img {
  width: 100%;
}

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

.phW90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.phW90 img {
  width: 100%;
}

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

.phW70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.phW70 img {
  width: 100%;
}

.phW60 {
  width: min(80%, 600px);
  margin-left: auto;
  margin-right: auto;
}
.phW60 img {
  width: 100%;
}

.phW50 {
  width: min(80%, 500px);
  margin-left: auto;
  margin-right: auto;
}
.phW50 img {
  width: 100%;
}

.phW40 {
  width: min(80%, 400px);
  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;
}

/* ---------------------    
SPLASH
---------------------- */
body {
  position: relative;
}
body #load {
  height: 100vh;
  height: -webkit-fill-available;
  width: 100%;
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  background-image: url("../images/phase1/bg-plan.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
}
body #load #sign {
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #load #sign .inner {
  width: 70%;
  max-width: 640px;
  margin: auto;
  z-index: 11;
}
body #load #sign .inner img {
  width: 100%;
}
body #load.fadeIn #sign {
  opacity: 1;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
}
body #load.fadeOut #sign {
  /*! opacity: 0; */
  -webkit-transition: 0;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  scroll-padding-top: 100px;
}

body {
  position: relative;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media (orientation: portrait) and (max-width: 767px) {
  body {
    font-feature-settings: normal;
    letter-spacing: 0;
  }
}

img {
  width: 100%;
}

header #topNavi {
  display: block;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.5;
}

p,
li,
dd {
  font-size: 0.9rem;
  line-height: 2;
}
p.strong,
li.strong,
dd.strong {
  font-weight: bold;
}
@media (orientation: portrait) and (max-width: 767px) {
  p,
  li,
  dd {
    font-size: 0.8rem;
    line-height: 1.7;
  }
}

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

.no {
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 24px;
  height: 24px;
  padding: 5px 0;
  background-color: black;
  font-size: 12px;
  line-height: 1;
  color: white;
  text-align: center;
}

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

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

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

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

.red {
  color: #005b34;
}

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

.ph {
  position: relative;
}

.caption,
.caption_btm {
  font-size: 10px;
  margin: 0.5rem 0 0em 0em;
  line-height: 1.5;
  letter-spacing: 0;
}
.caption.minusTop,
.caption_btm.minusTop {
  margin-top: -4em;
}
.caption.left,
.caption_btm.left {
  text-align: left !important;
}
.caption.right,
.caption_btm.right {
  text-align: right !important;
}
.caption.white,
.caption_btm.white {
  color: white;
}
.caption.super,
.caption_btm.super {
  vertical-align: super;
}

.caption_btm {
  position: absolute;
  margin: auto;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 991px) {
  .caption_btm {
    bottom: 3px;
    right: 5px;
  }
}

.new {
  position: relative;
}
.new::after {
  content: url("../images/common/new.png");
  position: absolute;
  top: 0px;
  right: 0;
  transform: scale(60%);
  z-index: 50;
}

.pickup {
  position: relative;
}
.pickup::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/common/pickup.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: auto;
  aspect-ratio: 5/2;
  z-index: 50;
}

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

.reservenone {
  display: none;
}

.stickyContainer {
  position: relative;
}

/* !Header */
header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  z-index: 20;
}
header .container {
  width: min(96%, 1440px);
  margin: 0 auto;
  padding: 12px 0;
}
header .container .flexContainer {
  margin: 0;
  align-items: center;
}
header .container .flexContainer .leftItem {
  width: auto;
}
header .container .flexContainer .leftItem .logo {
  width: min(21.7vw, 300px);
}
@media screen and (max-width: 991px) {
  header .container .flexContainer .leftItem {
    width: 30%;
  }
  header .container .flexContainer .leftItem .logo {
    width: min(60vw, 400px);
  }
}
header .container .flexContainer .rightItem.flexContainer {
  width: 75%;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  header .container .flexContainer .rightItem.flexContainer {
    width: 30%;
  }
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack {
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack .navPc {
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack .navPc .navItem {
  display: flex;
  align-items: center;
  position: relative;
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack .navPc .navItem::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  font-size: min(0.88vw, 12px);
  background-color: black;
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack .navPc .navItem a {
  padding: 0 0.8em;
  font-size: min(0.88vw, 12px);
  transition: 0.5s;
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack .navPc .navItem a:hover {
  color: #aa965c;
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack .navPc .navItem a span {
  display: block;
  text-align: center;
  line-height: 1.25em;
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack .navPc .navItem.newIcon::before {
  content: "PICK UP!";
  color: #aa965c;
  font-size: min(0.88vw, 10px);
  position: absolute;
  top: -1.5em;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack .navPc > .navItem:nth-child(1)::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  font-size: min(0.88vw, 10px);
  background-color: black;
}
@media screen and (max-width: 991px) {
  header .container .flexContainer .rightItem.flexContainer #navigationPcStack {
    display: none;
  }
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack ul.btn-header.flexContainer {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: clamp(200px, 45vw, 500px);
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack ul.btn-header.flexContainer li {
  position: relative;
  width: calc((100% - 30px) / 4);
  text-align: center;
  line-height: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2vw 0;
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack ul.btn-header.flexContainer li a {
  font-size: min(0.88vw, 12px);
  display: inline-block;
  padding: 10px 0;
  line-height: 1;
  border: 1px solid #3B527F;
  width: 100%;
  transition: 0.5s;
  color: #3B527F;
  background-color: white;
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack ul.btn-header.flexContainer li a:hover {
  color: white;
  background-color: #3B527F;
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack ul.btn-header.flexContainer li a.btn-res {
  color: white;
  border: 1px solid #3B527F;
  display: block;
  position: relative;
  z-index: 0;
  background: linear-gradient(90deg, rgb(117, 0, 19) 0%, rgb(157, 72, 70) 50%, rgb(117, 0, 19) 100%);
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack ul.btn-header.flexContainer li a.btn-res::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(54, 125, 77) 0%, rgb(87, 153, 72) 50%, rgb(54, 125, 77) 100%);
  opacity: 0;
  transition: opacity 0.5s;
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack ul.btn-header.flexContainer li a.btn-res:hover::before {
  opacity: 1;
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack ul.btn-header.flexContainer li a.btn-req {
  color: white;
  border: 1px solid #3B527F;
  display: block;
  position: relative;
  z-index: 0;
  background: linear-gradient(90deg, rgb(165, 147, 90) 0%, rgb(188, 176, 136) 50%, rgb(165, 147, 90) 100%);
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack ul.btn-header.flexContainer li a.btn-req::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(54, 125, 77) 0%, rgb(87, 153, 72) 50%, rgb(54, 125, 77) 100%);
  opacity: 0;
  transition: opacity 0.5s;
}
header .container .flexContainer .rightItem.flexContainer #navigationPcStack ul.btn-header.flexContainer li a.btn-req:hover::before {
  opacity: 1;
}
header .container .flexContainer .rightItem.flexContainer ul.btn-header.flexContainer.popup {
  justify-content: flex-end;
  gap: 0 5px;
}
header .container .flexContainer .rightItem.flexContainer ul.btn-header.flexContainer.popup li {
  width: min(32%, 116px);
}
header .container .flexContainer .rightItem.flexContainer ul.btn-header.flexContainer.popup li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.5s ease;
}
header .container .flexContainer .rightItem.flexContainer ul.btn-header.flexContainer.popup li a.btn-res {
  background-color: #035b34;
}
header .container .flexContainer .rightItem.flexContainer ul.btn-header.flexContainer.popup li a.btn-req {
  background-color: #aa965c;
}
header .container .flexContainer .rightItem.flexContainer ul.btn-header.flexContainer.popup li a:hover {
  background-color: #00415f;
  transition: all 0.5s ease;
}
header .container .flexContainer .rightItem.flexContainer ul.btn-header.flexContainer.popup li a:hover.btn-map img, header .container .flexContainer .rightItem.flexContainer ul.btn-header.flexContainer.popup li a:hover.btn-out img {
  transition: all 0.5s ease;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(174deg) brightness(102%) contrast(102%);
}
@media screen and (max-width: 991px) {
  header .container .flexContainer .rightItem.flexContainer ul.btn-header.flexContainer.popup {
    display: none;
  }
}
header .container .flexContainer .rightItem.flexContainer #topNavi .inner {
  padding: 5px 5px 5px;
  background-color: transparent;
}
header .container .flexContainer .rightItem.flexContainer #topNavi .inner p {
  display: none;
}
header .container .flexContainer .rightItem.flexContainer #topNavi .inner a.gNaviBtn {
  width: 40px;
  margin: 0 0 0 auto;
}
@media (orientation: portrait) and (max-width: 767px) {
  header .container .flexContainer .rightItem.flexContainer {
    width: 46px;
  }
  header .container .flexContainer .rightItem.flexContainer #topNavi .inner {
    padding: 5px 0px 5px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  header .container .flexContainer .leftItem {
    width: 70%;
  }
}

main section {
  position: relative;
  width: 100%;
  z-index: 1;
}

/* !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 #005b34;
}
.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,
.topBtnArea {
  position: relative;
  font-family: serif;
  font-weight: 500;
  width: 100%;
  padding: 3em 0;
  z-index: 2;
}
.bttomBtnArea .flexContainer,
.topBtnArea .flexContainer {
  gap: 1em;
  justify-content: center;
}
.bttomBtnArea .flexContainer .btn,
.topBtnArea .flexContainer .btn {
  width: 100%;
  margin: 0% 0;
  border: 1px solid #c9b95a;
}
.bttomBtnArea .flexContainer .btn a,
.topBtnArea .flexContainer .btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: transparent;
  transition: all 0.5s ease;
}
.bttomBtnArea .flexContainer .btn a .inner,
.topBtnArea .flexContainer .btn a .inner {
  width: 240px;
  margin: 0 auto;
  text-align: center;
}
.bttomBtnArea .flexContainer .btn.btn-res a,
.topBtnArea .flexContainer .btn.btn-res a {
  display: block;
  position: relative;
  z-index: 0;
  background: linear-gradient(90deg, rgb(0, 34, 85) 0%, rgb(59, 82, 127) 50%, rgb(0, 34, 85) 100%);
}
.bttomBtnArea .flexContainer .btn.btn-res a::before,
.topBtnArea .flexContainer .btn.btn-res a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(54, 125, 77) 0%, rgb(87, 153, 72) 50%, rgb(54, 125, 77) 100%);
  opacity: 0;
  transition: opacity 0.5s;
}
.bttomBtnArea .flexContainer .btn.btn-res a:hover::before,
.topBtnArea .flexContainer .btn.btn-res a:hover::before {
  opacity: 1;
}
.bttomBtnArea .flexContainer .btn.btn-req a,
.topBtnArea .flexContainer .btn.btn-req a {
  display: block;
  position: relative;
  z-index: 0;
  background: linear-gradient(90deg, rgb(165, 147, 90) 0%, rgb(188, 176, 136) 50%, rgb(165, 147, 90) 100%);
}
.bttomBtnArea .flexContainer .btn.btn-req a::before,
.topBtnArea .flexContainer .btn.btn-req a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(54, 125, 77) 0%, rgb(87, 153, 72) 50%, rgb(54, 125, 77) 100%);
  opacity: 0;
  transition: opacity 0.5s;
}
.bttomBtnArea .flexContainer .btn.btn-req a:hover::before,
.topBtnArea .flexContainer .btn.btn-req a:hover::before {
  opacity: 1;
}
.bttomBtnArea .footerNav,
.topBtnArea .footerNav {
  margin-top: 1em;
  justify-content: center;
  gap: 1em;
}
.bttomBtnArea .footerNav .btnItem,
.topBtnArea .footerNav .btnItem {
  width: 32%;
  text-align: center;
}
.bttomBtnArea .footerNav .btnItem a,
.topBtnArea .footerNav .btnItem a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  color: #c9b95a;
  background-color: transparent;
}
.bttomBtnArea .footerNav .btnItem a:hover,
.topBtnArea .footerNav .btnItem a:hover {
  color: #EEEEEE;
}
@media (orientation: portrait) and (max-width: 767px) {
  .bttomBtnArea,
  .topBtnArea {
    padding: 1em 0;
  }
}

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

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

.btn-google {
  width: min(60%, 240px);
  margin: 1em auto;
  border: 1px solid #000;
}
.btn-google a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 12px;
  background-color: #EEEEEE;
  transition: all 0.5s;
}
.btn-google a:hover {
  background-color: black;
  color: white;
}

footer {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  position: relative;
  width: 100%;
  padding: 0 0 0.5em;
  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: 340px;
  margin: 20px auto 10px;
}
footer .bottomStack .centerLogo img {
  width: 100%;
}
footer .bottomStack .copyright {
  text-align: center;
  color: #212121;
  font-size: 0.7em !important;
}
footer .dialStack {
  margin: 0 0 2em;
}
footer .dialStack .freeDialBox {
  width: min(90%, 800px);
  margin: 0 auto;
  padding: 3% 0 2%;
  line-height: 1.7;
}
footer .dialStack .freeDialBox p.center {
  font-size: clamp(0.75rem, 0.6943rem + 0.241vw, 0.875rem);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
footer .dialStack .freeDialBox p.center + a {
  display: block;
  width: 80%;
  margin: 1em auto;
}
footer .dialStack .freeDialBox .btn-header {
  margin-bottom: 20px;
  justify-content: center;
  gap: 15px;
}
@media (orientation: portrait) and (max-width: 767px) {
  footer .dialStack .freeDialBox .btn-header {
    gap: 0px;
  }
}
footer .dialStack .freeDialBox .btn-header .btn.btn-top a {
  margin: auto;
  padding: 8px 20px;
  width: 40% !important;
  background: #484b53;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.5s ease;
}
footer .dialStack .freeDialBox .btn-header .btn.btn-top a:hover {
  background-color: #00415f;
}
footer .dialStack .freeDialBox .btn-header .btn.btn-res a {
  display: block;
  margin-top: 20px;
  position: relative;
  z-index: 0;
}
footer .dialStack .freeDialBox .btn-header .btn.btn-res a:hover {
  opacity: 0.6;
}
footer .dialStack .freeDialBox .btn-header .btn.btn-req a {
  display: block;
  margin-top: 20px;
  position: relative;
  z-index: 0;
}
@media (orientation: portrait) and (max-width: 767px) {
  footer .dialStack .freeDialBox .btn-header .btn.btn-req a {
    margin-top: 10px;
  }
}
footer .dialStack .freeDialBox .btn-header .btn.btn-req a:hover {
  opacity: 0.6;
}
@media (orientation: portrait) and (max-width: 767px) {
  footer .dialStack .freeDialBox .btn-header .btn {
    width: 100%;
  }
}
footer .dialStack .freeDialBox .workTime {
  text-align: center;
  font-size: clamp(0.75rem, 0.6943rem + 0.241vw, 0.875rem);
}

#spMenu {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #212121;
  padding: 1% 2%;
  z-index: 999;
}
#spMenu .inner {
  width: 100%;
  height: 70px;
}
#spMenu .inner .flexContainer .item {
  width: 20%;
  padding: 4%;
  border-right: 1px solid white;
}
#spMenu .inner .flexContainer .item:last-child {
  border: none;
}
#spMenu .inner .flexContainer .item.nolink img {
  opacity: 0.3;
}

/* !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 .w20,
.flexcontainer .w20 {
  width: 20%;
}
.flexContainer .w23,
.flexcontainer .w23 {
  width: 23%;
}
.flexContainer .w24,
.flexcontainer .w24 {
  width: 24%;
}
.flexContainer .w25,
.flexcontainer .w25 {
  width: 25%;
}
.flexContainer .w29,
.flexcontainer .w29 {
  width: 29%;
}
.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 .w39,
.flexcontainer .w39 {
  width: 39%;
}
.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 .w59,
.flexcontainer .w59 {
  width: 59%;
}
.flexContainer .w60,
.flexcontainer .w60 {
  width: 60%;
}
.flexContainer .w65,
.flexcontainer .w65 {
  width: 65%;
}
.flexContainer .w69,
.flexcontainer .w69 {
  width: 69%;
}
.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 .w80,
.flexcontainer .w80 {
  width: 80%;
}
.flexContainer .w85,
.flexcontainer .w85 {
  width: 85%;
}
.flexContainer .w89,
.flexcontainer .w89 {
  width: 89%;
}
.flexContainer .w90,
.flexcontainer .w90 {
  width: 90%;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-center {
  justify-content: center;
  gap: 10px;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-center {
  align-items: center;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-stretch {
  align-items: stretch;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-direction-row {
  flex-direction: row;
}

/* !Button */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  transform: scale(0.7);
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #004F99;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
}

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

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

#navigationStack {
  position: absolute;
  top: 0;
  z-index: 100;
}

.btmBtn {
  margin: 1em;
}
.btmBtn .flexContainer {
  justify-content: center;
  gap: 1em;
}
.btmBtn .flexContainer .closeBtn, .btmBtn .flexContainer .btnPrn {
  width: 25%, 80px;
  aspect-ratio: 1/1;
  background-color: #B5B5B6;
}

/* !Navigation */
#gNavi {
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}
#gNavi.panelactive {
  visibility: visible;
  opacity: 1;
}
#gNavi .gnaviinner {
  display: flex;
  align-items: center;
  position: fixed;
  top: 76px;
  right: 0;
  width: 80%;
  height: 100vh;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: black;
}
#gNavi .gnaviinner .centerItem {
  width: 84%;
  height: 100%;
  padding: 5% 0;
  margin: 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#gNavi .gnaviinner .centerItem .inner {
  width: 80%;
  margin: 5% auto 5%;
  padding: 0;
}
#gNavi .gnaviinner .centerItem .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gNavi .gnaviinner .centerItem .inner ul li {
  position: relative;
  width: 48%;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.3em;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dashed gray;
  text-transform: uppercase;
  margin: 0.25em 0 0;
  margin: 0;
  font-family: "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif;
}
#gNavi .gnaviinner .centerItem .inner ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: white;
  padding: 1em 0;
}
#gNavi .gnaviinner .centerItem .inner ul li a span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: white;
}
#gNavi .gnaviinner .centerItem .inner ul li.new::after {
  content: url("../images/common/new.png");
  position: absolute;
  top: 0px;
  right: 0;
  transform: scale(60%);
  z-index: 50;
}
#gNavi .gnaviinner .centerItem .bottomSec {
  display: none;
}
#gNavi .gnaviinner .centerItem .bttomBtnArea {
  width: 100%;
  margin: 3% auto;
  padding: 0;
  background-color: transparent;
}
#gNavi .gnaviinner .centerItem .bttomBtnArea .flexContainer {
  justify-content: center;
  gap: 1em;
}
#gNavi .gnaviinner .centerItem .bttomBtnArea .flexContainer .btn {
  width: 48%;
}
#gNavi .gnaviinner .centerItem .bttomBtnArea .flexContainer .btn a {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: white;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
}
#gNavi .gnaviinner .centerItem .bttomBtnArea .flexContainer .item {
  width: 200px;
  font-size: 1rem;
  text-align: center;
  line-height: 2;
}
#gNavi .gnaviinner .centerItem .bttomBtnArea .flexContainer .item a {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#gNavi .gnaviinner .centerItem .bttomBtnArea .flexContainer .item a span {
  font-size: 0.8em;
}
#gNavi .gnaviinner .centerItem .bttomBtnArea .flexContainer .item a:hover {
  text-decoration: underline;
}
#gNavi .bnr {
  width: 80%;
  margin: 0 auto;
}
@media (orientation: portrait) and (max-width: 767px) {
  #gNavi .bnr {
    width: 100%;
  }
}

.borderBtmTop {
  display: inline-block;
  position: relative;
}
.borderBtmTop a {
  color: white;
}
.borderBtmTop a .fa {
  color: #005b34;
}
.borderBtmTop a:hover .fa {
  color: white;
}
.borderBtmTop.current {
  background-color: #005b34;
}
.borderBtmTop.current .fa {
  color: white;
}

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

.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

***************************************/
@media screen and (max-width: 991px) {
  #gNavi {
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
  }
  #gNavi.panelactive {
    visibility: visible;
    opacity: 1;
  }
  #gNavi .gnaviinner {
    display: flex;
    align-items: center;
    position: fixed;
    width: 90vw;
    height: 100vh;
    font-weight: 500;
    letter-spacing: 0.1em;
    background-color: black;
    top: 60px;
  }
  #gNavi .gnaviinner .centerItem {
    padding: 5% 0 150px;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #gNavi .gnaviinner .centerItem .inner {
    width: 100%;
  }
  #gNavi .gnaviinner .centerItem .inner ul li {
    width: 100%;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.3em;
    font-size: 13px;
    margin: 0.5em 0 0;
  }
  #gNavi .gnaviinner .centerItem .inner ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5em 0 0.8em;
  }
  #gNavi .gnaviinner .centerItem .inner ul li a span {
    font-size: 0.8em;
    letter-spacing: 0.1em;
  }
  #gNavi .gnaviinner .centerItem .btmStack {
    width: 100%;
  }
  #gNavi .gnaviinner .centerItem .btmStack .flexContainer {
    flex-direction: column;
    justify-content: center;
    gap: 1em;
    margin-top: 1em;
  }
  #gNavi .gnaviinner .centerItem .btmStack .flexContainer .btn {
    width: 100%;
  }
  #gNavi .gnaviinner .centerItem .btmStack .flexContainer .btn a {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: white;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
  }
  #gNavi .gnaviinner .centerItem .btmStack .flexContainer .item {
    width: 200px;
    font-size: 1rem;
    text-align: center;
    line-height: 2;
  }
  #gNavi .gnaviinner .centerItem .btmStack .flexContainer .item a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
  #gNavi .gnaviinner .centerItem .btmStack .flexContainer .item a span {
    font-size: 0.8em;
  }
  #gNavi .gnaviinner .centerItem .btmStack .flexContainer .item a:hover {
    text-decoration: underline;
  }
  #gNavi .gnaviinner .centerItem .bottomSec {
    display: block;
  }
  #gNavi .gnaviinner .centerItem .bttomBtnArea {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  #gNavi .gnaviinner .centerItem .bttomBtnArea .flexContainer .btn {
    width: 100%;
  }
  .w60container,
  .w70container,
  .w80container {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .spHidden {
    display: none;
  }
  .pcHidden {
    display: block;
  }
  .caption {
    font-size: 8px;
  }
  .container {
    width: 100%;
  }
  header {
    position: sticky;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 888;
  }
  header .container {
    width: 94%;
    margin: 0 auto;
    padding: 8px 0;
  }
  header .container .flexContainer {
    margin: 0;
    padding: 0px 0;
  }
  header .container .flexContainer .leftItem .flexContainer .logo {
    width: 150px;
  }
  header .container .flexContainer .leftItem .flexContainer .projectName {
    font-size: 12px;
  }
  .btn-close {
    display: block;
  }
  .borderBtmTop::after {
    display: none;
  }
  .telNo svg {
    width: 100%;
  }
  .telNo img {
    width: 100%;
  }
  .contact .contactTitle {
    font-size: 1em;
  }
  .w60container,
  .w70container,
  .w80container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  main .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .pickup::after {
    top: -0.5em;
    width: 23px;
  }
  /* !flexbox */
  .flexContainer .w45,
  .flexContainer .w48,
  .flexContainer .w49,
  .flexContainer .w50,
  .flexContainer .w69,
  .flexContainer .w66,
  .flexContainer .flexItem3_2,
  .flexContainer .w70,
  .flexContainer .w75,
  .flexContainer .W80,
  .flexContainer .W85,
  .flexContainer .w89,
  .flexContainer .w90,
  .flexcontainer .w45,
  .flexcontainer .w48,
  .flexcontainer .w49,
  .flexcontainer .w50,
  .flexcontainer .w69,
  .flexcontainer .w66,
  .flexcontainer .flexItem3_2,
  .flexcontainer .w70,
  .flexcontainer .w75,
  .flexcontainer .W80,
  .flexcontainer .W85,
  .flexcontainer .w89,
  .flexcontainer .w90 {
    width: 100%;
  }
  .flexContainer .w25,
  .flexContainer .w33,
  .flexContainer .w30,
  .flexContainer .w40,
  .flexContainer .w48,
  .flexContainer .w49,
  .flexContainer .w50,
  .flexContainer .w60,
  .flexContainer .w65,
  .flexContainer .w70,
  .flexContainer .w75,
  .flexContainer .w80,
  .flexContainer .w89,
  .flexContainer .w90,
  .flexContainer .flexItem2,
  .flexContainer .flexItem3,
  .flexcontainer .w25,
  .flexcontainer .w33,
  .flexcontainer .w30,
  .flexcontainer .w40,
  .flexcontainer .w48,
  .flexcontainer .w49,
  .flexcontainer .w50,
  .flexcontainer .w60,
  .flexcontainer .w65,
  .flexcontainer .w70,
  .flexcontainer .w75,
  .flexcontainer .w80,
  .flexcontainer .w89,
  .flexcontainer .w90,
  .flexcontainer .flexItem2,
  .flexcontainer .flexItem3 {
    margin-bottom: 0px;
  }
}
.gold {
  color: #c9b95a;
}

.resnone {
  display: none;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
  display: inline-block;
}
h1 span.large,
h2 span.large,
h3 span.large,
h4 span.large,
h5 span.large,
h6 span.large,
p span.large {
  font-size: 1.4em;
}

.zehLine {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  background: -moz-linear-gradient(0% 50% 0deg, rgb(176, 161, 113) 2.38%, rgb(135, 124, 87) 99.69%);
  background: -webkit-linear-gradient(0deg, rgb(176, 161, 113) 2.38%, rgb(135, 124, 87) 99.69%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0.0238, rgb(176, 161, 113)), color-stop(0.9969, rgb(135, 124, 87)));
  background: linear-gradient(90deg, rgb(176, 161, 113) 2.38%, rgb(135, 124, 87) 99.69%);
}

.pages main {
  font-family: "Noto Sans JP", sans-serif;
}
.pages main .bg-black {
  background-color: #000;
  color: white;
}
.pages main .inner {
  padding: 3% 0;
}
.pages main .bBorder {
  padding-top: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
}
.pages main h2 {
  font-weight: 400;
  font-size: 1.8rem;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main h2 {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.pages main h3 {
  font-weight: 400;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.pages main h3.eng {
  font-size: 2.6rem;
  color: #c9b95a;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main h3 {
    font-weight: 500;
  }
}
.pages main h4 {
  font-size: 1.6rem;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main h4 {
    font-weight: 600;
  }
}
.pages main h5 {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main h5 {
    font-weight: 500;
  }
}
.pages main .lead {
  font-size: 1.1rem;
}
@media screen and (max-width: 991px) {
  .pages main h2 {
    font-size: 1.4rem;
  }
  .pages main h4 {
    font-size: 1.2rem;
  }
  .pages main .lead {
    font-size: 1rem;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main h2 {
    font-size: 1.2rem;
  }
  .pages main .lead {
    font-size: 0.9rem;
  }
}
.pages main .bg-gradG, .pages main.plan h3 {
  margin: 1em 0 0;
  background: -moz-linear-gradient(0% 50% 0deg, rgb(58, 103, 70) 0%, rgb(1, 53, 38) 100%);
  background: -webkit-linear-gradient(0deg, rgb(58, 103, 70) 0%, rgb(1, 53, 38) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgb(58, 103, 70)), color-stop(1, rgb(1, 53, 38)));
  background: linear-gradient(90deg, rgb(58, 103, 70) 0%, rgb(1, 53, 38) 100%);
}
.pages main.plan .shadowBox {
  background-image: url("../images/phase1/bg-plan.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 5% 0;
}
.pages main.plan .shadowBox .container {
  background-color: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}
.pages main.plan .container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0% auto;
  padding-bottom: 3%;
  z-index: 10;
}
.pages main.plan .container.minus {
  margin-top: -5%;
}
.pages main.plan .container .planhead {
  padding: 24px 20%;
}
.pages main.plan .container .planhead h1 {
  width: 100%;
  max-width: none;
  margin-bottom: 0em;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main.plan .container .planhead {
    padding: 30px 5%;
  }
}
.pages main.plan .container h2 {
  font-size: 1.8rem;
  width: 100%;
  max-width: none;
}
.pages main.plan .container .balcony {
  background-color: #EEEEEE;
  padding: 1% 5%;
  margin-bottom: 1em;
}
.pages main.plan .container .balcony ul li {
  display: inline-block;
}
.pages main.plan .container .inner {
  width: 90%;
  padding-top: 0;
  margin: 0 auto;
}
.pages main.plan .container .inner .salespoint {
  display: flex;
  flex-wrap: wrap;
  width: min(500px, 100%);
  margin: 0px auto 2em;
  gap: 1em 2%;
  background-color: transparent;
}
.pages main.plan .container .inner .salespoint li {
  width: 48%;
}
.pages main.plan .container .inner .planMain {
  width: 100%;
  margin: 5% auto;
}
.pages main.plan .container .inner .planMain .flexcontainer .leftItem {
  width: 40%;
}
.pages main.plan .container .inner .planMain .flexcontainer .rightItem {
  position: relative;
  width: 58%;
}
.pages main.plan .container .inner .planMain .flexcontainer .rightItem .kadojyuko {
  position: absolute;
  width: min(120px, 20%);
  z-index: 5;
}
.pages main.plan .container .inner .planMain .flexcontainer .rightItem .kadojyuko.atype {
  bottom: 10%;
  left: -20px;
}
.pages main.plan .container .inner .planMain .flexcontainer .rightItem .kadojyuko.dtype {
  bottom: 10%;
  right: -20px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main.plan .container .inner .planMain .flexcontainer {
    flex-direction: column-reverse;
  }
  .pages main.plan .container .inner .planMain .flexcontainer .leftItem {
    width: 100%;
  }
  .pages main.plan .container .inner .planMain .flexcontainer .rightItem {
    width: 100%;
  }
}
.pages main.plan .container .inner .planMain .hanrei {
  width: 80%;
  max-width: 400px;
  margin: 2em auto;
}
.pages main.plan .container .inner .planMain .point {
  width: 100px;
  margin-bottom: 0.5em;
}
.pages main.plan .container .inner .planMain h2 {
  font-size: 1.2rem;
  border-top: 1px solid #bb121a;
  border-bottom: 1px solid #bb121a;
}
.pages main.plan .container .inner .planMain .btn-3d {
  margin-top: 1em;
}
.pages main.plan .container .inner .notes {
  width: 100%;
  margin: 3% auto;
  border: 1px solid #B5B5B6;
  padding: 0 0;
  font-family: serif;
  text-align: center;
  font-size: 0.7rem;
}
.pages main.plan .container .inner .notes h3 {
  margin-top: 0;
}
.pages main.plan .container .menuplan {
  width: 58%;
  margin: 0 auto;
  border: 1px solid #ccc;
}
.pages main.plan .container .menuplan h2 {
  padding: 0px;
  background-color: #c7113c;
  text-align: center;
  font-size: 1.4rem;
  color: white;
  margin-bottom: 1em;
}
.pages main.plan .container .menuplan h2 span {
  font-size: 2rem;
}
.pages main.plan .container .menuplan .lead {
  color: #c7113c;
  font-size: 1.2rem;
  text-align: center;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main.plan .container .menuplan {
    width: 100%;
  }
}
.pages main.plan .topVisual {
  position: relative;
}
.pages main.plan .topVisual h1 {
  position: absolute;
  top: 8%;
  left: 5%;
  width: 46%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main.plan main .container {
    padding: 3% 0%;
  }
}
.pages main.plan .txtArea {
  margin: 3% 0;
}
.pages main.plan .txtArea .ttl {
  color: #c9b95a;
  font-size: 2.2rem;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .pages main.plan .txtArea .ttl {
    font-size: 1.6rem;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main.plan .txtArea .ttl {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.pages main.plan .fl01 {
  gap: 1em 2%;
}
.pages main.plan .fl01 .item {
  width: 48%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main.plan .fl01 .item {
    width: 100%;
  }
}
.pages main.plan h3 {
  padding: 0.5em 2em;
  color: white;
}
.pages main.plan .roomPlan .bg-gradG, .pages main.plan .roomPlan h3 {
  padding: 0.5em 1em;
}
.pages main.plan .roomPlan .bg-gradG .btninner, .pages main.plan .roomPlan h3 .btninner {
  width: 30%;
  max-width: 300px;
  margin: 0px auto;
}
.pages main.plan .roomPlan .bg-gradG .btninner img, .pages main.plan .roomPlan h3 .btninner img {
  vertical-align: middle;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main.plan .roomPlan .bg-gradG .btninner, .pages main.plan .roomPlan h3 .btninner {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .pages main.plan .roomPlan .w80container {
    width: 100%;
  }
}
.pages main.plan .btn_list {
  width: 100%;
  margin: 1em 0;
}
.pages main.plan .btn_list h4 {
  margin: 1em 0;
}
.pages main.plan .btn_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 1%;
}
.pages main.plan .btn_list ul li.child {
  position: relative;
  width: 49%;
  border: 1px solid #c9b95a;
  background-image: url("../images/phase1/bg-plan.jpg");
  background-size: 100%;
  background-position: top center;
  transition: all 0.5s ease;
}
.pages main.plan .btn_list ul li.child:hover {
  background-size: 200%;
}
.pages main.plan .btn_list ul li.child.sold::before, .pages main.plan .btn_list ul li.child.soon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../../plan/images/sold.png");
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.8);
}
.pages main.plan .btn_list ul li.child.soon::before {
  background-image: url("../../plan/images/soon.png");
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main.plan .btn_list {
    margin: 20px 0 20px;
  }
  .pages main.plan .btn_list h4 {
    font-size: 1rem;
    margin: 0.5em 0 0;
  }
  .pages main.plan .btn_list ul li.child {
    width: 100%;
  }
}
.pages main.plan .som .flexcontainer .leftItem {
  width: 44%;
}
.pages main.plan .som .flexcontainer .menuplan {
  width: 50%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main.plan .som .flexcontainer {
    flex-direction: column-reverse;
  }
  .pages main.plan .som .flexcontainer .leftItem,
  .pages main.plan .som .flexcontainer .menuplan {
    width: 100%;
  }
}
.pages main.structure main .coverTempWrapper .container {
  width: 100%;
}
.pages main.structure main .coverTempWrapper .container .topVisual {
  background-image: url(../../structure/images/pc_cover.jpg);
  width: 100%;
  height: 0;
  margin-bottom: 3%;
  padding-top: 54%;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
.pages main.structure main .first h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1em;
}
.pages main.structure main .first h3 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 0.5em;
}
.pages main.structure main .first p.lead {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2em;
}
.pages main.structure main .first .isoratorImg {
  background-image: url(../../structure/images/pc_isorator@2x.jpg);
  width: 100%;
  height: 0;
  margin: 1em 0;
  padding-top: 44%;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.pages main.structure main .second {
  margin: 3% 0;
}
.pages main.structure main .second .bdBox {
  width: 90%;
  max-width: 700px;
  margin: 3% auto;
  border: 1px solid #4A4A4A;
  padding: 1em;
}
.pages main.structure main .second .bdBox .flexContainer {
  align-items: center;
}
.pages main.structure main .second .bdBox .flexContainer .leftItem {
  width: 28%;
}
.pages main.structure main .second .bdBox .flexContainer .rightItem {
  width: 68%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main.structure main .second .bdBox .flexContainer {
    flex-direction: column;
  }
  .pages main.structure main .second .bdBox .flexContainer .leftItem {
    width: 50%;
    margin-bottom: 1em;
  }
  .pages main.structure main .second .bdBox .flexContainer .rightItem {
    width: 90%;
  }
}
.pages main.structure main .second .bdBox h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.pages main.structure main .third {
  margin-bottom: 5%;
}
.pages main.structure main .third .container {
  width: 80%;
  max-width: 1100px;
}
.pages main.structure main .third .container h3 {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 1em;
}
.pages main.structure main .third .container .flexContainer .item {
  width: 32%;
  border: 3px solid #005b34;
  background-color: white;
  box-shadow: 6px 8px 4px rgba(0, 0, 0, 0.2);
}
.pages main.structure main .third .container .flexContainer .item .inner {
  padding: 1em;
}
.pages main.structure main .third .container .flexContainer .item .inner p {
  font-size: 1rem;
  text-align: center;
}
.pages main.structure main .third .container .flexContainer .item .inner span.strong {
  display: block;
  color: #005b34;
  font-size: 1.3em;
}
@media screen and (max-width: 991px) {
  .pages main.structure main .third .container .flexContainer {
    width: 60%;
    margin: 1em auto;
    gap: 10px;
  }
  .pages main.structure main .third .container .flexContainer .item {
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main.structure main .third .container .flexContainer {
    width: 100%;
  }
}
.pages main.structure main .interview .container {
  width: 80%;
  max-width: 1100px;
}
.pages main.structure main .interview .container h3 {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.pages main.structure main .interview .container .taC {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.pages main.structure main .interview .container .taC .font_bl {
  font-size: 2.2em;
  color: #005b34;
}
.pages main.structure main .interview .container .inteview_bg {
  display: block;
  position: relative;
  margin-top: 2rem;
}
.pages main.structure main .interview .container .inteview_bg .inteview_ttl {
  position: absolute;
  top: 35%;
  left: 45%;
  width: 13%;
}
.pages main.structure main .interview .container .inteview_bg .box {
  width: 100%;
  margin: 1em auto;
  padding: 10px;
  border: 1px solid #005b34;
  background-color: #eefefe;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.pages main.equipment .bd-black {
  margin: 2em 0 1em;
  border-bottom: 1px solid #035b34;
}
.pages main.equipment .bd-black .bg-Box {
  display: block;
  width: 240px;
  padding: 10px 0 5px;
  background-color: #035b34;
  margin: 0 auto;
}
.pages main.equipment .bd-black h3 {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  color: #c9b95a;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .pages main.equipment .bd-black {
    margin: 2em 0 1em;
  }
  .pages main.equipment .bd-black .bg-Box {
    display: block;
    width: 200px;
    padding: 5px 0 1px;
    background-color: #035b34;
    margin: 0 auto;
  }
  .pages main.equipment .bd-black h3 {
    font-size: 1.1rem;
  }
}
.pages main.equipment .topVisual {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
}
.pages main.equipment .topVisual .parallax {
  position: relative;
  margin-top: -100px;
  width: 100%;
  height: 130%;
  background-image: url("../../equipment/images/kitchen.jpg");
  background-position: 50%;
  background-size: cover;
}
.pages main.equipment .topVisual .txtStack {
  position: absolute;
  width: 90%;
  top: 6%;
  left: 3%;
}
.pages main.equipment .topVisual .txtStack h1 {
  width: 40%;
  margin-bottom: 0;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
}
.pages main.equipment .topVisual .caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
}
@media screen and (max-width: 991px) {
  .pages main.equipment .topVisual .txtStack {
    position: absolute;
    width: 90%;
    top: 6%;
    left: 3%;
  }
  .pages main.equipment .topVisual .txtStack h2 {
    font-size: 1.2rem;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main.equipment .topVisual {
    aspect-ratio: 3/1.6;
  }
  .pages main.equipment .topVisual .parallax {
    position: relative;
    margin-top: 0px;
    width: 100%;
    height: 110%;
  }
  .pages main.equipment .topVisual .txtStack {
    position: absolute;
    width: 90%;
    top: 3%;
    left: 3%;
  }
  .pages main.equipment .topVisual .txtStack h1 {
    width: 70%;
  }
  .pages main.equipment .topVisual .txtStack h2 {
    font-size: 1rem;
    color: white;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.9));
  }
  .pages main.equipment .topVisual .caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
.pages main.equipment ul.setsubi {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 2%;
}
.pages main.equipment ul.setsubi li {
  width: 32%;
  line-height: 1.5;
}
.pages main.equipment ul.setsubi li h5 {
  font-size: 1.1rem;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 0;
  color: white;
  background-color: #035b34;
}
.pages main.equipment ul.setsubi li.w66 {
  width: 66%;
}
.pages main.equipment ul.setsubi li.w48 {
  width: 49%;
}
.pages main.equipment ul.setsubi li .ph {
  aspect-ratio: 3/2;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .pages main.equipment ul.setsubi li h5 {
    font-size: 0.9rem;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main.equipment ul.setsubi li {
    width: 100%;
    line-height: 1.5;
  }
  .pages main.equipment ul.setsubi li h5 {
    font-size: 1.1rem;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 0;
    color: white;
    background-color: #035b34;
  }
  .pages main.equipment ul.setsubi li.w66 {
    width: 100%;
  }
  .pages main.equipment ul.setsubi li.w48 {
    width: 100%;
  }
  .pages main.equipment ul.setsubi li .ph {
    aspect-ratio: 3/2;
    width: 100%;
  }
  .pages main.equipment ul.setsubi .w33 {
    width: 100%;
  }
}
.pages main.equipment .bathroom .flexcontainer .leftItem,
.pages main.equipment .dressingroom .flexcontainer .leftItem,
.pages main.equipment .toilet .flexcontainer .leftItem {
  position: relative;
  width: 40%;
  background-image: url("../../equipment/images/bathroom.jpg");
  background-size: cover;
  background-position: 50%;
}
.pages main.equipment .bathroom .flexcontainer .rightItem,
.pages main.equipment .dressingroom .flexcontainer .rightItem,
.pages main.equipment .toilet .flexcontainer .rightItem {
  width: 58%;
}
.pages main.equipment .bathroom .flexcontainer .rightItem ul.setsubi,
.pages main.equipment .dressingroom .flexcontainer .rightItem ul.setsubi,
.pages main.equipment .toilet .flexcontainer .rightItem ul.setsubi {
  justify-content: space-between;
}
.pages main.equipment .bathroom .flexcontainer .rightItem ul.setsubi li,
.pages main.equipment .dressingroom .flexcontainer .rightItem ul.setsubi li,
.pages main.equipment .toilet .flexcontainer .rightItem ul.setsubi li {
  width: 48%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main.equipment .bathroom .flexcontainer .leftItem,
  .pages main.equipment .dressingroom .flexcontainer .leftItem,
  .pages main.equipment .toilet .flexcontainer .leftItem {
    width: 100%;
    aspect-ratio: 3/2;
    margin-bottom: 1em;
  }
  .pages main.equipment .bathroom .flexcontainer .rightItem,
  .pages main.equipment .dressingroom .flexcontainer .rightItem,
  .pages main.equipment .toilet .flexcontainer .rightItem {
    width: 100%;
  }
  .pages main.equipment .bathroom .flexcontainer .rightItem ul.setsubi,
  .pages main.equipment .dressingroom .flexcontainer .rightItem ul.setsubi,
  .pages main.equipment .toilet .flexcontainer .rightItem ul.setsubi {
    justify-content: space-between;
  }
  .pages main.equipment .bathroom .flexcontainer .rightItem ul.setsubi li,
  .pages main.equipment .dressingroom .flexcontainer .rightItem ul.setsubi li,
  .pages main.equipment .toilet .flexcontainer .rightItem ul.setsubi li {
    width: 100%;
  }
}
.pages main.equipment .dressingroom .flexcontainer .leftItem {
  background-image: url("../../equipment/images/dressingroom.jpg");
}
.pages main.equipment .toilet .flexcontainer .leftItem {
  background-image: url("../../equipment/images/toilet.jpg");
}
.pages main.equipment .other {
  margin: 2em 0 1em;
}
.pages main.equipment .other .container {
  padding-top: 2em;
  border-top: 1px solid #B5B5B6;
}
.pages main.equipment .other ul.list li {
  width: 100%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages main.equipment .other .flexcontainer .w55,
  .pages main.equipment .other .flexcontainer .w40,
  .pages main.equipment .other .flexcontainer .w48 {
    width: 100%;
  }
}

.btmStack {
  padding: 3% 0 1%;
}

.bttomBtnArea {
  padding: 0 0 5%;
  background-color: #484b53;
}

.outline {
  font-family: "Noto Sans Japanese", sans-serif;
  padding: 0px 0;
}
.outline main {
  background-color: white;
}
.outline main h1 {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 1em 0;
}
.outline main .container {
  width: 90%;
  margin: 0px auto;
}
.outline main .container section {
  margin: 0;
  padding: 0;
}
.outline table.style1 {
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.5;
  border-collapse: collapse;
}
.outline table.style1 td {
  padding: 1%;
  border: 1px solid #212121;
}
.outline table.style1 td.cell1 {
  width: 23%;
  background-color: #EEEEEE;
}
.outline table.style1 td.cell2 {
  width: 73%;
}

.zuiji .inner {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 3%;
}

.btn_insite {
  display: block;
  width: 80%;
  max-width: 680px;
  margin: 3% auto;
}

.bnr.vegalta {
  width: min(40%, 150px);
  margin: 0em auto;
}
.bnr.vegalta + p {
  font-size: 12px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

#mg {
  background-image: url("../images/phase1/bg-plan.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  line-height: 2;
}
#mg .container {
  width: 94%;
  max-width: 1200px;
}
#mg .first {
  background-color: #fff;
  background-image: url("../../mgInfo/images/topVisual.jpg");
  background-size: 80%;
  background-position: center left;
  background-repeat: no-repeat;
}
#mg .first .titleBox {
  padding: 7% 0;
  background-color: #00415f;
  mix-blend-mode: hard-light;
  color: #c9b95a;
  font-family: serif;
  letter-spacing: 0.2em;
}
#mg .first .titleBox h2 {
  font-size: 2.2rem;
}
#mg h2 {
  font-size: 1.8rem;
  margin: 0 0 0.5em;
  text-align: center;
}
#mg h3 {
  font-size: 1rem;
  text-align: center;
}
#mg h3.title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.5;
}
#mg h3.title span.subH {
  font-size: 0.7em;
}
#mg h4 {
  font-size: 1.2rem;
  padding: 0.2em 0.5em;
  background-color: #00415f;
  margin: 0 0 0.5em;
  color: white;
}
#mg .mapImgBox {
  width: 60%;
  margin: 0% auto 5%;
}
#mg .col2wrapper {
  align-items: center;
}
#mg .box {
  width: 48%;
}
#mg .box ul li {
  line-height: 2;
}
#mg .leftItem {
  width: 38%;
}
#mg .rightItem {
  width: 60%;
}
#mg .second .flexContainer,
#mg .third .flexContainer {
  margin: 5% 0;
  padding-bottom: 1em;
  margin-bottom: 3em;
  border-bottom: 1px dashed rgba(60, 117, 176, 0.3);
}
#mg .second .flexContainer .leftItem,
#mg .third .flexContainer .leftItem {
  width: 60%;
}
#mg .second .flexContainer .rightItem,
#mg .third .flexContainer .rightItem {
  width: 35%;
}
#mg .second .flexContainer.fl04,
#mg .third .flexContainer.fl04 {
  align-items: center;
}
#mg .second .flexContainer.fl04 .strong,
#mg .third .flexContainer.fl04 .strong {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
}
#mg .second .flexContainer.fl05,
#mg .third .flexContainer.fl05 {
  width: 90%;
  margin: 5% auto;
  padding-bottom: 5%;
  border-bottom: none;
}
#mg .second h4,
#mg .third h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
#mg .second .carnavi,
#mg .third .carnavi {
  width: 90%;
  margin: 0 auto;
  background-color: #00415f;
  color: white;
}
#mg .second .carnavi .flexContainer,
#mg .third .carnavi .flexContainer {
  align-items: center;
  border: none;
  padding: 15px 30px;
}
#mg .second .carnavi .flexContainer .leftItem,
#mg .third .carnavi .flexContainer .leftItem {
  width: 70%;
}
#mg .second .carnavi .flexContainer .leftItem h3,
#mg .third .carnavi .flexContainer .leftItem h3 {
  color: white;
  font-size: 1.2rem;
  text-align: left;
  border-bottom: 1px dashed #00415f;
}
#mg .second .carnavi .flexContainer .leftItem p.naviadd,
#mg .third .carnavi .flexContainer .leftItem p.naviadd {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
#mg .second .carnavi .flexContainer .rightItem,
#mg .third .carnavi .flexContainer .rightItem {
  width: 25%;
}
#mg .second .carnavi .flexContainer .rightItem .btn_google,
#mg .third .carnavi .flexContainer .rightItem .btn_google {
  padding: 3px 5px;
  border: 1px solid white;
  text-align: center;
}
#mg .second .carnavi .flexContainer .rightItem .btn_google:hover,
#mg .third .carnavi .flexContainer .rightItem .btn_google:hover {
  background-color: #831c1e;
}
#mg ul.option li {
  margin: 1em 0.3em;
  display: inline-block;
  padding: 0.2em 1em;
  background-color: rgba(60, 117, 176, 0.3);
  color: white;
  font-size: 0.9rem;
}

footer {
  background-color: #fff;
  padding-bottom: 0.5em;
}
footer .container {
  width: min(90%, 1200px);
  margin: 0 auto;
}
footer .container .dialStack {
  width: 50%;
  margin: 3% auto;
  border-bottom: 1px solid #ddd;
}
footer .container .dialStack .freeDialBox {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
footer .container .dialStack .workTime {
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 3%;
}
footer .container .syagumi {
  width: 50%;
  margin: 4em auto 1em;
}
footer .container .syagumi .logo-nice {
  width: 240px;
  margin: 2em auto 0;
}
footer .container .syagumi .izumi.bnr {
  display: none;
}
footer .container .copyright {
  margin-bottom: 1em;
  font-size: 9px;
  font-weight: nomal;
  text-align: center;
}
footer .btn_pageTop a.requestBtn {
  display: none;
}
footer .btn_pageTop2 {
  display: none;
}
footer .btn_pageTop2 a.requestBtn2 {
  display: none;
}

.bnr_som {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.bnr_som .modal {
  position: fixed;
  display: flex;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 900px;
  transform: translate(-50%, -50%);
}
.bnr_som .modal .floatBT {
  width: 100%;
}
.bnr_som .modal .floatBT img {
  width: 100%;
}

.spBtmBnr {
  display: none;
}

.btmBanner {
  display: block;
  position: fixed;
  right: 1%;
  bottom: 19%;
  width: min(40%, 360px);
  z-index: 99;
}
@media (orientation: portrait) and (max-width: 767px) {
  .btmBanner {
    width: 94%;
    right: 3%;
    bottom: 1%;
  }
}

a.bnr-close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 21;
}
a.bnr-close img {
  width: 30px;
}

a.bnr-close2, a.bnr-close3 {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 21;
}
a.bnr-close2 img, a.bnr-close3 img {
  width: 30px;
}

@media (orientation: portrait) and (max-width: 767px) {
  a.bnr-close3 {
    top: -24px;
    left: -4px;
  }
}

/**************************************

				 !Media

***************************************/
@media only screen and (max-width: 767px) {
  .outline main {
    background-color: white;
  }
  .outline main h1 {
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin: 1em 0;
  }
  .bttomBtnArea .w48,
  .topBtnArea .w48 {
    width: 100%;
    margin-bottom: 1em;
  }
  .bnr {
    margin: 1em auto;
  }
  .footerNav {
    display: flex;
    width: 100%;
    padding-right: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 1em;
  }
  .footerNav .btnItem {
    width: 48%;
    max-width: none;
  }
  .footerNav .btnItem a {
    color: black;
    display: block;
    font-size: 1.2rem;
    padding: 0.5em 0;
    transition: all 0.5s ease;
  }
  footer {
    background-color: #fff;
    padding: 0;
    padding: 0 0 160px 0;
  }
  footer .container {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 90%;
  }
  footer .container .dialStack {
    width: 100%;
    margin: 3% auto;
    border-bottom: 1px solid #ddd;
  }
  footer .container .dialStack .freeDialBox {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  footer .container .dialStack .workTime {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 3%;
  }
  footer .container .syagumi {
    width: 50%;
    margin: 3% auto;
  }
  footer .container .syagumi .logo-nice {
    width: 160px;
    margin: 2em auto 1em;
  }
  footer .container .syagumi .address {
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: center;
  }
  footer .container .copyright {
    font-weight: bold;
    text-align: center;
  }
  footer .btn_pageTop {
    width: 60px;
    height: 60px;
    padding: 5px;
    border-radius: 10px;
  }
  footer .btn_pageTop a.requestBtn {
    display: block;
  }
  footer .btn_pageTop2 {
    position: fixed;
    right: 20px;
    text-align: center;
    background-color: #005b34;
    z-index: 200;
    width: 60px;
    height: 60px;
    padding: 5px;
    border-radius: 10px;
  }
  footer .btn_pageTop2 a {
    color: white;
  }
  .bnr_som .spBanner {
    display: block;
    position: fixed;
    bottom: 0%;
    left: 0%;
    width: 100%;
    z-index: 100;
  }
  .bnr_som .spBanner img {
    width: 100%;
  }
  .bnr_som .spBanner a.bnr-close {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 24px;
    z-index: 101;
  }
  .bnr_som .spBanner a.bnr-close img {
    width: 100%;
  }
  .spBtmBnr {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 12px 15px;
    z-index: 100;
    background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%);
  }
}
.dispPC {
  display: block;
}
@media screen and (max-width: 991px) {
  .dispPC {
    display: block;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .dispPC {
    display: none !important;
  }
}

.dispSP {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .dispSP {
    display: none;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .dispSP {
    display: block !important;
  }
}

.dispTB {
  display: none;
}
@media screen and (max-width: 991px) {
  .dispTB {
    display: block !important;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .dispTB {
    display: none;
  }
}

.imgBox {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.imgBox.w60 {
  max-width: 60%;
}
@media screen and (max-width: 991px) {
  .imgBox.w60 {
    max-width: 100%;
  }
}
.imgBox.w50 {
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .imgBox.w50 {
    max-width: 100%;
  }
}
.imgBox.w40 {
  max-width: 40%;
}
@media screen and (max-width: 991px) {
  .imgBox.w40 {
    max-width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .imgBox.spw80 {
    max-width: 80%;
  }
}

.movieBox {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 991px) {
  .movieBox {
    aspect-ratio: 9/16;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .movieBox {
    aspect-ratio: 9/16;
  }
}
.movieBox iframe {
  width: 100%;
  height: 100%;
}

.tLeft {
  text-align: left;
  justify-content: flex-start;
  margin-right: auto;
}

.tCenter {
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.tRight {
  text-align: right;
  justify-content: flex-end;
  margin-left: auto;
}

.mrgnB60 {
  margin-bottom: 60px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .mrgnB60 {
    margin-bottom: 30px;
  }
}

#h1-Sec {
  position: relative;
  text-align: center;
}
#h1-Sec .title {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: white;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 0;
  padding: 0;
  margin: 0.35em 0;
  font-size: clamp(2.375rem, -0.1325rem + 10.8434vw, 8rem);
}
#h1-Sec .pic {
  width: 100%;
  height: 100%;
  aspect-ratio: 168/85;
}

.galleryWrapper {
  max-width: 100%;
  width: 100%;
}
.galleryWrapper .container {
  width: min(90%, 1440px);
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.galleryWrapper .container .titleWrapper .title {
  font-weight: 600;
  color: #004f99;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 550px) {
  .galleryWrapper .container .titleWrapper .title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 950px) {
  .galleryWrapper .container .titleWrapper .title {
    font-size: 38px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper .container .titleWrapper .title {
    padding-bottom: 20px;
  }
}
.galleryWrapper .container .titleWrapper .title span {
  font-size: 36px;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 1200px) {
  .galleryWrapper .container .titleWrapper .title span {
    font-size: 3vw;
  }
}
@media screen and (min-width: 2000px) {
  .galleryWrapper .container .titleWrapper .title span {
    font-size: 60px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper .container .titleWrapper .title span {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.galleryWrapper .container .titleWrapper .subTitle {
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .galleryWrapper .container .titleWrapper .subTitle {
    font-size: 3vw;
  }
}
@media screen and (min-width: 800px) {
  .galleryWrapper .container .titleWrapper .subTitle {
    font-size: 24px;
  }
}
.galleryWrapper .container .galleryBtnWrapper {
  max-width: 380px;
  width: 100%;
  margin: 0 auto 20px auto;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper .container .galleryBtnWrapper {
    max-width: 100%;
    margin-bottom: 20px;
    gap: 10px;
  }
}
.galleryWrapper .container .galleryBtnWrapper a {
  transition: 0.3s;
}
.galleryWrapper .container .galleryBtnWrapper a:hover {
  opacity: 0.7;
}
.galleryWrapper .container .galleryBtnWrapper .btn-roomplan {
  padding-top: 60px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper .container .galleryBtnWrapper .btn-roomplan {
    padding-top: 20px;
  }
}
.galleryWrapper .container .btnWrapper {
  margin: 0 auto 40px auto;
  width: min(80%, 1440px);
}
@media screen and (max-width: 991px) {
  .galleryWrapper .container .btnWrapper {
    max-width: 100%;
    width: 100%;
  }
}
.galleryWrapper .container .btnWrapper ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.galleryWrapper .container .btnWrapper ul li {
  max-width: calc(25% - 20px);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .galleryWrapper .container .btnWrapper ul li {
    max-width: calc(25% - 20px);
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper .container .btnWrapper ul li {
    max-width: calc(50% - 10px);
  }
}
.galleryWrapper .container .btnWrapper ul li a {
  border: 1px solid #004f99;
  color: #004f99;
  padding: 10px 10px 10px 40px;
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  line-height: 1.4;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 600px) {
  .galleryWrapper .container .btnWrapper ul li a {
    font-size: 3vw;
  }
}
@media screen and (min-width: 733.3333333333px) {
  .galleryWrapper .container .btnWrapper ul li a {
    font-size: 22px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper .container .btnWrapper ul li a {
    line-height: 1.3;
    padding: 10px 10px 10px 35px;
  }
}
.galleryWrapper .container .btnWrapper ul li a:before {
  content: "";
  background-image: url(../../gallery/images/btnIcon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate(0, -50%);
  max-width: 30px;
  width: 100%;
  aspect-ratio: 1/1;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper .container .btnWrapper ul li a:before {
    left: 4px;
  }
}
.galleryWrapper .container .btnWrapper ul li a:hover {
  color: #fff;
  background-color: #004f99;
}
.galleryWrapper .container .section01picWrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper .container .section01picWrapper {
    max-width: 100%;
  }
}
.galleryWrapper .container .section01picWrapper .box {
  max-width: 50%;
  width: 100%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper .container .section01picWrapper .box {
    max-width: 100%;
  }
}
.galleryWrapper .container .section01picWrapper .box .imgBox .caption {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 533.3333333333px) {
  .galleryWrapper .container .section01picWrapper .box .imgBox .caption {
    font-size: 3vw;
  }
}
@media screen and (min-width: 600px) {
  .galleryWrapper .container .section01picWrapper .box .imgBox .caption {
    font-size: 18px;
  }
}
.galleryWrapper .container .section01picWrapper.flowImg {
  padding-top: 40px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper .container .section01picWrapper.flowImg {
    padding-top: 20px;
  }
}
.galleryWrapper .titleBarWrapper {
  background-color: #004f99;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper .titleBarWrapper {
    padding: 15px;
  }
}
.galleryWrapper .titleBarWrapper .titleBox {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper .titleBarWrapper .titleBox {
    justify-content: flex-start;
  }
}
.galleryWrapper .titleBarWrapper .titleBox img {
  max-width: 120px;
  width: 100%;
  padding-right: 20px;
  aspect-ratio: 1/1;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper .titleBarWrapper .titleBox img {
    max-width: 90px;
    padding-right: 10px;
  }
}
.galleryWrapper .titleBarWrapper .titleBox .title {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (min-width: 600px) {
  .galleryWrapper .titleBarWrapper .titleBox .title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1000px) {
  .galleryWrapper .titleBarWrapper .titleBox .title {
    font-size: 30px;
  }
}
.galleryWrapper .titleBarWrapper .titleBox .title span {
  font-size: 22px;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 733.3333333333px) {
  .galleryWrapper .titleBarWrapper .titleBox .title span {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1266.6666666667px) {
  .galleryWrapper .titleBarWrapper .titleBox .title span {
    font-size: 38px;
  }
}
.galleryWrapper .bg {
  background-image: url(../../gallery/images/section01Bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.galleryWrapper .readTxt {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 40px;
}
@media screen and (min-width: 533.3333333333px) {
  .galleryWrapper .readTxt {
    font-size: 3vw;
  }
}
@media screen and (min-width: 733.3333333333px) {
  .galleryWrapper .readTxt {
    font-size: 22px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper .readTxt {
    padding-bottom: 20px;
  }
}
.galleryWrapper .readTxt span {
  font-size: 16px;
}
@media screen and (min-width: 533.3333333333px) {
  .galleryWrapper .readTxt span {
    font-size: 3vw;
  }
}
@media screen and (min-width: 866.6666666667px) {
  .galleryWrapper .readTxt span {
    font-size: 26px;
  }
}
.galleryWrapper .readTxt span strong {
  font-weight: 600;
}
.galleryWrapper #section00 .galleryBtnWrapper {
  margin: 0 auto 40px auto;
}
.galleryWrapper #section02 .container .galleryBtnWrapper {
  max-width: 460px;
}
.galleryWrapper #section02 .container .movieBox {
  margin-bottom: 60px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper #section02 .container .movieBox {
    margin-bottom: 30px;
  }
}
.galleryWrapper #section03 .pointWrapper,
.galleryWrapper #section04 .pointWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .galleryWrapper #section03 .pointWrapper,
  .galleryWrapper #section04 .pointWrapper {
    gap: 20px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper #section03 .pointWrapper,
  .galleryWrapper #section04 .pointWrapper {
    gap: 20px;
    align-items: flex-start;
  }
}
.galleryWrapper #section03 .pointWrapper .box,
.galleryWrapper #section04 .pointWrapper .box {
  max-width: 22%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .galleryWrapper #section03 .pointWrapper .box,
  .galleryWrapper #section04 .pointWrapper .box {
    max-width: calc(50% - 10px);
  }
}
.galleryWrapper #section03 .pointWrapper .box .caption,
.galleryWrapper #section04 .pointWrapper .box .caption {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 400px) {
  .galleryWrapper #section03 .pointWrapper .box .caption,
  .galleryWrapper #section04 .pointWrapper .box .caption {
    font-size: 3vw;
  }
}
@media screen and (min-width: 600px) {
  .galleryWrapper #section03 .pointWrapper .box .caption,
  .galleryWrapper #section04 .pointWrapper .box .caption {
    font-size: 18px;
  }
}
.galleryWrapper #section03 .galleryBtnWrapper {
  max-width: 460px;
}
.galleryWrapper #section04 .pointWrapper {
  margin-bottom: 60px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper #section04 .pointWrapper {
    margin-bottom: 30px;
  }
}
.galleryWrapper #section04 .readTxt span {
  margin-top: 10px;
  display: inline-block;
}
.galleryWrapper #section05 {
  background-color: #2b392f;
}
.galleryWrapper #section05 .titleBarWrapper {
  background: linear-gradient(45deg, #3e6044 0%, #367d4d 31%, #87c57a 50%, #367d4d 70%, #3e6044 100%);
  padding: 20px;
}
.galleryWrapper #section05 .titleBarWrapper .section05 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 800px) {
  .galleryWrapper #section05 .titleBarWrapper .section05 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1266.6666666667px) {
  .galleryWrapper #section05 .titleBarWrapper .section05 {
    font-size: 38px;
  }
}
.galleryWrapper #section05 .titleBarWrapper .section05 span {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (min-width: 533.3333333333px) {
  .galleryWrapper #section05 .titleBarWrapper .section05 span {
    font-size: 3vw;
  }
}
@media screen and (min-width: 666.6666666667px) {
  .galleryWrapper #section05 .titleBarWrapper .section05 span {
    font-size: 20px;
  }
}
.galleryWrapper #section05 .readTxt {
  position: relative;
  max-width: 78%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .galleryWrapper #section05 .readTxt {
    max-width: 90%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper #section05 .readTxt {
    max-width: 100%;
  }
}
.galleryWrapper #section05 .readTxt.head {
  padding-bottom: 20px;
}
.galleryWrapper #section05 .readTxt.head:before {
  content: "";
  max-width: 60px;
  aspect-ratio: 35/76;
  width: 100%;
  background-image: url(../../gallery/images/section05pic01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  margin-right: 40px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper #section05 .readTxt.head:before {
    max-width: 45px;
    margin-right: 10px;
  }
}
.galleryWrapper #section05 .readTxt.head:after {
  content: "";
  max-width: 60px;
  aspect-ratio: 35/76;
  width: 100%;
  background-image: url(../../gallery/images/section05pic02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  margin-left: 40px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper #section05 .readTxt.head:after {
    max-width: 45px;
    margin-left: 10px;
  }
}
.galleryWrapper #section05 .imgBox {
  padding-bottom: 40px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper #section05 .imgBox {
    padding-bottom: 20px;
  }
}
.galleryWrapper #section06 {
  background-color: #e8e8e5;
}
.galleryWrapper #section06 .container {
  position: relative;
  width: min(90%, 1440px);
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .galleryWrapper #section06 .container {
    max-width: 90%;
  }
}
.galleryWrapper #section06 .container .titleBox {
  padding-bottom: 40px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper #section06 .container .titleBox {
    padding-bottom: 20px;
  }
}
.galleryWrapper #section06 .container .titleBox .title {
  font-size: 18px;
  color: #2d5954;
}
@media screen and (min-width: 600px) {
  .galleryWrapper #section06 .container .titleBox .title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 866.6666666667px) {
  .galleryWrapper #section06 .container .titleBox .title {
    font-size: 26px;
  }
}
.galleryWrapper #section06 .container .titleBox .title span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 466.6666666667px) {
  .galleryWrapper #section06 .container .titleBox .title span {
    font-size: 3vw;
  }
}
@media screen and (min-width: 733.3333333333px) {
  .galleryWrapper #section06 .container .titleBox .title span {
    font-size: 22px;
  }
}
.galleryWrapper #section06 .container .googleNaviWrapper {
  background-color: #2d5954;
  padding: 10px;
  margin-bottom: 60px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper #section06 .container .googleNaviWrapper {
    margin-bottom: 30px;
  }
}
.galleryWrapper #section06 .container .googleNaviWrapper .container {
  border: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.galleryWrapper #section06 .container .googleNaviWrapper .container .box {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .galleryWrapper #section06 .container .googleNaviWrapper .container .box {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1000px) {
  .galleryWrapper #section06 .container .googleNaviWrapper .container .box {
    font-size: 30px;
  }
}
.galleryWrapper #section06 .container .googleNaviWrapper .container .box:first-child {
  max-width: 70%;
  width: 100%;
  padding-left: 60px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper #section06 .container .googleNaviWrapper .container .box:first-child {
    padding: 10px 10px 10px 20px;
    max-width: 60%;
  }
}
.galleryWrapper #section06 .container .googleNaviWrapper .container .box:last-child {
  max-width: 28%;
  width: 100%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper #section06 .container .googleNaviWrapper .container .box:last-child {
    max-width: 35%;
    padding: 10px;
  }
}
.galleryWrapper #section06 .container .googleNaviWrapper .container .box a {
  transition: 0.3s;
}
.galleryWrapper #section06 .container .googleNaviWrapper .container .box a:hover {
  opacity: 0.6;
}
.galleryWrapper #section06 .container .navigateWrapper .container {
  padding: 30px 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper #section06 .container .navigateWrapper .container {
    gap: 10px;
    padding: 10px 0;
  }
}
.galleryWrapper #section06 .container .navigateWrapper .container .box {
  border-radius: 10px;
  background-color: #2d5954;
  padding: 20px 30px;
  max-width: 48%;
  width: 100%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .galleryWrapper #section06 .container .navigateWrapper .container .box {
    max-width: calc(100% - 10px);
    padding: 20px 5px;
  }
}/*# sourceMappingURL=style_gallery.css.map */