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

html {
font-size: 62.5%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #333;
font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
background: #FFF;
margin: 0;
}
img, iframe {
width:100%;
max-width: 100%;
height: auto;
vertical-align: bottom;
}
video {
width: 100%;
vertical-align: bottom;
}
a, a:hover {
text-decoration: none;
color: #333;
}
.box_l {
width: 90%;
max-width: 1280px;
margin: 0 auto;
}
.box_m {
width: 90%;
max-width: 800px;
margin: 0 auto;
}
header {
position: fixed;
width: 100%;
transition: .6s;
z-index: 100;
}
#logo {
fill: #fff;
width: 50%;
max-width: 200px;
transition: .6s;
}
#js__nav ul li a {
color: #c30d23;
transition: .6s;
}
header.smaller {
background: rgba(255,255,255,0.80);
}
header.smaller #logo {
fill: #222;
}
#js__nav li a {
letter-spacing: 1px;
}
#reserveBtn {
background: #c30d23;
}
#js__nav ul li#reserveBtn a {
display: block;
color: #fff;
}
.copy > div {
display: table;
}
#contents p:nth-last-child(1) {
margin-bottom: 0;
}
#footer {
background-color: #111;
padding: 30px 0 20px;
}
#footer img{
display: block;
width: 30%;
margin: 0 auto;
padding-bottom: 70px;
}
#footer small {
display: block;
text-align: center;
font-size: 10px;
padding: 4px 0;
color: #fff;
}
img.object-fit{
width: 100%;
object-fit: cover;
}
@media (max-width: 560px) {
body {
font-size: 14px;
font-size: 1.4rem;
}
#logo {
padding: 15px 0 15px 10px;
width: 35%;
}
.menu-btn {
top: 10px;
right: 10px;
width: 50px;
height: 40px;
line-height: 40px;
font-size: 1.3rem;
}
.menu ul li {
margin-bottom: 40px;
}
#js__nav ul li a {
font-weight: 600;
}
#reserveBtn {
padding: 6px;
margin-bottom: 0;
}
.menu li a {
font-size: 1.6rem;
}
#contents p {
font-size: 1.3rem;
padding-bottom: 16px;
}
#footer div.df {
padding: 30px 10px;
}
img.object-fit{
height: 30vw;
}
}

@media (min-width: 561px){
body {
font-size: 16px;
font-size: 1.6rem;
}
a[href^="tel:"] {
pointer-events: none;
}
.df {
display: flex;
}	
#footer div.df {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
img.object-fit{
height: 20vw;
}
}

@media screen and (min-width:561px) and ( max-width:799px) {
#logo {
padding: 8px 0 8px 12px;
}
.menu-btn {
top: 10px;
right: 20px;
width: 60px;
height: 50px;
line-height: 50px;
}
.menu ul li {
margin-bottom: 40px;
}
#reserveBtn {
padding: 8px;
margin-bottom: 0;
}
.menu li a {
font-size: 1.8rem;
}
#contents p {
font-size: 1.5rem;
padding-bottom: 20px;
}
#footer div.df {
padding: 50px 0;
}
}

@media (max-width: 799px){
.menu-btn {
position: absolute;
font-size: 1.2rem;
text-align: center;
cursor: pointer;
z-index: 1200;
background: #fff;
border-radius: 3px;
}
.menu-btn span {
color: #222;
}
.menu-btn span:after {
content: attr(data-txt-menu);
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
content: attr(data-txt-close);
}
.menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.8);
-webkit-transition: all .5s;
transition: all .5s;
visibility: hidden;
opacity: 0;
z-index: 1100;
display: flex;
justify-content: center;
align-items: center;
}
.menu ul {
width: 90%;
}
.menu ul li {
text-align: center;
}
#reserveBtn {
width: 60%;
margin: 0 auto;
text-align: center;
}
.menu li a {
display: block;
color: #fff;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
-webkit-transition: all .5s;
transition: all .5s;
visibility: visible;
opacity: 1;
}
}

@media (min-width: 800px){
#mainNav {
position: relative;
}
.menu-btn {
display: none;
}
#js__nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
#js__nav ul {
display: flex;
}
}

@media screen and (min-width:800px) and ( max-width:1024px) {
#logo {
padding: 10px 0 10px 16px;
}
#js__nav {
right: 16px;
}
#js__nav li {
margin-left: 16px;
}
#js__nav li a {
font-size: 1.4rem;
}
#reserveBtn {
transform: translateY(-3px);
}
#reserveBtn a {
padding: 4px 16px;
}
#footer div.df {
padding: 60px 0;
}
}

@media (min-width: 1025px){
#logo {
padding: 10px 0 10px 20px;
}
#js__nav {
right: 20px;
}
#js__nav li {
margin-left: 30px;
}
#js__nav li a {
font-size: 16px;
font-size: 1.6rem;
}
#reserveBtn {
transform: translateY(-4px);
}
#reserveBtn a {
padding: 4px 20px;
}
#footer div.df {
padding: 80px 0;
}
}

@media screen and (min-width:561px) and ( max-width:1280px) {

}

@media screen and (min-width:800px) and ( max-width:1280px) {
#contents p {
font-size: 16px;
font-size: 1.6rem;
padding-bottom: 24px;
}
}

@media (min-width: 1281px){
#contents p {
font-size: 18px;
font-size: 1.8rem;
padding-bottom: 30px;
}
}