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

html {
font-size: 62.5%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1.6rem;
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;
}
#topNav {
background: #000;
color: #fff;
transition: .6s;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#topNav a {
color: #fff;
}
#topNav p {
border-right: 1px solid #fff;
}
#topNav ul {
display: flex;
}
#logo {
fill: #fff;
width: 50%;
max-width: 200px;
transition: .6s;
}
#js__nav ul li a {
color: #fff;
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: #1FAAFF;
}
#reserveBtn a {
display: block;
color: #fff !important;
}

#hero {
position: relative;
}
.copy {
position: absolute;
top: 0;
left: 0;
z-index: 10;
width: 100%;
height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6a919f+0,214771+100&0.6+0,0.6+100 */
background: -moz-linear-gradient(left,  rgba(106,145,159,0.6) 0%, rgba(33,71,113,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(106,145,159,0.6) 0%,rgba(33,71,113,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(106,145,159,0.6) 0%,rgba(33,71,113,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996a919f', endColorstr='#99214771',GradientType=1 ); /* IE6-9 */
display: flex;
justify-content: center;
align-items: center;
}
.copy > div {
display: table;
}
.copy h1 {
font-weight: bold;
}

#contents p:nth-last-child(1) {
margin-bottom: 0;
}

#footer div.df {
background: rgba(0,0,0,0.70);
}
#address {
background: url("../images/addess.webp") no-repeat center bottom #fff;
background-size: 100% auto;
box-sizing: border-box;
}
address, #address p {
border-left: 4px solid #1FAAFF;
padding-left: 8px;
}
#address a {
display: block;
background: #1FAAFF;
color: #fff;
text-align: center;
}
#address span {
display: block;
margin: 0 auto;
}
#footer small {
display: block;
text-align: center;
font-size: 10px;
padding: 4px 0;
background: #000;
color: #fff;
}

@media (max-width: 560px) {
#topNav {
padding: 8px 0;
}
#topNav p {
font-size: 1.5rem;
padding-right: 10px;
}
#topNav ul li {
padding-left: 10px;
}
#topNav ul li a {
font-size: 1.8rem;
}

#logo {
padding: 8px 0 8px 10px;
}
.menu-btn {
top: 16px;
right: 10px;
width: 50px;
height: 40px;
line-height: 40px;
font-size: 1.3rem;
}
.menu ul li {
margin-bottom: 16px;
}
#reserveBtn {
padding: 6px;
margin-bottom: 0;
}
.menu li a {
font-size: 1.6rem;
}
#contents > article, #contents > section, #contents > div {
margin-bottom: 40px;
}
#contents p {
font-size: 1.3rem;
padding-bottom: 16px;
}

#footer {
background: url("../images/footer.webp") no-repeat center center;
background-size: cover;
}
#footer div.df {
padding: 30px 10px;
}
#maps {
margin-bottom: 16px;
}
#address {
padding: 40px 16px 120px 16px;
}
#address address, #address p {
font-size: 1.3rem;
margin-bottom: 16px;
}
#address span {
width: 120px;
}
#address a {
font-size: 1.3rem;
width: 120px;
padding: 4px 0;
}
}

@media (min-width: 561px){
a[href^="tel:"] {
pointer-events: none;
}
	
.df {
display: flex;
}
	
#footer div.df {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#maps, #address {
width: 44%;
max-width: 500px;
}
}

@media screen and (min-width:561px) and ( max-width:799px) {
#topNav {
padding: 10px 0;
}
#topNav p {
font-size: 1.6rem;
padding-right: 16px;
}
#topNav ul li {
padding-left: 16px;
}
#topNav ul li a {
font-size: 2rem;
}

#logo {
padding: 8px 0 8px 12px;
}
.menu-btn {
top: 10px;
right: 20px;
width: 60px;
height: 50px;
line-height: 50px;
}
.menu ul li {
margin-bottom: 20px;
}
#reserveBtn {
padding: 8px;
margin-bottom: 0;
}
.menu li a {
font-size: 1.8rem;
}

#contents > article, #contents > section, #contents > div {
margin-bottom: 60px;
}
#contents p {
font-size: 1.5rem;
padding-bottom: 20px;
}

#address {
padding: 30px 20px 0 20px;
}
#address address, #address p {
font-size: 1.5rem;
margin-bottom: 20px;
}
#address span {
width: 130px;
}
#address a {
font-size: 1.2rem;
width: 130px;
padding: 5px 0;
}

#footer div.df {
padding: 50px 0;
}
}

@media (max-width: 799px){
#topNav {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
opacity: 1;
}
header.smaller #topNav {
opacity: 0;
}
.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%;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.menu ul li {
width: 48%;
}
#reserveBtn {
width: 100%;
text-align: center;
}
.menu li a {
display: block;
color: #fff;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
-webkit-transition: all .5s;
transition: all .5s;
visibility: visible;
opacity: 1;
}

#maps iframe {
height: 50vh;
}
#address > div {
display: table;
margin: 0 auto;
}
}

@media (min-width: 800px){
#topNav {
padding: 5px 20px 5px 0;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
#topNav p {
font-size: 14px;
font-size: 1.4rem;
padding-right: 20px;
}
#topNav ul li {
padding-left: 20px;
}
#topNav ul li a {
font-size: 18px;
font-size: 1.8rem;
}
header.smaller #topNav {
display: none;
}
#mainNav {
position: relative;
}
.menu-btn {
display: none;
}
#js__nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
#js__nav ul {
display: flex;
}
header.smaller #js__nav ul li a {
color: #222;
}

#contents > article, #contents > section, #contents > div {
margin-bottom: 80px;
}

#maps iframe {
height: 600px;
}
#address {
padding: 40px 30px 0 30px;
}
}

@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;
}
#address a {
font-size: 13px;
font-size: 1.3rem;
width: 140px;
padding: 6px 0;
}
#address span {
width: 140px;
margin-top: 50px;
}
}

@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;
}

#address span {
width: 150px;
margin-top: 60px;
}
#address a {
font-size: 14px;
font-size: 1.4rem;
width: 150px;
padding: 8px 0;
}
#address span:after {
content: " ";
display: block;
width: 0;
height: 1px;
background: #333;
transition: .6s;
}
#address span:hover:after {
width: 150px;
}
}

@media screen and (min-width:561px) and ( max-width:1280px) {
#footer {
background: url("../images/footerx2.webp") no-repeat center center;
background-size: cover;
}
}

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

@media (min-width: 1281px){
#contents p {
font-size: 18px;
font-size: 1.8rem;
padding-bottom: 30px;
}
#footer {
background: url("../images/footerx3.webp") no-repeat center center;
background-size: cover;
}
address {
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 30px;
}
}