@charset "utf-8";


body{
	font-family: 'Noto Serif JP', serif;
	/*	400/500weight
*/
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,h1,h2,h3,h4,h5,h6,p,div,address,ul,ol,li{
margin:0; padding:0;
}
header,footer,nav,figure,figcaption{ margin:0; padding:0;
}

main,footer,header,nav{display:block;
}


img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
header {
	max-width: 1150px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
h2 {
	font-size: 2rem;
	font-weight: normal;
	padding-bottom: 0.61em;
	padding-top: 0.6em;
}
h3 {
	font-size: 1.5rem;
	font-weight: normal;
	padding-bottom: 0.61em;
	padding-top: 0.61em;
	background-image: linear-gradient(270deg,rgba(255,255,255,1.00) 99.8%,rgba(0,161,215,1.00) 100%);
	border-left: 1px solid #008ABC;
	padding-left: 13px;
	letter-spacing: 0.2em;
	margin-bottom: 0.6em;
}



p{
	letter-spacing: 3%;
}
section {
	margin-bottom: 32px;
	margin-top: 24px;
}

footer {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,183,229,1.00);
    font-size: 0.8rem;
}
#top_news {
    width: 100%;
    border-bottom: 1px solid rgba(3,123,154,1.00);
    margin-bottom: 16px;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 212px;
}

.flex {
    display: flex;
    margin-bottom: 30px;
    /* [disabled]flex-wrap: wrap; */
}
.flex-always-wrap{
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex-just{
	justify-content: space-between;
}
.flex-grow1{
	flex: 1 1 auto;
	white-space: normal;	
}/* 値を3つ指定: flex-grow | flex-shrink | flex-basis */
.flex-grow2{
	flex: 2 1 auto;
	white-space: normal;	
}/* 値を3つ指定: flex-grow | flex-shrink | flex-basis */
.flex-alighn{
	align-items: center;
}
.flex .over-content-outer {
	position: relative;
	width: 50%;
}
.over-content-outer .over-content-inner,
.over-content-outer .over-content-inner-l{
	width: 100%;
	background-color: rgba(217,217,217,0.71);
	padding: 25px;
	margin-left: -58px;
	text-align: justify;
	box-shadow: 0px 0px 15px rgba(41,41,41,0.11);
	text-shadow: 0px 0px 8px rgba(255,255,255,1.00);
}
.flex.flex-alighn .over-content-outer .over-content-inner {
}

.over-content-outer .over-content-inner-l{
	margin-right: -58px;
	position: relative;
	left: 58px;
}

#head_img {
	width: 100%;
	background-image: linear-gradient(180deg,rgba(243,243,243,1.00) 1.04%,rgba(235,235,235,1.00) 100%);
	border-top: 1px solid rgba(0,183,229,1.00);
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.23);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.23);
	border-bottom: 1px solid rgba(188,188,188,1.00);
}
#head_img img {
	display: block;
	width: 100%;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
body header nav {
	width: 606px;
	margin-bottom: 22px;
}
body header h1 {
	font-weight: normal;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 176px;
	background-size: contain;
	height: 176px;
	font-size: 1rem;
	text-indent: -346px;
	overflow-x: hidden;
	overflow-y: hidden;
}


header nav ul {
    width: 99%;
    max-width: 1150px;
    display: flex;
    padding-bottom: 3px;
}
address {
    font-size: 0.9rem;
    font-variant: normal;
    font-style: normal;
}

header nav ul li {
	font-family: 'Sawarabi Mincho', sans-serif;
	list-style-type: none;
	margin-left: 28px;
	margin-right: 21px;
	background-image: url(../images/nav_img.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 20% auto;
	padding-top: 15px;
}
header nav ul li a {
	display: block;
	padding-top: 11px;
	padding-bottom: 4px;
	min-width: 101px;
	border-bottom: 1px solid rgba(78,108,0,1.00);
	text-decoration: none;
	text-align: center;
	color: rgba(0,64,67,1.00);
}
body main article {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}
#about_us #google_map {
	width: 50%;
	height: 401px;
}
#about_us #first_img {
	width: 50%;
}
#about_us #first_img figcaption {
	line-height: 48px;
	text-align: center;
}
#access #google_map {
	width: 100%;
}
#stay #Google_cal {
	width: 100%;
	height: 400px;
}
#price {
    border: 1px solid #00BFE7;
    width: 50%;
    /* [disabled]max-width: 514px; */
    flex: 2 1 60%;
    margin-left: auto;
    margin-right: auto;
}

#price tbody tr th {
	background-color: rgba(209,234,248,1.00);
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
#price tbody tr td {
	background-color: rgba(238,250,255,1.00);
	padding-left: 26px;
	padding-right: 20px;
	text-align: center;
}
#reserve_link_bt {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px;
    border: 9px solid rgba(215,243,255,1.00);
}
.price-info{
    margin-left: 1%;
    flex: 1 1 50%;
    width: 48%;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
    text-align: right;
}

@keyframes topmove-start {
    0% {
        opacity: 0;
        z-index: 0;
    }
    100% {
       opacity: 1;
        z-index: 11;
    }
    
}
.top-video {
    
    animation-name: topmove-start;
    animation-delay:0s;

    animation-duration: 3s;
}




@media (max-height:1024px){
main article {
	box-sizing: border-box;
	padding-left: 1%;
	padding-right: 1%;
}

}

@media (max-width: 768px){
header nav ul {
    width: 99%;
    max-width: 1150px;
    display: flex;
    padding-bottom: 3px;
    justify-content: space-between;
}
header nav ul li {
    font-family: 'Sawarabi Mincho', sans-serif;
    list-style-type: none;
    margin-left: 28px;
    margin-right: 21px;
    background-image: url(../images/nav_img.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 20% auto;
    padding-top: 15px;
}
header nav ul li a {
    display: block;
    padding-top: 11px;
    padding-bottom: 4px;
    min-width: 80px;
    border-bottom: 1px solid rgba(78,108,0,1.00);
    text-decoration: none;
    text-align: center;
    color: rgba(0,64,67,1.00);
}
.img-decorate-box {
	flex: 2 1 150%;

}
article h2 span {
	display: inline-block;
}
#about_us #first_img {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}
#about_us #google_map {
    width: 93%;
    height: 305px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}








}
@media (max-width: 670px){
header {
    max-width: 1150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    justify-content: space-between;
    align-items: flex-end;
}
body header h1 {
    font-weight: normal;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    width: 176px;
    background-size: contain;
    height: 176px;
    font-size: 1rem;
    text-indent: -346px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}
body header nav {
    width: 99.5%;
    margin-bottom: 11px;
}
header nav ul {
    padding-bottom: 3px;
    justify-content: space-between;
    width: 99%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
header nav ul li {
    font-family: 'Sawarabi Mincho', sans-serif;
    list-style-type: none;
    margin-left: 0%;
    margin-right: 0%;
    background-image: url(../images/nav_img.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 20% auto;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header nav ul li a {
    display: block;
    padding-top: 11px;
    padding-bottom: 4px;
    min-width: 90px;
    border-bottom: 1px solid rgba(78,108,0,1.00);
    text-decoration: none;
    text-align: center;
    color: rgba(0,64,67,1.00);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flex {
	display: block;
	margin-bottom: 30px;
	/* [disabled]flex-wrap: wrap; */
}
.flex .over-content-outer {
	position: static;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.over-content-outer .over-content-inner {
	width: 100%;
	background-color: rgba(217,217,217,0.71);
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	box-shadow: 0px 0px 15px rgba(41,41,41,0.11);
	text-shadow: 0px 0px 8px rgba(255,255,255,1.00);
	box-sizing: border-box;
	margin-left: 0px;
}
.over-content-outer .over-content-inner-l {
    position: relative;
    left: 58px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#price {
    border: 1px solid #00BFE7;
    width: 90%;
    /* [disabled]max-width: 514px; */
    flex: 2 1 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
}
.price-info {
    margin-left: auto;
    flex: 1 1 50%;
    width: 90%;
    margin-right: auto;
}










}

@media (max-width: 450px){
body header h1 {
    font-weight: normal;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    width: 108px;
    background-size: contain;
    height: 108px;
    font-size: 1rem;
    text-indent: -346px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}
header nav ul li a {
    padding-top: 11px;
    padding-bottom: 4px;
    min-width: auto;
    border-bottom: 1px solid rgba(78,108,0,1.00);
    text-decoration: none;
    text-align: center;
    color: rgba(0,64,67,1.00);
    width: 21vw;
    font-size: 0.9rem;
}
h2 {
    font-size: calc(100vw* 0.05);
    font-weight: normal;
    padding-bottom: 0.61em;
    padding-top: 0.6em;
    text-align: center;
    border-top: 5px solid rgba(0,211,173,1.00);
    margin-bottom: 14px;
}



    
}

@media (min-width:1025px){
header nav ul li {
	transition: background-position 300ms ease 0s;
}

}
header nav ul li:hover,
header nav ul li:active{
	background-position: center 7px;
}
