@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #555;
  font-weight: normal;
  font-size: 14px;
  border-top: 5px solid #a35316;
}

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

header {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

header .site-header {
  display: flex;
  align-items: center;
}

header h1 {
  padding: 10px 0;
}

header .tel {
  display: none;
}

header nav {
  font-family: 'Asap Condensed', sans-serif;
}

header nav ul {
  display: flex;
  margin-left: 15px;
}

header nav li {
  text-align: center;
}

header nav li:first-child {
  display: none;
}

header nav li a {
  display: block;
  padding: 20px 13px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #555;
}

header nav li a:hover {
  color: #C74828;
}

header nav li a.current {
  color: #C74828;
}

main {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

footer {
  border-top: 2px solid #a35316;
  line-height: 1.5;
}

footer .reserve {
  text-align: center;
  background-image: linear-gradient(180deg, #fdfbfb 0%, #ebedee 100%);
  padding: 30px 0;
}

footer .tel {
  font-size: 36px;
  font-weight: bold;
}

footer .tel span {
  font-size: 13px;
  font-weight: normal;
  display: block;
  padding-top: 8px;
}

footer .info span {
  font-size: 18px;
  font-weight: bold;
}

footer address {
  text-align: center;
  font-style: normal;
  margin-top: 10px;
}

footer .fb-icon {
  font-size: 47px;
  color: #ccc;
}

footer .fb-icon a:hover {
  color: #4569b0;
}

footer .copyright {
  text-align: center;
  background: #a35316;
  color: #fff;
  padding: 10px 0;
  font-size: 12px;
}

.lead {
  font-size: 19px;
}

main {
  line-height: 1.5;
}

main > section {
  margin: 0 auto;
  padding-bottom: 60px;
  width: 96%;
  max-width: 1400px;
}

.title-wrapper {
  border-top: 1px solid #ccc;
  background-size: cover;
  height: 200px;
  width: auto;
  position: relative;
  margin-bottom: 30px;
}

.title-wrapper h2 {
  font-family: 'Asap Condensed', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
  text-align: center;
  background: #C74828;
  border: solid 5px #E96727;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding: 10px 70px;
  box-shadow: 1px 1px #b75221;
}

.fb {
  text-align: center;
  padding-bottom: 30px;
  margin-top: 20px;
}

.balloon {
  display: flex;
  justify-content: center;
}

.arrow_box {
  display: inline-block;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  position: relative;
  background: #a35316;
  border: solid 5px #a35316;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding: 15px;
  text-align: center;
  color: #fff;
}

.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.comment {
  width: 100px;
  margin: 15px auto 0;
}

.comment img {
  width: 100px;
  border-radius: 50%;
  border: 4px solid #F6C273;
}

.swiper-container {
  width: 100%;
  height: auto;
  border-top: 1px solid #ccc;
  max-height: 600px;
  margin-bottom: 30px;
  text-align: center;
}

.swiper-container img {
  width: 100%;
  height: auto;
}

.index-nav {
  width: 96%;
  margin: 20px auto 40px;
}

.index-nav li {
  margin-bottom: 10px;
}

.index-nav li:first-child {
  background: url(../images/menu_header.jpg) no-repeat 20% 50%;
}

.index-nav li:nth-child(2) {
  background: url(../images/staff_header.jpg) no-repeat right top;
}

.index-nav li:nth-child(3) {
  background: url(../images/access_header.jpg) no-repeat 40% 50%;
}

.index-nav li a {
  font-family: 'Asap Condensed', sans-serif;
  display: block;
  padding: 25px 0;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  border: 1px solid #ccc;
  color: #fff;
  text-shadow: 2px 2px 28px #555;
}

.staff .title-wrapper {
  background: url(../images/staff_header.jpg) no-repeat 50% 50%;
}

.staff h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.staff h4 {
  font-size: 11px;
  font-weight: normal;
}

.staff ul {
  display: flex;
  flex-wrap: wrap;
}

.staff li {
  justify-content: center;
  text-align: center;
  width: 90%;
  margin: 0 auto 20px;
  position: relative;
  display: inline-block;
}

.staff li img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 2px 4px;
  margin-bottom: 15px;
}

.staff li p {
  text-align: left;
}

.staff dt {
  font-weight: bold;
  font-size: 15px;
}

.staff dd {
  margin-bottom: 10px;
}

.menu .title-wrapper {
  background: url(../images/menu_header.jpg) no-repeat 50% 50%;
}

.menu h3 {
  display: inline-block;
  font-size: 33px;
  font-family: 'Asap Condensed', sans-serif;
  text-align: center;
  margin: 0 auto 10px;
}

.menu h3 svg {
  font-weight: bold;
  max-width: auto;
  height: 38px;
}

.menu h4 {
  text-align: center;
  font-size: 21px;
  margin: 15px 0 20px;
}

.menu h4 span {
  display: block;
}

.menu h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

.menu table {
  width: 100%;
  margin: 25px 0 10px;
  border-top: 3px solid #ddd;
  border-image-width: 3 0;
  border-image-slice: 3;
  border-image-repeat: repeat;
  border-image-outset: 3px;
  border-image-source: url(../images/border.png);
  border-left: none;
}

.menu table th, .menu table td {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.menu table th {
  text-align: left;
  font-size: 18px;
}

.menu table th span {
  font-weight: normal;
  font-size: 14px;
  display: block;
}

.menu table .price {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
}

.menu .w20p {
  width: 20%;
}

.menu .w25p {
  width: 25%;
}

.menu .t-center {
  text-align: center !important;
}

.menu .ta-right {
  text-align: right;
}

.menu ul {
  display: flex;
  flex-wrap: wrap;
}

.menu ul li {
  flex-basis: 100%;
  margin-bottom: 20px;
  background: #ffdba5;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding: 20px 20px 10px;
  box-shadow: 2px 2px #b98e51;
}

.menu ul li p {
  margin-bottom: 10px;
}

.access .title-wrapper {
  background: url(../images/access_header.jpg) no-repeat 50% 50%;
}

.access .arrow_box {
  text-align: center;
}

.access table {
  width: 100%;
  margin: 25px 0 30px;
  border-top: 3px solid #ddd;
  border-image-width: 3 0;
  border-image-slice: 3;
  border-image-repeat: repeat;
  border-image-outset: 3px;
  border-image-source: url(../images/border.png);
  border-left: none;
}

.access table th, .access table td {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.access table th {
  text-align: left;
  width: 25%;
}

.access table td {
  width: 75%;
}

.access iframe {
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  header {
    position: relative;
  }
  header .tel {
    position: absolute;
    right: 0;
    display: block;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    padding-right: 2%;
  }
  header .tel span {
    font-size: 12px;
    font-weight: normal;
    display: block;
    padding-top: 8px;
  }
  .index-nav {
    display: flex;
    justify-content: space-between;
    width: 96%;
  }
  .index-nav li {
    flex-basis: 32%;
  }
  .staff li {
    flex-basis: 31%;
  }
}

@media screen and (min-width: 960px) {
  .main-visual {
    overflow-x: hidden;
  }
  .swiper-container {
    margin-bottom: 30px;
    width: 900px;
    height: 600px;
    overflow: visible;
    z-index: 1;
  }
  .title-wrapper {
    background-size: cover  !important;
    height: 400px;
    width: 100%;
  }
  .title-wrapper img {
    width: 100%;
  }
  header .tel {
    display: block;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 0;
    padding-right: 2%;
    text-align: right;
  }
  header .tel span {
    font-size: 13px;
    font-weight: normal;
    display: block;
    padding-top: 8px;
  }
  header nav ul {
    margin-left: -20px;
  }
  header nav li:first-child {
    display: block;
    margin-right: 50px;
  }
  header nav li:first-child a {
    color: #C74828;
  }
  header nav li a {
    padding: 20px 30px;
  }
  .index-nav {
    display: flex;
    justify-content: space-between;
    width: 96%;
  }
  .index-nav li {
    flex-basis: 32%;
  }
  .menu h4 span {
    display: inline;
  }
  .menu h4:before, .menu h4:after {
    content: '★';
    color: #C74828;
  }
  .menu ul {
    display: flex;
    justify-content: space-around;
  }
  .menu ul li {
    flex-basis: 30%;
    margin-bottom: 30px;
  }
  .staff li {
    flex-basis: 31%;
  }
}
