@charset "UTF-8";
/* CSS Document */

.fixed {
position: fixed;
top: 0px;
left: 0px;
z-index: 9999;
}

#wrap {
position: relative;
}

#topView {
position:fixed;
top: 0;
left: 0;
z-index: 1;
background: url(../images/window.webp) no-repeat center center;
background-size: cover;
text-align: center;
width: 100vw;
}

#container {
position:absolute;
z-index: 100;
width: 100vw;
}

a.btn {
background: #1C1C1C;
color: #fff;
display: table;
margin: 0 auto;
}

#news time {
text-align: center;
font-family:"Arapey", "Times New Roman", Times, "serif";
}
#news article div a {
font-family:"Arapey", "Times New Roman", Times, "serif";
display: block;
float: right;
}

#schedule iframe {
width: 100%;
}

.instagram {
display: flex;
flex-wrap: wrap;
}
.object-fit-img {
object-fit: cover;
font-family: 'object-fit: cover;'
}

@media screen and (max-width:560px){
#topView {
height: 30vh;
}
#topView img {
width: 28%;
}
#container {
top: 30vh;
}
a.btn {
padding: 8px 12px;
margin-top: 16px;
}

main {
top: 36px;
}

#welcome p {
padding-bottom: 20px;
}

#schedule div > p {
line-height: 2em;
font-size: 0.7em;
margin-bottom: 20px;
}
#schedule div > p span {
display: block;
font-weight: bold;
}
#schedule iframe {
height: 70vh;
}
span.schedule {
font-size: 0.6em;
}

#maps {
margin-top: 50px;
}

.instagram > div {
width: 50%;
}
.instagram > div img {
width: 100%;
height: 160px;
}
}
@media screen and (min-width:561px){
a.btn {
padding: 10px 20px;
margin-top: 20px;
font-size: 18px;
}

#welcome p, #reserve p {
text-align: center;
}
#welcome p {
padding-bottom: 30px;
}
	
#schedule div > p {
display: table;
margin: 0 auto 20px auto;
line-height: 1.4em;
font-size: 0.8em;
}
#schedule p span:before {
content: "【";
}
#schedule p span:after {
content: "】";
}
#schedule iframe {
height: 600px;
}
	
.instagram > div {
width: 25%;
}
.instagram > div img {
width: 100%;
height: 240px;
}
}
@media (min-width:561px) and (max-width:960px){
#topView {
height: 50vh;
}
#topView img {
width: 35%;
}
#container {
top: 50vh;
}
	
main {
top: 46px;
}
	
#message {
padding-top: 60px;
}

#news article div h3 {
text-align: center;
}

span.schedule {
font-size: 0.55em;
}

#maps {
margin-top: 60px;
}
}

@media screen and (max-width:960px){
main {
position: absolute;
}

p {
font-size: 0.9em;
}

#news time {
font-size: 1.2em;
display: table;
margin: 0 auto 20px auto;
}
#news time span {
font-size: 1.1em;
padding-right: 10px;
margin-right: 10px;
border-right: 1px solid #1C1C1C;
}
#news article div h3 {
font-size: 1.1em;
padding-bottom: 10px;
}
#news article div a {
margin-top: 20px;
background: url(../images/arrow.webp) no-repeat right center;
background-size: 12px auto;
padding-right: 22px;
}
}

@media screen and (min-width:961px){
#topView {
height: 100vh;
}
#topView img {
width: 30%;
}
#container {
top: 100vh;
}
	
main {
padding-top: 80px;
}

#news time {
display: block;
float: left;
width: 100px;
font-size: 1.3em;
}
#news time span {
display: block;
border-bottom: 1px solid #1C1C1C;
font-size: 1.5em;
padding-bottom: 10px;
margin-bottom: 10px;
}
#news article div {
float: right;
width: 580px;
}
#news article div h3 {
font-size: 1.3em;
padding-bottom: 20px;
}
#news article div a {
margin-top: 30px;
background: url(../images/arrow.webp) no-repeat right center;
padding-right: 32px;
}

#schedule {
padding-top: 40px;
}
span.schedule {
font-size: 0.6em;
}

#maps {
margin-top: 80px;
}
}