@charset "UTF-8";
/* →ファイルに英語のみなら必要ないが、日本語がある場合入力が必須 */
html {
  font-size: 100%;
}

body {
  font-family: "Helvetica Neue", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.9rem;
}

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

a {
  text-decoration: none;
  color: inherit;
}

ul,
li {
  list-style-type: none;
}

.wrapper {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.section-title {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  color: #fff;
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 2rem;
    height: 94px;
  }
}

.menu-item-title {
  font-size: 40px;
  border-bottom: 6px solid red;
  display: inline-block;
  line-height: 1.125;
  -webkit-filter: drop-shadow(1px 1px 10px #c0c0c0);
          filter: drop-shadow(1px 1px 10px #c0c0c0);
}
@media (max-width: 767px) {
  .menu-item-title {
    font-size: 1.25rem;
    margin-top: 29px;
    line-height: 1.15;
  }
}

.content-title {
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  .content-title {
    font-size: 32px;
  }
}

.mainvisual {
  position: relative;
  height: 100vh;
  background-image: url(../img/mainvisual.jpg);
  background-size: cover;
  background-position: center;
}
.mainvisual .header-nav {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 40px;
  padding: 20px 0;
}
.mainvisual .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainvisual .header-nav ul li {
  margin-left: 30px;
  font-weight: bold;
}
.mainvisual .header-nav ul li a {
  -webkit-filter: drop-shadow(1px 1px 2px #121212);
          filter: drop-shadow(1px 1px 2px #121212);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mainvisual .header-nav ul li a:hover {
  color: #e03131;
}
.mainvisual .header-logo {
  position: absolute;
  width: 466px;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(1px 1px 10px #c0c0c0);
          filter: drop-shadow(1px 1px 10px #c0c0c0);
}

#menu {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #menu {
    margin-top: 10px;
  }
}
#menu .section-title {
  background-image: url(../img/menu.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #menu .section-title {
    background-attachment: scroll;
  }
}
#menu .menu-text {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  #menu .menu-text {
    margin-top: 0;
  }
}
#menu .menu-text .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #menu .menu-text .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#menu .menu-text .wrapper .menu-left {
  width: 50%;
  padding: 0 45px;
  padding-bottom: 26px;
  border-right: 1px solid #000;
}
@media (max-width: 767px) {
  #menu .menu-text .wrapper .menu-left {
    width: 100%;
    border-right: none;
    padding: 0;
  }
}
#menu .menu-text .wrapper .menu-right {
  width: 50%;
  padding: 0 45px;
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  #menu .menu-text .wrapper .menu-right {
    width: 100%;
    padding: 0;
  }
}
#menu .menu-text .wrapper .menu-right .menu-right-1 {
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #menu .menu-text .wrapper .menu-right .menu-right-1 {
    margin-top: 4px;
  }
}
#menu .menu-text .wrapper .menu-right .menu-right-2 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  #menu .menu-text .wrapper .menu-right .menu-right-2 {
    margin-top: 4px;
  }
}
#menu .menu-text .wrapper .menu-right .menu-right-2 .menu-item-title {
  margin-bottom: 0;
}
#menu .menu-text .wrapper .menu-right .menu-right-2 .dl-flex {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #menu .menu-text .wrapper .menu-right .menu-right-2 .dl-flex {
    margin-top: -5px;
  }
}
#menu .dl-flex {
  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;
  margin-top: 45px;
}
@media (max-width: 767px) {
  #menu .dl-flex {
    margin-top: -5px;
  }
}
#menu .dl-flex dt {
  width: 88%;
  border-bottom: 1px dotted #000;
  margin-top: 23px;
  text-align: left;
}
#menu .dl-flex dd {
  width: 8%;
  margin-top: 23px;
}

#about {
  background-image: url(../img/about.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: 170px;
}
@media (max-width: 767px) {
  #about {
    background-attachment: scroll;
  }
}
@media (max-width: 767px) {
  #about {
    margin-top: 113px;
  }
}
#about .about-text {
  background-color: #fff;
  padding-top: 86px;
}
@media (max-width: 767px) {
  #about .about-text {
    padding-top: 0;
  }
}

.about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .about-flex {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-flex .about-left {
  width: 50%;
  padding: 0 20px 0 34px;
  width: 50%;
  text-align: left;
  width: 50%;
  text-align: left;
}
@media (max-width: 767px) {
  .about-flex .about-left {
    width: 100%;
    padding: 0 10px;
  }
}
.about-flex .about-left p {
  margin-top: 32.8px;
  font-size: 14.4px;
  line-height: 2;
}
@media (max-width: 767px) {
  .about-flex .about-left p {
    margin-top: 10px;
  }
}
.about-flex .about-left p:nth-child(2) {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .about-flex .about-left p:nth-child(2) {
    margin-top: 6px;
  }
}
.about-flex .about-right {
  width: 50%;
  padding: 0 34px 0 20px;
  width: 50%;
  text-align: left;
}
@media (max-width: 767px) {
  .about-flex .about-right {
    width: 100%;
    padding: 0;
    padding: 0 10px;
  }
}
.about-flex .about-right p {
  margin-top: 32.8px;
  font-size: 14.4px;
  line-height: 2;
}
@media (max-width: 767px) {
  .about-flex .about-right p {
    margin-top: 6px;
  }
}
.about-flex .about-right p:nth-child(2) {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .about-flex .about-right p:nth-child(2) {
    margin-top: 6px;
  }
}

.btn {
  position: relative;
  margin-top: 54px;
  /*ボタンの形状*/
  color: inherit;
  padding: 17px 45px;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn {
    margin-top: 42px;
  }
}

.btn::before,
.btn::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  /*事前に出現させる線の形状*/
  border: solid red;
  width: 32px;
  height: 32px;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn::before {
  /*事前に出現させる線の位置*/
  top: 0;
  left: 0;
  /*事前に出現させる線の形状*/
  border-width: 2px 0 0 2px;
}

.btn::after {
  /*事前に出現させる線の位置*/
  bottom: 0;
  right: 0;
  /*事前に出現させる線の形状*/
  border-width: 0 2px 2px 0;
}

.btn:hover::before,
.btn:hover::after {
  width: 100%;
  height: 100%;
  border-color: red;
}

#location {
  margin-top: 170px;
  text-align: center;
}
@media (max-width: 767px) {
  #location {
    margin-top: 78px;
  }
}
#location .section-title {
  background-image: url(../img/location.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #location .section-title {
    background-attachment: scroll;
  }
}
#location .location-text {
  padding-top: 90px;
}
@media (max-width: 767px) {
  #location .location-text {
    padding-top: 0;
  }
}
#location .location-text .map {
  margin-top: 60px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (max-width: 767px) {
  #location .location-text .map {
    margin-top: 22px;
  }
}
#location .location-text .map iframe {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  #location .location-text .map iframe {
    height: 407px;
  }
}
#location .location-text .location-address {
  text-align: left;
  margin-top: 15px;
  font-size: 14.4px;
  line-height: 1.6944444444;
}
#location .copyright {
  text-align: center;
  margin-top: 166px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #location .copyright {
    margin-top: 78px;
  }
}