@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 50%;
}
@media (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #444;
  margin: 0px;
  font-family: "Noto Serif JP", "游明朝", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  font-size: 1.6rem;
}

h1,
h2,
h3,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.85;
}

img {
  border: 0px;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

dl,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: #444;
  text-decoration: underline;
}
a:hover {
  color: #444;
  text-decoration: none;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Header
 *  
 *-------------------------------------------------------------------------------------------*/
#header {
  height: auto;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}
#header .navbar {
  padding: 0px;
  height: 100%;
}
#header .navbar .container-fluid {
  height: 100%;
}
#header .navbar .container-fluid .inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
}
@media (min-width: 992px) {
  #header .navbar .container-fluid .inr {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  #header .navbar .container-fluid .inr {
    height: 100px;
  }
}
#header .navbar .container-fluid .inr #logo {
  width: 150px;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
@media (min-width: 992px) {
  #header .navbar .container-fluid .inr #logo {
    width: auto;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  #header .navbar .container-fluid .inr #logo {
    margin: 0px;
    margin-left: 40px;
  }
}
#header .navbar .container-fluid .inr .navbar-toggler {
  margin-right: 15px;
  padding: 0.75rem;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  #header .navbar .container-fluid .inr .navbar-toggler {
    display: none;
  }
}
#header .navbar .container-fluid .inr .navbar-toggler span {
  width: 80%;
  height: 1px;
  background: #fff;
  position: relative;
  transition: all 600ms 0s ease;
}
#header .navbar .container-fluid .inr .navbar-toggler span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 0px;
  transform: rotate(135deg);
  transform-origin: center;
  transition: all 600ms 0s ease;
}
#header .navbar .container-fluid .inr .navbar-toggler span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 0px;
  transform: rotate(-135deg);
  transform-origin: center;
  transition: all 600ms 0s ease;
}
#header .navbar .container-fluid .inr .navbar-toggler:focus {
  box-shadow: none;
}
#header .navbar .container-fluid .inr .navbar-toggler.collapsed span {
  background: #333;
}
#header .navbar .container-fluid .inr .navbar-toggler.collapsed span:before {
  transform: rotate(0);
  top: -10px;
}
#header .navbar .container-fluid .inr .navbar-toggler.collapsed span:after {
  transform: rotate(0);
  top: 10px;
}
#header .navbar .container-fluid #navbar-content {
  justify-content: flex-end;
  height: calc(100vh - 60px);
  overflow-y: scroll;
  background: #fff;
}
@media (min-width: 992px) {
  #header .navbar .container-fluid #navbar-content {
    height: calc(100vh - 80px);
  }
}
@media (min-width: 1200px) {
  #header .navbar .container-fluid #navbar-content {
    height: 100%;
    overflow-y: initial;
  }
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  #header .navbar .container-fluid #navbar-content #navbar-content-Left {
    height: 100%;
  }
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .header-SNS {
  display: flex;
  justify-content: center;
  margin-right: 0;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  #header .navbar .container-fluid #navbar-content #navbar-content-Left .header-SNS {
    justify-content: flex-end;
    margin-right: 1rem;
    margin-bottom: 0px;
  }
}
@media (min-width: 1300px) {
  #header .navbar .container-fluid #navbar-content #navbar-content-Left .header-SNS {
    margin: 0px 2.5rem 0px 0px;
  }
}
@media (min-width: 1500px) {
  #header .navbar .container-fluid #navbar-content #navbar-content-Left .header-SNS {
    margin: 0px 5rem 0px 0px;
  }
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .header-SNS li {
  margin: 0px 2rem;
}
@media (min-width: 1200px) {
  #header .navbar .container-fluid #navbar-content #navbar-content-Left .header-SNS li {
    margin: 0px 0px 0px 4rem;
  }
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav {
  font-family: "Lora", serif;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  #header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav {
    margin-bottom: 0px;
  }
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item {
  margin: 0px 0px 1rem 0px;
}
@media (min-width: 1300px) {
  #header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item {
    margin: 0px 2.5rem 0px 0px;
  }
}
@media (min-width: 1500px) {
  #header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item {
    margin: 0px 5rem 0px 0px;
  }
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  color: #333;
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .nav-link.active, #header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .nav-link:hover {
  color: #dfab79;
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .nav-link .en {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Lora", serif;
}
@media (min-width: 1400px) {
  #header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .nav-link .en {
    font-size: 1.8rem;
  }
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .nav-link .ja {
  font-size: 12px;
  white-space: nowrap;
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  margin-top: 4px;
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .dropdown-menu {
  width: 100%;
  font-size: 1.5rem;
  padding: 15px 0px;
  border: none;
  transition: all 600ms 0s ease;
  border-top: solid 1px #ddd;
  margin-top: -1px;
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .dropdown-menu .mega-content_menuList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li {
  width: 100%;
  margin-bottom: 5px;
  margin-right: 1%;
}
@media (min-width: 576px) {
  #header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li {
    width: 48%;
  }
}
@media (min-width: 768px) {
  #header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  #header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li {
    width: 24%;
  }
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li.active a {
  background: #fdf4e5;
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li a {
  border: solid 1px #dfdfdf;
  padding: 5px 15px;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li a:after {
  display: block;
  content: "";
  width: 9px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
#header .navbar .container-fluid #navbar-content #navbar-content-Left .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li a:hover {
  background: #fdf4e5;
}
#header .navbar .container-fluid #navbar-content #navbar-content-Right {
  height: auto;
}
@media (min-width: 1200px) {
  #header .navbar .container-fluid #navbar-content #navbar-content-Right {
    height: 100%;
    width: 200px;
    display: flex;
    align-items: center;
  }
}
#header .navbar .container-fluid #navbar-content #navbar-content-Right #header-contactBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #dfab79;
  height: 52px;
  max-width: 320px;
  width: 100%;
  color: #fff;
  font-family: "Lora", serif;
  line-height: 1.2;
  text-decoration: none;
  margin: 0px auto;
  border-radius: 30px;
  transition: all 600ms 0s ease;
}
#header .navbar .container-fluid #navbar-content #navbar-content-Right #header-contactBtn:hover {
  background: #eba360;
}
@media (min-width: 1200px) {
  #header .navbar .container-fluid #navbar-content #navbar-content-Right #header-contactBtn {
    height: 55px;
    width: 200px;
    max-width: initial;
  }
}
#header .navbar .container-fluid #navbar-content #navbar-content-Right #header-contactBtn .en {
  font-size: 1.8rem;
}
#header .navbar .container-fluid #navbar-content #navbar-content-Right #header-contactBtn .ja {
  font-size: 12px;
}
#header .navbar .container-fluid #navbar-content .header-Tel {
  font-size: 6.4vw;
  font-family: "Lora", serif;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  #header .navbar .container-fluid #navbar-content .header-Tel {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  #header .navbar .container-fluid #navbar-content .header-Tel {
    display: none;
  }
}
#header .navbar .container-fluid #navbar-content .header-Tel a {
  text-decoration: none;
}
#header .navbar .container-fluid #navbar-content .header-Tel img {
  margin-right: 2.6vw;
  filter: invert(24%) sepia(0%) saturate(1250%) hue-rotate(195deg) brightness(93%) contrast(84%);
  width: 4.8vw;
}
@media (min-width: 576px) {
  #header .navbar .container-fluid #navbar-content .header-Tel img {
    width: auto;
    margin-right: 1.6rem;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * Footer
 *  
 *-------------------------------------------------------------------------------------------*/
#footer {
  padding: 60px 0px;
  background: #f6f3ee;
  font-size: 14px;
}
@media (min-width: 992px) {
  #footer {
    padding: 120px 0px;
  }
}
#footer a {
  text-decoration: none;
}
#footer .footer-caption {
  color: #c6a97a;
  padding-left: 16px;
  display: inline-block;
  position: relative;
}
#footer .footer-caption::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  background: #c6a97a;
}
#footer #footer-Logo {
  font-size: 2.4rem;
}
#footer .footer-SNS {
  display: flex;
  justify-content: center;
  margin-right: 0;
}
@media (min-width: 1200px) {
  #footer .footer-SNS {
    justify-content: flex-start;
  }
}
#footer .footer-SNS li {
  margin: 0px 2rem;
}
@media (min-width: 1200px) {
  #footer .footer-SNS li {
    margin: 0px 4rem 0px 0px;
  }
}
#footer .textLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 12px;
}
@media (min-width: 992px) {
  #footer .textLink {
    font-size: 13px;
  }
}
#footer .textLink li {
  width: 33%;
  margin: 0px 0px 0.5rem 0px;
}
@media (min-width: 768px) {
  #footer .textLink li {
    width: 50%;
  }
}
#footer .textLink li a {
  text-decoration: none;
}
#footer .textLink li a:hover {
  text-decoration: underline;
}
#footer .copy {
  font-size: 13px;
  text-align: center;
}
@media (min-width: 1200px) {
  #footer .copy {
    text-align: right;
  }
}

#sideMenu {
  position: fixed;
  right: 0;
  left: 0;
  top: initial;
  bottom: 0px;
  z-index: 9;
}
@media (min-width: 576px) {
  #sideMenu {
    right: 0;
    top: 80px;
    bottom: initial;
    left: initial;
  }
}
@media (min-width: 992px) {
  #sideMenu {
    top: 120px;
  }
}
#sideMenu ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 576px) {
  #sideMenu ul {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#sideMenu ul li {
  writing-mode: horizontal-tb;
  text-orientation: upright; /* すべて縦方向に表示 */
  margin-bottom: 0;
  width: 33%;
}
@media (min-width: 576px) {
  #sideMenu ul li {
    width: 32px;
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 1200px) {
  #sideMenu ul li {
    width: 40px;
  }
}
@media (min-width: 576px) {
  #sideMenu ul li {
    writing-mode: vertical-rl;
  }
}
#sideMenu ul li a {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 1.4rem 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 8px 8px 0px 0px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 2.8vw;
}
@media (min-width: 576px) {
  #sideMenu ul li a {
    font-size: 1.6rem;
    padding: 1.6rem 0px;
    border-radius: 8px 0px 0px 8px;
  }
}
#sideMenu ul li a img {
  margin-bottom: 0;
  margin-right: 0.6rem;
  width: 3.125vw;
}
@media (min-width: 576px) {
  #sideMenu ul li a img {
    width: 20px;
    margin-bottom: 0.6rem;
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  #sideMenu ul li a img {
    width: 22px;
  }
}
#sideMenu ul li:nth-child(1) a {
  background: #cab18c;
}
#sideMenu ul li:nth-child(1) a:hover {
  background: #dab57e;
}
#sideMenu ul li:nth-child(2) a {
  background: #d08989;
}
#sideMenu ul li:nth-child(2) a:hover {
  background: #ca7b7b;
}
#sideMenu ul li:nth-child(3) a {
  background: #829372;
}
#sideMenu ul li:nth-child(3) a:hover {
  background: #859c70;
}

/*-------------------------------------------------------------------------------------------*
 *
 * index.html
 *  
 *-------------------------------------------------------------------------------------------*/
#sliderWrap {
  position: relative;
  width: 100%;
  margin-top: 60px;
  z-index: 1;
}
@media (min-width: 992px) {
  #sliderWrap {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  #sliderWrap {
    margin-top: 100px;
  }
}
#sliderWrap #catch {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  z-index: 1;
  width: 86vw;
}

#mainSlider {
  width: 100%;
  position: relative;
  /* before要素 */
}
#mainSlider .sp-slides li.sp-slide:nth-child(1) img.sp-image {
  transform: translateX(0);
}
#mainSlider .sp-slides li.sp-slide:nth-child(2) img.sp-image {
  transform: translateX(-10%);
}
@media (min-width: 992px) {
  #mainSlider .sp-slides li.sp-slide:nth-child(2) img.sp-image {
    transform: translateX(0);
  }
}
#mainSlider .sp-slides li.sp-slide:nth-child(3) img.sp-image {
  transform: translateX(0);
}
#mainSlider .sp-buttons {
  padding-top: 0px;
  position: absolute;
  bottom: 0px;
}
#mainSlider .sp-button {
  width: 13.6666666667%;
  height: 2px;
  position: relative;
  background: #fff;
  border-radius: 0;
  border: 0;
}
#mainSlider .sp-selected-button:before {
  animation-name: sliderpro-bg-color01;
  animation-duration: 5000ms;
  animation-timing-function: linear;
  width: 0;
  content: "";
  display: inline-block;
  height: 100%;
  background: #333;
  top: 0;
  left: 0;
  position: absolute;
}
@keyframes sliderpro-bg-color01 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.news-Wrap {
  padding: 120px 0px 60px;
  background: #f5f4f1;
  position: relative;
}
.news-Wrap a {
  text-decoration: none;
}
.news-Wrap a img {
  transition: all 600ms 0s ease;
}
.news-Wrap a:hover {
  text-decoration: underline;
}
.news-Wrap a:hover img {
  opacity: 0.8;
}
.news-Wrap:after {
  content: "";
  display: block;
  width: 80%;
  height: calc(100% - 60px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #fff;
  border-top-right-radius: 16px;
  z-index: 1;
}
@media (min-width: 992px) {
  .news-Wrap:after {
    border-top-right-radius: 32px;
  }
}
.news-Wrap .container {
  position: relative;
  z-index: 2;
}
.news-Wrap .container1500 {
  position: relative;
  z-index: 2;
}
.news-Wrap .container1600 {
  position: relative;
  z-index: 2;
}

.news-Title dt {
  font-size: 1.4rem;
}
.news-Title dd {
  font-size: 1.8rem;
  line-height: 1.4;
}

.category01 {
  color: #b06f6f !important;
}

.category02 {
  color: #b0866f !important;
}

.category03 {
  color: #b09d6f !important;
}

.category04 {
  color: #9db06f !important;
}

.category05 {
  color: #6fb06f !important;
}

.category06 {
  color: #6fb09d !important;
}

.category07 {
  color: #6f9db0 !important;
}

.category08 {
  color: #6f86b0 !important;
}

.category09 {
  color: #6f6fb0 !important;
}

.category10 {
  color: #866fb0 !important;
}

.horizontal_beige-Wrap {
  background: #fdf4e5;
  background: linear-gradient(180deg, rgb(253, 244, 229) 0%, rgb(253, 244, 229) 55%, rgb(255, 255, 255) 55%, rgb(255, 255, 255) 100%);
  padding: 60px 0px;
  position: relative;
}
@media (min-width: 992px) {
  .horizontal_beige-Wrap {
    padding: 120px 0px;
  }
}
.horizontal_beige-Wrap:before {
  content: "";
  display: block;
  width: 20%;
  height: 80%;
  background: #f1e9dc;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}
.horizontal_beige-Wrap.left:before {
  left: 0px;
  border-top-right-radius: 16px;
}
@media (min-width: 992px) {
  .horizontal_beige-Wrap.left:before {
    border-top-right-radius: 32px;
  }
}
.horizontal_beige-Wrap.right:before {
  right: 0px;
  border-top-left-radius: 16px;
}
@media (min-width: 992px) {
  .horizontal_beige-Wrap.right:before {
    border-top-left-radius: 32px;
  }
}
.horizontal_beige-Wrap .container {
  position: relative;
  z-index: 2;
}

.card-Image {
  position: relative;
}
.card-Image.img01 dd {
  background: url(../images/p01_about01.jpg) no-repeat center/cover;
}
.card-Image.img02 dd {
  background: url(../images/p01_about02.jpg) no-repeat center/cover;
}
.card-Image.img03 dd {
  background: url(../images/p01_about03.jpg) no-repeat center/cover;
}
.card-Image dt {
  background: #d08989;
  font-family: "Lora", serif;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 8px;
  font-weight: 300;
  z-index: 3;
  width: 7.5vw;
  font-size: 3vw;
}
@media (min-width: 576px) {
  .card-Image dt {
    width: 55px;
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .card-Image dt {
    font-size: 3.6rem;
    width: 65px;
  }
}
.card-Image dd {
  color: #fff;
  text-align: center;
  aspect-ratio: 360/460;
  position: relative;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-size: 3vw;
}
@media (min-width: 576px) {
  .card-Image dd {
    font-size: 2.1rem;
  }
}
@media (min-width: 768px) {
  .card-Image dd {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .card-Image dd {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  .card-Image dd {
    font-size: 2.7rem;
  }
}

.frame-Image {
  position: relative;
}
.frame-Image img {
  position: relative;
  z-index: 2;
  border-radius: 8px;
}
.frame-Image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px #cccccc;
  border-radius: 8px;
  z-index: 1;
}
.frame-Image.icon:before {
  content: attr(data-icon);
  background: #d08989;
  font-family: "Lora", serif;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 8px;
  font-weight: 300;
  z-index: 3;
  width: 7.5vw;
  font-size: 3vw;
}
@media (min-width: 576px) {
  .frame-Image.icon:before {
    width: 55px;
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .frame-Image.icon:before {
    font-size: 3.6rem;
    width: 65px;
  }
}

.heightCont {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.heightCont.column {
  flex-direction: column;
  justify-content: center;
}

.whiteFrame-Wrap {
  background: #f5f4f1;
  padding: 120px 0px;
  text-align: center;
}
.whiteFrame-Wrap .inr {
  background: #fff;
  display: inline-block;
  padding: 60px 20px;
  border-radius: 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .whiteFrame-Wrap .inr {
    border-radius: 32px;
  }
}
@media (min-width: 576px) {
  .whiteFrame-Wrap .inr {
    padding: 60px 30px;
  }
}
@media (min-width: 992px) {
  .whiteFrame-Wrap .inr {
    padding: 90px 30px;
  }
}
@media (min-width: 1200px) {
  .whiteFrame-Wrap .inr {
    padding: 90px 60px;
  }
}
@media (min-width: 1500px) {
  .whiteFrame-Wrap .inr {
    padding: 90px 60px;
  }
}
@media (min-width: 1600px) {
  .whiteFrame-Wrap .inr {
    padding: 90px 60px;
  }
}
@media (min-width: 1700px) {
  .whiteFrame-Wrap .inr {
    padding: 90px;
  }
}

.photo-Menu a {
  text-decoration: none;
}
.photo-Menu a img {
  transition: all 600ms 0s ease;
}
.photo-Menu a:hover {
  text-decoration: underline;
}
.photo-Menu a:hover img {
  opacity: 0.8;
}

.subTitle-Gallery {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.subTitle-Gallery .ja {
  font-weight: 400;
  margin-bottom: 0.4rem;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .subTitle-Gallery .ja {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .subTitle-Gallery .ja {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .subTitle-Gallery .ja {
    font-size: 1.8rem;
  }
}
@media (min-width: 1400px) {
  .subTitle-Gallery .ja {
    font-size: 2.2rem;
  }
}
@media (min-width: 1500px) {
  .subTitle-Gallery .ja {
    font-size: 2.4rem;
  }
}
.subTitle-Gallery .en {
  font-family: "Lora", serif;
  font-size: 1.4rem;
  font-weight: 300;
}
.subTitle-Gallery.center {
  text-align: center;
  align-items: center;
}

.whiteLine-Wrap {
  padding: 90px 0px 60px;
  overflow: hidden;
  position: relative;
}
.whiteLine-Wrap.beige01 {
  background: #fdf4e5;
}
.whiteLine-Wrap.beige01:before {
  opacity: 0.6;
}
.whiteLine-Wrap.beige02 {
  background: #f8ecd8;
}
.whiteLine-Wrap.beige02:before {
  opacity: 0.3;
}
.whiteLine-Wrap:before {
  content: attr(data-content);
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  font-family: "Lora", serif;
  z-index: 1;
  font-size: 20vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .whiteLine-Wrap:before {
    font-size: 20rem;
  }
}
@media (min-width: 1200px) {
  .whiteLine-Wrap:before {
    font-size: 24rem;
  }
}
.whiteLine-Wrap .container {
  position: relative;
  z-index: 2;
}
.whiteLine-Wrap .inr {
  padding: 30px 0px;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .whiteLine-Wrap .inr {
    padding: 40px 0px;
  }
}
@media (min-width: 1400px) {
  .whiteLine-Wrap .inr {
    padding: 50px 0px;
  }
}
.whiteLine-Wrap .inr:after {
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #fff;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  z-index: 1;
}
@media (min-width: 992px) {
  .whiteLine-Wrap .inr:after {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
}
.whiteLine-Wrap .inr .loopSlider01 {
  position: relative;
  z-index: 2;
}

.loopSlider01 .slick-slide {
  margin: 0px 5px;
}

.image-Wrap {
  padding: 60px 0px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .image-Wrap {
    padding: 90px 0px;
  }
}
.image-Wrap.webselect {
  background: url(../images/p01_webselect.jpg) no-repeat center/cover;
}
.image-Wrap.kimonoCatalog {
  background: url(../images/p01_kimono_catalog.jpg) no-repeat center left 37%/cover;
}
@media (min-width: 768px) {
  .image-Wrap.kimonoCatalog {
    background: url(../images/p01_kimono_catalog.jpg) no-repeat center left 40%/cover;
  }
}
@media (min-width: 1200px) {
  .image-Wrap.kimonoCatalog {
    background: url(../images/p01_kimono_catalog.jpg) no-repeat center/cover;
  }
}

.readText2 {
  font-size: 5.4vw;
}
@media (min-width: 576px) {
  .readText2 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .readText2 {
    font-size: 4.6rem;
  }
}
@media (min-width: 1400px) {
  .readText2 {
    font-size: 4.8rem;
  }
}

.password-Box {
  width: 100%;
  border: solid 1px #fff;
  padding: 15px;
  color: #fff;
  text-align: center;
}
.password-Box h4 {
  font-size: 2rem;
  border-bottom: solid 1px #fff;
  text-align: center;
  padding-bottom: 0.8rem;
}
.password-Box table {
  margin: 0px auto;
  text-align: left;
}
.password-Box table th {
  text-align: left;
  padding-right: 1em;
}

.sns-Wrap {
  padding: 60px 0px;
  background: url(../images/p01_sns.jpg) no-repeat center/cover;
}
@media (min-width: 992px) {
  .sns-Wrap {
    padding: 90px 0px;
  }
}

.facebook-wrapper {
  max-width: 500px; /* Facebook Page Plugin の最大幅 */
  margin: 0 auto;
}

.facebook-wrapper > .fb-page {
  width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
  width: 100% !important;
}

.contact-Wrap {
  padding: 60px 0px;
  background: url(../images/p01_contact.jpg) no-repeat center/cover;
}
@media (min-width: 992px) {
  .contact-Wrap {
    padding: 90px 0px;
  }
}
.contact-Wrap .inr {
  border: solid 16px #e1d9cc;
  background: rgba(255, 255, 255, 0.6);
  padding: 60px 0px;
}
@media (min-width: 992px) {
  .contact-Wrap .inr {
    padding: 90px 0px;
  }
}

.contact-Tel {
  font-size: 6.4vw;
  font-family: "Lora", serif;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .contact-Tel {
    font-size: 4rem;
  }
}
.contact-Tel a {
  text-decoration: none;
}
.contact-Tel img {
  margin-right: 1.6rem;
  filter: invert(24%) sepia(0%) saturate(1250%) hue-rotate(195deg) brightness(93%) contrast(84%);
  width: 4.2vw;
}
@media (min-width: 576px) {
  .contact-Tel img {
    width: auto;
  }
}

.contact-Btn {
  display: inline-flex;
  background: #dfab79;
  color: #fff !important;
  font-weight: 400;
  width: 100%;
  max-width: 400px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  text-decoration: none;
  position: relative;
  font-size: 3.8vw;
}
@media (min-width: 576px) {
  .contact-Btn {
    font-size: 2.4rem;
  }
}
.contact-Btn.pink {
  background: #d08989;
}
.contact-Btn.pink:hover {
  background: #c77272;
}
.contact-Btn.orange {
  background: #dfab79;
}
.contact-Btn.orange:hover {
  background: #c59161;
}
.contact-Btn img {
  margin-right: 2.4vw;
  width: 4.2vw;
}
@media (min-width: 576px) {
  .contact-Btn img {
    margin-right: 1.6rem;
    width: auto;
  }
}
.contact-Btn:hover {
  color: #fff;
  background: #c59161;
}

/*-------------------------------------------------------------------------------------------*
 *
 * news.html
 *  
 *-------------------------------------------------------------------------------------------*/
.tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1.4;
}
.tabs li {
  margin-bottom: 5px;
  width: 99%;
  margin-right: 1%;
}
@media (min-width: 576px) {
  .tabs li {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .tabs li {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .tabs li {
    width: 24%;
  }
}
.tabs li a {
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 100%;
  cursor: pointer;
  padding: 5px 5px;
  color: #333;
  border-radius: 4px;
  border: solid 1px #dfdfdf;
  background: #fff;
}
@media (min-width: 1200px) {
  .tabs li a {
    padding: 15px 5px;
  }
}
.tabs li a:hover {
  background: #f5f4f1;
  text-decoration: none;
}
.tabs li a.active {
  background: #dfab79;
  color: #fff;
  border: none;
}
.tabs li a.active:hover {
  background: #eba360;
}

.paging {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

div.paging span.current,
div.paging span.paging-text {
  margin: 0px 2px;
  color: #333;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

div.paging span.paging-text a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media (min-width: 768px) {
  div.paging span.paging-text a {
    min-width: 38px;
    height: 38px;
  }
}

div.paging span.current {
  background: #dfab79;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  zoom: 1;
  min-width: 24px;
  height: 24px;
  padding: 0px 6px;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  div.paging span.current {
    min-width: 38px;
    height: 38px;
  }
}

div.paging span.paging-text a:hover {
  background: #f5f4f1;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  color: #333;
}

.category-Title {
  font-size: 5.8vw;
  border-bottom: solid 1px #595753;
  color: #595753;
  line-height: 1.4;
  padding-bottom: 1.6rem;
}
@media (min-width: 576px) {
  .category-Title {
    font-size: 3.6rem;
  }
}

.textBox {
  border: solid 1px #dfdfdf;
  padding: 15px;
  background: #fafafa;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .textBox {
    padding: 30px;
    border-radius: 32px;
  }
}

#gallery img {
  cursor: pointer;
}

/*-------------------------------------------------------------------------------------------*
 *
 * about.html
 *  
 *-------------------------------------------------------------------------------------------*/
.gray-Wrap {
  width: 100%;
  padding: 60px 0px;
  background: #f8f8f8;
  overflow: hidden;
}
@media (min-width: 992px) {
  .gray-Wrap {
    padding: 120px 0px;
  }
}

.caption2 {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.caption2.center {
  text-align: center;
  position: relative;
  align-items: center;
}
.caption2.center .ja {
  display: flex;
  align-items: center;
}
.caption2.center .ja:before {
  content: "";
  display: block;
  width: 5vw;
  height: 1px;
  background: #d08989;
  margin-right: 1.6vw;
}
@media (min-width: 576px) {
  .caption2.center .ja:before {
    margin-right: 1em;
    width: 4rem;
  }
}
@media (min-width: 992px) {
  .caption2.center .ja:before {
    width: 8rem;
  }
}
.caption2.center .ja:after {
  content: "";
  display: block;
  width: 5vw;
  height: 1px;
  background: #d08989;
  margin-right: 1.6vw;
}
@media (min-width: 576px) {
  .caption2.center .ja:after {
    margin-right: 1em;
    width: 4rem;
  }
}
@media (min-width: 992px) {
  .caption2.center .ja:after {
    width: 8rem;
  }
}
.caption2 .ja {
  font-size: 2.4rem;
  font-weight: 500;
  color: #d08989;
  margin-bottom: 1rem;
}
.caption2 .en {
  font-size: 1.4rem;
}

.half_Image-Wrap {
  width: 100%;
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .half_Image-Wrap {
    padding: 90px 0px;
  }
}
.half_Image-Wrap:before {
  background: #fdf4e5;
  display: block;
  content: "";
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .half_Image-Wrap:before {
    width: 45%;
  }
}
.half_Image-Wrap.left:before {
  left: 0px;
  border-radius: 0px 16px 16px 0px;
}
@media (min-width: 992px) {
  .half_Image-Wrap.left:before {
    border-radius: 0px 32px 32px 0px;
  }
}
.half_Image-Wrap.right:before {
  right: 0px;
  border-radius: 16px 0px 0px 16px;
}
@media (min-width: 992px) {
  .half_Image-Wrap.right:before {
    border-radius: 32px 0px 0px 32px;
  }
}
.half_Image-Wrap .container {
  position: relative;
  z-index: 2;
}

.label-DL {
  border-radius: 8px;
  border: solid 1px #cac3b7;
  padding: 15px;
  background: #fefbf7;
  width: 100%;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1400px) {
  .label-DL {
    padding: 25px;
  }
}
.label-DL.pink:before {
  background: #d08989;
}
.label-DL.pink dt {
  border-color: #d08989;
}
.label-DL.orange:before {
  background: #e1a856;
}
.label-DL.orange dt {
  border-color: #e1a856;
}
.label-DL.red:before {
  background: #b96565;
}
.label-DL.red dt {
  border-color: #b96565;
}
.label-DL:before {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  left: 0px;
  top: 0px;
}
.label-DL dt {
  font-size: 4.16vw;
  border-bottom: solid 1px;
  width: 100%;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .label-DL dt {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .label-DL dt {
    font-size: 2.4rem;
  }
}
.label-DL dd {
  color: #5c5b5b;
  text-align: center;
  padding-top: 2rem;
  width: 100%;
  line-height: 1.6;
}

.flow-List {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flow-List li {
  width: calc(50% - 50px);
  margin: 0px 25px;
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .flow-List li {
    width: calc(33% - 50px);
  }
}
@media (min-width: 1200px) {
  .flow-List li {
    width: calc(20% - 50px);
  }
}
.flow-List li:after {
  display: block;
  content: "";
  width: 25px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translate(0, -50%);
  opacity: 0.1;
}
@media (min-width: 1200px) {
  .flow-List li:after {
    width: 30px;
    right: -45px;
  }
}
.flow-List li:nth-child(even):after {
  display: none;
}
@media (min-width: 768px) {
  .flow-List li:nth-child(even):after {
    display: block;
  }
}
.flow-List li:nth-child(3):after {
  display: block;
}
@media (min-width: 768px) {
  .flow-List li:nth-child(3):after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .flow-List li:nth-child(3):after {
    display: block;
  }
}
.flow-List li:last-child:after {
  display: none;
}

.icon-Image {
  background: #d08989;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0px auto 1.5rem;
  font-family: "Lora", serif;
  font-size: 16px;
  color: #fff;
}
.icon-Image img {
  width: 35%;
  height: auto;
  margin-top: 0.5rem;
}

.flow-DL {
  display: flex;
  flex-direction: column;
}
.flow-DL .tit {
  border-bottom: solid 1px #d08989;
  color: #d08989;
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1.4;
}

/*-------------------------------------------------------------------------------------------*
 *
 * maternity.html
 *  
 *-------------------------------------------------------------------------------------------*/
.beige-Wrap {
  padding: 90px 0px;
  background: #fdf4e5;
}
@media (min-width: 992px) {
  .beige-Wrap {
    padding: 120px 0px;
  }
}

.point-Image {
  position: relative;
}
.point-Image dt {
  background: #eba360;
  font-family: "Lora", serif;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 8px;
  font-weight: 300;
  z-index: 3;
  width: 7.5vw;
  line-height: 1;
}
@media (min-width: 576px) {
  .point-Image dt {
    width: 55px;
  }
}
@media (min-width: 992px) {
  .point-Image dt {
    width: 65px;
  }
}
.point-Image dt .en {
  font-size: 1.4vw;
  margin-bottom: 0.3rem;
}
@media (min-width: 576px) {
  .point-Image dt .en {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .point-Image dt .en {
    font-size: 1.4rem;
  }
}
.point-Image dt .num {
  font-size: 3vw;
}
@media (min-width: 576px) {
  .point-Image dt .num {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .point-Image dt .num {
    font-size: 3.6rem;
  }
}
.point-Image dd {
  border-radius: 8px;
}

.qa-all .qa-set {
  margin-bottom: 3rem;
  background: #f5f4f1;
  padding: 15px;
}
@media (min-width: 992px) {
  .qa-all .qa-set {
    padding: 30px;
  }
}
.qa-all .q-box {
  padding: 0px 30px;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .qa-all .q-box {
    padding: 0px 60px;
  }
}
.qa-all .q-box:before {
  content: "Q";
  font-family: "Lora", serif;
  position: absolute;
  top: 50%;
  left: 0px;
  font-weight: bold;
  color: #d08989;
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .qa-all .q-box:before {
    left: 15px;
  }
}
.qa-all .q-box:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0px;
  width: 1.4rem;
  aspect-ratio: 1;
  background: url(../images/icon_plus.svg) no-repeat center/contain;
}
@media (min-width: 992px) {
  .qa-all .q-box:after {
    width: 1.8rem;
    right: 15px;
  }
}
.qa-all .q-box:hover {
  cursor: pointer;
}
.qa-all .q-open:after {
  background: url(../images/icon_minus.svg) no-repeat center/contain;
}
.qa-all .a-box {
  padding: 2rem 30px 0px 30px;
  display: none;
  margin-top: 2rem;
  position: relative;
  border-top: solid 1px #fff;
}
@media (min-width: 768px) {
  .qa-all .a-box {
    padding: 2rem 60px 0px 60px;
  }
}
.qa-all .a-box:before {
  content: "A";
  font-family: "Lora", serif;
  position: absolute;
  top: 2rem;
  left: 0px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .qa-all .a-box:before {
    left: 15px;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * omiyamairi.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * entrance.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * id.html
 *  
 *-------------------------------------------------------------------------------------------*/
.flow-List-3column {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flow-List-3column li {
  width: calc(100% - 30px);
  margin: 0px 15px;
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .flow-List-3column li {
    margin: 0px 15px;
    width: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .flow-List-3column li {
    margin: 0px 25px;
    width: calc(33% - 50px);
  }
}
.flow-List-3column li:after {
  display: none;
}
@media (min-width: 576px) {
  .flow-List-3column li:after {
    display: block;
    content: "";
    width: 25px;
    aspect-ratio: 1;
    background: url(../images/icon_arrow.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translate(0, -50%);
    opacity: 0.1;
  }
}
@media (min-width: 1200px) {
  .flow-List-3column li:after {
    width: 30px;
    right: -38px;
  }
}
.flow-List-3column li:nth-child(2):after {
  display: none;
}
@media (min-width: 992px) {
  .flow-List-3column li:nth-child(2):after {
    display: block;
  }
}
.flow-List-3column li:nth-child(3):after {
  display: none;
}
@media (min-width: 992px) {
  .flow-List-3column li:nth-child(3):after {
    display: block;
  }
}

.rabel {
  font-size: 1.4rem;
  color: #fff;
  background: #eba360;
  padding: 0.2rem 1.2rem;
  border-radius: 4px;
  line-height: 1.2;
  display: inline-block;
}

/*-------------------------------------------------------------------------------------------*
 *
 * profile.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * family.html
 *  
 *-------------------------------------------------------------------------------------------*/
.num-List span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #685b57;
  display: inline-block;
  margin-right: 0.8rem;
}

/*-------------------------------------------------------------------------------------------*
 *
 * seijinshiki.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * wedding.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * pet.html
 *  
 *-------------------------------------------------------------------------------------------*/
.price-DL {
  display: inline-block;
  text-align: center;
}
.price-DL dt {
  display: inline-flex;
  aspect-ratio: 268/109;
  background: url(../images/p011_fukidashi.jpg) no-repeat center/contain;
  margin: 0px;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  width: 160px;
}
.price-DL dd {
  font-size: 3.6rem;
}
.price-DL dd small {
  font-size: 1.8rem;
}

.plan-Title {
  width: 120px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Lora", serif;
  border-radius: 50%;
  line-height: 1;
  margin: 0px auto;
}
.plan-Title.A {
  background: #7687c5;
}
.plan-Title.B {
  background: #d08989;
}
.plan-Title.C {
  background: #dfab79;
}
.plan-Title .en {
  font-size: 1.4rem;
}
.plan-Title .type {
  font-size: 4.2rem;
}

/*-------------------------------------------------------------------------------------------*
 *
 * shichigosan.html
 *  
 *-------------------------------------------------------------------------------------------*/
.pinkFrame-Wrap {
  background: #fdebeb;
  padding: 120px 0px;
  text-align: center;
}
.pinkFrame-Wrap .inr {
  background: #fff;
  display: inline-block;
  padding: 60px 30px;
  border-radius: 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .pinkFrame-Wrap .inr {
    border-radius: 32px;
  }
}
@media (min-width: 576px) {
  .pinkFrame-Wrap .inr {
    padding: 60px 30px;
  }
}
@media (min-width: 992px) {
  .pinkFrame-Wrap .inr {
    padding: 90px 30px;
  }
}
@media (min-width: 1200px) {
  .pinkFrame-Wrap .inr {
    padding: 90px 60px;
  }
}
@media (min-width: 1500px) {
  .pinkFrame-Wrap .inr {
    padding: 90px 60px;
  }
}
@media (min-width: 1600px) {
  .pinkFrame-Wrap .inr {
    padding: 90px 60px;
  }
}
@media (min-width: 1700px) {
  .pinkFrame-Wrap .inr {
    padding: 90px;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * decreased.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * video.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * gallery.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * costume.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * studio.html
 *  
 *-------------------------------------------------------------------------------------------*/
.tabBtn {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  padding: 0px 30px;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
  background: #dfab79;
  color: #fff;
  border-radius: 4px;
}
.tabBtn:after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 2/1;
  background: url(../images/icon_double_arrow_down.svg) no-repeat center/cover;
  transform: translate(0, -50%);
  filter: brightness(0) invert(1);
}
.tabBtn:hover {
  background: #eba360;
  color: #fff;
}

.tit-floor {
  margin-bottom: -15px;
  text-align: center;
}
@media (min-width: 992px) {
  .tit-floor {
    margin-bottom: -1.5rem;
  }
}
.tit-floor span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6478c1;
  color: #fff;
  border-radius: 16px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 1;
  margin: 0px auto;
  padding: 4px 24px;
}
@media (min-width: 992px) {
  .tit-floor span {
    font-size: 2.4rem;
  }
}

.base-map {
  width: 100%;
  padding-bottom: 150%;
  position: relative;
}

.base-map img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.base-map a {
  position: absolute;
  display: block;
  width: 5%;
  padding-bottom: 5%;
  background: url(../images/icon_zoom.png) center center/contain no-repeat;
}

.base-map a span {
  position: absolute;
  display: none;
}

.map1f-point01 {
  left: 1%;
  top: 1%;
}

.map1f-point02 {
  left: 1%;
  top: 17%;
}

.map1f-point03 {
  left: 1%;
  top: 37%;
}

.map1f-point04 {
  left: 1%;
  top: 52.5%;
}

.map1f-point05 {
  left: 32%;
  top: 63%;
}

.map1f-point06 {
  left: 82%;
  top: 63%;
}

.map1f-point07 {
  left: 1%;
  top: 84%;
}

.map2f-point01 {
  left: 5%;
  top: 73%;
}

.map3f-point01 {
  left: 90%;
  top: 4%;
}

.map3f-point02 {
  left: 29%;
  top: 40%;
}

.map3f-point03 {
  left: 5%;
  top: 77%;
}

.map3f-point04 {
  left: 5%;
  top: 93%;
}

/*-------------------------------------------------------------------------------------------*
 *
 * faq.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * select.html
 *  
 *-------------------------------------------------------------------------------------------*/
.select-Btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  border-radius: 45px;
  color: #fff !important;
  font-size: 3.8vw;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
}
@media (min-width: 576px) {
  .select-Btn {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .select-Btn {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .select-Btn {
    font-size: 2.4rem;
  }
}
.select-Btn:hover {
  text-decoration: none;
}
.select-Btn.orange {
  background: #dfab79;
}
.select-Btn.orange:hover {
  background: #eba360;
  text-decoration: none;
}
.select-Btn.blue {
  background: #7687c5;
}
.select-Btn.blue:hover {
  background: #6577b8;
  text-decoration: none;
}
.select-Btn:before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center/cover;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  filter: brightness(0) invert(1);
}
@media (min-width: 576px) {
  .select-Btn:before {
    width: 20px;
    left: 25px;
  }
}
@media (min-width: 1200px) {
  .select-Btn:before {
    width: 30px;
    left: 30px;
  }
}

.link-Btn {
  display: inline-flex;
  border: solid 1px #333;
  color: #333;
  font-weight: 400;
  width: 100%;
  height: 50px;
  padding: 0px 50px;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  text-decoration: none;
  position: relative;
}
.link-Btn:before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1;
  transition: all 600ms 0s ease;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
.link-Btn.arrow:before {
  background: url(../images/icon_double_arrow_down.svg) no-repeat center/contain;
  filter: brightness(0.3);
}
.link-Btn.mail:before {
  background: url(../images/icon_mail.png) no-repeat center/contain;
  filter: brightness(0.3);
}
.link-Btn.external:before {
  background: url(../images/icon_external.svg) no-repeat center/contain;
  filter: invert(19%) sepia(62%) saturate(0%) hue-rotate(200deg) brightness(92%) contrast(98%);
}
.link-Btn:hover {
  text-decoration: none !important;
}
.link-Btn:hover:before {
  transform: translate(4px, -50%);
}

.tel-Link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  flex-direction: column;
  font-size: 3.2vw;
}
@media (min-width: 576px) {
  .tel-Link {
    flex-direction: row;
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .tel-Link {
    font-size: 1.6rem;
  }
}
.tel-Link a {
  text-decoration: none;
}
.tel-Link img {
  width: 16px;
  margin-right: 6px;
}
.tel-Link span {
  display: flex;
  align-items: center;
}

/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *  
 *-------------------------------------------------------------------------------------------*/
.contactBox {
  width: 100%;
}
.contactBox a {
  text-decoration: none;
}
.contactBox dt {
  background: #333;
  color: #fff;
  font-size: 18px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactBox dd {
  background: #fff;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 1px #ccc;
  border-top: none;
}
.contactBox dd .num {
  font-size: 24px;
  border-bottom: dotted 1px #888;
  padding: 0 30px 10px;
}
.contactBox dd .num em {
  font-style: normal;
  font-size: 18px;
}
.contactBox dd .time {
  padding-top: 1em;
}

.mailfoamTable {
  width: 100%;
  margin-bottom: 10px;
}
.mailfoamTable th {
  width: 100%;
  padding: 15px 15px 10px 0px;
  font-weight: bold;
  border-top: none;
  border-bottom: solid 1px #ccc;
  line-height: 140%;
  display: block;
}
.mailfoamTable th div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mailfoamTable th .required {
  margin-left: 1.6rem;
}
.mailfoamTable td {
  width: 100%;
  padding: 15px 0px 30px 0px;
  border: none;
  line-height: 140%;
  display: block;
}
.mailfoamTable td .form-control {
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  color: #333;
}

@media (min-width: 768px) {
  .mailfoamTable table {
    width: 100%;
    display: table;
  }
  .mailfoamTable th {
    width: 30%;
    font-weight: bold;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
  .mailfoamTable th div {
    justify-content: space-between;
  }
  .mailfoamTable td {
    padding: 20px 0px 20px 15px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}
.select-Wrap {
  position: relative;
  display: inline-block;
  width: 80%;
}
@media (min-width: 768px) {
  .select-Wrap {
    width: 25%;
  }
}
.select-Wrap:after {
  position: absolute;
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 80%);
  width: 8px;
  aspect-ratio: 1;
  top: calc(50% + 1px);
  right: 4%;
  background: #333;
  pointer-events: none;
  transform: translate(0, -50%);
}
.select-Wrap select {
  -webkit-appearance: none;
}

textarea {
  width: 100%;
}

.form25 {
  width: 80%;
  display: inline-block;
}

.form50 {
  width: 100%;
  display: inline-block;
}

@media (min-width: 767px) {
  .form25 {
    width: 25%;
  }
  .form50 {
    width: 50%;
  }
}
.need {
  color: #b96565;
  font-size: 12px;
  border-radius: 2px;
  float: right;
  line-height: 1em;
}

.required {
  background: #b96565;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 44px;
  color: #fff;
  padding: 0px 0px 1px;
  border-radius: 3px;
  line-height: 1;
  font-size: 11px;
}

.formBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 475px;
  min-height: 56px;
  background: #444;
  color: #fff;
  position: relative;
  font-size: 4.2vw;
  line-height: 1.2;
  padding: 8px 0px;
  border-radius: 28px;
}
@media (min-width: 576px) {
  .formBtn {
    font-size: 18px;
  }
}
.formBtn:hover {
  background: #666;
  text-decoration: none;
}
.formBtn.back:before {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  display: inline-block;
  width: 1.6rem;
  aspect-ratio: 1;
  margin-right: 1.2rem;
  filter: brightness(0) invert(1);
  transform: scale(-1, 1);
}
.formBtn.next:after {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  display: inline-block;
  width: 1.6rem;
  aspect-ratio: 1;
  filter: brightness(0) invert(1);
  margin-left: 1.2rem;
}

button.formBtn {
  border: none;
  outline: none;
}
button.formBtn:hover {
  outline: none;
}

.privacyBox {
  height: 250px;
  overflow: auto;
  overflow-y: scroll;
  font-size: 14px;
  line-height: normal;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 8px;
  box-shadow: 0px 1px 2px #999 inset;
  background: #fff;
  word-wrap: break-word;
}
.privacyBox h4 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px;
}
.privacyBox p {
  margin-bottom: 1em;
}
.privacyBox ul {
  margin-bottom: 1em;
  margin-left: 10px;
}
.privacyBox ol {
  margin-bottom: 1em;
  margin-left: 0px;
  padding: 0px;
}
.privacyBox li {
  list-style: decimal outside;
  margin-left: 2em;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .privacyBox ul {
    margin-bottom: 1em;
    margin-left: 20px;
  }
}
.ttl_policy {
  font-size: 120%;
  font-weight: bold;
}

.out-line {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}

/*-------------------------------------------------------------------------------------------*
 *
 * title
 *  
 *-------------------------------------------------------------------------------------------*/
#h2Title {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  width: 100%;
}
@media (min-width: 992px) {
  #h2Title {
    margin-top: 80px;
    height: 440px;
  }
}
@media (min-width: 1200px) {
  #h2Title {
    margin-top: 100px;
    height: 480px;
  }
}
@media (min-width: 1400px) {
  #h2Title {
    height: 520px;
  }
}
#h2Title.news {
  background: url(../images/bg_h2title-news.jpg) no-repeat center/cover;
}
#h2Title.p02 {
  background: url(../images/bg_h2title02.jpg) no-repeat center/cover;
}
#h2Title.p03 {
  background: url(../images/bg_h2title03.jpg) no-repeat center/cover;
}
#h2Title.p04 {
  background: url(../images/bg_h2title04.jpg) no-repeat center/cover;
}
#h2Title.p05 {
  background: url(../images/bg_h2title05.jpg) no-repeat center/cover;
}
#h2Title.p06 {
  background: url(../images/bg_h2title06.jpg) no-repeat center/cover;
}
#h2Title.p07 {
  background: url(../images/bg_h2title07.jpg) no-repeat center/cover;
}
#h2Title.p08 {
  background: url(../images/bg_h2title08.jpg) no-repeat center/cover;
}
#h2Title.p09 {
  background: url(../images/bg_h2title09.jpg) no-repeat center/cover;
}
#h2Title.p10 {
  background: url(../images/bg_h2title10.jpg) no-repeat center/cover;
}
#h2Title.p11 {
  background: url(../images/bg_h2title11.jpg) no-repeat center/cover;
}
#h2Title.p12 {
  background: url(../images/bg_h2title12.jpg) no-repeat center/cover;
}
#h2Title.p13 {
  background: url(../images/bg_h2title13.jpg) no-repeat center/cover;
}
#h2Title.p15 {
  background: url(../images/bg_h2title15.jpg) no-repeat center/cover;
}
#h2Title.p16 {
  background: url(../images/bg_h2title16.jpg) no-repeat center/cover;
}
#h2Title.p17 {
  background: url(../images/bg_h2title17.jpg) no-repeat center/cover;
}
#h2Title.p18 {
  background: url(../images/bg_h2title18.jpg) no-repeat center/cover;
}
#h2Title.p19 {
  background: url(../images/bg_h2title19.jpg) no-repeat center/cover;
}
#h2Title.p20 {
  background: url(../images/bg_h2title20.jpg) no-repeat center/cover;
}
#h2Title h2 {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1;
}
#h2Title h2 .sub {
  font-family: "Lora", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  font-size: 2.4rem;
}
#h2Title h2 .sub:before {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: #fff;
  margin-right: 1em;
}
#h2Title h2 .sub:after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: #fff;
  margin-left: 1em;
}
#h2Title h2 .ja {
  font-size: 4.16vw;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  #h2Title h2 .ja {
    font-size: 2.4rem;
  }
}
#h2Title h2 .en {
  font-family: "Lora", serif;
  font-size: 10vw;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  #h2Title h2 .en {
    font-size: 8rem;
  }
}
@media (min-width: 992px) {
  #h2Title h2 .en {
    font-size: 9rem;
  }
}
@media (min-width: 1200px) {
  #h2Title h2 .en {
    font-size: 7.2rem;
  }
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  color: #685b57;
  overflow-x: hidden;
  overflow-x: initial;
}
.title .ja {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .title .ja {
    font-size: 1.4rem;
  }
}
.title .en {
  font-size: 8.6vw;
  font-family: "Lora", serif;
  text-align: left;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 300;
  position: relative;
}
@media (min-width: 576px) {
  .title .en {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .title .en {
    font-size: 6rem;
  }
}
.title .en:after {
  content: "";
  display: block;
  height: 1px;
  width: 120px;
  background: #aaaaaa;
  position: absolute;
  right: -140px;
  bottom: 0.6rem;
}
@media (min-width: 992px) {
  .title .en:after {
    width: 180px;
    right: -200px;
  }
}
.title.center {
  align-items: center;
}
.title.center .en {
  text-align: center;
}
.title.center .en:after {
  position: absolute;
  right: 50%;
  bottom: -25px;
  transform: translate(50%, 0);
  width: 60px;
}
@media (min-width: 992px) {
  .title.center .en:after {
    width: 90px;
    bottom: -40px;
  }
}
.title.right {
  text-align: right;
  align-items: flex-end;
}
.title.right .en:after {
  content: "";
  display: block;
  height: 1px;
  width: 120px;
  background: #685b57;
  position: absolute;
  left: -140px;
  bottom: 0.6rem;
}
@media (min-width: 992px) {
  .title.right .en:after {
    width: 180px;
    left: -200px;
  }
}
.title.white .en:after {
  background: #fff;
}

.title2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  color: #685b57;
  overflow-x: hidden;
  overflow-x: initial;
  font-size: 8.6vw;
  text-align: left;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 300;
  position: relative;
}
@media (min-width: 576px) {
  .title2 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .title2 {
    font-size: 6rem;
  }
}
.title2:before {
  display: block;
  content: "";
  width: 22px;
  height: 17px;
  background: url(../images/icon_camera.png) no-repeat center center/contain;
  filter: invert(91%) sepia(9%) saturate(3823%) hue-rotate(297deg) brightness(83%) contrast(96%);
  margin-bottom: 3rem;
}
.title2:after {
  content: "";
  display: block;
  height: 1px;
  width: 90px;
  background: #aaaaaa;
  margin-top: 5rem;
}
@media (min-width: 992px) {
  .title2:after {
    width: 120px;
    right: -200px;
  }
}
.title2.center {
  align-items: center;
  justify-content: center;
}
.title2.center .en {
  text-align: center;
}
.title2.center .en:after {
  position: absolute;
  right: 50%;
  bottom: -25px;
  transform: translate(50%, 0);
  width: 60px;
}
@media (min-width: 992px) {
  .title2.center .en:after {
    width: 90px;
    bottom: -40px;
  }
}

.subTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 400;
  margin-bottom: 0.4rem;
  font-size: 5.555vw;
}
@media (min-width: 576px) {
  .subTitle {
    font-size: 3.2rem;
  }
}
@media (min-width: 1400px) {
  .subTitle {
    font-size: 3.6rem;
  }
}
.subTitle:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #333;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .subTitle:after {
    margin-top: 3rem;
  }
}

.subTitle2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  font-weight: 400;
}
.subTitle2:before {
  display: block;
  content: "";
  width: 22px;
  height: 17px;
  background: url(../images/icon_camera.png) no-repeat center center/contain;
  filter: invert(91%) sepia(9%) saturate(3823%) hue-rotate(297deg) brightness(83%) contrast(96%);
  margin-bottom: 2rem;
}
.subTitle2 .ja {
  font-size: 4.8vw;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 576px) {
  .subTitle2 .ja {
    font-size: 2.8rem;
  }
}
.subTitle2 .en {
  font-size: 14px;
  font-family: "Lora", serif;
  text-align: center;
}

.read {
  font-size: 4.16vw;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  padding-left: 2.4rem;
  text-align: left;
}
@media (min-width: 576px) {
  .read {
    font-size: 2.4rem;
  }
}
.read:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  aspect-ratio: 1;
  background: #b3968d;
  position: absolute;
  left: 0;
  top: 0.8rem;
  border-radius: 2px;
}

.readText {
  font-weight: 500;
  font-size: 5.2vw;
}
@media (min-width: 576px) {
  .readText {
    font-size: 3.2rem;
  }
}

.row.gx-20 > * {
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .row.gx-20 > * {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.caption {
  position: relative;
  text-indent: 1em;
}
.caption:before {
  content: "";
  display: block;
  width: 3px;
  height: 0.8em;
  background: #595753;
  position: absolute;
  top: 0.5em;
  left: 0px;
}

/*-------------------------------------------------------------------------------------------*
 *
 * table
 *  
 *-------------------------------------------------------------------------------------------*/
.price-Table {
  border-top: solid 1px #ddd;
  width: 100%;
}
.price-Table th,
.price-Table td {
  border-bottom: solid 1px #ddd;
  padding: 1.5rem;
}
.price-Table th {
  background: #f2f2f2;
  width: 10%;
  vertical-align: center;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}
.price-Table td {
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
}
.price-Table td:nth-child(3) {
  white-space: nowrap;
}

.price-Table2 {
  border-top: solid 1px #ddd;
  width: 100%;
}
.price-Table2 th,
.price-Table2 td {
  border-bottom: solid 1px #ddd;
  padding: 1.5rem;
}
.price-Table2 th {
  background: #f2f2f2;
  width: 10%;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}
.price-Table2 td:nth-child(3) {
  white-space: nowrap;
}

.responsiveTable {
  width: 100%;
  border-top: solid 1px #ddd;
}
@media (min-width: 768px) {
  .responsiveTable {
    display: table;
  }
}
.responsiveTable th,
.responsiveTable td {
  border-bottom: solid 1px #ddd;
  padding: 1.5rem;
  line-height: 1.4;
}
.responsiveTable th {
  width: 100%;
  border-top: none;
  display: block;
  background: #f2f2f2;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .responsiveTable th {
    width: 15%;
    display: table-cell;
    vertical-align: middle;
  }
}
.responsiveTable td {
  width: 100%;
  display: block;
  background: #fff;
}
@media (min-width: 768px) {
  .responsiveTable td {
    width: auto;
    display: table-cell;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * button
 *  
 *-------------------------------------------------------------------------------------------*/
.detailBtn {
  display: inline-flex;
  background: #dfab79;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  min-width: 280px;
  height: 50px;
  padding: 0px 50px;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  text-decoration: none;
  position: relative;
}
.detailBtn:before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  transition: all 600ms 0s ease;
  filter: brightness(0) invert(1);
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
.detailBtn:hover {
  color: #fff;
  background: #eba360;
  text-decoration: none !important;
}
.detailBtn:hover:before {
  transform: translate(4px, -50%);
}
.detailBtn.back:before {
  transform: translate(0, -50%) rotate(180deg);
}
.detailBtn.back:hover:before {
  transform: translate(-4px, -50%) rotate(180deg);
}

.pdfBtn {
  display: inline-flex;
  background: #e94242;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  min-width: 280px;
  height: 50px;
  padding: 0px 50px;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  text-decoration: none;
  position: relative;
}
.pdfBtn:before {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1;
  background: url(../images/icon_pdf.svg) no-repeat center/contain;
  transition: all 600ms 0s ease;
  filter: brightness(0) invert(1);
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.pdfBtn:hover {
  color: #fff;
  background: #be3636;
  text-decoration: none !important;
}
.pdfBtn:hover:before {
  transform: translate(0px, -50%);
}
.pdfBtn.back:before {
  transform: translate(0, -50%) rotate(180deg);
}
.pdfBtn.back:hover:before {
  transform: translate(-4px, -50%) rotate(180deg);
}

/*-------------------------------------------------------------------------------------------*
 *
 * Animation
 *  
 *-------------------------------------------------------------------------------------------*/
.slideIn-Left {
  opacity: 0;
}

.slideIn-Left.is-animated {
  animation: slideIn-Left 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn-Left {
  0% {
    transform: translateX(90px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.slideIn-Right {
  opacity: 0;
}

.slideIn-Right.is-animated {
  animation: slideIn-Right 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn-Right {
  0% {
    transform: translateX(-90px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.slideUp {
  opacity: 0;
}

.slideUp.is-animated {
  animation: slideUp 4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideUp {
  0% {
    transform: translateY(90px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.mask-bg {
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: all 0ms 450ms;
}
.mask-bg img {
  opacity: 0;
}

.mask-bg::after {
  background: #f5f4f1;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}

.mask-bg.white::after {
  background: #fff;
}

.mask-bg.is-animated img {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  opacity: 1;
}
@keyframes mask-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mask-bg.is-animated::after {
  animation: mask-bg-after 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}
@keyframes mask-bg-after {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(100%, 0);
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.is-animated {
  animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.delay300 {
  animation-delay: 300ms !important;
}

.delay600 {
  animation-delay: 600ms !important;
}

.delay900 {
  animation-delay: 900ms !important;
}

.delay1200 {
  animation-delay: 1200ms !important;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Component
 *  
 *-------------------------------------------------------------------------------------------*/
.pink {
  color: #d08989;
}

.orange {
  color: #e1a856;
}

.red {
  color: #b96565;
}

.radius32 {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .radius32 {
    border-radius: 32px;
  }
}

.dotList li {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.dotList li:last-child {
  margin-bottom: 0;
}
.dotList li:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: #d08989;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.dotList.Horizonal {
  display: flex;
  flex-wrap: wrap;
}
.dotList.Horizonal li {
  margin-right: 3rem;
  white-space: nowrap;
}

.googleMap {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .googleMap {
    height: 460px;
    border-radius: 32px;
  }
}

.note-DL dt {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.note-DL dd {
  margin-bottom: 1.5rem;
}

.white {
  color: #fff;
}

.radius8 {
  border-radius: 8px;
  overflow: hidden;
}

.radius32 {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .radius32 {
    border-radius: 32px;
  }
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wrapper {
  width: 100%;
  padding: 0px 15px;
}

.padding-Right {
  padding-right: 0;
}
@media (min-width: 992px) {
  .padding-Right {
    padding-right: 8.1%;
  }
}

.padding-Left {
  padding-left: 0;
}
@media (min-width: 992px) {
  .padding-Left {
    padding-left: 8.1%;
  }
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.objectfit-Img {
  width: 100%;
  height: 100%;
}
.objectfit-Img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 66.666%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

.rel {
  position: relative;
}

.posa {
  position: absolute;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pbb {
  page-break-before: always;
}

.lh1 {
  line-height: 1;
}

.lh14 {
  line-height: 1.4;
}

.lh2 {
  line-height: 2;
}

small {
  font-size: 75%;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-36 {
  font-size: 3.6rem;
}

.fs20 {
  font-size: 3.4vw;
}
@media (min-width: 576px) {
  .fs20 {
    font-size: 2rem;
  }
}

.fs24 {
  font-size: 4.1vw;
}
@media (min-width: 576px) {
  .fs24 {
    font-size: 2.4rem;
  }
}

.m-auto {
  margin: 0px auto !important;
}

.mt-00 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

@media (min-width: 576px) {
  .mt-sm-00 {
    margin-top: 0px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mt-sm-150 {
    margin-top: 150px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-00 {
    margin-top: 0px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mt-md-150 {
    margin-top: 150px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-00 {
    margin-top: 0px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mt-lg-150 {
    margin-top: 150px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-00 {
    margin-top: 0px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mt-xl-150 {
    margin-top: 150px !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-00 {
    margin-top: 0px !important;
  }
  .mt-xxl-10 {
    margin-top: 10px !important;
  }
  .mt-xxl-20 {
    margin-top: 20px !important;
  }
  .mt-xxl-30 {
    margin-top: 30px !important;
  }
  .mt-xxl-60 {
    margin-top: 60px !important;
  }
  .mt-xxl-90 {
    margin-top: 90px !important;
  }
  .mt-xxl-120 {
    margin-top: 120px !important;
  }
  .mt-xxl-150 {
    margin-top: 150px !important;
  }
}
.ml-00 {
  margin-left: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

@media (min-width: 768px) {
  .ml-md-00 {
    margin-left: 0px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-30 {
    margin-left: 3dvh !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-00 {
    margin-left: 0px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .ml-lg-30 {
    margin-left: 3dvh !important;
  }
}
.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mb00 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

.mb50 {
  margin-bottom: 25px !important;
}

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

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb150 {
  margin-bottom: 75px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb200 {
  margin-bottom: 100px !important;
}

.mb220 {
  margin-bottom: 110px !important;
}

.mb240 {
  margin-bottom: 120px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb200 {
    margin-bottom: 200px !important;
  }
  .mb220 {
    margin-bottom: 220px !important;
  }
  .mb240 {
    margin-bottom: 240px !important;
  }
}
.mb00 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

.mb50 {
  margin-bottom: 25px !important;
}

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

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb250 {
  margin-bottom: 175px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb250 {
    margin-bottom: 250px !important;
  }
}
.mb-00 {
  margin-bottom: 0px !important;
}

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

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

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

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

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-210 {
  margin-bottom: 210px !important;
}

.mb-240 {
  margin-bottom: 240px !important;
}

.mb-250 {
  margin-bottom: 250px !important;
}

@media (min-width: 576px) {
  .mb-sm-00 {
    margin-bottom: 0px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-210 {
    margin-bottom: 210px !important;
  }
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .mb-sm-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-00 {
    margin-bottom: 0px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .mb-md-210 {
    margin-bottom: 210px !important;
  }
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .mb-md-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-00 {
    margin-bottom: 0px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .mb-lg-210 {
    margin-bottom: 210px !important;
  }
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
  .mb-lg-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xl-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xxl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xxl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xxl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xxl-250 {
    margin-bottom: 250px !important;
  }
}
@media print {
  .mb-00 {
    margin-bottom: 0px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .mb-120 {
    margin-bottom: 120px !important;
  }
  .mb-150 {
    margin-bottom: 150px !important;
  }
  .mb-180 {
    margin-bottom: 180px !important;
  }
  .mb-210 {
    margin-bottom: 210px !important;
  }
  .mb-240 {
    margin-bottom: 240px !important;
  }
}/*# sourceMappingURL=style.css.map */