/* 下層ページ */
.pankuzu {
  background: #f0f0f0;
  padding: 8px 0;
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 80px;
}

.pankuzu_02 {
  background: #f0f0f0;
  padding: 8px 0;
  font-size: 1.3rem;
  color: #333;
  margin-top: 68px;
}

.pankuzu_03 {
  background: #f0f0f0;
  padding: 8px 0;
  font-size: 1.3rem;
  color: #333;
}

/*.wrapper {
  background: #fafafa;
}*/
.page_top_view {
  background: #fff;
}

.page_top_view img.page_top {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-height: 550px;
  object-fit: cover;
}

.page_top_view img.page_top_single {
  margin: 0 auto;
  width: 100%;
  height: 320px;
  max-height: 550px;
  object-fit: cover;
}

.ttl_area {
  text-align: center;
}

.ttl_area h2 {
  padding: 32px 0 24px;
  line-height: 1.3;
}

.ttl_area .en {
  color: #7d806f;
}

.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: 60px;
}*/
  .page_top_view {
    padding-bottom: 0;
  }

  .page_top_view img.page_top {
    height: 320px;
  }

  .page_top_view img.page_top_single {
    height: 240px;
  }
}

/*END*/
/*ニュース新着一覧-----archive.php*/
.news_list li {
  padding: 30px 15px;
  border-bottom: #ccc 1px dotted;
  display: flex;
}

.news_list li:first-child {
  border-top: #ccc 1px solid;
}

.news_list li:last-child {
  border-bottom: #ccc 1px solid;
  margin-bottom: 60px;
}

.news_list li .cate {
  margin: 0 20px;
}

#post-list {
  padding: 50px 0 100px;
}

#post-list ul {
  padding: 10px 0;
}

@media screen and (max-width:896px) {
  #post-list {
    padding: 20px 0;
  }
}

/*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 {
  background: #fafafa;
  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) {
  .article_content {
    padding: 0 0 30px;
  }
}

/*END*/
/*グループ施設・関連施設一覧-----archive-resort_glamping.php*/
.resort_glamping_back {
  background: #fafafa;
  padding-top: 40px;
  padding-bottom: 60px;
}

.resort_glamping_list {
  display: flex;
  justify-content: center;
}

.resort_glamping_list li {
  margin-right: 1px;
  margin: 60px 0.5px 40px;
  background: #7d806f;
  width: 300px;
  text-align: center;
}

.resort_glamping_list li a {
  color: #fff;
  display: block;
  padding: 10px 0;
}

.resort_glamping_list li a:hover {
  color: #222;
  background: #dcdddd;
}

.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;
}

.resort_glamping_content__ttl p.rg_name_en {
  font-size: 12px;
  color: #7d806f;
  padding-top: 12px;
}

.resort_glamping_content__ttl p.rg_text {
  padding: 10px 0;
  font-size: 14px;
}

.resort_glamping_content__grey {
  background: #fafafa;
}

.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: #4a6255;
}

.rg_cat p {
  padding: 14px 0 0;
}

.rg_cat p a {
  color: #fff;
  padding: 5px 10px;
  background: #4a6255;
  margin: 10px;
  border-radius: 20px;
}

.rg_cat p a:first-child {
  margin-left: 0;
}

.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(53, 55, 47, 0.6);
  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: 300px;
  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: 300px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
}

/*PC*/
@media screen and (min-width: 897px) {
  .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: 45%;
    float: right;
    margin-top: -430px;
  }

  .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;
  }

  .rg-bnr img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .bk_black {
    height: 300px;
  }

  .rg-bnr img.rg-bnr-logo {
    width: 800px;
    top: 40%;
  }

  .rg-text {
    width: 800px;
    font-size: 16px;
    line-height: normal;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {}

/*END*/
/*アクティビティコンテンツ一覧*/
.pickup_list {
  background: #fff;
  padding: 80px 0;
}

.pickup_list h2 {
  margin-bottom: 30px;
}

.pickup_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 30px;
}

.pickup_list ul li {
  width: 30%;
  height: auto;
  margin: 0 1.1% 30px;
  text-align: left;
}

.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 {
  background: #fafafa;
  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 h3 {
  padding: 30px 0px 15px;
}

.content_box img {
  width: 1152px;
  height: auto;
  object-fit: cover;
  margin: 20px auto;
}

.content_width {
  padding: 0 50px;
}

.content_width p {
  padding-bottom: 60px;
}

.table-dot {
  font-size: 1.5rem;
  border-bottom: #ccc 1px dotted;
  padding: 1em;
}

.table-dot:first-of-type {
  border-top: #ccc 1px solid;
}

.table-dot:last-of-type {
  border-bottom: #ccc 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;
    /*margin: 3%;*/
  }

  .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;
  }

  .content_width p {
    padding-bottom: 20px;
  }
}

/*END*/
@media screen and (min-width:1800px) {
  .content_box {
    max-width: 1640px;
  }
}

/*プラン一覧*/
.plan_list {
  background: #fafafa;
}

.plan_list h2 {
  margin-bottom: 30px;
}

.plan_list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  justify-content: space-between;
}

.plan_list ul li {
  width: 46%;
  height: auto;
  margin: 30px 1%;
  text-align: left;
  background: #fff;
}

.plan_list ul li img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.plan_list ul li .p-plan__desc {
  padding: 10px 20px 20px;
}

.p-plan_cat {
  display: flex;
}

.p-plan_cat p {
  padding: 4px 16px;
  border: 1px solid #ccc;
  border-radius: 18px;
  margin: 10px 0 20px 20px;
}

.plan_list ul li h3 {
  padding: 20px 20px 10px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.plan_list ul li .p-plan__img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.plan_list p.pickup_text {
  padding: 0 20px 30px;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .plan_list {
    margin-top: 30px;
  }

  .plan_list ul {
    padding: 0 0;
  }

  .plan_list ul li {
    width: 100%;
    margin: 0 0 20px;
  }

  .p-plan_cat p {
    padding: 4px 16px;
    border: 1px solid #ccc;
    border-radius: 18px;
    margin: 10px 0 20px 10px;
  }
}

/*END*/
/*PC幅広*/
@media screen and (min-width:1800px) {
  .plan_list ul li {
    margin: 30px 20px;
  }

  .plan_list ul li .p-plan__img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
}

/*プラン　シングル*/
.plan_bk {
  background: #fafafa;
  padding: 60px 0;
}

.s-plan--box {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}

.s-plan--box p.p_description {
  padding-bottom: 40px;
}

.plan_box {
  max-width: 550px;
  background: #fff;
  padding: 0 50px 100px !important;
}

.plan_box_img {
  max-width: 650px;
}

.plan_box_img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.plan_box h2 {
  padding: 60px 0 50px;
  text-align: left;
}

.p-plan_cat_g {
  display: flex;
}

.p-plan_cat_g p {
  padding: 4px 16px;
  border: 1px solid #e7e9ed;
  background: #e7e9ed;
  border-radius: 18px;
  margin: 0 0 20px 20px;
  font-size: 1.4rem;
}

.table-plan tr {
  font-size: 1.5rem;
  border-bottom: #ccc 1px dotted;
  line-height: 1.4;
}

.table-plan tr:first-of-type {
  border-top: #ccc 1px solid;
}

.table-plan tr:last-of-type {
  border-bottom: #ccc 1px solid;
  margin-bottom: 60px;
}

.table-plan th {
  width: 160px;
  padding: 20px;
  text-align: left;
}

.table-plan td {
  width: calc(100% - 160px);
  margin-left: 160px;
  margin-top: -15px;
  padding: 20px;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 896px) {
  .plan_bk {
    padding: 3% 0;
  }

  .s-plan--box {
    flex-direction: column;
    padding-bottom: 0;
  }

  .plan_box {
    padding: 3% 3% 60px !important;
  }

  .plan_box h2 {
    padding: 30px 0 20px;
  }

  .plan_box_img ul li {
    margin-bottom: 10px;
  }

  .plan_box_img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }

  .table-plan tr {
    font-size: 1.3rem;
    padding: 20px 4%;
  }

  .table-plan tr:last-of-type {
    margin-bottom: 20px;
  }

  .table-plan th {
    width: 100px;
  }

  .table-plan td {
    margin-left: 100px;
    width: 70%;
  }

  .p-plan_cat_g p {
    padding: 2px 8px;
    border: 1px solid #e7e9ed;
    background: #e7e9ed;
    border-radius: 18px;
    font-size: 1.1rem;
    margin: 0 0 20px 10px;
  }
}

/*END*/
@media screen and (min-width:1800px) {
  .plan_box {
    width: 720px;
    max-width: 720px;
  }

  .plan_box_img {
    width: 820px;
    max-width: 820px;
  }

  .plan_box_img img {
    height: 500px;
  }
}

/*Q&A　archive-qa.php*/
.qa_bk h3 {
  padding: 60px 0 20px;
}

.qa_bk li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.qa_bk dt {
  padding-bottom: 20px;
}

.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: #425667;
  position: absolute;
}

.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #7d806f;
  position: absolute;
}

.a_link {
  text-decoration: underline;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {}

/*END*/
/* ------------------------------
 施設　room
------------------------------ */
#room h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

#room .room_map {
  margin: 0 auto;
}

#room .room_map img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#room .box {
  margin: 150px auto;
}

#room .inner {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
}

#room .txt {
  width: 600px;
  padding-left: 20px;
}

#room .txt h3.type {
  position: relative;
  padding-left: 50px;
  margin: 20px 0 10px;
}

#room .txt h3.rmh3 {
  font-size: 1.9rem;
}

@media screen and (min-width: 1018px) {
  .br_sp2 {
    display: none;
  }
}

@media screen and (max-width:1017px) {
  .br_sp2 {
    display: block;
  }

  #room .txt h3.rmh3 {
    line-height: 1.4;
  }
}

#room .txt h3.type::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 40px;
  height: 1px;
  background-color: #808080;
}

#room .table-max {
  width: 100%;
}

#room .txt table {
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  width: 100%;
}

#room .txt table tr {
  font-size: 1.5rem;
  border-bottom: 1px dotted #dcdddd;
  text-align: left;
  line-height: 1.5;
}

#room .txt table th {
  padding: 16px 25px;
  width: 35%;
}

#room .txt table td {
  padding: 16px 25px;
  width: 65%;
}

#room .list_a table {
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  width: 100%;
}

#room .list_a table tr {
  font-size: 1.5rem;
  border-bottom: 1px dotted #dcdddd;
  text-align: left;
  line-height: 1.5;
}

#room .list_a table th {
  padding: 16px 25px;
  width: 20%;
}

#room .list_a table td {
  padding: 16px 25px;
  width: 80%;
}

#room .list_a ul li {
  display: flex;
  padding: 10px 0;
  border-top: 1px solid #dcdddd;
}

#room .list_b ul li {
  display: flex;
  flex-direction: column;
}

#room .list_a ul li a {
  padding: 10px;
}

#room .list_a ul li img {
  width: 140px;
  height: 100px;
  object-fit: cover;
  max-width: none;
}

#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) {
  #room .list_a ul {
    display: flex;
    flex-wrap: wrap;
  }

  #room .list_a ul li {
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #dcdddd;
    width: 49%;
    margin-right: 2%;
  }

  #room .list_a ul li:nth-child(even) {
    margin-right: 0;
  }

  #room .list_b ul li {
    flex-direction: row;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #room .box {
    margin: 80px auto;
  }

  #room .room_map img {
    height: auto;
  }

  #room .map {
    padding: 0;
  }

  #room .inner {
    flex-direction: column;
    padding: 10px;
  }

  #room .txt {
    width: auto;
    padding-left: 0;
  }

  #room .table-max table th {
    width: 40%;
  }

  .text_box tr th {
    width: 20%;
  }

  .text_box tr td {
    width: 80%;
  }

  #room .list_a ul li img {
    width: 50%;
    height: auto;
  }

  #room .list_a table th {
    padding: 16px 3px;
    width: 30%;
    text-align: center;
  }
}

/*END*/
@media screen and (min-width:1400px) {
  #room .txt {
    width: 800px;
  }

  #room .box .room_slider {
    width: 800px;
  }
}

@media screen and (min-width:1800px) {
  #room .txt {
    width: 1000px;
  }

  #room .box .room_slider {
    width: 60%;
  }
}

@media screen and (min-width:896px) {
  #room .inner {
    flex-wrap: wrap;
  }

  #room .inner .room_slider {
    width: 100%;
    margin-bottom: 60px;
  }

  #room .inner .txt {
    width: 100%;
  }
}

/* ------------------------------
食事
------------------------------ */
.meal_topbox {
  background: #f4f4f4;
  padding: 100px 0
}

.meal_topbox_w {
  background: #fff;
  padding: 100px 0
}

.meal_menubox {
  display: flex;
  margin: 0 auto;
  padding: 50px 0;
}

.meal_sl {
  width: 60%;
}

.meal_sl img {
  width: 100%;
}

.menu_txtbox ul {
  list-style: disc;
  line-height: 1.5;
}

.text_box {
  width: 40%;
  padding: 10px 30px;
  margin: 0 20px;
  background: #fff;
}

.meal_topbox_w .bk_g {
  background: #f4f4f4;
}

.menu_txtbox {
  margin-left: 20px;
}

.box_meal {
  padding: 60px 0;
  background: #bb928b;
}

.slide_box {
  display: flex;
  width: 100%;
}

.slide_box_re {
  flex-direction: row-reverse;
}

.meal_mainimg {
  max-width: 50%;
  width: 50%;
  height: auto;
}

.meal_mainimg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.meal_txtarea {
  width: 50%;
  background: #fff;
  padding-bottom: 10px;
}

.note_txt {
  font-size: 1.4rem;
  margin-top: 20px;
  color: #3B3B3B;
}

.textarea_p {
  padding: 3rem;
}

.textarea_p h3 {
  padding: 0 0 20px;
}

.text_box h3 {
  padding: 0 0 20px;
  font-weight: bold;
  border-bottom: 1px solid #abb6bd;
  font-size: 18px;
  padding-left: 3px;
  margin: 20px auto;
}

.bk_bar {
  background: url("../img/meal_bk.jpg");
  background-size: cover;
  padding: 80px 0;
}

.meal_content_main img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.meal_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.meal_content ul li {
  width: 32%;
  background: #fff;
}

.meal_content ul li p {
  font-size: 16px;
}

.meal_content ul li img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.meal_content_text_area {
  padding: 20px;
}

.meal_notice {
  background: #fff;
}

.meal_notice p {
  padding: 20px;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .slide_box {
    flex-direction: column;
  }

  .meal_menubox {
    display: block;
  }

  .meal_sl {
    width: 100%;
  }

  .text_box {
    width: 100%;
    padding: 10px 0;
    margin: 0px;
  }

  .menu_txtbox {
    margin: 20px;
  }

  .meal_mainimg {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .meal_txtarea {
    width: 100%;
  }

  .menu_txtbox ul {
    margin-left: 20px;
  }

  .text_box h3 {
    margin: 20px 20px;
  }

  .textarea_p {
    padding: 1.5rem 1rem;
  }

  .textarea_p h3 {
    padding: 20px 0 20px;
    font-size: 2rem;
  }

  .meal_content ul {
    flex-direction: column;
  }

  .meal_content ul li {
    width: 100%;
  }

  .meal_topbox {
    padding: 0 0 50px;
  }

  .meal_topbox_w {
    padding: 0 0 50px;
  }
}

/*END*/
/* ------------------------------
 QandA
------------------------------ */
.qa_dl {
  font-size: 1.6rem;
  line-height: 1.7em;
  margin-bottom: 50px;
}

.qa_dl dd {
  text-indent: 1em;
}

.qa_q_text {
  color: #7d806f;
  font-size: 2.0rem;
  font-weight: bold;
}

.qa_a_text {
  color: #425667;
  font-size: 2.0rem;
  font-weight: bold;
}

.qa_mb {
  margin-bottom: 20px;
}

@media screen and (max-width:896px) {
  .qa_dl dd {
    text-indent: 0;
  }
}

/* ------------------------------
 with CORONA 感染症対策ページ
------------------------------ */
.corona .box .meal_mainimg {
  position: relative;
}

.corona .box .meal_mainimg p.corona_cap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 40px;
  color: #fff;
}

.corona .box .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.corona .box .inner .main_txt {
  width: 50%;
  padding-right: 20px;
  padding-top: 20px;
}

.corona .box .inner .main_image {
  width: 50%;
}

.corona .box .inner .main_image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

h3.check_mark {
  position: relative;
  padding-left: 4rem;
  /*アイコン分のスペース*/
  line-height: 1.4;
}

h3.check_mark:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  /*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;
  /*絶対位置*/
  font-size: 3rem;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  bottom: 0.5em;
  /*アイコンの位置*/
  color: #3f4141;
  /*アイコン色*/
}

.corona .c_point_box {
  width: 100%;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
  justify-content: flex-start;
}

.corona .c_point_box .c_point {
  width: 31%;
  padding-right: 3%;
}

.corona .c_point_box .c_point:nth-child(3) {
  width: 31%;
  padding-right: 0;
}

.corona .c_point_box .c_point p {
  padding: 1rem;
  height: auto;
}

.corona .c_point_box .c_point img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.box_frame {
  position: relative;
  margin: 2rem 1rem;
  padding: 5px 1rem;
  border: solid 1px #3f4141;
  border-radius: 8px;
}

.box_frame .box-title {
  position: absolute;
  display: inline-block;
  top: -8px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 15px;
  background: #fafafa;
  color: #3f4141;
  font-weight: bold;
}

.box_frame p {
  margin: 0;
  padding: 0;
}

/* 記事
--------------------------- */
.single ul#post-list {
  align-items: flex-start;
}

.single .box_details {
  display: flex;
  flex-direction: row;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #333;
}

.single p.lead2 {
  margin-bottom: 3em;
}

.single .box_details dl {
  width: 45%;
}

.single-area-information .box_details dl {
  width: 100%;
}

.single .box_details dl dt,
.single dl.detail dt {
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0.5em;
  border-bottom: 1px dotted #ccc;
  background: #efefef;
}

.single .box_details dl dd,
.single dl.detail dd {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

.single-area-information .box_details dl dd {
  margin-bottom: 1em;
  padding-left: 0.5em;
  text-indent: 0;
}

.single .box_details dl dd ul li::before,
.single dl.detail dd ul li::before {
  content: '・';
}

.single-area-information .box_details dl dd ul li::before {
  content: '';
}

.single .box_details dl dd ul li.no_disc::before,
.single dl.detail dd ul li.no_disc::before {
  content: '';
}

.single .box_details dl dd::before,
.single dl.detail dd::before {
  content: '・';
}

.single-area-information .box_details dl dd::before {
  content: '';
}

.single .box_details dl dd.no_disc::before,
.single dl.detail dd.no_disc::before {
  content: '';
}

.single .box_details dl dd .map,
.single dl.detail dd.map {
  width: 100%;
}

.single .box_details dl dd .map iframe,
.single dl.detail dd.map iframe {
  width: 100%;
  height: 300px;
}

.single .box_details div.wrapper_txt {
  width: 50%;
}

.single .box_details .photo {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 2em 5%;
}

.single .box_details .photo span.caption {
  display: block;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
  margin: 0.5em 0 1em;
}

.single .box_details .photo span.caption_last {
  margin: 0.5em 0 0;
}

.single-plans .box_details .photo img {
  width: 100%;
  height: auto;
  display: inline;
  margin: 0 auto;
}

.single .box_btn {
  width: 234px;
  margin: 0 auto;
}

.single-food-content .box_details dl.half {
  width: 75%;
}

.single .box_details .photo,
.single .photo.half {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 2em 5%;
}

/* ページネーション
--------------------------- */
.single .container_subpage .main .pagination2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-top: 1px dotted #ccc;
}

.single .container_subpage ul#post-list li.main .pagination2 li {
  flex: 0 0 auto;
  max-width: 100%;
  margin-right: 0.5em;
}

.single .container_subpage ul#post-list li.main .pagination2 li.previous {
  margin-right: 0.5em;
}

.single .container_subpage ul#post-list li.main .pagination2 li.next {
  margin-left: 0.5em;
}

/* タグ
--------------------------- */
/* 色・サイズ */
.single .tag a,
.page-template .tag a,
.archive .tag a {
  margin-right: 1em;
  color: #864c61;
  font-size: 13px;
}

/* アイコン */
.single .tag a::before,
.page-template .tag a::before,
.archive .tag a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f02b';
  font-size: 0.9em;
  margin: 0 0.5em 0;
  font-weight: 900;
  text-decoration: none;
}

/* 記事のレイアウト */
.single ul.outer li.main .tag {
  justify-content: flex-start;
}

.single ul.outer li.main .tag a {
  flex: 0 0 auto;
  max-width: 100%;
}

/* ========================================

  過ごし方アーカイブ

======================================== */
/* ------------------------------
   アーカイブ　共通セレクタ
------------------------------ */
.tax-spend_tag .wrapper_h2,
.tax-plans_tag .wrapper_h2,
.tag .wrapper_h2,
.category .wrapper_h2,
.tag .wrapper_h2,
.tag .wrapper_h2,
.post-type-archive .wrapper_h2,
.archive .wrapper_h2 {
  margin-bottom: 5%;
  font-size: 26px;
  text-align: center;
}

/* ========================================

  周辺観光

======================================== */
#area-information h3 {
  font-size: 20px;
  text-align: center;
  margin: 3em 0 1em;
  padding-top: 1em;
}

#area-information .container_subpage_inner>h3:nth-of-type(1) {
  margin: 0 0 1em;
  padding-top: 0;
}

#area-information h4 {
  font-size: 16px;
  text-align: center;
  margin: 0.5em 0;
}

#area-information ul.outer li ul.inner li.txt {
  margin: 0 1em;
}

/* Table .ptn02
--------------------------- */
table.ptn02 {
  width: 100%;
  border: solid 1px #ccc;
  border-spacing: 2em;
  border-collapse: collapse;
  font-size: 15px;
  margin: 0 auto 5%;
}

table.ptn02 th {
  border: solid 1px #ccc;
  text-indent: 0;
  padding: 1em;
  background: #8d747d;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.1;
  color: #fff;
}

table.ptn02 th.name {
  width: 22%;
}

table.ptn02 th.address {
  width: 22%;
}

table.ptn02 th.tel {
  width: 10%;
}

table.ptn02 th.time {
  width: 10%;
}

table.ptn02 th.holiday {
  width: 4%;
}

table.ptn02 th.access {
  width: 10%;
}

table.ptn02 th.remarks {
  width: 20%;
}

table.ptn02 th.set,
table.ptn02 th.single {
  width: 50%;
}

table.ptn02 td {
  border: solid 1px #ccc;
  text-indent: 0;
  padding: 1em;
  background-color: #fff;
}

table.ptn02 td.temperature {
  background-color: #e6ebec;
}

table.ptn02 td.nowrap {
  white-space: nowrap;
}

@media screen and (max-width:896px) {
  table.ptn02 th {
    white-space: unset;
    padding: 0.5em;
  }

  table.ptn02 td {
    padding: 0.5em;
  }
}

/* Table .ptn03
--------------------------- */
table.ptn03 {
  width: 100%;
  border: solid 1px #ccc;
  border-spacing: 2em;
  border-collapse: collapse;
  font-size: 15px;
  margin: 0 auto 5%;
}

table.ptn03 th {
  border: solid 1px #ccc;
  text-indent: 0;
  padding: 1em;
  background: #8d747d;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.1;
  color: #fff;
}

table.ptn03 th.villa_name,
table.ptn03 td.villa_name {
  width: 20%;
  text-align: center;
}

table.ptn03 th.bed,
table.ptn03 td.bed {
  width: 80%;
  text-align: center;
}

table.ptn03 td.bed {
  text-align: left;
}

table.ptn03 td {
  border: solid 1px #ccc;
  text-indent: 0;
  padding: 1em;
  background-color: #fff;
}