@charset "UTF-8";
/* CSS Document */
.slider_css {
  height: 550px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 600px) and (max-width: 900px) {
  .tab {
    display: block !important;
    margin: 40px auto !important;
  }
  .tab li {
    list-style: none;
    width: 80% !important;
    margin: 20px auto !important;
  }
  cp_tab > label {
    position: relative;
    display: inline-block !important;
    padding: 5px 15px !important;
    cursor: pointer;
    border: 1px solid #fff !important;
    border-bottom: 0;
    text-align: center;
    width: 35% !important;
    appearance: none;
    margin: 10px 5px;
  }
  .cp_tab > input:checked + label {
    background: #444 !important;
  }
  .cp_tab > input:checked + label {
    margin-bottom: -1px;
    border-color: #fff;
    text-align: center;
    width: 35% !important;
  }
}

.dog-area {
  border: solid 0.5px #fff;
  padding: 30px 45px;
  margin: 40px auto;
}
.d-intro {
  margin-bottom: 25px;
}
.d-title {
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.d-button-area {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.d-title02 {
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.d-button {
  border: solid 0.5px #fff;
  padding: 20px;
  width: 30%;
}
.slider_css ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_css ul li {
  background-size: cover;
  width: 100%;
  height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 48s;
}
.slider_css ul li:nth-child(1) {
  background-image: url("../01_images/ws-cf-room.jpg");
  animation-name: slider-zoomin;
  animation-delay: -3s;
}
.slider_css ul li:nth-child(2) {
  background-image: url("../01_images/ws-cf-sauna.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 5s;
}
.slider_css ul li:nth-child(3) {
  background-image: url("../01_images/ws-cf-jetbath.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 13s;
}
.slider_css ul li:nth-child(4) {
  background-image: url("../01_images/ws-cf-waterbath.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 21s;
}

.slider_css ul li:nth-child(5) {
  background-image: url("../01_images/ex-cf.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 29s;
}
.slider_css ul li:nth-child(6) {
  background-image: url("../01_images/hammock.JPEG");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 37s;
}

.slider_css ul li img {
  width: 130%;
}
@media only screen and (max-width: 768px) {
  .slider_css {
    height: 400px;
    margin-bottom: -150px;
  }
  .slider_css ul li {
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.slider_css_ad {
  height: 550px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.slider_css_ad ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_css_ad ul li {
  background-size: cover;
  width: 100%;
  height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 40s;
}
.slider_css_ad ul li:nth-child(1) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomin;
  animation-delay: -3s;
}
.slider_css_ad ul li:nth-child(2) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 5s;
}
.slider_css_ad ul li:nth-child(3) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 13s;
}
.slider_css_ad ul li:nth-child(4) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 21s;
}
.slider_css_ad ul li:nth-child(5) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 29s;
}
.slider_css_ad ul li img {
  width: 130%;
}
@media only screen and (max-width: 768px) {
  .slider_css_ad {
    height: 400px;
  }
  .slider_css_ad ul li {
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.slider_css_be {
  height: 550px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.slider_css_be ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_css_be ul li {
  background-size: cover;
  width: 100%;
  height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 40s;
}
.slider_css_be ul li:nth-child(1) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomin;
  animation-delay: -3s;
}
.slider_css_be ul li:nth-child(2) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 5s;
}
.slider_css_be ul li:nth-child(3) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 13s;
}
.slider_css_be ul li:nth-child(4) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 21s;
}
.slider_css_be ul li:nth-child(5) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 29s;
}
.slider_css_be ul li img {
  width: 130%;
}
@media only screen and (max-width: 768px) {
  .slider_css_be {
    height: 400px;
  }
  .slider_css_be ul li {
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.slider_css_hi {
  height: 550px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.slider_css_hi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_css_hi ul li {
  background-size: cover;
  width: 100%;
  height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 40s;
}
.slider_css_hi ul li:nth-child(1) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomin;
  animation-delay: -3s;
}
.slider_css_hi ul li:nth-child(2) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 5s;
}
.slider_css_hi ul li:nth-child(3) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 13s;
}
.slider_css_hi ul li:nth-child(4) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 21s;
}
.slider_css_hi ul li:nth-child(5) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 29s;
}
.slider_css_hi ul li img {
  width: 130%;
}
@media only screen and (max-width: 768px) {
  .slider_css_hi {
    height: 400px;
  }
  .slider_css_hi ul li {
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.slider_css_g {
  height: 550px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.slider_css_g ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_css_g ul li {
  background-size: cover;
  width: 100%;
  height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 40s;
}
.slider_css_g ul li:nth-child(1) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomin;
  animation-delay: -3s;
}
.slider_css_g ul li:nth-child(2) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 5s;
}
.slider_css_g ul li:nth-child(3) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 13s;
}
.slider_css_g ul li:nth-child(4) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 21s;
}
.slider_css_g ul li:nth-child(5) {
  background-image: url("../01_images/top002.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 29s;
}
.slider_css_g ul li img {
  width: 130%;
}
@media only screen and (max-width: 768px) {
  .slider_css_g {
    height: 400px;
  }
  .slider_css_g ul li {
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.section-villa-type {
  max-width: 900px;
}
.section-water-side,
.section-hill-side {
  display: block;
  margin: 80px auto;
  max-width: 900px;
}
.section-villa-type {
  display: block;
  margin: 80px auto;
}
.hero-img {
  background-image: url("../01_images/bramare-villa-main-summer.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
}
.top-text {
  font-size: 14px;
  display: block;
  margin: 0 auto 80px;
  text-align: center;
  line-height: 25px;
  letter-spacing: 1px;
}

/* --------------------------------
  Hero
-------------------------------- */

/* ------ slide image ------- */
.hero-slide__img {
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: slideAnime;
  animation-timing-function: ease;
  display: block;
  object-fit: cover;
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: 2%;
}

.hero-slide__item:nth-of-type(1) .hero-slide__img {
  animation-delay: 0s;
}

.hero-slide__item:nth-of-type(2) .hero-slide__img {
  animation-delay: 5s;
}

.hero-slide__item:nth-of-type(3) .hero-slide__img {
  animation-delay: 10s;
}
.hero-slide__item:nth-of-type(4) .hero-slide__img {
  animation-delay: 15s;
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  49% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translateX(-10%);
  }
}

/* ------ hero erea ------- */
.hero {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.hero__inner {
  margin: 0 auto;
  width: 1100px;
}

/* ------ hero title ------- */
.hero__title {
  font-size: 50px;
  font-weight: bold;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}

.hero-slide__item {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: -2%;
  width: 102%;
}
.d-button:hover,
.re-button:hover {
  background-color: #333;
  cursor: pointer;
}
/*タブ切り替え(大)--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.cp_tab *,
.cp_tab *:before,
.cp_tab *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_tab > input[type="radio"] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  visibility: hidden;
  height: 0;
}
.cp_tab .cp_tabpanel {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab
  > input:nth-child(3):checked
  ~ .cp_tabpanels
  > .cp_tabpanel:nth-child(2),
.cp_tab
  > input:nth-child(5):checked
  ~ .cp_tabpanels
  > .cp_tabpanel:nth-child(3),
.cp_tab
  > input:nth-child(7):checked
  ~ .cp_tabpanels
  > .cp_tabpanel:nth-child(4),
.cp_tab
  > input:nth-child(9):checked
  ~ .cp_tabpanels
  > .cp_tabpanel:nth-child(5),
.cp_tab
  > input:nth-child(11):checked
  ~ .cp_tabpanels
  > .cp_tabpanel:nth-child(6) {
  display: block;
  visibility: visible;
  height: auto;
}
.cp_tab > label {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 0;
  text-align: center;
  width: 49%;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
  color: #fff;
}
.cp_tab > input:checked + label {
  margin-bottom: -1px;
  border-color: #fff;
  text-align: center;
  width: 49%;
}
.cp_tab .cp_tabpanel {
  border-top: 1px solid #fff;
}
@media (max-width: 599px) {
  /*==================================================
スライダーのためのcss
===================================*/
  .slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
  }

  .slider img {
    width: 100vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
  }

  .slider .slick-slide {
    transform: scale(0.8); /*左右の画像のサイズを80%に*/
    transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5; /*透過50%*/
  }

  .slider .slick-slide.slick-center {
    transform: scale(1); /*中央の画像のサイズだけ等倍に*/
    opacity: 1; /*透過なし*/
  }

  /*矢印の設定*/

  /*戻る、次へ矢印の位置*/
  .slick-prev,
  .slick-next {
    position: absolute; /*絶対配置にする*/
    top: 42%;
    cursor: pointer; /*マウスカーソルを指マークに*/
    outline: none; /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666; /*矢印の色*/
    border-right: 2px solid #666; /*矢印の色*/
    height: 15px;
    width: 15px;
  }

  .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
    z-index: 2;
  }

  .slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
    z-index: 2;
  }

  /*ドットナビゲーションの設定*/

  .slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
  }

  .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }

  .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px; /*ドットボタンのサイズ*/
    height: 2px; /*ドットボタンのサイズ*/
    display: block;
    background: #81898d; /*ドットボタンの色*/
    border: none;
  }

  .slick-dots .slick-active button {
    background: #fff; /*ドットボタンの現在地表示の色*/
  }

  .dog-area {
    border: solid 0.5px #fff;
    padding: 30px 15px;
    margin: 40px auto;
  }
  .d-button-area {
    display: block;
    margin: 40px auto;
  }
  .d-button {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  .d-title {
    text-align: center;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  hero-img::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
  }

  /*
	.cp_tab > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px!important;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: 0;
    text-align: center;
    width: 43%!important;
		appearance: none;
}
*/
  .cp_tab > input:checked + label {
    background: #444;
  }
  .cp_tab > label {
    position: relative;
    display: inline-block;
    padding: 15px 0;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: 0;
    text-align: center;
    width: 49%;
  }
  .cp_tab *,
  .cp_tab *:before,
  .cp_tab *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html,
  body,
  div,
  span,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  samp,
  small,
  strong,
  sub,
  sup,
  var,
  b,
  i,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-wrap: break-word;
  }
  user agent stylesheet label {
    cursor: default;
  }
  main {
    background-color: #0c0c0c;
    color: #fff;
    font-family: "Noto Serif JP", serif;
  }

  body {
    background-color: #0c0c0c;
    color: #fff;
    font-family: "Noto Serif JP", serif;
  }
  body {
    line-height: 1;
  }
  :root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
  }
  :root {
    --swiper-navigation-size: 44px;
  }
  :root {
    --swiper-theme-color: #007aff;
  }
  :root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
  }
  .cp_tab *,
  .cp_tab *:before,
  .cp_tab *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cp_tab *,
  .cp_tab *:before,
  .cp_tab *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  ::selection {
    color: white;
    background: black;
    text-shadow: none;
  }
  .cp_tab .cp_tabpanel {
    border-top: none;
  }
  .cp_tab > label {
    position: relative;
    display: inline-block;
    padding: 5px 15px !important;
    cursor: pointer;
    border: 1px solid #fff;
    border-bottom: 0;
    text-align: center;
    width: 40% !important;
    appearance: none;
    margin: 10px 5px;
    border-bottom: solid 1px #fff;
  }

  .cp_tab {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
  }
  .cp_tab label {
    padding: 15px 0;
  }
  .a-c-main-text h5 {
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 25px;
  }
  .tab-h li {
    list-style: none;
    width: 80%;
  }
}
/*タブ切り替え(大)--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.section-water-side h2,
.section-hill-side h2 {
  display: block;
  font-size: 16px;
  letter-spacing: 3px;
  margin: 20px 0 10px 0;
  font-weight: 500;
}
.section-water-side p,
.section-hill-side p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 100;
  letter-spacing: 1px;
}
/*tab02--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*tabの形状*/
.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto;
  gap: 45px;
}
.tab li {
  list-style: none;
  width: 30%;
}
.tab li a {
  display: block;
  border: solid 1px #fff;
  padding: 15px 0px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  background: #444;
}
.tab-right h3 {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.re-button {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  border: solid 0.5px #fff;
  padding: 15px 0;
  margin: 0 auto;
  display: block;
  width: 280px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
}

/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
}

.tab-wrap {
  display: block;
}
.tw-img {
  width: 48%;
}
.tab-img {
  display: block;
  width: 100%;
}
.tab-right {
  display: block;
  width: 100%;
  margin: auto 0;
}

.d-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: right;
  width: 100%;
  margin: 40px 0;
  padding-top: 60px;
  border-top: solid 0.5px #fff;
}
.tab-detail {
  display: block;
  text-align: left;
  width: 48%;
  margin: auto;
}

.tab-detail li {
  list-style: none;
  margin: 20px 0;
  font-size: 14px;
  line-height: 25px;
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*tab02--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*アメニティ--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.section-amenity {
  display: block;
  max-width: 900px;
  margin: 80px auto;
}
.a-br01 {
  display: flex;
  justify-content: center;
}
.a-cw {
  display: flex;
  justify-content: center;
}
.a-h {
  display: block;
  width: 30%;
}
.a-cw {
  display: block;
  width: 70%;
}
.a-c-main {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: solid 0.5px #fff;
}
.am-img {
  width: 50%;
  display: block;
}
.a-c-main-text h5 {
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
  line-height: 25px;
}
.a-c-main-text p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 100;
}
.a-c-list {
  padding: 60px 0;
  border-bottom: solid 0.5px #fff;
  letter-spacing: 0px;
  font-size: 13px;
  font-weight: 100;
  line-height: 25px;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.section-fe {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.gallery {
  font-family: "Montserrat", "HelveticaNeueLTStd", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}
.horizontal.gallery-item {
  grid-column: span 2;
}

.gallery-item {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 22%;
}
.figure {
  margin: 0;
}
::selection {
  color: white;
  background: black;
  text-shadow: none;
}
.gallery-item a {
  display: block;
}
.gallery-item a {
  position: relative;
}
.gallery-item a.active:before,
.lazy-images .gallery-item a.image-lazyloaded:before,
html:not(.lazy-images) .gallery-item a:before {
  border-width: 0.5rem;
}
.gallery-item a:before,
.gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  will-change: border;
  z-index: 10;
}
.fadein.lazyloaded {
  opacity: 1;
  width: 100%;
}
.gallery-item img,
.gallery-item a {
  display: block;
}
.fadein {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
img,
svg {
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
.gallery-item a.active:after,
.lazy-images .gallery-item a.image-lazyloaded:after,
html:not(.lazy-images) .gallery-item a:after {
  border-width: 2px;
}
.gallery-item a:hover:after {
  transform: scale(0.9);
  border-color: white;
}
.gallery-item a:after {
  margin: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-clip-path: polygon(
    0 calc(100% - 1rem),
    0 100%,
    1rem 100%,
    1rem 0,
    0 0,
    0 1rem,
    100% 1rem,
    100% 0,
    calc(100% - 1rem) 0,
    calc(100% - 1rem) 100%,
    100% 100%,
    100% calc(100% - 1rem)
  );
  clip-path: polygon(
    0 calc(100% - 1rem),
    0 100%,
    1rem 100%,
    1rem 0,
    0 0,
    0 1rem,
    100% 1rem,
    100% 0,
    calc(100% - 1rem) 0,
    calc(100% - 1rem) 100%,
    100% 100%,
    100% calc(100% - 1rem)
  );
}
.gallery-item a:before,
.gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  will-change: border;
  z-index: 10;
}
@media (min-width: 640px) {
  html:not(.touchevents) .gallery-caption {
    font-size: 14px;
  }
}
html:not(.touchevents) .gallery-caption {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 12px;
  color: rgba(255, 255, 255, 0);
  padding: 1.25em 1.5em;
  transition: all 0.2s ease;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
}
figcaption,
figure,
main {
  display: block;
}
html:not(.touchevents) .gallery-caption:before {
  top: auto;
  height: 3px;
  transform: scale(0, 1);
  transform-origin: bottom left;
  transition-delay: 0.6s;
}
html:not(.touchevents) .gallery-caption:before,
html:not(.touchevents) .gallery-caption:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
html:not(.touchevents) .gallery-caption:after {
  transform: scale(1, 0);
  transform-origin: bottom;
  transition-delay: 0.3s;
}
html:not(.touchevents) .gallery-caption:before,
html:not(.touchevents) .gallery-caption:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  display: block;
  /*
	width: 100%!important;
	height: auto!important;
*/
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
  box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--left:before {
  left: 120px !important;
  padding-left: 80px;
}
.pswp__button--arrow--right:before {
  right: 140px !important;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption__center {
  text-align: center !important;
  max-width: 700px !important;
  margin: 0 auto;
  font-size: 13px;
  padding: 20px 0 80px 0px !important;
  line-height: 30px !important;
  color: #ccc;
}
.tab-h {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto;
  gap: 36px;
}
.tab-w {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto;
  gap: 3%;
}
.tab-h li {
  list-style: none;
  width: 48%;
}
.tab-w li {
  list-style: none;
  width: 31%;
}
.tab-h li.active-h a {
  background: #444;
}
.tab-w li.active-w a {
  background: #444;
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active-h {
  display: block;
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.area.is-active-w {
  display: block;
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.tab-h li a {
  display: block;
  border: solid 1px #fff;
  padding: 15px 0px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
}
.tab-w li a {
  display: block;
  border: solid 1px #fff;
  padding: 15px 0px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  word-wrap: break-word;
}

.hide {
  display: none !important;
}

/*gallery*/
.gallery-wrapper {
  position: relative;
  z-index: 1;
}
.gallery-wrapper .content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3vh 0;
  background: #0c0c0c;
}
.gallery-wrapper .content .gallery.full {
  position: relative;
  display: flex;
  align-items: center;
}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper {
  display: flex;
  height: 80vh;
  align-items: center;
}
.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  position: relative;
  height: 50vh;
  transition: all 0.4s ease-out;
  box-sizing: border-box;
  width: auto;
  opacity: 0.25;
}
.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-prev,
.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-next {
  width: 20% !important;
}
.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active {
  height: 80vh;
  width: 60% !important;
  opacity: 1;
}
.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active:hover
  .zoom {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .image {
  width: 100%;
  height: 100%;
}
.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .image
  img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 50px 50px 30px 50px;
  background: black;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .overlay.show {
  opacity: 1;
  visibility: visible;
}
.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .overlay.show
  .text-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .overlay
  .text-wrap {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.4s linear;
}
.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .overlay
  .text-wrap
  .name
  span {
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
}
.name span {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .overlay
  .text-wrap
  .caption
  p {
  font-size: 13px;
  color: #fff;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
}
.caption p {
  padding-top: 5px;
}
.gallery-wrapper .content .gallery.full .swiper-next-button,
.gallery-wrapper .content .gallery.full .swiper-prev-button {
  position: absolute;
  z-index: 99;
  outline: none;
  transition: all 0.2s linear;
  width: 20%;
  height: 50vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.gallery-wrapper
  .content
  .gallery.full
  .swiper-next-button.swiper-button-disabled,
.gallery-wrapper
  .content
  .gallery.full
  .swiper-prev-button.swiper-button-disabled {
  opacity: 0.2;
}
.gallery-wrapper .content .gallery.full .swiper-next-button em,
.gallery-wrapper .content .gallery.full .swiper-prev-button em {
  font-size: 68px;
}
.gallery-wrapper .content .gallery.full .swiper-next-button {
  right: 0;
  padding-left: 5vw;
  justify-content: flex-start;
}
.gallery-wrapper .content .gallery.full .swiper-prev-button {
  left: 0;
  padding-right: 5vw;
}
.gallery-wrapper .content .gallery.thumb {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.gallery-wrapper .content .gallery.thumb .swiper-container {
  width: 100%;
}
.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  position: relative;
  height: 10vh;
  box-sizing: border-box;
  cursor: pointer;
}
.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active
  .image {
  box-shadow: inset 0px 0px 0px 2px #fff;
  padding: 2px;
}
.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active
  .image
  .overlay {
  opacity: 1;
}
.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .image
  img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .image
  .overlay {
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: rgba(43, 44, 54, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  opacity: 0;
  transition: all 0.2s linear;
}
.gallery-wrapper .content .gallery.thumb .swiper-next-button {
  right: -15px;
}
.gallery-wrapper .content .gallery.thumb .swiper-prev-button {
  left: -5px;
}
.gallery-wrapper .content .gallery.thumb .swiper-prev-button em {
  transform: rotate(180deg);
}
.gallery-wrapper .content .gallery.thumb .swiper-next-button,
.gallery-wrapper .content .gallery.thumb .swiper-prev-button {
  position: absolute;
  z-index: 99;
  outline: none;
  transition: all 0.2s linear;
  width: 32px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ed1b28;
  cursor: pointer;
}
.gallery-wrapper .content .gallery.thumb .swiper-next-button:hover,
.gallery-wrapper .content .gallery.thumb .swiper-prev-button:hover {
  background-color: #c5101b;
}
.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-next-button.swiper-button-disabled,
.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-prev-button.swiper-button-disabled {
  opacity: 0.2;
}

/*signature*/
.signature {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.signature h3 {
  font-weight: 600;
  font-size: 0.926em;
  color: #ed1b28;
  display: flex;
  margin-bottom: 5px;
}
.signature a,
.signature em {
  text-decoration: none;
  color: #777;
  margin-right: 5px;
  font-size: 0.88em;
  transition: all 0.2s linear;
}
.signature a:hover,
.signature em:hover {
  color: #aaa;
}

/*Mobile*/
@media only screen and (max-width: 1024px) {
  .gallery-wrapper .content {
    padding: 5vh 0;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper {
    height: 70vh;
  }
  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    height: 50vh;
  }
  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide.swiper-slide-prev,
  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide.swiper-slide-next {
    width: 10% !important;
  }
  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide.swiper-slide-active {
    height: 70vh;
    width: 80% !important;
  }
  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .overlay {
    padding: 20px;
  }
  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .overlay
    .text-wrap {
    transform: translateY(0);
  }
  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .overlay
    .text-wrap
    .name
    span {
    font-size: 1.6em;
  }
  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .overlay
    .text-wrap
    .caption
    p {
    font-size: 1.06em;
  }
  .gallery-wrapper .content .gallery.full .swiper-next-button,
  .gallery-wrapper .content .gallery.full .swiper-prev-button {
    width: 10%;
    height: 50vh;
    align-items: center;
    justify-content: center;
  }
  .gallery-wrapper .content .gallery.full .swiper-next-button em,
  .gallery-wrapper .content .gallery.full .swiper-prev-button em {
    font-size: 45px;
  }
  .gallery-wrapper .content .gallery.full .swiper-next-button {
    padding-left: 0;
  }
  .gallery-wrapper .content .gallery.full .swiper-prev-button {
    padding-right: 0;
  }
  .gallery-wrapper .content .gallery.thumb {
    padding: 0 30px;
    max-width: 100%;
  }
  .gallery-wrapper
    .content
    .gallery.thumb
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    height: 80px;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-next-button {
    right: 10px;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-prev-button {
    left: 10px;
  }

  .signature {
    display: none;
  }
}

@media (max-width: 599px) {
  .pswp__button--arrow--left:before {
    padding: 0 !important;
  }

  .pswp__img {
    padding: 0 20px;
  }
  .pswp__caption__center {
    padding: 0px 20px 80px 20px !important;
    text-align: left !important;
  }
  .pswp__caption {
    position: absolute;
    left: 0;
    bottom: 5% !important;
    width: 100%;
    min-height: 44px;
  }

  .top-img {
    margin-bottom: 300px;
  }
  .tab-h li {
    list-style: none;
    width: 80% !important;
  }
  .n-m {
    margin-top: -40px;
  }
  .tab-detail {
    display: block;
    text-align: left;
    width: 100%;
    margin: auto;
  }
  .section-water-side p,
  .section-hill-side p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 100;
    letter-spacing: 1px;
  }
  .tab-detail li {
    list-style: none;
    margin: 20px 0;
    font-size: 14px;
    font-weight: 100;
  }
  .d-wrap {
    display: block;
  }
  .tw-img {
    width: 100%;
  }
  .name span {
    font-size: 16px !important;
    font-weight: 500 !important;
  }
  .caption p {
    font-size: 13px !important;
  }
  .a-c-main {
    width: 100%;
    display: block;
    justify-content: center;
    gap: 30px;
    padding-bottom: 40px;
    border-bottom: solid 0.5px #fff;
  }
  .tab-right h3 {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 20px 0;
    font-weight: 600;
  }
  .option-text h5 {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 20px 0;
  }
  .a-c-list {
    padding: 40px 0;
    border-bottom: solid 0.5px #fff;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 100;
    line-height: 30px;
  }
  .a-h {
    display: block;
    width: 100%;
    margin: 30px 0 20px 0;
  }
  .am-img {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  .a-br01 {
    display: block;
  }
  .a-cw {
    display: block;
    width: 100%;
  }
  .re-button {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    border: solid 0.5px #fff;
    padding: 15px 0;
    margin: 20px 0 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    font-size: 14px;
  }
  .section-amenity {
    display: block;
    max-width: 900px;
    padding: 0 20px;
    margin: 40px auto;
  }
  .section-fe {
    display: block;
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
  }
  .gallery-item {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 45%;
  }
  .option-li {
    display: block !important;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
  }
  .option-img,
  .option-text {
    display: block;
    width: 100% !important;
    margin: auto 0;
  }
  .top-text {
    font-size: 12px;
    display: block;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
  }
  .section-villa-type {
    display: block;
    margin: 40px auto;
    padding: 0 20px;
  }
  .cp_tab > input:checked + label {
    margin-bottom: -1px;
    border-color: #fff;
    text-align: center;
    width: 45%;
  }
  .gallery {
    font-family: "Montserrat", "HelveticaNeueLTStd", "Helvetica Neue", Helvetica,
      Arial, "Lucida Grande", sans-serif;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 33px;
    flex-wrap: wrap;
  }
  .section-water-side,
  .section-hill-side {
    display: block;
    margin: 40px auto;
    max-width: 900px;
  }
  .section-water-side h2,
  .section-hill-side h2 {
    display: block;
    font-size: 16px;
    letter-spacing: 3px;
    margin: -285px 0 10px 0;
    font-weight: 500;
  }
  .tab {
    display: block;
    margin: 40px auto;
  }
  .tab li {
    list-style: none;
    width: 80%;
    margin: 20px auto;
  }
  .area {
    display: none;
    opacity: 0;
    padding: 0;
  }
  .tab-wrap {
    display: block;
  }
  .tab-img {
    display: block;
    width: 100%;
  }
  .tab-right {
    display: block;
    width: 100%;
    /*	margin-top: -150px;*/
  }
  .tab li a {
    display: block;
    border: solid 1px #fff;
    padding: 15px 0px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
  }
}
/*option------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.section-option {
  display: block;
  max-width: 900px;
  margin: 80px auto;
}
.option-li {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px 0;
}
.option-img,
.option-text {
  display: block;
  width: 50%;
  margin: auto 0;
}
.option-text h5 {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.option-text p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 100;
}

/*タブレット----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 600px) and (max-width: 1024px) {
  .section-villa-type {
    display: block;
    margin: 80px auto 80px 80px;
    padding: 0 20px;
  }
  .section-amenity {
    display: block;
    max-width: 900px;
    margin: 80px auto 80px 80px;
    padding: 0 20px;
  }
  .a-c-main {
    display: block;
  }

  .am-img {
    width: 100%;
    display: block;
    margin: 20px auto;
  }
  .section-fe {
    display: block;
    max-width: 900px;
    margin: 0 auto 0 80px;
    padding: 0 20px;
  }
  .gallery-item {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 47%;
  }
  .gallery {
    font-family: "Montserrat", "HelveticaNeueLTStd", "Helvetica Neue", Helvetica,
      Arial, "Lucida Grande", sans-serif;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }
  .tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto;
    gap: 35px;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .slider img {
    width: 60vw;
    height: auto;
  }
  .slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
  }
  .slider .slick-slide {
    transform: scale(0.8); /*左右の画像のサイズを80%に*/
    transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5; /*透過50%*/
  }

  .slider .slick-slide.slick-center {
    transform: scale(1); /*中央の画像のサイズだけ等倍に*/
    opacity: 1; /*透過なし*/
  }
  /*矢印の設定*/

  /*戻る、次へ矢印の位置*/
  .slick-prev,
  .slick-next {
    position: absolute; /*絶対配置にする*/
    top: 42%;
    cursor: pointer; /*マウスカーソルを指マークに*/
    outline: none; /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666; /*矢印の色*/
    border-right: 2px solid #666; /*矢印の色*/
    height: 15px;
    width: 15px;
  }

  .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
  }

  .slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
  }

  /*ドットナビゲーションの設定*/

  .slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
  }

  .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }

  .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px; /*ドットボタンのサイズ*/
    height: 2px; /*ドットボタンのサイズ*/
    display: block;
    background: #81898d; /*ドットボタンの色*/
    border: none;
  }

  .slick-dots .slick-active button {
    background: #fff; /*ドットボタンの現在地表示の色*/
  }
}
