/* ------------------------------
   フォトギャラリー
------------------------------ */
.swiper-wrapper-under {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.swiper-slide img {
  max-width: 100%;
  height: auto;
}
.thumb-list {
  max-width: 600px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.thumb-item {
  flex: 0 0 32%;
}
.thumb-item img {
  max-width: 100%;
  height: auto;
}
.thumb-link {
  display: block;
}
.swiper-arrow {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: auto;
}
/* 下層ページ */
.page_top_view {
  margin-top: 80px;
  position: relative;
}
.page_top_view .topimg {
  position: relative;
}
.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 h1 {
  position: absolute;
  color: #fff;
  content: "";
  top: 45%;
  left: 50%;
  z-index: 95;
  transform: translateY(-50%) translateX(-50%);
  font-family: "游明朝", serif;
}
.page_top_view .topimg h1::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 h1 {
    top: 35%;
    width: 100%;
  }
}
/*Q&A　archive-qa.php*/
.qa_bk h2 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
}
.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;
}
@media screen and (max-width: 896px) {
  .qa_bk h2 {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  .btn_link p a.btn_qp {
    font-size: 1.2rem;
    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;
  letter-spacing: 3px;
}
.qa_bk li {
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #cbcbcb;
}
.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: 5px;
  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 {
  text-decoration: underline;
}
/*PC*/
@media screen and (min-width: 897px) {
}
/*END*/
/*Smartphone*/
@media screen and (max-width: 896px) {
  .qa_bk ul {
    padding: 0rem 1rem;
    background: #fff;
    letter-spacing: 3px;
  }
  .qa_bk li {
    padding: 20px 0 20px 0;
  }
}
/*END*/
/* ------------------------------
 施設　room
------------------------------ */
.bborder {
  border-bottom: 1px solid #c8c8c8;
}
.sp_ful {
  width: 100%;
  /*max-width: 1200px;*/
  margin: 0 auto;
}
div.room_p {
  background-color: #fff;
}
.room h4 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.5;
}
.room p.msg {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2;
}
.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: 1400px;
  margin: 0 auto 120px;
  display: flex;
}
.room .gr_inn {
  background-color: #ececec;
  padding: 40px 0 10px;
}
.room .img {
  width: 50%;
  margin: 0 auto 30px;
  box-sizing: border-box;
  background-color: #fff;
}
.room .txt {
  width: calc(50% - 60px);
  margin: 0 auto;
  padding: 30px;
}
.room .txt .rm_names {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.room .txt .rm_names h3,
.room .txt .rm_name h3 {
  width: 52%;
  padding: 10px 0;
  box-sizing: border-box;
  background-color: #88afc9;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 700px) {
  .room .txt .rm_names h3,
  .room .txt .rm_name h3 {
    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;
  line-height: 1.3;
}
.room .txt table tr.line_none {
  border-bottom: none;
}
.room .txt table tr th {
  padding: 1.6rem 2.5rem 1.6rem 0;
  width: 35%;
  box-sizing: border-box;
}
.room .txt table td {
  width: 65%;
  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: #e2ebf2;
}
.am_tbl {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /*  font-family: '游明朝', serif;*/
}
.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: 31%;
  line-height: 1.3;
  box-sizing: border-box;
}
.room .txt_width table td {
  width: 69%;
  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;
    padding: 0;
  }
  .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 .img {
    width: 100%;
    padding: 0 0;
    border: none;
  }
  .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
------------------------------ */
.hdbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.hdbox h2 {
  width: 435px;
  color: #222;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: left;
}
.hdbox div.hbar {
  width: calc(100% - 440px);
  height: 1px;
  background-color: #222;
}
.spa_bod {
  width: 82%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #e5e5e5;
}
.spa_spa {
  padding: 45px 85px 80px;
  background: #50596b;
}
.spa_spa h2 {
  color: #fff;
}
.spa_mainimg img {
  width: 100%;
  max-width: 530px;
  height: 400px;
  object-fit: cover;
  margin: 0 auto;
}
.spa_txtarea {
  background: rgba(255, 255, 255, 0.2);
  max-width: 530px;
  height: 400px;
  margin: 0 auto;
  width: 50%;
  position: relative;
}
.spa_title h3 {
  padding: 10rem 3rem 0rem;
}
.spa_txtarea p {
  padding: 3rem;
}
.spa_box {
  width: 84%;
  margin: 0 auto;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.spa_box .spa_l {
  width: 65%;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  box-sizing: border-box;
}
.spa_box .spa_l .spa_ex {
  width: 100%;
}
.spa_box .spa_l .spa_img {
  width: 100%;
}
/*.spa_box .spa_l img {
  width: 100%;
  object-fit: cover;
  max-height: 460px;
}
.spa_box .spa_r {
  width: 35%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}*/
.spa_left img {
  object-fit: cover;
  border-radius: 45px;
  width: 100%;
  margin: 20px 0 20px 8%;
}
.spa_right img {
  object-fit: cover;
  border-radius: 45px;
  width: 46%;
  margin: 20px 0 20px 52%;
}
@media screen and (max-width: 880px) {
  .spa_left img {
    height: 240px;
    width: 90%;
    margin: 0 auto;
  }
  .spa_right img {
    height: 240px;
    width: 90%;
    margin: 0 auto;
  }
}
.spa_box .spa_left .spa_right img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 550px) {
  .hdbox h2 {
    text-align: center;
  }
  .spa_box .spa_l {
    width: 100%;
    padding-right: 0;
    justify-content: center;
  }
  .spa_box .spa_r {
    width: 100%;
    margin-top: 10px;
  }
}
.am_box {
  padding-top: 10px;
  padding-bottom: 55px;
}
.spa_am {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.spa_am .img {
  width: 100%;
  box-sizing: border-box;
}
.spa_am .img img {
  width: 60%;
  margin-left: 32%;
}
.spa_am .txt {
  width: 400px;
  text-align: center;
  line-height: 1.9;
  font-size: 20px;
  position: absolute;
  top: 53%;
  left: 13%;
  transform: translate(-10%, -50%);
  z-index: 3;
  background-color: rgba(20, 20, 20, 0.86);
  padding: 45px 35px;
}
.spa_am .txt p {
  color: #fff;
  text-align: left;
}
.ttl_area {
  text-align: center;
}
@media screen and (max-width: 896px) {
  .spa_title h3 {
    padding: 3rem 3rem 0rem;
  }
  .spa_h3 {
    margin-bottom: 20px;
  }
  .spa_mainimg img {
    height: auto;
  }
  .spa_spa {
    padding: 10% 0;
  }
  .spa_txtarea {
    width: 100%;
    margin: 0 auto 30px;
    height: auto;
  }
  .spa_am {
    margin-bottom: 200px;
  }
  .spa_am .img img {
    width: 100%;
    margin-left: 0;
  }
  .spa_am .txt {
    width: 80%;
    font-size: 18px;
    top: 70%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 45px 25px;
    box-sizing: border-box;
  }
  .spa_box {
    width: 100%;
    padding: 0 0;
    justify-content: center;
  }
  .spa_box .spa_l img {
    margin: 30px auto;
    height: 240px;
  }
  .spa_bod {
    width: 100%;
  }
}
.spa-msg {
  margin-bottom: 10px;
  width: 1000px;
  text-align: center;
}
#spa img {
  border-radius: 45px;
}
#spa .topimg img {
  border-radius: 0px;
}
.spa-middle img {
  width: 50%;
  margin: 5em auto;
}
.spa-middle p {
  margin-top: 60px;
}
@media screen and (max-width: 896px) {
  .spa-middle img {
    width: 100%;
    margin: 5em auto 0em;
  }
  .spa-middle p {
    margin: 20px auto;
  }
}
/* ------------------------------
  食事　meal
------------------------------ */
div.meal_p {
  background-color: #fff;
}
.meal {
  padding: 80px 0;
}
.meal2 {
  padding: 0 0 160px;
}
.meal h4 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
.ml_gr {
  background-color: #f0e9df;
}
.meal .box {
  background: #8e8e8e;
  padding: 60px 30px;
}
#meal .top_box,
#meal .top_box_re {
  width: 100%;
  margin: 80px auto 150px;
  display: flex;
  position: relative;
  align-items: center;
}
.meal img {
  height: auto !important;
  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: 510px;
  top: -15px;
  right: 0;
}
.meal_p .top_box_re .feature_txtarea {
  height: 510px;
  top: -15px;
  left: 0;
}
.meal_p .top_box .meal_txtarea {
  height: auto;
  width: 50%;
  top: -15px;
  right: 0;
  background-color: #f2e9e2;
}
.meal_p .top_box_re .meal_txtarea {
  height: 510px;
  top: -15px;
  left: 0;
}
.meal_p .top_box_l .meal_txtarea {
  height: 540px;
  top: -30px;
}
.meal .top_box .tene_caption p,
.meal .top_box_re .tene_caption p {
  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 {
  width: calc(100% - 220px);
  margin-top: 20px;
}
.meal .top_box .tene_caption .hdbox div.hbar_l,
.meal .top_box_re .tene_caption .hdbox div.hbar_l {
  width: calc(100% - 300px);
  height: 1px;
}
@media screen and (max-width: 896px) {
  .meal_p .top_box .meal_txtarea {
    width: 100%;
  }
  .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%;
}
.meal .top_box ul li,
.meal .top_box_re ul li {
  font-size: 1.4rem;
  padding: 7px 0;
  text-align: left;
  position: relative;
  line-height: 1.4;
  list-style: disc;
}
.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*/
/* ------------------------------
 アクセス　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;
  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: 4px 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: 4px 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;
  }
}
/*****************************************************
ペットページ
******************************************************/
.pet_page .pet_p {
  text-align: center;
}
.pet_box,
.pet_box_re {
  width: 100%;
  margin: 80px auto;
  display: flex;
  position: relative;
  align-items: center;
}
.pet_box_re {
  justify-content: flex-end;
}
.pet_box .feature_mainimg,
.pet_box_re .feature_mainimg {
  width: 54%;
  object-fit: cover;
}
.pet_box .feature_mainimg img,
.pet_box_re .feature_mainimg img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.pet_box .feature_txtarea {
  max-width: 1000px;
  width: 48%;
  height: 550px;
  position: absolute;
  top: 36px;
  right: 0;
  background-color: #ddf0ef;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23555555' fill-opacity='0.18' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.8;
}
.pet_box_re .feature_txtarea {
  max-width: 1000px;
  width: 48%;
  height: 550px;
  position: absolute;
  top: 36px;
  left: 0;
  background-color: #ddf0ef;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23555555' fill-opacity='0.18' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.8;
}
.pet_textarea_p {
  padding: 6rem 5rem;
}
.pet_textarea_p h3 {
  padding-bottom: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #333;
}
.pet_textarea_p p {
  color: #333;
}
.pet_textarea_p h3 span.point_n {
  font-size: 4rem;
  color: #333;
}
.pet_textarea_p h3 span.sub_title {
  font-size: 1.5rem;
}
@media screen and (max-width: 896px) {
  .pet_box,
  .pet_box_re {
    flex-direction: column;
    margin: 30px auto;
  }
  .pet_box .feature_mainimg,
  .pet_box_re .feature_mainimg {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .pet_box .feature_mainimg img,
  .pet_box_re .feature_mainimg img {
    margin-bottom: 0;
    height: auto;
    min-height: 260px;
  }
  .pet_box .feature_txtarea,
  .pet_box_re .feature_txtarea {
    max-width: 100%;
    height: 100%;
    position: static;
  }
  .pet_box .feature_txtarea {
    max-width: 1030px;
    height: auto;
    top: 56px;
    right: 0;
    width: 90%;
    transform: translate(0%, -2%);
  }
  .pet_box_re .feature_txtarea {
    max-width: 1030px;
    height: auto;
    top: 56px;
    left: 50%;
    width: 90%;
    transform: translate(0%, -2%);
  }
  .pet_textarea_p h3 span.point_n {
    font-size: 3rem;
  }
  .pet_textarea_p {
    padding: 10% 5%;
  }
  .pet_textarea_p h3 {
    padding-bottom: 20px;
    font-size: 1.8rem;
  }
  .pet_textarea_p p {
    font-size: 1.4rem;
  }
}
.tene_caption table {
  width: 100%;
}
.tene_caption table tr {
  font-size: 1.6rem;
  border-bottom: 1px solid #cfcfcf;
  text-align: left;
}
.tene_caption table tr.line_none {
  border-bottom: none;
}
.tene_caption table tr th {
  padding: 1.6rem 2.5rem 1.6rem 0;
  width: 32%;
  box-sizing: border-box;
  font-size: 14px;
}
.tene_caption table td {
  width: 68%;
  font-size: 14px;
  padding: 1.6rem 0 1.6rem 0;
  box-sizing: border-box;
  line-height: 1.5;
}
.pet_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 120px;
  display: flex;
}
.pet_inner .gr_inn {
  background-color: #ececec;
  padding: 40px 0 10px;
}
.pet_inner .img {
  width: 100%;
  box-sizing: border-box;
}
.pet_inner .txt {
  width: 90%;
  margin: 0 auto;
  padding: 30px;
}
.pet_inner .txt .rm_names {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.pet_inner .txt .rm_names p,
.pet_inner .txt .rm_name p {
  width: 48%;
  padding: 10px 0;
  box-sizing: border-box;
  background-color: #888;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 700px) {
  .pet_inner {
    display: block;
    padding: 20px 0 50px;
  }
  .pet_inner .txt {
    padding: 30px 0 0;
  }
  .pet_inner .txt .rm_names p,
  .pet_inner .txt .rm_name p {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 5px;
    font-size: 1.5rem;
    box-sizing: border-box;
  }
}
.pet_inner .txt p.type {
  color: #fff;
  background: #425356;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
}
.pet_inner .txt table {
  width: 100%;
}
.pet_inner .txt table tr {
  font-size: 1.6rem;
  border-bottom: 1px solid #cfcfcf;
  text-align: left;
}
.pet_inner .txt table tr.line_none {
  border-bottom: none;
}
.pet_inner .txt table tr th {
  padding: 1.6rem 2.5rem 1.6rem 0;
  width: 25%;
  box-sizing: border-box;
}
.pet_inner .txt table td {
  width: 75%;
  font-size: 1.6rem;
  padding: 1.6rem 0 1.6rem 0;
  box-sizing: border-box;
  line-height: 1.5;
}
.ss_pet {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ss_pet_box {
  width: 32%;
}
.ss_pet_txt {
  margin: 20px;
}
.ss_img {
  width: 100%;
}
.ss_img img {
  width: 100%;
  object-fit: cover;
}
.ss_title {
  font-size: 2rem;
  font-weight: bold;
}
.ss_txtbox table {
  width: 100%;
}
.ss_txtbox table tr {
  font-size: 1.6rem;
  border-bottom: 1px solid #cfcfcf;
  text-align: left;
}
.ss_txtbox table tr.line_none {
  border-bottom: none;
}
.ss_txtbox table tr th {
  padding: 1.6rem 2.5rem 1.6rem 0;
  width: 16%;
  box-sizing: border-box;
  font-size: 14px;
}
.ss_txtbox table td {
  width: 84%;
  font-size: 1.6rem;
  padding: 1.6rem 0 1.6rem 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .ss_pet {
    display: block;
    margin: 20px auto;
  }
  .ss_pet_box {
    width: 100%;
  }
}
#pet .ul_item {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  background: #fff;
  border-radius: 21px;
  width: 400px;
  padding: 10px;
}
#pet ul {
  margin-right: 20px;
}
#pet ul li {
  padding: 6px;
}
@media screen and (max-width: 700px) {
  #pet .ul_item {
    margin-top: 10px;
    display: block;
    width: 300px;
    padding: 10px;
  }
}
/*END*/
/* ------------------------------
   stay
------------------------------ */
.page_top_view img.stay_top {
  object-position: bottom;
}
.aboutpage .btn_link_color_dg p {
  padding: 0 0 30px 50px;
}
.aboutpage .btn_link_color_dg p a {
  margin: 0;
}
.about_top {
  width: 100%;
  height: 600px;
  background: url(../img/aboutlp/fv.png);
  background-position: center;
  background-size: cover;
}
.dltop {
  margin-bottom: 40px;
}
.about_top .dl_logo {
  width: 100%;
  height: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.about_top .dl_logo img {
  width: 100%;
  max-width: 200px;
  object-fit: cover;
}
.dltop h2 {
  font-size: 2.3rem;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}
.dltop h2 span {
  font-size: 2.2rem;
}
.aboutpage {
  width: 100%;
  padding: 100px 30px 50px;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
}
.aboutpage h2,
.aboutpage p {
  text-align: left;
  padding: 30px 0 30px;
}
.dl_concept {
  width: 100%;
  margin-bottom: 80px;
}
.dl_concept h3 {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  font-size: 25px;
  line-height: 1.5;
}
.dl_concept h3:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  display: inline-block;
  width: 45px;
  height: 5px;
  background-color: #8ca7d0;
}
.dl_concept .con_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.dl_concept .con_flex p {
  width: 100%;
  box-sizing: border-box;
  margin: 50px 0 150px;
}
.dl_concept .con_flex ul {
  width: 40%;
  box-sizing: border-box;
  margin: 50px 0 150px;
  padding: 30px 0 30px;
  line-height: 2;
}
.dl_concept .con_flex p span {
  font-size: 24px;
}
.dl_concept p {
  line-height: 2;
}
.dl_concept .con_flex .con_img {
  width: 60%;
  text-align: center;
}
.dl_concept .con_flex .con_img img {
  width: 54%;
  object-fit: cover;
  display: inline-block;
}
.con_left {
  width: 100%;
  text-align: left;
}
.con_left img {
  margin: 0px 0;
  width: 66%;
  height: 515px;
  object-fit: cover;
  display: inline-block;
  margin-top: 50px;
}
.con_right {
  width: 100%;
  text-align: right;
  margin-top: 50px;
}
.con_right img {
  margin: 0px 0;
  width: 56%;
  height: 432px;
  object-fit: cover;
  display: inline-block;
  object-position: 50% 70%;
}
.con_center {
  width: 100%;
  text-align: center;
}
.con_center img {
  margin: 0px 0;
  width: 65%;
  height: 261px;
  object-fit: cover;
  display: inline-block;
  object-position: 50% 20%;
}
.con_mv {
  width: 100%;
  text-align: center;
}
.con_mv img {
  margin: 50px 0;
  width: 80%;
  height: 220px;
  object-fit: cover;
  display: inline-block;
  object-position: 50% 40%;
}
.con_flex_img {
  width: 50%;
  text-align: center;
}
.con_flex_img .confl_lf {
  width: 60%;
  height: 300px;
  object-fit: cover;
  display: inline-block;
  object-position: 50% 70%;
}
.con_flex_img .confl_rt {
  width: 100%;
  height: 219px;
  object-fit: cover;
  display: inline-block;
  object-position: 50% 70%;
}
.dl_concept .con_flex_sten {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 350px;
}
.dl_concept .con_flex_sten div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.dl_concept .con_flex_sten div:first-child {
  width: 50%;
  justify-content: flex-start;
}
.dl_concept .con_flex_sten div:first-child img {
  width: 100%;
  height: 190px;
}
.dl_concept .con_flex_sten div:last-child {
  width: 50%;
  justify-content: flex-end;
  align-items: flex-end;
}
.dl_concept .con_flex_sten div:last-child img {
  width: 90%;
  height: 260px;
}
.dl_concept .con_flex_dg_eq div:first-child {
  width: 50%;
  justify-content: flex-start;
}
.dl_concept .con_flex_dg_eq div:first-child img {
  width: 100%;
  height: 190px;
}
.dl_concept .con_flex_dg_eq div:last-child {
  width: 50%;
  justify-content: flex-end;
  align-items: flex-end;
}
.dl_concept .con_flex_dg_eq div:last-child img {
  width: 90%;
  height: 260px;
}
.aboutlp_resv {
  width: 100%;
  text-align: center;
  margin: 70px auto;
}
.aboutlp_resv h3 {
  font-size: 2.4rem;
}
.aboutother {
  width: 100%;
  max-width: 1100px;
}
.aboutother ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutother ul li {
  width: 33%;
  padding: 20px;
  box-sizing: border-box;
}
.aboutother ul li h3 {
  width: 60%;
  background-color: #aca186;
  padding: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.aboutother ul li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.aboutother ul li p {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0;
  padding-top: 15px;
}
.aboutother .btn_aboutlp p a {
  width: 120px;
  padding: 3px 20px;
  display: block;
  transition: all 0.2s;
  text-align: center;
  margin: 0 auto;
  margin-left: 0;
  border-radius: 27px;
  border: #6f6856 1px solid;
  color: #6f6856;
  font-size: 1.3rem;
}
.dglpft {
  width: 100%;
  margin: 60px auto 120px;
}
.dglpft img {
  width: 100%;
  max-width: 800px;
  height: 200px;
  object-fit: cover;
  margin: 0 auto;
}
.dglpft p {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  padding: 0;
  margin: 30px auto;
}
.con_full {
  width: 100%;
}
.con_full img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: 50% 73%;
}
.fnt_color {
  font-size: 35px;
  color: orange;
  font-weight: bold;
}
.lh_about {
  line-height: 1.5em;
}
.dfoot {
  width: 75px;
  margin: 20px auto 40px;
}
.dfoot img {
  width: 100%;
}
.aboutpage .btn_link_color p a {
  width: 150px;
  padding: 10px 80px;
  display: block;
  transition: all 0.2s;
  text-align: center;
  margin: 0px auto 80px;
  border-radius: 27px;
  border: #326890 1px solid;
  color: #326890;
}
.about_resv_p {
}
@media screen and (max-width: 896px) {
  .dl_concept h3 {
    font-size: 18px;
    padding: 0 0 0 60px;
  }
  .dl_concept h3 span {
    font-size: 28px;
  }
  .about_top {
    width: 100%;
    height: 195px;
    background-size: 100%;
  }
  .about_top .dl_logo {
    width: 100%;
    height: 220px;
  }
  .about_top .dl_logo img {
    width: 100%;
    max-width: 130px;
    object-fit: cover;
  }
  .aboutother ul li {
    width: 100%;
  }
  .aboutpage h2,
  .aboutpage p {
    padding: 30px 0;
  }
  .aboutpage p {
    font-size: 14px;
    padding: 0;
    margin-bottom: 50px;
  }
  .aboutpage {
    padding: 0px 10px;
  }
  .dl_concept {
    margin: 50px auto 0;
  }
  .dl_concept .con_flex {
    flex-direction: row-reverse;
    align-items: stretch;
    margin-top: 20px;
  }
  .dl_concept .con_flex.re_flex {
    flex-direction: row;
    align-items: center;
  }
  .dl_concept .con_flex p {
    width: 97%;
    margin: 0;
    padding: 30px 0 30px;
  }
  .dl_concept .con_flex p span {
    font-size: 15px;
  }
  .dl_concept .con_flex .con_img {
    width: 45%;
    margin: 30px 0;
  }
  .dl_concept .con_flex .con_img img {
    height: 250px;
    object-position: 33% 50%;
    width: 100%;
  }
  .aboutpage .btn_link_color_dg p {
    padding: 0 0 30px 0;
  }
  .con_left img {
    width: 80%;
    height: 140px;
    margin: 25px 0;
  }
  .con_right img {
    width: 80%;
    height: 140px;
    margin: 25px 0;
  }
  .con_right.w-all {
    width: 100%;
    text-align: center;
  }
  .con_center.w-all img {
    width: 100%;
    height: 140px;
  }
  .con_mv img {
    width: 100%;
    height: 140px;
  }
  .con_flex_img {
    width: 45%;
    text-align: center;
  }
  .con_flex_img .confl_lf {
    width: 100%;
    height: 200px;
  }
  .con_flex_img .confl_rt {
    width: 100%;
    height: 100px;
  }
  .con_right {
    margin: 0px;
  }
  .dl_concept .con_flex_sten div:first-child img {
    height: 120px;
  }
  .dl_concept .con_flex_sten div:last-child img {
    height: 100px;
  }
  .dl_concept .con_flex_sten {
    flex-wrap: wrap;
    height: 165px;
  }
  .dglpft img {
    height: 140px;
  }
  .aboutpage .btn_link_color p a {
    padding: 10px 30px;
    margin: 20px auto;
  }
  .dl_concept .con_flex ul {
    width: 50%;
    margin: 0;
  }
  .dl_concept .con_flex li {
    font-size: 14px;
  }
  .aboutlp_resv h3 {
    font-size: 2rem;
  }
}
/* ------------------------------
  SPA
------------------------------ */
.spa02_box {
  width: 70%;
  margin: 0 auto;
}
.spa02_box .spa02_l {
  width: 100%;
  display: flex;
}
.spa02_ex {
  width: 56%;
  margin: 150px 50px;
}
.spa02_left {
  object-fit: cover;
  width: 42%;
}
.spa02_left img {
  object-fit: cover;
  width: 100%;
  height: 600px;
}
.spa02_center {
  width: 80%;
  margin: 40px 0;
}
.spa02_center img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.spa02_right {
  width: 45%;
  margin: 0 0 0 64%;
}
.spa02_right img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.spa02_bod {
  width: 82%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 896px) {
  .spa02_box {
    width: 100%;
  }
  .spa02_ex {
    margin: 10px;
  }
  .spa02_box .spa02_l {
    flex-direction: row-reverse;
  }
  .spa02_left img {
    height: 300px;
  }
  .spa02_center {
    width: 80%;
  }
  .spa02_center img {
    height: 150px;
  }
  .spa02_right {
    width: 80%;
    margin: 0 0 0 20%;
  }
  .spa02_right img {
    height: 200px;
  }
}
/* ------------------------------
  愛犬ページ　動画vimeo
------------------------------ */
.video_wrap {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .video_wrap {
    width: 88%;
    margin: 0 auto;
  }
}
/* ------------------------------
  アクティビティページ Activity
------------------------------ */
.activity_top {
  object-position: 50% 70%;
}
.activity .box {
  background: #ddf0ef;
  padding: 60px 15px;
  margin-bottom: 80px;
}
.activity img {
  width: 94%;
  height: 360px;
  object-fit: cover;
}
.activity_txt {
  text-align: center;
  margin: 0 auto 50px;
}
.activity h3 {
  font-size: 2.3rem;
  margin-bottom: 20px;
  text-align: center;
}
.activity .inner {
  width: 80%;
  margin: 0 auto;
}
/*PC*/
@media screen and (min-width: 897px) {
} /*END*/
/*Smartphone*/
@media screen and (max-width: 896px) {
  .activity {
    padding: 80px 0 20px;
    padding-top: 0px;
  }
  .activity img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .activity .inner {
    width: 100%;
  }
}
.activity .txt_width {
  padding: 80px 0;
}
.activity_bod {
  display: flex;
}
.act_abimg {
  width: 45%;
}
.act_abimg img {
  width: 100%;
  object-fit: cover;
}
.activity_bod table {
  width: 55%;
  margin: 10px 20px;
  box-sizing: border-box;
}
.activity_bod table tr {
  font-size: 1.5rem;
  padding: 1.6rem;
  border-bottom: 1px dotted #575757 !important;
  text-align: left;
}
.activity_bod table tr.line_none {
  border-bottom: none;
}
.activity_bod table tr th {
  padding: 20px 10px;
  width: 30%;
  line-height: 1.5;
  box-sizing: border-box;
}
.activity_bod table td {
  width: 70%;
  font-size: 1.5rem;
  padding: 20px 10px;
  line-height: 1.5;
  box-sizing: border-box;
}
.activity_bod table.activity tr {
  border-bottom: 1px dotted #575757 !important;
}
@media screen and (max-width: 896px) {
  .activity_bod {
    display: block;
  }
  .activity .txt_width {
    padding: 30px 0;
  }
  .act_abimg {
    width: 100%;
  }
  .activity_bod table {
    width: 100%;
    margin: 0;
  }
  .activity_bod table tr th {
    padding: 16px 5px;
    width: 30%;
  }
  .activity_bod table td {
    width: 70%;
  }
}
.separatecategory_content .top_content__img .spot_time {
  background: #fd6744;
  border-bottom-left-radius: 10px;
}
.separatecategory_content .top_content__img .spot_time a {
  color: #fff;
  font-weight: bold;
}
.separatecategory_content .top_content__img .is-season {
  background: #f06d79;
}
.content_icon_area {
  width: 90%;
  margin: 15px auto 15px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: left;
  font-size: 14px;
}
.content_icon_area .content_icon_box {
  width: 24%;
  text-align: center;
  padding: 7px 10px;
  box-sizing: border-box;
  border-radius: 7px;
  font-weight: bold;
  color: #fff;
  margin-right: 1%;
  background: #253c8a;
}

@media screen and (max-width: 896px) {
  .separatecategory_content .top_content__img .spot_time {
    padding: 10px;
  }
  .contet_icon_area .content_icon_box {
    width: 100%;
    padding: 5px 5px;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 1.1rem;
  }
}
/*温泉紹介*/
.onsenhowto .faci_expl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.onsenhowto .faci_expl .faci_box {
  width: 32.5%;
  padding: 0 5px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.onsenhowto .faci_expl .fac_img {
  width: 100%;
  height: 200px;
}
.onsenhowto .faci_expl .fac_img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.onsenhowto .faci_expl .fac_txt {
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  background-color: #fff;
  position: static;
  height: auto;
}
.onsenhowto .faci_expl .fac_txt h3 {
  font-size: 2rem;
}
.onsenhowto .faci_expl .fac_txt p {
  margin-top: 10px;
  padding-top: 15px;
}
.onsenhowto .faci_expl::-webkit-scrollbar {
  height: 8px;
}
.onsenhowto .faci_expl::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 4px;
}
.onsenhowto .faci_expl {
  -ms-overflow-style: auto;
  scrollbar-width: thin;
  scrollbar-color: #bbb transparent;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .onsenhowto .faci_expl .faci_box {
    width: 49.5%;
  }
  .onsenhowto .faci_expl .fac_txt {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .onsenhowto .faci_expl {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding-bottom: 40px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #aaa #f3f3f3;
  }
  .onsenhowto .faci_expl::-webkit-scrollbar {
    height: 8px;
  }
  .onsenhowto .faci_expl::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-radius: 10px;
  }
  .onsenhowto .faci_expl::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 10px;
    border: 2px solid #f3f3f3;
  }
  .onsenhowto .faci_expl::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }
  .onsenhowto .faci_expl .faci_box {
    flex: 0 0 80%;
    max-width: 80%;
    scroll-snap-align: start;
    margin-bottom: 0;
  }
  .onsenhowto .faci_expl .fac_img {
    height: 180px;
  }
  .onsenhowto .faci_expl .fac_img img {
    height: auto;
  }
  .onsenhowto .faci_expl .fac_txt {
    height: 220px;
    margin: -8px auto 0;
    padding: 20px;
    width: 94%;
  }
  .onsenhowto .faci_expl .fac_txt h3 {
    font-size: 1.8rem;
  }
}
.onsenhowto .faci_expl img {
  border-radius: 15px;
}
.onsen_p .top_box_re {
  width: 90%;
  margin: 4% auto;
  justify-content: center;
}
.onsen_p .ttl_area {
  margin: 10px auto;
  width: 90%;
  max-width: 1000px;
}
.onsen_p .ttl_area p {
  text-align: left;
}
/* 登山ページ*/
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}
.timeline-content h3 {
  text-align: left;
}
.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-date {
  width: 110px;
  float: left;
  margin-top: 20px;
}
.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #e1ebf2 solid;
  padding-left: 30px;
  padding-top: 30px;
}
.timeline-content:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #88afc9;
  position: absolute;
  left: 106px;
  top: 24px;
  border-radius: 100%;
}
.climbing_p .ttl_area img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .climbing_p .ttl_area p {
    text-align: left;
  }
   .climbing_p .ttl_area p.timeline-date {
	text-align: center;
	}
  .timeline-content {
    margin-left: 3%;
  }
  .timeline-content:before {
    left: 5px;
  }
  .timeline-content {
    width: 95%;
  }
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 700px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100% / 2);
  height: 50px;
  border-bottom: 3px solid #88afc9;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#dayone:checked ~ #dayone_content,
#daytwo:checked ~ #daytwo_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #88afc9;
  color: #fff;
}

/* ------------------------------
   過ごし方 spend
------------------------------ */
.timeline-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.timeline-txt {
  width: 55%;
}

.timeline-txt-only {
  width: 100%;
}

.timeline-img {
  width: 43%;
  margin: 0;
}

.timeline-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .timeline-flex {
    flex-direction: column;
  }

  .timeline-txt {
    width: 100%;
  }

  .timeline-img {
    width: 100%;
    margin: 20px 0 20px;
  }
}
