@charset "UTF-8";
.contents .mainimage {
  width: 100%;
  animation: fadeIn 2s forwards;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 125px
}

@media only screen and (max-width:1024px) {
  .contents .mainimage {
    margin-bottom: 70px
  }
}

@media only screen and (max-width:767px) {
  .contents .mainimage {
    margin: 50px calc(50% - 50vw) 35px
  }
}

.contents .mainimage img {
  width: 100%;
  height: 750px;
  object-fit: cover
}

@media only screen and (max-width:1024px) {
  .contents .mainimage img {
    height: 500px
  }
}

@media only screen and (max-width:767px) {
  .contents .mainimage img {
    height: 400px
  }
}

@media only screen and (max-width:320px) {
  .contents .mainimage img {
    height: 350px
  }
}

.contents .catch {
  margin-bottom: 125px;
  animation: fadeIn 3s forwards
}

@media only screen and (max-width:1024px) {
  .contents .catch {
    margin-bottom: 95px
  }
}

@media only screen and (max-width:767px) {
  .contents .catch {
    margin-bottom: 45px
  }
}

.contents .catch .inner {
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media only screen and (max-width:767px) {
  .contents .catch .inner {
    display: block
  }
}

@media only screen and (max-width:1024px) {
  .contents .catch .inner .image {
    width: 350px
  }
}

@media only screen and (max-width:767px) {
  .contents .catch .inner .image {
    width: 100%
  }
}

.contents .catch .inner .text h2 {
  font-family: "Noto Serif JP";
  font-size: 25px;
  margin-bottom: 20px
}

@media only screen and (max-width:1024px) {
  .contents .catch .inner .text h2 {
    font-size: 23px
  }
}

@media only screen and (max-width:767px) {
  .contents .catch .inner .text h2 {
    font-size: 20px
  }
}

@media only screen and (max-width:320px) {
  .contents .catch .inner .text h2 {
    font-size: 18px
  }
}

.contents .catch .inner .text p {
  line-height: 2.2
}

@media only screen and (max-width:767px) {
  .contents .catch .inner .text p {
    line-height: 1.8
  }
}

@media only screen and (max-width:767px) {
  .contents .catch .inner .text p {
    margin-bottom: 25px
  }
}

.contents .menu {
  text-align: center;
  margin-bottom: 125px
}

@media only screen and (max-width:1024px) {
  .contents .menu {
    margin-bottom: 95px
  }
}

@media only screen and (max-width:767px) {
  .contents .menu {
    margin-bottom: 75px
  }
}

.contents .menu .item {
  display: flex;
  align-items: center;
  margin-bottom: 55px
}

@media only screen and (max-width:1024px) {
  .contents .menu .item {
    align-items: flex-start
  }
}

@media only screen and (max-width:767px) {
  .contents .menu .item {
    display: block
  }
}

.contents .menu .item:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:1024px) {
  .contents .menu .item .image {
    width: 280px
  }
}

@media only screen and (max-width:767px) {
  .contents .menu .item .image {
    width: 100%
  }
}

.contents .menu .item .text {
  text-align: left;
  margin-left: 75px;
  width: calc(100% - 470px)
}

@media only screen and (max-width:1024px) {
  .contents .menu .item .text {
    width: calc(100% - 280px);
    margin-left: 45px
  }
}

@media only screen and (max-width:767px) {
  .contents .menu .item .text {
    margin-left: 0;
    width: 100%;
    text-align: center
  }
}

.contents .menu .item .text .icon {
  font-family: "Noto Sans CJK JP";
  background-color: #000;
  padding: 2px 8px 3px;
  color: #fff;
  margin-right: 15px;
  font-size: 13px;
  position: relative;
  top: -3px
}

@media only screen and (max-width:1024px) {
  .contents .menu .item .text .icon {
    font-size: 11px
  }
}

@media only screen and (max-width:320px) {
  .contents .menu .item .text .icon {
    margin-right: 10px;
    font-size: 10px
  }
}

.contents .menu .item .text h3 {
  font-family: "Noto Serif JP";
  font-size: 25px;
  margin: 10px 0 25px;
  display: flex;
  align-items: baseline
}

@media only screen and (max-width:1024px) {
  .contents .menu .item .text h3 {
    margin: 0 0 25px
  }
}

@media only screen and (max-width:767px) {
  .contents .menu .item .text h3 {
    text-align: left;
    font-size: 18px;
    margin: 25px 0 20px;
    display: block;
    border-bottom: 1px solid #000;
    padding-bottom: 12px
  }
}

@media only screen and (max-width:320px) {
  .contents .menu .item .text h3 {
    font-size: 16px
  }
}

.contents .menu .item .text h3:after {
  border-top: 1px solid #000;
  content: "";
  flex-grow: 1;
  margin-left: 1.5rem;
  position: relative;
  top: -5px
}

@media only screen and (max-width:1024px) {
  .contents .menu .item .text h3:after {
    margin-left: 1rem
  }
}

@media only screen and (max-width:767px) {
  .contents .menu .item .text h3:after {
    content: none
  }
}

.contents .menu .item .text h3 span {
  font-size: 16px
}

@media only screen and (max-width:767px) {
  .contents .menu .item .text h3 span {
    font-size: 13px
  }
}

@media only screen and (max-width:320px) {
  .contents .menu .item .text h3 span {
    font-size: 12px
  }
}

.contents .menu .item .text ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px
}

@media only screen and (max-width:1024px) {
  .contents .menu .item .text ul li {
    display: block;
    margin-bottom: 20px;
    text-align: left;
    line-height: 2.2
  }
}

@media only screen and (max-width:1024px) and (max-width:767px) {
  .contents .menu .item .text ul li {
    line-height: 1.8
  }
}

.contents .menu .item .text ul li:last-child {
  margin-bottom: 40px
}

@media only screen and (max-width:767px) {
  .contents .menu .item .text ul li:last-child {
    margin-bottom: 35px
  }
}

.contents .menu .item .text ul li .menu-name span {
  border: 1px solid #000;
  font-size: 11px;
  border-radius: 2em;
  padding: 1px 8px 2px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block
}

@media only screen and (max-width:767px) {
  .contents .menu .item .text ul li .menu-name span {
    font-size: 10px
  }
}

.contents .menu .item .text ul li .price {
  text-align: right
}

@media only screen and (max-width:1024px) {
  .contents .menu .item .text ul li .price {
    text-align: left
  }
}

.contents .menu .item .text ul li .price span {
  font-size: 12px
}

@media only screen and (max-width:767px) {
  .contents .menu .item .text ul li .price span {
    font-size: 10px
  }
}

@media only screen and (max-width:767px) {
  .contents .menu .item .text .button {
    margin: auto
  }
}

.contents .access {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #f7f7f7;
  margin-bottom: 95px;
  padding: 75px 0
}

@media only screen and (max-width:1024px) {
  .contents .access {
    padding: 60px 0;
    margin-bottom: 75px
  }
}

@media only screen and (max-width:767px) {
  .contents .access {
    padding: 40px 0 45px;
    margin-bottom: 45px
  }
}

.contents .access .inner {
  max-width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px
}

@media only screen and (max-width:1024px) {
  .contents .access .inner {
    max-width: 100%
  }
}

@media only screen and (max-width:1024px) {
  .contents .access .inner {
    padding: 0 35px;
    margin-bottom: 35px
  }
}

@media only screen and (max-width:767px) {
  .contents .access .inner {
    display: block;
    padding: 0 20px;
    margin-bottom: 25px
  }
}

@media only screen and (max-width:1024px) {
  .contents .access .inner .image {
    width: 300px
  }
}

@media only screen and (max-width:767px) {
  .contents .access .inner .image {
    width: 100%
  }
}

.contents .access .inner .text {
  text-align: left
}

.contents .access .inner .text h2 {
  font-family: "Noto Serif JP";
  letter-spacing: 0.15em;
  font-size: 25px;
  position: relative;
  display: inline-block;
  padding: 0 95px 0 0;
  margin-bottom: 25px
}

@media only screen and (max-width:767px) {
  .contents .access .inner .text h2 {
    margin-bottom: 20px
  }
}

.contents .access .inner .text h2:after {
  content: "";
  position: absolute;
  top: 54%;
  display: inline-block;
  width: 75px;
  height: 1px;
  background-color: #000;
  right: 0
}

.contents .access .inner .text .address {
  margin-bottom: 20px
}

@media only screen and (max-width:767px) {
  .contents .access .inner .text ul {
    margin-bottom: 35px
  }
}

.contents .access .inner .text ul li {
  line-height: 2.2
}

@media only screen and (max-width:767px) {
  .contents .access .inner .text ul li {
    line-height: 1.8
  }
}

.contents .access .map {
  max-width: 1080px;
  margin: auto;
  width: 100%;
  height: 350px;
  border: 5px solid #fff
}

@media only screen and (max-width:1024px) {
  .contents .access .map {
    max-width: 100%
  }
}

@media only screen and (max-width:1024px) {
  .contents .access .map {
    display: block;
    width: 90%;
    margin: 15px auto 0;
    border: 3px solid #fff
  }
}

@media only screen and (max-width:767px) {
  .contents .access .map {
    height: 250px
  }
}

.contents .access .map iframe {
  width: 100%;
  height: 100%
}