@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

h1 {
  margin: 0;
  line-height: 1;
}

.warp {
  max-width: 1080px;
  margin: 0 auto;
}

.section-title {
  font-size: 3.2rem;
  font-weight: 900;
  margin: 0 5% 10px 5%;
}
@media screen and (min-width: 769px) {
  .section-title {
    font-size: 4rem;
    font-weight: 900;
    margin: 0 0 30px 0;
  }
}

.header {
  background-color: #70372c;
}

.header-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 5%;
  line-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-sp .logo {
  font-size: 2.4rem;
}
.header-sp .logo a {
  color: #fff;
}
.header-sp .nav-button {
  font-size: 3rem;
}
.header-sp .nav-button i {
  color: #fff;
}

.pc-nav {
  display: none;
}

.sp-nav {
  position: absolute;
  top: 6rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.8;
}
.sp-nav .sp-nav-list {
  text-align: center;
  padding: 40px;
}
.sp-nav .sp-nav-list li {
  font-size: 2.4rem;
}
.sp-nav .sp-nav-list a {
  color: #f7e3af;
}

@media screen and (min-width: 769px) {
  .header {
    background-color: #70372c;
  }
  .header-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    line-height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-sp .logo {
    font-size: 2.4rem;
  }
  .header-sp .logo a {
    color: #fff;
  }
  .header-sp .nav-button {
    display: none;
  }
  .pc-nav {
    display: block;
  }
  .pc-nav .pc-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc-nav .pc-nav-list li + li {
    margin-left: 50px;
  }
  .pc-nav .pc-nav-list a {
    color: #fff;
  }
  .sp-nav {
    display: none;
  }
}
.cover {
  position: relative;
  width: 100%;
}
.cover img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover .cover-title {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 3.2rem;
  font-family: "Tahoma";
  color: #fff;
  -webkit-text-stroke: 1px #333;
}

@media screen and (min-width: 769px) {
  .cover {
    position: relative;
    width: 100%;
  }
  .cover img {
    width: 100%;
    height: 90vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cover .cover-title {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 6vw;
    font-family: "Tahoma";
    color: #fff;
    -webkit-text-stroke: 3px #333;
  }
}
.menu {
  margin: 50px 0;
}

.menu-container .menu-main_photo {
  margin-bottom: 20px;
}
.menu-container .menu-main_photo img {
  width: 100%;
}

.menu-photo {
  margin: 0 5% 50px 5%;
}
.menu-photo .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-photo .menu-list li {
  width: 32%;
}
.menu-photo .menu-list img {
  width: 100%;
}
.menu-photo .title {
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff8c00;
}
.menu-photo .text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-photo .text-list dt {
  width: 70%;
  margin-top: 10px;
}
.menu-photo .text-list dd {
  width: 30%;
  text-align: right;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .menu {
    margin: 100px auto 100px auto;
  }
  .menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  .menu-container .menu-main_photo {
    margin-bottom: 0;
    width: 49%;
    height: auto;
  }
  .menu-container .menu-main_photo img {
    width: 100%;
  }
  .menu-photo {
    margin: 0;
    width: 49%;
  }
  .menu-photo .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu-photo .menu-list li {
    width: 32%;
  }
  .menu-photo .menu-list img {
    width: 100%;
  }
  .menu-photo .title {
    margin: 10px 10px 0 10px;
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #ff8c00;
  }
  .menu-photo .text-list {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu-photo .text-list dt {
    width: 70%;
    margin-top: 10px;
  }
  .menu-photo .text-list dd {
    width: 30%;
    text-align: right;
    margin-top: 10px;
  }
}
.news {
  margin-bottom: 50px;
}
.news .news-container p {
  margin: 0 5% 10px 5%;
}
.news .news-container img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .news {
    margin-bottom: 100px;
  }
  .news .news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news .news-container p {
    margin: 0 50px 0 0;
  }
  .news .news-container img {
    width: 100%;
    height: 100%;
  }
}
.access {
  margin-bottom: 50px;
}

.access-container .access-phto {
  width: 100%;
}
.access-container img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.access-container .access-text {
  margin: 0 5%;
}
.access-container .access-text p {
  margin-bottom: 10px;
}
.access-container .access-text ol {
  margin-bottom: 20px;
  padding-left: 1em;
}
.access-container .access-text dt {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .access {
    margin-bottom: 100px;
  }
  .access-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .access-container .access-phto {
    width: 50%;
  }
  .access-container .access-phto img {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  .access-container .access-text {
    margin: 0 0 0 50px;
  }
  .access-container .access-text p {
    margin-bottom: 10px;
  }
  .access-container .access-text ol {
    margin-bottom: 20px;
    padding-left: 1em;
  }
  .access-container .access-text dt {
    font-weight: 700;
  }
}
.contact {
  margin-bottom: 50px;
}

.contact-form {
  margin-bottom: 30px;
  padding: 0 5%;
}
.contact-form:last-child {
  margin-bottom: 0;
}
.contact-form select {
  width: 100%;
  height: 3rem;
}
.contact-form input[name=subject] {
  width: 100%;
  height: 3rem;
}
.contact-form textarea {
  width: 100%;
  height: 10rem;
}
.contact-form input[name=submit] {
  width: 100%;
  height: 3rem;
}

@media screen and (min-width: 769px) {
  .contact {
    margin-bottom: 50px;
  }
  .contact-form {
    margin-bottom: 30px;
    padding: 0;
  }
  .contact-form:last-child {
    margin-bottom: 0;
  }
  .contact-form select {
    width: 30%;
    height: 3rem;
  }
  .contact-form input[name=subject] {
    width: 30%;
    height: 3rem;
  }
  .contact-form textarea {
    width: 50%;
    height: 10rem;
  }
  .contact-form input[name=submit] {
    width: 50%;
    height: 3rem;
  }
}
.address {
  width: 100%;
  margin: 50px auto 0 auto;
  padding: 50px 0;
  text-align: center;
  background-color: #f7e3af;
}
.address h2 {
  font-size: 3.6rem;
  font-weight: 800;
  color: #dc5f36;
  margin-bottom: 1rem;
}
.address h2 span {
  letter-spacing: -5px;
}
.address .address-list_1 p {
  margin-bottom: 3rem;
}
.address .address-list_1 p:last-child {
  margin-bottom: 0;
}
.address .address-list_2 {
  display: none;
}

@media screen and (min-width: 769px) {
  .address {
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 50px 0;
    text-align: center;
    background-color: #f7e3af;
  }
  .address h2 {
    font-size: 3.6rem;
    font-weight: 800;
    color: #dc5f36;
    margin-bottom: 1rem;
  }
  .address h2 span {
    letter-spacing: -5px;
  }
  .address .address-list_1 {
    display: none;
  }
  .address .address-list_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 420px;
    text-align: left;
    margin: 0 auto;
  }
  .address .address-list_2 dt {
    width: 20%;
  }
  .address .address-list_2 dd {
    width: 80%;
  }
}
.footer {
  padding: 25px 0;
  background-color: #70372c;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */