/* 下層ページ */
.pankuzu {
  padding: 8px 0;
  font-size: 1.3rem;
  color: #333;
}

.wrapper {
  background: #ffffff;
  margin-top: 80px;
}

.page_top_view {
  padding-bottom: 40px;
}

.page_top_view img.page_top {
  margin: 0 auto 40px;
  width: 100%;
  height: 400px;
  max-height: 550px;
  object-fit: cover;
}

.ttl_area {
  text-align: center;
}

.ttl_area h2 {
  padding: 32px 0 24px;
  line-height: 1.5;
}

.ttl_area .en {
  color: #474E49;
}

.ttl_area p.msg {
  margin-top: 50px;
  font-size: 1.6rem;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .wrapper {
    margin-top: 100px;
  }

  .page_top_view {
    padding-bottom: 0;
  }
}

/*END*/
/*WP内記事リンク*/
a.a_link {
  text-decoration-line: underline;
  font-size: 18px;
  color: #474E49;
}

/*ニュース新着一覧-----archive.php*/
.news_list li {
  padding: 30px 15px;
  border-bottom: #999 1px dotted;
  display: flex;
}

.news_list li:first-child {
  border-top: #999 1px solid;
}

.news_list li:last-child {
  border-bottom: #999 1px solid;
  margin-bottom: 60px;
}

.news_list li .cate {
  margin: 0 20px;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {}

/*END*/
/*ニュースカテゴリ一覧-----taxonomy.php*/
.news_list li p.date {
  width: 100px;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {}

/*END*/
/*ニュースシングルページ*/
.news_bk {
  padding: 60px 0;
}

.news_bk img {
  width: 100%;
  height: auto;
}

.news_bk h2 {
  padding: 20px;
}

.news_bk p.date {
  padding-top: 20px;
}

.news_news_list {
  text-align: center;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .page_top_view img.page_top {
    height: 240px;
  }

  .article_content {
    padding: 0 0 30px;
  }
}

/*END*/
@media screen and (max-width:896px) {}

/*END*/
/*アクティビティコンテンツ一覧*/
.pickup_list {
  padding: 80px 0;
}

/*.pickup_list h2 {
  margin-bottom: 30px;
}*/
.pickup_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
}

.pickup_list ul li {
  width: 30%;
  height: auto;
  margin: 30px 1.1%;
  text-align: left;
  background: #fff;
}

.pickup_list ul li .p-plan__desc {
  padding: 10px 20px 20px;
}

.pickup_list ul li h3 {
  padding: 20px 20px 10px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.pickup_list p.pickup_img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.pickup_list p.pickup_text {
  padding: 0 20px 30px;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .pickup_list {
    margin-top: 30px;
  }

  .pickup_list ul {
    padding: 0 0;
  }

  .pickup_list ul li {
    width: 100%;
  }
}

/*END*/
/*PC幅広*/
@media screen and (min-width:1800px) {
  .pickup_list ul li {
    margin: 30px 20px;
  }

  .pickup_list p.pickup_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

/*アクティビティコンテンツ　シングル*/
.pickup_bk {
  padding: 60px 0;
}

.content_box {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 0 50px 100px !important;
}

.content_box h2 {
  padding: 60px 20px 50px;
}

.content_box img {
  width: 80%;
  height: auto;
  object-fit: cover;
  padding-top: 20px;
  margin: 0 auto;
}

.content_width {
  padding: 0 50px;
}

.content_width p {
  padding-bottom: 60px;
}

.table-dot {
  font-size: 1.5rem;
  border-bottom: #999 1px dotted;
  padding: 1em;
}

.table-dot:first-of-type {
  border-top: #999 1px solid;
}

.table-dot:last-of-type {
  border-bottom: #999 1px solid;
  margin-bottom: 60px;
}

.table-dot dt {
  width: 190px;
}

.table-dot dd {
  width: calc(100% - 190px);
  margin-left: 190px;
  margin-top: -15px;
}

.googlemap iframe {
  width: 100%;
}

.pickup_list h2.pickup_single {
  margin-bottom: 0;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 896px) {
  .content_box {
    padding: 3% 3% !important;
  }

  .content_box h2 {
    padding: 30px 10px 20px;
  }

  .content_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .content_width {
    padding: 0;
  }

  .table-dot {
    font-size: 1.3rem;
    padding: 20px 4%;
  }

  .table-dot:last-of-type {
    margin-bottom: 20px;
  }

  .table-dot dt {
    width: 100px;
  }

  .table-dot dd {
    margin-left: 100px;
    width: 70%;
  }

  .googlemap iframe {
    height: 260px;
  }
}

/*END*/
@media screen and (min-width:1800px) {
  .content_box {
    max-width: 1640px;
  }
}

/*Q&A　archive-qa.php*/
.qa_bk h3 {
  padding: 60px 0 20px;
}

.qa_item {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.qa_block {
  margin-bottom: 15px;
}

.qa_question {
  position: relative;
  padding: 24px 20px 24px 60px;
  background: #f9f9f9;
  cursor: pointer;
}

.qa_question::before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 2rem;
  color: #a6a68c;
}

.qa_question span {
  display: inline-block;
  line-height: 1.6;
}

.qa_toggle {
  position: absolute;
  right: 20px;
  top: 26px;
  background: none;
  border: none;
  font-size: 1.5rem;
  pointer-events: none;
  color: #a6a68c;
}

.qa_answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  background: #fff;
  position: relative;
  padding: 0 20px 0 60px;
}

.qa_answer.open {
  max-height: 500px;
  padding: 10px 20px 20px 60px;
}

.qa_answer::before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 2rem;
  color: #37372f;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .qa_question {
    padding: 16px 16px 16px 50px;
  }

  .qa_question::before {
    left: 10px;
    top: 16px;
    font-size: 1.5rem;
  }

  .qa_toggle {
    right: 16px;
    top: 16px;
    font-size: 1.2rem;
  }

  .qa_answer {
    padding: 0 16px 0 50px;
  }

  .qa_answer.open {
    padding: 10px 16px 16px 50px;
  }

  .qa_answer::before {
    left: 10px;
    top: 22px;
    font-size: 1.5rem;
  }

  .qa_question span,
  .qa_answer span {
    font-size: 1.4rem;
    line-height: 1.6;
    max-width: 90%;
  }
}

/*END*/
/* ------------------------------
 施設　room
------------------------------ */
#room h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

#room .box {
  margin-bottom: 65px;
}

#room .box .room_slider {
  width: 540px;
}

#room img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#room .txt h3.type {
  position: relative;
  padding: 20px 0 20px 50px;
}

#room .txt h3.type span {
  font-size: 16px;
}

#room .txt h3.type::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 40px;
  height: 1px;
  background-color: #474E49;
}

/*#room .inner_bk h3.type {
     padding: 20px;
  background: #eee;
}
 */
#room .inner {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

#room .table-max {
  width: calc(100% - 20px);
}

#room .txt table {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
}

#room .txt table tr {
  font-size: 1.4rem;
  border-bottom: 1px dotted #d8d8d8;
  text-align: left;
}

#room .txt table tr:last-child {
  border-bottom: none;
}

#room .txt table th {
  padding: 14px 25px;
  width: 20%;
}

#room .txt table td {
  width: 80%;
  padding: 14px 25px 14px 0;
  line-height: 1.4;
}

#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;
}

.page_content_main img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.text_box tr th {
  font-weight: bold;
  width: 25%;
  text-align: left;
}

.text_box tr td {
  line-height: 2;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #room .map {
    padding: 0;
  }

  #room .txt {
    width: auto;
    padding-left: 0;
  }

  #room .txt table tr {
    display: flex;
    flex-direction: column;
  }

  #room .txt table th {
    width: 100%;
  }

  #room .txt table td {
    padding: 0 20px 20px 40px;
  }

  #room .table-max table th {
    width: 40%;
  }

  #room .box .room_slider {
    width: 100%;
  }

  .text_box tr {
    display: flex;
    flex-direction: column;
  }

  .text_box tr th {
    font-weight: bold;
    width: 100%;
  }

  .text_box tr td {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*END*/
@media screen and (min-width:1400px) {
  #room .box .room_slider {
    width: 800px;
  }
}

@media screen and (min-width:1800px) {
  #room .box .room_slider {
    width: 1000px;
  }
}

/* ------------------------------
食事
------------------------------ */
.text_box {
  border: 1px solid #d8d8d8;
  padding: 32px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text_box ul li {
  line-height: 1.5;
}

.text_box ul li::before {
  content: '';
  display: inline-block;
  width: .2em;
  height: .2em;
  margin-right: .5em;
  background: #474E49;
  transform: rotate(45deg);
  vertical-align: 2px;
}

.text_box ul li.meal_in {
  padding: 10px;
}

.text_box ul li.meal_in::before {
  content: '';
  display: none;
}

.text_box ul li.meal_in>ul>li::before {
  content: '';
  display: none;
}

.text_box p {
  text-align: left;
  /*margin-left: 13px;*/
  margin-bottom: 16px;
}

.meal_list {
  display: flex;
  overflow-y: hidden;
}

.slide_box_li {
  margin-right: 20px;
}

.box_meal {
  padding: 60px 0;
}

.slide_box {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 80px;
}

.meal_mainimg {
  max-width: 49%;
  width: 49%;
  height: auto;
  position: relative;
}

.meal_mainimg_li {
  max-width: 500px;
  width: 500px;
  height: auto;
  position: relative;
}

/*.meal_mainimg p {
  position: absolute;
	bottom: 0;
	color: #fff;
}*/
.meal_mainimg img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.meal_mainimg_li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meal_txtarea {
  max-width: 49%;
  background: #f4f5f6;
  padding-bottom: 10px;
  width: 100%;
}

.textarea_p h3 {
  padding: 20px 0 20px;
  color: #222;
  line-height: 1.5;
}

.text_box h3 {
  padding: 0 0 10px;
  font-size: 18px;
}

/*PC*/
@media screen and (min-width: 897px) {
  .textarea_p {
    padding: 3rem;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width:897px) {
  .box_meal {
    padding: 0;
  }

  .slide_box {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .meal_mainimg {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .meal_mainimg img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }

  .meal_mainimg_li {
    max-width: 280px;
    width: 280px;
    height: auto;
    position: relative;
  }

  .meal_txtarea {
    max-width: 100%;
  }

  .textarea_p {
    padding: 0 1rem 3rem;
  }
}

.meal_txtarea table tr th {
  padding: 10px;
  text-align: left;
}

.meal_txtarea table tr td {
  padding: 10px;
}