/* 下層ページ */

/*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: #268040;
  position: absolute;
}
/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {} /*END*/

/* ------------------------------
 施設　room
------------------------------ */
#room {
  padding: 80px 0;
}
#room h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
#room p.msg, .top_rental p.msg {
  text-align: center;
  margin-bottom: 60px;
}
#room .box {
  margin-bottom: 65px;
}
#room .box .room_img, #meal .box .meal_img {
  width: 46%;
}
#room .map {
  background: #fff;
  padding: 40px 30px 30px;
}
#room .map img {
  margin: 0 auto;
  width: 100%;
}
#room .inner {
  display: flex;
  justify-content: space-between;
}
#room .txt {
  width: 660px;
  margin: 0 auto;
  padding-left: 20px;
}
#room .txt p.type {
  background: #eef1ee;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
}
#room .txt table {
  border-top: 1px solid #eef1ee;
  border-bottom: 1px solid #eef1ee;
  width: 100%;
}
#room .txt_width table {
  border-top: 1px solid #eef1ee;
  border-bottom: 1px solid #eef1ee;
  width: 100%;
  margin: 0 auto;
}
#room .txt table th, #room .txt_width table th {
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #eef1ee;
  width: 40%;
  text-align: left;
}
#room .txt table td, #room .txt_width table td {
  width: 60%;
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #eef1ee;
  line-height: 1.4;
}
#room .txt_width2 table th {
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #eef1ee;
  width: 25%;
  text-align: left;
}
#room .txt_width2 table td {
  width: 75%;
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #eef1ee;
}
#room ul.label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#room ul.label li {
  width: 48%;
  display: flex;
  margin-bottom: 14px;
}
#room ul.label li p {
  padding: 20px 0;
  font-size: 1.6rem;
}
#room ul.label li .green {
  width: 40%;
  color: #fff;
  background: #19a495;
  text-align: center;
  font-weight: 500;
}
#room ul.label li .white {
  width: 60%;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
}
.bk_white {
  background: #fff;
}
/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #room .box .room_img, #meal .box .meal_img {
    width: 100%;
  }
  #room .map {
    padding: 0;
  }
  #room .inner {
    flex-direction: column;
  }
  #room .txt {
    width: 100%;
    padding-left: 0;
  }
  #room .txt_width table {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  #room .txt table th {
    font-size: 1.4rem;
    width: 42%;
  }
  #room .txt table td {
    width: 58%;
    font-size: 1.4rem;
  }
  #room .txt_width table tr {
    display: flex;
    flex-direction: column;
  }
  #room .txt_width table th {
    font-size: 1.4rem;
    width: 86%;
    background: #eee;
    border-bottom: none;
  }
  #room .txt_width table td {
    width: 86%;
    font-size: 1.4rem;
    border-bottom: none;
  }
} /*END*/
/* ------------------------------
ギャラリー　gallery
------------------------------ */
.glly_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.glly_box .glly_img {
	width: 31%;
	margin: 15px auto;
}
.glly_box .glly_img img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:896px) {
	.glly_box .glly_img {
	width: 49%;
	margin: 15px auto;
}
}
@media screen and (max-width:596px) {
	.glly_box .glly_img {
	width: 100%;
	margin: 15px auto;
}
}

/*END*/
/* ------------------------------
貸切温泉　bath
------------------------------ */
.spa_img {
  width: 600px;
}
.spa_img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
/*Smartphone*/
@media screen and (max-width:896px) {
  .spa_img {
    width: 100%;
  }
  .spa_img img {
    height: 240px;
  }
} /*END*/
/* ------------------------------
  食事　meal
------------------------------ */
#meal {
  padding: 80px 0;
}
#meal h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
#meal .box {
  background: #fafafa;
  padding: 60px 30px;
}
/*画像はイメージです*/
.p_menu {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #888;
}
#meal img, #room img {
  width: 530px;
  height: 360px;
  object-fit: cover;
}
#meal .inner, #room .inner {
  display: flex;
  justify-content: space-between;
}
#meal .txt {
  width: 540px;
  padding-left: 20px;
}
#meal .txt p.type, #room p.type {
  font-weight: bold;
}
#meal .txt ul {
  width: 100%;
}
#meal .txt ul li {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 12px 16px;
  text-align: left;
}
.prfl {
  padding-left: 25px;
}
.prfl ul li {
  line-height: 1.3;
}
/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #meal img, #room img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #meal .inner, #room .inner {
    flex-direction: column;
  }
  #meal .txt {
    width: auto;
    padding-left: 0;
  }
  #meal .txt ul li {
    font-size: 1.4rem;
    padding: 12px 4px;
    text-align: left;
  }
  .prfl {
    padding-left: 15px;
  }
} /*END*/
/* ------------------------------
貸切温泉　hot-spring
------------------------------ */
#hot_s {
  padding: 80px 0;
}
#hot_s h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
#hot_s p.msg {
  text-align: center;
  margin-bottom: 40px;
}
#hot_s .map {
  background: #fff;
  padding: 40px 0 30px;
}
#hot_s .map .txt {
  padding-bottom: 30px;
  max-width: 900px;
  margin: 0 auto;
  width: 96%;
}
#hot_s .map img {
  margin: 0 auto;
}
#hot_s .inner {
  display: flex;
  justify-content: space-between;
}
#hot_s .txt table {
  border-top: 1px solid #d1c4aa;
  border-bottom: 1px solid #d1c4aa;
  width: 100%;
}
#hot_s .txt table th {
  font-size: 1.6rem;
  padding: 16px;
  border-bottom: 1px dotted #d1c4aa;
  width: 25%;
  text-align: left;
}
#hot_s .txt table td {
  width: 75%;
  font-size: 1.6rem;
  padding: 16px 16px 16px 0;
  border-bottom: 1px dotted #d1c4aa;
}
#hot_s .inner .box_img {
  width: 40%;
  height: 300px;
  object-fit: cover;
}
#hot_s .inner img {
  width: 100%;
  height: auto;
}
#hot_s .box_table {
  width: 55%;
}
#hot_s .box_table table {
  border-top: 1px solid #b9c8ca;
  border-bottom: 1px solid #b9c8ca;
  width: 100%;
}
#hot_s .box_table table th {
  font-size: 1.6rem;
  padding: 16px;
  border-bottom: 1px dotted #b9c8ca;
  width: 25%;
  text-align: left;
}
#hot_s .box_table table td {
  width: 75%;
  font-size: 1.6rem;
  padding: 16px 16px 16px 0;
  border-bottom: 1px dotted #b9c8ca;
}
.nei_area ul.nei_list {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;　投稿数で調整する　1,2,5...*/
  justify-content: space-between; /*3,4,6...*/
}
.nei_area ul.nei_list > li {
  width: 30%;
  padding: 10px;
}
.nei_area ul.nei_list_bk {
  background: #fff;
}
.nei_area ul.nei_list img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.nei_area ul.nei_list h3.spot {
  background: #536558;
  color: #fff;
  padding: 16px 0;
  text-align: center;
}
.nei_area ul.nei_list_bk li {
  padding: 2rem;
  border-bottom: 1px dotted #eee;
}
.nei_area ul.nei_list_bk li:last-child {
  border: none;
}
.nei_area ul.nei_list_bk .p_desc {
  line-height: 2;
}
/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #hot_s .map {
    padding: 0;
  }
  #hot_s .inner {
    flex-direction: column;
  }
  #hot_s .txt {
    width: auto;
  }
  #hot_s .inner .box_img {
    width: 100%;
    height: auto;
  }
  #hot_s .box_table {
    width: 100%;
  }
  .nei_area ul.nei_list > li {
    width: 100%;
  }
  .nei_area ul.nei_list img {
    height: 240px;
  }
  .nei_area ul.nei_list .price {
    text-indent: 0;
    text-align: right;
  }
} /*END*/


/*ペット　pet*/
.pet {
  text-align: center;
}
.pet p {
  font-size: 1.7em;
}
.pet_container {
  display: flex;
  margin-bottom: 80px;
}
.pet_container_re {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 80px;
}
.pet_mainimg {
  width: 50%;
}
.pet_mainimg img {
  width: 100%;
  margin: 30px 0 30px;
}
.pet_txtarea {
  width: 50%;
}
#dog .textarea_p {
  padding: 3rem;
}
.pet_ame {
  background-color: #E7E7E7;
  padding: 40px 0 10px;
  width: 40%;
  margin: 0 auto 50px;
}
@media screen and (max-width:896px) {
  #dog .textarea_p {
    padding: 1rem;
  }
  .pet_ame {
    background-color: #E7E7E7;
    padding: 40px 0 10px;
    width: 95%;
    margin: 0 auto 50px;
  }
}
.pet_ame ul {
  text-align: left;
  width: 300px;
  margin: 0 auto 50px;
  line-height: 3.0rem;
}
.pet_ame li {
  font-size: 1.6rem;
}
.pet_bg {
  width: 1200px;
  margin: 0 auto;
}
.pet_h3 {
  padding-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.3;
  position: relative;
  /*color: #268040;*/
  margin-bottom: 20px;
  border-bottom: solid 1px #268040;
}
@media screen and (max-width:896px) {
  .pet_container {
    display: block;
    margin-bottom: 20px;
  }
  .pet_container_re {
    display: block;
    margin-bottom: 20px;
  }
  .pet_mainimg {
    width: 100%;
  }
  .pet_mainimg img {
    width: 100%;
    margin: 30px 0 30px;
  }
  .pet_txtarea {
    width: 100%;
  }
}
/*ゴルフ　golf*/
.golf {
  text-align: center;
}
.golf p {
  font-size: 1.7em;
}
.golf_container {
  display: flex;
  margin-bottom: 80px;
}
.golf_container_re {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 80px;
}
.golf_mainimg {
  width: 50%;
}
.golf_mainimg img {
  width: 100%;
  margin: 30px 0 30px;
}
.golf_txtarea {
  width: 50%;
}
#golf .textarea_p {
  padding: 3rem;
}
@media screen and (max-width:896px) {
  #golf .textarea_p {
    padding: 1rem;
  }
}
.golf_bg {
  width: 1200px;
  margin: 0 auto;
}
.textarea_p .feature_title .golf_h3 {
  padding-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.3;
  position: relative;
  margin-bottom: 20px;
  border-bottom: solid 1px #268040;
  font-weight: bold;
}
#golf .txt table {
  border-top: 1px solid #eef1ee;
  border-bottom: 1px solid #eef1ee;
  width: 100%;
}
#golf .txt_width table {
  width: 100%;
  margin: 0 auto;
}
#golf .txt table th, #golf .txt_width table th {
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #d5d5d5;
  width: 35%;
  text-align: left;
  background: #eee;
}
#golf .txt table td, #golf .txt_width table td {
  width: 65%;
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #eef1ee;
  line-height: 1.4;
  background: #fdfdfd;
}
#golf .txt_width2 table th {
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #eef1ee;
  width: 25%;
  text-align: left;
}
#golf .txt_width2 table td {
  width: 75%;
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #eef1ee;
}
@media screen and (max-width:896px) {
  .textarea_p .feature_title .golf_h3 {
    font-size: 1.8rem;
  }
  .golf_container {
    display: block;
    margin-bottom: 20px;
  }
  .golf_container_re {
    display: block;
    margin-bottom: 20px;
  }
  .golf_mainimg {
    width: 100%;
  }
  .golf_mainimg img {
    width: 100%;
    margin: 30px 0 30px;
  }
  .golf_txtarea {
    width: 100%;
  }
  #golf .txt_width table {
    width: 100%;
    flex-direction: row;
  }
  #golf .txt table th {
    font-size: 1.4rem;
    width: 42%;
  }
  #golf .txt table td {
    width: 58%;
    font-size: 1.4rem;
  }
  #golf .txt_width table tr {
    display: flex;
    flex-direction: column;
  }
  #golf .txt_width table th {
    font-size: 1.4rem;
    width: 86%;
    background: #eee;
    border-bottom: none;
  }
  #golf .txt_width table td {
    width: 86%;
    font-size: 1.4rem;
    border-bottom: none;
  }
}
img.golf_top  {
  object-position: top;
}
/* swiper pagination */
	.swiper-pagination-bullet{
		background: white;
		opacity:0.5; /*透明度を変更したいとき*/
	}
	.swiper-pagination-bullet-active{
		background: pink;
		opacity:1; /*透明度を変更したいとき*/
	}
/* swiper button */
	.swiper-button-next, .swiper-button-prev{
		color: pink;
	}