/* 下層ページ */
/*ニュース*/
.news_list {
  padding: 80px 0
}
@media screen and (max-width:896px) {
  .news_list {
    padding: 40px 0
  }
}
/*Q&A　archive-qa.php*/
.qa_bk h3 {
  padding: 20px;
  margin: 40px 0 10px;
  border-bottom: 1px solid #504E44;
  border-top: 1px solid #504E44;
}
.qa_bk li {
  padding: 20px;
  border-bottom: 1px dotted #eee;
}
.qa_bk dt {
  padding-bottom: 20px;
}
.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: #504E44;
  position: absolute;
}
.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #748D51;
  position: absolute;
}
/* ------------------------------
 施設　room
------------------------------ */
#room {
  padding: 80px 0;
}
#room h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
#room h2.top {
  font-size: 3.6rem;
  line-height: 1.4;
  color: #504E44;
  margin: 20px 0 60px;
}
#room .box {
  background-color: #F2F4EE;
  padding: 50px 0;
}
#room .box02 {
  background-color: #fafbf6;
  padding: 50px 0;
}
#room .map {
  background: #fff;
  padding: 40px 30px 30px;
}
#room .map img {
  margin: 0 auto;
  width: 100%;
}
#room img {
  width: 100%;
}
#room .inner {
  display: block;
  padding: 0px 20px;
  box-sizing: border-box;
}
#room .txt {
  width: 67%;
  margin: 0 auto;
  padding-left: 20px;
}
#room .txt p.type {
  background: #504E44;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
  color: #fff;
}
#room .box_shere .inner {
  background-color: #DDDDDD;
}
#room .box_shere .txt p.type {
  background: #C2C2C2;
}
#room .txt table {
  border-top: 1px solid #504E44;
  border-bottom: 1px solid #504E44;
  width: 100%;
}
#room .txt_width table {
  border-top: 1px solid #504E44;
  border-bottom: 1px solid #504E44;
  width: 100%;
  margin: 0 auto;
}
#room .txt table th, #room .txt_width table th {
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #504E44;
  width: 20%;
  text-align: left;
}
#room .txt table td, #room .txt_width table td {
  width: 75%;
  font-size: 1.6rem;
  padding: 20px 25px;
  line-height: 1.5;
}
#room .txt table td {
  border-bottom: 1px dotted #504E44;
}
#room ul.label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#room ul.label li {
  width: 48%;
  display: flex;
  margin-bottom: 14px;
}
#room ul.label li p {
  padding: 20px 0;
  font-size: 1.6rem;
}
#room ul.label li .green {
  width: 40%;
  color: #fff;
  background: #19a495;
  text-align: center;
  font-weight: 500;
}
#room ul.label li .white {
  width: 60%;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
}
.bk_white {
  background: #fff;
}
.rm_slide {
  width: 85%;
  margin: 0 auto;
}
/*PC*/
@media screen and (min-width: 897px) {
  #room .txt_width table td {
    border-bottom: 1px dotted #504E44;
  }
} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #room {
    padding: 40px 0;
  }
  #room h2.top {
    font-size: 2.6rem;
  }
  #room .inner {
    flex-direction: column;
    padding: 0px 3%;
  }
  #room .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #room .txt_width table {
    width: 100%;
  }
  #room .txt table th, #room .txt_width table th {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 16px 0 16px 3px;
    width: 20%;
    box-sizing: border-box;
  }
  #room .txt table td, #room .txt_width table td {
    width: 75%;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #room .txt_width table th, #room .txt_width table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  #room .txt_width table th {
    text-align: center;
  }
  #room .txt_width table td {
    border-bottom: 1px solid #ADB6BC;
  }
  .rm_slide {
    width: 100%;
  }
} /*END*/
/* ------------------------------
  食事　meal
------------------------------ */
.page_top_view img.meal_top {
  width: 100%;
  height: 50rem;
  object-fit: cover;
  object-position: 50% 60%;
}
#meal h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
#meal h2.top {
  font-size: 3.6rem;
  line-height: 1.4;
  color: #504E44;
  margin: 20px 0 60px;
}
#meal .box {
  background: #F2F4EE;
  padding: 30px 30px 60px;
}
#meal .box-w {
  background: #fff;
  padding: 30px 30px 60px;
}
/*画像はイメージです*/
.p_menu {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #504E44;
}
#meal img {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 2px 2px 5px #cacaca;
}
#meal .inner {
  display: flex;
  justify-content: space-around;
}
#meal .me_inner {
  width: 50%;
}
#meal .txt {
  width: 50%;
  padding-left: 45px;
  box-sizing: border-box;
}
#meal .txt.type1 {
  width: 100%;
  padding: 0;
}
#meal .txt p.type {
  font-weight: bold;
}
#meal .menu_p {
  border-bottom: 1px solid #748D51;
  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.00);
}
/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .page_top_view img.meal_top {
    width: 100%;
    height: 240px;
  }
  #meal {
    padding: 40px 0;
  }
  #meal h2.top {
    font-size: 2.6rem;
  }
  #meal img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #meal .inner {
    flex-direction: column;
  }
  #meal .box {
    padding: 20px 15px 40px;
  }
  #meal .box-w {
    padding: 0px 15px 40px;
  }
  #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;
  }
} /*END*/
/*****************************************************
グループ施設・関連施設一覧(archive-resort_glamping.php)
******************************************************/
/*.resort_glamping_back {
  background: #f6f6f6;
}*/
.resort_glamping_back h2 {
  text-align: center;
  padding: 120px 0 20px;
}
.resort_glamping_back h2 span.resort_glamping_title {
  font-size: 3.2rem;
}
.resort_glamping_back h2 span.ttl-vertical--en {
  font-size: 1.6rem;
}
.resort_glamping_list {
  display: flex;
  justify-content: center;
}
.resort_glamping_list li {
  margin-right: 1px;
  margin: 0 0.5px 40px;
  background: #808080;
  width: 300px;
  text-align: center;
}
.resort_glamping_list li a {
  color: #fff;
  display: block;
  padding: 10px 0;
}
.resort_glamping_list li a:hover {
  color: #333;
  background: #fff;
}
.resort_glamping_list li:last-child {
  margin-right: 0;
}
.resort_glamping_content > ul > li {
  background: #fff;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.resort_glamping_content .slider--box .rg-group {
  position: relative;
}
.resort_glamping_content .slider--box .rg-group img {
  width: 140px;
  height: auto;
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 5px;
  background-color: #fff;
}
.slider--box li img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.resort_glamping_content__ttl h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
}
.resort_glamping_content__ttl p.rg_name_en {
  font-size: 12px;
  color: #808080;
  padding: 0 10px;
}
.resort_glamping_content__ttl p.rg_text {
  font-size: 14px;
  padding: 10px;
}
.resort_glamping_content__grey {
  background: #f6f6f6;
  margin: 10px;
}
.resort_glamping_content__grey dl {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.resort_glamping_content__grey dt {
  font-weight: bold;
  width: 20%;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.resort_glamping_content__grey dd {
  width: 80%;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.resort_glamping_content__grey dt:last-child {
  margin-bottom: 0;
}
.resort_glamping_content__grey dd:last-child {
  margin-bottom: 0;
}
.rg_btn {
  text-align: center;
  padding: 10px 0;
  max-width: 260px;
  border: 1px #ccc solid;
  margin-top: 5px;
  background: #fff;
}
.rg_tag p {
  padding: 14px 0 0;
  font-weight: bold;
}
.rg_tag a.conma:last-of-type {
  display: none;
}
.rg_tag p a {
  color: #808080;
  padding: 0 10px;
}
.rg_cat p {
  padding: 14px 0 0;
}
.rg_cat p a {
  color: #fff;
  padding: 5px 10px;
  background: #808080;
  margin: 10px;
  border-radius: 20px;
}
.rg-bnr {
  width: 100%;
  margin: 40px auto;
  position: relative;
}
.rg-bnr img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.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%);
}
.rg-bnr-logo {
  width: 100%;
}
.rg-bnr img.rg-bnr-logo {
  width: 240px;
  height: auto;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.rg-text {
  min-width: 240px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 1.2;
  font-size: 14px;
  color: #fff;
}
/*PC*/
@media screen and (min-width: 897px) {
  .container_rg {
    max-width: 1200px;
    margin: 0 auto;
  }
  .resort_glamping_back {
    padding-bottom: 60px;
  }
  .slider--box li img {
    height: 400px;
  }
  .resort_glamping_content .slider--box .rg-group img {
    right: 54%;
  }
  .resort_glamping_content__ttl {
    width: 50%;
    float: right;
    margin-top: -430px !important;
    margin-right: 1% !important;
  }
  .resort_glamping_content__ttl h3 {
    font-size: 22px;
    padding: 30px 0 0;
  }
  .resort_glamping_content__grey {
    line-height: 1;
  }
  .resort_glamping_content > ul > li {
    padding: 0;
    margin: 0;
  }
  .rg_btn {
    margin-top: 0;
  }
  .rg-bnr {
    width: 100%;
    margin: 80px auto 0;
  }
  .rg-bnr img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .bk_black {
    height: 220px;
    width: 720px;
  }
  .rg-bnr img.rg-bnr-logo {
    width: 400px;
    top: 35%;
  }
  .rg-text {
    width: 600px;
    font-size: 16px;
    line-height: normal;
  }
} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .container_rg {
    max-width: 94%;
    margin: 0 auto;
  }
} /*END*/
.page_top_view img.bt_top {
  width: 100%;
  height: 50rem;
  object-fit: cover;
  object-position: 50% 85%;
}
@media screen and (max-width: 896px) {
  .page_top_view img.bt_top {
    width: 100%;
    height: 240px;
  }
}
.welcomebaby_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
}
.welcomebaby_top .welcome_baby_logo {
  width: 10%;
  margin: 5px;
}
.welcomebaby_top .welcome_baby_logo img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .welcomebaby_top {
    justify-content: space-evenly;
  }
  .welcomebaby_top .welcome_baby_logo {
    width: 40%;
    margin: 0px;
  }
}
span.welcomebaby_point {
  background: #748D51;
  padding: 2px 10px;
  border-radius: 13px;
  color: #fff;
}
.pet_bnr {
  background: #fff!important;
}