/* 下層ページ */
.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: 10;
  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-size: 30px;
  font-weight: 900;
  line-height: 1.7;
}
.page_top_view .topimg h1 span {
  font-size: 1.7rem;
  font-weight: 400;
}
.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 {
    font-size: 25px;
  }
  .page_top_view.br_sp {
    height: 550px;
  }
  .page_top_view.br_sp .topimg img {
    height: 550px;
    object-fit: cover;
  }
  .page_top_view .topimg h1 {
    top: 45%;
    width: 100%;
  }
  .page_top_view .topimg h1 span {
    font-size: 14px;
  }
}
/*Q&A　archive-qa.php*/
.qa_bk h3 {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.qa_link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
a.anchor {
  display: block;
  padding-top: 110px;
  margin-top: -110px;
}
.btn_qp {
  position: relative;
}
.btn_link p a.btn_qp {
  font-size: 1.4rem;
  font-weight: 200;
}
@media screen and (max-width:896px) {
  .btn_link p a.btn_qp {
    font-size: 1.2rem;
    width: 140px;
    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 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.qa_bk li.accordion-item {
  border-bottom: 1px solid #CBCBCB;
  cursor: pointer;
  padding: 20px 20px 20px 60px;
  position: relative;
  user-select: none;
  transition: background-color 0.3s ease;
}
.qa_bk li.accordion-item:hover {
  background-color: #f9f9f9;
}
.qa_bk li.accordion-item dt {
  font-weight: 500;
  margin: 0;
  position: relative;
  font-size: 1.65rem;
  padding-left: 45px;
  word-break: break-word;
  padding-top: 5px;
}
.qa_bk li.accordion-item dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.3rem;
  color: #090909;
}
.qa_bk li.accordion-item dt::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.3rem;
  color: #373737;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.qa_bk li.accordion-item dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.4s ease;
  margin: 8px 0 0 0;
  padding-left: 60px;
  color: #484646;
  position: relative;
  line-height: 1.7;
  word-break: break-word;
}
.qa_bk li.accordion-item dd::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.3rem;
  color: #484646;
}
.qa_bk li.accordion-item.active {
  background-color: #f9f9f9;
}
.qa_bk li.accordion-item.active dd {
  max-height: 9999px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.qa_bk li.accordion-item.active dt::after {
  content: "-";
  transform: translateY(-50%) rotate(180deg);
}
/* スマホ対応 */
@media screen and (max-width: 896px) {
  .qa_bk {
    max-width: 100%;
    padding: 1rem 1rem;
  }
  .qa_bk li.accordion-item {
    padding-left: 30px;
  }
  .qa_bk li.accordion-item dt::before, .qa_bk li.accordion-item dd::before {
    font-size: 2rem;
    left: 0;
  }
  .qa_bk li.accordion-item dt::after {
    right: 0px;
  }
  .qa_bk li.accordion-item dt {
    padding-left: 35px;
    max-width: 100%;
  }
  .qa_bk li.accordion-item dt span {
    max-width: 90%;
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .qa_bk li.accordion-item dd {
    padding-left: 45px;
    max-width: 100%;
  }
} /*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: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
.room p.msg {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.0;
}
.room p.white {
  color: #ccc;
}
.room .box {
  width: 100%;
  padding: 80px 0 0;
}
.room .map img {
  margin: 0 auto;
  width: 100%;
}
.room .room_map {
  background-color: #F2F3F6;
  padding: 70px 0 50px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.room .room_map img {
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width:896px) {
  .room .room_map {
    background-color: #F2F3F6;
    padding: 15px 0 10px;
  }
  .room .room_map img {
    margin: 0 auto;
    width: 98%;
  }
}
.room .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  /*padding: 35px 0;*/
}
.room .gr_inn {
  background-color: #ECECEC;
  padding: 40px 0 10px;
}
.room .img {
  width: 95%;
  padding: 35px 20px;
  border: 1px solid #ECECEC;
  margin: 0 auto 30px;
  box-sizing: border-box;
  background-color: #fff;
}
.room .txt {
  width: 90%;
  margin: 0 auto;
  padding: 3%;
  background: #F5F1EC;
}
.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 20px;
  box-sizing: border-box;
  background-color: #67645D;
  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: 45%;
  box-sizing: border-box;
}
.room .txt table td {
  width: 55%;
  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: #f7f7f7;
}
.am_tbl {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.room .txt_width table {
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}
.room .txt_width table tr {
  font-size: 1.6rem;
  padding: 1.6rem;
  border-bottom: 1px dotted #CFCFCF;
  text-align: left;
}
.room .txt_width table tr.line_none {
  border-bottom: none;
}
.room .txt_width table tr th {
  padding: 1.6rem 2.5rem;
  width: 28%;
  line-height: 1.3;
  box-sizing: border-box;
}
.room .txt_width table td {
  width: 72%;
  font-size: 1.6rem;
  padding: 16px 25px;
  line-height: 1.3;
  box-sizing: border-box;
}
.room .txt_width table.room_details {
  border-top: 1px dotted #e6ebec;
  border-bottom: none;
  margin: 16px auto 0;
}
.room .txt_width table.room_details tr {
  border-bottom: 1px dotted #e6ebec;
}
.room .txt_width table.room_details tr:last-child {
  border-bottom: none;
}
.room .txt_width table.room_details th {
  font-size: 1.6rem;
  padding: 10px 0 10px 10px;
  width: 60%;
  text-align: left;
  box-sizing: border-box;
}
.room .txt_width table.room_details td {
  width: 40%;
  font-size: 1.6rem;
  padding: 10px 10px 10px 0;
  text-align: right;
  box-sizing: border-box;
}
.room ul.label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.room ul.label li {
  width: 48%;
  display: flex;
  margin-bottom: 14px;
}
.room ul.label li p {
  padding: 20px 0;
  font-size: 1.6rem;
}
.room ul.label li .green {
  width: 40%;
  color: #fff;
  background: #19a495;
  text-align: center;
  font-weight: 500;
}
.room ul.label li .white {
  width: 60%;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
}
/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .room .map {
    padding: 0;
  }
  .room .inner {
    flex-direction: column;
  }
  .room .txt {
    width: 95%;
    margin: 0 auto;
  }
  .room .txt table {
    width: 94%;
    margin: 20px auto 0;
  }
  .room .txt p {
    padding: 10px;
  }
  .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 10px 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*/
/* ------------------------------
  食事　meal
------------------------------ */
div.meal_p {
  background-color: #fff;
}
.meal {
  padding: 80px 0;
}
.meal2 {
  padding: 0 0 160px;
}
.meal h4 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #A67B5B;
}
.ml_gr {
  background-color: #fdfcf9;
}
.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 .feature_mainimg img, .meal_p .top_box_re .feature_mainimg img {
  height: 450px;
}
.meal_p .top_box .feature_txtarea {
  height: 410px;
  top: 20px;
  right: 0;
  transform: translate(0%, 0%);
}
.meal_p .top_box_re .feature_txtarea {
  height: 410px;
  top: 20px;
  left: 0;
}
.meal_p .top_box .feature_txtarea.a_long, .meal_p .top_box_re .feature_txtarea.a_long {
  height: auto;
}
.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 p span, .meal .top_box_re .tene_caption .hdbox p span {
  font-size: 1.4rem;
}
.meal .top_box .tene_caption .hdbox div.hbar, .meal .top_box_re .tene_caption .hdbox div.hbar {
  background-color: #3d3d3d;
  width: calc(100% - 400px);
}
.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 .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;
}
.meal_r_bk {
  background-image: url("../img/top/ps_room6.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
.meal_r_bk .meal h3 {}
.meal_r_bk .meal2 .box {
  background: rgba(0, 0, 0, 0.7);
  padding: 60px 30px;
}
.meal_r_bk .meal .box p {}
.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;
  }
} /*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;
  }
}
.soko-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.soko-item {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  padding: 18px;
}
.soko-item.reverse {
  flex-direction: row-reverse;
}
.soko-media {
  flex: 0 0 44%;
  min-width: 220px;
  display: block;
  overflow: hidden;
}
.soko-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.soko-content {
  flex: 1;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.soko-wrap h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  color: #A67B5B;
  padding-bottom: 6px;
  border-bottom: 2px dotted #A67B5B;
  font-weight: bold;
}
.soko-wrap p {
  margin: 0;
  line-height: 1.7;
}
.map_box {
  padding: 50px 0;
}
.map_box img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .soko-wrap {
    gap: 20px;
  }
  .soko-item {
    flex-direction: column;
    padding: 0;
    margin-bottom: 40px;
  }
  .soko-item.reverse {
    flex-direction: column;
  }
  .soko-media {
    width: 100%;
    flex-basis: auto;
    min-height: 200px;
  }
  .soko-wrap h2 {
    font-size: 20px;
  }
}
@media screen and (min-width:897px) {
  .soko-wrap {
    max-width: 1400px;
  }
  .soko-media {
    flex: 0 0 45%;
  }
}
.about_box {
  width: 400px;
  height: auto;
  margin: 0 auto;
}
.about_box img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .about_box {
    width: 300px;
    margin: 0 auto 20px;
  }
}
.logo-center-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo-icon {
  font-size: 28px;
  line-height: 1;
}
.logo-figure {
  width: 400px;
  margin: 0;
}
.logo-center-wrap img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (max-width:896px) {
  .logo-figure {
    width: 300px;
  }
}