/* 下層ページ */
.page_top_view {
  margin-top: 80px;
  position: relative;
}

.page_top_view .topimg {
  position: relative;
  /* bottom: 32px; */
}

.page_top_view .topimg::after {
  content: '';
  background-color: rgba(31, 31, 31, 0.63);
  position: absolute;
  z-index: 90;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.page_top_view .topimg h2 {
  position: absolute;
  color: #fff;
  content: "";
  top: 34%;
  left: 50%;
  z-index: 95;
  transform: translateY(-50%) translateX(-50%);
}

.page_top_view .topimg h2::after {
  content: '';
  position: absolute;
  bottom: -18px;
  display: inline-block;
  width: 50px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  border-radius: 10px;
}

/*Smartphone*/
@media screen and (max-width: 896px) {
  .page_top_view {
    margin-top: 60px;
  }

  .page_top_view .topimg h2 {
    top: 35%;
    width: 100%;
    text-align: center;
  }
}

/*Q&A　archive-qa.php*/
.qa_bk h3 {
  font-size: 2.4rem;
  font-weight: 500;
}

.qa_link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

a.anchor {
  display: block;
  padding-top: 110px;
  /*margin-top: -110px;*/
}

.btn_qp {
  position: relative;
}

.btn_link p a.btn_qp {
  font-size: 1.4rem;
  font-weight: 200;
}

@media screen and (max-width:896px) {
  a.anchor {
    margin-top: -100px;
  }

  .btn_link p a.btn_qp {
    font-size: 1.2rem;
    width: 110px;
    margin-bottom: 10px;
  }
}

.btn_qp::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #A7A7A7;
  border-right: solid 1px #A7A7A7;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 45%;
  right: 22px;
  margin-top: -4px;
}

.qa_timg {
  object-position: 50% 70%;
}

.qa_bk ul {
  padding: 1rem 3rem;
  background: #fff;
}

.qa_bk li {
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #CBCBCB;
  line-height: 1.6;
}

.qa_bk dt {
  padding-bottom: 20px;
}

.qa_bk dt span,
.qa_bk dt span {
  font-weight: 500;
}

.qa_bk dd span {
  font-size: 1.4rem;
}

.qa_bk dt span,
.qa_bk dd span {
  display: inline-block;
  margin-left: 34px;
  margin-top: 13px;
  line-height: 1.6;
}

.qa_bk dt::before {
  content: "Q";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #090909;
  position: absolute;
}

.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #484646;
  position: absolute;
}

.qa_bk a {
  color: #CB1919;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .qa_bk li {
    padding: 20px 0 20px 0;
  }
}

/*END*/
/* ------------------------------
 施設　room
------------------------------ */
.bborder {
  border-bottom: 1px solid #C8C8C8;
}

.sp_ful {
  width: 100%;
  margin: 0 auto;
}

div.room_p {
  background-color: #fff;
}

.room h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

.room p.msg {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.0;
}

.room p.white {
  color: #ccc;
}

.room .box {
  width: 100%;
  padding: 80px 0 0;
}

.room .map img {
  margin: 0 auto;
  width: 100%;
}

.room .room_map {
  background-color: #F2F3F6;
  padding: 70px 0 50px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.room .room_map img {
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width:896px) {
  .room .room_map {
    background-color: #F2F3F6;
    padding: 15px 0 10px;
  }

  .room .room_map img {
    margin: 0 auto;
    width: 98%;
  }
}

.room .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  /*padding: 35px 0;*/
}

.room .gr_inn {
  background-color: #ECECEC;
  padding: 40px 0 10px;
}

.room .img {
  width: 95%;
  padding: 35px 20px;
  border: 1px solid #ECECEC;
  margin: 0 auto 30px;
  box-sizing: border-box;
  background-color: #fff;
}

.room .txt {
  width: 90%;
  margin: 0 auto;
}

.room .txt .rm_names {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.room .txt .rm_names p,
.room .txt .rm_name p {
  width: 48%;
  padding: 10px 0;
  box-sizing: border-box;
  background-color: #222;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width:700px) {

  .room .txt .rm_names p,
  .room .txt .rm_name p {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 5px;
    font-size: 1.5rem;
    box-sizing: border-box;
  }
}

.room .txt p.type {
  color: #fff;
  background: #425356;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
}

.room .txt table {
  width: 100%;
}

.room .txt table tr {
  font-size: 1.6rem;
  border-bottom: 1px solid #CFCFCF;
  text-align: left;
}

.room .txt table tr.line_none {
  border-bottom: none;
}

.room .txt table tr th {
  padding: 1.6rem 2.5rem 1.6rem 0;
  width: 40%;
  box-sizing: border-box;
}

.room .txt table td {
  width: 60%;
  font-size: 1.6rem;
  padding: 1.6rem 0 1.6rem 0;
  box-sizing: border-box;
}

.room .inner .room01 {
  width: 580px;
}

.room .inner .room01 img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.room .inner .room01_txt {
  width: 100%;
  max-width: 100%;
  margin-left: 20px;
}

.am_gr {
  padding: 30px 30px;
  background-color: #ECECEC;
}

.am_tbl {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.room .txt_width table {
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}

.room .txt_width table tr {
  font-size: 1.6rem;
  padding: 1.6rem;
  border-bottom: 1px dotted #CFCFCF;
  text-align: left;
}

.room .txt_width table tr.line_none {
  border-bottom: none;
}

.room .txt_width table tr th {
  padding: 1.6rem 2.5rem;
  width: 28%;
  line-height: 1.3;
  box-sizing: border-box;
}

.room .txt_width table td {
  width: 72%;
  font-size: 1.6rem;
  padding: 16px 25px;
  line-height: 1.3;
  box-sizing: border-box;
}

.room .txt_width table.room_details {
  border-top: 1px dotted #e6ebec;
  border-bottom: none;
  margin: 16px auto 0;
}

.room .txt_width table.room_details tr {
  border-bottom: 1px dotted #e6ebec;
}

.room .txt_width table.room_details tr:last-child {
  border-bottom: none;
}

.room .txt_width table.room_details th {
  font-size: 1.6rem;
  padding: 10px 0 10px 10px;
  width: 60%;
  text-align: left;
  box-sizing: border-box;
}

.room .txt_width table.room_details td {
  width: 40%;
  font-size: 1.6rem;
  padding: 10px 10px 10px 0;
  text-align: right;
  box-sizing: border-box;
}

.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;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .room .map {
    padding: 0;
  }

  .room .inner {
    flex-direction: column;
  }

  .room .txt {
    width: 95%;
    margin: 0 auto;
  }

  .room .txt table {
    width: 94%;
    margin: 20px auto 0;
  }

  .room .inner .room01 {
    width: 94%;
    margin: 60px auto 20px;
  }

  .room .inner .room01_txt {
    width: 94%;
    max-width: 94%;
    margin-left: 0;
    padding: 0 3%;
  }

  .am_gr {
    padding: 30px 15px 70px;
    background-color: #ECECEC;
  }

  .room .txt_width table {
    width: 100%;
  }

  .room .txt_width table tr th {
    padding: 10px 10px;
    font-size: 1.4rem;
  }

  .room .txt_width table td {
    font-size: 1.4rem;
    padding: 10px 19px;
  }

  .rm_name p {
    line-height: 1.8;
    font-size: 1.6rem;
    padding-left: 5px;
    color: #DCD9E7;
  }
}

/*END*/
/* ------------------------------
貸切温泉　spa
------------------------------ */
.spa_inn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.spa_img {
  width: 45%;
  box-sizing: border-box;
}

.spa_img img {
  width: 100%;
}

.spa_txt {
  width: 55%;
  padding-left: 15px;
  box-sizing: border-box;
}

.spa_txt p {
  padding: 20px;
}

#room h4 {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}

/*Smartphone*/
@media screen and (max-width:896px) {
  .spa_img {
    width: 100%;
  }

  .spa_txt {
    width: 100%;
    padding-left: 0px;
  }
}

/*END*/
/* ------------------------------
  食事　meal
------------------------------ */
div.meal_p {
  background-color: #fff;
}

.meal {
  padding: 80px 0;
}

.meal2 {
  padding: 0 0 160px;
}

.meal h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

.ml_gr {
  background-color: #EDEDED;
}

.meal .box {
  background: #8E8E8E;
  padding: 60px 30px;
}

.meal img {
  width: 580px;
  height: 400px;
  object-fit: cover;
}

.meal .inner {
  display: flex;
  justify-content: space-between;
}

.meal .txt_area h4 {
  font-size: 18px;
}

.meal_p .top_box_re {
  margin-top: 130px;
}

.meal_p .top_box .feature_mainimg img,
.meal_p .top_box_re .feature_mainimg img {
  height: 450px;
}

.meal_p .top_box .feature_txtarea {
  height: 480px;
  top: -15px;
  right: 0;
}

.meal_p .top_box_re .feature_txtarea {
  height: 480px;
  top: -15px;
  left: 0;
}

.meal_p .top_box_l .feature_txtarea {
  height: 540px;
  top: -30px;
}

.meal .top_box .tene_caption p,
.meal .top_box_re .tene_caption p {
  color: #fff;
  font-size: 1.4rem;
}

.meal .top_box .tene_caption .hdbox,
.meal .top_box_re .tene_caption .hdbox {
  justify-content: flex-start;
}

.meal .top_box .tene_caption .hdbox p,
.meal .top_box_re .tene_caption .hdbox p {
  font-weight: 500;
  font-size: 1.7rem;
  padding-right: 10px;
  box-sizing: border-box;
}

.meal .top_box .tene_caption .hdbox div.hbar,
.meal .top_box_re .tene_caption .hdbox div.hbar {
  background-color: #fff;
  width: calc(100% - 220px);
}

.meal .top_box .tene_caption .hdbox div.hbar_l,
.meal .top_box_re .tene_caption .hdbox div.hbar_l {
  background-color: #fff;
  width: calc(100% - 300px);
  height: 1px;
}

@media screen and (max-width:896px) {

  .meal_p .top_box .feature_mainimg img,
  .meal_p .top_box_re .feature_mainimg img {
    height: 280px;
  }

  .meal_p .top_box_re {
    margin-top: 45px;
  }

  .meal_p .top_box .feature_txtarea {
    height: auto;
    top: -15px;
    right: 0;
  }

  .meal_p .top_box_re .feature_txtarea {
    height: auto;
    top: -15px;
    left: 0;
  }
}

.meal .txt {
  width: 500px;
}

.meal .txt p.menu_box {
  padding: 1rem;
  margin: 1rem 0;
  background: #ECE3DC;
}

.meal .top_box p.type,
.meal .top_box_re p.type {
  font-weight: bold;
  font-size: 18px;
}

.meal .top_box ul {
  width: 100%;
  list-style: disc;
}

.meal .top_box ul li,
.meal .top_box_re ul li {
  font-size: 1.4rem;
  padding: 7px 0;
  text-align: left;
  color: #fff;
  position: relative;
  line-height: 1.4;
}

.meal_r_bk {
  background-image: url("../img/top/ps_room6.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.cakejp {
  width: 90%;
  padding: 15px;
  margin: 80px auto 0;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cakejp .img {
  width: 50%;
  height: 180px;
}

.cakejp .img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: 0% 50%;
}

.cakejp .txt {
  width: 50%;
  height: 180px;
  padding: 20px 15px;
  box-sizing: border-box;
  background-color: rgba(14, 14, 14, 0.6);
}

.cakejp .txt h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.cakejp .txt h3,
.cakejp .txt p {
  text-align: center;
  color: #fff;
}

@media screen and (max-width:896px) {
  .cakejp_txt {
    padding: 40px 30px 50px;
    background-color: #000;
    box-sizing: border-box;
  }
}

.meal_r_bk .meal h3 {
  color: #fff;
}

.meal_r_bk .meal2 .box {
  background: rgba(0, 0, 0, 0.7);
  padding: 60px 30px;
}

.meal_r_bk .meal .box p {
  color: #fff;
}

.meal_r_bk .meal .box p a {
  color: #fff;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .meal img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .meal .inner {
    flex-direction: column;
  }

  .meal .txt {
    width: auto;
  }

  .cakejp {
    width: 100%;
    padding: 0;
  }

  .cakejp .img {
    width: 100%;
    height: auto;
  }

  .cakejp .img img {
    height: auto;
  }

  .cakejp .txt {
    width: 100%;
    height: auto;
  }

  .cakejp .txt h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
}

/*END*/

/* ------------------------------
 ペット　pet
------------------------------ */
div.pet_p {
  background-image: url(../img/pet/bk_ashiato.png);
  background-position: 0% 40%;
}

@media screen and (max-width:896px) {
  div.pet_p {
    background-image: url(../img/pet/bk_ashiato.png);
    background-position: 0% 21%;
  }
}

/* ------------------------------
 アクセス　access
------------------------------ */
.acc_timg {
  object-position: 50% 80%;
}

.access .g_map {
  height: 360px;
  margin: 0 auto 40px;
  width: 90%;
}

.access .g_map iframe {
  height: 360px;
  width: 100%;
}

.access .checkin_box p.checkin_ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.access .checkin_box address {
  text-align: center;
  font-size: 1.4rem;
}

.access .checkin_box ul {
  width: 90%;
  margin: 40px auto 0;
}

.access .checkin_box ul li {
  border-top: 1px solid #BEBEBE;
  padding: 25px 15px;
}

.access .checkin_box ul li:last-child {
  border-bottom: 1px solid #BEBEBE;
}

.access .checkin_box ul li h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.access .checkin_box ul li h3 {
  font-size: 1.6rem;
}

@media screen and (max-width:896px) {
  .access .g_map {
    width: 100%;
  }

  .access .checkin_box ul {
    width: 100%;
    margin: 40px auto 0;
  }
}

/*****************************************************
グループ施設・関連施設一覧(archive-resort_glamping.php)
******************************************************/
/*.resort_glamping_back {
  background: #f9f9f6;
}*/
.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: #b4b5b5;
  width: 300px;
  text-align: center;
}

.resort_glamping_list li a {
  color: #fff;
  display: block;
  padding: 10px 0;
}

.resort_glamping_list li a:hover {
  color: #696319;
  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: #b4b5b5;
  padding: 0 10px;
}

.resort_glamping_content__ttl p.rg_text {
  font-size: 14px;
  padding: 10px;
}

.resort_glamping_content__grey {
  background: #f9f9f6;
  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: #b4b5b5;
  padding: 0 10px;
}

.rg_cat p {
  padding: 14px 0 0;
}

.rg_cat p a {
  color: #fff;
  padding: 5px 10px;
  background: #b4b5b5;
  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: 100%;
  height: 200px;
  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;
}

.resort_glamping_content__ttl h3,
.resort_glamping_content__ttl p,
.resort_glamping_content__ttl a {
  color: #333;
}

/*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 !important;
  }

  .rg-bnr img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .bk_black {
    height: 300px;
    width: 100%;
  }

  .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*/