/* 下層ページ */
.pankuzu {
    background: #fff;
    padding: 12px 0 12px 8px;
    font-size: 1.2rem;
    border-bottom: 1px solid #DBDBDB;
}

.page_top_view img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
@media screen and (max-width:896px) {
.page_top_view img {
    height: 180px;
}
}
.page_top_view .topimg {position: relative;}
.page_top_view .topimg h1 {
  position: absolute;
  color: #fff;
  content: "";
  top: 45%;
  left: 50%;
  z-index: 95;
  transform: translateY(-50%) translateX(-50%);
	  text-shadow: 2px 2px 3px #222;
}
.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 .topimg h1 {
	  top: 68%;
      width: 80%;
	  text-align: center;
  }
}


/*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: #66455b;
  position: absolute;
}
.qa_bk dd table {
	border: 1px solid #999999;
	border-collapse: collapse;
}
.qa_bk th {
	background: #f7f7f7;
	padding: 8px;
	width: 25%;
	box-sizing: border-box;
	height: auto;
	border-bottom: 1px dotted #ccc;
}
.qa_bk td {
	padding: 8px 10px;
	width: 75%;
	height: auto;
	box-sizing: border-box;
	line-height: 2;
	border-bottom: 1px dotted #ccc;
}
@media screen and (max-width:896px) {
	
.qa_bk th {
	display: block;
	width: 100%;
}
.qa_bk td {
	display: block;
	width: 100%;
}
	
}
/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {} /*END*/
/*plan　archive-plan.php*/
/*.plan_bk h3 {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
    width: 100%;
}
.plan_bk ul li ul li {
    display: flex;
    width: 1060px;
    max-width: 1060px;
    height: auto;
}
.plan_bk ul li ul li img {
    width: 50%;
    height: 300px;
    object-fit: cover;
}
.plan_bk ul li ul li.p_desc {
    margin: 1rem 0;
    padding: 3rem;
    background: #fff;
    line-height: 2;
    width: 1000px;
    max-width: 1000px;
}
.plan_bk .p-plan_cat {
  display: flex;
}
.plan_bk .p-plan_cat p {
  border: 1px solid #ccc;
  padding: 2px 16px;
  margin-right: 10px;
  border-radius: 20px;
}
.plan_bk .p-plan_cat p:first-of-type {
  background: #fff;
}
.table-plan {width: 100%; font-size: 1.5rem;}
.table-plan tr {
  border-bottom: 1px dotted #ccc;
}
.table-plan tr:last-child {
  border-bottom: 1px solid #ccc;
}
.table-plan tr th {
  padding: 1.6rem;
  width: 160px;
  text-align: left;
}
.table-plan tr td {
  padding: 1rem;
}
*/
/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
/*@media screen and (max-width:896px) {
  .plan_bk ul li ul li {
    flex-direction: column;
    width: 100%;
  }
  .plan_bk ul li ul li.p_desc {
    width: 90%;
    padding: 20px 15px;
}
  .plan_bk ul li ul li img {
      width: 100%;
      height: 200px;
      object-fit: cover;
  }
  .plan_bk .p-plan_cat p {
      font-size: 1.2rem;
      padding: 2px 8px;
      margin-right: 5px;
      border-radius: 16px;
  }
  .table-plan tr th {
      width: 110px;
  }
}*/
/*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: 1400px;
  margin: 0 auto 120px;
  display: flex;
}
.room .gr_inn {
  background-color: #ECECEC;
  padding: 40px 0 10px;
}
.room .img {
  width: 60%;
  margin: 0 auto 30px;
  box-sizing: border-box;
  background-color: #fff;
}
.room .txt {
  width: calc(40% - 60px);
  margin: 0 auto;
	padding: 30px;
}
.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%;
	min-width: 280px;
  padding: 10px 0;
  box-sizing: border-box;
  background-color: #798087;
  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 p {
  padding: 12px;
}
.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: 35%;
  box-sizing: border-box;
}
.room .txt table td {
  width: 65%;
  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;
}


.mls table {
  width: 100%;
}
.mls table tr {
  font-size: 1.6rem;
  border-bottom: 1px solid #CFCFCF;
  text-align: left;
}
.mls table tr.line_none {
  border-bottom: none;
}
.mls table tr th {
  padding: 1.6rem 2.5rem 1.6rem 0;
  width: 20%;
  box-sizing: border-box;
}
.mls table td {
  width: 80%;
  font-size: 1.6rem;
	line-height: 1.5;
  padding: 1.6rem 0 1.6rem 0;
  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;
	  max-width: 96%;
  }
  .room .txt {
    width: calc(100% - 40px);
    margin: 0 auto;
	  padding: 20px;
  }
  .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 .img {
  width: 100%;
	padding: 0 0;
	border: none;
}
  .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*/

/* ------------------------------
貸切温泉　bath
------------------------------ */
.spa_img {
  width: 45%;
}
.spa_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/*Smartphone*/
@media screen and (max-width:896px) {
  .spa_img {
    width: 100%;
  }
} /*END*/
/* ------------------------------
  食事　meal
------------------------------ */
.meal_bk {
background-color: #f2f1ea;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23f7f7f3' fill-opacity='0.29'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.meal_top {
  object-position: 50% 70%;
}
#meal {
  padding: 80px 0;
}
#meal h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
#meal .box {
  background: #fff;
  padding: 30px;
}
/*画像はイメージです*/
.p_menu {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #888;
}
#meal img {
  width: 100%;
  object-fit: cover;
}
#meal .inner {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
#meal .me_inner {
  width: 50%;
}
#meal .txt {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}
#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 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  #meal .inner {
    flex-direction: column;
  }
  #meal .box {
    padding: 60px 15px;
  }
  #meal .me_inner {
    width: 100%;
  }
  #meal .txt {
    width: 100%;
    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*/
/* ------------------------------
 with CORONA 感染症対策ページ
------------------------------ */
.corona .box .corona_mainimg {
  position: relative;
  width: 100%;
}
.corona .box .corona_mainimg p.corona_cap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 40px;
  color: #fff;
}
.corona_mainimg img {
  width: 100%;
  max-width: 600px;
  height: 360px;
  object-fit: cover;
  margin: 0 auto;
}
.corona_txtarea {
  background: #fff;
  max-width: 600px;
  height: 360px;
  margin: 0 auto;
  width: 100%;
}
.c_textarea_p {
  padding: 4rem 2rem;
}
.c_textarea_p h3 {
  padding-bottom: 40px;
  font-size: 3.6rem;
  line-height: 1.3;
}
.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_mainimg h3.icon {
	text-align: center;
  font-size: 3rem;
  padding: 30px 0;
  font-weight: bold;
  color: #808080;
  letter-spacing: 4px;
  text-indent: 8px;
}
.corona_txtarea {
	background: #fff;
	max-width: 530px;
	height: 200px;
	margin: 0 auto;
  width: 50%;
}
.c_textarea_p {
	padding: 6rem;
}*/
.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; /*アイコンの位置*/
  top: 0.5rem; /*アイコンの位置*/
  color: #808080; /*アイコン色*/
}
.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: 160px;
}
.corona .c_point_box .c_point p.common {
  height: 100px;
}
.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 #808080;
  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: #fff;
  color: #888;
  font-weight: bold;
}
.box_frame p {
  margin: 0;
  padding: 0;
}
.corona .table-corona table {
  border-top: 1px solid #9cadad;
  border-bottom: 1px solid #9cadad;
  width: 100%;
}
.corona .table-corona table tr {
  font-size: 1.6rem;
  border-bottom: 1px dotted #9cadad;
  text-align: left;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
.corona .table-corona table tr:last-child {
  border-bottom: none;
}
.corona .table-corona table th {
  padding: 16px 25px;
}
.corona .table-corona table th span {
  color: #696319;
  font-size: 2rem;
}
.corona .table-corona table td {
  padding: 16px 25px 16px 80px;
}
.corona .table-corona table td span {
  color: #808080;
  font-size: 2rem;
}
/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .corona_mainimg {
    width: 100%;
    height: auto;
  }
  .corona_mainimg img {
    height: 240px;
    max-width: 100%;
  }
  .corona_txtarea {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .c_textarea_p h3 {
    font-size: 2.4rem;
  }
  .corona .box .corona_mainimg p.corona_cap {
    padding: 10px 20px;
  }
  .corona .box .inner {
    flex-direction: column;
  }
  .corona .box .inner .main_txt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    padding-top: 0;
  }
  .corona .box .inner .main_image {
    width: 100%;
  }
  .corona .box .inner .main_image img {
    height: 240px;
  }
  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: 2.4rem; /*サイズ*/
    left: 0; /*アイコンの位置*/
    top: 0; /*アイコンの位置*/
    color: #808080; /*アイコン色*/
  }
  .corona .c_point_box .c_point {
    width: 48%;
  }
  .corona .c_point_box .c_point:nth-child(3) {
    width: 48%;
    padding-right: 3%;
  }
  .corona .c_point_box .c_point:nth-child(even) {
    width: 48%;
    padding-right: 0;
  }
  .corona .c_point_box .c_point p {
    padding: 2rem 0 1rem;
    font-size: 14px;
    height: auto;
  }
  .corona .c_point_box .c_point p.common {
    height: auto;
  }
  .corona .c_point_box .c_point img {
    height: 140px;
  }
  .box_frame {
    margin: 2rem 0;
  }
  .box_frame .box-title {
    padding: 0 2px;
  }
  .corona .table-corona table td {
    padding: 16px 25px 16px 25px;
  }
} /*END*/
@media screen and (min-width:1800px) {
  .corona .c_point_box .c_point img {
    height: 400px;
  }
} /*END*/
/* ------------------------------
  国営　備北丘陵公園
------------------------------ */
#park .box {
  width: 90%;
  background-color: #e4eeed;
  padding: 30px 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
#park .box .park_box {
  width: 95%;
  margin: 0 auto;
}
#park h3.parkh3 {
  font-size: 2.5rem;
  text-align: left;
  width: 50%;
  padding: 0.4em;
  color: #494949;
  background: rgba(255, 255, 255, 0.80);
  border-left: solid 7px #C0E6FA;
  margin-bottom: 50px;
  box-sizing: border-box;
}
#park .park_info {
  width: 100%;
  margin: 40px auto;
  border: 1px solid rgb(128, 128, 128);
  padding: 20px 15px;
  box-sizing: border-box;
}
#park .park_info .h3_box {
  width: 100%;
}
#park .park_info .h3_box h3 {
  font-size: 2rem;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 300px;
  border-bottom: 1px solid #77918e;
}
#park .park_info ul li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
}
#park .park_info ul li h3 {
  width: 20%;
  box-sizing: border-box;
}
#park .park_info ul li p {
  width: 80%;
  box-sizing: border-box;
}
#park .park_info ul li p .park {
  text-decoration: underline;
}
@media screen and (max-width:896px) {
  #park .box {
    width: 95%;
  }
  #park h3.parkh3 {
    font-size: 2.2rem;
    text-align: left;
    width: 300px;
  }
  #park .park_info .h3_box h3 {
    width: 260px;
  }
  #park .park_info ul li {
    flex-direction: column;
  }
  #park .park_info ul li h3 {
    width: 100%;
    padding: 10px 0;
  }
  #park .park_info ul li p {
    width: 100%;
    padding-left: 10px;
  }
} /*END*/
/* ------------------------------
  冬グランピング　薪グランピング
------------------------------ */
.maki {
  background: url("../img/makiglamping/brickwall_@2X.png"); /* Background pattern from Toptal Subtle Patterns */
}
.maki .maki_bk {
  padding: 80px 0;
  background-color: rgba(184, 145, 100, 0.3);
}
#check_place ul {
  display: flex;
  justify-content: space-around;
}
#check_place ul li.circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #c8a481;
  text-align: center;
  line-height: 110px;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 48px;
}
#check_place ul li p {
  color: #fff;
  font-size: 22px;
}
#check_place p.merit {
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
}
h4.dog-merit {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
}
.win-item {
  display: flex;
}
.win-item img {
  width: 600px;
  height: 388px;
  object-fit: cover;
}
.win-item .txt, .win-column .txt {
  background: #fff;
  padding: 5px 5px 5px 0;
  box-sizing: border-box;
}
.win-item .txt .txt_inner, .win-column .txt_inner {
  border: 1px solid #ccc;
  border-left: none;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
.win-item .txt h2 {
  font-size: 2.6rem;
  margin: 45px 0 30px;
  line-height: 1.4;
}
.win-item .txt h2 span {
  font-size: 48px;
  color: #648bb8;
}
.win-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.win-item:nth-child(odd) .txt {
  padding: 5px 0 5px 5px;
}
.win-item:nth-child(odd) .txt .txt_inner {
  border: 1px solid #ccc;
  border-right: none;
}
.win-manga img {
  width: 340px;
  padding: 40px 0;
  margin: 0 auto;
}
.win-qanda {
  margin: 80px auto 60px;
}
.win-qanda dt, .win-qanda dd {
  position: relative;
  padding: 30px 60px;
  font-size: 16px;
  line-height: 24px;
}
.win-qanda dt {
  margin-bottom: 10px;
  background: #fff;
  color: #75421c;
}
.win-qanda dd {
  margin-bottom: 20px;
  background: #ededed;
}
.win-qanda p.win-title, .win-note p.win-title {
  text-align: center;
  padding-bottom: 20px;
  font-size: 20px;
}
.win-note table {
  width: 800px;
  margin: 0 auto;
}
.win-note table tr th {
  width: 100px;
  font-weight: bold;
  font-size: 16px;
  background: #eee;
  padding: 10px;
}
.win-note table tr td {
  text-align: center;
  font-size: 20px;
  padding: 10px;
}
.win-note table tr th:first-child {
  width: 300px;
}
.win-note table tr:nth-child(2) {
  background: #fcf1f1;
}
.win-note table tr:nth-child(3) {
  background: #f1fcfc;
}
.win-note table tr:last-child {
  background: #b2d3ef;
}
.win-note p.win-note-p {
  font-weight: bold;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.win-note p.win-note-caution {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.win-dog_map img {
  width: 1060px;
  height: 1060px;
  margin: 0 auto;
}
.win-dog_group {
  padding: 60px 0;
}
.win-dog_group h2 {
  margin-bottom: 30px;
}
.win-dog_group .container {
  background: #fff;
  padding: 58px 55px;
  margin-bottom: 20px;
}
.win-dog_group h5 {
  text-align: center;
  font-size: 24px;
  padding: 18px;
}
.win-dog_group p {
  text-align: center;
}
/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #check_place ul li.circle {
    width: 100px;
    height: 100px;
    font-size: 20px;
    line-height: 1.8;
  }
  #check_place ul li p {
    font-size: 16px;
    padding: 0 4px;
    font-weight: bold;
  }
  .win-dog_merit {
    background: #f6f7fb;
    padding: 10% 5%;
  }
  .win-item {
    flex-direction: column;
  }
  .win-item:nth-child(2n+1), .win-item:nth-child(2n) {
    flex-direction: column;
  }
  .win-item:nth-child(2n+1) .txt, .win-item:nth-child(2n) .txt {
    padding: 5px 5px 5px 5px;
  }
  .win-item:nth-child(2n+1) .txt .txt_inner, .win-item:nth-child(2n) .txt .txt_inner {
    border-right: 1px solid #ccc;
  }
  .win-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
  .win-item .txt, .win-column .txt {
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
  }
  .win-item .txt .txt_inner, .win-column .txt_inner {
    border: 1px solid #ccc;
    height: 100%;
    padding: 5%;
    box-sizing: border-box;
  }
  .win-item .txt h2 {
    margin: 0 0 30px;
  }
  .win-item .txt h2 span {
    font-size: 36px;
  }
  .win-column {
    padding: 40px 5px;
  }
  .win-qanda dt, .win-qanda dd {
    padding: 20px;
  }
  .win-note table {
    width: 94%;
    margin: 0 auto;
  }
  .win-note table tr td {
    font-size: 14px;
  }
  .win-dog_map img {
    width: 94%;
    height: 94%;
    margin: 0 auto;
  }
  .win-dog_group {
    padding: 0;
  }
  .win-dog_group .container {
    padding: 2% 2% 6%;
  }
  .win-dog_group h5 {
    font-size: 18px;
    padding: 4px;
  }
} /*END*/
/*****************************************************
グループ施設・関連施設一覧(archive-resort_glamping.php)
******************************************************/
/*.resort_glamping_back {
  background: #f6f6f6;
}*/
.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: #f6f6f6;
  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;
  }
}
/*設備の写真*/
.facility_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 30px;
}
.f_items {
  max-width: 100%;
  margin: 10px;
}
.facility_box .f_items {
  width: 100%;
}
@media screen and (min-width:896px) {
  .facility_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .f_items + .f_item {
    margin-left: 1.0em;
  }
}
/* ------------------------------
  ペットページ
------------------------------ */
.dog_top_img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 128px 128px 128px;
  gap: 16px;
  /*margin: 150px 10px;*/
}
.dog_top_img [class^="img"] {
  background: #ccc
}
.dog_top_img [class^="img"] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}
.dog_top_img .img-1 {
  grid-column: 1/5;
  grid-row: 1/4
}
.dog_top_img .img-2 {
  grid-column: 5/7;
  grid-row: 1/3
}
.dog_top_img .img-3 {
  grid-column: 5/7;
  grid-row: 3/4
}
.dog_top_img .img-1 img, .dog_top_img .img-2 img, .dog_top_img .img-3 img {
  width: 100%;
}
.dog_feature_box {
  display: flex;
  margin: 150px 10px 0px;
}
.dog_feature_re {
  flex-direction: row-reverse;
}
.dog_feature, .dog_feature_re {
background-color: #f2f1ea;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='72' viewBox='0 0 36 72'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23f7f7f3' fill-opacity='0.29'%3E%3Cpath d='M2 6h12L8 18 2 6zm18 36h12l-6 12-6-12z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  display: flex;
  padding: 60px 30px;
}
.dog_feature_txtarea {
  padding: 0 20px;
  width: 80%;
}
.dog_feature_txt {
  padding: 10px;
}
.dog_feature_tl {
  text-align: left;
}
.dog_feature_img {
  width: 100%;
}
.dog_feature_img img {
  width: 100%;
}
.dog_point_box {
  display: flex;
  margin: 100px auto;
}
.dog_point_mbox {
  background: #e1e6ea;
  padding: 80px 30px 50px;
  margin: 20px;
}
.dog_pointimg img {
  width: 55%;
}
@media screen and (max-width:820px) {
.dog_pointimg img {
  width: 100%;
}
}
.dog_point_txt {
  padding: 30px 5px;
}
.dog_reserve {
  background: #e1e6ea;
}
.dog_reserve_txt {
  font-size: 24px;
  font-weight: bold;
  text-align: center
}
.dog_reserve_txtbox {
  padding: 80px 0;
}
.dog_line {
  width: 45%;
  transform: rotate(-35deg);
  margin: 0 0 0 auto;
}
.dog_line img {
  width: 100%;
}
@media screen and (max-width:760px) {
  .dog_top_img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: calc((100vw / 3) - 2px) calc((100vw / 3) - 2px) calc((100vw / 3) - 2px);
    gap: 4px;
    margin: 12vw 0 0;
  }
  .dog_top_img .img-1 {
    grid-column: 1/4;
    grid-row: 1/3
  }
  .dog_top_img .img-2 {
    grid-column: 1/3;
    grid-row: 3/4
  }
  .dog_top_img .img-3 {
    grid-column: 3/4;
    grid-row: 3/4
  }
  .dog_feature_box {
    margin: 20px auto;
  }
  .dog_feature, .dog_feature_re {
    display: block;
  }
  .dog_feature_re {
    flex-direction: column;
  }
  .dog_feature_txtarea {
    width: 100%;
    padding: 0;
  }
  .dog_feature_txt {
    padding: 10px 10px 30px;
  }
  .dog_point_box {
    display: block;
  }
  .dog_point_mbox {
    margin: 20px auto;
  }
  .dog_reserve_txt {
    font-size: 22px;
  }
}
.media-box{
    width:20%;
    margin: 30px auto 50px;
 border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #c0c0c0 #808080 #808080 #c0c0c0;
    padding: 1.5em;
}
.media-contact p{
    text-align: left;
}
@media screen and (max-width:760px) {
.media-box{
    width:65%;
    margin: 30px auto 50px;
 border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #c0c0c0 #808080 #808080 #c0c0c0;
    padding: 1.5em;
}
.media-contact p{
    text-align: left;
}
}
    /*END*/