/* 下層ページ */
/*Q&A　archive-qa.php*/
.qa_bk h3 {
  padding: 20px;
  margin: 40px 0 10px;
  border-bottom: 1px solid #ebebec;
  border-top: 1px solid #ebebec;
}

.qa_bk li {
  padding: 20px;
  border-bottom: 1px dotted #eee;
}

.qa_bk dt {
  padding-bottom: 20px;
  font-weight: bold;
}

.qa_bk dt span,
.qa_bk dd span {
  display: inline-block;
  margin-left: 40px;
  margin-top: 5px;
  line-height: 1.6;
}

.qa_bk dt::before {
  content: "Q";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #808080;
  position: absolute;
}

.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #45523E;
  position: absolute;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {}

/*END*/
/* ------------------------------
部屋　room
------------------------------ */
.page_top_view img.room_top {
  object-position: 0% 50%;
}

#room {
  padding-bottom: 80px;
}

#room h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

#room p.msg,
.top_rental p.msg {
  text-align: center;
  margin-bottom: 60px;
}

#room .box {
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
  background-color: #F0F1F0;
}

#room .map {
  background: #fff;
  padding: 40px 30px 30px;
}

#room .map img {
  margin: 0 auto;
  width: 100%;
}

#room .inner {
  padding: 40px 20px;
  box-sizing: border-box;
}

#room .txt {
  width: 74%;
  margin: 60px auto;
}

#room .txt p.type {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
}

#room .txt table {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
}

#room .txt_width table {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
}

#room .txt table th,
#room .txt_width table th {
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #fff;
  width: 27%;
  text-align: left;
}

#room .txt table td,
#room .txt_width table td {
  width: 73%;
  font-size: 1.5rem;
  padding: 15px 25px;
  line-height: 1.5;
}

#room .txt table td {
  border-bottom: 1px dotted #fff;
}

#room .txt p.txt_area {
  padding: 16px 25px;
}

#room .txt_width table th,
#room .txt_width table td {
  border-bottom: 1px dotted #ccc;
}

#room ul.label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#room ul.label li {
  width: 48%;
  display: flex;
  margin-bottom: 14px;
}

#room ul.label li p {
  padding: 20px 0;
  font-size: 1.6rem;
}

#room ul.label li .green {
  width: 40%;
  color: #fff;
  background: #19a495;
  text-align: center;
  font-weight: 500;
}

#room ul.label li .white {
  width: 60%;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
}

.bk_white {
  background: #fff;
}

.rm_slide {
  width: 80%;
  margin: 0 auto;
}

.rm_slide img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.equipment {
  background: #78887F;
  padding: 3%;
}

.equipment .room h3 {
  color: #fbfbfa;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #room .map {
    padding: 0;
  }

  #room .inner {
    flex-direction: column;
    padding: 40px 3%;
  }

  #room .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  #room .txt_width table {
    width: 100%;
  }

  #room .txt table th,
  #room .txt_width table th {
    font-size: 1.4rem;
    padding: 16px 3px;
    width: 40%;
  }

  #room .txt table td,
  #room .txt_width table td {
    width: 60%;
    font-size: 1.4rem;
  }

  #room .txt_width table th,
  #room .txt_width table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  #room .txt_width table th {
    text-align: center;
  }

  #room .txt_width table td {
    border-bottom: 1px solid #ccc;
  }

  .rm_slide {
    width: 100%;
  }

  .rm_slide img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }

}

/*END*/
/* ------------------------------
温泉　spa
------------------------------ */
#room.spa {
  padding: 0;
}

.inner_spa {
  padding: 30px 50px;
}

.inner_spa .txt_area {
  padding: 20px;
}

/*Smartphone*/
@media screen and (max-width:896px) {
  .inner_spa {
    padding: 10px 20px;
  }
}

/*END*/
/* ------------------------------
  食事　meal
------------------------------ */
.meal_top {
  object-position: center;
}

#meal {
  padding: 80px 0;
}

#meal h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

#meal .box {
  background: #F0F1F0;
  padding: 60px 30px;
}

/*画像はイメージです*/
.p_menu {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #888;
}

#meal img {
  width: 530px;
  height: 360px;
  object-fit: cover;
}

#meal .inner {
  display: flex;
  justify-content: space-around;
}

#meal .me_inner {
  width: 530px;
}

#meal .txt {
  width: 540px;
  padding-left: 20px;
}

#meal .txt p.type {
  font-weight: bold;
}

#meal .menu_p {
  border-bottom: 1px solid #ABB4BD;
  font-size: 18px;
  padding-left: 3px;
}

#meal .txt ul {
  width: 100%;
}

#meal .txt ul li {
  font-size: 1.6rem;
  padding: 8px 16px;
  text-align: left;
  position: relative;
  line-height: 1.4;
}

#meal .txt ul li::after {
  position: absolute;
  content: '・';
  width: 1px;
  top: 12px;
  left: 0;
  color: rgba(119, 119, 119, 1.00);
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #meal {
    padding: 80px 0 20px;
  }

  #meal img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  #meal .inner {
    flex-direction: column;
  }

  #meal .me_inner {
    width: 100%;
  }

  #meal .box {
    padding: 60px 15px;
  }

  #meal .txt {
    width: auto;
    padding-left: 0;
  }

  #meal .menu_p {
    font-size: 16px;
  }

  #meal .txt ul li {
    font-size: 1.4rem;
    padding: 12px 0 12px 13px;
    text-align: left;
  }

  #meal .menu_p {
    margin-top: 40px;
  }
}

/*END*/
/* ------------------------------
  天然温泉 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.4rem;
  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 #575757;
}

.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: #aeb6bd;
  /*rgba(20, 20, 20, 0.86)*/
  padding: 45px 35px;
}

.spa_am .txt p {
  color: #fff;
  text-align: left;
}

@media screen and (max-width:896px) {
  .hdbox h2 {
    font-size: 2.0rem;
  }

  .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: sticky;
    z-index: 10000;
  }

  .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%;
  }
}

.spa .txt_width table {
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}

.spa .txt_width table tr {
  font-size: 1.6rem;
  padding: 1.6rem;
  border-bottom: 1px dotted #575757 !important;
  text-align: left;
}

.spa .txt_width table tr.line_none {
  border-bottom: none;
}

.spa .txt_width table tr th {
  padding: 16px 10px;
  width: 28%;
  line-height: 1.3;
  box-sizing: border-box;
}

.spa .txt_width table td {
  width: 72%;
  font-size: 1.6rem;
  padding: 16px 10px;
  line-height: 1.3;
  box-sizing: border-box;
}

.spa .txt_width table.room_details {
  border-top: 1px dotted #575757 !important;
  border-bottom: none;
  margin: 16px auto 0;
}

.spa .txt_width table.spa tr {
  border-bottom: 1px dotted #575757 !important;
}

.spa .txt_width table.room_details tr:last-child {
  border-bottom: none;
}

.spa .txt_width table.room_details th {
  font-size: 1.6rem;
  padding: 10px 0 10px 10px;
  width: 60%;
  text-align: left;
  box-sizing: border-box;
}

.spa .txt_width table.room_details td {
  width: 40%;
  font-size: 1.6rem;
  padding: 10px 10px 10px 0;
  text-align: right;
  box-sizing: border-box;
}

.spa_ex p {
  text-align: center;
  margin: 30px auto 60px;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .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;
  }
}

/* ------------------------------
  天然温泉2 spa2
------------------------------ */
.spa_top {
  object-position: 50% 70%;
}

#spa h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

.bath_p {
  font-size: 1.8rem;
}

#spa .box {
  background: #F0F1F0;
  padding: 60px 30px;
  margin-bottom: 80px;
}

/*画像はイメージです*/
.p_menu {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #888;
}

#spa img {
  object-fit: cover;
  margin: 0 auto;
}

#spa .inner {
  display: flex;
  justify-content: space-around;
}

#spa .me_inner {
  width: 530px;
}

#spa .txt {
  width: 540px;
  padding-left: 20px;
}

#spa .txt p.type {
  font-weight: bold;
}

#spa .menu_p {
  border-bottom: 1px solid #ABB4BD;
  font-size: 18px;
  padding-left: 3px;
}

#spa .txt ul {
  width: 100%;
}

#spa .txt ul li {
  font-size: 1.6rem;
  padding: 8px 16px;
  text-align: left;
  position: relative;
  line-height: 1.4;
}

#spa .txt ul li::after {
  position: absolute;
  content: '・';
  width: 1px;
  top: 12px;
  left: 0;
  color: rgba(119, 119, 119, 1.00);
}

#spa table {
  font-size: 1.5rem;
  line-height: initial;
}

#spa table th {
  width: 30%;
}

#spa .pet_txtarea {
  margin: 0%;
}

#spa .textarea_p {
  padding: 8%;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #spa {
    padding: 80px 0 20px;
    padding-top: 0px;
  }

  #spa img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  #spa .inner {
    flex-direction: column;
  }

  #spa .me_inner {
    width: 100%;
  }

  #spa .box {
    padding: 60px 15px;
  }

  #spa .txt {
    width: auto;
    padding-left: 0;
  }

  #spa .textarea_p {
    padding: 3%;
  }

  #spa .pet_h3 {
    padding-bottom: 0px;
  }

  #spa .menu_p {
    font-size: 16px;
  }

  #spa .txt ul li {
    font-size: 1.4rem;
    padding: 12px 0 12px 13px;
    text-align: left;
  }

  #spa .menu_p {
    margin-top: 40px;
  }

  #spa table th {
    width: 20%;
    text-align: left;
  }

  #spa table td {
    width: 65%;
  }
}

/*END*/

/*ペット*/
#dog .page_top_view {
  padding: 45px 0 20px;
}

.pet {
  text-align: center;
}

.pet p {
  font-size: 1.7em;
}

.pet_container {
  margin: 30px 0 30px;
  display: flex;
}

.pet_container_re {
  display: flex;
  flex-direction: row-reverse;
}

#dog .top_textarea_p {
  padding: 5rem;
}

#dog .top_box .feature_txtarea {
  height: 450px;
  top: 30px;
}

@media screen and (max-width:896px) {
  .pet_container {
    display: flex;
    flex-direction: column;
  }

  .pet_container_re {
    display: flex;
    flex-direction: column;
  }

  .pet_mainimg {
    width: 100% !important;
  }

  .pet_mainimg img {
    width: 100%;
    margin: 30px 0 30px;
  }

  .pet_txtarea {
    width: 100% !important;
  }

  #dog .top_box .feature_txtarea {
    height: auto;
  }

  #dog .top_textarea_p {
    padding: 2.8rem;
  }
}

.pet_mainimg {
  width: 50%;
}

.pet_mainimg img {
  width: 100%;
}

.pet_txtarea {
  width: 50%;
  margin: 3% 3%;
}

.pet_ame {
  background-color: #E7E7E7;
  padding: 40px 0 10px;
  width: 40%;
  margin: 0 auto 50px;
}

.pet_ame ul {
  text-align: left;
  width: 300px;
  margin: 0 auto 50px;
  line-height: 3.0rem;
}

.pet_ame li {
  font-size: 1.6rem;
}

.pet_bg {
  width: 1200px;
  margin: 0 auto;
}

.pet_h3 {
  padding-bottom: 10px;
  font-size: 2rem;
  line-height: 1.3;
  position: relative;
  /*color: #268040;*/
  margin-bottom: 20px;
  /* border-bottom: solid 1px #268040; */
}

#dog .textarea_p {
  margin: 10% 2% 3% 2%;
}

#dog .top_area_bk {
  padding: 0 0 80px;
}

#dog .top_box,
#dog .top_box_re {
  margin: 10% auto;
}

#dog .top_box .feature_mainimg img,
#dog .top_box_re .feature_mainimg img {
  height: auto;
}

#dog .top_box_re .feature_txtarea {
  height: 420px;
  top: 8%;
}

@media screen and (max-width:896px) {
  .pet_ame {
    background-color: #E7E7E7;
    padding: 40px 0 10px;
    width: 95%;
    margin: 0 auto 50px;
  }

  #dog .top_box_re .feature_txtarea {
    height: auto;
  }
}

/*END*/
/*****************************************************
グループ施設・関連施設一覧(archive-resort_glamping.php)
******************************************************/
/*.resort_glamping_back {
  background: #F0F1F0;
}*/
.resort_glamping_back h2 {
  text-align: center;
  padding: 120px 0 20px;
}

.resort_glamping_back h2 span.resort_glamping_title {
  font-size: 3.2rem;
}

.resort_glamping_back h2 span.ttl-vertical--en {
  font-size: 1.6rem;
}

.resort_glamping_list {
  display: flex;
  justify-content: center;
}

.resort_glamping_list li {
  margin-right: 1px;
  margin: 0 0.5px 40px;
  background: #808080;
  width: 300px;
  text-align: center;
}

.resort_glamping_list li a {
  color: #fff;
  display: block;
  padding: 10px 0;
}

.resort_glamping_list li a:hover {
  color: #333;
  background: #fff;
}

.resort_glamping_list li:last-child {
  margin-right: 0;
}

.resort_glamping_content>ul>li {
  background: #fff;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.resort_glamping_content .slider--box .rg-group {
  position: relative;
}

.resort_glamping_content .slider--box .rg-group img {
  width: 140px;
  height: auto;
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 5px;
  background-color: #fff;
}

.slider--box li img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.resort_glamping_content__ttl h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
}

.resort_glamping_content__ttl p.rg_name_en {
  font-size: 12px;
  color: #808080;
  padding: 0 10px;
}

.resort_glamping_content__ttl p.rg_text {
  font-size: 14px;
  padding: 10px;
}

.resort_glamping_content__grey {
  background: #F0F1F0;
  margin: 10px;
}

.resort_glamping_content__grey dl {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}

.resort_glamping_content__grey dt {
  font-weight: bold;
  width: 20%;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.resort_glamping_content__grey dd {
  width: 80%;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.resort_glamping_content__grey dt:last-child {
  margin-bottom: 0;
}

.resort_glamping_content__grey dd:last-child {
  margin-bottom: 0;
}

.rg_btn {
  text-align: center;
  padding: 10px 0;
  max-width: 260px;
  border: 1px #ccc solid;
  margin-top: 5px;
  background: #fff;
}

.rg_tag p {
  padding: 14px 0 0;
  font-weight: bold;
}

.rg_tag a.conma:last-of-type {
  display: none;
}

.rg_tag p a {
  color: #808080;
  padding: 0 10px;
}

.rg_cat p {
  padding: 14px 0 0;
}

.rg_cat p a {
  color: #fff;
  padding: 5px 10px;
  background: #808080;
  margin: 10px;
  border-radius: 20px;
}

.rg-bnr {
  width: 100%;
  margin: 40px auto;
  position: relative;
}

.rg-bnr img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.bk_black {
  width: 72vw;
  height: 160px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.rg-bnr-logo {
  width: 100%;
}

.rg-bnr img.rg-bnr-logo {
  width: 240px;
  height: auto;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.rg-text {
  min-width: 240px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 1.2;
  font-size: 14px;
  color: #fff;
}

/*PC*/
@media screen and (min-width: 897px) {
  .container_rg {
    max-width: 1200px;
    margin: 0 auto;
  }

  .resort_glamping_back {
    padding-bottom: 60px;
  }

  .slider--box li img {
    height: 400px;
  }

  .resort_glamping_content .slider--box .rg-group img {
    right: 54%;
  }

  .resort_glamping_content__ttl {
    width: 50%;
    float: right;
    margin-top: -430px !important;
    margin-right: 1% !important;
  }

  .resort_glamping_content__ttl h3 {
    font-size: 22px;
    padding: 30px 0 0;
  }

  .resort_glamping_content__grey {
    line-height: 1;
  }

  .resort_glamping_content>ul>li {
    padding: 0;
    margin: 0;
  }

  .rg_btn {
    margin-top: 0;
  }

  .rg-bnr {
    width: 100%;
    margin: 80px auto 0;
  }

  .rg-bnr img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .bk_black {
    height: 220px;
    width: 720px;
  }

  .rg-bnr img.rg-bnr-logo {
    width: 400px;
    top: 35%;
  }

  .rg-text {
    width: 600px;
    font-size: 16px;
    line-height: normal;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .container_rg {
    max-width: 94%;
    margin: 0 auto;
  }
}

/*END*/


/*Smartphone*/
@media screen and (max-width:896px) {

  /*スマートスライダー　部屋*/
  div#n2-ss-20 .n2-ss-slider-3 {
    height: 240px;
  }

  div#n2-ss-20 .n2-ss-slide-backgrounds {
    height: 240px;
  }

  div#n2-ss-20 .n2-ss-slider-4 {
    height: 240px;
  }

  /*スマートスライダー　食事BBQ*/
  div#n2-ss-37 .n2-ss-slider-3 {
    height: 240px;
  }

  div#n2-ss-37 .n2-ss-slide-backgrounds {
    height: 240px;
  }

  div#n2-ss-37 .n2-ss-slider-4 {
    height: 240px;
  }

  /*スマートスライダー　食事しゃぶしゃぶ*/
  div#n2-ss-35 .n2-ss-slider-3 {
    height: 240px;
  }

  div#n2-ss-35 .n2-ss-slide-backgrounds {
    height: 240px;
  }

  div#n2-ss-35 .n2-ss-slider-4 {
    height: 240px;
  }

  /*スマートスライダー　食事すき焼き*/
  div#n2-ss-53 .n2-ss-slider-3 {
    height: 240px;
  }

  div#n2-ss-53 .n2-ss-slide-backgrounds {
    height: 240px;
  }

  div#n2-ss-53 .n2-ss-slider-4 {
    height: 240px;
  }

  /*スマートスライダー　食事　魚介鍋*/
  div#n2-ss-38 .n2-ss-slider-3 {
    height: 240px;
  }

  div#n2-ss-38 .n2-ss-slide-backgrounds {
    height: 240px;
  }

  div#n2-ss-38 .n2-ss-slider-4 {
    height: 240px;
  }


}

/*END*/
.sauna_top {
  object-position: 0% 75%;
}

.ab-sauna>h3 {
  font-size: 3rem;
}

@media screen and (max-width:896px) {
  .ab-sauna>h3 {
    font-size: 2.3rem;
  }

  .sauna_top {
    object-position: unset;
  }
}