@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&family=Oswald:wght@500&display=swap");
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
/* 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, 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: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

.mt0 {
  margin-top: 0px;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mt4 {
  margin-top: 4em;
}

.mt5 {
  margin-top: 5em;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb4 {
  margin-bottom: 4em;
}

.mb5 {
  margin-bottom: 5em;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

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

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

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

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

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

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

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

.w05 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w32 {
  width: 32%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w42 {
  width: 42%;
}

.w45 {
  width: 45%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w52 {
  width: 52%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

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

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

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

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

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

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

.nidden {
  display: none;
}

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

.clearfix:after {
  clear: both;
}

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

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

.reservenone {
  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: 94%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.w50container {
  width: 50%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.w90container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.red {
  color: #2f9596;
}

.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.5em;
  vertical-align: super;
}

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

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

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

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

/* Header */
.headStack {
  width: 100%;
}

header {
  position: relative;
}

.header {
  height: 90px;
  display: flex;
  align-items: center;
}
.header .h1ttl {
  margin: auto;
  width: 70%;
  max-width: 480px;
}

/* !Global Navi */
nav#gNavi {
  font-weight: 500;
  width: 100%;
  background-color: transparent;
  z-index: 10;
}
nav#gNavi ul.content-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  gap: 0 1px;
}
nav#gNavi ul.content-menu li {
  height: auto;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 0.15em;
  padding: 0 10px;
}
nav#gNavi ul.content-menu li a {
  display: block;
  width: 100%;
  padding: 5px 15px;
  background-color: transparent;
}
nav#gNavi ul.content-menu li a img {
  vertical-align: bottom;
}
nav#gNavi ul.content-menu li a.request {
  background: #0c2530;
}
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;
}

.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-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: #2f9596;
}
.menuContent .container .bttomBtnArea {
  background-color: transparent;
}
.menuContent .container .bttomBtnArea .middle {
  width: 100%;
  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: #2f9596;
}

/*×に変化*/
.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 #2f9596;
}
.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;
}

.btnArea {
  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: #0c2530;
  color: white;
}
.btnArea .middle button.basicBW.reserve {
  background-color: #8f522b;
  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-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;
}

.bttomBtnArea {
  position: relative;
  width: 100%;
  padding: 10px 0;
  z-index: 0;
}
.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;
  padding: 0;
  width: 46%;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  aspect-ratio: 16/3;
  color: #EEEEEE;
  letter-spacing: 3px;
  background-image: url(../images/common/triangle-w.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
  border: none;
  -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.reserve {
  background-color: #8f522b;
  color: white;
}
.bttomBtnArea .middle button.basicBW span {
  display: block;
  font-size: 85%;
}
.bttomBtnArea .middle button.basicBW .fa {
  position: absolute;
  top: 32%;
  right: 10px;
  font-size: 20px;
}
.bttomBtnArea .middle button.basicBW:hover {
  opacity: 0.6;
}
.bttomBtnArea .hpLink li {
  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;
}
@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;
  font-weight: normal;
  z-index: 0;
}
footer aside .infobox {
  padding: 50px 0;
  font-size: 0.8em;
}
footer aside .infobox .telSpec {
  margin-top: 8px;
  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: #231815;
  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: #2f9596;
  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: 55px;
  height: 55px;
  padding: 0;
  text-align: center;
  background: #2f9596;
  background: linear-gradient(45deg, #97cfac, #718cc7);
  z-index: 9999;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.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: #2f9596;
  color: white;
}

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

.borderBtmTop::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleY(0);
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #2f9596;
  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) {
  .headStack {
    height: 84px;
  }
  header .container {
    width: 98%;
    padding: 0;
  }
  header .container .logo {
    display: flex;
    min-width: 366px;
    justify-content: flex-start;
    align-items: center;
  }
  header .container .logo .logoBox {
    margin-right: 0.5em;
    width: 100px;
  }
  header .container .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: 8px 10px;
    text-align: center;
    line-height: 1.3;
  }
  header .container nav.spHidden a.btnStyle {
    padding: 9px 10px;
    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;
  }
  .caption {
    font-size: 10px;
  }
  .bttomBtnArea {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .bttomBtnArea .middle {
    flex-direction: column;
    gap: 10px 0;
  }
  .w50container,
  .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: 0.4em 1em 1em 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: 100%;
    margin-bottom: 1em;
  }
  nav#gNavi .container ul.content-menu li a {
    display: block;
    width: 100%;
    padding: 2%;
    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;
    padding: 0.5em;
    width: 100%;
    height: 68px;
    background: #d7efe6;
    background: linear-gradient(to right, #d7efe6, #cddbea);
    z-index: 999;
  }
  .footerNavi nav.spNav ul.sp_buttons {
    display: flex;
    justify-content: center;
  }
  .footerNavi nav.spNav ul.sp_buttons li {
    width: 20%;
    border-right: 1px solid #595757;
  }
  .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 {
  letter-spacing: 0.1em;
  color: #b9ac67;
}

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

.dashB {
  background-color: transparent;
  border-bottom: 1px dashed #231815;
  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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Arial, "Hiragino Sans", Meiryo, sans-serif;
  line-height: 2;
  font-weight: 400;
  color: #231815;
}
main img {
  width: 100%;
}
main ul li {
  font-size: 0.9rem;
}

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

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

.design li.menu3 {
  background-color: #2f9596;
}

.landscape li.menu4 {
  background-color: #2f9596;
}

.location li.menu5 {
  background-color: #2f9596;
}

.plan li.menu6 {
  background-color: #2f9596;
}

.gallery li.menu7 {
  background-color: #2f9596;
}

.quality li.menu8 {
  background-color: #2f9596;
}

.structure li.menu9 {
  background-color: #2f9596;
}

.bannerArea {
  width: 100%;
  z-index: 0;
  padding: 0;
  border: none;
}
.bannerArea .w100Container {
  position: relative;
  width: 100%;
  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%;
}

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

/* !Pages */
.pages {
  letter-spacing: 0.1em;
  /* !Concept */
  /* !Plan */
  /* !Gallery */
}
.pages p.lead {
  font-size: min(3.8vw, 1.4rem);
  line-height: 2.4;
}
.pages .keep {
  word-break: keep-all;
}
.pages .fullWidth {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.pages .secBg {
  height: 100%;
}
.pages .large {
  font-size: min(3vw, 1.4rem);
}
.pages .middle {
  font-size: min(2.4vw, 1rem);
}
.pages .small {
  font-size: min(2vw, 0.8rem);
}
.pages .bBorder {
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
}
.pages p.caption,
.pages p.caption_btm {
  font-size: 0.5rem;
}
.pages sup {
  vertical-align: super;
  font-size: 0.7em;
  margin-left: 0.5em;
}
.pages.plan {
  background-color: white;
  letter-spacing: 0;
}
.pages.plan main {
  background-image: url("../../plan/images/btmVisual.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
.pages.plan .sec1 {
  width: 100%;
  aspect-ratio: 16/5;
  background-image: url("../../plan/images/topVisual.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding: 18% 0% 0;
}
.pages.plan .sec1 h1 {
  width: min(60%, 360px);
  margin: 0 auto 2em;
}
.pages.plan .sec2 {
  padding: 0 0 5%;
}
.pages.plan .sec2 .flexcontainer {
  flex-direction: column;
  gap: 1em 0;
}
.pages.plan .sec2 .flexcontainer .item {
  width: 100%;
  aspect-ratio: 16/2.26;
}
.pages.plan .plan-btn {
  background: black;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pages.plan .plan-btn::after {
  background: #a28e61;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.pages.plan .plan-btn:hover {
  color: black;
}
.pages.plan .plan-btn:hover::after {
  transform: scale(1, 1);
}
.pages.gallery main {
  padding-top: 6%;
  position: relative;
  background-color: black;
  color: white;
}
.pages.gallery main h1 {
  width: min(70vw, 500px);
  margin: 0% 0 1em 0;
}
.pages.gallery main h2 {
  margin-bottom: 1em;
}
.pages.gallery main p.caption {
  text-align: left;
}
.pages.gallery .slider {
  position: relative;
}
.pages.gallery .slider ul.slide-items {
  margin-bottom: 1em;
}
.pages.gallery .slider ul.slide-items li {
  position: relative;
}
.pages.gallery .slider ul.slide-items li p.caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.gallery .slider ul.slide-items li p.caption {
    font-size: 0.7rem;
    bottom: 4px;
  }
}
.pages.gallery .slider ul.slider-nav li.slick-current {
  outline: 2px solid white;
  outline-offset: -2px;
}
@media screen and (max-width: 991px) {
  .pages.gallery .slider .w60container {
    width: 80%;
  }
  .pages.gallery .slider h1 {
    top: 5%;
    left: 0%;
    width: 28%;
  }
}

/* !Slider */
.slider {
  width: 94%;
  margin: 0 auto;
}

.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  p {
    font-size: 0.9rem;
  }
  main .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  main h1.pageTitle {
    font-size: 1.2rem;
  }
  .bannerArea {
    padding: 0;
    border: none;
  }
  .bannerArea .w100Container ul {
    display: flex;
    flex-wrap: wrap;
  }
  .bannerArea .w100Container ul li {
    width: 48%;
    margin: 1%;
  }
}
/* !popup */
.popup {
  padding: 0px 0;
}
.popup header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.5em 0;
  border: none;
  background: #D7F0E6;
  background: linear-gradient(45deg, #D7F0E6, #CEDEEA);
}
.popup header .container {
  justify-content: center;
}
.popup header .container .logo {
  justify-content: center;
  width: 100%;
}
.popup header .container .logoBox {
  width: 350px;
}
.popup main .container {
  width: 90%;
  margin: 0px auto;
}
.popup main .container h1, .popup main .container h2 {
  width: min(90%, 800px);
  margin: 3% auto;
}
.popup main .container section {
  margin: 0;
  padding: 0;
}
.popup .mapImage {
  position: relative;
  margin: 0 auto 1em;
  width: min(100%, 900px);
  border: 1px solid black;
  overflow: hidden;
}
.popup .mapImage iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .salonImage {
  width: min(100%, 900px);
  margin: 1em auto;
  border: 1px solid black;
}
.popup .carNavi {
  width: 100%;
  padding: 1em 2em;
  background-color: #231815;
  color: white;
  text-align: center;
}
.popup .carNavi .small {
  font-size: 1rem;
}
.popup .carNavi .address {
  font-size: 1.5rem;
}
.popup .obi {
  margin: 50px 0 15px;
}
.popup p {
  line-height: 1.5;
  margin: 15px 0;
}
.popup .infobody {
  padding: 3em;
  background-image: url(../images/top/bg_request.png);
  background-size: cover;
}
.popup .infobody .flexcontainer {
  gap: 2em;
  justify-content: center;
}
.popup .infobody .flexcontainer .button {
  display: block;
  width: min(70%, 340px);
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 1s ease;
}
.popup .infobody .flexcontainer .button:hover {
  opacity: 0.5;
}
.popup .infobody .flexcontainer .button.button1 {
  background-color: #67a8a9;
}
.popup .infobody .flexcontainer .button.button2 {
  background-color: #5287b0;
}
@media (orientation: portrait) and (max-width: 767px) {
  .popup .infobody {
    margin-bottom: 0;
    padding: 2em 1em;
  }
}
.popup .contact {
  margin-top: 30px;
}
.popup h2 {
  margin: 15px 0;
}
.popup h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.popup h4,
.popup h5 {
  font-weight: bold;
  line-height: 1.5;
}
.popup h4 {
  font-size: 0.8rem;
  background-color: gray;
  color: white;
  padding: 5px;
  text-align: center;
  margin: 0 0 5px;
}
.popup p {
  line-height: 1.5;
}
.popup.plan h1 {
  width: 100%;
  margin: 0% auto 10px;
}
.popup.plan h1 img {
  width: 100%;
}
.popup.plan .container {
  background-color: transparent;
}
.popup.plan .planItem .planHead .planTitle {
  padding-top: min(3%, 30px);
}
.popup.plan .planItem .planHead .square {
  color: white;
  padding: min(3%, 30px) 0;
}
.popup.plan .planItem .planHead ul li.salesPoint {
  color: white;
  font-size: 1.2rem;
  line-height: 2;
}
.popup.plan .planItem .planSpec .planPicBox .planPic {
  width: 100%;
  margin: 0 auto 0;
}
.popup.plan .planItem .planSpec .planPicBox .planPic img {
  width: 100%;
}
.popup.plan .planItem .specBox {
  padding: min(3%, 30px) 0;
}
.popup.plan .planItem .specBox .saikou {
  width: 60%;
  margin: 3% auto;
}
.popup.plan .planItem .specBox .saikou img {
  width: 100%;
}
.popup.plan .planItem .specBox .salesCopy {
  color: white;
}

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

@media only screen and (max-width: 767px) {
  .popup header .container .logo {
    min-width: auto;
  }
  .popup .salonImage {
    width: 100%;
    margin: 1em 0;
  }
}
/* !popup_pickup */
.popup_pickup {
  font-family: "Noto Sans Japanese", sans-serif;
  padding: 0px 0;
  background-color: ffffff;
}
.popup_pickup header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.5em 0;
  border: none;
}
.popup_pickup header .container {
  justify-content: center;
}
.popup_pickup main h1 {
  font-size: 1.4rem;
  text-align: center;
  margin: 1em 0;
  color: white;
}
.popup_pickup main .container {
  width: 90%;
  margin: 0px auto;
}
.popup_pickup main .container section {
  margin: 0;
  padding: 0;
}
.popup_pickup .mapImage {
  position: relative;
  margin: 0 auto 0;
  width: min(100%, 900px);
  aspect-ratio: 5/4;
  overflow: hidden;
}
.popup_pickup .mapImage iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup_pickup .salonImage {
  width: 100%;
  margin: 1em auto;
}
.popup_pickup .carNavi {
  width: 100%;
  padding: 1em 2em;
  background-color: #231815;
  color: white;
  text-align: center;
}
.popup_pickup .carNavi .small {
  font-size: 1rem;
}
.popup_pickup .carNavi .address {
  font-size: 1.5rem;
}
.popup_pickup .obi {
  margin: 50px 0 15px;
}
.popup_pickup p {
  line-height: 1.5;
  margin: 15px 0;
}
.popup_pickup .contact {
  margin-top: 30px;
}
.popup_pickup h2 {
  margin: 15px 0;
}
.popup_pickup h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.popup_pickup h4,
.popup_pickup h5 {
  font-weight: bold;
  line-height: 1.5;
}
.popup_pickup h4 {
  font-size: 0.8rem;
  background-color: gray;
  color: white;
  padding: 5px;
  text-align: center;
  margin: 0 0 5px;
}
.popup_pickup p {
  line-height: 1.5;
}
.popup_pickup.plan h1 {
  width: 100%;
  margin: 0% auto 10px;
}
.popup_pickup.plan h1 img {
  width: 100%;
}
.popup_pickup.plan .container {
  background-color: transparent;
}
.popup_pickup.plan .planItem .planHead .planTitle {
  padding-top: min(3%, 30px);
}
.popup_pickup.plan .planItem .planHead .square {
  color: white;
  padding: min(3%, 30px) 0;
}
.popup_pickup.plan .planItem .planHead ul li.salesPoint {
  color: white;
  font-size: 1.2rem;
  line-height: 2;
}
.popup_pickup.plan .planItem .planSpec .planPicBox .planPic {
  width: 100%;
  margin: 0 auto 0;
  margin-bottom: 20px;
}
.popup_pickup.plan .planItem .planSpec .planPicBox .planPic img {
  width: 100%;
}
.popup_pickup.plan .planItem .specBox {
  padding: min(3%, 30px) 0;
}
.popup_pickup.plan .planItem .specBox .saikou {
  width: 60%;
  margin: 3% auto;
}
.popup_pickup.plan .planItem .specBox .saikou img {
  width: 100%;
}
.popup_pickup.plan .planItem .specBox .salesCopy {
  color: black;
}

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

@media only screen and (max-width: 767px) {
  .popup_pickup header .container .logo {
    min-width: auto;
  }
  .popup_pickup .salonImage {
    width: 100%;
    margin: 1em 0;
  }
}

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