/* 下層ページ */
/* mv */
.mv {
  width: 100%;
  overflow: hidden;
  max-height: 550px;
  aspect-ratio: 16 / 7;
  position: relative;
}
.mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-title h2 {
  color: #fff;
  text-shadow:
    #4d4d4d 1px 1px 2px,
    #4d4d4d -1px 1px 2px,
    #4d4d4d 1px -1px 2px,
    #4d4d4d -1px -1px 2px;
  position: absolute;
  font-size: 50px;
  top: 240px;
  left: 50%;
  z-index: 95;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  letter-spacing: 6px;
}
.page-title p {
  color: #fff;
  text-shadow:
    #4d4d4d 1px 1px 5px,
    #4d4d4d -1px 1px 5px,
    #4d4d4d 1px -1px 5px,
    #4d4d4d -1px -1px 5px;
  position: absolute;
  font-size: 16px;
  width: 100%;
  height: auto;
  top: 300px;
  left: 50%;
  z-index: 95;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.inr_under {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mv {
    height: 250px;
  }
  .page-title h2 {
    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: 150px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    letter-spacing: 6px;
  }
  .page-title p {
    top: 210px;
    font-size: 12px;
  }
}
/*プラン　シングル*
/*Q&A　archive-qa.php*/
.qa_bk h3 {
  padding: 20px;
  margin: 40px 0 10px;
  border-bottom: 1px solid #ebebec;
  border-top: 1px solid #ebebec;
}

.qa_bk li {
  padding: 20px;
  border-bottom: 1px dotted #eee;
}

.qa_bk dt {
  padding-bottom: 20px;
  font-weight: bold;
}

.qa_bk dt span,
.qa_bk dd span {
  display: inline-block;
  margin-left: 40px;
  margin-top: 5px;
  line-height: 1.6;
}

.qa_bk dt::before {
  content: "Q";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #808080;
  position: absolute;
}

.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #66455b;
  position: absolute;
}
/*END*/
/* ------------------------------
 ドーム　room
------------------------------ */
#room {
  padding: 80px 0;
}
.room_box {
  padding: 100px 0;
}

.room-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: space-between;
}

.thum_img {
  width: 58%;
  height: auto;
}

.thum_img.withdog_label {
  position: relative;
}

.dog_label {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.9);

  color: #333;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}

.list-inr {
  width: 38%;
}
.list-inr .txt_box {
  padding: 30px 20px;
}

.room_table_s {
  width: 100%;
  text-align: left;
}

.room_table_s th {
  width: 32%;
  padding: 10px;
  border-bottom: #adb6bc 1px dotted;
}

.room_table_s td {
  width: 68%;
  padding: 10px;
  border-bottom: #adb6bc 1px dotted;
}

@media screen and (max-width: 896px) {
  .thum_img {
    width: 100%;
    height: auto;
  }

  .list-inr {
    width: 100%;
  }
}

/* 充実の設備 */
#room_eq_list .slick-track {
  display: flex;
}

#room_eq_list .slick-slide {
  height: inherit !important;
}

#room_eq_list .slick-slide > div {
  height: 100%;
}

#room_eq_list .post-box {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#room_eq_list .post-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

#room_eq_list .post-box .tit {
  font-size: 2rem;
  font-weight: bold;
}

.slick-slide img {
  width: 100%;
  display: block;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.my-slide2 {
  margin-top: 20px;
}

.my-slide2 .my-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.my-slide2 .my-dots li {
  margin: 0 5px;
}

.my-slide2 .my-dots li button {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: #939393;
  color: transparent;
  font-size: 0;
  padding: 0;
  cursor: pointer;
}

.my-slide2 .my-dots li.slick-active button {
  background: #262626;
}

@media screen and (max-width: 896px) {
  #room_eq_list .post-box {
    padding: 0 5px;
  }

  #room_eq_list .post-box .tit {
    font-size: 1.5rem;
  }

  #room_eq_list .post-box .txt {
    font-size: 1.3rem;
  }
}
/*END*/

/* ------------------------------
  食事　meal
------------------------------ */
.meal_top {
  object-position: 50% 50%;
}

#meal {
  padding: 80px 0;
}

#meal h4 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

#meal .box {
  background: #e4e4e4;
  padding: 60px 30px;
}

/*画像はイメージです*/
.p_menu {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #888;
}

#meal img {
  width: 100%;
  object-fit: cover;
}

#meal .inner {
  display: flex;
  justify-content: space-around;
}

#meal .me_inner {
  width: 50%;
}

#meal .txt {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

#meal .txt p.type {
  font-weight: bold;
}

#meal .menu_p {
  border-bottom: 1px solid #abb4bd;
  font-size: 18px;
  padding-left: 3px;
}

#meal .txt ul {
  width: 100%;
}

#meal .txt ul li {
  font-size: 1.6rem;
  padding: 8px 16px;
  text-align: left;
  position: relative;
  line-height: 1.4;
}

#meal .txt ul li::after {
  position: absolute;
  content: "・";
  width: 1px;
  top: 12px;
  left: 0;
  color: rgba(119, 119, 119, 1);
}

.chef-box-inr {
  display: flex;
}

.chef-box-inr img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#meal .btn_link_color p a {
  width: fit-content;
}

#meal .btn_link_color p a::before {
  content: "f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px;
}

#meal .page_top_view {
  width: 100%;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

#meal .top_view_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#meal .top_view_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

#meal .top_view_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}

#meal .pankuzu {
  background: unset;
  padding: unset;
  font-size: 1.3rem;
  color: unset;
  margin-top: unset;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 90%;
  text-align: center;
}

#meal .pankuzu span {
  color: white;
}

#meal .page_ttl {
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 2.5rem;
  line-height: normal;
}

#meal .page_ttl span {
  display: block;
  font-size: 5rem;
}

#meal .page_ttl span::first-letter {
  color: #fff;
}

#meal {
  .cakejp .txt {
    width: 50%;
    height: 180px;
    padding: 20px 15px;
    box-sizing: border-box;
    background-color: #ecf0f1;
  }

  @media screen and (max-width: 896px) {
    .cakejp .txt {
      width: 100%;
      height: auto;
    }
  }
}

/*PC*/
@media screen and (min-width: 897px) {
  #meal .top h3.stripe {
    margin: 90px auto 30px;
  }

  #meal .top p {
    text-align: center;
    margin: 30px auto 60px;
  }

  #meal .btn_link_color {
    margin-bottom: 90px;
  }

  .chef-box-inr {
    flex-direction: row;
  }

  .chef-box-inr-in {
    width: 50%;
    box-sizing: border-box;
    padding-top: 1px;
    box-sizing: border-box;
  }

  .ino_meal_box {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
  }

  .ino_meal_box div {
    width: 50%;
  }

  .ino_meal_box div img {
    width: 100%;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
    padding: 1px;
    box-sizing: border-box;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 896px) {
  #meal .mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #meal img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  #meal .inner {
    flex-direction: column;
  }

  #meal .box {
    padding: 30px 15px;
  }

  #meal .me_inner {
    width: 100%;
  }

  #meal .txt {
    width: auto;
    padding-left: 0;
  }

  #meal .menu_p {
    font-size: 16px;
  }

  #meal .txt ul li {
    font-size: 1.4rem;
    padding: 12px 0 12px 13px;
    text-align: left;
  }

  #meal .menu_p {
    margin-top: 40px;
  }

  #meal h3.stripe {
    margin: 40px auto 30px;
  }

  #meal .top p {
    margin-bottom: 25px;
  }

  #meal .btn_link_color {
    margin-bottom: 60px;
  }

  .chef-box-inr {
    flex-direction: column;
  }

  .chef-box-inr img {
    height: 300px;
  }

  .ino_meal_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
  }

  .ino_meal_box div {
    width: 49%;
    height: auto;
  }

  .ino_meal_box div img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
    padding-top: 1px;
    box-sizing: border-box;
  }
}
/*END*/
/* ------------------------------
  ペットページ
------------------------------ */
#dog {
  padding: 80px 0;
}
#dog .mv img {
  object-position: 0% 75%;
}
#dog .page-title p {
  top: 360px;
}
.pet {
  text-align: center;
}

.pet p {
  font-size: 1.7em;
}

.pet_container {
  display: flex;
}

.pet_container_re {
  display: flex;
  flex-direction: row-reverse;
}

.pet_txtarea .textarea_p {
  padding: 40px;
}
@media screen and (max-width: 896px) {
  #dog .page-title h2 {
    top: 170px;
  }
  #dog .page-title p {
    top: 245px;
  }
  .pet_container {
    display: flex;
    flex-direction: column;
  }

  .pet_container_re {
    display: flex;
    flex-direction: column;
  }

  .pet_mainimg {
    width: 100% !important;
  }

  .pet_mainimg img {
    width: 100%;
    margin: 30px 0 30px;
  }

  .pet_txtarea {
    width: 100% !important;
  }
}

.pet_mainimg {
  width: 50%;
}

.pet_mainimg img {
  width: 100%;
  margin: 30px 0 30px;
}

.pet_txtarea {
  width: 50%;
}
.pet_h3 {
  padding-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.3;
  position: relative;
  color: #36508c !important;
  margin-bottom: 20px;
  border-bottom: solid 1px #36508c !important;
}

.bignumber {
  font-size: 48px;
  color: #36508c;
  margin-bottom: 15px;
  text-align: left;
}
/*END*/
.bk_black {
  width: 72vw;
  height: 160px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/*END*/

p.meal-dis {
  font-size: 1.6rem;
  margin: 30px auto 30px;
}

@media screen and (max-width: 896px) {
  p.meal-dis {
    font-size: 1.4rem;
    margin: 30px auto 30px;
  }
}

/* ------------------------------
  記念日ページ
------------------------------ */
#anniversary {
  padding: 80px 0;
}
#anniversary .page-title h2 {
  top: 280px;
}
#anniversary .page-title p {
  top: 430px;
}
@media screen and (max-width: 960px) {
  #anniversary .page-title h2 {
    top: 120px;
  }
  #anniversary .page-title p {
    top: 360px;
  }
}
#anniversary .room_table th {
  padding-left: 10px;
  text-align: left;
  width: 78%;
}
#anniversary .room_table td {
  padding-right: 10px;
  text-align: right;
  width: 20%;
}
@media screen and (max-width: 767px) {
  #anniversary .page-title h2 {
    font-size: 20px;
    top: 150px;
  }
  #anniversary .page-title p {
    top: 245px;
  }
  #anniversary .room_table th,
  #anniversary .room_table td {
    width: 100%;
  }
}
/* 淡路ビーフページ　awaji-beef　260609 */
#awaji-beef {
  padding: 80px 0;
}
#awaji-beef .container {
  padding: 0 10px;
}

#awaji-beef .btn_link_color p a {
  width: fit-content;
}

#awaji-beef .btn_link_color p a::before {
  content: "f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px;
}

#awaji-beef .page_top_view {
  width: 100%;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

#awaji-beef .top_view_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#awaji-beef .top_view_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

#awaji-beef .top_view_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}

#awaji-beef .pankuzu {
  background: unset;
  padding: unset;
  font-size: 1.3rem;
  color: unset;
  margin-top: unset;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 90%;
  text-align: center;
}

#awaji-beef .pankuzu span {
  color: white;
}

#awaji-beef .page_ttl {
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 2.5rem;
  line-height: normal;
}

#awaji-beef .page_ttl span {
  display: block;
  font-size: 5rem;
}

#awaji-beef .page_ttl span::first-letter {
  color: #fff;
}

.bg_pampas {
  background-color: #f4f2f8;
  padding-bottom: 80px;
}

.bg_af-white {
  padding: 80px 0;
  background-color: #f4f2f8;
}

#awaji-beef .h_ttl {
  font-size: 40px;
  display: block;
  color: #36508c;
  font-weight: 600;
  padding-bottom: 40px;
}

#awaji-beef .h_ttl_m {
  font-size: 2rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 3px solid #36508c;
  position: relative;
  line-height: normal;
}

#awaji-beef .h_ttl_m::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 3px;
  background: #9eb4d0;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.awaji-beef_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}

.awaji-beef_wrap:last-of-type {
  margin-bottom: 0;
}

.awaji-beef_img.reverse {
  margin-left: auto;
}

.awaji-beef_img img {
  width: 100%;
}

.awaji-beef_txt {
  width: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff;
}

.awaji-beef_txt.reverse {
  right: inherit;
  left: 0;
}

/*PC*/
@media screen and (min-width: 897px) {
  #awaji-beef .top h3.stripe {
    padding: 70px 0 30px;
    margin-bottom: 0px;
  }

  #awaji-beef .top p {
    text-align: center;
    margin: 0px auto 60px;
  }

  #awaji-beef .btn_link_color {
    margin-bottom: 90px;
  }

  .awaji-beef_img {
    width: 52%;
  }
}

@media screen and (max-width: 896px) {
  #awaji-beef h3.stripe {
    padding: 40px 0 30px;
    font-size: 2.6rem;
    margin-bottom: unset;
  }

  #awaji-beef .top p {
    margin-bottom: 25px;
  }

  #awaji-beef .btn_link_color {
    margin-bottom: 60px;
  }

  #awaji-beef .h_ttl {
    font-size: 26px;
  }

  #awaji-beef .awaji-beef_img {
    width: 100%;
  }

  #awaji-beef .awaji-beef_txt {
    width: 95%;
    padding: 2.3rem 1.5rem 1rem;
    position: relative;
    top: inherit;
    right: inherit;
    transform: none;
    margin: 10px auto 0;
  }

  #awaji-beef .container {
    width: 94%;
  }
}

/* 淡路ビーフページ　awaji-beef　260609　END */

/*END*/
/* ------------------------------
  ヴィラページ
------------------------------ */
#villa {
  padding: 80px 0px;
}

/* タイトル */
.border_ttl {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: #adb6bc 1px solid;
  padding-bottom: 10px;
  text-align: left;
}

.hx-type3 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.hx-type3 .sub {
  font-size: 1.5rem;
  color: #808080;
}
.txt-box .txt {
  line-height: 1.7em;
  text-align: justify;
}

@media screen and (max-width: 896px) {
  .hx-type3 {
    font-size: 2rem;
  }
  .txt-box .txt {
    line-height: 1.5em;
  }
}

/* テーブル */
.table_ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
.room_table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
}

.room_table th {
  width: 30%;
  text-align: center;
}

.room_table td {
  width: 70%;
}

.room_table th,
.room_table td {
  border-top: solid 1px #ccc8bc;
  border-bottom: solid 1px #ccc8bc;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .room_table {
    width: 90%;
  }

  .room_table th,
  .room_table td {
    border-bottom: none;
    display: block;
    text-align: left;
    width: 100%;
  }
}
/*Smartphone*/
@media screen and (max-width: 767px) {
  .bg-img-wrap {
    padding: 90px 0;
  }
}
