@charset "UTF-8";
/* CSS Document */
.TB, .PC {
  display: none;
}
.section-top {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.section-top {
  width: 100%;
  height: 700px;
  background-image: url("../Photos/DSC06280.jpg");
  background-position: 70%;
  background-size: cover;
  margin-bottom: 60px;
  text-align: left;
}
.section-top__logo {
  margin: 295px 0 20px;
  width: 50vw;
  max-width: 250px;
  background-color: rgba(255, 255, 255, 0.90);
  padding: 2% 4%;
  border-radius: 0 2px 2px 0;
}
.section-top__navigation li {
  margin-bottom: 10px;
  padding-left: 25px;
}
.section-top__navigation a {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: #FFF;
  text-shadow: 0px 4px 4px #888;
  letter-spacing: 3px;
}
.section-top__reserve-button {
  width: 50vw;
  max-width: 250px;
  border-radius: 0 20px 20px 0;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.90);
  margin-top: 30px;
}
.light {
  display: none;
}
.section-top__reserve-button p {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
.section-top__reserve-button span {
  font-size: 10px;
}
.section-top__reserve-button a {
  text-decoration: none;
  color: #333;
}
.remodal h1, .remodal p {
  text-decoration: none;
}
.remodal h1 {
  margin: 0 0 35px 0;
  padding: 5px 0 5px 10px;
  font-size: 18px;
}
.remodal p {
  font-size: 12px;
  color: #333;
  display: inline-block;
}
.remodal-wrapper {
  padding: 0;
}
.remodal {
  padding: 35px 35px 10px 35px;
}
.remodal a {
  text-decoration: none;
}
.reserve {
  border: #333 1px solid;
  border-radius: 25px;
  height: 42px;
  margin-bottom: 30px;
}
.HP p {
  line-height: 42px;
  vertical-align: top;
  margin-left: 5px;
}
.HP img {
  height: 42px;
  padding: 6px 0;
}
.TP p {
  line-height: 42px;
}
.TP p span {
  display: none;
}
@media(min-width:750px) {
  .TB {
    display: block;
  }
  .section-top {
    margin-bottom: 80px;
  }
  .section-top__logo {
    margin: 190px 0 20px 55px;
    width: 235px;
    padding: 1% 2%;
    border-radius: 4px;
  }
  .section-top__navigation li {
    margin: 0 0 20px 55px;
    padding-left: 0px;
  }
  .section-top__reserve-button {
    width: 235px;
    border-radius: 20px;
    margin-left: 55px;
  }
  .remodal {
    padding: 50px
  }
  .remodal h1 {
    font-size: 32px;
    padding: 20px 0 30px 15px;
  }
  .remodal p {
    font-size: 14px;
    line-height: 60px;
  }
  .reserve {
    width: 80%;
    ;
    height: 60px;
    margin: 0 auto 45px;
  }
  .HP img {
    height: 60px;
    padding: 10px 0;
  }
}
/*
.section-about {
  background-image: url("../Photos/top-bg.jpg");
  background-size: cover;
  background-position: bottom;
  height: 550px;
  margin-bottom: 60px;
  padding-top: 40px;
}
.section-about h2 {
  font-size: 18px;
  color: #FFF;
  letter-spacing: 12px;
  line-height: 27px;
  margin-bottom: 50px;
  text-shadow: 0px 4px 4px #888;
}
.section-about p {
  padding: 0 50px;
  color: #FFF;
  text-align: left;
  margin-bottom: 20px;
}
.section-about img {
  display: none;
}
.slider .slick-slide {
  width:200px;
  position: relative;
  overflow: hidden;
}
.slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 15px;
}
*/
@media(min-width:1100px) {
  .section-top {
    margin-bottom: 120px;
    height: 100vh;
  }
  .section-top__reserve-button {
    display: none;
  }
  .light {
    display: block;
    background-color: transparent;
    width: 265px;
    margin-left: 100px;
    padding: 0;
  }
  .light a:hover {
    opacity: 1.0;
  }
  .section-top .light img {
    width: 100%;
  }
  .section-top__logo {
    margin: 20vh 0 30px 100px;
    width: 265px;
    padding: 0.5% 1%;
    border-radius: 8px;
  }
  .section-top__navigation li {
    margin-bottom: 25px;
    margin-left: 100px;
  }
  .section-top__navigation li a {
    font-size: 14px;
  }
}
@media(min-width:1440px) {
  .section-top {
    margin-bottom: 150px;
  }
  .light {
    width: 330px;
    margin-left: 125px
  }
  .section-top__logo {
    margin: 20vh 0 50px 125px;
    width: 280px;
    max-width: none;
  }
  .section-top__navigation li {
    margin-bottom: 40px;
  }
  .section-top__navigation li a {
    font-size: 18px;
  }
  .section-top__logo, .section-top__navigation li {
    margin-left: 125px;
  }
  .remodal {
    padding: 80px;
    max-width: 800px;
  }
  .remodal h1 {
    font-size: 45px;
    padding: 30px 0 40px 20px;
    margin-bottom: 60px;
  }
  .remodal p {
    font-size: 18px;
    line-height: 80px;
  }
  .reserve {
    width: 80%;
    ;
    height: 80px;
    margin: 0 auto 45px;
  }
  .HP img {
    height: 80px;
    padding: 15px 0;
  }
  .HP p {
    margin-left: 10px;
  }
}
.section-about {
  margin-bottom: 60px;
}
.section-about h2 {
  font-size: 14px;
  color: #333;
  letter-spacing: 12px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.section-about p {
  padding: 0 50px;
  color: #333;
  text-align: left;
  margin-bottom: 20px;
}
.section-about h2, .section-about p {
  padding-left: 55px;
}
.section-about img {
  display: none;
}
.slider .slick-slide {
  width: 260px;
  position: relative;
  overflow: hidden;
}
.slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 15px;
}
.slider-container {
    width: 90%;
  margin: 0 auto;
  }
@media(min-width:750px) {
  .section-about {
    background-image: none;
    padding: 0px 55px;
    height: auto;
    margin: 0 auto 80px;
  }
  .section-about__whole-container {
    display: flex;
    margin: 0 auto;
  }
  .section-about img {
    display: inline-block;
  }
  .section-about__main-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .section-about__img-container {
    text-align: right;
    flex: 4;
  }
  .section-about__sentence-container {
    flex: 6;
    margin-left: 55px;
  }
  .section-about h1 {
    margin-left: 0px;
  }
  .section-about h2 {
    color: #333;
    margin-bottom: 30px;
    text-shadow: none;
    text-align: left;
  }
  .section-about p {
    padding: 0px;
    color: #333;
    margin-bottom: 20px;
    font-size: 10px;
  }
  .section-about h2, .section-about p {
    padding-left: 0;
  }
  .slider-container {
    width: 100%;
  }
}
@media(min-width:1100px) {
  .section-about {
    margin-bottom: 120px;
    padding: 0 90px;
    max-width: 1100px;
  }
  .section-about h1 {
    font-size: 32px;
    padding: 20px 0 30px 15px;
  }
  .section-about h2, .section-about p {
    padding: 0 0 0 20px;
  }
  .section-about h2 {
    letter-spacing: 9px;
  }
  .section-about h2 span {
    display: none;
  }
  .slider-container {
    position: absolute;
    margin-top: -194px;
    z-index: -1;
    max-width: 55%;
    right: 0;
    padding-right: 114px;
  }
}
@media(min-width:1440px) {
  .section-about {
    margin-bottom: 150px;
    padding: 0 115px;
    max-width: 1440px;
  }
  .section-about h1 {
    font-size: 45px;
    padding: 30px 0 40px 20px;
    margin-bottom: 60px;
  }
  .section-about h2 {
    font-size: 18px;
  }
  .section-about h2, .section-about p {
    padding: 0 0 0 40px;
  }
  .section-about h2 span {
    display: none;
  }
  .section-about p {
    font-size: 14px;
  }
  .section-about__img-container {
    flex: 5;
  }
  .section-about__sentence-container {
    margin-left: 60px;
  }
  .section-about img {
    height: 700px;
  }
  .slider .slick-slide {
    width: 355px;
  }
  .slider-container {
    margin-top: -258px;
    max-width: 51%;
  }
}
.section-staff {
  margin-bottom: 60px;
}
.section-staff__image1, .section-staff__image2 {
  width: 100%;
  height: 135px;
  object-fit: cover;
}
.section-staff h2 {
  letter-spacing: 8px;
  margin: 20px 0;
}
.section-staff__discription {
  padding: 0 50px;
  margin-bottom: 20px;
  text-align: left;
}
.section-staff__name-SP {
  text-align: right;
  margin-bottom: 20px;
}
.section-staff__name-PC {
  display: none;
}
.section-staff__name-SP p {
  font-weight: 600;
  margin-right: 50px;
  letter-spacing: 5px;
}
.section-staff__name-SP span {
  font-size: 8px;
  letter-spacing: 1px;
}
.section-staff__discription-container1 span {
  display: none;
}
@media(min-width:750px) {
  .section-staff {
    margin: 0 auto 80px;
    padding: 0 55px;
  }
  .section-staff__image1, .section-staff__image2 {
    height: 175px;
  }
  .section-staff h1 {
    margin: 0px;
  }
  .section-staff__whole-container1 {
    display: flex;
    justify-content: center;
  }
  .section-staff__name-container {
    flex: 3;
  }
  .section-staff__img-container1 {
    flex: 7;
  }
  .section-staff__discription {
    padding: 0 50px;
    margin-bottom: 20px;
    text-align: left;
  }
  .section-staff__whole-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-staff__discription-container1 {
    flex: 4;
  }
  .section-staff__discription-container1 span {
    display: inline;
  }
  .section-staff__discription-container1 h2 {
    text-align: left;
    padding-left: 28%;
  }
  .section-staff__discription-container2 {
    flex: 6;
  }
  .section-staff__name-SP {
    display: none;
  }
  .section-staff__name-PC {
    display: block;
    padding: 15% 0 0 30%;
  }
  .section-staff__name-PC p {
    font-weight: 600;
    margin-right: 0px;
    letter-spacing: 5px;
    text-align: left;
  }
  .section-staff__name-PC span {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .section-staff__discription-container2 p {
    font-size: 8px;
    line-height: 12px;
    margin: 20px 0;
  }
}
@media(min-width:1100px) {
  .section-staff {
    margin-bottom: 120px;
    padding: 0 90px;
    max-width: 1100px;
  }
  .section-staff h1 {
    font-size: 32px;
    padding: 20px 0 30px 15px;
  }
  .section-staff__name-PC {
    padding: 25% 0 0 20%;
  }
  .section-staff__name-PC p {
    font-size: 18px;
    letter-spacing: 10px;
  }
  .section-staff__name-PC span {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .section-staff__image1, .section-staff__image2 {
    height: 240px;
  }
  .section-staff__image2 {
    width: 665px;
    display: inline-block;
  }
  .section-staff__name-container {
    flex: 2;
  }
  .section-staff__whole-container1 {
    margin-bottom: 30px;
  }
  .section-staff__whole-container2 {
    display: inline-block;
    width: 250px;
    vertical-align: top;
  }
  .section-staff__whole-container2 h2 {
    padding-left: 15%;
  }
  .section-staff__discription {
    font-size: 10px;
    padding-left: 15%;
  }
  .section-staff__img-container1 {
    position: relative;
  }
  .section-staff__img-container1:before {
    height: 0;
    display: block;
    position: absolute;
    right: -3px;
    content: "";
    border-top: solid 65px #fff;
    border-left: solid 65px transparent;
    top: -3px;
    z-index: 2;
  }
  .section-staff__img-container1:after {
    height: 0;
    display: block;
    position: absolute;
    right: -2px;
    content: "";
    border-top: solid 50px transparent;
    border-left: solid 50px transparent;
    top: -2px;
  }
}
@media(min-width:1440px) {
  .section-staff {
    margin-bottom: 150px;
    padding: 0 115px;
    max-width: 1440px;
  }
  .section-staff h1 {
    font-size: 45px;
    padding: 30px 0 40px 20px;
  }
  .section-staff__name-PC p {
    font-size: 24px;
    line-height: 24px;
  }
  .section-staff__name-PC span {
    font-size: 16px;
    line-height: 16px;
  }
  .section-staff__image1, .section-staff__image2 {
    height: 315px;
  }
  .section-staff__name-PC {
    padding: 30% 0 0 20%;
  }
  .section-staff__whole-container1 {
    margin-bottom: 40px;
  }
  .section-staff__whole-container2 h2 {
    font-size: 18px;
    padding-left: 13%;
    letter-spacing: 12px;
    line-height: 24px;
    margin: 40px 0;
  }
  .section-staff__whole-container2 {
    width: 350px;
  }
  .section-staff__discription-container2 p {
    font-size: 14px;
    line-height: 18px;
  }
  .section-staff__image2 {
    width: 855px;
  }
  .section-staff__img-container1:before {
    border-top: solid 80px #fff;
    border-left: solid 80px transparent;
  }
}
.section-menu {
  margin-bottom: 60px;
}
.section-menu h2 {
  font-size: 20px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 25px;
}
.section-menu__menus {
  text-align: left;
  display: inline-block;
  margin-right: 30px;
}
.section-menu__menus p {
  margin-left: 5px;
}
.section-menu__price {
  text-align: right;
  display: inline-block;
}
.section-menu p {
  margin-bottom: 25px;
}
.section-menu__sb {
  font-size: 8px;
  text-align: left;
  margin-left: 30px;
}
.section-menu__reserve-button {
  width: 300px;
  margin: 0 auto;
  border-radius: 20px;
  border: solid #333 1px;
  padding: 10px 0;
}
.section-menu__scroll-box {
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.section-menu__scroll-box ul {
  width: max-content;
  display: flex;
}
.section-menu li {
  text-align: left;
  padding: 0 30px;
  display: inline-block;
}
.section-menu__reserve-button p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 14px
}
.section-menu__reserve-button span {
  font-size: 10px;
}
.section-menu__reserve-button a {
  text-decoration: none;
  color: #333;
}
.section-menu__scroll-box {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05)) 0 0/25px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05)) right/25px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.section-menu__scroll-box ul {
  background: linear-gradient(to left, hsla(0, 0%, 100%, 0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0, 0%, 100%, 0), white 15px) right / 50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
  border-collapse: collapse;
}
.section-menu__menu-navigation {
  display: none;
}
.menu__reserve-button {
  display: none;
}
@media(min-width:750px) {
  .section-menu {
    margin: 0 auto 80px;
    padding: 0 55px;
  }
  .section-menu__menu-navigation {
    display: block;
  }
  .section-menu__whole-container {
    display: flex;
    margin-bottom: 15px;
  }
  .section-menu__menu-navigation {
    border-right: solid #333 1px;
    flex: 2;
    display: none;
  }
  .section-menu__menu-navigation li {
    display: block;
    padding: 0;
  }
  .section-menu__menu-navigation li a {
    text-decoration: none;
    color: #333;
    font-weight: 300;
    letter-spacing: 2px;
  }
  .section-menu__scroll-box {
    flex: 8;
  }
  .section-menu__scroll-box li{
    margin-bottom: 20px;
    padding: 0 40px;
  }
  .section-menu__sb {
    text-align: right;
  }
  .example3 label {
    display: block;
    padding: 15px 0 15px 31px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }
  .example3 a:hover {
    opacity: 1.0;
  }
  .example3 input:checked + label {
    background: #f2f2f2;
  }
  input {
    display: none;
  }
}
@media(min-width:1100px) {
  .section-menu {
    margin-bottom: 120px;
    padding: 0 90px;
    max-width: 1100px;
  }
  .section-menu h1 {
    font-size: 32px;
    padding: 20px 0 30px 15px;
    margin-bottom: 40px;
  }
  .section-menu__menu-navigation{
    display: block;
  }
  .section-menu__menu-navigation a {
    font-size: 20px;
  }
  .example3 label {
    padding: 20px 0 20px 31px;
  }
  .section-menu__scroll-box {
    flex: 10;
  }
  .section-menu__scroll-box h2 {
    margin-bottom: 40px;
  }
  .section-menu__scroll-box li {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .section-menu__scroll-box li p {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .section-menu__sb {
    font-size: 12px;
  }
  .section-menu__reserve-button {
    display: none;
  }
  .menu__reserve-button {
    display: block;
    width: 220px;
    margin: 0 0 0 auto;
  }
  .menu__reserve-button img {
    width: 100%;
    border: 1px solid #333;
    border-radius: 100px;
  }
  .menu__reserve-button a:hover {
    opacity: 1.0;
  }
}
@media(min-width:1440px) {
  .section-menu {
    margin-bottom: 150px;
    padding: 0 115px;
    max-width: 1440px;
  }
  .section-menu h1 {
    font-size: 45px;
    padding: 30px 0 40px 20px;
    margin-bottom: 60px;
  }
  .section-menu__menu-navigation a {
    font-size: 27px;
  }
  .example3 label {
    padding: 30px 0 30px 36px;
  }
  .section-menu__scroll-box h2 {
    font-size: 27px;
  }
  .section-menu__scroll-box li p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .section-menu__scroll-box li {
    margin-bottom: 60px;
    padding-top: 30px;
  }
  .section-menu__sb {
    font-size: 14px;
  }
  .menu__reserve-button {
    width: 270px;
  }
}
.section-access {
  margin-bottom: 60px;
}
.section-access__map {
  width: 90%;
  height: 230px;
  margin-bottom: 20px;
}
.section-access__description-container p {
  display: none;
}
.SP {
  display: block;
}
.section-access__shop-data {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
.section-access__shop-data h2 {
  letter-spacing: 3px;
}
.section-access__shop-data p {
  font-style: normal;
  margin-bottom: 5px;
}
.section-access__shop-data li {
  margin-bottom: 10px;
}
.section-access__shop-data a {
  color: #333;
}
.PC {
  display: none;
}
@media(min-width:750px) {
  .section-access {
    margin: 0 auto 80px;
    padding: 0 55px;
  }
  .section-access__whole-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .section-access__map {
    width: 100%;
    max-width: 550px;
    height: 315px;
    margin-bottom: 0;
  }
  .section-access h1 {
    margin-top: 10px;
  }
  .section-access__guide {
    padding-left: 16px;
    margin-bottom: 30px;
  }
  .section-access__description-container {
    padding-left: 30px;
    flex: 3;
  }
  .section-access__description-container p {
    display: block;
    text-align: left;
  }
  .section-access__map-container {
    flex: 7;
    text-align: right;
  }
  .section-access__map {
    height: 350px;
  }
  .SP {
    display: none;
  }
  .PC {
    display: block;
    margin-left: 20px;
  }
}
@media(min-width:1100px) {
  .section-access {
    margin-bottom: 120px;
    padding: 0 90px;
    max-width: 1100px;
  }
  .section-access h1 {
    font-size: 32px;
    padding: 20px 0 30px 15px;
    margin-bottom: 30px;
  }
  .section-access__map-container {
    flex: 4;
  }
  .section-access__map {
    height: 400px;
    max-width: none;
  }
  .section-access__guide p {
    margin-bottom: 10px;
  }
  .section-access__description-container {
    flex: 2;
  }
  .section-access__shop-data h2 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .section-access__shop-data p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .section-access__shop-data li {
    margin-bottom: 30px;
  }
}
@media(min-width:1440px) {
  .section-access {
    margin-bottom: 150px;
    padding: 0 115px;
    max-width: 1440px;
  }
  .section-access h1 {
    font-size: 45px;
    padding: 30px 0 40px 20px;
    margin-bottom: 40px;
  }
  .section-access__map-container {
    flex: 4;
  }
  .section-access__map {
    max-width: none;
    width: 710px;
    height: 500px;
  }
  .section-access__guide {
    margin-bottom: 60px;
  }
  .section-access__guide p {
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 4px;
  }
  .section-access__description-container {
    padding-left: 60px;
  }
  .section-access__shop-data h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .section-access__shop-data p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 21px;
  }
  .section-access__shop-data li {
    margin-bottom: 40px;
  }
}
.footer {
  width: 100%;
  margin-bottom: 30px;
}
.footer img {
  width: 150px;
}
.footer small {
  display: block;
}
.jump-point {
  padding-top: 60px;
  margin-top: -60px;
}