/* TOPページ */
/*.top_slid {padding-top: 80px;}
@media screen and (max-width:896px) {
.top_slid {padding-top: 0;}
}*/
.top_mv {padding-top: 80px; position: relative;}
.top_mv img {width: 100%;}
.top_mv h2 {
  color: #fff;
  width: 100%;
  line-height: 1.5;
  font-weight: bold;
  font-size: 48px;
  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%);
}
.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: rgba(255,255,255,0.6);
  width: 46%;
}
@media screen and (max-width:896px) {
.top_location_txt {
  padding: 0 0 60px;
  width: 100%;
}
}

.top_news {
	padding: 30px 0;
  background: #0a0a0a;
}
.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;
}

.top_news ul li a {
  color: #b4b5b5;
}

@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;
  color: #b4b5b5;
}
.top_news ul li span.cate {
	color: #fff;
	background: #333;
	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: #fff;
}

/*下層　ニュース一覧（パンくずから飛んだ時用）*/
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: 640px;
	padding: 110px 0 0 0;
  background: url("../img/top/top_main.jpg");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width:896px) {
.top_msg {
	height: 320px;
	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.4);
  letter-spacing: 4px;
}
.top_msg h2 span {
	font-size: 2.0rem;
	color: #b4b5b5;
	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: 1.7;
  color: #fff;
  letter-spacing: 4px;
}

@media screen and (max-width:896px) {
.top_msg p {
	padding: 0 5%;
}
}
.top_location {
	padding: 80px 0;
  display: flex;
}
@media screen and (max-width:896px) {
.top_location {
	flex-direction: column;
}
}
.top_location img {
	display: inline;
	max-width: 100%;
	width: 54%;
}

@media screen and (max-width:896px) {
.top_location img {
	width: 100%;
}
}
.top_location .txt {
	padding-top: 68px;
}

@media screen and (max-width:896px) {
.top_location .txt {
	padding-top: 40px;
	width: 100%;
}
}
.top_location .txt h2 {
	font-size: 2.1rem;
	line-height: 1.6;
}
.top_location .txt h2 span {
	color: #b4b5b5;
	font-size: 1.8rem;
}
.top_location .txt p {
	margin-top: 40px;
	line-height: 1.7;
  padding: 0 5%;
  text-align: center;
}
.top_feature {
	background-image: url(../img/top/black_mamba.png);/* Background pattern from Toptal Subtle Patterns */
}
.top_feature_bk {
  padding: 85px;
}
@media screen and (max-width:896px) {
.top_feature_bk {
	padding: 10% 0;
}
}
.top_feature p ,.top_facility p {
	line-height: 2.0;
}
.top_feature p {
	color: #fff;
}

@media screen and (max-width:896px) {
.top_feature h2 ,.top_facility h2 {
	font-size: 2.4rem;
	margin: 0 0 25px;
}
}
.top_feature h2 {
	color: #fff;
}
.top_feature h2 span ,.top_facility h2 span {
	font-size: 1.5rem;
	color: #b4b5b5;
}
.top_box {
	display: flex;
	width: 100%;
	margin: 0 auto;
	flex-direction: row;
}

@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: 530px;
	height: 450px;
	object-fit: cover;
	margin: 0 auto;
}
@media screen and (max-width:896px) {
.feature_mainimg {width: 100%;}
.feature_mainimg img {
  height: auto;
}
}
.feature_txtarea {
	background: rgba(255,255,255,0.1);
	max-width: 530px;
	height: 450px;
	margin: 0 auto;
  width: 50%;
}

@media screen and (max-width:896px) {
.feature_txtarea {
	margin: 0 auto 10px;
	height: auto;
  width: 100%;
}
}
.textarea_p {
	padding: 3rem;
}
.textarea_p h3 {
	padding-bottom: 10px;
	font-size: 2.2rem;
	line-height: 1.3;
  position: relative;
  color: #b4b5b5;
  margin-bottom: 20px;
}
/*.textarea_p h3:after {
	content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #eff7fd, #eff7fd 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #eff7fd, #eff7fd 2px, #fff 2px, #fff 4px);
}*/
.textarea_p h3 span.point_n {
	font-size: 5rem;
  font-style:italic;
}


@media screen and (max-width:896px) {
.textarea_p h3 {
	padding-bottom: 20px;
}
}

/*施設の紹介*/
.top_facility {
	padding: 45px 85px 80px;
  background-image: url(../img/top/gplaypattern.png);/* Background pattern from Toptal Subtle Patterns */
}
.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: #595757;*/
  background-image: url(../img/top/mirrored_squares.png);/* Background pattern from Toptal Subtle Patterns */
}
.top_meal h2 {color: #fff;}

.meal_mainimg img {
  width: 100%;
  max-width: 530px;
	height: 400px;
	object-fit: cover;
	margin: 0 auto;
}
.meal_txtarea {
	background: rgba(0,0,0,0.3);
	max-width: 530px;
	height: 400px;
	margin: 0 auto;
  width: 50%;
  position: relative;
}


.meal_txtarea p {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 3rem;
  color: #fff;
}

@media screen and (max-width:896px) {
.meal_mainimg img {
	height: auto;
}
.top_meal {padding: 10% 0;}
.meal_txtarea {
	width: 100%;
	margin: 0 auto 10px;
	height: 200px;
}
}


/*.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: #b4b5b5;
}
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: #b4b5b5;
}

@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: #b4b5b5;
}*/

.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(0,0,0,0.8);
  padding: 40px 60px;
  top: 240px;
  right: 0;
  max-width: 460px;
  color: #b4b5b5;
}
.top_plan_list ul li .p-plan__txtbox h3 {
  color: #fff;
  line-height: 1.6;
  padding-bottom: 20px;
}
.top_plan_list ul li .p-plan__txtbox a {
  color: #fff;
}

/*プラン　スマホ版*/
@media screen and (max-width:896px) {
.top_plan {padding: 10% 0;}
.top_plan_list ul li img {
  width: auto;
  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_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 #b4b5b5;
	padding: 3px;
}
.top_bnr_area .bnr_group .inner {
	display: flex;
	border: 1px solid #b4b5b5;
}

@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: #b4b5b5;
	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_activity {
   background-image: url(../img/top/gplaypattern.png);/* Background pattern from Toptal Subtle Patterns */
}
.top_activity_bk {padding: 60px 0; background: rgba(0, 0, 0, 0.2);}
.top_activity_bk ul li {
  background: #fff;
  margin: 10px;
}

.top_content__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.top_content__desc {
  width: 90%;
  margin: 20px auto;
  text-align: left;
  height: 80px;
}

.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: #b4b5b5;
  color: #fff;
  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: #fff;
  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_area {
  background: #f9fcfe;
  padding: 80px 0;
}
@media screen and (max-width:896px) {
.top_area {
  padding: 10% 0;
}
}
.top_area h2 {
	margin-bottom: 30px;
}
.top_area .cate {
	text-align: center;
}
.top_area .cate p {
	position: relative;
	text-align: center;
	font-size: 2.0rem;
	margin: 0 auto 25px;
	display: inline-block;
	padding: 0 30px;
}
.top_area .cate p span {
	background: #f9fcfe;
	padding: 0 30px;
	z-index: 20;
	position: relative;
}
.top_area .cate p:before {
	content: "";
	height: 1px;
	background: #ccc;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.top_area ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.top_area ul li {
	width: 320px;
}
.top_area ul li img {
  width: 320px;
  height: 230px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
.top_area ul {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
	flex-wrap : wrap;
}
  .top_area ul li {
	margin-bottom: 30px;
}
}

.top_area ul li h3 {
	padding: 18px 0 14px;
	text-align: center;
	margin-bottom: 6px;
	font-size: 1.6rem;
	font-weight: 500;
}
.top_area ul li h3.spot {
	background: #b4b5b5;
  color: #fff;
}
.top_area ul li h3.shop {
	background: #b4b5b5;
}
.top_area ul li p {
	margin: 15px 0 0;
	padding: 0 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}*/
.top_access {
	padding: 80px 0 30px;
  background: #595757;
}
@media screen and (max-width:896px) {
.top_access {
	padding: 10% 0;
}
}
.top_access h2 {
	color: #fff;
}
.top_access .g_map {
	height: 360px;
	margin-bottom: 40px;
}
.top_access .g_map iframe {
	width: 100%;
	height: 360px;
}
.top_access .g_map iframe,
.top_access .g_map object,
.top_access .g_map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.top_access .g_map iframe:hover,
.top_access .g_map object:hover,
.top_access .g_map embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}


.top_access ul {
	/*width: 94%;*/
	margin: 80px auto 0;
}
@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: #f5f6f6;
	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: #f5f6f6;
  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 #b4b5b5;
}
.top_access address {
	font-size: 1.5rem;
	margin-top: 1em;
  color: #ccc;
}
.top_access p.checkin {
	font-size: 1.8rem;
  color: #b4b5b5;
}
.top_access p.checkin a {
	font-size: 1.8rem;
	padding-right: 1em;
}
.top_access p.checkin_ttl {
	position: relative;
	text-align: center;
	font-size: 2.0rem;
	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 {
	color: #fff;
}
.top_access p.checkin_ttl span {
	background: #595757;
	padding: 0 30px;
	z-index: 20;
	position: relative;
}
.top_access p.note {
	color: #fff;
  padding-top: 20px;
}
