﻿@charset "UTF-8";

*,
*:before,
*:after
	{
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	}
html
	{
	margin:0;
	padding:0;
	font-size:62.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
body
	{
	width:100%;
	background:#ffffff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	letter-spacing:1px;
	font-size:1.6rem;
	color:#333333;
	}
img
	{
	max-width:100%;
	height:auto;
	}
a:hover
	{
	opacity:0.5;
	}
.btn,
a.btn,
button.btn
	{
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	}
div.siteWrapper
	{
	max-width:1920px;
	width:100%;
	margin:0 auto;
	}
header.header
	{
	width:100%;
	height:70px;
	background-color:rgb(255, 255, 255, 1);
	position:fixed;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 3%;
	top:0;
	left:0;
	z-index:999;
	}
h1
	{
	font-size:1.6rem;
	}
.announcement
	{
	margin-top:50px;
	margin-bottom:50px;
	}
.announcement p
	{
	text-align:center;
	}
h1.header_logo img
	{
	height:70px;
	}
nav.header_nav
	{
	font-size:1.4rem;
	font-weight:bold;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	}
.menu_nav
	{
	display:flex;
	}
.menu_nav li
	{
	margin-left:35px;
	}
.header.UpMove
	{
	position: fixed;
	width:100%;
	animation: UpAnime 0.5s forwards;
	}
@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}
.header.DownMove{
	position: fixed;
	width:100%;
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}
section.top_page_headline
	{
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	margin-top:80px;
	}
section.top_page_headline p
	{
	font-size:2rem;
	margin-top:30px;
	margin-bottom:30px;
	line-height:2;
	}
div.box_Wrapper
	{
	margin-top:80px;
	padding-left:2%;
	padding-right:2%;
	}
div.category_box
	{
	display:flex;
	flex-direction:row-reverse;
	justify-content: center;
	align-items: center;
	margin-bottom:30px;
	}
div.category_box2
	{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color:#ffffff;
	margin-bottom:30px;
	}
div.category_caption
	{
	padding-left:10px;
	padding-right:10px;
	width:45%;
	}
div.category_caption2
	{
	padding-left:10px;
	padding-right:10px;
	width:45%;
	}
div.category_box h2,
div.category_box2 h2
	{
	font-size:4rem;
	color:#333333;
	text-align:center;
	font-weight:bold;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	}
div.category_box3
	{
	display:flex;
	flex-flow:column;
	justify-content:space-evenly;
	}
div.category_box p,
div.category_box2 p
	{
	font-size:2rem;
	margin-top:20px;
	line-height:2;
	text-align:center;
	}
div.category_image
	{
	width:55%;
	}
.details_area1,
.details_area2,
.details_area3,
.details_area4,
.details_area5
	{
	display: none;
	}
.details
	{
	margin-bottom:30px;
	}
.outdoor_detail2,
.room_detail2,
.food_detail2,
.facility_detail2
	{
	text-align: center;
	margin-bottom:50px;
	}
.outdoor_detail2 h3,
.room_detail2 h3,
.food_detail2 h3,
.facility_detail2 h3
	{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:80px;
	margin-bottom:50px;
	font-weight:bold;
	}
.outdoor_detail2 h3:before,
.room_detail2 h3:before,
.food_detail2 h3:before,
.facility_detail2 h3:before,
.outdoor_detail2 h3:after,
.room_detail2 h3:after,
.food_detail2 h3:after,
.facility_detail2 h3:after
	{
	content: '';
	flex-grow:0.1;
	height:1px;
	background-color:#666;
	}
.outdoor_detail2 h3::before,
.room_detail2 h3::before,
.food_detail2 h3::before,
.facility_detail2 h3::before
	{
	margin-right:20px;
	}
.outdoor_detail2 h3::after,
.room_detail2 h3::after,
.food_detail2 h3::after,
.facility_detail2 h3::after
	{
	margin-left:20px;
	}
.tab
	{
	display: flex;
	flex-wrap: wrap;
	}
.tab li
	{
	width:25%;
	}
.tab li a
	{
	display: block;
	background:#f4f4f4;
	margin:2px 2px;
	padding:10px 20px;
	}
.tab li.active a
	{
	color:#fff;
	background:#00533f;
	}
div.area
	{
	display: none;
	opacity: 0;
	background-color:#ffffff;
	margin-top:30px;
	}
div.area_inner
	{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	}
div.area.is-active
	{
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
	}
@keyframes displayAnime
	{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
	}
div.detail_image
	{
	width:50%;
	}
div.detail_content
	{
	width:50%;
	padding-left:2%;
	}
.detail_table
	{
	border-collapse: collapse;
	margin: auto;
	}
.detail_table th,
.detail_table td
	{
	padding:15px 30px;
	border-top:1px solid #00533f;
	border-bottom:1px solid #00533f;
	font-size:1.6rem;
	}
.detail_table th
	{
	color:#00533f;
	font-weight:normal;
	}
.googleMap iframe
	{
	width: 100%;
	}
p.address
	{
	padding-top:10px;
	}
.button
	{
	text-align:center;
	}
button
	{
	margin-top:3%;
	width: 80%;
	}
.btn--black,
button.btn--black
	{
	color: #fff;
	background-color: #373737;
	}
.btn--black:hover,
button.btn--black:hover
	{
	color: #fff;
	background: #b6b6b6;
	}
button.btn--radius
	{
	border-radius: 100vh;
	}
div.footer_inner
	{
	padding-top:30px;
	padding-bottom:20px;
	background: #1c2652;
	color:#fff;
	}
p.footer_address
	{
	text-align:center;
	font-size:1.2rem;
	padding-bottom:10px;
	}
p.footer_link
	{
	text-align:center;
	font-size:1.2rem;
	padding-bottom:10px;
	}
p.administrator
	{
	text-align:center;
	font-size:1.2rem;
	padding-bottom:10px;
	}
div.footer_nav
	{
	font-size:1.1rem;
	padding-bottom:10px;
	}
ul.menu_nav2
	{
	display:flex;
	justify-content: center;
	}
ul.menu_nav2 li
	{
	padding: 0px 10px;
	}
ul.menu_nav2 li+ li
	{
	border-left: 1px solid #fff;
	}
p.footer_copyright
	{
	text-align:center;
	font-size:1.2rem;
	}
.google-cal
	{
	margin-top:20px;
	margin-bottom:20px;
	}
.google-cal iframe
	{
	width:100%;
	}

@media only screen and (max-width:1201px)
{
nav.header_nav
	{
	font-size:1.3rem;
	}
.menu_nav li
	{
	margin-left:25px;
	}
section.top_page_headline p
	{
	font-size:1.6rem;
	}
div.category_box h2,
div.category_box2 h2
	{
	font-size:3.8rem;
	}
div.category_box p,
div.category_box2 p
	{
	font-size:1.5rem;
	}
.tab li
	{
	font-size:1.4rem;
	}
.detail_table th,
.detail_table td
	{
	padding:15px 15px;
	font-size:1.3rem;
	}
}
@media only screen and (max-width:959px)
{
.header_nav
	{
	position: fixed;
	right: -320px;
	top: 0;
	width: 300px;
	height: 100vh;
	padding-top: 60px;
	background-color: #fff;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; 
	}
.hamburger
	{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px; 
	height: 40px; 
	cursor: pointer;
	z-index: 300;
	}
.menu_nav
	{
	flex-direction: column;
	}
.menu_nav li
	{
	margin:0px;
	}
.nav_item
	{
	text-align: center;
	padding: 0 14px;
	}
.nav_item a
	{
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #333;
	}
.nav_item a:hover
	{
	background-color: #eee;
	}
.hamburger_border
	{
	position: absolute;
	left: 11px;
	width: 18px;
	height: 2px;
	background-color: #333;
	transition: all .6s;
	}
.hamburger_border_top {
	top: 14px;
	}
.hamburger_border_center {
	top: 20px;
	}
.hamburger_border_bottom {
	top: 26px;
	}
.black_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: #333;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
	}
.nav-open .header_nav
	{
	right: 0;
	}
.nav-open .black_bg
	{
	opacity: .8;
	visibility: visible;
	}
.nav-open .hamburger_border_top {
	transform: rotate(45deg);
	top: 20px;
	}
.nav-open .hamburger_border_center {
	width: 0;
	left: 50%;
	}
.nav-open .hamburger_border_bottom {
	transform: rotate(-45deg);
	top: 20px;
	}
div.category_box h2,
div.category_box2 h2
	{
	font-size:3.3rem;
	margin-top:20px;
	}
div.category_box p,
div.category_box2 p
	{
	font-size:1.3rem;
	margin-top:10px;
	}
.tab li
	{
	font-size:1.4rem;
	}
.detail_table th,
.detail_table td
	{
	padding:15px 15px;
	border-top:1px solid #00533f;
	border-bottom:1px solid #00533f;
	font-size:1.3rem;
	}
}
@media only screen and (max-width:819px)
{
.announcement
	{
	margin-top:50px;
	margin-bottom:50px;
	padding-left:4%;
	padding-right:4%;
	}
.announcement p
	{
	font-size:1.4rem;
	text-align:left;
	}
section.top_page_headline
	{
	margin-top:50px;
	}
section.top_page_headline p
	{
	font-size:1.4rem;
	margin-top:30px;
	margin-bottom:30px;
	line-height:2;
	}
div.box_Wrapper
	{
	margin-top:50px;
	padding-left:0;
	padding-right:0;
	}
div.category_box,
div.category_box2
	{
	display:block;
	background:#fff;
	margin-top:50px;
	}
div.category_caption,
div.category_caption2
	{
	padding-left:0;
	padding-right:0;
	}
div.area_inner
	{
	display:block;
	background:#fff;
	margin-top:50px;
	}
.tab li
	{
	width:50%;
	}
.detail_table
	{
	margin-top:30px;
	}
.detail_table th,
.detail_table td
	{
	padding:15px 15px;
	border-top:1px solid #00533f;
	border-bottom:1px solid #00533f;
	font-size:1.4rem;
	}
div.category_box h2,
div.category_box2 h2
	{
	text-align:center;
	margin-top:50px;
	}
div.category_box p,
div.category_box2 p
	{
	text-align:center;
	}
div.category_image,
div.detail_image,
div.category_caption,
div.category_caption2
	{
	width:100%;
	margin:0 auto;
	}
div.category_image img
	{
	width: 100%;
	height: 30vh;
	object-fit: cover;
	object-position: 50% 100%;
	}
div.detail_content
	{
	width:100%;
	padding-left:0;
	}
button
	{
	margin-top:3%;
	width: 94%;
	}
}
@media only screen and (min-width: 960px) {
.hamburger,
.black_bg
	{
	display:none;
	}
}