@charset "UTF-8";
html{
    font-size: 100%;
    scroll-behavior: smooth;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
}
body{
    line-height: 1.7;
    text-align: justify;
    color: #000;
    background-color: #fff;
}
h1{
    padding: 1rem;
    font-size: 1.3rem;
    font-weight: bolder;
    text-align: center;
    color: #000;
    background-color: #fff;
}
h2{
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bolder;
    text-align: center;
    color: #000;
    background-color: #fff;
}
h3{
    font-size: 1.1rem;
    text-align: left;
}
.font{
    color: #f26406;
}
.font-a{
    color: rgb(203, 37, 37);
}
rt{
    color: rgba(48, 41, 41, 0.837);
}
.sns-nav{
    display: flex;
    justify-content: space-around;
}
.hero{
    text-align: center;
    background-color: #fff;
    scroll-snap-type: y mandatory;
}
.mv{
    height: 100vh;
}
.degreeshow{
    height: 100vh;
    scroll-snap-align: end;
}
.wrapper{
    padding-left: 13%;
    padding-right: 13%;
    padding-bottom:  60px;
}
.group{
    color: #000;
    background-color: #fff;
    scroll-snap-type: y mandatory;
}
.content{
    padding-top: 1rem;
    padding-left: 1rem;
    padding-bottom: 0.5rem;   
    padding-right: 1rem;
    border-style: solid;
}
.map{
    width: 100%;
}
.button{
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    color: #fff;
    background-color: rgb(203, 37, 37);
}
.button:hover{
    color: #fff;
    background-color: rgb(248, 141, 141);
}
iframe{
    width: 100%;
}
.movie{
    padding-left: 3rem;
    padding-right: 3rem;
}
.info{
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: justify;
}
.googlemap{
    filter:grayscale(50%);
    -webkit-filter:grayscale(50%);
}
.reserve{
    color: rgb(203, 37, 37);
}
.reserve:hover{
    color: rgb(136, 17, 17);
}
.sns{
    display: flex;
    justify-content: space-around;
    background-color: #fff;
}
.fa-brands{
    color: #000;
}
.fa-solid{
    color: rgb(203, 37, 37);
}
.room{
    font-weight: bold;
}
.theme{
    font-size: 0.9rem;
}
.name{
    text-decoration: none;
    color: #000;
}
.name:hover{
    color: rgba(0, 0, 0, 0.493);
}
.photo-only{
    color: #fff;
}
.photo-only:hover{
    color: #fff;
}
footer{
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 2rem;
}
.copy{
    text-decoration: none;
    color: #fff;
}
/*---scrolldown---*/
.scrolldown{
	position:absolute;
	left:50%;
	bottom:10px;
	height:50px;
}
.scrolldown::after{
	content: "";
	position: absolute;
	top: 0;
	width: 3px;
	height: 30px;
	background: #F39700;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}
/*---hamburger---*/
#g-nav{
    position:fixed;
    z-index: 999;
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;
	background: #F39700;
	transition: all 0.6s;
}
#g-nav.panelactive{
    right: 0;
}
#g-nav ul {
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
#g-nav li{
	list-style: none;
    text-align: center;
}
#g-nav li a{
	color: #000;
	text-decoration: none;
	padding:10px;
	display: block;
    font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.openbtn{
	position:fixed;
    z-index: 9999;
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
    background-color: rgb(203, 37, 37);
    border-radius: 4px;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }
.openbtn span:nth-of-type(1) {
	top:15px;	
}
.openbtn span:nth-of-type(2) {
	top:23px;
}
.openbtn span:nth-of-type(3) {
	top:31px;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
/*---page-top---*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background : rgba(255, 255, 255, 0);
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.5s;
}
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
section{
padding: 500px 0;
}
#footer{
background: #000;
}
/*---tab---*/
.tab{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
    list-style: none;
}
.tab li a{
	display: block;
    color: rgb(203, 37, 37);
    text-decoration: none;
    font-weight: bolder;
	background: #fff;
	margin:0 2px;
	padding:10px 20px;
}
.tab li.active a{
	background:rgb(240, 208, 208);
}
.area {
	display: none;
	opacity: 0;
	background: #fff;
	padding:50px 20px;
}
.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media screen and (max-width: 428px) {
    .wrapper{
        width: 100%;
        padding-left: 1.0%;
        padding-right: 1.0%;
    }
    .media-font-size{
        font-size: 0.9rem;
    }
    .theme{
        font-size: 0.8rem;
    }
    #g-nav li a{
        font-size: 0.95rem;
    }
}
@media screen and (max-width: 900px) {
    .wrapper{
        width: 100%;
        padding-left: 6%;
        padding-right: 6%;
    }
}