/* TOPページ */
.top_slid {
  position: relative;
}

.top_slid h2 {
  color: #fff;
  width: 100%;
  line-height: 1.5;
  font-weight: bold;
  font-size: 45px;
  text-shadow: 2px 2px 3px #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
}

.top_slid h2 img {
  width: 300px;
  margin: 0 auto;
}

.top_slid h2 span.subttl {
  font-size: 24px;
}

.top_slid h2 span.openday {
  font-size: 24px;
}

@media screen and (max-width: 896px) {
  .top_slid {
    height: auto;
  }

  .top_slid h2 {
    top: 80%;
    font-size: 24px;
    padding: 25px 0px;
  }

  .top_slid h2 span.subttl {
    font-size: 15px;
  }

  .top_slid h2 span.openday {
    font-size: 13px;
  }
}

.top_slider {
  width: 100%;
  height: 100%;
}

.top_slider .swiper-slide {
  width: 100%;
  height: 100%;
}

.top_slider .swiper-slide img {
  width: 100%;
  height: 777px;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .top_slider {
    margin-top: 60px;
  }

  .top_slider .swiper-slide {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    position: relative;
  }

  .top_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.txt_c {
  text-align: center;
}

.color_bk {
  color: #333;
}

.color_bk a {
  color: #555;
}

.color_gr {
  color: #555;
}

.color_fgr {
  color: #a1a1a1;
}

.top_mv h2 span.openday {
  font-family: "Kaushan Script", cursive;
  font-size: 32px;
}

@media screen and (max-width: 896px) {
  .top_mv {
    padding-top: 60px;
  }

  .top_mv h2 {
    top: 60%;
    font-size: 22px;
  }

  .top_mv h2 span.openday {
    font-size: 18px;
  }
}

.top_location_txt {
  background: #fff;
  width: 46%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 350px;
}

@media screen and (max-width: 896px) {
  .top_location_txt {
    padding: 0 0 60px;
    width: 100%;
  }
}

.top_news {
  padding: 30px 0;
  background: #fff;
}

.top_news .container {
  display: flex;
}

@media screen and (max-width: 896px) {
  .top_news .container {
    flex-direction: column;
  }
}

.top_news h2 {
  border-right: 1px solid #808080;
  width: 165px;
  display: flex;
  align-items: center;
  color: #969696;
}

.top_news h2 span {
  font-size: 14px;
}

.top_news h2 a {
  color: #969696;
}

@media screen and (max-width: 896px) {
  .top_news h2 {
    border-right: none;
    border-bottom: 1px solid #808080;
    padding-bottom: 3%;
    margin-bottom: 10px;
    flex-direction: column;
    width: 100%;
  }
}

.top_news ul li {
  padding: 15px 0;
}

@media screen and (max-width: 896px) {
  .top_news ul li {
    padding: 2% 0;
    line-height: 1.8;
  }
}

.top_news ul li span.date {
  padding: 0 22px 0 30px;
}

.top_news ul li span.cate {
  color: #222;
  background: #eee;
  padding: 4px 10px;
  margin-right: 30px;
  font-size: 1.4rem;
}

@media screen and (max-width: 896px) {
  .top_news ul li span.date {
    padding: 0;
  }

  .top_news ul li span.cate {
    padding: 1% 2%;
    font-size: 1.2rem;
  }
}

.top_news ul li span.cate a {
  color: #222;
}

/*下層　ニュース一覧（パンくずから飛んだ時用）*/
ul.media_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 80px;
}

ul.media_list li {
  width: 25%;
  margin-top: 0px;
}

ul.media_list li.txt {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 0 20px;
  margin: 0;
}

ul.media_list li.txt p {
  text-align: left;
}

ul.media_list .image {
  width: 170px;
  height: 218px;
  margin: 0 auto;
}

ul.media_list .image img {
  width: 100%;
  height: auto;
}

ul.media_list p {
  text-align: center;
  margin: 10px 0;
}

.top_msg {
  height: 480px;
  padding: 110px 0 0 0;
  background: url("../img/top/br-biwako-2100.jpg");
  background-size: cover;
  background-position: 50% 7%;
  position: relative;
  z-index: 1;
}

.top_msg:after {
  content: "";
  background-color: rgba(30, 30, 30, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 896px) {
  .top_msg {
    height: 400px;
    padding: 0 0 8%;
  }
}

.top_msg h2 {
  text-align: center;
  font-size: 2.8rem;
  line-height: 2.2;
  padding-bottom: 15px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 4px;
}

.top_msg h2 span {
  font-size: 2rem;
  color: #4D6855;
  letter-spacing: 0.1em;
  padding-bottom: 34px;
}

@media screen and (max-width: 896px) {
  .top_msg h2 {
    font-size: 2.2rem;
    line-height: 1.6;
    padding: 10% 5% 5%;
  }

  .top_msg h2 span {
    font-size: 1.4rem;
  }
}

.top_msg p {
  text-align: center;
  line-height: 2.1;
  color: #fff;
  letter-spacing: 4px;
}

.top_msg .maskp {
  position: relative;
  z-index: 95;
}

@media screen and (max-width: 896px) {
  .top_msg p {
    padding: 0 4%;
    font-size: 1.4rem;
  }
}

.top_location {
  padding: 80px 0;
  display: flex;
}

@media screen and (max-width: 896px) {
  .top_location {
    padding: 45px 0;
    flex-direction: column;
  }
}

.top_location img {
  display: inline;
  max-width: 100%;
  width: 54%;
  max-height: 460px;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .top_location img {
    width: 100%;
  }
}

.top_location .txt {}

@media screen and (max-width: 896px) {
  .top_location .txt {
    padding-top: 40px;
    width: 100%;
  }
}

.top_location .txt h2 {
  font-size: 2rem;
  line-height: 1.6;
  color: #222;
}

.top_location .txt h2 span {
  color: #4D6855;
  font-size: 1.8rem;
  line-height: 2.3;
}

.top_location .txt p {
  margin-top: 40px;
  line-height: 1.9;
  padding: 0 12%;
}

@media screen and (max-width: 896px) {
  .top_location .txt p {
    padding: 0 4%;
  }
}

.top_location .txt p.mt_0 {
  margin-top: 10px;
}

.top_feature {
  background-color: #fff;
  /*
  background-image: url(../img/top/backimg/grey_wash_wall.png);  Background pattern from Toptal Subtle Patterns */
}

/* バナー */
.top_bnr_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

.top_bnr_area a {
  margin: 80px auto 0;
  width: 40%;
}

.top_bnr_area img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .top_bnr_area a {
    margin: 35px auto 0;
    width: 85%;
  }
}

/*.top_bnr_area {
	padding: 80px 0;
}

@media screen and (max-width:896px) {
.top_bnr_area {
	padding: 10% 0;
}
}
.top_bnr_area .bnr_group {
	border: 1px solid #4D6855;
	padding: 3px;
}
.top_bnr_area .bnr_group .inner {
	display: flex;
	border: 1px solid #4D6855;
}

@media screen and (max-width:896px) {
.top_bnr_area .bnr_group .inner {
	flex-direction: column;
}
}
.top_bnr_area .bnr_group .inner img {
	width: 50%;
  height: 360px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
.top_bnr_area .bnr_group .inner img {
	width: 100%;
}
}
.top_bnr_area .bnr_group .txt {
	background: rgba(184, 145, 100, 0.1);
	width: 50%;
	text-align: center;
	padding: 34px 24px 24px;
  height: 300px;
}

@media screen and (max-width:896px) {
.top_bnr_area .bnr_group .txt {
	width: 100%;
  height: auto;
	text-align: center;
	padding: 8% 5% 5%;
	box-sizing: border-box;
}
}
.top_bnr_area .bnr_group .txt h2 {
	color: #4D6855;
	display: inline-block;
	border-bottom: 1px dotted #d7c1a7;
	text-align: center;
	margin: 20px 0 20px;
	padding-bottom: 8px;
}
.top_bnr_area .bnr_group .txt h2 span {
	font-size: 18px;
}
.top_bnr_area .bnr_group .txt p {
	font-size: 1.8rem;
}
.top_bnr_area .bnr_group .txt p.size_02 {
	font-size: 2.4rem;
}

@media screen and (max-width:896px) {
.top_bnr_area .bnr_group .txt p.size_02 {
	font-size: 1.8rem;
}
.top_bnr_area .bnr_group img {
	height: 240px;
	width: 100%;
	object-fit: cover;
}
}
*/
/*  */
.top_feature_bk {
  padding: 85px 0;
}

@media screen and (max-width: 896px) {
  .top_feature_bk {
    padding: 10% 0;
  }
}

.top_feature p {
  line-height: 2;
}

.top_feature p {
  color: #222;
}

@media screen and (max-width: 896px) {

  .top_feature h2,
  .top_facility h2 {
    font-size: 2.4rem;
    margin: 0 0 25px;
  }
}

.top_feature h2 {
  color: #222;
}

.top_feature h2 span,
.top_facility h2 span {
  font-size: 1.5rem;
  color: #4D6855;
}

.top_box {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
  margin-bottom: 50px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}

@media screen and (max-width: 896px) {
  .top_box {
    flex-direction: column;
  }
}

.top_box_re {
  flex-direction: row-reverse;
}

@media screen and (max-width: 896px) {
  .top_box_re {
    flex-direction: column;
  }
}

.feature_mainimg {
  width: 50%;
}

.feature_mainimg img {
  width: 100%;
  max-width: 600px;
  height: 485px;
  object-fit: cover;
  margin: 0 auto;
  object-position: right;
}

@media screen and (max-width: 896px) {
  .feature_mainimg {
    width: 100%;
  }

  .feature_mainimg img {
    height: auto;
  }
}

.feature_txtarea {
  /* background: #FBFBFC; */
  max-width: 600px;
  height: 485px;
  margin: 0 auto;
  width: 50%;
  z-index: 1;
}

@media screen and (max-width: 896px) {
  .feature_txtarea {
    margin: 0 auto 10px;
    height: auto;
    width: 100%;
  }
}

.textarea_p {
  padding: 4.5rem;
}

.textarea_p h3 {
  padding-bottom: 10px;
  font-size: 2.1rem;
  line-height: 1.3;
  position: relative;
  color: #222;
  margin-bottom: 20px;
  border-bottom: 1px solid #E4E4E3;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 896px) {
  .textarea_p h3 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.textarea_p h3 span {
  font-size: 1.6rem;
}

.textarea_p h3 span.point_n {
  font-size: 7.5rem;
  color: #AFAF9D;
  position: absolute;
  opacity: 0.2;
  z-index: -1;
}

@media screen and (max-width: 896px) {
  .textarea_p {
    padding: 2.5rem;
  }

  .textarea_p h3 span.point_n {
    font-size: 4.5rem;
  }

  .textarea_p h3 {
    padding-bottom: 20px;
  }

  .tene_caption {
    padding-top: 15px;
  }
}

/*施設の紹介*/
.top_facility {
  padding: 45px 85px 80px;
  background: #fff;
}

.t-facilities_img ul.l_s_image {
  display: flex;
  flex-direction: row;
  max-width: 1060px;
  margin: 0 auto;
  justify-content: center;
}

.t-facilities_img ul.l_image li {
  padding-right: 6px;
}

.t-facilities_img ul.l_image img {
  width: 720px;
  height: 486px;
  object-fit: cover;
}

.t-facilities_img ul.s_image img {
  width: 334px;
  height: 240px;
  object-fit: cover;
}

.t-facilities_img ul.s_image li:first-child {
  padding-bottom: 6px;
}

.t-facilities_img ul.s_image {
  display: flex;
  flex-direction: column;
}

/*施設の紹介　スマホ版*/
@media screen and (max-width: 896px) {
  .top_facility {
    padding: 10% 0;
  }

  .t-facilities_img ul.l_s_image {
    flex-direction: column;
  }

  .t-facilities_img ul.l_image li {
    padding-right: 0;
    padding-bottom: 6px;
  }

  .t-facilities_img ul.l_image img {
    height: 240px;
  }

  .t-facilities_img ul.s_image img {
    height: 120px;
    object-fit: cover;
  }

  .t-facilities_img ul.s_image li:first-child {
    padding-bottom: 0;
    padding-right: 6px;
  }

  .t-facilities_img ul.s_image {
    flex-direction: row;
  }
}

.top_meal {
  padding: 45px 85px 80px;
  background: #384d5e;
}

.meal_mainimg {
  width: 50%;
}

.meal_mainimg img {
  width: 100%;
  max-width: 530px;
  height: 400px;
  object-fit: cover;
  margin: 0 auto;
}

.meal_txtarea {
  background: rgba(255, 255, 255, 0.2);
  max-width: 530px;
  height: 400px;
  margin: 0 auto;
  width: 50%;
  position: relative;
}

.meal_title h3 {
  padding: 5rem 3rem 0rem;
  line-height: 1.3;
}

.meal_txtarea p {
  padding: 2rem 3rem;
}

@media screen and (max-width: 896px) {
  .meal_mainimg {
    width: 100%;
  }

  .meal_title h3 {
    padding: 3rem 3rem 0rem;
  }

  .meal_mainimg img {
    height: auto;
  }

  .top_meal {
    padding: 10% 0;
  }

  .meal_txtarea {
    width: 100%;
    margin: 0 auto 30px;
    height: auto;
  }
}

/*.top_menu {
	padding: 85px 0;
}

@media screen and (max-width:896px) {
.top_menu {
	padding: 10% 0;
}
}
.top_menu h2 {
	margin-bottom: 30px;
}
.top_menu h2 span {
	color: #4D6855;
}
p.top_p {
	text-align: center;
	margin-bottom: 40px;
	line-height: 2.0;
}
.top_menu img {
  max-width: 1060px;
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width:896px) {
.top_menu img {
  height: 300px;
}
}
.top_menu .dog_food {
	background: url(../img/top_food_dog.png) no-repeat;
	border: 1px solid #ebb472;
	padding: 5px;
	height: 240px;
	box-sizing: border-box;
}
.top_menu .dog_food .inner {
	border: 1px solid #ebb472;
	height: 100%;
}
.top_menu .dog_food h3 {
	font-size: 2.6rem;
	padding: 45px 0 15px 255px;
}
.top_menu .dog_food p {
	padding: 0 0 0 255px;
}
.top_menu .bbq_menu {
	display: flex;
	padding: 30px 0 30px 30px;
  background: #fff;
}
@media screen and (max-width:896px) {
.top_menu .bbq_menu {
	padding: 40px 0 40px 20px;
}
}
.top_menu .bbq_menu dt {
	float: left;
	font-size: 3rem;
	width: 500px;
	color: #4D6855;
}

@media screen and (max-width:896px) {
.top_menu .bbq_menu dt {
	float: left;
	font-size: 1.8rem;
	width: auto;
  margin-right: 20px;
}
}
.top_menu .bbq_menu dd ul {
	border-left: #e3d6cc 1px solid;
	padding-left: 10px;
}
.top_menu .bbq_menu dd ul li {
	padding: 5px 0 5px 0;
}
.top_menu .bbq_menu dd ul li:first-child {
	padding: 0 0 5px 0;
}
.top_menu .bbq_menu dd ul li:last-child {
	padding: 5px 0 0 0;
}
.top_menu .bbq_menu dd ul li.breakfast {
	padding: 30px 0 5px 0;
  color: #4D6855;
}*/
.top_plan {
  padding: 45px 85px 80px;
}

.top_plan_list ul li {
  display: flex;
  position: relative;
}

.top_plan_list ul li img {
  width: 720px;
  height: 486px;
  object-fit: cover;
}

.top_plan_list ul li .p-plan__txtbox {
  position: absolute;
  background: rgba(50, 50, 50, 0.95);
  padding: 40px 60px;
  top: 240px;
  right: 0;
  max-width: 460px;
  color: #4D6855;
}

.top_plan_list ul li .p-plan__txtbox h3 {
  color: #222;
  line-height: 1.6;
  padding-bottom: 20px;
}

.top_plan_list ul li .p-plan__txtbox a {
  color: #222;
  line-height: 2.2;
}

/*プラン　スマホ版*/
@media screen and (max-width: 896px) {
  .top_plan {
    padding: 10% 0 25%;
  }

  .top_plan_list ul li img {
    height: 300px;
    object-fit: cover;
  }

  .top_plan_list ul li .p-plan__txtbox {
    background: #595757;
    top: 300px;
    padding: 3rem 3rem;
  }

  .top_plan p.msg {
    margin-top: 220px;
  }
}

.top_insta {
  padding: 80px 0;
}

.top_insta p {
  text-align: center;
}

.top_insta ul {
  width: 820px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}

.top_activity {
  padding: 45px 85px 80px;
}

@media screen and (max-width: 896px) {
  .top_activity {
    padding: 45px 0 80px;
  }
}

.top_pickup {
  background-color: #c9deef;
  padding: 40px 0 80px;
}

.top_activity_bk ul li {
  background: #fff;
  margin: 10px;
}

.top_content__img img {
  width: 100%;
  object-fit: cover;
}

.top_content__desc {
  width: 90%;
  margin: 20px auto;
  text-align: left;
  height: 100px;
}

.top_rental_bk {
  padding: 60px 0;
}

.top_rental ul.rental_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_rental ul.rental_area>li {
  width: 30%;
  padding: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  .top_rental ul.rental_area>li {
    width: 46%;
    padding: 1%;
    margin-bottom: 20px;
  }
}

.top_rental ul.rental_area img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .top_rental ul.rental_area img {
    height: 160px;
  }
}

.top_rental ul.rental_area h3.spot {
  background: #f2ded3;
  color: #222;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}

.top_rental ul.rental_area .rental_tag {
  border: 1px solid #888;
  border-radius: 16px;
  width: 100px;
  text-align: center;
}

.top_rental ul.rental_area .sell_tag {
  color: #222;
  background: #595757;
  border-radius: 16px;
  width: 100px;
  text-align: center;
}

.top_rental ul.rental_area .p_desc {
  padding: 10px;
  line-height: 1.6;
}

.top_rental ul.rental_area .p_desc p {
  font-size: 1.4rem;
}

@media screen and (max-width: 896px) {
  .top_rental ul.rental_area .rental_tag {
    width: 100%;
  }

  .top_rental ul.rental_area .sell_tag {
    width: 100%;
  }

  .top_rental ul.rental_area .p_desc {
    padding: 5px;
  }
}

.top_access {
  padding: 80px 0 30px;
  background: #fff;
}

@media screen and (max-width: 896px) {
  .top_access {
    padding: 10% 0;
  }
}

.top_access .g_map {
  height: 360px;
  margin-bottom: 40px;
}

.top_access .g_map iframe {
  width: 100%;
  height: 360px;
}

.top_access ul {
  width: 94%;
  margin: 0 auto 80px;
}

@media screen and (max-width: 896px) {
  .top_access ul {
    width: 100%;
  }
}

.top_access li {
  display: flex;
  color: #333;
  padding: 1px 0;
}

@media screen and (max-width: 896px) {
  .top_access li {
    flex-direction: column;
    padding: 14px 0;
  }
}

.top_access li h3 {
  background: #EDEDEE;
  font-size: 1.8rem;
  font-weight: 500;
  width: 26%;
  padding: 25px 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .top_access li h3 {
    width: 100%;
    text-align: center;
  }
}

.top_access li p {
  width: 74%;
  padding: 16px 14px;
  background: #FBFBFC;
  border-left: 2px solid #fff;
}

@media screen and (max-width: 896px) {
  .top_access li p {
    width: auto;
    border-left: none;
    border-top: 1px solid #fff;
  }
}

.top_access li p span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4;
}

.top_access p.msg {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 50px 0;
}

.top_access .checkin_box {
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top_access .checkin_wrapper {
  padding: 1em;
  border: 1px solid #fff;
}

.top_access address {
  font-size: 1.5rem;
  margin-top: 1em;
  line-height: 1.3;
}

.top_access p.checkin {
  font-size: 1.8rem;
  color: #222;
}

.top_access p.checkin a {
  font-size: 1.6rem;
}

.top_access p.checkin_ttl {
  position: relative;
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 25px;
  display: inline-block;
  padding: 0 30px;
}

.top_access p.checkin_ttl::before {
  content: "";
  height: 1px;
  background: #ccc;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top_access p.checkin_ttl span {
  background: #fff;
  padding: 0 30px;
  z-index: 20;
  position: relative;
}

.checkin a {
  text-decoration: underline;
}

.top_access p.note {
  padding-top: 20px;
}

.suite {
  padding: 80px 0;
}

.suite .container {
  border: 1px solid #999;
}

.suite h2 {
  margin: 60px 0 30px;
  font-size: 3rem;
  color: #222;
}

.suite img {
  width: 90%;
  margin: 0 auto 30px;
}

.suite p {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .suite img {
    width: 90%;
    margin: 0 auto 15px;
  }

  .suite h2 {
    line-height: 1.6;
    font-size: 2.6rem;
  }
}