@charset "UTF-8";
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
html,
body,
h1,
h2,
h3,
p {
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  font-size: 15px;
  background-color: #231815;
  color: #fff;
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.xxl {
  font-size: 1.5em;
}

.xl {
  font-size: 1.2em;
}

.s {
  font-size: 0.8em;
}

h2 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  background-image: -webkit-linear-gradient(left, #fff, #fff 10px, transparent 2px, transparent 8px);
  background-image: linear-gradient(to right, #fff, #fff 10px, transparent 2px, transparent 8px); /* 幅2の線を作る */
  background-size: 18px 1px; /* グラデーションの幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
}

a {
  color: #fff;
  text-decoration: none;
}

.anchor {
  padding-top: 50px;
  margin-top: -50px;
}

#page-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
}
#page-top img {
  width: 40px;
}
#page-top a {
  border-radius: 50%;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
}

.header {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .header {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .header {
    width: 100%;
  }
}
.header h1 {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
}
.header-title .header-logo {
  text-align: center;
  padding: 20px;
}
.header-title .header-logo img {
  width: calc(100% - 20px);
}
.header-title, .header-title2, .header-title3 {
  position: relative;
}
@media (min-width: 769px) {
  .header-title, .header-title2, .header-title3 {
    margin: 0 auto;
    width: 950px;
    padding: 120px 0 60px 0;
    text-align: center;
  }
}
.header-title2, .header-title3 {
  background-image: url("./img/menu/topimg.svg");
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .header-title2, .header-title3 {
    padding: 50px 0 600px 20px;
    background-position: 10px -20px;
  }
}
@media (max-width: 768px) {
  .header-title2, .header-title3 {
    padding: 0;
    background-size: 100%;
    background-position: 10px -20px;
  }
}
.header-title3 {
  background-image: url("./img/access/topimg.svg");
}
.header-img {
  width: 100%;
  background-size: 100% auto;
  position: relative;
  background-image: url("./img/maguro2.png");
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .header-img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .header-img {
    height: 400px;
  }
}
@media (min-width: 769px) {
  .header-img_maguro {
    width: 950px;
    margin: 0 auto;
    padding-top: 30px;
    background-color: transparent;
  }
  .header-img_maguro img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .header-img_maguro {
    width: 150px;
    padding: 10px 0 0 10px;
  }
}
.header-menu, .header-menu2 {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  font-weight: 700;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .header-menu, .header-menu2 {
    width: 950px;
    bottom: 40px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  .header-menu, .header-menu2 {
    bottom: 50px;
    right: 10px;
  }
}
.header-menu ul, .header-menu2 ul {
  margin: 20px 0 0 0;
  padding: 0;
}
@media (min-width: 769px) {
  .header-menu ul, .header-menu2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-menu ul .on a, .header-menu2 ul .on a {
  border: 1px solid #e4c36f;
  color: #e4c36f;
}
.header-menu ul li, .header-menu2 ul li {
  text-align: center;
  background-color: #231815;
  font-size: 15px;
  line-height: 15px;
}
.header-menu ul li a, .header-menu2 ul li a {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #231815;
  border: 1px solid #fff;
}
.header-menu ul li a:hover, .header-menu2 ul li a:hover {
  border: 1px solid #e4c36f;
  color: #e4c36f;
}
@media (max-width: 768px) {
  .header-menu ul li a, .header-menu2 ul li a {
    padding: 20px 0;
  }
}
@media (min-width: 769px) {
  .header-menu ul li a, .header-menu2 ul li a {
    padding: 15px 0 0 0;
  }
}
@media (min-width: 769px) {
  .header-menu ul li, .header-menu2 ul li {
    width: 25%;
    margin: 0 10px 0;
  }
}
@media (max-width: 768px) {
  .header-menu ul li, .header-menu2 ul li {
    width: 170px;
    line-height: 1.2rem;
    margin: 10px 0;
  }
}
@media (min-width: 769px) {
  .header-menu2 {
    left: 0;
  }
}
@media (max-width: 768px) {
  .header-menu2 {
    position: relative;
    height: 220px;
  }
  .header-menu2 ul {
    width: 100% !important;
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header-menu2 li {
    width: calc(33% - 10px) !important;
    margin: 0 5px !important;
  }
  .header-menu2 li a {
    padding: 15px 0 0 !important;
  }
}

@media (min-width: 769px) {
  .index-img {
    margin: 50px auto 0;
    padding: 50px 0 0 0;
    width: 1000px;
  }
  .index-img ul {
    width: 950px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  .index-img_01 li, .index-img_02 li {
    width: 33%;
  }
  .index-img_01 li img, .index-img_02 li img {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .index-img_01 {
    padding-bottom: 40px;
  }
  .index-img_02 {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .index-img {
    color: #fff;
    font-weight: 700;
    padding-bottom: 50px;
  }
  .index-img_01, .index-img_02 {
    text-align: center;
  }
  .index-img_01 li, .index-img_02 li {
    padding: 10px;
  }
  .index-img_01 li img, .index-img_02 li img {
    width: 100%;
  }
  .index-img_bk {
    font-size: 20px;
  }
}

.menu-img {
  background-color: #fff;
}
@media (min-width: 769px) {
  .menu-img {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 70px;
  }
}
@media (max-width: 768px) {
  .menu-img {
    padding: 30px 0 50px;
  }
  .menu-img h1 {
    background-color: #fff;
    color: #e4c36f;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 40px;
  }
  .menu-img img {
    width: 100%;
  }
}
.menu-img .title {
  color: #231815;
  font-size: 23px;
  font-weight: 700;
  padding: 0 0 10px 30px;
}
.menu-img table,
.menu-img td,
.menu-img th {
  border: 1px solid #231815;
  border-collapse: collapse;
  margin: 0 auto;
  width: 950px;
  text-align: left;
}
@media (max-width: 768px) {
  .menu-img table,
  .menu-img td,
  .menu-img th {
    width: calc(100% - 20px);
  }
}
.menu-img td,
.menu-img th {
  color: #231815;
  padding: 10px;
}
.menu-img th {
  font-weight: 700;
  width: 250px;
  text-align: center;
}
@media (max-width: 768px) {
  .menu-img th {
    width: 80px;
  }
}
.menu-img .iframe {
  width: 950px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .menu-img .iframe {
    width: 100%;
  }
}
.menu-img iframe {
  width: 950px;
  height: 450px;
}
@media (max-width: 768px) {
  .menu-img iframe {
    width: 100%;
  }
}

.footer {
  text-align: center;
  font-size: 0.8em;
  margin: 0 auto;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 700;
}
.footer-white {
  background-color: #fff;
  color: #231815;
}
@media (min-width: 769px) {
  .footer {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .footer {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */