﻿@charset "utf-8";
.pc{
display: block
}
.sp{
display: none
}
body {
	font-size: 12px;
	color: #666;
	background-image: url(img/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 720px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
}
main{
display: block
}



#indexMenu {
    width: 360px;
    background-image: url(img/indexNaviBg.png);
    padding-top: 40px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
#indexMenu ul li {
	line-height: 150%;	
	margin-left: 20px;
    margin-bottom:1rem;
}
#indexMenu ul li a {
	text-decoration:none;
	color: #666;
}
#indexMenu ul li a:hover {
	color: #999;
}
#indexMenu h1 {
	margin-bottom: 10px;
}
div#IndexCover {
  position: relative; 
}
#IndexCover {
	/*height: 550px;*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
  height: 100vh;  /* 従来のビューポートの高さ */
  height: 100svh; /* 最小のビューポートの高さ（アドレスバーが表示された状態） */
  height: 100lvh; /* 最大のビューポートの高さ（アドレスバーが消えた状態） */
  height: 100dvh; /* 動的なビューポートの高さ（アドレスバーの表示・非表示に対応） */

     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#indexMenu #sns{
    text-align: right;
   
}
#indexMenu #sns{ 
padding-top:15px;
}
#indexMenu #sns img{
width:24px;
height:auto;
}
#indexMenu #sns a:first-of-type img{
margin-right:12px;
}
#indexMenu #sns a:hover{
 opacity:0.7;
 filter:alpha(opacity=70);
 -ms-filter: “alpha( opacity=70 )”;
}

#news{
background-image: url(img/indexNaviBg.png);
    position: absolute;
    bottom:30px;
    right:15px;
    width:330px; 
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding:20px 15px;
}
#news h4{
margin-bottom:5px;
font-weight:bold;
}
#news div{
    overflow: auto;
    height: 6rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:5px;
    line-height:150%;
}
#cover h1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
#cover {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#naviArea ul{
width: 800px;
	margin-right: auto;
	margin-left: auto;
display: flex;
justify-content: flex-end
}
#naviArea ul li {
	font-weight: bold;
    margin-right:1rem;
}
#naviArea ul li:last-child{
margin-right:0
}
#naviArea a {
	color: #666;
	text-decoration: none;
}
#naviArea a:hover {
	color: #999;
}
#naviArea {
	margin-top: 15px;
	margin-bottom: 15px;
}
#main {
    width: 800px;
    border: 1px solid #999999;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.contents {
	width: 720px;
	margin-right: auto;
	margin-left: auto;   
}
h3 {
    margin-bottom: 30px;
    background-image: url(img/pageTitle.gif);
    height: 28px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
h3 p{
width:720px;
margin-right:auto;
margin-left:auto;
font-size:1rem;
font-weight:bold;
}
#price h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}
#info h4 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 15px;
}
.infoCon {
	margin-bottom: 40px;
	line-height: 160%;
}
#info {
		font-size: 12px;
}
#mapArea iframe {
	border: 1px solid #8B8B8B;
    width:100%;
    height:300px;
}
#footArea {
	text-align: center;
	padding: 30px;
}
#info dl{
display: flex;
flex-wrap: wrap;
}
#info dl dt{
width:12%;
}
#info dl dd{
width:88%;
}
#info dl dd+dd{
margin-left:12%;
}
#info a{
color: #666;
}
#info a:hover{
text-decoration: none
}
#price th, #price td {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#price table {
	margin-bottom: 40px;
	font-size: 11px;
}
#calendar figure{
width:85%;
margin-right:auto;
margin-left:auto;
}
#calendar figure img{
width:100%;
height:auto;
border-radius:3px;
}
#calendar li{
margin-bottom:30px;
}
#calendar .btn a{
display: block;
margin-right:auto;
margin-left:auto;
width:40%;
text-align: center;
color: #fff;
background-color: #767676;
text-decoration: none;
padding:10px;
font-size:1rem;
margin-top:50px;
}
#calendar .btn a:hover{
 opacity:0.9;
 filter:alpha(opacity=90);
 -ms-filter: “alpha( opacity=90 )”;
}
/*#calendar #memo {
	line-height: 150%;
	margin-top: 35px;
}
#calendar .clearfix #memo h4 {
	font-size: 13px;
	font-weight: bold;
}
*/

#reservation>div img{
width:100%;
height:auto;
border-radius:4px;
margin-bottom:2rem;
} 
#reservation p{
text-align: center;
font-size:0.8rem;
}

#reservation p a{
	color: #666;
}
#reservation p a:hover{
text-decoration: none
}

@media screen and (max-width: 959px){

#cover {
	width: 90%;
    max-width:800px;
}
#naviArea ul{
width: 100%;
max-width:800px;
}
h2 img{
width:100%;
height:auto;
}
#main {
    width: 100%;
    border: 1px solid #999999;
    padding-top: 35px;
    padding-bottom: 35px; 
}
.contents {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
h3 p{
width: 90%;
}
#price table{
width:100%;
}
#price table td,#price table th{
display: block;

}
#price table td{
text-align: right;
border-bottom: 1px solid #CCC;
}
#price table th+td{
display: none
}
#calendar .btn a{
width:50%;
padding:10px;
font-size:0.85rem;
margin-top:50px;
}
}
@media screen and (max-width: 720px){
  img.bg {
  left: 50%;
  margin-left: -360px; }
}
@media screen and (max-width: 599px){
.pc{
display: none
}
.sp{
display: block
}
#indexMenu {
    width: 80%;
    background-image: url(img/indexNaviBg.png);  
}
#news{
    left:0;
    width: 55%;
    padding:15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
#cover h1 {
	margin-top: 5px;
	margin-bottom: 5px;
    width:50%;
}
#cover h1 img{
width:100%;
height:auto;
max-width:189px;
}
h3 {
    margin-bottom: 30px;
    background-image: url(img/pageTitle.gif);
    height: 26px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 600px;
}
h3 p{
font-size:0.9rem;
}
#info dl dt{
width:100%;
 /*border-top: 1px solid #CCC;*/
 padding-top:1rem;
 margin-top:1rem;
}
#info dl dd{
   width: 100%;  
}
#info dl dd+dd{
margin-left:0%;
}
#calendar figure{
width:100%;
}
#calendar .btn a{
width:70%;
padding:10px;
font-size:0.85rem;
margin-top:50px;
}
#reservation p{
text-align: center;
font-size:12px;
}
}

