@charset "UTF-8";
/* 基本レイアウト　ここから↓ */
body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #0f0f0f;
  margin: 0;
}

.footer-inner, .suit_inner, .flow_inner, .reservation_inner, .about_inner, .staff_inner, .access_inner, .contact_inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
  position: relative;
}

.mail {
  text-align: center;
  padding: 40px 0;
}

.btn {
  text-decoration: none;
  padding: 15px 20px;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  box-sizing: border-box;
}
.btn:hover {
  background-color: #7c191d;
}

.header__hamburger {
  display: none;
}

.header__nav {
  display: none;
}

.br-sp {
  display: none;
}

header {
  position: relative;
  background-color: #152f18;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 20px 0;
  box-sizing: border-box;
}
header .header_inner {
  position: relative;
}
header .header_inner h1 {
  margin: 0;
  text-align: center;
  border-bottom: 4px solid #7c191d;
}
header .header_inner h1 img {
  height: 100px;
  width: 217px;
}
header .header_btn {
  width: 200px;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  text-align: center;
}
header .header_btn > p {
  margin: 10px 0 0;
}
header .header_btn > p a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
header .header_btn .btn {
  background-color: #0f0f0f;
  margin: 0 auto;
  border: 0;
}
header .header_btn .btn:hover {
  border: 1px solid #fff;
  background-color: #7c191d;
}
header .pc-nav {
  padding: 20px 0 0;
}
header .pc-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  display: block;
  width: 780px;
  margin: 0 auto;
}
header .pc-nav ul li {
  float: left;
  width: 130px;
  text-align: center;
}
header .pc-nav ul li a {
  color: #fff;
  font-size: 15px;
  display: block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
}
header .pc-nav ul li a:hover {
  opacity: 0.8;
}
header .pc-nav ul li img {
  width: 18px;
  height: 18px;
}
header .pc-nav ul li.insta a {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #7c191d;
  color: #fff;
}
footer h1 {
  margin: 0;
  font-size: 24px;
}
footer table {
  margin-top: 30px;
}
footer table tr {
  font-size: 14px;
}
footer table tr th {
  font-weight: 400;
  text-align: center;
  padding-right: 10px;
}
footer .note {
  display: none;
}
footer .footer-nav-sp {
  display: none;
}
footer .footer-nav-pc {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 0;
}
footer .footer-nav-pc > p {
  text-align: right;
  font-size: 14px;
}
footer .footer-nav-pc ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
}
footer .footer-nav-pc ul:first-of-type {
  margin-bottom: 10px;
}
footer .footer-nav-pc ul li {
  float: right;
}
footer .footer-nav-pc ul li:not(:last-child) {
  border-left: 1px solid #fff;
}
footer .footer-nav-pc ul li a {
  font-size: 14px;
  display: block;
  line-height: 15px;
  text-decoration: none;
  font-weight: 500;
  padding: 0 10px;
  color: #fff;
}
footer .footer-nav-pc ul li a:hover {
  opacity: 0.8;
}
footer .footer-nav-pc ul li:first-child a {
  padding-right: 0;
}
footer #copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  font-size: 14px;
}

#firstview {
  background-color: #152f18;
  text-align: center;
  padding: 0 0 40px;
}
#firstview img {
  width: 920px;
  height: auto;
}

#contents {
  width: 100%;
}

.content-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  position: relative;
  margin: 90px 0 10px;
}
.content-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background-color: #7c191d;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

#suit {
  width: 100%;
}
#suit .suit_inner {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  margin-top: 50px;
}
#suit .suit_img {
  width: 50%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 29%;
  background-image: url(../img/ordersuit.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#flow {
  width: 100%;
}
#flow .flow_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
#flow .flow_item {
  width: 23%;
}
#flow .flow_item img {
  width: 100%;
  height: auto;
}
#flow .flow_item h2 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
#flow .flow_item p {
  font-size: 15px;
}

#reservation {
  width: 100%;
  background-color: #152f18;
  color: #fff;
  text-align: center;
  margin-top: 45px;
  padding: 45px 0;
}
#reservation .content-title {
  margin: 0 0 10px;
}
#reservation .reservation_inner {
  margin-top: 50px;
}
#reservation .reservation_inner p {
  margin: 0;
  font-size: 15px;
}
#reservation .reservation_inner table {
  width: 230px;
  margin: 30px auto 0;
  font-size: 15px;
}
#reservation .reservation_inner table th {
  width: 100px;
  font-weight: 400;
}
#reservation .reservation_inner table td {
  width: 130px;
}
#reservation .reservation_inner .btn {
  margin: 40px auto 0;
  display: block;
  width: 200px;
}

#about {
  background-color: #152f18;
  color: #fff;
  padding: 60px 0;
}
#about .content-title {
  margin: 0 0 10px;
}
#about .about_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
#about .about_images {
  width: 47%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#about .about_images img {
  width: 49%;
  height: auto;
  margin-bottom: 10px;
}
#about .about_detail {
  width: 50%;
}
#about .about_detail h2 {
  margin: 0 0 15px;
  font-size: 18px;
  text-align: center;
}
#about .about_detail p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}
#about .about_detail p.about-note {
  text-align: center;
}
#about .about_detail table {
  margin: 30px auto;
  font-size: 15px;
  width: 100%;
}
#about .about_detail table th {
  width: 30%;
  text-align: center;
  font-weight: 400;
  padding: 10px 0;
  vertical-align: top;
}
#about .about_detail table td {
  width: 70%;
  padding: 10px 0;
}

#staff {
  background-color: #152f18;
  padding: 60px 0;
}
#staff .content-title {
  margin: 0 0 10px;
  color: #fff;
}
#staff .staff_inner {
  margin-top: 60px;
}
#staff .staff_item {
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0;
}
#staff .staff_item:not(:last-child) {
  margin-bottom: 60px;
}
#staff .staff_item img {
  width: 30%;
  height: auto;
}
#staff .staff_item h2 {
  margin: 0;
  font-size: 16px;
}
#staff .staff_item h3 {
  margin: 0;
  font-size: 16px;
}
#staff .staff_item p {
  font-size: 15px;
}
#staff .staff_detail {
  width: 60%;
}

#access {
  background-color: #152f18;
  color: #fff;
  padding: 60px 0;
}
#access .content-title {
  margin: 0 0 10px;
}
#access .access_inner {
  margin-top: 60px;
}
#access .access_inner table {
  margin: 0 auto;
  font-size: 15px;
  width: 45%;
}
#access .access_inner table th {
  width: 25%;
  text-align: center;
  font-weight: 400;
  padding: 10px 0;
  vertical-align: top;
  position: relative;
}
#access .access_inner table td {
  width: 75%;
  padding: 10px 0;
}
#access .access_map {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

#contact {
  background-color: #152f18;
  color: #fff;
  padding: 60px 0;
}
#contact .content-title {
  margin: 0 0 10px;
}
#contact .contact_inner {
  margin-top: 60px;
}
#contact #formWrap {
  width: 650px;
  margin: 0 auto;
  font-size: 15px;
}
#contact #formWrap form {
  text-align: center;
  margin-top: 40px;
}
#contact #formWrap .formTable {
  width: 100%;
  margin: 0 auto;
}
#contact #formWrap .formTable th {
  width: 250px;
  font-weight: 400;
  text-align: left;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
#contact #formWrap .formTable td {
  width: 400px;
  vertical-align: top;
}
#contact #formWrap .formTable td input {
  width: 400px;
  padding: 15px 20px;
  margin: 5px 0;
  background-color: #f9f9f9;
  font-size: 15px;
  border: 0;
}
#contact #formWrap .formTable td textarea {
  width: 400px;
  padding: 15px 20px;
  margin: 5px;
  background-color: #f9f9f9;
  font-size: 15px;
  border: 0;
}
#contact #formWrap > p {
  text-align: center;
  padding: 0;
  margin: 0;
}
#contact #formWrap #sub {
  color: #0f0f0f;
  padding: 15px 85px;
  background-color: #fff;
  font-size: 15px;
  margin-top: 40px;
  cursor: pointer;
  border: none;
}
#contact #formWrap #sub:hover {
  background-color: #7c191d;
  color: #fff;
}

/* 基本レイアウト　ここまで↑ */
/* 1169px以下レスポンシブレイアウト　ここから↓ */
@media (max-width: 1200px) {
  .btn {
    padding: 10px;
    font-size: 15px;
  }
  header {
    padding: 1.7vw 0;
  }
  header .header_inner h1 {
    border-bottom: 2px solid #7c191d;
  }
  header .header_inner h1 img {
    height: 8.33vw;
    width: 18.08vw;
  }
  header .header_btn {
    width: 180px;
  }
  header .header_btn > p {
    margin: 5px 0 0;
  }
  header .pc-nav {
    padding: 1.7vw 0 0;
  }
  header .pc-nav ul {
    width: 65vw;
  }
  header .pc-nav ul li {
    width: 10.8vw;
  }
  header .pc-nav ul li a {
    height: 3.33vw;
    line-height: 3.33vw;
  }
  footer {
    padding-top: 6.7vw;
    padding-bottom: 4.2vw;
  }
  footer table {
    margin-top: 2.5vw;
  }
  footer .footer-nav-pc {
    bottom: 2.5vw;
  }
  footer .footer-nav-pc ul:first-of-type {
    margin-bottom: 0.8vw;
  }
  footer .footer-nav-pc ul li a {
    padding: 0 0.8vw;
  }
  #firstview {
    padding: 0 0 3.3vw;
  }
  #firstview img {
    width: 76.7vw;
  }
  .content-title {
    margin: 7.5vw 0 0.8vw;
  }
  #suit .suit_inner {
    margin-top: 4.1vw;
  }
  #flow .flow_inner {
    width: 76.7vw;
    margin-top: 4.1vw;
  }
  #flow .flow_item {
    width: 48%;
  }
  #flow .flow_item:nth-of-type(3) {
    margin-top: 20px;
  }
  #flow .flow_item:nth-of-type(4) {
    margin-top: 20px;
  }
  #reservation {
    padding: 3.8vw 0;
    margin-top: 3.8vw;
  }
  #reservation .content-title {
    margin: 0 0 0.8vw;
  }
  #reservation .reservation_inner {
    margin-top: 4.1vw;
  }
  #reservation .reservation_inner table {
    margin: 2.5vw auto 0;
  }
  #about {
    padding: 5vw 0;
  }
  #about .content-title {
    margin: 0 0 0.8vw;
  }
  #about .about_inner {
    flex-direction: column-reverse;
    margin-top: 5vw;
  }
  #about .about_images {
    width: 100%;
  }
  #about .about_images img {
    width: 24%;
  }
  #about .about_detail {
    width: 76.7vw;
    margin: 0 auto 20px;
  }
  #staff {
    padding: 5vw 0;
  }
  #staff .content-title {
    margin: 0 0 0.8vw;
  }
  #staff .staff_inner {
    margin-top: 5vw;
  }
  #staff .staff_item {
    padding: 3.3vw 0;
  }
  #staff .staff_item:not(:last-child) {
    margin-bottom: 5vw;
  }
  #access {
    padding: 5vw 0;
  }
  #access .content-title {
    margin: 0 0 0.8vw;
  }
  #access .access_inner {
    margin-top: 5vw;
  }
  #access .access_inner table {
    width: 70%;
  }
  #access .access_inner table th {
    width: 30%;
    padding: 0.8vw 0;
  }
  #access .access_inner table td {
    width: 70%;
    padding: 0.8vw 0;
  }
  #access .access_map {
    width: 100%;
    margin-bottom: 5vw;
  }
  #contact {
    padding: 5vw 0;
  }
  #contact .content-title {
    margin: 0 0 0.8vw;
  }
  #contact .contact_inner {
    margin-top: 5vw;
  }
}
/* 1169px以下レスポンシブレイアウト　ここまで↑ */
/* レスポンシブレイアウト　ここから↓ */
@media (max-width: 750px) {
  .footer-inner, .suit_inner, .flow_inner, .reservation_inner, .about_inner, .staff_inner, .access_inner, .contact_inner {
    width: 90% !important;
  }
  .br-sp {
    display: block;
  }
  .mail {
    padding: 114px 0 40px;
  }
  header {
    padding: 10px 0 0;
    position: fixed;
  }
  header .header_inner h1 img {
    height: 60px;
    width: 130px;
  }
  header .header_btn {
    display: none;
  }
  header .pc-nav {
    display: none;
  }
  footer {
    padding: 40px 0;
  }
  footer h1 {
    font-size: 18px;
    text-align: center;
  }
  footer table {
    width: 100%;
    max-width: 350px;
    margin: 20px auto;
  }
  footer table tr {
    font-size: 13px;
  }
  footer table tr th {
    width: 20%;
  }
  footer table tr td {
    width: 75%;
  }
  footer .note {
    display: block;
    text-align: center;
    font-size: 14px;
  }
  footer .footer-nav-sp {
    display: flex;
    justify-content: center;
  }
  footer .footer-nav-sp ul {
    list-style: none;
    padding: 0;
    font-size: 13px;
    margin: 0 0 20px;
  }
  footer .footer-nav-sp ul li {
    float: left;
    padding: 0 7px;
  }
  footer .footer-nav-sp ul li a {
    color: #fff;
    text-decoration: none;
  }
  footer .footer-nav-pc {
    display: none;
  }
  footer #copyright {
    position: relative;
    text-align: center;
    font-size: 13px;
  }
  #firstview {
    padding: 10px 0;
    margin-top: 84px;
  }
  #firstview img {
    width: 90%;
  }
  .content-title {
    font-size: 18px;
    margin: 40px 0 10px;
  }
  .content-title::after {
    width: 60px;
    height: 2px;
    bottom: -5px;
  }
  #suit .suit_inner {
    margin-top: 20px;
  }
  #suit .suit_img {
    width: 100%;
    padding-bottom: 58%;
  }
  #flow .flow_inner {
    margin-top: 20px;
  }
  #flow .flow_item {
    width: 100%;
  }
  #flow .flow_item:nth-of-type(2) {
    margin-top: 20px;
  }
  #flow .flow_item:nth-of-type(3) {
    margin-top: 20px;
  }
  #flow .flow_item:nth-of-type(4) {
    margin-top: 20px;
  }
  #flow .flow_item h2 {
    font-size: 16px;
  }
  #flow .flow_item p {
    font-size: 15px;
  }
  #reservation {
    padding: 30px 0;
    margin-top: 20px;
  }
  #reservation .reservation_inner {
    margin-top: 25px;
  }
  #reservation .reservation_inner p {
    font-size: 15px;
  }
  #reservation .reservation_inner table {
    width: 230px;
    margin: 20px auto 0;
  }
  #reservation .reservation_inner .btn {
    margin: 20px auto 0;
    width: 180px;
  }
  #about {
    margin-top: 84px;
    padding: 40px 0;
  }
  #about .about_inner {
    margin-top: 30px;
  }
  #about .about_images {
    width: 100%;
    margin: 0 auto;
  }
  #about .about_images img {
    width: 49%;
    margin-bottom: 10px;
  }
  #about .about_detail {
    width: 100%;
    margin: 0 auto 20px;
  }
  #about .about_detail p {
    font-size: 15px;
  }
  #about .about_detail h2 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  #about .about_detail table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    margin: 20px auto;
    font-size: 15px;
  }
  #about .about_detail table tr, #about .about_detail table th, #about .about_detail table td {
    display: block;
    width: 100%;
  }
  #about .about_detail table tr {
    border-bottom: 1px solid #fff;
  }
  #about .about_detail table th {
    font-weight: 400;
    vertical-align: top;
    text-align: left;
    padding: 10px 0 0;
  }
  #about .about_detail table td {
    padding: 10px 0;
  }
  #staff {
    padding: 40px 0;
    margin-top: 84px;
  }
  #staff .staff_inner {
    margin-top: 30px;
  }
  #staff .staff_item {
    padding: 20px 0;
  }
  #staff .staff_item:not(:last-child) {
    margin-bottom: 20px;
  }
  #staff .staff_item img {
    width: 90%;
    margin-bottom: 20px;
  }
  #staff .staff_item h2 {
    margin: 0;
    font-size: 16px;
  }
  #staff .staff_item h3 {
    margin: 0;
    font-size: 16px;
  }
  #staff .staff_item p {
    font-size: 15px;
  }
  #staff .staff_detail {
    width: 90%;
  }
  #staff .staff_title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  #staff .staff_title::after {
    width: 60px;
    height: 2px;
    bottom: -5px;
  }
  #access {
    padding: 40px 0;
    margin-top: 84px;
  }
  #access .access_inner {
    margin-top: 30px;
  }
  #access .access_inner table {
    width: 90%;
    max-width: 350px;
    margin: 20px auto;
  }
  #access .access_inner table tr {
    font-size: 14px;
  }
  #access .access_inner table tr th {
    text-align: right;
    width: 20%;
    padding-right: 5%;
  }
  #access .access_inner table tr td {
    width: 75%;
  }
  #access .access_title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  #access .access_title::after {
    width: 60px;
    height: 2px;
    bottom: -5px;
  }
  #access .access_map {
    width: 90%;
    margin: 0 auto 20px;
  }
  #access .access_map iframe {
    width: 100%;
    height: 350px;
  }
  #contact {
    padding: 40px 0;
    margin-top: 84px;
  }
  #contact #formWrap {
    font-size: 15px;
    width: 100%;
  }
  #contact #formWrap form {
    margin: 20px 0;
  }
  #contact #formWrap .formTable th {
    display: block;
    width: 100%;
  }
  #contact #formWrap .formTable td {
    display: block;
    width: 100%;
    padding: 0;
  }
  #contact #formWrap .formTable td input {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
  }
  #contact #formWrap .formTable td input::-moz-placeholder {
    font-size: 15px;
  }
  #contact #formWrap .formTable td input::placeholder {
    font-size: 15px;
  }
  #contact #formWrap .formTable td textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    margin: 5px 0;
  }
  #contact #formWrap .formTable td textarea::-moz-placeholder {
    font-size: 15px;
  }
  #contact #formWrap .formTable td textarea::placeholder {
    font-size: 15px;
  }
  #contact #formWrap > p {
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    line-height: normal;
  }
  #contact #formWrap #sub {
    padding: 10px 20px;
    width: 150px;
    font-size: 15px;
    margin-top: 20px;
  }
  .mailConfirm {
    width: 95%;
    margin: 140px auto 0;
  }
  .mailConfirm .formTable th, .mailConfirm .formTable td {
    width: auto;
    display: block;
  }
  .mailConfirm .formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  .mailConfirm input[type=submit], .mailConfirm input[type=reset], .mailConfirm input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
  }
  .mailErrorCheck {
    margin: 140px auto 0;
  }
  /* ハンバーガーメニュー */
  .header__hamburger {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
  }
  /* ハンバーガーメニューの線 */
  .hamburger span {
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  .hamburger span:nth-child(1) {
    position: absolute;
    top: 23px;
    left: 20px;
  }
  .hamburger span:nth-child(2) {
    position: absolute;
    top: 33px;
    left: 20px;
  }
  .hamburger span:nth-child(3) {
    position: absolute;
    top: 43px;
    left: 20px;
  }
  /* ハンバーガーメニュークリック後のスタイル */
  .header__nav {
    transition: ease 2s;
    float: right;
    background-color: #152f18;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 84px;
    right: 0;
    z-index: 1000;
  }
  .header__nav ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 20px 10px;
  }
  .header__nav ul li {
    margin: 0;
  }
  .header__nav ul li a {
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 1.5;
    text-decoration: none;
    font-weight: 500;
    padding: 10px;
  }
  .header__nav ul li a:hover {
    opacity: 0.8;
  }
  .header__nav ul li img {
    width: 18px;
    height: 18px;
  }
  .header__nav p {
    text-align: center;
    margin: 20px 0 0;
  }
  .header__nav p a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
  }
  .header__nav > a {
    display: block;
    width: 180px;
    margin: 0 auto;
    border: 0;
    background-color: #000;
  }
  .header__nav.active {
    display: block;
  }
  .hamburger.active span:nth-child(1) {
    top: 34px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: 34px;
    transform: rotate(-45deg);
  }
}
/* レスポンシブレイアウト　ここまで↑ *//*# sourceMappingURL=style.css.map */