@charset "UTF-8";

/* ::::::::::  ドッグフレンドリー  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
  color: #4d4d4d;
}

@media (max-width: 1024px) {
  body {
    padding-bottom: 50px;
  }
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.anchorList a {
  padding: 0 2px;
}

.book.is_show {
  z-index: 5;
}

/* =========================================================
見出し
========================================================= */
.secTitle01 {
  color: #1e4575;
}

/* =========================================================
ご予約はこちらボタン
========================================================= */
.searchBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.searchBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(163, 133, 75, 0.1);
  color: #4d4d4d;
  min-width: 380px;
  background: none;
  margin: 0 auto;
  border-radius: 4px;
}

.searchBtn a img {
  width: 23px;
  margin-right: 5%;
}

@media (max-width: 1024px) {
  .searchBtn a {
    width: 100%;
    min-width: 100%;
  }
}

.searchBtn a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(to right, #4c64d3 0%, #cf2e92 30%, #f26939 70%, #ffdd83 100%);
  content: "";
  z-index: 1;
}

.searchBtn a::after {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: inherit;
  background: #fff;
  content: "";
  z-index: 2;
}

.searchBtn span {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchBtn.center {
  text-align: center;
  margin: 30px 0;
}

.searchBtn a svg.icon_external {
  fill: #a9884a;
  width: 15px;
  height: 13px;
  margin-left: 5px;
}

.searchBtn a:hover {
  background: #fff;
  color: #4d4d4d;
}

.btn.pink {
  margin: 0;
}

.btn.pink a {
  border: 1px solid #c19da3;
  min-width: 0;
  width: 100%;
}

.btn.pink a svg {
  fill: #f47365;
}

.btn.pink a:hover {
  background: #f47365;
}

.btn.pink a:hover svg {
  fill: #fff;
}

.globalHeader {
  z-index: 4;
}

.pagetop {
  z-index: 4;
}

/* =========================================================
KV
========================================================= */
.kv {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(../img/dog_friendly/kv01.jpg) no-repeat center/cover;
  height: 560px;
}

@media (max-width: 1024px) {
  .kv {
    overflow: visible;
    background: url(../img/dog_friendly/kv01_sp.jpg) no-repeat center/cover;
    height: 420px;
    z-index: 1;
  }
}

.kv h1 {
  padding-top: 20px;
  padding-left: 40px;
  transition: all 0.5s;
}

@media (max-width: 1024px) {
  .kv h1 {
    padding-left: 15px;
  }
}

.kv h1 a {
  display: block;
}

.kv h1 svg {
  fill: #fff;
  width: 235px;
  height: 40px;
}

@media (max-width: 1024px) {
  .kv h1 svg {
    width: 120px;
    height: 21px;
    vertical-align: middle;
    margin-top: -2px;
  }
}

.kv .text_area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
  padding: 10px 0 40px;
  margin-top: 50px;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0 0 14px #000, 0 0 14px #000;
}

@media (max-width: 1024px) {
  .kv .text_area {
    margin-top: 40px;
  }
}

.kv .text_area .logo {
  margin: 30px 0;
}

@media (max-width: 1024px) {
  .kv .text_area .logo {
    margin: 20px 0;
  }
}

.kv .text_area img.sp {
  margin: 0 auto;
}

.kv .text_area h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

@media (max-width: 1024px) {
  .kv .text_area h2 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .kv .text_area .searchBtn {
    width: 90%;
    margin: 5px auto 0;
  }
}

.kv .btn {
  text-shadow: none;
  margin-top: 30px;
}

/* =========================================================
navArea
========================================================= */
.anchorListWrap {
  background: #ffc4b2 !important;
}

.anchorListWrap .anchorList li a {
  color: #1e4575 !important;
}

.anchorListWrap .anchorList li::after {
  border-right: 1px solid #1e4575 !important;
}

.anchorListWrap .anchorList li::before {
  content: none !important;
}

@media (max-width: 767px) {
  .anchorListWrap .anchorList li::before {
    content: "" !important;
    border-left: 1px solid #1e4575 !important;
  }
}

.anchorListWrap .anchorList li:first-of-type::before {
  content: "" !important;
  border-left: 1px solid #1e4575 !important;
}

/* .globalHeader h1 svg {
  fill: #ffffff;
} */
/* .globalHeader.is_animation {
  background: #121b27;
} */
.Btn_wrap {
  margin-left: 5px;
}

@media (max-width: 1024px) {
  .Btn_wrap {
    margin-left: auto;
  }
}

/* =========================================================
リード
========================================================= */
.leadArea .wrapper {
  position: relative;
  padding: 70px 0;
}

@media (max-width: 1024px) {
  .leadArea .wrapper {
    padding: 90px 15px 40px;
  }
}

.leadArea .wrapper img.dog_l {
  position: absolute;
  top: 60px;
  left: 25px;
  z-index: -1;
  width: 208px;
}

@media (max-width: 1024px) {
  .leadArea .wrapper img.dog_l {
    bottom: auto;
    top: 1%;
    left: 10%;
    width: 70px;
  }
}

.leadArea .wrapper img.dog_r {
  position: absolute;
  top: 60px;
  right: 10px;
  z-index: -1;
  width: 160px;
}

@media (max-width: 1024px) {
  .leadArea .wrapper img.dog_r {
    right: 0;
    top: 320px;
    width: 50px;
  }
}

.leadArea .hrStyle {
  position: absolute;
  bottom: 75px;
  right: 0;
  padding-left: 35px;
}

@media (max-width: 1024px) {
  .leadArea .hrStyle {
    position: relative;
    bottom: auto;
    right: auto;
    padding: 30px 0 0 15px;
  }
}

.leadArea .leadText {
  color: #1e4575;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  font-size: 1.6rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media (max-width: 1024px) {
  .leadArea .leadText {
    max-width: 80%;
    margin: 0 auto;
    font-size: 1.3rem;
  }
}

.pointList {
  display: flex;
  justify-content: center;
  margin: 100px 0;
}

@media (max-width: 1024px) {
  .pointList {
    display: block;
    margin: 100px 0 60px;
  }
}

.pointList li {
  width: 280px;
  margin-right: 25px;
}

@media (max-width: 1024px) {
  .pointList li {
    width: 100%;
    margin: 80px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.pointList li:last-child {
  margin-right: 0;
}

.pointList li p.img {
  position: relative;
  margin: 0 0 20px;
}

.pointList li p.img .number {
  position: absolute;
  left: 0;
  top: -50px;
  right: 0;
  margin: auto;
  background: url(../img/dog_friendly/icon_ashiato.svg) no-repeat 50% 50%;
  background-size: 81px 76px;
  width: 81px;
  height: 76px;
  padding-top: 47px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  text-align: center;
}

.pointList li p.title {
  font-size: 18px;
  color: #1e4575;
  margin: 0 0 20px;
  text-align: center;
  font-weight: bold;
}

.pointList li p.text .red {
  color: #f47365;
  font-weight: bold;
}

.leadSnsBlock {
  border: solid 2px #f9da7f;
  /* 内側の線になる一本線の枠線をひく*/
  outline: solid 2px #f9da7f;
  /* 外側の線になる一本線の枠線をひく*/
  outline-offset: 4px;
  /* 外側の線と内側の線の空き具合を調整*/
  margin: 4px;
  /* 外側の線を広げた分、要素の大きさを調整する*/
  padding: 60px 20px 40px 20px;
  position: relative;
  background: #fefbf2;
  width: 90%;
  margin: 0 auto 100px;
}

@media (max-width: 1024px) {
  .leadSnsBlock {
    display: block;
    margin: 30px auto 60px;
    padding: 40px 20px 20px;
  }
}

.leadSnsBlock::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -60px;
  width: 120px;
  height: 131px;
  background: url(../img/dog_friendly/icon_tanpopo.svg) no-repeat 50% 50%;
  background-size: 120px 131px;
}

@media (max-width: 1024px) {
  .leadSnsBlock::before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 60px;
    height: 65px;
    background: url(../img/dog_friendly/icon_tanpopo.svg) no-repeat 50% 50%;
    background-size: 60px 65px;
  }
}

.leadSnsBlock::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -60px;
  width: 179px;
  height: 149px;
  background: url(../img/dog_friendly/icon_sousyoku01.svg) no-repeat 50% 50%;
  background-size: 179px 149px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .leadSnsBlock::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -30px;
    width: 80px;
    height: 75px;
    background: url(../img/dog_friendly/icon_sousyoku01.svg) no-repeat 50% 50%;
    background-size: 80px 75px;
  }
}

.leadSnsBlock .fixBlock {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .leadSnsBlock .fixBlock {
    display: block;
  }
}

.leadSnsBlock .left {
  width: 48%;
  display: flex;
  justify-content: flex-start;
  margin-right: 50px;
}

@media (max-width: 1024px) {
  .leadSnsBlock .left {
    width: 100%;
    margin: 0;
  }
}

.leadSnsBlock .right {
  width: 52%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .leadSnsBlock .right {
    width: 100%;
    display: block;
  }
}

.leadSnsBlock .title {
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  width: 460px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  background: linear-gradient(to right, #4c64d3 0%, #cf2e92 30%, #f26939 70%, #ffdd83 100%);
  margin: auto;
  border-radius: 30px;
  text-align: center;
}

@media (max-width: 1024px) {
  .leadSnsBlock .title {
    margin: 0 auto 30px;
    width: 95%;
    border-radius: 60px;
    top: -40px;
    font-size: 14px;
  }
}

.leadSnsBlock .text01 {
  font-size: 16px;
  font-weight: bold;
  color: #1e4575;
  margin: auto 0;
}

@media (max-width: 1024px) {
  .leadSnsBlock .text01 {
    margin: 0 0 30px;
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
}

.leadSnsBlock .leadSnsTitle {
  font-weight: bold;
  color: #1e4575;
  text-align: center;
  margin: 0 0 10px;
}

.leadSnsBlock .hotel {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ddd;
}

@media (max-width: 1024px) {
  .leadSnsBlock .hotel {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}

.leadSnsList {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .leadSnsList {
    display: block;
  }
}

.leadSnsList li+li {
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .leadSnsList li+li {
    margin: 10px 0 0;
  }
}

.leadSnsList li a:hover {
  opacity: 1;
  color: #1e4575;
}

.leadSnsList li svg {
  fill: #fff;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  transition: all 0.4s;
}

.leadSnsList li a {
  color: #1e4575;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 54px;
  border: 1px solid #1e4575;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.2;
  padding: 0 10px;
}

.leadSnsList li a img {
  width: 23px;
  height: 23px;
}

@media (max-width: 1024px) {
  .leadSnsList li a {
    margin: auto;
    width: 100%;
  }
}

.leadSnsList li.insta {
  color: #f47365;
}

.leadSnsList li.insta .searchBtn {
  margin: 0;
}

.leadSnsList li.insta .searchBtn span {
  justify-content: center;
  padding: 0 10px;
}

.leadSnsList li.insta .searchBtn span img {
  margin-right: 16px;
  margin-left: initial;
}

.leadSnsList li.insta .searchBtn a {
  border: 1px solid #fefbf2;
  padding: 0;
}

.leadSnsList li.insta .searchBtn a::after {
  background: #fefbf2;
}

.leadSnsList li.insta a {
  color: #f47365;
  width: 240px;
  min-width: initial;
}

@media (max-width: 1024px) {
  .leadSnsList li.insta a {
    width: 100%;
  }
}

.leadSnsList li a p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 16px;
  transition: all 0.5s;
  text-align: center;
}

@media (max-width: 1024px) {
  .leadSnsList li a p {
    font-size: 1.2rem;
  }
}

.leadSnsList li.line {
  margin-left: 0px;
  margin-top: 20px;
}

.leadSnsList li.line a {
  border: 1px solid #04c053;
}

.leadSnsList li.line a p {
  color: #04c053;
}

@media (max-width: 1024px) {
  .leadSnsList li.line {
    margin-top: 10px;
  }
}

.tiktok {
  margin-top: 25px;
}

.tiktok .inner {
  background: #000;
  margin-bottom: 1rem;
  font-weight: bold;
  padding: 19px 0;
}

@media screen and (max-width: 1024px) {
  .tiktok .inner {
    padding: 15px;
  }
}

.tiktok .inner a {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .tiktok .inner a {
    flex-direction: column;
  }
}

.tiktok .inner a p {
  font-size: 1.7rem;
  color: #fff;
  margin-top: 7px;
}

@media screen and (max-width: 1024px) {
  .tiktok .inner a p {
    font-size: 1.3rem;
    margin-top: 7.5px;
  }
}

.tiktok .inner a p.white {
  color: #000;
  background: #fff;
  line-height: 38px;
  border-radius: 19px;
  padding: 0 25px;
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .tiktok .inner a p.white {
    line-height: 1.5;
    border-radius: 42.25px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 13px;
  }
}

.tiktok .inner a .logoBox {
  display: flex;
  align-items: center;
}

.tiktok .inner a .logoBox .logo {
  width: 137px;
  margin-left: 23px;
  margin-right: 7px;
}

@media screen and (max-width: 1024px) {
  .tiktok .inner a .logoBox .logo {
    width: 103px;
    margin-left: 0;
  }
}

.tiktok .inner a .arrow {
  width: 22px;
  height: 22px;
  margin-left: 5px;
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .tiktok .inner a .arrow {
    width: 16px;
    height: 16px;
    margin-left: 0;
    margin-top: 8px;
  }
}

/* =========================================================
crowdfunding-area
========================================================= */
.crowdfunding-area-inner {
  border: solid 2px #f9da7f;
  outline: solid 2px #f9da7f;
  outline-offset: 4px;
  margin: 0 auto;
  padding: 30px 40px;
  position: relative;
  background: #fffbf0;
}

.crowdfunding-area-inner p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  color: #00437b;
}

.crowdfunding-area-inner ul {
  display: flex;
  flex-wrap: wrap;
}

.crowdfunding-area-inner li {
  width: 25%;
  margin-bottom: 4px;
  color: #432d33;
}

@media (max-width: 1024px) {
  .crowdfunding-area .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .crowdfunding-area-inner {
    width: 100%;
    margin-bottom: 30px;
  }

  .crowdfunding-area-inner li {
    width: 100%;
  }

  .crowdfunding-area-inner p {
    font-size: 1.4rem;
  }
}

/* =========================================================
movieArea
========================================================= */
.movieArea {
  position: relative;
  height: 700px;
}

@media (max-width: 1024px) {
  .movieArea {
    width: 100%;
    height: 470px;
    margin-bottom: 57px;
  }
}

.movieArea .secTitle01 {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

@media (max-width: 1024px) {
  .movieArea .secTitle01 {
    top: 50px;
    width: 100%;
    text-align: center;
  }
}

.movieArea .btn.movie {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 257px;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .movieArea .btn.movie {
    border: none;
    border-radius: inherit;
    background: #1e4575;
    width: 100%;
    bottom: -57px;
  }
}

.movieArea .btn.movie img.icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.movieArea .conceptVideo {
  width: 100%;
  height: 700px;
  background: #404040;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

@media (max-width: 1024px) {
  .movieArea .conceptVideo {
    width: 100%;
    height: 470px;
  }
}

.movieArea .conceptVideo video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.movieArea .md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  opacity: 0.9;
  z-index: 9999;
}

.movieArea .md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1100px;
  height: auto;
  overflow: hidden;
  z-index: 10000;
}

@media screen and (max-width: 1024px) {
  .movieArea .md-contents {
    width: 90%;
  }
}

.movieArea .md-xmark {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}

.movieArea .md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.movieArea .md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}

.movieArea .md-xmark span:nth-of-type(2) {
  bottom: -1px;
  transform: translateY(-10px) rotate(45deg);
}

/* =========================================================
newsArea
========================================================= */
.newsArea {
  background: rgba(163, 133, 75, 0.1);
}

.news-area ul {
  font-feature-settings: "palt";
  margin-bottom: 30px;
}

.news-area li {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
}

.news-area li .img-block {
  width: 100px;
  height: 53px;
}

.news-area li .textBox {
  display: flex;
  align-items: center;
  width: 100%;
}

.news-area li .textBox img {
  width: 22px;
  height: 22px;
  margin: 0 10px 0 20px;
}

.news-area li .news-title {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  margin: 0 20px;
}

.news-area li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.news-area li a svg {
  fill: #a9884a;
}

@media (max-width: 1024px) {
  .news-area ul {
    margin-bottom: 0;
  }

  .news-area li {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 32px;
    max-width: 500px;
  }

  .news-area li a {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-area li .img-block {
    width: 100%;
    height: 170px;
    margin-bottom: 15px;
  }

  .news-area li .textBox {
    align-items: center;
  }

  .news-area li .news-title {
    font-size: 12.5px;
    margin: 0 10px 0 0;
  }

  .news-area li svg.arrow {
    width: 17px;
    height: 17px;
    margin: 3px 5px 0 0;
  }
}

/* =========================================================
roomList
========================================================= */
.roomArea h3 {
  color: #4d4d4d;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  font-size: 1.9rem;
  position: relative;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media (max-width: 1024px) {
  .roomArea h3 {
    margin: 0 auto 20px;
    font-size: 1.5rem;
  }
}

.roomArea h3 img.nikukyu {
  position: absolute;
  top: -10px;
  left: 170px;
}

@media (max-width: 1024px) {
  .roomArea h3 img.nikukyu {
    top: 40px;
    left: -40px;
    width: 25px;
  }
}

.roomArea h3 img.nikukyu_r {
  position: absolute;
  top: -10px;
  right: 170px;
}

@media (max-width: 1024px) {
  .roomArea h3 img.nikukyu_r {
    top: 40px;
    right: -40px;
    width: 25px;
  }
}

.roomArea h3+p {
  text-align: center;
  margin: 10px 0 30px;
}

.roomArea h4 {
  color: #1e4575;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  font-size: 2.4rem;
  position: relative;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media (max-width: 1024px) {
  .roomArea h4 {
    font-size: 20px;
  }
}

.roomArea h4+p {
  text-align: center;
  margin: 10px 0 30px;
}

@media (max-width: 1024px) {
  .roomArea h4+p {
    text-align: left;
  }
}

.roomArea p.sub {
  background: #ff695c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  padding: 9.5px 0;
}

@media (max-width: 1024px) {
  .roomArea p.sub {
    font-size: 15px;
    margin-bottom: 25px;
  }
}

.roomArea p.text {
  text-align: left;
  margin: 10px 0 20px;
}

.roomList {
  display: flex;
  justify-content: center;
  margin: 50px 0;
  font-feature-settings: "palt";
}

@media (max-width: 1024px) {
  .roomList {
    display: block;
  }
}

.roomList li {
  width: calc(28% - 15px);
}

.roomList li:last-of-type {
  margin-left: 40px;
}

@media (max-width: 1024px) {
  .roomList li {
    width: 100%;
  }

  .roomList li+li {
    margin-top: 30px;
  }

  .roomList li:last-of-type {
    margin-left: 0;
  }
}

.roomList li p.img {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.roomList li table p.img {
  padding-top: 5px;
}

.roomList li:nth-of-type(1) table p.img {
  padding-top: 18.2px;
}

.roomList li:nth-of-type(2) table p.img {
  padding-top: 30px;
}

@media (max-width: 1024px) {
  .roomList li table p.img {
    text-align: left;
  }

  .roomList li:nth-of-type(1) table p.img {
    padding-top: 5px;
  }

  .roomList li:nth-of-type(2) table p.img {
    padding-top: 5px;
  }
}

.roomList li:nth-of-type(2) tr:first-of-type td {
  padding-bottom: 150px;
}

@media (max-width: 1024px) {
  .roomList li:nth-of-type(2) tr:first-of-type td {
    padding-bottom: 12px;
  }
}

.roomList li p.img .label {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff695c;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 4px 15px;
}

/* @media (max-width: 1024px) {
  .roomList li p.img {
    margin: 0 auto 20px;
  }
} */
/* .roomList li table p.img {
  margin: 10px 0 0;
} */
.roomList li table tbody {
  display: block;
}

@media (max-width: 1024px) {
  .roomList li table tbody {
    display: table;
    width: 100%;
  }
}

.roomList li table tbody tr {
  display: block;
}

@media (max-width: 1024px) {
  .roomList li table tbody tr {
    display: inherit;
    width: 100%;
  }
}

.roomList li table tbody th {
  display: block;
  border: none;
  width: 100%;
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .roomList li table tbody th {
    display: table-cell;
    border-bottom: 1px solid #c19da3;
    width: 30%;
    padding: 12px 4px;
  }
}

.roomList li table tbody td {
  display: block;
  border-bottom: 1px solid #c19da3;
  padding-top: 0;
}

@media (max-width: 1024px) {
  .roomList li table tbody td {
    display: table-cell;
    padding: 12px 4px;
  }
}

.roomList li table tbody td span.hotel {
  color: #3e3236;
}

.roomList li table p.img img {
  display: inline-block;
  margin: 0 1px;
  vertical-align: bottom;
}

.roomList li table p.img .kugiri {
  display: inline-block;
  height: 25px;
  width: 1px;
  background: #3e3236;
  vertical-align: bottom;
  transform: rotate(30deg);
  margin: 0 8px;
}

.roomList li .textArea h4 {
  color: #fff;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 20px;
  padding: 10px 0;
  background: #f47365;
}

.roomList li:nth-child(2) .textArea h4 {
  background: #f9da7f;
  color: #1e4575;
}

.roomList li:nth-child(3) .textArea h4 {
  background: #347bc1;
}

.roomList li:nth-child(4) .textArea h4 {
  background: #62bc5b;
}

@media (max-width: 1024px) {
  .roomList li .textArea h4 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
    font-size: 1.5rem;
  }
}

.roomList li .textArea h4 .label {
  display: inline-block;
  padding: 4px 10px;
  color: #347bc1;
  background: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 3px;
  vertical-align: top;
}

@media (max-width: 1024px) {
  .roomList li .textArea h4 .label {
    font-size: 1.1rem;
  }
}

.roomArea .note {
  margin: 15px 0 30px;
}

.roomArea .note span {
  color: #f47365;
}

/* =========================================================
table
========================================================= */
table td span {
  color: #f47365;
  font-weight: bold;
}

.table01 {
  border-top: 1px solid #c19da3;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 0 !important;
}

.table01 th,
.table01 td {
  border-bottom: 1px solid #c19da3;
  padding: 24px 4px;
  text-align: left;
}

@media (max-width: 1024px) {

  .table01 th,
  .table01 td {
    padding: 12px 4px;
  }
}

.table01 th {
  vertical-align: middle;
  color: #f47365;
  font-weight: bold;
  width: 35%;
}

@media (max-width: 1024px) {
  .table01 th {
    width: 40%;
  }
}

.table01 tr:first-child th {
  border: none;
}

.table02 {
  width: 100%;
  margin-bottom: 15px;
}

.table02 th,
.table02 td {
  border: 1px solid #c19da3;
  /* padding: 5px 4px; */
  text-align: center;
  width: 25%;
  background: #fff;
  vertical-align: middle;
  line-height: 1.2;
  height: 40px;
}

@media (max-width: 1024px) {

  .table02 th,
  .table02 td {
    padding: 4px 4px;
    vertical-align: middle;
    width: 25%;
    font-size: 10px;
  }
}

.table02 th {
  vertical-align: middle;
  background-color: #f47365;
  color: #ffffff;
  font-weight: bold;
}

.table02 td.item {
  background-color: #fef1f0;
  text-align: left;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .table02 td.item {
    padding: 4px 4px;
  }
}

/* =========================================================
bgYellow
========================================================= */
.bgYellow {
  background: #f9da7f;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.bgYellow .wrapper {
  padding: 25px 0 30px;
}

@media (max-width: 1024px) {
  .bgYellow .wrapper {
    padding: 30px 15px;
  }
}

.bgYellow.wave .wrapper {
  margin-bottom: 165px;
}

@media (max-width: 1024px) {
  .bgYellow.wave .wrapper {
    margin-bottom: 120px;
  }
}

.bgYellow.wave::after {
  width: 100%;
  height: 94px;
  position: absolute;
  left: 0;
  bottom: -65px;
  background: url(../img/dog_friendly/wave_yellow.svg) repeat-x left top;
  background-size: 93px 94px;
  content: "";
}

@media (max-width: 1024px) {
  .bgYellow.wave::after {
    bottom: -90px;
    background: url(../img/dog_friendly/wave_yellow.svg) repeat-x left top;
    background-size: 50px 50px;
  }
}

.bgYellow h3 {
  color: #1e4575;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  font-size: 1.8rem;
}

@media (max-width: 1024px) {
  .bgYellow h3 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
    font-size: 1.5rem;
  }
}

/* =========================================================
bgInsta
========================================================= */
.bgInsta {
  background: linear-gradient(to right, #4c64d3 0%, #cf2e92 30%, #f26939 60%, #ffdd83 100%);
  text-align: center;
  font-weight: bold;
  position: relative;
}

.bgInsta .wrapper {
  padding: 40px 0;
}

@media (max-width: 1024px) {
  .bgInsta .wrapper {
    padding: 30px 15px;
  }
}

.bgInsta h3 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  font-size: 1.8rem;
}

@media (max-width: 1024px) {
  .bgInsta h3 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
    font-size: 1.5rem;
  }
}

/* =========================================================
usageGuideArea
========================================================= */
.usageGuideArea.bgGray {
  background-color: #f8f8ee;
}

.usageBox {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .usageBox {
    display: block;
  }
}

.usageBox .left,
.usageBox .right {
  border: solid 2px #f9da7f;
  /* 内側の線になる一本線の枠線をひく*/
  outline: solid 2px #f9da7f;
  /* 外側の線になる一本線の枠線をひく*/
  outline-offset: 4px;
  /* 外側の線と内側の線の空き具合を調整*/
  margin: 4px;
  /* 外側の線を広げた分、要素の大きさを調整する*/
  width: calc(50% - 50px);
  padding: 15px 30px 30px;
  position: relative;
  background: #fff;
}

@media (max-width: 1024px) {

  .usageBox .left,
  .usageBox .right {
    width: 100%;
  }

  .usageBox .right {
    margin-top: 30px;
  }
}

.usageBox img.nikukyu {
  position: absolute;
  top: -20px;
  left: -10px;
}

.usageBox img.dog_usage {
  position: absolute;
  bottom: -30px;
  right: -10px;
}

@media (max-width: 1024px) {
  .usageBox img.dog_usage {
    width: 70px;
    bottom: -20px;
  }
}

.usageBox .title {
  color: #1e4575;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  font-size: 1.8rem;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px dashed #f9da7f;
}

@media (max-width: 1024px) {
  .usageBox .title {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
    font-size: 1.5rem;
  }
}

.usageBox .text span {
  color: #f47365;
  font-weight: bold;
}

.usageBox .textList {
  margin: 30px 0 0;
}

.usageBox .textList li {
  margin-left: 1em;
  text-indent: -1em;
}

.usageGuideArea .note {
  background: #fff;
  margin: 60px 0 0;
  padding: 30px 40px;
}

@media (max-width: 1024px) {
  .usageGuideArea .note {
    margin: 30px 0;
    padding: 20px 20px;
  }
}

.usageGuideArea .note h4 {
  margin: 0 0 5px;
  color: #1e4575;
  font-weight: bold;
  text-transform: capitalize;
}

.usageGuideArea .note .noteList {
  font-feature-settings: "palt";
}

.usageGuideArea .note .noteList li {
  margin-left: 1em;
  text-indent: -1em;
}

.usageGuideArea .hrStyle {
  padding-top: 30px;
}

@media (max-width: 1024px) {
  .usageGuideArea .hrStyle {
    padding-top: 0;
  }
}

/* =========================================================
hotel
========================================================= */
.hotelArea.bgGray {
  background: rgba(163, 133, 75, 0.1);
}

.hotelArea h3 {
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  position: relative;
  background: #62bc5b;
  padding: 20px 30px 20px 50px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hotelArea h3 span {
  font-weight: normal;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .hotelArea h3 {
    font-size: 1.6rem;
    padding: 12px 15px 12px 30px;
    margin-bottom: 30px;
    display: block;
  }
}

.hotelArea h3::before {
  position: absolute;
  top: 25%;
  left: 20px;
  width: 7px;
  height: 50%;
  content: "";
  background: #fff;
}

@media (max-width: 1024px) {
  .hotelArea h3::before {
    width: 4px;
    left: 15px;
  }

  .hotelArea h3 span {
    display: block;
  }
}

.hotelArea #tab01 h3 {
  background: #f47365;
}

.hotelArea #tab02 h3 {
  background: #f9da7f;
  color: #1e4575;
}

.hotelArea #tab02 h3::before {
  background: #1e4575;
}

@media (max-width: 1024px) {
  .hotelArea #tab02 h3::before {
    top: 20%;
    height: 60%;
  }
}

.hotelArea #tab03 h3 {
  background: #347bc1;
}

@media (max-width: 1024px) {
  .hotelArea #tab03 h3::before {
    top: 20%;
    height: 60%;
  }
}

.hotelArea #tab03 h3 .label {
  display: inline-block;
  padding: 4px 10px;
  color: #347bc1;
  background: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 3px;
  vertical-align: top;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .hotelArea #tab03 h3 .label {
    display: block;
    width: 170px;
    text-align: center;
    padding: 2px 0 0;
    margin-top: 3px;
  }
}

.hotelArea .tabContents {
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  .hotelArea #tab03 {
    margin-bottom: 0;
  }
}

.hotelArea .hotelList {
  display: flex;
  gap: 34px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .hotelArea .hotelList {
    display: block;
  }
}

.hotelArea .hotelList li {
  margin-top: 0;
  display: block;
}

.hotelArea .hotelList li a {
  text-decoration: none;
  width: 100%;
}

.hotelArea .hotelList li .table01 tr {
  display: block;
}

@media (max-width: 767px) {
  .hotelArea .hotelList li .table01 tr:nth-of-type(2) th {
    border-top: none;
  }
}

.hotelArea .hotelList li .table01 th,
.hotelArea .hotelList li .table01 td {
  display: block;
  width: 100%;
  background: initial;
  text-align: left;
}

.hotelArea .hotelList li .table01 th {
  padding-bottom: 0;
  border-bottom: none;
  display: flex;
}

.hotelArea .hotelList li .table01 td {
  padding-top: 0;
}

.hotelArea .hotelList li .table01 td .img {
  text-align: center;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hotelArea .hotelList li:nth-of-type(2) td .img {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .hotelArea .hotelList li:nth-of-type(2) td .img {
    margin-top: 8px;
  }
}

@media (max-width: 1024px) {
  .hotelArea .hotelList li {
    width: 100%;
    margin: 0 0 30px;
  }
}

.hotelArea .hotelList li:nth-child(3n) {
  margin-right: 0;
}

.hotelArea .hotelList li .photo {
  margin: 0 0 31px;
  width: 100%;
}

@media (max-width: 1024px) {
  .hotelArea .hotelList li .photo {
    margin: 0 auto 15px;
  }
}

.hotelArea .hotelList li .title {
  font-size: 16px;
  font-weight: bold;
  color: #1e4575;
  margin: 0 0 21px;
  line-height: 1;
}

.hotelArea .hotelList li .title span {
  font-weight: bold;
}

.hotelArea .hotelList li .text {
  color: #4d4d4d;
  margin: 0 0 28px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}

.hotelArea .hotelList li .btn {
  margin-top: 0;
}

.hotelArea .hotelNote {
  padding: 30px;
  border: 1px solid #c19da3;
}

@media (max-width: 1024px) {
  .hotelArea .hotelNote {
    padding: 20px;
  }
}

.hotelArea .hotelNote .title {
  font-weight: bold;
  color: #1e4575;
  margin: 0 0 10px;
}

.hotelArea .tabArea .tabList li {
  width: 300px;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}

@media (max-width: 1024px) {
  .hotelArea .tabArea .tabList li {
    width: 32%;
  }
}

.hotelArea .tabArea .tabList li a {
  line-height: 1.6;
  padding: 20px 0;
  background: #f9da7f;
  color: #1e4575;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .hotelArea .tabArea .tabList li a {
    padding: 15px 0;
  }
}

.hotelArea .tabArea .tabList li.line01 a {
  padding: 34px 0;
}

@media (max-width: 1024px) {
  .hotelArea .tabArea .tabList li.line01 a {
    padding: 26px 0;
  }
}

.hotelArea .tabArea .tabList li.active a {
  background: #fff;
}

.hotelArea .tabArea .tabList li.active a {
  background: #fff;
}

/* =========================================================
多言語
========================================================= */
body.lang_en .leadSnsBlock .title {
  width: 700px;
}

@media (max-width: 1024px) {
  body.lang_en .leadSnsBlock .title {
    width: 95%;
  }
}

@media (max-width: 767px) {

  body.lang_en .kv,
  body.lang_fr .kv,
  body.lang_de .kv,
  body.lang_es .kv,
  body.lang_th .kv,
  body.lang_vi .kv,
  body.lang_it .kv,
  body.lang_ms .kv,
  body.lang_id .kv,
  body.lang_ar .kv,
  body.lang_ru .kv {
    height: 480px;
  }
}

@media (max-width: 767px) {

  body.lang_en .kv .text_area h2,
  body.lang_fr .kv .text_area h2,
  body.lang_de .kv .text_area h2,
  body.lang_es .kv .text_area h2,
  body.lang_th .kv .text_area h2,
  body.lang_vi .kv .text_area h2,
  body.lang_it .kv .text_area h2,
  body.lang_ms .kv .text_area h2,
  body.lang_id .kv .text_area h2,
  body.lang_ar .kv .text_area h2,
  body.lang_ru .kv .text_area h2 {
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {

  body.lang_en .leadSnsBlock,
  body.lang_fr .leadSnsBlock,
  body.lang_de .leadSnsBlock,
  body.lang_es .leadSnsBlock,
  body.lang_th .leadSnsBlock,
  body.lang_vi .leadSnsBlock,
  body.lang_it .leadSnsBlock,
  body.lang_ms .leadSnsBlock,
  body.lang_id .leadSnsBlock,
  body.lang_ar .leadSnsBlock,
  body.lang_ru .leadSnsBlock {
    padding-top: 70px;
  }
}

@media (max-width: 375px) {
  body.lang_it .leadSnsBlock {
    padding-top: 90px;
  }
}

body.lang_fr .movieArea .secTitle01 .en,
body.lang_de .movieArea .secTitle01 .en,
body.lang_es .movieArea .secTitle01 .en,
body.lang_th .movieArea .secTitle01 .en,
body.lang_vi .movieArea .secTitle01 .en,
body.lang_it .movieArea .secTitle01 .en,
body.lang_ms .movieArea .secTitle01 .en,
body.lang_id .movieArea .secTitle01 .en,
body.lang_ar .movieArea .secTitle01 .en,
body.lang_ru .movieArea .secTitle01 .en {
  display: block !important;
}

body.lang_fr .leadSnsBlock .title,
body.lang_de .leadSnsBlock .title,
body.lang_es .leadSnsBlock .title,
body.lang_th .leadSnsBlock .title,
body.lang_vi .leadSnsBlock .title,
body.lang_it .leadSnsBlock .title,
body.lang_ms .leadSnsBlock .title,
body.lang_id .leadSnsBlock .title,
body.lang_ar .leadSnsBlock .title,
body.lang_ru .leadSnsBlock .title {
  width: 80%;
}

@media (max-width: 1024px) {

  body.lang_fr .leadSnsBlock .title,
  body.lang_de .leadSnsBlock .title,
  body.lang_es .leadSnsBlock .title,
  body.lang_th .leadSnsBlock .title,
  body.lang_vi .leadSnsBlock .title,
  body.lang_it .leadSnsBlock .title,
  body.lang_ms .leadSnsBlock .title,
  body.lang_id .leadSnsBlock .title,
  body.lang_ar .leadSnsBlock .title,
  body.lang_ru .leadSnsBlock .title {
    width: 95%;
  }
}

/*# sourceMappingURL=dog_friendly.css.map */