@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");

/*
Theme Name: nikko-dog
Description: This is グランフォレスタヴィラ日光 site original theme.
Author: bookingresort
*/
html {
  font-size: 16px;
}

body {
  font-family:
    "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E",
    "MS P明朝", "MS 明朝", serif;
  position: relative;
}

.eng {
  font-family: "Cinzel", serif;
}

html,
body {
  width: 100%;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;
}

h4 {
  font-size: 2rem;
  color: #090907;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 22px;
  color: #090907;
}

p {
  line-height: 1.6;
}

p.image-text {
  color: #484d48;
  padding: 10px 0;
  text-align: center;
}

p.image-text_white {
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

a:hover > img {
  opacity: 0.8;
}

img {
  display: block;
}

@media screen and (max-width: 896px) {
  img {
    display: block;
    max-width: 100%;
  }
}

i.fa {
  display: inline;
}

span {
  display: inline-block;
}

/*--------------------
header
--------------------*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: 0.5s ease-in-out;
}

header.fixed {
  background: #fff;
}

header.under {
  background: #fff;
}

.h_nav {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: space-between;
}

.logo_wrap {
  width: 150px;
  height: 60px;
  margin-left: 1%;
}

.logo_wrap img {
  width: 100%;
  object-fit: contain;
  transition: 0.5s ease-in-out;
}

@media screen and (max-width: 896px) {
  .logo_wrap img {
    width: 70%;
    object-fit: contain;
    transition: 0.5s ease-in-out;
  }
}

.nav_wrap {
  width: 1100px;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.nav_wrap nav {
  width: 100%;
}

.nav_wrap nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-right: 150px;
}

.nav_wrap nav ul li {
  padding: 9.45px;
}

.nav_wrap nav ul li a {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}

.fixed .nav_wrap nav ul li a,
.under .nav_wrap nav ul li a {
  color: #090907;
}

.h_reserv a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #fff;
}

.fixed .h_reserv a,
.under .h_reserv a {
  border: 1px solid #090907;
}

.nav_wrap nav {
  position: relative;
}

.nav_wrap nav .nav_reserve {
  position: absolute;
  top: 10px;
  right: 7%;
}

.nav_wrap nav .nav_reserve a {
  border: 1px solid #888888;
  padding: 12px 20px;
  color: #fff;
}

.fixed .nav_wrap nav .nav_reserve a,
.under .nav_wrap nav .nav_reserve a {
  color: #090907;
}

.nav_wrap nav .nav_sns {
  position: absolute;
  top: -4px;
  right: 1%;
}

.nav_wrap nav .nav_sns a img {
  width: 50px;
}

.nav_wrap #nav_toggle {
  display: none;
}

#menu-item-7525,
#menu-item-7526,
#menu-item-12097 {
  display: none;
}

@media screen and (max-width: 896px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    height: 60px;
  }

  .h_nav {
    width: 100%;
    height: auto;
  }

  .logo_wrap {
    width: 200px;
    padding: 0.25rem 1rem;
  }

  .nav_wrap {
    width: auto;
    display: block;
  }

  .nav_wrap::before {
    content: "";
    display: block;
    width: 180%;
    height: 120%;
    background: #090907;
    border-radius: 50%;
    transform: translate(50%, -50%) scale(0.5);
    position: fixed;
    top: -100%;
    right: -100%;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }

  .nav_wrap.open::before {
    top: 0;
    right: 0;
    transform: translate(50%, -50%) scale(2);
    opacity: 0.7;
    z-index: 1;
  }

  .nav_wrap nav {
    width: 100%;
    height: 100%;
    padding: 100px 1rem 1rem;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s linear;
  }

  .nav_wrap nav ul {
    justify-content: space-between;
    margin-right: unset;
  }

  .nav_wrap nav ul li {
    width: 48%;
    border-bottom: 1px solid #fcfdfe;
    margin-bottom: 1rem;
  }

  /* .nav_wrap nav ul li:last-child {
	width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #fcfdfe;
  }
  .nav_wrap nav ul li:last-child a {
	color: #222222;
  }*/
  .fixed .nav_wrap nav ul li a,
  .under .nav_wrap nav ul li a {
    color: #fcfdfe;
  }

  /*.nav_wrap nav .nav_reserve {
    margin-top: 1rem;
    text-align: center;
  }
  .nav_wrap nav .nav_reserve a {
    display: inline-block;
    padding: 1rem 2rem;
    background: #fcfdfe;
    font-weight: 600;
  }
  .nav_wrap nav .nav_reserve a i {
    margin-right: 5px;
  }*/
  .nav_wrap nav .nav_reserve_sp {
    text-align: center;
  }

  .nav_wrap nav .nav_reserve_sp a {
    display: inline-block;
    padding: 1rem 2rem;
    background: #fcfdfe;
    font-weight: 600;
    width: 100%;
  }

  .header_reserve_sp {
  }

  .header_reserve_sp a {
    padding: 8px 12px;
    position: absolute;
    right: 18%;
    top: 10px;
    border: 1px solid #999;
  }

  .nav_wrap .h_tel {
    display: none;
  }

  .nav_wrap .h_reserv {
    display: none;
  }

  .nav_wrap #nav_toggle {
    display: block;
    width: 2.5rem;
    height: 1.75rem;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 5555;
  }

  .nav_wrap #nav_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #484d48;
    position: absolute;
    left: 0;
    transition: all 0.3s ease-in-out;
  }

  .nav_wrap #nav_toggle span:nth-of-type(1) {
    top: 0;
  }

  .nav_wrap #nav_toggle span:nth-of-type(2) {
    top: 0.55rem;
  }

  .nav_wrap #nav_toggle span:nth-of-type(3) {
    top: 1.15rem;
  }
  .nav_wrap #nav_toggle p {
    font-size: 0.7rem;
    margin-top: 22px;
  }

  .nav_wrap.open nav {
    opacity: 1;
    visibility: visible;
    z-index: 3333;
  }

  .nav_wrap.open #nav_toggle span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    background: #fff;
  }

  .nav_wrap.open #nav_toggle span:nth-of-type(2) {
    width: 0;
    opacity: 0;
  }

  .nav_wrap.open #nav_toggle span:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    background: #fff;
  }

  .under .nav_wrap nav ul li a {
    color: #fff;
  }

  #menu-item-12097 {
    display: block;
    border-bottom: none;
  }

  #menu-item-12097 a img {
    width: 45px;
    margin: 0 auto;
  }
}
.t_news {
  padding: 30px 0 30px 8px;
  background: #f7f4ef;
}
.t_news .container {
  display: flex;
}
@media screen and (max-width: 896px) {
  .t_news {
    padding: 30px 0;
  }
  .t_news .container {
    flex-direction: column;
  }
}
.t_news h2 {
  border-right: 1px solid #808080;
  width: 165px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .t_news h2 {
    border-right: none;
    border-bottom: 1px solid #808080;
    padding-bottom: 3%;
    margin-bottom: 10px;
    flex-direction: column;
    width: 100%;
  }
}
.t_news ul li {
  padding: 15px 0;
}
@media screen and (max-width: 896px) {
  .t_news ul li {
    padding: 2% 0;
    line-height: 1.8;
  }
}
.t_news ul li span.date {
  padding: 0 22px 0 30px;
}
.t_news ul li span.cate {
  color: #fff;
  background: #222;
  padding: 4px 10px;
  margin-right: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 896px) {
  .t_news ul li span.date {
    padding: 0;
  }
  .t_news ul li span.cate {
    padding: 1% 2%;
    font-size: 1.2rem;
  }
}
.t_news ul li span.cate a {
  color: #fff;
}

.menu_list {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 250;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
}

.menu_list li {
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
}

.menu_list li a {
  display: block;
  padding: 30px;
}

@media screen and (max-width: 896px) {
  .menu_list li a {
    padding: 24px;
  }
}

.menu_list.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 100px;
}

@media screen and (max-width: 896px) {
  .menu_list.open {
    top: 60px;
  }
}

/* 共通項目 */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.br_sp {
  display: none;
}

.br_pc {
  display: block;
}

@media screen and (max-width: 896px) {
  .container {
    width: 94%;
  }

  .br_sp {
    display: block;
  }

  .br_pc {
    display: none;
  }
}

a.a_link {
  text-decoration: underline;
}

a.scroll_point {
  height: 1px;
  margin-top: -80px;
  padding-top: 80px;
  display: block;
}

@media screen and (max-width: 896px) {
  a.scroll_point {
    display: block;
    margin-top: 0;
    padding-top: 0;
  }
}

h2.btm_border {
  position: relative;
}

h2.btm_border:before,
h2.btm_border:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 51px;
  height: 4px;
}

h2.btm_border:before {
  left: 50%;
  margin-left: -51px;
  background: #848c84;
}

h2.btm_border:after {
  right: 50%;
  margin-right: -51px;
  background: #0a184d;
}

h2.btm_stripe {
  position: relative;
}

h2.btm_stripe:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: 8px;
  background: url(img/stripe.png) no-repeat;
}

.mincho {
  font-family:
    "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E",
    "MS P明朝", "MS 明朝", serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

h2.top {
  font-size: 2rem;
  margin: 45px 0 30px;
  line-height: 1.4;
}

span.en {
  letter-spacing: 0.1em;
  font-family:
    "Yu Gothic UI", "游ゴシック", YuGothic, "ヒラギノゴシック Pro W3",
    "Hiragino Gothic Pro", "HGゴシックE", "MS Pゴシック", "MS ゴシック",
    sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  color: #848c84;
}

span.mincho {
  letter-spacing: 0.1em;
  font-family:
    "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E",
    "MS P明朝", "MS 明朝", serif;
  font-weight: normal;
  font-size: 1.5rem;
  color: #848c84;
}

span.tax_in {
  font-size: 1.4rem;
  color: #555;
}

.btn_orange {
  text-align: center;
}

.btn_orange p {
  text-align: center;
  display: inline-block;
  margin: 25px auto 0;
  line-height: 1.5 !important;
}

.btn_orange p a {
  color: #fff;
  background: #0a184d;
  border-radius: 24px;
  padding: 12px 30px;
  display: block;
  transition: all 0.2s;
  /*  border: 1px solid #848C84;*/
}

.btn_link p a {
  border-radius: 24px;
  padding: 10px 28px;
  border: 1px solid;
}

.btn_link_color p a {
  width: 200px;
  padding: 10px 30px;
  display: block;
  transition: all 0.2s;
  text-align: center;
  margin: 0 auto;
  border-radius: 27px;
  border: #747b9b 1px solid;
}

.btn_link_color p a:hover {
  background: #747b9b;
  color: #fff;
}

.pad_80 {
  padding: 80px 0;
}

.pl_25 {
  padding-left: 25px;
}

.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_80 {
  margin-top: 80px;
}

.mt_100 {
  margin-top: 100px;
}

.mt_120 {
  margin-top: 120px;
}

.mt_150 {
  margin-top: 150px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_120 {
  margin-bottom: 120px;
}

.mb_200 {
  margin-bottom: 200px;
}

.ta_c {
  text-align: center;
}

.p_bld {
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 896px) {
  .sp_mb_40 {
    margin-bottom: 40px;
  }

  .sp_pt_45 {
    padding-top: 45px;
  }

  .ta_c {
    text-align: left;
  }

  .inr {
    padding: 0 2%;
  }
}

/* フッター  */
/*リゾグラ*/
#resort-rg {
  background: #1f212b;
  padding: 10px 0 40px;
}

.rg_group h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  color: #fff;
}

.rg_group h3 span.en {
  color: #fff;
}

.rg_group h4.rg_group {
  color: #ccc;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 0;
}

.rg_group .box {
  display: flex;
  flex-direction: column;
}

.rg_group .box ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
}

@media screen and (max-width: 896px) {
  .rg_group .box ul {
    flex-direction: column;
  }
}

.rg_group .box p.type {
  text-align: center;
  padding: 8px 0;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #fff;
}

.rg_group .box li {
  display: flex;
  margin-bottom: 32px;
  margin-left: 8px;
  width: 32%;
}

@media screen and (max-width: 896px) {
  .rg_group .box li {
    width: 100%;
    margin-left: 0;
  }
}

.rg_group .box li img {
  width: 65px;
  height: auto;
}

.rg_group .box li .txt {
  padding: 5px 0 0 10px;
  width: 100%;
}

.rg_group .box li .txt p {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #fff;
}

.rg_group .box li .txt h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.rg_group .rg_details {
  display: flex;
}

@media screen and (max-width: 896px) {
  .rg_group .rg_details {
    flex-direction: column;
  }
}

.rg_group .rg_details dl {
  float: left;
  padding-right: 3%;
  width: 32%;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 896px) {
  .rg_group .rg_details dl {
    width: 100%;
  }
}

.rg_group .rg_details dl:last-child {
  padding-right: 0;
}

.rg_group .rg_details dt {
  height: 1.6em;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 10px;
  font-size: 16px;
  text-decoration-line: underline;
  color: #ccc;
}

.rg_group .rg_details dd {
  color: #ccc;
}

@media screen and (max-width: 896px) {
  .rg_group .rg_details dt {
    text-align: left;
  }
}

.rg_group .rg_details dd {
  margin-left: 0px;
}

footer {
  text-align: right;
  padding: 140px 0 10px;
  background: #99a099;
  background-image: url(img/sec1-back.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 500px;
}

footer a {
  color: #fff;
}

footer .ftr_box {
  justify-content: center;
}

footer .f_menu {
  display: flex;
  justify-content: center;
  padding: 57px;
}

footer .f-logo .tel {
  font-size: 20px;
}

footer .f-logo img {
  max-width: 308px;
}

@media screen and (max-width: 896px) {
  footer {
    text-align: center;
    padding: 60px 0 68px;
  }

  footer .ftr_box {
    align-items: center;
    justify-content: center;
  }

  footer .f_menu {
    flex-direction: column;
  }

  footer .f-logo {
    width: 320px;
    margin-bottom: 24px;
  }

  footer .f-logo img {
    margin: 0 auto 40px;
  }
}

#footer-menu a {
  color: #fff;
  display: block;
  padding: 10px 20px;
}

footer h2 {
  font-size: 32px;
  color: #fff;
}

footer p {
  color: #fff;
  text-align: left;
}

footer p.linkbar {
  border: 1px solid;
  width: 300px;
  margin: 0 auto 30px;
}

footer p.linkbar a {
  color: #fff;
  padding: 10px;
  display: block;
  text-align: center;
}

#footer-menu ul {
  max-width: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 896px) {
  footer h2 {
    text-align: center;
  }

  footer p {
    text-align: center;
  }

  #footer-menu ul li {
    margin-bottom: 10px;
  }
}

footer .info {
  margin-bottom: 50px;
}

footer .info .logo_image {
  width: 304px;
}

@media screen and (max-width: 896px) {
  footer .info .logo_image {
    margin: 20px auto;
  }
}

footer .info .logo_image img {
  width: 304px;
}

footer .info p.tel {
  font-size: 2.8rem;
}

footer .info p a {
  color: #fff;
}

footer .info p.time {
  font-size: 1.8rem;
}

footer .info .btn_orange a {
  border-radius: 0;
  padding: 12px 50px;
}

footer p.address {
  margin-bottom: 20px;
}

footer a.recruit {
  color: #848c84;
}

footer p.company {
  font-size: 13px;
  text-align: center;
}

#menu-footer-menu-1 li.menu-item-12097 {
  width: 80px;
}

.reserve_pc {
  position: fixed;
  bottom: 75px;
  right: 0;
  width: 200px;
  height: 143px;
  z-index: 100;
  background: #fff;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .reserve_pc {
    display: none;
  }
}

.reserve_pc p {
  background: #0a184d;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 7px;
  padding-top: 5px;
}

.reserve_pc a {
  font-size: 2rem;
  color: #0a184d;
}

.reserve_pc a.to489 {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 7px;
}

.reserve_pc a.to489:hover {
  text-decoration: underline;
}

.reserve_pc .reserve_to489 {
  background: #0a184d;
  padding: 10px 0;
  margin-top: 7px;
}

.reserve_pc p span {
  display: block;
  font-size: 60%;
}

#footer_sp {
  display: none;
}

@media screen and (max-width: 896px) {
  #footer_sp {
    display: block;
  }

  .reserve_sp {
    width: 100%;
    height: 60px;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: #0a184d;
    color: #fff;
    text-align: center;
  }

  .reserve_sp p {
    padding-top: 10px;
    text-align: center;
  }

  .reserve_sp p a {
    color: #fff;
    display: block;
  }

  .reserve_web,
  .reserve_tel,
  .reserve_btn {
    width: 25%;
  }

  .reserve_web,
  .reserve_tel,
  .reserve_btn {
    border-right: #fff solid 1px;
  }

  .reserve_btn:last-of-type {
    border-right: none;
  }

  .reserve_btn {
    background: #e6ebec;
  }

  .reserve_btn p a {
    color: #1d1d1e;
  }

  .drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    min-width: 300px;
    height: 100%;
    padding: 50px 0;
    background: #090907;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
    z-index: 999 !important;
  }
}

.p-mb-contact {
  background: #090907;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.p-mb-contact a {
  width: 50%;
  height: 60px;
}

.p-mb-contact a.rsv {
  background: #fff;
}

.p-mb-contact p {
  color: #fff;
  text-align: center;
  padding-top: 18px;
}

.p-mb-contact a.rsv p {
  color: #090907;
}

/* 下層ページ */
.pankuzu {
  padding: 8px 0;
  color: #333;
}

.wrapper {
  overflow-x: hidden;
}

.page_top_view {
  padding: 45px 0 60px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .pankuzu {
    margin-top: 60px;
  }

  .page_top_view {
    padding: 0 0 8%;
  }
}

.page_top_view img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .page_top_view {
    width: 100%;
  }

  .page_top_view img {
    width: 100%;
    height: 240px;
  }
}

.page_top_view img.page_top {
  margin: 0 auto 40px;
}

.page_top_view .ttl_area {
  text-align: center;
}

.page_top_view .ttl_area h2 {
  padding: 0 0 24px;
}

.page_top_view .ttl_area .en {
  color: #444;
}

.page_top_view .ttl_area p.msg {
  margin-top: 50px;
  font-size: 1.6rem;
}

ul.room_slide li img {
  margin-bottom: 15px;
}

ul.cate_btn {
  margin: 45px 0 0;
  display: flex;
  justify-content: space-around;
}

ul.cate_btn li {
  text-align: center;
}

ul.cate_btn li a {
  background: #fff;
  border: 1px solid #ccc;
  padding: 18px 0 16px;
  display: block;
}

ul.cate_btn li.btn_2 {
  width: 346px;
}

ul.cate_btn li.btn_3 {
  width: 310px;
}

ul.cate_btn li.btn_4 {
  width: 240px;
}

h3.stripe {
  position: relative;
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 896px) {
  h3.stripe {
    font-size: 2rem;
  }
}

h3.stripe span {
  padding: 0 25px;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 896px) {
  h3.stripe span {
    padding: 0 0;
  }
}

h3.border {
  color: #0a184d;
  position: relative;
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
  h3.border {
    font-size: 2rem;
  }
}

h3.border span {
  background: #f1f4f4;
  padding: 0 25px;
  position: relative;
  z-index: 20;
}

h3.border:before {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  border-top: 1px solid #ccc;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

#group_plan {
  padding: 80px 0;
}

ul.plan_list {
  display: flex;
  justify-content: space-between;
}

ul.plan_list li {
  width: 100%;
}

.plan_item {
  width: 478px;
  margin-bottom: 50px;
}

.plan_item .photo {
  position: relative;
}

.plan_item .photo img {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.plan_item .photo p.plan_num {
  background: #648bb8;
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.plan_item .txt {
  background: #fff;
  padding: 2% 4% 3%;
}

.plan_item .txt .ttl {
  border-bottom: 1px solid #848c84;
  padding: 10px 0 20px;
  text-align: center;
}

.plan_item .txt .ttl h4 {
  font-size: 2.4rem;
  margin: 15px 0 0;
}

.plan_item .txt .sub p {
  font-size: 1.4rem;
  margin-top: 15px;
}

.plan_item .txt .sub p.gray {
  background: #ededed;
  padding: 2%;
}

.plan_item .txt .sub .btn_orange {
  margin-top: 5px;
}

.plan_large {
  width: 100%;
  margin-bottom: 65px;
}

#check_place {
  padding: 40px 0;
}

#check_place p.msg {
  margin-bottom: 40px;
  font-size: 1.6rem;
  color: #090907;
  text-align: center;
}

#check_place p.caution {
  color: #444;
  text-align: center;
  margin-bottom: 60px;
}

#without_meals {
  padding: 80px 0;
}

.detail {
  width: 776px;
  margin: 0 auto;
}

.name {
  display: flex;
  margin-bottom: 30px;
}

.name p {
  font-size: 1.6rem;
}

.name p.green {
  background: #19a495;
  border: 1px solid #19a495;
  color: #fff;
  width: 25%;
  text-align: center;
  padding: 25px 0;
}

.name p.white {
  background: #fff;
  border: 1px solid #999;
  width: 75%;
  padding: 25px;
  box-sizing: border-box;
}

#with_meals {
  padding: 80px 0;
}

#day_plan {
  padding: 80px 0;
}

#option {
  padding: 80px 0;
}

.plan_content p.msg {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.6rem;
  color: #090907;
}

#menu .menu_detail {
  width: 800px;
  margin: 0 auto;
}

#menu .menu_detail .txt {
  background: #fff;
  padding: 5px;
}

#menu .menu_detail .inner {
  border: 1px solid #a5c9c2;
  padding: 30px 0;
}

#menu .menu_detail li {
  text-align: center;
  margin-bottom: 25px;
  color: #090907;
  font-size: 1.6rem;
}

#menu .menu_detail p {
  text-align: center;
}

.glamping_content p.msg {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.6rem;
  color: #090907;
}

.glamping_content .sche_head {
  display: flex;
  justify-content: space-around;
  margin-bottom: 70px;
}

.glamping_content .sche_head .txt {
  background: #fff;
  width: 554px;
  padding: 5px;
}

.glamping_content .sche_head .txt .inner {
  border: 1px solid #eec9af;
  padding: 40px 50px 35px;
  box-sizing: border-box;
  height: 100%;
}

.glamping_content .sche_head .txt .inner.night {
  border: 1px solid #adc2d5;
}

.glamping_content .sche_head .txt .inner.morning {
  border: 1px solid #a0c7b5;
}

.glamping_content .sche_head .txt h3 {
  font-size: 4rem;
  text-align: center;
}

.glamping_content .sche_head .txt h3.day {
  color: #bd806c;
}

.glamping_content .sche_head .txt h3.night {
  color: #6c808e;
}

.glamping_content .sche_head .txt h3.morning {
  color: #648bb8;
}

.glamping_content .sche_head .txt .time {
  text-align: center;
  margin: 10px auto 20px;
  width: 200px;
}

.glamping_content .sche_head .txt .time p {
  padding: 5px 0;
}

.glamping_content .sche_head .txt .time p.en {
  border-bottom: 2px solid #eec9af;
}

.glamping_content .sche_head .txt .time p.en.night {
  border-bottom: 2px solid #adc2d5;
}

.glamping_content .sche_head .txt .time p.en.morning {
  border-bottom: 2px solid #a0c7b5;
}

.glamping_content .sche_head .txt p.under {
  line-height: 2;
}

.glamping_content .sche_head.reverse {
  flex-direction: row-reverse;
}

.glamping_content .slides {
  width: 900px;
  margin: 0 auto;
}

.glamping_content .slides .slide {
  margin-bottom: 20px;
}

.glamping_content .slides ul.slide_pager {
  display: flex;
}

.container.news_single {
  background: #fff;
  padding: 80px 100px 100px;
  min-height: 500px;
}

@media screen and (max-width: 896px) {
  .container.news_single {
    background: #fff;
    padding: 10% 5%;
    min-height: 300px;
    box-sizing: border-box;
  }
}

.container.news_single p.date {
  text-align: center;
}

.container.news_single h2 {
  padding: 15px 0 25px;
  margin-bottom: 55px;
  font-size: 2.4rem;
}

.container.news_single .article_content img {
  margin: 0 auto 45px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 896px) {
  .container.news_single .article_content img {
    height: 240px;
    object-fit: cover;
  }
}

.container.news_single .article_content p {
  line-height: 2;
  word-break: break-word;
}

.container.news_list p.news_list {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

ul.news_list li {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}

ul.news_list li .cate {
  color: #848c84;
  font-size: 1.4rem;
}

.qa_dl {
  font-size: 1.6rem;
  line-height: 1.7em;
  margin-bottom: 50px;
}

.qa_dl dd {
  text-indent: 1em;
}

@media screen and (max-width: 896px) {
  .qa_dl dd {
    text-indent: 0;
  }
}

.qa_green_text {
  color: #848c84;
  font-size: 2rem;
  font-weight: bold;
}

.qa_orange_text {
  color: #0a184d;
  font-size: 2rem;
  font-weight: bold;
}

.qa_mb {
  margin-bottom: 20px;
}

/* ------------------------------
   20190428追記
------------------------------ */
/* フッタ
--------------------------- */
footer .info {
  margin-bottom: 2em;
}

.checkin_box {
  margin-bottom: 1em;
}

/* 矢印アイコン
--------------------------- */
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #090907;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.external::before {
  width: 12px;
  height: 2px;
  background: #848c84;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.external::after {
  right: 1px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #848c84;
  border-right: 2px solid #848c84;
}

.wrapper_video {
  margin: 0 auto;
  width: 800px;
  text-align: left;
  position: relative;
  visibility: hidden;
}

#video {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #090907;
}

.video_box {
  width: 800px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.video_box video {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* TOPへ戻るボタン */
#fixedTop {
  right: 10px;
  bottom: 230px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  vertical-align: middle;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(184, 188, 204, 0.5);
  position: fixed;
  z-index: 99;
  font-size: 20px;
}

#fixedTop:hover {
  background: rgba(135, 137, 140, 1);
}

@media screen and (max-width: 896px) {
  #fixedTop {
    display: none !important;
  }
}

/* 404
=============*/
#content h2 {
  font-size: 4rem;
  text-align: center;
  padding: 10rem 0 6rem;
  margin: 0 auto;
}

#content p {
  text-align: center;
  padding: 3rem 0;
}

.pc {
  display: none !important;
}

/* 特定商取引法
--------------------------- */
.transactions {
  width: 90%;
  margin: auto;
}

.transactions p {
  margin-bottom: 20px;
}

.info .operating {
  text-decoration: underline;
}

/* TOP_sec1
--------------------------- */
html {
  margin-top: 0px;
}

.top_sec1 {
  padding-top: 80px;
  background: #090907;
  padding-bottom: 160px;
  background-image: url("img/sec1-back.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 500px;
}

.sec1-img-parent {
  background-image: url("img/sec1-back.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 400px;
}

.top_sec1 .sec1-img0 {
  max-width: 100%;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -80px;
  margin-top: 60px;
}

.top_sec1 .sec1-img1 {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.top_sec1 h2 {
  color: #fff;
}

.top_sec1 > h2 {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
}

.top_sec1 > h3 {
  text-align: center;
  margin-bottom: 40px;
  color: #d7d7d7;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
}

.top_sec1 p {
  color: #fff;
}

.top-sec1-flex-parent {
  background-image: url("img/sec1-back.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 400px;
}

.top-sec1-flex {
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.top-sec1-flex img {
  max-width: 100%;
}

.sec1-flex-left {
  width: 50%;
  padding: 0px 20px;
}

.sec1-left-txt {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sec1-left-txt2 {
  margin-bottom: 60px;
}

.sec1-flex-left h2 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
}

.sec1-flex-right {
  width: 50%;
  padding: 0px 20px;
}

.sec1-flex-left img {
  margin-left: 40px;
}

@media screen and (max-width: 1350px) {
  .top_sec1 .sec1-img1 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .sec1-left-txt {
    text-align: center;
  }

  .sec1-left-txt2 {
    text-align: center;
  }

  .top-sec1-flex {
    display: block;
    margin-top: 80px;
  }

  .sec1-flex-left {
    width: 100%;
    padding: 0px;
  }

  .sec1-flex-left-inner {
    padding: 20px;
  }

  .sec1-flex-left-inner h2 {
    text-align: center;
  }

  .sec1-flex-left img {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
  }

  .sec1-flex-right {
    width: 100%;
    padding: 0px;
  }

  .sec1-flex-right img {
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    width: 80%;
    max-width: 450px;
  }
}

@media screen and (max-width: 650px) {
  .top_sec1 .sec1-img0 {
    display: none;
  }

  .top_sec1 > h2 {
    display: none;
  }

  .top_sec1 > h3 {
    display: none;
  }

  .sec1-left-txt {
    font-size: 17px;
  }

  .sec1-flex-left h2 {
    margin-top: 17px;
  }
}

/* TOP_sec2
--------------------------- */
.top_sec2 {
  padding: 60px 0;
}

.top_sec2 > h2 {
  color: #090907;
  text-align: center;
  /* h2 */
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}

.top_sec2 .sec2-img0 {
  max-width: 100%;
  width: 330px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -80px;
}

.top-sec2-flex {
  display: flex;
  /*max-width:1200px;*/
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}

.sec2-concept-ttl {
  color: #a62b00;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top-sec2-flex.odd {
  flex-direction: row-reverse;
}

.top-sec2-flex:last-of-type {
  margin-bottom: 0;
}

.sec2-flex-left {
  width: 50%;
  /*padding:0px 20px;*/
  overflow: hidden;
}

.sec2-flex-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec2-flex-right {
  width: 45%;
  padding: 5% 2.5% 0px;
}

.sec2-flex-right h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: left;
  color: #090907;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}

.sec2-concept-txt {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}

@media screen and (max-width: 1024px) {
  .top-sec2-flex {
    display: block;
    padding: 20px;
    max-width: 600px;
    margin-bottom: 30px;
  }

  .sec2-flex-left {
    width: 100%;
    padding: 0px 0px;
  }

  .sec2-flex-right {
    width: 100%;
    padding: 0px 0px;
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .sec2-flex-left img {
    margin-right: auto;
    margin-left: auto;
    max-width: 85%;
  }

  .sec2-flex-right .sec2-concept-ttl {
    text-align: center;
  }

  .sec2-flex-right h2 {
    font-size: 18px;
  }

  .top-sec2-flex.odd {
    height: auto;
    /* background: url("img/witewall_3.webp"); */
  }

  .sec2-flex-left {
    width: 100%;
    height: auto;
    /*padding:0px 20px;*/
  }

  .sec2-flex-left img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  .sec2-concept-txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 650px) {
  .top_sec2 {
    padding-bottom: 0px;
  }

  .top_sec2 > h2 {
    font-size: 22px;
    letter-spacing: 0px;
  }

  .sec2-flex-right h2 {
    margin-top: 5px;
  }

  .sec2-flex-right {
    margin-top: 20px;
  }
}

/* TOP_sec3
--------------------------- */
.top_sec3 {
  padding-top: 120px;
  padding-bottom: 80px;
  background: #090907;
}

.top_sec3 .sec3-img0 {
  max-width: 100%;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -40px;
}

.top_sec3 > h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}

.top-sec3-flex {
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 90px;
}

.top-sec3-flex img {
  width: 100%;
}

.top-sec3-flex h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: left;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}

.top-sec3-flex span {
  width: 65px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  padding-top: 1px;
  line-height: normal;
  letter-spacing: 3px;
}

.top-sec3-flex p {
  color: #fff;
  margin-top: 6px;
  line-height: normal;
  letter-spacing: 3px;
}

.sec3-flex-left {
  width: 50%;
  padding: 0px 40px;
}

.sec3-flex-right {
  width: 50%;
  padding: 0px 40px;
}

.sec3-btn {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 80px;
}

.sec3-btn a {
  border: 1px solid #fff;
  background: #3e3e3e;
  padding: 20px 67px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}

@media screen and (max-width: 1200px) {
  .top-sec3-flex {
    max-width: 100%;
  }

  .top-sec3-flex img {
    max-width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .top_sec3 {
    padding-bottom: 20px;
  }

  .top-sec3-flex {
    display: block;
    padding: 0px 20px;
    max-width: 500px;
  }

  .top_sec3 > h2 {
    font-size: 30px;
  }

  .top-sec3-flex h2 {
    text-align: center;
    font-size: 25px;
  }

  .top-sec3-flex img {
    margin-right: auto;
    margin-left: auto;
  }

  .sec3-flex-left {
    width: 100%;
    padding: 0px 0px;
  }

  .sec3-flex-right {
    width: 100%;
    padding: 0px 0px;
    margin-top: 60px;
  }

  .sec3-btn a {
    padding: 20px 35px;
    font-size: 15px;
  }
}

/* TOP_sec4
--------------------------- */
.top_sec4 {
  padding-top: 10px;
  background: #090907;
  padding-bottom: 100px;
}

.top-sec4-flex {
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  justify-content: center;
}

.sec4-flex-child {
  width: 33%;
  padding: 0px 0px;
  position: relative;
}

.sec4-flex-child img {
  max-width: 100%;
}

.sec4-flex-child p {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 35px */
  letter-spacing: 0.729px;
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .top-sec4-flex {
    max-width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .top-sec4-flex {
    display: block;
    padding: 0px 20px;
    max-width: 500px;
  }

  .top-sec4-flex img {
    margin-right: auto;
    margin-left: auto;
  }

  .sec4-flex-child {
    width: 100%;
    padding: 0px 0px;
    margin-top: 30px;
  }

  .sec4-flex-child p {
    font-size: 25px;
  }
}

/* TOP_sec5
--------------------------- */
.top_sec5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  /*background-image: url(img/sec1-back.png);*/
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 500px;
}

.top_sec5 .sec5-img0 {
  max-width: 100%;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -50px;
}

.top_sec5 > h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
}

.sec5-posts {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.top_sec5 li {
  color: #fff;
  padding-left: 15px;
  margin-top: 20px;
}

@media screen and (max-width: 896px) {
  .top_sec5 li {
    padding-left: 0;
  }
}

.top_sec5 .date {
  display: inline-block;
  width: 100px;
  color: #898989;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  /* 121.429% */
  letter-spacing: 0.85px;
}

.top_sec5 a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
}

@media screen and (max-width: 896px) {
  .sec5-posts {
    max-width: 80%;
  }

  .top_sec5 .date {
    margin-bottom: 10px;
  }

  .top_sec5 li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 650px) {
  .sec5-posts {
    max-width: 100%;
  }
}

/* TOP_sec6
--------------------------- */
.top_sec6 {
  padding-top: 40px;
  background: #090907;
  padding-bottom: 60px;
}

.top_sec6 .sec6-img0 {
  max-width: 100%;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -63px;
}

.top_sec6 > h2 {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}

.sec6-flex-right > h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
}

.sec6-flex-right p {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3px;
}

.top_sec6 .sec6-map {
  padding: 0px 20px;
  text-align: center;
  margin-top: 60px;
}

.top_sec6 .sec6-map iframe {
  max-width: 100%;
}

.top-sec6-flex {
  display: flex;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  padding: 0px 20px;
}

.sec6-flex-left {
  width: 50%;
  padding: 0px 20px;
}

.sec6-flex-left img {
  max-width: 100%;
}

.sec6-flex-right {
  width: 50%;
  padding: 60px 30px 0px;
}

.sec6-flex-right h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .top_sec6 {
    padding-bottom: 20px;
  }

  .sec6-flex-right > h2 {
    text-align: center;
  }

  .top-sec6-flex {
    display: block;
    padding: 0px 20px;
    max-width: 700px;
  }

  .sec6-flex-left {
    width: 100%;
    padding: 0px 0px;
  }

  .sec6-flex-left img {
    margin-right: auto;
    margin-left: auto;
  }

  .sec6-flex-right {
    width: 100%;
    padding: 0px 0px;
    margin-top: 60px;
  }

  .top_sec6 .sec6-map iframe {
    max-width: 85%;
  }
}

@media screen and (max-width: 650px) {
  .top_sec6 .sec6-map iframe {
    max-width: 100%;
  }
}

/* room_sec1
--------------------------- */
.top_sec1 .sec1-img0-room {
  max-width: 100%;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -58px;
  margin-top: 60px;
}

.sec1-room {
  padding: 60px 20px 0px 20px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.sec1-room > h3 {
  text-align: center;
  margin-bottom: 40px;
  color: #d7d7d7;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
}

.sec1-room > p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 0.85px;
}

.room-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}

.room-img {
  width: 55%;
}

.room-text {
  width: 45%;
  color: #fff;
  padding-top: 60px;
  padding-left: 60px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 25.5px */
}

.room-text p {
  margin-bottom: 60px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 25.5px */
}

.room-text table {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
}

.room-text table tr {
  border-bottom: 1px solid #bebebe;
}

.room-text table tr:first-child {
  border-top: 1px solid #bebebe;
}

.room-text table th {
  min-width: 120px;
  text-align: left;
  padding: 20px 0px 20px 40px;
  vertical-align: middle;
}

.room-text table td {
  vertical-align: middle;
}

.top-sec1-flex-parent-room2 {
  background-image: url("img/sec1-back.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 400px;
}

.room-img .n2-align-content-start {
  background: #090907;
}

.room-img .n2-thumbnail-dot {
  margin: 16px 8px !important;
}

.room-ttl {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  margin-top: 150px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .room-flex {
    display: block;
  }

  .room-img {
    max-width: 600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .room-text {
    width: 100%;
    max-width: 600px;
    color: #fff;
    padding-top: 30px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
  }
}

@media screen and (max-width: 650px) {
  .top_sec1 .sec1-img0-room {
    display: none;
  }

  .room-flex {
    padding-right: 15px;
    padding-left: 15px;
  }

  .sec1-room > h3 {
    font-size: 35px;
  }

  .sec1-room > p {
    font-size: 16px;
  }

  .room-ttl {
    font-size: 28px;
  }

  .room-text p {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .room-text table th {
    min-width: 100px;
    padding: 15px 0px 15px 20px;
  }
}

/* room_sec2
--------------------------- */
.top_sec2-room {
  padding-top: 80px;
  padding-right: 20px;
  padding-left: 20px;
  background: #090907;
  padding-bottom: 80px;
  background-image: url("img/room-sec2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec2-room-width {
  max-width: 800px;
  padding: 80px 40px;
  background: #1e1e1e;
  margin-right: auto;
  margin-left: auto;
}

.sec2-room-width img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -80px;
}

.sec2-room-width h2 {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.sec2-room-width table {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.sec2-room-width table tr {
  border-bottom: 1px solid #505050;
}

.sec2-room-width table tr:first-child {
  border-top: 1px solid #505050;
}

.sec2-room-width table th {
  width: 50%;
  text-align: left;
  padding: 20px 0px 20px 40px;
  vertical-align: middle;
}

.sec2-room-width table td {
  width: 50%;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .sec2-room-width table {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .top_sec2-room {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 40px;
  }

  .sec2-room-width {
    padding: 80px 20px;
  }

  .sec2-room-width table th {
    padding: 10px 0px 10px 10px;
  }

  .sec2-room-width h2 {
    font-size: 28px;
  }

  .sec2-room-width table {
    font-size: 16px;
  }
}

/* meal_sec2
--------------------------- */
.top_sec2-meal.even {
  background-image: url(img/meal-sec2-back.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_sec2-meal {
  padding-top: 80px;
  padding-bottom: 80px;
}

.top_sec2-meal > h2 {
  color: #090907;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}

.top_sec2-meal .sec2-img0 {
  max-width: 100%;
  width: 330px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -30px;
}

.top-sec2-meal-flex {
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}

.sec2-concept-ttl {
  color: #a62b00;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top-sec2-meal-flex.odd {
  flex-direction: row-reverse;
}

.sec2-flex-meal-left {
  width: 55%;
  padding: 0px 20px;
}

.sec2-flex-meal-left img {
  max-width: 100%;
  width: 100%;
}

.sec2-flex-meal-right {
  width: 45%;
  padding: 30px 20px 0px;
}

.sec2-flex-meal-right h2 {
  padding: 5px 15px;
  display: inline-block;
  background: #531909;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: left;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}

.sec2-flex-meal-right ul {
  padding-left: 20px;
}

.sec2-flex-meal-right li {
  list-style-type: disc;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}

.sec2-flex-meal-left .n2-thumbnail-dot {
  margin: 16px 8px !important;
}

.top_sec2-meal .sec2-img1 {
  max-width: 100%;
  width: 330px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -60px;
}

@media screen and (max-width: 1024px) {
  .top-sec2-meal-flex {
    display: block;
    padding: 0px 20px;
    max-width: 600px;
  }

  .sec2-flex-meal-left {
    width: 100%;
    padding: 0px 0px;
  }

  .sec2-flex-meal-right {
    width: 100%;
    padding: 0px 0px;
    margin-top: 25px;
    padding-bottom: 120px;
  }

  .sec2-flex-meal-left img {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }

  .sec2-flex-meal-right .sec2-concept-ttl {
    text-align: center;
  }

  .sec2-flex-meal-right h2 {
    text-align: center;
  }
}

@media screen and (max-width: 650px) {
  .top_sec2-meal {
    padding-bottom: 0px;
  }

  .top_sec2-meal > h2 {
    font-size: 30px;
    letter-spacing: 0px;
  }

  .sec2-flex-meal-right h2 {
    margin-top: 5px;
    display: block;
    font-size: 26px;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .sec2-flex-meal-right li {
    font-size: 15px;
  }

  .sec2-flex-meal-right {
    margin-top: 20px;
  }
}

/* dogrun_sec2
--------------------------- */
.top_sec2 .sec2-img1 {
  max-width: 100%;
  width: 330px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -50px;
}

/* dogrun_sec3
--------------------------- */
.dogrun-sec3 {
  background: #090907;
  padding-top: 80px;
  padding-bottom: 80px;
}

.dogrun-sec3 p {
  color: #fff;
}

.dogrun-back {
  background-image: none;
}

.dogrun-sec3 .sec2-img0 {
  max-width: 100%;
  width: 330px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -30px;
}

.dogrun-sec3 > h2 {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}

@media screen and (max-width: 650px) {
  .dogrun-sec3 > h2 {
    font-size: 30px;
    letter-spacing: 0px;
  }
}

/* dogrun_sec2
--------------------------- */
.top_sec2-dog {
  padding-top: 80px;
  padding-right: 20px;
  padding-left: 20px;
  background: #090907;
  padding-bottom: 80px;
}

.sec2-dog-width {
  max-width: 800px;
  padding: 80px 40px;
  background: #313131;
  margin-right: auto;
  margin-left: auto;
}

.sec2-dog-width img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -80px;
}

.sec2-dog-width h2 {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.sec2-dog-width table {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.sec2-dog-width table tr {
  border-bottom: 1px solid #505050;
}

.sec2-dog-width table tr:first-child {
  border-top: 1px solid #505050;
}

.sec2-dog-width table th {
  width: 50%;
  text-align: left;
  padding: 20px 0px 20px 40px;
  vertical-align: middle;
}

.sec2-dog-width table td {
  width: 50%;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .sec2-dog-width table {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .top_sec2-dog {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 40px;
  }

  .sec2-dog-width {
    padding: 80px 20px;
  }

  .sec2-dog-width table th {
    padding: 10px 0px 10px 10px;
  }

  .sec2-dog-width h2 {
    font-size: 28px;
  }

  .sec2-dog-width table {
    font-size: 16px;
  }
}

/* sec-dog
--------------------------- */
.dog-img1 {
  max-width: 100%;
  width: 230px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -65px;
}

.sec-dog-width {
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
}

.sec-dog-flex {
  display: flex;
}

.sec-dog-item {
  width: 33%;
  padding: 10px 20px;
}

.dog-sec4-img {
  width: 100%;
  margin-bottom: 25px;
}

.sec-dog-item h3 {
  color: #090907;
  font-size: 30px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
}

.sec-dog-item p {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 25.5px */
}

@media screen and (max-width: 1024px) {
  .sec-dog-item {
    padding: 10px 10px;
  }

  .sec-dog-item h3 {
    font-size: 26px;
  }

  .sec-dog-item p {
    font-size: 14px;
  }
}

@media screen and (max-width: 650px) {
  .sec-dog-flex {
    display: block;
  }

  .sec-dog-item {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* spa_sec1
--------------------------- */
.top_sec1 .sec1-img0-spa {
  max-width: 100%;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -73px;
  margin-top: 60px;
}

.sec1-spa {
  padding: 60px 20px 0px 20px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.sec1-spa > h3 {
  text-align: center;
  margin-bottom: 40px;
  color: #d7d7d7;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
}

.sec1-spa > p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 0.85px;
}

.spa-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}

.spa-flex-reverse {
  flex-direction: row-reverse;
}

.spa-img {
  width: 50%;
}

.spa-img img {
  max-width: 100%;
}

.spa-text {
  width: 50%;
  color: #fff;
  padding-top: 60px;
  padding-left: 60px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 25.5px */
}

.spa-text-left {
  padding-top: 60px;
  padding-right: 60px;
}

.spa-text h4 {
  text-align: left;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}

.spa-text p {
  margin-bottom: 60px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 25.5px */
}

.spa-text table {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
}

.spa-text table tr {
  border-bottom: 1px solid #bebebe;
}

.spa-text table tr:first-child {
  border-top: 1px solid #bebebe;
}

.spa-text table th {
  min-width: 120px;
  text-align: left;
  padding: 20px 0px 20px 40px;
  vertical-align: middle;
}

.spa-text table td {
  vertical-align: middle;
}

.top-sec1-flex-parent-spa2 {
  padding-top: 80px;
}

.spa-img .n2-align-content-start {
  background: #090907;
}

.spa-img .n2-thumbnail-dot {
  margin: 16px 8px !important;
}

.spa-ttl {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  margin-top: 150px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .spa-flex {
    display: block;
  }

  .spa-img {
    max-width: 600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .spa-text {
    width: 100%;
    max-width: 600px;
    color: #fff;
    padding-top: 30px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
  }

  .spa-text-left {
    padding-right: 0px;
  }
}

@media screen and (max-width: 650px) {
  .top_sec1 .sec1-img0-spa {
    display: none;
  }

  .spa-flex {
    padding-right: 15px;
    padding-left: 15px;
  }

  .sec1-spa > h3 {
    font-size: 35px;
  }

  .sec1-spa > p {
    font-size: 16px;
  }

  .spa-ttl {
    font-size: 28px;
  }

  .spa-text p {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .spa-text table th {
    min-width: 100px;
    padding: 15px 0px 15px 20px;
  }
}

/* spa_slide
--------------------------- */
.spa-slide-parent {
  background-image: url(img/spa-sec1-slide-back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-sec1-flex-grandparent {
  background-image: url(img/spa-sec1-room-back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.spa-slide {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 100px;
}

.spa-slide .n2-align-content-start {
  background: #090907;
}

.spa-slide .n2-thumbnail-dot {
  margin: 16px 8px !important;
}

.spa-slide h3 {
  text-align: center;
  margin-bottom: 40px;
  color: #d7d7d7;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
}

@media screen and (max-width: 650px) {
  .spa-slide {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sec1-spa > h3 {
    font-size: 35px;
  }

  .spa-slide h3 {
    font-size: 35px;
  }
}

/* spa_list
--------------------------- */
.top_sec2-spa {
  padding-top: 80px;
  padding-right: 20px;
  padding-left: 20px;
  background: #090907;
  padding-bottom: 80px;
}

@media screen and (max-width: 650px) {
  .top_sec2-spa {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 40px;
  }
}

/*下層共通 MV*/
.top_under {
  height: 480px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.top_under::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.top_under img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.monthly-dog-top img {
  object-position: 50% 15%;
}

@media screen and (max-width: 650px) {
  .top_under {
    height: 210px;
  }

  .top_under img {
    height: 210px;
  }
}

.hx-type3 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: #fff 1px solid;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}

/*------------------------------------------

２columnエリア

------------------------------------------*/
.column-box .txt-box {
  width: 50%;
}

.column-box .img-box {
  width: calc(100% - 50%);
}

.column-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.column-box.column2 .txt-box,
.column-box.column2 .img-box {
  width: 50%;
}

@media screen and (max-width: 1400px) {
  .column-box .img-box {
    height: 600px;
  }
}

@media screen and (max-width: 940px) {
  .column-box .img-box {
    height: 710px;
  }
}

/*PC*/
@media screen and (min-width: 768px) {
  .column-box .txt-box {
    padding-right: 70px;
    padding-left: 70px;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .column-box .txt-box {
    width: 100%;
    padding-top: 0;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 20px;
  }

  .column-box .img-box {
    width: 100%;
    height: auto;
  }

  .column-box.column2 .txt-box,
  .column-box.column2 .img-box {
    width: 100%;
    height: 360px;
  }
}

/*END*/
.list-box {
  margin-top: 100px;
}

.list-box .inr {
  justify-content: center;
}

/* cake バナー*/
.top_bnr {
  background: #f0f0f3;
  padding-top: 40px;
}

.top_bnr .bnr_container a {
  margin: 0 auto;
  width: 70%;
}

.top_bnr .bnr_container img {
  margin: 0 auto;
  width: 100%;
  padding: 20px;
}

.top_bnr ul {
  margin: 0 auto;
  padding-bottom: 80px;
}

.top_bnr ul li {
  width: 900px;
  margin: 0 auto;
}

.top_bnr ul p {
  text-align: center;
}

@media screen and (max-width: 896px) {
  .top_bnr .bnr_container a {
    margin: 0 auto;
    width: 90%;
  }

  .top_bnr .bnr_container img {
    width: 100%;
    padding: 0;
    margin: 10px 0 10px;
  }

  .top_bnr ul li {
    width: 90%;
  }
}

/* 20240315追加*/
div#n2-ss-25 .n2-style-0b1501f187dd486f0b3833aafb1a1b8d-dot.n2-active,
div#n2-ss-25 .n2-style-0b1501f187dd486f0b3833aafb1a1b8d-dot:hover,
div#n2-ss-25 .n2-style-0b1501f187dd486f0b3833aafb1a1b8d-dot:focus {
  background: RGB(255, 255, 255) !important;
}

@media screen and (max-width: 896px) {
  .n2-ss-slider {
    height: 500px;
  }

  .n2-ss-slider img {
    object-fit: cover;
  }
}

/*==============================================
　global navigation bar (top)
================================================*/
ul.navi-top li ul.menubar2 li a {
  background: #f6f6f6;
  color: #777;
}

ul.navi-top a:hover {
  color: white;
  /*マウスオーバーの時の文字の色*/
  background-color: grey;
  /*マウスオーバーの時の背景色*/
}

ul.navi-top {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  width: 86%;
  text-align: center;
  z-index: 50;
  padding: 20px;
  right: 0;
}

/*重なり順*/
/*1階層目*/
ul.navi-top li {
  display: inline-block;
  list-style-type: none;
  position: relative;
}

ul.navi-top a {
  line-height: 36px;
  /*メニューバーの高さ*/
  text-align: center;
  /*文字位置中央寄せ*/
  padding-left: 10px;
  text-decoration: none;
  font-weight: nomarl;
  display: block;
  padding: 5px 25px;
}

/*２階層目*/
ul.navi-top ul {
  display: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
}

ul.navi-top ul a {
  width: 176px;
  /*２階層目の幅*/
}

ul.navi-top li:hover ul {
  display: block;
}

.tcenter {
  text-align: center;
}

.concept_bg {
  padding: 160px 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url(./img/001.jpg) no-repeat center / cover;
  background-attachment: fixed;
}

@media screen and (max-width: 896px) {
  .concept_bg {
    background-attachment: scroll;
  }
}

.concept_bg .inr > h2 {
  color: #fff;
}

.concept_bg .inr > p {
  color: #fff;
}

.color_w {
  color: #fff !important;
}

.slide_anim {
  opacity: 0;
  overflow: hidden;
}

.slide_anim.on {
  -webkit-animation-name: maskIn;
  animation-name: maskIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

.slide_anim.on::before {
  -webkit-animation-name: maskOut;
  animation-name: maskOut;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.slide_anim::before {
  background: #090907;
}

@-webkit-keyframes maskIn {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes maskIn {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

.circle_anim,
.circle_anim2 {
  clip-path: circle(0% at 50% 50%);
}

.circle_anim.on,
.circle_anim2.on {
  animation: forwards circleAnim 0.5s ease-in-out;
}

@keyframes circleAnim {
  0% {
    clip-path: circle(0% at 50% 50%);
  }

  100% {
    clip-path: circle(100% at 50% 50%);
  }
}

.feature_bg {
  background-repeat: repeat;
  background-color: #edf4ed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='church-on-sunday' fill='%23f0fff0' fill-opacity='0.45'%3E%3Cpath d='M77.17 0H80v2.83l-.1.1A39.9 39.9 0 0 1 74.64 20a39.9 39.9 0 0 1 5.24 17.06l.11.11v2.89c-.01 6.9-1.8 13.79-5.35 19.94A39.96 39.96 0 0 1 80 79.94V80h-2.83L66.84 69.66a39.83 39.83 0 0 1-24.1 10.25l.09.09h-5.66l.1-.1c-8.7-.58-17.22-4-24.1-10.23L2.82 80H0V79.94c.01-6.9 1.8-13.8 5.35-19.94A39.96 39.96 0 0 1 0 40.06V37.17l.1-.1A39.9 39.9 0 0 1 5.36 20 39.9 39.9 0 0 1 .1 2.94L0 2.83V0h2.83l-.1.1a39.83 39.83 0 0 1 24.1 10.24L37.18 0H40c0 6.92-1.78 13.83-5.35 20A39.96 39.96 0 0 1 40 40c0-6.92 1.78-13.83 5.35-20A39.96 39.96 0 0 1 40 0h2.83l10.33 10.34A39.83 39.83 0 0 1 77.26.09L77.17 0zm.77 77.94c-.3-5.52-1.8-11-4.49-16a40.18 40.18 0 0 1-5.17 6.34l9.66 9.66zm-12.52-9.7l-6.83-6.83-5.46 5.46-1.41 1.41-9.66 9.66c8.4-.45 16.69-3.68 23.36-9.7zm-23.07 6.58l7.99-7.98a40.05 40.05 0 0 1-3.79-4.9 37.88 37.88 0 0 0-4.2 12.88zM47.68 60a37.98 37.98 0 0 0 4.07 5.42L57.17 60l-5.42-5.42A38 38 0 0 0 47.68 60zm2.66-6.84a40.06 40.06 0 0 0-3.79 4.9 37.88 37.88 0 0 1-4.2-12.88l7.99 7.98zm1.38-1.44l1.41 1.41 5.46 5.46 6.83-6.84a37.85 37.85 0 0 0-23.36-9.7l9.66 9.67zM60 60l6.87 6.87A38.1 38.1 0 0 0 72.32 60a38.11 38.11 0 0 0-5.45-6.87L60 60zm-14.65 0a39.9 39.9 0 0 0-5.24 17.06l-.11.11-.1-.1A39.9 39.9 0 0 0 34.64 60a39.9 39.9 0 0 0 5.24-17.06l.11-.11.1.1A39.9 39.9 0 0 0 45.36 60zm9.23-48.25a37.85 37.85 0 0 1 23.36-9.7l-9.66 9.67-1.41 1.41-5.46 5.46-6.83-6.84zm13.67 13.67L62.83 20l5.42-5.42A38 38 0 0 1 72.32 20a37.98 37.98 0 0 1-4.07 5.42zm5.2-3.47a40.05 40.05 0 0 1-3.79 4.89l7.99 7.98c-.61-4.45-2.01-8.82-4.2-12.87zm-6.58 4.92l1.41 1.41 9.66 9.66a37.85 37.85 0 0 1-23.36-9.7l6.83-6.83 5.46 5.46zM53.13 13.13L60 20l-6.87 6.87A38.11 38.11 0 0 1 47.68 20a38.1 38.1 0 0 1 5.45-6.87zm-1.41-1.41l-9.66-9.66c.3 5.52 1.8 11 4.49 16a40.18 40.18 0 0 1 5.17-6.34zm-9.66 26.22c.3-5.52 1.8-11 4.49-16a40.18 40.18 0 0 0 5.17 6.34l-9.66 9.66zm26.22 13.78l9.66-9.66c-.3 5.52-1.8 11-4.49 16a40.18 40.18 0 0 0-5.17-6.34zm8.98-11.81L66.84 50.34a39.83 39.83 0 0 0-24.1-10.25l10.42-10.43a39.83 39.83 0 0 0 24.1 10.25zm-7.6-26.75a40.06 40.06 0 0 1 3.79 4.9 37.88 37.88 0 0 0 4.2-12.88l-7.99 7.98zm-31.72 28.9c-8.4.45-16.69 3.68-23.36 9.7l6.83 6.83 5.46-5.46 1.41-1.41 9.66-9.66zM22.83 60l5.42 5.42c1.54-1.7 2.9-3.52 4.07-5.42a38 38 0 0 0-4.07-5.42L22.83 60zm5.45 8.28l-1.41-1.41-5.46-5.46-6.83 6.84a37.85 37.85 0 0 0 23.36 9.7l-9.66-9.67zm9.37 6.54l-7.99-7.98a40.05 40.05 0 0 0 3.79-4.9 37.88 37.88 0 0 1 4.2 12.88zM20 60l-6.87-6.87A38.11 38.11 0 0 0 7.68 60a38.11 38.11 0 0 0 5.45 6.87L20 60zm17.26-19.9L26.84 29.65a39.83 39.83 0 0 1-24.1 10.25l10.42 10.43a39.83 39.83 0 0 1 24.1-10.25zm-35.2 1.96l9.66 9.66a40.18 40.18 0 0 0-5.17 6.33c-2.7-5-4.2-10.47-4.5-16zm4.49 19.89c-2.7 5-4.2 10.47-4.5 16l9.67-9.67a40.18 40.18 0 0 1-5.17-6.33zm31.1-16.77c-.61 4.45-2.01 8.82-4.2 12.87a40.06 40.06 0 0 0-3.79-4.89l7.99-7.98zm-4.2-23.23c2.7 5 4.2 10.47 4.5 16l-9.67-9.67c1.97-1.97 3.7-4.1 5.17-6.33zm-14.86-.54l6.83 6.84a37.85 37.85 0 0 1-23.36 9.7l9.66-9.67 1.41-1.41 5.46-5.46zm-8.25 5.43l-7.99 7.98c.61-4.45 2.01-8.82 4.2-12.87a40.04 40.04 0 0 0 3.79 4.89zm1.41-1.42A37.99 37.99 0 0 1 7.68 20a38 38 0 0 1 4.07-5.42L17.17 20l-5.42 5.42zm-5.2-7.37a40.04 40.04 0 0 1 3.79-4.89L2.35 5.18c.61 4.45 2.01 8.82 4.2 12.87zm6.58-4.92l-1.41-1.41-9.66-9.66a37.85 37.85 0 0 1 23.36 9.7l-6.83 6.83-5.46-5.46zm13.74 13.74L20 20l6.87-6.87A38.1 38.1 0 0 1 32.32 20a38.1 38.1 0 0 1-5.45 6.87zm6.58-8.82a40.18 40.18 0 0 0-5.17-6.33l9.66-9.66c-.3 5.52-1.8 11-4.49 16z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.u_layer {
  background-repeat: repeat;
  background-color: #e6ede6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23f0fff0' fill-opacity='0.57' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

.contents_wrap {
  width: 1500px;
  max-width: 100%;
  padding: 50px 1rem;
  margin: auto;
}

.contents_wrap.n1 {
  padding: 100px 1rem 50px;
}

@media screen and (max-width: 896px) {
  .contents_wrap {
    padding: 30px 1rem;
  }

  .contents_wrap.n1 {
    padding: 60px 1rem 30px;
  }

  .feature_bg {
    background-attachment: scroll;
  }

  .u_layer {
    background-attachment: scroll;
  }
}

/*PC*/
@media screen and (min-width: 768px) {
  .page-title {
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .page-title h1 {
    color: #fff;
    text-shadow:
      #4d4d4d 1px 1px 2px,
      #4d4d4d -1px 1px 2px,
      #4d4d4d 1px -1px 2px,
      #4d4d4d -1px -1px 2px;
    font-size: 50px;
    z-index: 95;
    letter-spacing: 6px;
  }

  .page-title h2 {
    color: #fff;
    text-shadow:
      #4d4d4d 1px 1px 5px,
      #4d4d4d -1px 1px 5px,
      #4d4d4d 1px -1px 5px,
      #4d4d4d -1px -1px 5px;
    position: absolute;
    font-size: 22px;
    height: auto;
    top: 290px;
    left: 50%;
    z-index: 95;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .page-title p {
    text-align: center;
    color: #fff;
    text-shadow:
      #4d4d4d 1px 1px 5px,
      #4d4d4d -1px 1px 5px,
      #4d4d4d 1px -1px 5px,
      #4d4d4d -1px -1px 5px;
    font-size: 16px;
  }

  .smno {
    display: none;
  }
}

@media screen and (max-width: 1120px) {
  .page-title p {
    top: 375px;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  /*	{
		padding-top: 60px;
	}*/
  .page-title h1 {
    color: #fff;
    text-shadow:
      black 1px 1px 2px,
      black -1px 1px 2px,
      black 1px -1px 2px,
      black -1px -1px 2px;
    position: absolute;
    font-size: 28px;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    letter-spacing: 6px;
  }

  .page-title h2 {
    font-size: 15px;
    margin-top: 20px;
  }

  .page-title p {
    font-size: 12px;
  }
}

.tbl01 {
  width: 100%;
}

.tbl01 th,
.tbl01 td {
  padding: 10px;
}

.tbl01 th {
  width: 25%;
  background: #090907;
  color: #fff;
}

.tbl01 td {
  background: #fff;
}

.bg_gray {
  background: #a8b3b3;
}

.marker_red {
  background-image: linear-gradient(0deg, #bb2828 20%, transparent 20%);
}

.attention {
  color: #bb2828;
  font-weight: 600;
}

.bg_white {
  background: #fff;
}

.pd_t60 {
  padding-top: 60px;
}

#resort-dog {
  background: #ccd9cc;
  padding: 10px 0 40px;
}

.dog_group .box {
  display: flex;
  flex-direction: column;
}

.dog_group .box ul {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.dog_group .box h3 {
  font-size: 20px;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  .dog_group .box h3 {
    position: relative;
  }
}

.dog_group .box p.type {
  text-align: center;
  padding: 8px 0;
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}

.dog_group .box li {
  display: flex;
  margin-bottom: 32px;
  margin-left: 8px;
  width: 32%;
}

.dog_group .box li dl {
  width: 100%;
  display: flex;
}

.dog_group .box li dl dt {
  width: 30%;
}

.dog_group .box li dl dd {
  width: 70%;
  text-align: left;
}

.dog_group .box li dl dd h4 {
  font-size: 14px;
  text-align: left;
  margin-top: 14px;
}

@media screen and (max-width: 896px) {
  .dog_group .box li {
    width: 100%;
    margin-left: 0;
  }
}

.dog_group .box li img {
  width: 65px;
  height: auto;
}

.dog_group .dog_details {
  display: flex;
}

@media screen and (max-width: 896px) {
  .dog_group .dog_details {
    flex-direction: column;
  }
}

.dog_group .dog_details dl {
  padding-right: 2%;
  width: 33%;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 896px) {
  .dog_group .dog_details dl {
    width: 100%;
  }
}

.dog_group .dog_details dl:last-child {
  padding-right: 0;
}

.dog_group .dog_details dt {
  height: 1.6em;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  text-decoration-line: underline;
}

@media screen and (max-width: 896px) {
  .dog_group .dog_details dt {
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
  }

  .dog_group h2.top {
    font-size: 1.75rem;
  }

  .dog_group span.mincho {
    font-size: 1rem;
  }
}

.dog_group .dog_details dd {
  margin-left: 0px;
}

.f_btn_list {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 897px) {
  .f_btn_list {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

.f_btn_list.fixed {
  transform: translateY(0);
  z-index: 33;
}

.f_btn_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.f_btn_list ul li {
  flex: 1;
}

.f_btn_list ul li + li {
  border-left: 1px solid #999;
}

.f_btn_list ul li a {
  display: block;
  padding: 8px 0;
  background: #848c84;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.f_btn_list ul li a.web-re {
  background: #484d48;
}

.f_btn_list ul li a span {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .f_btn_list {
    display: block;
  }
}

.googlemap {
  width: 100%;
  padding-top: calc(1 / 2 * 100%);
  position: relative;
}

.googlemap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*閉じるバナー*/
.callout-container {
  position: fixed;
  width: 400px;
  z-index: 4;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 5px;
}

.callout-container img {
  width: 100%;
}

.bnr_close {
  position: absolute;
  top: 0px;
  right: -3px;
  color: #cfcfcf;
  font-size: 35px;
  /* padding: 10px; */
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}

.bnr_close:hover {
  color: lightgrey;
}

@media screen and (max-width: 897px) {
  .callout-container {
    /* width: 35vh; */
    width: 50%;
    padding: 2px;
    bottom: 60px;
  }

  .bnr_close {
    /* top: -10px; */
    top: 0px;
  }
}

/*閉じるバナー END*/
/*ケーキバナー*/
.cake_container {
  margin: 30px auto 0;
  width: 50%;
  padding: 30px;
}

.cake_btn {
  text-align: center;
  margin: 15px auto;
}

.cake_btn a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 12px 15px;
  background: #848c84;
}

.cakebnr img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 897px) {
  .cake_container {
    margin: 10px auto 0;
    width: 90%;
    padding: 15px;
  }
}

/*ニュース*/
.top_news {
  padding: 0;
}

.top_news ul {
  margin: 0 auto;
  max-width: 900px;
}

@media screen and (max-width: 896px) {
  .top_news .container {
    flex-direction: column;
  }
}

.top_news h2 span {
  font-size: 14px;
}

.top_news h2 a {
  color: #c0c0c0;
}

.top_news ul li {
  /* padding: 20px 0; */
  padding: 20px 10px;
}

.top_news ul li a {
  color: #2d2d2d;
  font-size: 13px;
}

.top_news ul li p {
  border-bottom: 1px solid #cecece;
  padding-bottom: 1.5rem;
  font-size: 18px;
}

@media screen and (max-width: 896px) {
  .top_news ul li {
    padding: 2% 0.5rem;
    line-height: 1.8;
  }
  .top_news ul li p {
    font-size: 16px;
  }
}

.top_news ul li span.date {
  /* padding: 0 22px 0 30px; */
  color: #2d2d2d;
}

.top_news ul li span.cate {
  color: #575757;
  background: rgba(225, 225, 225, 0.95);
  padding: 4px 10px;
  margin-right: 30px;
  font-size: 1.4rem;
}

@media screen and (max-width: 896px) {
  .top_news ul li span.date {
    padding: 0;
  }

  .top_news ul li span.cate {
    padding: 1% 2%;
    font-size: 1.2rem;
  }
}

.top_news ul li span.cate a {
  color: #fff;
}

/* ニュースデザイン変更 250428 */
.top_news .container {
  display: block;
}

.top_news h2 {
  border-right: none;
}

.top_news ul {
  padding-left: unset;
  width: 86%;
  max-width: 1400px;
}

.top_news li {
  width: 30%;
}

.top_news img {
  aspect-ratio: 16 / 10;
  height: auto;
  padding: 0px;
  margin: 0 auto 10px;
  object-fit: cover;
}

.top_news ul li span.date {
  margin: 0 auto;
  display: block;
}

.top_news p {
  line-height: 1.2;
  margin-top: 1rem;
  padding: 0 10px;
}

.top_news.slick-initialized .slick-slide {
  width: 450px;
}

@media screen and (max-width: 896px) {
  .top_news img {
    padding: 5px;
  }
}

/* ニュースデザイン変更 250428 END */
/*下層　ニュース一覧（パンくずから飛んだ時用）*/
ul.media_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 80px;
}

ul.media_list li {
  width: 25%;
  margin-top: 0px;
}

ul.media_list li.txt {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 0 20px;
  margin: 0;
}

ul.media_list li.txt p {
  text-align: left;
}

ul.media_list .image {
  width: 170px;
  height: 218px;
  margin: 0 auto;
}

ul.media_list .image img {
  width: 100%;
  height: auto;
}

ul.media_list p {
  text-align: center;
  margin: 10px 0;
}

/* フッターモーダル */
.movie-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.movie-modal-content {
  position: relative;
  margin: 25% auto;
  padding: 0;
  width: 80%;
  max-width: 720px;
}

.movie-modal-content iframe {
  width: 100%;
  height: 500px;
}

.movie-close {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

/* Instagram 動画*/
.instagrampc_top .inr {
  text-align: center;
  margin: 1%;
  padding: 0 !important;
  display: flex;
  justify-content: center;
}

.instagrampc_top h2.mincho.color,
.instagram_top h2.mincho.color {
  margin: 45px 0 15px;
}

.instagrampc_top .logo,
.instagram_top .logo {
  width: 40px;
  margin: 0 auto 15px;
}

.instagrampc_top iframe {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .instagrampc_top {
    display: none;
  }

  .instagram_top .logo {
    margin: 0px auto 5%;
  }
}

/* Instagram 動画のスライダーSP用*/
@media screen and (min-width: 897px) {
  .vimeo-swiper {
    display: none;
  }
}

.vimeo-swiper {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}

.vimeo-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vimeo-swiper iframe {
  border-radius: 12px;
  /* 角丸デザイン */
}

.swiper-button-prev,
.swiper-button-next {
  color: #333;
  /* 矢印の色 */
  width: 40px;
  height: 40px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 24px;
  /* 矢印アイコンの大きさ */
}

/* Instagram 動画のスライダーSP用　END*/
@media screen and (max-width: 898px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

/* インスタグラム */
.top_instagram {
  padding: 15px 0 40px;
  background-color: #f4f4f4;
}

.top_instagram h2.top {
  margin-bottom: 50px;
}

.top_instagram .fa-2x {
  font-size: 1.5em;
}

.top_instagram .logo {
  width: 40px;
  margin: 0 auto 15px;
}

@media screen and (max-width: 896px) {
  .top_instagram {
    padding: 0px 0 40px;
  }

  .top_instagram .inr {
    padding: 15px 0;
  }

  .top_instagram h2.color {
    margin: 20px 0 10px;
  }

  .top_instagram .logo {
    margin: 6% auto 8%;
  }
}

.top_instagram iframe {
  pointer-events: none;
}

.top_instagram_img img {
  width: 100%;
  object-fit: cover;
  height: auto;
  margin: 0 auto;
}

.top_instagram .link a {
  color: #222;
  border: #222 1px solid;
}

.instagram-box h2 {
  margin-top: 6%;
}

.top_insta_ul {
  /* display: flex; */
  flex-direction: reverse;
}

.instagram-box h2 {
  margin-top: 25%;
}

.instagram-box p {
  padding: 4%;
}

.top_insta_ul .slick-prev:before,
.top_insta_ul .slick-next:before {
  display: block;
  color: pink;
}

.top_insta_ul .slick-prev,
.top_insta_ul .slick-next {
  top: 40%;
}

.top_insta_ul .slick-prev {
  left: 10px !important;
}

.top_insta_ul .slick-next {
  right: 10px !important;
}

.top_instagram .slick-slide h3 {
  padding: 7% 1%;
}

.top_instagram .spot a {
  display: flex;
}

.top_instagram .spot p {
  padding: unset;
  margin-left: 0.5rem;
  font-weight: bold;
}

.instagram_slides {
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 10px;
  width: 100%;
}

.top_instagram_li .txt {
  display: block;
  margin: 0px 10px 0 0;
}

.top_instagram_li .txt .date,
.top_instagram_li .txt .caption {
  width: auto;
}

.top_instagram li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  padding: 0 5% 1.5%;
}

.instagram_archive p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-left: 1%;
  margin-bottom: 2%;
}

.top_instagram_li {
  width: 100%;
  background: white;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .top_instagram_li {
    width: 100%;
    background: white;
    margin: 0 auto;
  }
}

.top_instagram_cap {
  padding: 0.5rem;
}

.instagram_contents p {
  white-space: pre-wrap;
}

.instagram_contents h2 {
  text-align: left;
  padding: 0 0 1% 1% !important;
  margin-top: 2%;
}

.instagram_archive li {
  text-align: left;
  background: #f8f8f8;
}

.instagram_archive h3 {
  text-align: left;
  margin: 2% 0 6% 1%;
  width: 99%;
  font-size: 14px;
}

/* ポップアップ*/
.instagram_main_contents .content_width {
  background: #fff;
}

.instagram_contents {
  display: flex;
}

.instagram_contents .content {
  padding-left: 2%;
  width: 95%;
}

.top_instagram .slick-initialized .slick-slide {
  margin: 1rem;
}

.instagram_main_contents .content_width {
  margin-top: 30px;
}

@media screen and (max-width: 896px) {
  .instagram_contents {
    display: block;
  }

  .top_instagram ul.sp_instagram_ul {
    display: grid !important;
    width: 100%;
    grid-template-columns: repeat(auto-fit, calc(50% - 10px));
    gap: 20px;
    padding: 10px;
  }

  .top_instagram .slick-initialized .slick-slide {
    margin: 0 0.5rem;
  }
}

/* ------------------------------
 single
------------------------------ */
/* instagram_archive ------------------ */
ul.instagram_archive_ul {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
}

ul.instagram_archive_ul li {
  width: 31%;
  margin: 30px 1%;
  background-color: #dde3eb;
}

ul.instagram_archive_ul li .list_instagram_img {
  display: inline-block;
  position: relative;
  width: 100%;
}

ul.instagram_archive_ul li .list_instagram_img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

ul.instagram_archive_ul li .list_instagram_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 0 0;
}

ul.instagram_archive_ul li .list_instagram_note {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

ul.instagram_archive_ul li .list_instagram_note h3.food_content__ttl a {
  word-break: break-all;
  line-height: 1.7;
}

/* instagram_main_contents */
.instagram_main_contents {
  width: 100%;
}

.instagram_main_contents h1.insta_title {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  word-break: break-all;
  line-height: 1.7;
}

.instagram_contents {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.instagram_contents .instagram_img_box {
  width: 60%;
}

.instagram_contents .instagram_img_box .instagram_img {
  width: 100%;
}

.instagram_contents .instagram_img_box .instagram_img img {
  display: initial;
  width: 100%;
  height: auto;
}

.instagram_contents .instagram_note {
  width: 37%;
  margin-left: 3%;
}

@media screen and (min-width: 897px) {
  .lity-container .instagram_img_box iframe.reel {
    height: 83% !important;
  }
}

@media screen and (max-width: 896px) {
  ul.instagram_archive_ul li {
    width: 48%;
    margin: 15px 1%;
  }

  .instagram_main_contents {
    margin: 0;
  }

  .instagram_contents .instagram_img_box {
    width: 100%;
  }

  .instagram_contents .instagram_note {
    width: 100%;
    margin-left: 0%;
    margin-top: 30px;
  }
}

/* ------------------------------
 single end
------------------------------ */
/* インスタグラム  END */
/* ▼ スマホで2列グリッド化（slick 専用） */
/* --- インスタ一覧 全体 --- */
/* Slick のカードを2列で綺麗に並べる */
.top_insta_ul li {
  width: calc(50% - 20px);
  margin: 0 10px;
}

@media screen and (max-width: 896px) {
  .top_insta_ul li {
    width: calc(48% - 10px);
    margin: 0 5px 20px;
  }
}

/* 動画の外枠（縦長固定） */
.top_instagram_li .top_instagram_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Vimeo iframe をフィットさせる */
.top_instagram_li .top_instagram_img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PC もスマホも2列維持 */
.top_insta_ul.slick-slider .slick-slide {
  margin: 0 10px;
}

/* 矢印の調整 */
.slick-prev:before,
.slick-next:before {
  color: #000 !important;
  /* ← 見える色にする */
  opacity: 1 !important;
  font-size: 28px;
}

/* 位置調整 */
.slick-prev {
  left: -25px !important;
  z-index: 100;
}

.slick-next {
  right: -25px !important;
  z-index: 100;
}

.slick-arrow {
  display: block !important;
  z-index: 5 !important;
}

.slick-prev:before,
.slick-next:before {
  color: #fff !important;
  font-size: 28px;
}

.top_instagram {
  position: relative;
}

/*ピックアップ記事の中の表*/
.design12 {
  width: 35%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  background: #cdf4f0;
}
@media screen and (max-width: 896px) {
  .design12 {
    width: 90%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    background: #cdf4f0;
  }
}
.design12 tr:nth-child(2n + 1) {
  background: #e9faf9;
}
.design12 th {
  padding: 10px;
  border: solid 1px #ffffff;
  background: oklab(26.764% -0.02269 -0.07396);
  color: #ffffff;
}
.design12 td {
  padding: 10px;
  border: solid 1px #ffffff;
}
/*ピックアップ記事の中の表END*/
p.pickup_center {
  text-align: center;
}
/* =========================
   pickup　愛犬との滞在体験
========================= */
.dv-flow {
  padding: 0px 20px;
  position: relative;
}
.dv-flow__title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 100px;
  letter-spacing: 3px;
}
.dv-flow__line {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 2px;
  height: 0;
  background: #ccc;
  transform: translateX(-50%);
  z-index: 0;
}
.dv-flow__block {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.dv-flow__block--reverse {
  flex-direction: row-reverse;
}
.dv-flow__block::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 40px;
  width: 12px;
  height: 12px;
  background: #587979;
  border-radius: 50%;
  transform: translateX(-50%);
}
.dv-flow__text {
  width: 45%;
}
.dv-flow__time {
  display: inline-block;
  font-size: 18px;
  color: #888;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.dv-flow__time::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #587979;
  margin-right: 10px;
  vertical-align: super;
}
.dv-flow__text h2 {
  font-size: 24px;
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-align: left;
  font-weight: 500;
  font-family: sans-serif;
}
.dv-flow__text p {
  line-height: 2;
}
.dv-flow__images {
  width: 40%;
  position: relative;
  min-height: 360px;
}
.dv-flow__images img {
  position: absolute;
  width: 58%;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}
.dv-fade-up {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition:
    opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.dv-fade-up.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
/* 1枚 */
.dv-flow__images img:only-child {
  position: static;
  width: 100%;
  height: 320px;
}
/* 2枚 */
.dv-flow__images img:nth-child(1):nth-last-child(2) {
  top: 0;
  left: 0;
  transition-delay: 0.1s;
}
.dv-flow__images img:nth-child(2):nth-last-child(1) {
  bottom: 0;
  right: 0;
  transition-delay: 0.25s;
}
/* 3枚 */
.dv-flow__images img:nth-child(1):nth-last-child(3) {
  width: 55%;
  top: 0;
  left: 0;
  z-index: 2;
  transition-delay: 0.1s;
}
.dv-flow__images img:nth-child(2):nth-last-child(2) {
  width: 40%;
  top: 20%;
  right: 0;
  transition-delay: 0.25s;
}
.dv-flow__images img:nth-child(3):nth-last-child(1) {
  width: 45%;
  bottom: 0;
  left: 20%;
  transition-delay: 0.4s;
}
.dv-flow__day {
  text-align: center;
  margin: 140px 0 100px;
  position: relative;
  color: #fff;
}
.dv-flow__day::before {
  content: "DAY 2";
  font-family: sans-serif;
  display: inline-block;
  padding: 6px 16px;
  background: #587979;
  border-radius: 20px;
  font-size: 18px;
  letter-spacing: 2px;
}
.dv-flow__day + .dv-flow__block {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .dv-flow__block {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .dv-flow {
    padding: 0px 15px;
  }
  .dv-flow__line {
    left: 21px;
  }
  .dv-flow__block {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;
    margin-bottom: 80px;
  }
  .dv-flow__block--reverse {
    flex-direction: column;
  }
  .dv-flow__block::before {
    left: -24px;
    transform: translateX(-50%);
    top: 12px;
  }
  .dv-flow__day {
    margin: 40px 0;
  }
  .dv-flow__text, .dv-flow__images {
    width: 100%;
  }
  .dv-flow__images {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    min-height: auto;
    margin-top: 15px;
  }
  .dv-flow__images img {
    position: static;
    width: 100%;
    height: 160px;
  }
  .dv-flow__images img:only-child {
    grid-column: 1 / -1;
    height: 200px;
  }
  .dv-flow__images img:nth-child(3) {
    grid-column: 1 / -1;
  }
  .dv-flow__images img:nth-child(1):nth-last-child(3) {
    width: 100%;
    height: auto;
  }
  .dv-flow__images img:nth-child(2):nth-last-child(2) {
    width: 100%;
    height: auto;
  }
  .dv-flow__images img:nth-child(3):nth-last-child(1) {
    width: 100%;
    height: 180px;
  }
}
@media (max-width: 480px) {
  .dv-flow__title {
    font-size: 28px;
  }
  .dv-flow__text h2 {
    font-size: 20px;
  }
}
.video-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.video-inner {
  position: relative;
  padding-top: 56.25%; 
}

.video-inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .video-inner {
    padding-top: 100%; 
  }
}

/* いぬやどマガジン */
.inuyado_magazine_container {
  width: 100%;
  margin: auto;
  padding: 30px;
  background: #f7f4ef;
}

.inuyado_magazine_bnr {
  text-align: center;
  margin: 20px auto;
  max-width: 600px;
}

.inuyado_magazine_bnr a {
  display: inline-block;
}

.inuyado_magazine_bnr img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 897px) {
  .inuyado_magazine_container {
  padding: 20px 10px;
  }
}
/* END いぬやどマガジン */