@charset "UTF-8";
/* CSS Document */
#header {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 1;
}
#header h1 {
position: absolute;
left: 0;
z-index: 2;
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
#header h1 img {
display: block;
}

a p.scroll {
	color: white;
}

p.scroll {
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
width: 100vw;
height: 100vh;
display: flex;
justify-content:center;
align-items: flex-end;
margin-bottom: 30px;
}

.bxslider li:nth-child(1) {
background-image: url(../images/slider1.jpg);
}
.bxslider li:nth-child(2) {
background-image: url(../images/slider2.jpg);
}
.bxslider li:nth-child(3) {
background-image: url(../images/slider3.jpg);
}
.bxslider li:nth-child(4) {
background-image: url(../images/slider4.jpg);
}
.bxslider li:nth-child(5) {
background-image: url(../images/slider5.jpg);
}

.bx-viewport {
left: 0;
box-shadow: none;
border: none;
}
.bxslider li {
height: 100vh;
background: center / cover no-repeat;
}
#slider {
position: absolute;
left: 0;
z-index: 1;
width: 100vw;
height: 100vh;
}

#main {
width: 100%;
margin-top: 100vh;
background: #fff;
position: relative;
z-index: 2;
}
/*#headCopy, #newsList, #contents article div, #access div, #caution {
width: 90%;
max-width: 820px;
margin: 0 auto;
}*/
#headCopy, #newsList, #contents article div.width {
	width: 90%;
max-width: 820px;
margin: 0 auto;
}
/*#contents article div:not(.formErrorArrow),
#contents article div:not(.formErrorContent) {
width: auto;
}*/
#headCopy p {
font-size: 0.9em;
}

#headCopy p:last-of-type {
margin-bottom: 35px;
}

#headCopy h2 {
font-size: 42px;
line-height: 1.6;
}

#newsList {
width: 90%;
max-width: 1024px;
margin: 0 auto;
}
#newsList h3,
#sales h4,
#menu h4 {
text-align: center;
}
#newsList h3:first-letter {
/*font-size: 1.5em;*/
}
#newsList ul li div {
background: #F4F4F4;
overflow: hidden;
}
#newsList ul li div img.object-fit-img {
object-fit: scale-down;
font-family: 'object-fit: scale-down;';
}
#newsList h4 {
visibility: hidden;
}
#newsList ul li span time{
font-size: 0.9em;
/*border-right: 1px solid #ccc;*/
}
#newsList > a {
display: table;
margin: 0 auto;
background: #dbdcdc;
border: 1px solid #dbdcdc;
border-radius: 3px; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

.pagenation {
	text-align: center;
}
.pagenation .no-link {
	display: inline-block;
	margin: 0 10px;
}
.pagenation a {
	margin: 0 10px;
}
.pagenation a.current {
	padding: 5px;
	border: 1px solid red;
	color: red;
}
.all-pages.SPonly {
	display: none;
}

#contents {
width: 100%;
}
#contents article > img{
display: block;
width: 100%;
max-width: 1024px;
margin: 0 auto;
}
#contents h3 {
background: #cec4b4;
text-align: center;
}

#contents figure ul.box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#contents figure ul.box li {
width: 48%;
margin-bottom: 30px;
}

#contents figure ul.box li p {
padding: 0;
text-align: center;
font-size: 0.8em;
}

#access ul {
display: table;
border-top: 1px solid #595757;
}
#access ul li{
border-bottom: 1px solid #595757;
padding: 4px 0;
}

#caution > div {
border: 1px solid #FF0004;
text-align: center;
color: #FF0004;
}
#caution h4 {
border-bottom: 1px solid #FF0004;
}
#caution ol {
list-style-type: decimal;
margin-left: 24px;
}
#access ul li a, #caution a {
color: #FC0106;
text-decoration: underline;
}

#bus {
background: #CADEC0;
}
#bus h4 {
margin: 0 auto;
}

@media screen and (max-width:320px){
#caution div h4 {
font-size: 1.05em;
}
#caution div p {
font-size: 0.87em;
}
#caution ol li {
font-size: 0.85em;
}
}

@media (min-width:321px) and (max-width:413px){
#access {
padding: 0px 0;
}
#caution div h4 {
font-size: 1.2em;
}
#caution ol li {
font-size: 0.9em;
}
}

@media (min-width:414px) and (max-width:480px){
#access {
padding: 60px 0;
}
#caution div h4 {
font-size: 1.3em;
}
}

@media screen and (max-width:480px){
#header h1 {
top: -50px;
}
#header h1 img {
width: 90%;
}
#slider {
/*top: -60px;*/
}
	
#main {
padding: 30px 0 0;
}

#headCopy div {
padding-bottom: 50px;
}
#headCopy h2 {
font-size: 30px;
padding-bottom: 24px;
}
#headCopy > img {
padding-bottom: 20px;
}
	
#newsList ul li {
margin-bottom: 40px;
}
#newsList h3 {
background: url(../images/border.gif) no-repeat center bottom;
background-size: 80px auto;
font-size: 1.5em;
padding-bottom: 6px;
margin-bottom: 20px;
}
#newsList ul li div {
height: 220px;
}
#newsList ul li div img {
width: 100%;
height: 220px;
}
#newsList ul li h4 {
padding-top: 20px;
font-size: 0.85em;
}
#newsList ul li span {
font-size: 0.75em;
}
#newsList ul li span time{
padding-right: 10px;
margin-right: 10px;
}
#newsList > a {
font-size: 0.9em;
padding: 6px 24px;
}
	
#newsList, #contents article, #caution {
padding-top: 60px;
}
#contents h3 {
padding: 10px 0;
margin-bottom: 24px;
}
#contents h3 img {
width: auto;
height: 40px;
}
#contents figure {
padding-top: 20px;
}

#contents p {
padding-top: 20px;
}
#rooms p img, #dining p img {
padding-bottom: 20px;
}

#access {
background: url(../images/map-sp.gif) no-repeat center right;
background-size: 50% auto;
margin-top: 0px;
}
#access h3 {
/*padding-bottom: 24px;*/
}
#access h3 img {
width: auto;
height: 62px;
}
#access ul {
margin-top: 5px;
}
#access ul li {
font-size: 0.8em;
}

#caution div {
padding: 12px 0;
margin-bottom: 14px;
}
#caution h4 {
padding-bottom: 12px;
margin-bottom: 12px;
}
#caution ol li {
margin-bottom: 16px;
}
#bus {
padding: 30px 0 86px;
}
h3 {
	font-size: 1.5em;
}
.all-pages.SPonly {
	display: block;
	text-align: center;
	margin-top: 25px;
}
#contents figure ul.box {
display: block;
/*flex-wrap: wrap;
justify-content: space-between;*/
}

#contents figure ul.box li {
    width: 100%;
    margin-bottom: 30px;
}

}

@media screen and (min-width:481px){
#newsList ul li {
width: 48%;
}
#newsList ul li:nth-child(odd) {
float: left;
}
#newsList ul li:nth-child(even) {
float: right;
}

#rooms p img, #afterDinner p img {
display: block;
width: 48%;
float: right;
padding-left: 4%;
padding-bottom: 10px;
}
#access ul {
margin-top: 16px;
}
#access ul li br {
display: none;
}
}

@media (min-width:481px) and (max-width:768px){
#header h1 {
top: -50px;
}
#header h1 img {
width: 75%;
}
#slider {
top: -30px;
}

#main {
padding: 40px 0 0;
}

#headCopy div {
padding-bottom: 60px;
}
#headCopy h2 {
padding-bottom: 25px;
}
#headCopy > img {
padding-bottom: 70px;
}
	
#newsList ul li {
margin-bottom: 50px;
}
#newsList h3 {
background: url(border.gif) no-repeat center bottom;
background-size: 100px auto;
font-size: 1.8em;
padding-bottom: 8px;
margin-bottom: 30px;
}
#newsList ul li div {
height: 200px;
}
#newsList ul li div img {
width: 100%;
height: 200px;
}
#newsList ul li h4 {
padding-top: 24px;
font-size: 0.9em;
}
#newsList ul li span {
font-size: 0.7em;
}
#newsList ul li span time{
padding-right: 16px;
margin-right: 16px;
}
#newsList > a {
font-size: 1em;
padding: 8px 30px;
}

#newsList, #contents article, #caution {
padding-top: 80px;
}
#contents h3 {
padding: 16px 0;
margin-bottom: 20px;
}
#contents h3 img {
width: auto;
height: 70px;
}
#contents article > img {
margin-bottom: 50px;
}
#contents figure {
padding-top: 20px;
}
#contents p {
padding-top: 20px;
}

#access {
/*background: url(map.gif) no-repeat center right;*/
background-size: contain;
margin-top: 80px;
padding: 10px 0;
}
#access h3 {
padding-bottom: 20px;
}
#access h3 img {
width: auto;
height: 128px;
}
	
#caution div {
padding: 14px 0;
margin-bottom: 16px;
}
#caution div h4 {
font-size: 1.4em;
padding-bottom: 14px;
margin-bottom: 14px;
}
#caution ol li {
margin-bottom: 20px;
}
	
#bus {
padding: 30px 0 90px;
}
}

@media screen and (max-width:768px){
.bxslider li:nth-child(1) {
background-image: url(../images/slider1.jpg);
}
#bus {
margin-top: 20px;
}
#bus h4 {
width: 90%;
max-width: 600px;
}
img.pc-bus {
display: none;
}
}

@media screen and (min-width:769px){
#header h1 {
top: 0;
}
#header h1 img {
display: block;
}
#slider {
top: 0;
}
	
/*.bxslider li:nth-child(1) {
background-image: url(slider1@x2.jpg);
background-position: center bottom;
}*/
	
#main {
padding: 50px 0 0;
}
#headCopy div {
/*padding-bottom: 80px;*/
}
#headCopy h2 {
padding-bottom: 30px;
}
#headCopy > img {
padding-bottom: 44px;
}

#newsList ul li {
margin-bottom: 70px;
}
#newsList h3,
#sales h4,
#menu h4 {
background: url(../images/border.gif) no-repeat center bottom;
background-size: 120px auto;
font-size: 2em;
padding-bottom: 10px;
margin-bottom: 40px;
}
#newsList ul li div {
height: 250px;
overflow: hidden;
-webkit-transition: 0.7s;
-moz-transition: 0.7s;
-o-transition: 0.7s;
transition: 0.7s;
}
#newsList ul li div img {
width: 100%;
height: 250px;
opacity: 1;
-webkit-transition: 0.7s;
-moz-transition: 0.7s;
-o-transition: 0.7s;
transition: 0.7s;
}
#newsList ul li h4 {
padding-top: 30px;
}
#newsList ul li span {
font-size: 0.8em;
}
#newsList ul li span time{
padding-right: 20px;
margin-right: 20px;
}
#newsList > a {
font-size: 1.1em;
padding: 10px 40px;
-webkit-transition: 0.7s;
-moz-transition: 0.7s;
-o-transition: 0.7s;
transition: 0.7s;
}
	
#newsList, #contents article, #caution, #headCopy {
padding-top: 100px;
}

#headCopy {
padding-top: 50px;
}

#contents h3 {
padding: 30px 0;
margin-bottom: 24px;
font-size: 42px;
}
#contents h3:before {
content: url(../images/title-logo.png);
width: 41px;
height: 38px;
position: relative;
top: 3px;
left: -15px;
}
#contents h3:after {
content: url(../images/title-logo.png);
width: 41px;
height: 38px;
position: relative;
top: 3px;
left: 13px;
}



#contents h3 img {
width: auto;
height: 90px;
}
#contents article > img {
padding-bottom: 20px;
}
#contents figure {
padding-top: 24px;
}
#contents p {
padding-top: 24px;
}
#access {
/*background: url(map.gif) no-repeat center right;*/
background-size: contain;
/*margin-top: 100px;*/
}
#access h3 {
padding-bottom: 30px;
}
#access h3 img {
width: auto;
height: 140px;
}
#access ul li {
font-size: 0.8em;
}

#caution div {
padding: 16px 0;
margin-bottom: 20px;
}
#caution div h4 {
font-size: 1.3em;
padding-bottom: 16px;
margin-bottom: 16px;
}
#caution ol li {
font-size: 0.95em;
margin-bottom: 24px;
}
#caution ol ~ p {
font-size: 0.95em;
}
	
#bus {
margin-top: 30px;
padding: 50px 0;
}
#bus h4 {
width: 80%;
max-width: 720px;
}
img.sp-bus {
display: none;
}
}

@media (min-width:769px) and (max-width:1024px){
	#header h1 img{
		width: 500px;
	}
	iframe {
	width: 100%;
	height: 450px;
}
}

@media screen and (max-width: 768px){
	iframe {
		width: 100%;
		height: 300px;
	}
}

@media screen and (min-width:1025px){
	#header h1 img {
	width: 630px;
	}
	
	#newsList ul li div:hover {
	background:#FBFBFB;
	}
	#newsList ul li div img:hover {
	height: 270px;
	opacity: .7;
	}
	#newsList > a:hover {
	background: #fff;
	}
		iframe {
		width: 100%;
		height: 600px;
	}

}

table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    margin-top: 30px;
}
table tr:first-child {
    border-top: 1px solid #b1b1b1;
}
table tr {
    border-bottom: 1px solid #b1b1b1;
}
table th {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    background: #d1d1d1;
    padding: 12px 25px;
    box-sizing: border-box;
    width: 200px;
}
table th, table td {
    padding: 12px 25px;
    box-sizing: border-box;
}


table.price-table {
	font-size: 0.9em;
}

table.price-table tr {
	border: none;
	padding: 5px 5px;
}
table.price-table th {
	width: auto;
	padding:5px 5px;
	border: 1px solid grey;
	line-height: 1.5;
}
table.price-table td {
	width: auto;
	padding:5px 5px;
	border: 1px solid grey;
}

table.price-table tr:first-child td {
	border: none;
}



@media screen and (max-width:480px){
/*テーブル*/
table {
	width: 100%;
	margin: 0 auto;
	/*border-collapse: collapse;*/
	margin-top: 20px;
	border-collapse: separate;
}

table tr:last-child td {
	border-bottom: 1px solid #b1b1b1;
}

table th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	background: #d1d1d1;
	list-style-type: none;
	border-top: 1px solid #b1b1b1;
	width: auto;
}

table th,
table td {
	padding: 8px 18px;
	box-sizing: border-box;
	display: list-item;
list-style: none;
}
table th br {
	display: none;
}


.scroll-table {
  overflow: auto;
  white-space: nowrap;
  width: 100% !important;
}
table.price-table {
	width: 100%;
	margin: 0 auto;
	/*border-collapse: collapse;*/
	margin-top: 20px;
	/*border-collapse: separate;*/
}

table.price-table th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	background: #d1d1d1;
	list-style-type: none;
	border-top: 1px solid #b1b1b1;
	width: auto;
}

table.price-table th,
table.price-table td {
	padding: 8px 18px;
	box-sizing: border-box;
	display: table-cell;
list-style: none;
}

}


/*テーブル終わり*/

input, button, textarea, select {
    margin: 0;
    padding: 2px 5px;
    background: none;
    border: 1px solid grey;
    border-radius: 0;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 13px;
    font-family: "HonMincho-Book", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
select {
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.submit {
	text-align: center;
	margin-top: 40px;
}
.submit input {
	background: red;
	padding: 10px 0;
	width: 200px;
	font-size: 18px;
	color: white;
	margin: 0 auto;
	border: 0;
}
ul.buttons {
	display: flex;
	justify-content: center;
}
ul.buttons li {
	margin: 0 30px;
}
ul.buttons li:first-child input {
	background: orange;
}

@media screen and (max-width:480px){
	ul.buttons {
	display: block;
}
ul.buttons li {
	margin: 20px 0;
}

}