/* 下層ページ */
.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 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%;
  }
}
/*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;
  margin-bottom: 100px;
}
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) {
  .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;
}
.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 {
  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%;
  max-width: 1600px;
  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: 10px 0;
  }
  .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: #d8e6ed;
  /*#ECECEC*/
  padding: 40px 0 10px;
}
.room .img {
  width: 95%;
  padding: 15px 15px;
  border: 1px solid #ECECEC;
  margin: 0 auto 30px;
  box-sizing: border-box;
  background-color: #fff;
}
.room .txt {
  width: 90%;
  margin: 0 auto;
  line-height: 2.0rem;
}
.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: #99bdd1;
  /*#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 {
    padding: 35px 0;
  }
  .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
------------------------------ */
.hdbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.hdbox h2 {
  width: 255px;
  color: #222;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 3.0rem;
}
.hdbox div.hbar {
  width: calc(100% - 260px);
  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_ex {
  width: 100%;
}
.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_box .spa_r img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width:550px) {
  .spa_box .spa_l {
    width: 100%;
    padding-right: 0;
  }
  .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: #88a6b1;
  /*rgba(20, 20, 20, 0.86)*/
  padding: 45px 35px;
}
.spa_am .txt p {
  color: #fff;
  text-align: left;
}
@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;
    position: relative;
    z-index: 10;
  }
  .spa_am .txt {
    /* width: 80%; */
    font-size: 18px;
    /* top: 70%; */
    top: 88%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 45px 25px;
    box-sizing: border-box;
    z-index: 1;
  }
  .spa_box {
    width: 100%;
    padding: 0 0;
  }
  .spa_box .spa_l img {
    margin: 30px auto;
  }
  .spa_bod {
    width: 100%;
  }
}
/* ------------------------------
  食事　meal
------------------------------ */
div.meal_p {
  background-color: #edf3f5;
}
.meal {
  padding: 44px 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: 450px;
}*/
.meal_p .top_box .feature_mainimg img, .meal_p .top_box_re .feature_mainimg img {
  height: 450px;
}
.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_p .top_box_l .feature_txtarea {
  height: auto;
  top: -30px;
  width: 600px;
  background-color: #b9c1c4;
}
@media screen and (max-width:896px) {
  .meal_p .top_box_l .feature_txtarea {
    height: auto;
    top: -30px;
    width: 90%;
  }
}
.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%;
}
.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*/
/* ------------------------------
 アクセス　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;
  }
}
/*END*/
/* ------------------------------
 VIP
------------------------------ */
@media screen and (max-width: 896px) {
  #vip .c_pet {
    left: 33%;
  }
  #vip .pet_top_p_s {
    bottom: 148px;
  }
  #vip .pet_top_p {
    bottom: 80px;
  }
}
/*END*/
/* ------------------------------
 ペット　pet
------------------------------ */
.page_top_view_pet {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.c_pet {
  position: relative;
}
p.c_pet {
  font-weight: bold;
  left: 56%;
  color: #3d351c;
}
.pet_top_p {
  position: absolute;
  bottom: 193px;
  font-size: 4.0rem;
  color: #fff;
}
.pet_top_p_s {
  position: absolute;
  bottom: 340px;
  font-size: 4rem;
  color: #fff;
}
.pet_top_logo {
  position: absolute;
  bottom: 50px;
  right: 20px;
}
.pet_top_logo img {
  width: 200px;
  height: auto;
  object-fit: cover;
}
.pet {
  width: 1000px;
  margin: 0 auto;
}
.pet p {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 50px;
}
.pet p.pet_type {
  font-size: 2rem;
  font-weight: bold;
}
.pet .box.pet {
  width: 600px;
  height: 110px;
  margin: 50px auto;
  padding: 10px;
  text-align: center;
}
.pet_main {}
.pet_main .top_feature_bk .container h3.ttl {
  font-size: 2.5rem;
  text-decoration: underline;
  text-align: center;
  padding-bottom: 30px;
}
.top_box.pet_box {
  position: relative;
  margin-bottom: 200px;
}
.top_box.pet_box .feature_mainimg img {
  height: 400px;
  filter: drop-shadow(5px 5px 2px #828282);
}
.top_box.pet_box .feature_txtarea {
  position: absolute;
  /*top: 185px;*/
  right: 50px;
  height: auto;
  width: 480px;
  padding: 18px 8px 18px 18px;
}
.top_box_re.pet_box .feature_txtarea {
  position: absolute;
  /* top: 250px; */
  right: 620px;
  height: auto;
  width: 504px;
  padding: 18px 8px 18px 18px;
}
.pet_map {
  max-width: 700px;
  margin: 0 auto 60px;
}
.pet_map img {
  width: 100%;
}
hr.style5 {
  border-top: 2px dashed #fff;
  margin-bottom: 50px;
}
.pet_last {
  margin: 0 auto;
  padding: 60px 0;
  background: #eae1cf;
}
.pet_h3 {
  font-size: 2.0rem;
  color: #fff;
  border-bottom: 1px solid #AFB4AC;
  padding-bottom: 11px;
}
.pet_p {
  line-height: 1.7;
  font-size: 1.5rem;
  color: #fff;
  margin: 18px 0 0 0;
}
.tene_caption ul {
  line-height: 1.7;
  font-size: 1.5rem;
  color: #fff;
}
.tene_caption ul li {
  color: #fff;
}
.pet_h2 {
  font-size: 2.5rem;
  text-align: center;
}
/*Smartphone*/
@media screen and (max-width:896px) {
  img.page_top_view_pet {
    height: 300px;
  }
  p.c_pet {
    font-size: 2.5rem;
  }
  .pet_top_p {
    position: absolute;
    left: 5px;
    bottom: 90px;
    font-size: 2.0rem
  }
  .pet_top_p_s {
    position: absolute;
    left: 5px;
    bottom: 161px;
    font-size: 2.0rem;
  }
  .pet_top_logo {
    position: absolute;
    bottom: 18px;
    right: 20px;
  }
  .pet_top_logo img {
    width: 80px;
  }
  .pet_main .top_feature_bk .container h3.ttl {
    font-size: 1.5rem;
  }
  .pet {
    width: 100%;
  }
  .pet p {
    max-width: 96%;
    text-align: center;
  }
  .pet .box.pet {
    width: auto;
  }
  .top_box.pet_box {
    margin-bottom: 300px;
  }
  .top_box.pet_box .feature_mainimg img {
    height: 250px;
    width: 100%;
  }
  .top_box.pet_box .feature_txtarea {
    width: 92%;
    top: 283px;
    margin: 0 auto;
    left: 3px;
  }
  .top_box_re.pet_box .feature_txtarea {
    width: 92%;
    top: 283px;
    margin: 0 auto;
  }
  .pet_map {
    width: 80%;
    margin: 0 auto 30px;
  }
  .top_box h3 {
    font-size: 1.8rem
  }
}
/*END*/
/* ------------------------------
 カノアから眺める富士山を堪能　fuji
------------------------------ */
.sp_ful {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
div.fuji_p {
  background-color: #fff;
}
.fuji h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
.fuji p.msg {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.0;
}
.fuji p.white {
  color: #ccc;
}
.fuji .box {
  width: 100%;
  padding: 80px 0 0;
}
.fuji .map img {
  margin: 0 auto;
  width: 100%;
}
.fuji .fuji_map {
  background-color: #F2F3F6;
  padding: 70px 0 50px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.fuji .fuji_map img {
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width:896px) {
  .fuji .fuji_map {
    background-color: #F2F3F6;
    padding: 10px 0;
  }
  .fuji .fuji_map img {
    margin: 0 auto;
    width: 98%;
  }
}
.fuji .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 35px 0;
}
.fuji .gr_inn {
  /* background-color: #d8e6ed; #ECECEC */
  padding: 40px 0 10px;
}
.fuji .img {
  width: 100%;
  padding: 15px;
  display: flex;
}
.fuji_img {
  width: 32%;
  margin: auto 8px;
  object-fit: cover;
}
.fuji .txt {
  width: 90%;
  margin: 0 21px;
  line-height: 2.0rem;
}
.fuji .txt .fuji_names {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.fuji .txt .fuji_names p, .fuji .txt .fuji_name p {
  width: 48%;
  padding: 10px 0;
  box-sizing: border-box;
  background-color: #99bdd1;
  /*#222*/
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width:700px) {
  .fuji .txt .fuji_names p, .fuji .txt .fuji_name p {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 1.5rem;
    box-sizing: border-box;
  }
  .fuji .img {
    padding: 0px;
    display: block;
  }
  .fuji_img {
    width: 93%;
    margin: 0 auto;
    object-fit: cover;
    margin-bottom: 15px;
  }
}
.fuji .txt p.type {
  color: #fff;
  background: #425356;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
}
.fuji .txt table {
  width: 100%;
}
.fuji .txt table tr {
  font-size: 1.6rem;
  border-bottom: 1px solid #CFCFCF;
  text-align: left;
}
.fuji .txt table tr.line_none {
  border-bottom: none;
}
.fuji .txt table tr th {
  padding: 1.6rem 2.5rem 1.6rem 0;
  width: 40%;
  box-sizing: border-box;
}
.fuji .txt table td {
  width: 60%;
  font-size: 1.6rem;
  padding: 1.6rem 0 1.6rem 0;
  box-sizing: border-box;
}
.fuji .inner .fuji01 {
  width: 580px;
}
.fuji .inner .fuji01 img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.fuji .inner .fuji01_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;
}
.fuji .txt_width table {
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}
.fuji .txt_width table tr {
  font-size: 1.6rem;
  padding: 1.6rem;
  border-bottom: 1px dotted #CFCFCF;
  text-align: left;
}
.fuji .txt_width table tr.line_none {
  border-bottom: none;
}
.fuji .txt_width table tr th {
  padding: 1.6rem 2.5rem;
  width: 28%;
  line-height: 1.3;
  box-sizing: border-box;
}
.fuji .txt_width table td {
  width: 72%;
  font-size: 1.6rem;
  padding: 16px 25px;
  line-height: 1.3;
  box-sizing: border-box;
}
.fuji .txt_width table.fuji_details {
  border-top: 1px dotted #e6ebec;
  border-bottom: none;
  margin: 16px auto 0;
}
.fuji .txt_width table.fuji_details tr {
  border-bottom: 1px dotted #e6ebec;
}
.fuji .txt_width table.fuji_details tr:last-child {
  border-bottom: none;
}
.fuji .txt_width table.fuji_details th {
  font-size: 1.6rem;
  padding: 10px 0 10px 10px;
  width: 60%;
  text-align: left;
  box-sizing: border-box;
}
.fuji .txt_width table.fuji_details td {
  width: 40%;
  font-size: 1.6rem;
  padding: 10px 10px 10px 0;
  text-align: right;
  box-sizing: border-box;
}
.fuji ul.label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fuji ul.label li {
  width: 48%;
  display: flex;
  margin-bottom: 14px;
}
.fuji ul.label li p {
  padding: 20px 0;
  font-size: 1.6rem;
}
.fuji ul.label li .green {
  width: 40%;
  color: #fff;
  background: #19a495;
  text-align: center;
  font-weight: 500;
}
.fuji 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) {
  .fuji .map {
    padding: 0;
  }
  .fuji .inner {
    padding: 35px 0;
  }
  .fuji .txt {
    width: 95%;
    margin: 0 auto;
  }
  .fuji .txt table {
    width: 94%;
    margin: 20px auto 0;
  }
  .fuji .inner .fuji01 {
    width: 94%;
    margin: 60px auto 20px;
  }
  .fuji .inner .fuji01_txt {
    width: 94%;
    max-width: 94%;
    margin-left: 0;
    padding: 0 3%;
  }
  .am_gr {
    padding: 30px 15px 70px;
    background-color: #ECECEC;
  }
  .fuji .txt_width table {
    width: 100%;
  }
  .fuji .txt_width table tr th {
    padding: 10px 10px;
    font-size: 1.4rem;
  }
  .fuji .txt_width table td {
    font-size: 1.4rem;
    padding: 10px 19px;
  }
  .fuji_name p {
    line-height: 1.8;
    font-size: 1.6rem;
    padding-left: 5px;
    color: #DCD9E7;
  }
}
/*END*/
/* inclusive */
@media screen and (min-width: 897px) {
  #inclusive .page_top_view_pet {
    object-position: 0 65%;
  }
  #inclusive .top_box.pet_box .feature_txtarea {
    right: 80px;
  }
  #inclusive .top_box_re.pet_box .feature_txtarea {
    left: 70px;
  }
  #inclusive .c_pet {
    left: 5%;
  }
  #inclusive .pet_top_p_s {
    bottom: 330px;
  }
  #inclusive .pet_top_p {
    bottom: 270px;
  }
}
@media screen and (max-width: 896px) {
  #inclusive .top_box.pet_box {
    padding-bottom: 180px;
  }
  #inclusive .top_box.pet_box .feature_txtarea {
    top: 270px;
  }
  #inclusive .pet_top_p {
    position: absolute;
    left: -52%;
    bottom: 130px;
  }
  #inclusive .pet_top_p_s {
    position: absolute;
    left: -52%;
    bottom: 160px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 700px) {
  #inclusive .top_feature_bk {
    padding: 0;
  }
}
/* inclusive END　*/
/* group */
#group p.c_pet {
  left: 10%;
  text-shadow: 1px 1px #575757;
}
#group .pet_top_p_s {
  bottom: 250px;
}
#group .btn_bw p a {
  width: 215px;
}
@media screen and (max-width: 896px) {
  #group p.c_pet {
    left: 58%;
  }
  #group .pet_top_p_s {
    position: absolute;
    left: -12%;
    bottom: 58px;
    font-size: 1.8rem;
  }
  #group .pet_top_p {
    position: absolute;
    left: -12%;
    bottom: 31px;
  }
  #group .top_box.pet_box1 {
    margin-bottom: 450px !important;
  }
  #group .top_box.pet_box {
    margin-bottom: 375px;
  }
}
/* group END */
/* Option　オプションページ*/
@media screen and (min-width: 897px) {
  #option .page_top_view_pet {
    object-position: 0 65%;
  }
  #option .top_box.pet_box .feature_txtarea {
    right: 80px;
  }
  #option .top_box_re.pet_box .feature_txtarea {
    left: 70px;
  }
  #option .c_pet {
    left: 5%;
  }
  #option .pet_top_p_s {
    bottom: 330px;
  }
  #option .pet_top_p {
    bottom: 270px;
  }
}
@media screen and (max-width: 896px) {
  #option .top_box.pet_box {
    padding-bottom: 20px;
  }
  #option .top_box.pet_box .feature_txtarea {
    /*top: 333px;*/
  }
  #option .pet_top_p {
    position: absolute;
    left: -52%;
    bottom: 130px;
  }
  #option .pet_top_p_s {
    position: absolute;
    left: -52%;
    bottom: 160px;
    font-size: 1.8rem;
  }
  #option .top_box.pet_box .feature_txtarea {
    width: 90%;
    top: 237px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 896px) {
  #option .top_feature_bk {
    padding: 0;
  }
}
/* Option オプションページEND */
/* ------------------------------
 サウナ　sauna
------------------------------ */
.page_top_view_sauna {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.c_sauna {
  position: relative;
}
p.c_sauna {
  font-weight: bold;
  left: 56%;
  color: #3d351c;
}
.sauna_top_p {
  position: absolute;
  bottom: 193px;
  font-size: 4.0rem;
  color: #fff;
}
.sauna_top_p_s {
  position: absolute;
  bottom: 340px;
  font-size: 4rem;
  color: #fff;
}
.sauna_top_logo {
  position: absolute;
  bottom: 50px;
  right: 20px;
}
.sauna_top_logo img {
  width: 200px;
  height: auto;
  object-fit: cover;
}
.sauna {
  width: 1000px;
  margin: 0 auto;
}
.sauna p {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 50px;
}
.sauna p.sauna_type {
  font-size: 2rem;
  font-weight: bold;
}
.sauna .box.sauna {
  width: 600px;
  height: 110px;
  margin: 50px auto;
  padding: 10px;
  text-align: center;
}
.sauna_main {}
.sauna_main .top_feature_bk .container h3.ttl {
  font-size: 2.5rem;
  text-decoration: underline;
  text-align: center;
  padding-bottom: 30px;
}
.top_box.sauna_box {
  position: relative;
  margin-bottom: 200px;
}
.top_box.sauna_box .feature_mainimg img {
  height: 400px;
  filter: drop-shadow(5px 5px 2px #828282);
}
.top_box.sauna_box .feature_txtarea {
  position: absolute;
  /*top: 185px;*/
  right: 50px;
  height: auto;
  width: 480px;
  padding: 18px 8px 18px 18px;
}
.top_box_re.sauna_box .feature_txtarea {
  position: absolute;
  /* top: 250px; */
  right: 620px;
  height: auto;
  width: 504px;
  padding: 18px 8px 18px 18px;
}
.sauna_h3 {
  font-size: 2.0rem;
  color: #fff;
  border-bottom: 1px solid #AFB4AC;
  padding-bottom: 11px;
}
.sauna_p {
  line-height: 1.7;
  font-size: 1.5rem;
  color: #fff;
  margin: 18px 0 0 0;
}
.sauna_h2 {
  font-size: 2.5rem;
  text-align: center;
}
/*Smartphone*/
@media screen and (max-width:896px) {
  img.page_top_view_sauna {
    height: 300px;
  }
  p.c_sauna {
    font-size: 2.5rem;
  }
  .sauna_top_p {
    position: absolute;
    left: 5px;
    bottom: 90px;
    font-size: 2.0rem
  }
  .sauna_top_p_s {
    position: absolute;
    left: 5px;
    bottom: 161px;
    font-size: 2.0rem;
  }
  .sauna_top_logo {
    position: absolute;
    bottom: 18px;
    right: 20px;
  }
  .sauna_top_logo img {
    width: 80px;
  }
  .sauna_main .top_feature_bk .container h3.ttl {
    font-size: 1.5rem;
  }
  .sauna {
    width: 100%;
  }
  .sauna p {
    max-width: 96%;
    text-align: center;
  }
  .sauna .box.sauna {
    width: auto;
  }
  .top_box.sauna_box {
    margin-bottom: 300px;
  }
  .top_box.sauna_box .feature_mainimg img {
    height: 250px;
    width: 100%;
  }
  .top_box.sauna_box .feature_txtarea {
    width: 92%;
    top: 283px;
    margin: 0 auto;
    left: 3px;
  }
  .top_box_re.sauna_box .feature_txtarea {
    width: 92%;
    top: 283px;
    margin: 0 auto;
  }
  .top_box h3 {
    font-size: 1.8rem
  }
}