@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
  box-sizing: border-box;
  scroll-padding-top: 60px;
}
@media(min-width:900px) {
  html {
    scroll-padding-top: 186px;
  }
}
body {
  color: #333;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
.header {
  width: 100%;
  height: 80px;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0px;
  margin: 0 auto;
  z-index: 1000;
}
.header-logo {
  display: flex;
  position: absolute;
  left: 0px;
  width: 660px;
}
.header-logo h1 {
  margin-top: 12px;
  margin-left: 20px;
  position: absolute;
  left: 60px;
  top: 0px;
  font-size: 1.8rem;
  color: #3d3d3d;
}
.header-logo h2 {
  margin-top: 20px;
  margin-left: 22px;
  position: absolute;
  left: 60px;
  top: 26px;
  color: #3d3d3d;
  font-size: 2.2rem;
}
.only-mobile {
  width: 36px;
  margin-top: 14px;
  text-align: right;
  position: absolute;
  right: 68px;
}
/*#PC-mobile {
	width:36px;
	margin-top: 14px;
	position: absolute;
	right:120px;
}*/
.header p {
  display: none;
}
@media(min-width: 1000px) {
  .header {
    width: 100%;
    height: 80px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0px;
    margin: 0 auto;
    z-index: 1000;
  }
  .header-logo {
    display: block;
    position: absolute;
    left: 0px;
    width: 800px;
    gap: 20px;
  }
  .header-logo h1 {
    margin-top: 12px;
    margin-left: 20px;
    position: absolute;
    left: 100px;
    top: 0px;
    font-size: 2.4rem;
    color: #3d3d3d;
  }
  .header-logo h2 {
    margin-top: 20px;
    margin-left: 22px;
    position: absolute;
    left: 460px;
    top: 26px;
    color: #3d3d3d;
    font-size: 3.0rem;
  }
	.header br {
		display: none;
	}
}
@media(max-width: 600px) {
  .header-logo h1 {
    font-size: 1.6rem;
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .header-logo h2 {
    font-size: 1.8rem;
    position: absolute;
    left: 30px;
    top: 20px;
  }
}
/*#scroll-top {
  background-color: #edef64;
  opacity: 0.7;
  padding: 20px;
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 30px;
  height: 30px;
  border-radius: 40px;
}
#scroll-top a {
  text-decoration: none;
  color: #146f68;
  font-size: 3.0rem;
  vertical-align: middle;
}*/
/*@media(min-width: 800px) {
  #scroll-top {
    background-color: #edef64;
    opacity: 0.7;
    bottom: 60px;
    padding: 20px;
    position: fixed;
    right: 40px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  #scroll-top a {
    text-decoration: none;
    color: #146f68;
    font-size: 3.6rem;
    vertical-align: middle;
  }
}
@media(min-width: 1000px) {
  #scroll-top {
    bottom: 20px;
  }
}*/
.footer {
  width: 100%;
  height: 60px;
  text-align: center;
  padding-bottom: 20px;
}
/*.footer-name {
  color: #1d9c92;
  text-align: center;
}
.reservation-icons {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.reservation-div {
  width: 50%;
  align-items: center;
}
a.reservation1 {
  display: flex;
  background: #4ebbb5;
  justify-content: center;
  gap: 10px;
  align-items: center;
  height: 60px;
}
a.reservation2 {
  display: flex;
  background: #59c29b;
  justify-content: center;
  gap: 10px;
  align-items: center;
  height: 60px;
}
a.reservation3 {
  display: flex;
  background: #63c981;
  justify-content: center;
  gap: 10px;
  align-items: center;
  height: 60px;
}
.reservation-logo {
  width: 20px;
  height: auto;
}
.reservation-p {
  font-size: 1.6rem;
}
.reservation1, .reservation2, .reservation3 {
  text-decoration: none;
  color: #FFF;
  align-items: center;
}*/
.footer img {
  width: 300px;
  margin-top: 10px;
}
.footer a {
  text-decoration: none;
}
@media(min-width: 1000px) {
  .footer {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    /*padding-top: 10px;*/
  }
  .reservation-icons {
    display: none;
  }
  .footer-name {
    font-size: 2.0rem;
  }
  .footer img {
    width: 400px;
    margin-top: 0;
  }
}
@media(max-width: 600px){
	.footer {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    /*padding-top: 10px;*/
  }
	.footer img {
    width: 250px;
    margin-top: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
}