@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  color: #4f2f36;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
    游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.65;
}

a:active,
a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
dd,
dt,
dl {
  margin: 0;
}

figcaption,
figure,
main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  border: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  margin: 2px;
  padding: 0 0.3em;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus {
  outline: none;
  border-color: #000;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 0 0.3em;
  resize: vertical;
  width: 100%;
}

textarea:focus {
  outline: none;
  border-color: #000;
}

input[type="checkbox"],
input[type="radio"] {
  background: #fff;
  cursor: pointer;
  margin-right: 0.5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #c5c5c5;
}

/* wordpress pager */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}

.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #000;
  color: #000;
}

.pager .previous,
.pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}

.pager .next a:after {
  content: "≫";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination>li {
  position: relative;
}

.pagination>li>span,
.pagination>li>a {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination>li>span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination>li>a:active,
.pc .pagination>li>a:hover,
.pc .pagination>li>a:focus {
  border-color: #000;
  color: #000;
}

.pagination>li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: #000;
  font-weight: normal;
}

.wp-pagenavi a:hover {
  border: 1px solid #000;
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs {
  font-size: 1.2rem;
}

.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.breadcrumbs ul,
.breadcrumbs ol {
  list-style: none;
  padding: 0;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #000;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }

  .breadcrumbs li:before {
    margin: 0 5px;
  }
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick/slick.woff") format("woff"),
    url("./fonts/slick/slick.ttf") format("truetype"),
    url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #aaa;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {

  .slick-archive__date,
  .slick-archive__label {
    font-size: 1rem;
  }

  .slick-archive__title {
    font-size: 1.2rem;
  }
}

/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 1200px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 13px;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 999;
    height: 90px;
    /* background-color: #63c2a6; */
  }

  .toggle__bar {
    position: relative;
    margin: 8px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .toggle__bar,
  .toggle__bar::before,
  .toggle__bar::after {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .toggle__bar::before,
  .toggle__bar::after {
    position: absolute;
    content: "";
  }

  .toggle__bar {
    width: 42px;
  }

  .toggle__bar::after {
    width: 29px;
  }

  .toggle__bar::before {
    top: -8px;
  }

  .toggle__bar::after {
    top: 8px;
  }

  .toggle__title {
    display: block;
    padding-bottom: 5px;
    width: 4em;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }

  .toggle__title:before {
    content: "MENU";
  }
}

.toggle[aria-expanded="true"] .toggle__bar {
  background-color: transparent;
}

.toggle[aria-expanded="true"] .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  width: 40px;
}

.toggle[aria-expanded="true"] .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  width: 40px;
}

.toggle[aria-expanded="true"] .toggle__title:before {
  content: "CLOSE";
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.collapse {
  display: none;
}

.collapse nav ul.flexbox {
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}

.collapse.in nav ul.flexbox {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 1201px) {
  .gnav {
    display: block !important;
    height: inherit !important;
  }
}

@media screen and (max-width: 1200px) {
  .gnav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #cda2ac;
    z-index: 99;
    min-height: calc(var(--vh, 1vh) * 100);
    min-height: 80vh;
  }
}

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

fonts

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

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

 header

////////////////////////*/
.fixedmenu {
  z-index: 999;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  transition: all 0.5s;
}

header .logo {
  -webkit-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.header_logo_h1 {
  transform: translateX(50px);
}

header nav {
  width: 100%;
}

header nav ul {
  padding: 15px 0;
}

.gnav_ul {
  height: 100px;
}

.gnav_li a {
  padding: 0 5px;
  margin: 0 10px;
  display: block;
}

.gnav_ul .reserve a {
  background-color: #ffff4d;
  padding: 37px 30px;
}

.gnav_ul .reserve a {
  display: flex;
  align-items: center;
  color: #63c0a5;
  font-weight: 700;
  letter-spacing: 1px;
}

header .scroll {
  display: none;
}

/* scroll */
header.fixedmenu {
  background-color: #cda2ac;
}

header.fixedmenu .start {
  display: none;
}

header.fixedmenu .scroll {
  display: block;
}

@media screen and (max-width: 1200px) {
  .header {
    height: 90px;
  }

  .header_logo_h1 {
    transform: translate3d(10px, 20px, 10px);
  }

  header .logo {
    padding: 10px 0;
  }

  header nav {
    /* max-width: 1000px; */
  }

  header nav ul.flexbox {
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
  }

  header nav ul li {
    line-height: calc(80vh / 8);
  }

  .gnav_ul .reserve a {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 80px;
    width: 100%;
    padding: 0 15px;
    justify-content: center;
  }
}

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

footer

////////////////////////*/
footer {
  background: #5a504b;
  color: #fff;
  font-weight: normal;
  height: 250px;
  padding: 60px 0;
}

footer a,
footer a:hover {
  color: #fff;
}

footer .logo {
  margin: 0 0 20px 0;
}

footer small {
  width: 100%;
  margin: 45px 0 0 auto;
  padding: 15px 0;
  display: block;
  color: #fff;
  text-align: left;
  font-weight: normal;
}

footer .flex_li a {
  border-bottom: 2px solid #fff;
  padding: 0 50px 15px 10px;
  position: relative;
}

footer .flex_li {
  margin: 10px;
}

footer .flex_li a::after {
  /* content: url(img/common/arrow-right.png); */
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  background: url(img/common/arrow-right.png) no-repeat center right / contain;
  width: 25px;
  height: 25px;
}

.pagetop {
  cursor: pointer;
  display: block;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 10;
  width: 60px;
  height: 60px;
}

.fixed-reserve-pc {
  position: fixed;
  top: 250px;
  right: 0;
  z-index: 10;
  /* width: 90px; */
  height: 350px;
}

.fixed-reserve-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: none;
  opacity: 0;
  transition: all 0.4s;
  text-align: center;
}

.fixed-reserve-sp.fadeIn {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .footer {
    height: auto;
    padding-bottom: 200px;
  }

  footer .container_l>.flexbox {
    width: 100%;
    max-width: 700px;
    display: block;
  }

  footer .sub-nav {
    width: 100%;
  }

  .fixed-reserve-pc {
    display: none;
  }

  .fixed-reserve-sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 150px;
  }

  footer .sub-nav {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  footer .sub-nav ul {
    width: 33.33%;
    margin: 0 0 20px 0;
  }

  footer .flex_ul {
    flex-wrap: wrap;
    gap: 1em;
  }
}

@media screen and (max-width: 450px) {
  .pagetop {
    display: none !important;
  }

  .footer {
    padding-bottom: 100px;
  }

  footer .sub-nav ul {
    width: 50%;
    margin: 0 0 20px 0;
  }
}

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

 user common css

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

[class*="container_"] {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_l {
  max-width: 920px;
}

.pc {
  display: block;
}

.sp,
.sp_550 {
  display: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

.f_mont {
  font-family: "Montserrat", sans-serif;
}

/* ふわっと */
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  -webkit-animation: fadeUp 1s forwards;
  animation: fadeUp 1s forwards;
}

.delay {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translate(0, 50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    transform: translate(0, 50px);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media screen and (max-width: 1300px) {
  .container_l {
    max-width: calc(100% - 60px);
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .container_l {
    max-width: calc(100% - 30px);
  }
}

@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}

@media screen and (max-width: 550px) {
  .pc_550 {
    display: none;
  }

  .sp_550 {
    display: block;
  }
}

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

mv

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

.mv{
    position: relative;
}
/*////////////////////////

campaign

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

.campaign_sec,
.concept_sec,
.photoplan_sec,
.specialdeals_sec,
.gallery_sec,
.exhibition_sec {
  position: relative;
}

.campaign_flex {
  flex-wrap: wrap;
}

.campaign_li {
  width: 49%;
  margin: 3px;
}
.campaign_sec{
    background: url(img/campaign/bk.png) no-repeat center / cover;
}

.campaign_sec .deco_top {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.campaign_sec .deco_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

/* .campaign_sec::before {
  content: "";
  display: inline-block;
  background: url(img/campaign/deco_top.png) no-repeat top right/contain;
  height: 480px;
  width: 100%;
}

.campaign_sec::after {
  content: "";
  display: inline-block;
  background: url(img/campaign/deco_bottom.png) no-repeat bottom left/contain;
  height: 480px;
  width: 100%;
} */

.campaign_sec .deco_top_border {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.campaign_sec .deco_top_star {
  position: absolute;
  top: 200px;
  left: 0;
  margin: auto;
}

.campaign_sec .deco_bottom_border {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}

.campaign_sec .deco_bottom_star {
  position: absolute;
  bottom: 200px;
  right: 0;
  margin: auto;
}

.campaign_sec .container_l,
.concept_sec .container_l,
.photoplan_sec .container_l {
  padding: 6% 0;
}

@media screen and (max-width: 768px) {
  .campaign_li {
    width: 100%;
    text-align: center;
  }
}

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

concept

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

.concept_sec {
  border-top: 2px dashed #ffd8b1;
  border-bottom: 2px dashed #ffd8b1;
}

.concept_sec::before {
  content: "";
  display: inline-block;
  background: url(img/concept/bg_border.png) repeat-x center top / contain;
  position: absolute;
  height: 2px;
  z-index: 2;
}

.concept_sec .bg {
  background: url(img/concept/bg.png) no-repeat center / cover;
}

.concept_sec .flex {
  gap: 30px;
}

.concept_sec .deco_top_txt {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.concept_sec .deco_bottom_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.concept_sec .ttl {
  margin-bottom: 50px;
}

.concept_sec .deco_top_flower {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}

.concept_sec .deco_left {
  position: absolute;
  top: 60%;
  left: 0;
  margin: auto;
  opacity: 0.5;
}

.concept_sec .deco_right {
  position: absolute;
  top: 5%;
  right: 0;
  margin: auto;
  opacity: 0.5;
  z-index: 0;
}

.concept_sec .deco_bottom_flower {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}

.concept_sec .slider01 {
  max-width: 600px;
  width: 100%;
}

.plan_slide {
  margin-right: auto;
  margin-left: auto;
  width: 57.5%;
}

.slideArea {
  padding-right: 30px;
  overflow: hidden;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  min-height: 1000px;
}

.slideArea ul li.before2,
.slideArea ul li.after2 {
  cursor: pointer;
  height: 90px;
  width: 90px;
  top: 816px;
  z-index: 20;
}

.slideArea ul li.before2 {
  left: 0;
  border-radius: 50%;
  transition: all 0.4s;
}

.slideArea ul li.after2 {
  right: -30px;
  border-radius: 50%;
  transition: all 0.4s;
}

.slideArea ul {
  position: relative;
  list-style: none;
  width: 100%;
}

.slideArea li {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.slideArea li.hide {
  display: none;
}

@media screen and (max-width: 1300px) {
  .plan_slide {
    padding-right: 50px;
  }

  .slideArea ul li.before2,
  .slideArea ul li.after2 {
    top: 700px;
  }

  .slideArea ul li.after2 {
    right: 0;
  }
}

.deco_txt1 {
  text-align: center;
  margin-top: 150px;
}

@media screen and (max-width: 1024px) {
  .concept_sec .deco_top_flower {
    display: none;
  }

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

  .concept_sec .flex_item {
    width: 100%;
  }

  .concept_sec .deco_txt1 {
    /* max-width: 45%; */
    margin-top: 0;
  }

  .concept_sec .deco_txt2 {
    max-width: 45%;
    position: absolute;
    right: 0;
    transform: translateY(-100%);
  }

  .concept_sec .deco_right {
    display: none;
  }

  .plan_slide {
    width: 100%;
    padding-right: 0;
  }

  .slideArea ul li {
    width: 75%;
    right: 10%;
  }

  .slideArea ul li.before2,
  .slideArea ul li.after2 {
    transform: translateX(0);
  }
}

@media screen and (max-width: 768px) {
  .slideArea {
    min-height: 700px;
  }

  .slideArea ul li.before2,
  .slideArea ul li.after2 {
    top: 600px;
  }
}

@media screen and (max-width: 500px) {
  .slideArea {
    min-height: 600px;
  }

  .slideArea ul li.before2,
  .slideArea ul li.after2 {
    top: 530px;
  }
}

@media screen and (max-width: 450px) {
  .slideArea {
    min-height: 550px;
  }

  .slideArea ul li.before2,
  .slideArea ul li.after2 {
    top: 500px;
  }
}

@media screen and (max-width: 400px) {

  .slideArea ul li.before2,
  .slideArea ul li.after2 {
    top: 400px;
  }
}

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

photoplan

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

.fw700 {
  font-weight: 700;
}

.photoplan_item {
  width: calc((100% - 80px) / 2);
}

.photoplan_flex {
  gap: 20px;
}

@media screen and (max-width: 1200px) {
  .photoplan_flex {
    gap: 0;
  }
}

.photoplan_flex .img,
.photoplan_flex .plan_ttl,
.photoplan_flex .txt_p {
  margin-bottom: 30px;
}

.photoplan_sec {
    background: url(img/plan/bk.png) no-repeat center / cover;

}

.photoplan_sec .deco_left01 {
  position: absolute;
  top: 110px;
  left: 10%;
  margin: auto;
  z-index: -1;
}

.photoplan_sec .deco_left02 {
  position: absolute;
  top: 200px;
  left: 5%;
  margin: auto;
  z-index: -1;
}

.photoplan_sec .deco_left03 {
  position: absolute;
  top: 60%;
  left: 10%;
  margin: auto;
  z-index: -1;
}

.photoplan_sec .deco_right01 {
  position: absolute;
  top: 110px;
  right: 5%;
  margin: auto;
  z-index: -1;
}

.photoplan_sec .deco_right02 {
  position: absolute;
  top: 200px;
  right: 5%;
  margin: auto;
  z-index: -1;
}

.photoplan_sec .deco_right03 {
  position: absolute;
  top: 60%;
  right: 10%;
  margin: auto;
  z-index: -1;
}

.hide-area {
  display: none;
}

.wrap800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.fz24 {
  font-size: 24px;
}

.modaal-container {
  border-radius: 4px;
  padding: 50px 0;
}

.modaal-close:after,
.modaal-close:before,
.modaal-close:focus::after,
.modaal-close:focus::before,
.modaal-close:hover::after,
.modaal-close:hover::before {
  background-color: #63c2a6;
}

.modaal-container h4 img {
  max-width: 75%;
}

@media screen and (max-width: 1200px) {
  .photoplan_flex {
    flex-direction: column;
  }

  .photoplan_item {
    display: flex;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 60px;
  }

  .photoplan_item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .photoplan_flex .img {
    max-width: 45%;
  }

  .photoplan_item .txt {
    max-width: 50%;
    margin: 0 30px;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .photoplan_item:nth-child(odd) .txt {
    margin-right: 0;
  }
/* 
  .photoplan_item:nth-child(even) .txt {
    margin-left: 0;
  } */

  .modaal-content-container {
    padding: 15px;
  }
  
  .photoplan_item {
    display: block;
  }
    .photoplan_flex .img {
         margin: 0 auto;
        max-width: 80%;
  }
  .photoplan_item .txt{
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .fz24 {
    font-size: 18px;
  }

  .modaal-container {
    padding: 30px 0;
  }
}

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

specialdeals

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

.specialdeals_sec .flex_ul {
  flex-wrap: wrap;
}

.specialdeals_sec .bg {
  padding: 110px 0;
  background: url(img/specialdeals/bg.png) no-repeat center / cover;
  /* position: relative; */
}

.specialdeals_sec .flex_li {
  margin: 3px 2px;
  width: calc((100% - 12px) / 3);
}

.specialdeals_sec .flex_ul::after {
  content: "";
  display: block;
  width: calc((100% - 12px) / 3);
}

.specialdeals_sec .deco_left_flower {
  position: absolute;
  top: 8%;
  left: 10%;
  margin: auto;
  z-index: 0;
}

.specialdeals_sec .deco_left_ribbon {
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  z-index: 0;
}

.specialdeals_sec .deco_right_ribbon {
  position: absolute;
  top: 10%;
  right: 3%;
  margin: auto;
  z-index: 0;
}

.specialdeals_sec .deco_right_flower {
  position: absolute;
  bottom: 2%;
  right: 0;
  margin: auto;
  z-index: 0;
}

@media screen and (max-width: 1024px) {

  .specialdeals_sec .deco_left_flower,
  .specialdeals_sec .deco_left_ribbon,
  .specialdeals_sec .deco_right_flower {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /* .specialdeals_sec .flex_ul {
    justify-content: start;
  } */

  .specialdeals_sec .flex_li {
    width: calc(47% - 15px);
  }

  .specialdeals_sec .deco_right_ribbon {
    display: none;
  }
}

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

gallery

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

.gallery_sec {
  padding: 60px 0;
  background: url(img/gallery/bg.png) no-repeat center / cover;
  border-top: 2px dashed #cdf2d7;
}

.gallery-slider {
  padding: 125px 0;
}

.gallery-slider__item {
  transform: scale(0.8);
  transition: all 0.5s;
}

.gallery-slider__item.slick-center {
  transform: scale(1);
}

.gallery-prev,
.gallery-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  height: 40px;
  width: 40px;
  background-size: contain;
  z-index: 2;
}

.gallery-prev {
  left: calc(50% - 300px);
  background-image: url(img/gallery/gallery-prev.png);
}

.gallery-next {
  right: calc(50% - 300px);
  background-image: url(img/gallery/gallery-next.png);
}

@media screen and (max-width: 768px) {
  .gallery-prev {
    left: 30px;
  }

  .gallery-next {
    right: 30px;
  }

  .gallery-slider__item {
    max-width: 70vw;
  }
}

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

webcatalog

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

.webcatalog_sec {
  padding: 70px 0;
}

.webcatalog-link {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 60%;
}

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

exhibition

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

.exhibition_sec {
  background-image: url(img/exhibition/deco_left01.png),
    url(img/exhibition/deco_left02.png), url(img/exhibition/deco_right01.png),
    url(img/exhibition/deco_right02.png);
  background-repeat: no-repeat;
  background-position: 55px 240px, 50px calc(100% - 26px),
    calc(100% - 75px) 245px, calc(100% - 75px) calc(100% - 26px);
  padding: 110px 0;
}

.exhibition-list__item {
  width: calc((100% - 40px) / 3);
}

@media screen and (max-width: 768px) {
  .exhibition-list {
    flex-wrap: wrap;
  }

  .exhibition-list__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .exhibition-list__item p {
    text-align: center;
  }
}

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

faq

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

.faq_sec {
  padding: 110px 0;
  background: url(img/faq/bk.png) no-repeat center / cover;
}

.faq-list__item {
  border: 3px solid #b5a38d;
  border-radius: 10px;
}

.faq-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.faq-list__item img {
  min-width: 20px;
}

.faq-list__title {
  background-color: #b5a38d;
  color: #fff;
  display: flex;
  align-items: start;
  padding: 26px;
  padding-right: 90px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  gap: 24px;
  cursor: pointer;
}

.faq-list__title::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(img/faq/open.png);
  right: 25px;
  top: 20px;
  position: absolute;
  display: inline-block;
  background-size: contain;
}

.faq-list__title.open::after {
  background-image: url(img/faq/close.png);
}

.faq-list__text {
  background-color: #fff;
  align-items: start;
  padding: 26px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  gap: 24px;
  display: none;
  position: relative;
  font-size: 18px;
}

.faq-list__text span {
  position: absolute;
  left: 26px;
  top: 24px;
}

.faq-list__text p {
  padding-left: 50px;
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .faq-list__title {
    padding: 16px;
    padding-right: 50px;
    gap: 16px;
    font-size: 16px;
  }

  .faq-list__title::after {
    width: 30px;
    height: 30px;
    right: 16px;
  }

  .faq-list__text {
    padding: 16px;
  }

  .faq-list__text span {
    left: 16px;
    top: 16px;
  }

  .faq-list__text p {
    padding-left: 30px;
  }
}