@charset "utf-8";
@media screen and (max-width: 1000px) {
html, body header footer{
	font-size: 62.5%;
}
footer{
	position: fixed;
	width: 100%;
	height: 11px;
	z-index: 97;
	bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #000;
	color: #fff;
}
header{
	position: fixed;
	width: 100%;
	height: 80px;
	background-color: #C0C0C0;
	z-index: 100;
}
.hamburger-menu{
	width: 100%;
}
#logo {
	position: absolute;
	width: auto;
	height: 60px;
	padding-top: 10px;
	margin-left: 50%;
	left: -173px;
}
#select{
	border:none;
	background:#316745;
}
.menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    height: 80px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 99;
    background-color: #000;
}
.menu-btn span,.menu-btn span:before,.menu-btn span:after {
    content: '';
    display: block;
	height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
	transition: all 0.5s;
}
.menu-btn span:before {
    bottom: 8px;
	transition: all 0.5s;
}
.menu-btn span:after {
    top: 8px;
	transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
	transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
	transition: all 0.5s;
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100%;/*画面外へ*/
    z-index: 98;
    background-color: #000;
    transition: all 0.5s;
	overflow-y: auto;
}
.menu-content::-webkit-scrollbar {
	display: none;
}
#menu-btn-check:checked ~ .menu-content {
    top: 80px;/*画面内へ*/
	transition: all 0.5s;
}
.menu-content ul {
    padding: 10px 10px 0;
}
.menu-content ul li {
	text-align: center;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 2rem;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 30px 0px;
    position: relative;
}
.menu-content ul li a::before {
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#border{
	color: #fff;
	text-align: center;
	font-size: 3rem;
	margin-top: 0px;
}
#instagram{
	display: flex;
	margin-top: -30px;
	font-size: 2rem;
}
.main_window{
	overflow-y: auto;
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 80px;
	font-size: 3rem;
	text-align: center;
	background-color: #fff;
}
.main_window::-webkit-scrollbar {
	display: none;
}
.eye-catch img{
	width: 100%;
	height:  150px;
}
#eye-catch{
	object-fit: cover;
}
.info{
	border: solid 2px #000;
	border-radius: 5px;
	width: 90%;
	margin: 0 auto;

}
.map{
	padding-top: 20px;
	padding-bottom: 20px;
}
}


@media screen and (min-width: 1000px) {
html, body header footer{
	overflow: hidden;
	font-size: 62.5%;
}
footer{
	position: fixed;
	width: 400px;
	height: 11px;
	z-index: 100;
	left: 50%;
	margin-left: -200px;
	bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #000;
	color: #fff;
}
header{
	position: fixed;
	width: 400px;
	height: 80px;
	background-color: #fff;
	left: 50%;
	margin-left: -200px;
	z-index: 100;
}
#logo {
	width: auto;
	height: 60px;
	padding-top: 10px;
	padding-left: 28px;
}
#select{
	border:none;
	background:#316745;
}
.menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    height: 80px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 99;
    background-color: #000;
}
.menu-btn span,.menu-btn span:before,.menu-btn span:after {
    content: '';
    display: block;
	height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
	transition: all 0.5s;
}
.menu-btn span:before {
    bottom: 8px;
	transition: all 0.5s;
}
.menu-btn span:after {
    top: 8px;
	transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
	transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
	transition: all 0.5s;
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 400px;
    height: 100%;
    position: fixed;
    top: 100%;/*画面外へ*/
    z-index: 98;
    background-color: #000;
    transition: all 0.5s;
	overflow-y: auto;
}
.menu-content::-webkit-scrollbar {
	display: none;
}
#menu-btn-check:checked ~ .menu-content {
    top: 88px;/*画面内へ*/
	transition: all 0.5s;
}
.menu-content ul {
    padding: 10px 10px 0;
}
.menu-content ul li {
	text-align: center;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 2rem;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 30px 0px;
    position: relative;
}
.menu-content ul li a::before {
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#border{
	color: #fff;
	text-align: center;
	font-size: 3rem;
	margin-top: 0px;
}
#instagram{
	display: flex;
	margin-top: -30px;
	font-size: 2rem;
}
body {
	background-color: gray;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.background{
	position: absolute;
	width: 440px;
	height: 100%;
	left: 50%;
	margin-left: -250px;
	border-left: solid 30px #000;
    border-right: solid 30px #000;
}
.main_window{
	overflow-y: auto;
	position: absolute;
	width: 400px;
	height: 100%;
	left: 50%;
	margin-left: -200px;
	padding-top: 80px;
	font-size: 3rem;
	text-align: center;
	background-color: #fff;
}
.main_window::-webkit-scrollbar {
	display: none;
}
.eye-catch img{
	width: 100%;
	height:  150px;
}
#eye-catch{
	object-fit: cover;
}
.info{
	border: solid 2px #000;
	border-radius: 5px;
	width: 90%;
	margin: 0 auto;

}
.map{
	padding-top: 20px;
	padding-bottom: 20px;
}
}