@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, d
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro' , 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #333;
}

body * {
  box-sizing: border-box;
}

img {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .sp_only {
    display: none !important;
  }

  body {
    min-width: 800px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.wrap {
  max-width: 2000px;
  margin: 0 auto;
}

#kv {
  background: url("../img/kv_bg.jpg?260706") no-repeat center 0;
  height: 810px;
}
#kv h1 {
  width: 800px;
  margin-inline: auto;
}

#about {
  background: url("../img/about_bg.jpg?260706") no-repeat center 0;
  height: 700px;
  padding-top: 50px;
}
#about .txt_wrap {
  background: #fff;
  width: 670px;
  margin-inline: auto;
  padding: 43px 0 47px;
  text-align: center;
  color: #E74566;
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 36px;
}
#about .logo {
  width: 416px;
  margin: 0 auto 27px;
}
#about h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 37px;
}
#about p {
  font-size: 24px;
  line-height: 2;
  font-weight: 600;
}

#announce {
  background: #ea613b;
  padding: 45px 0 0;
  height: 230px;
  text-align: center;
  color: #fff;
}
#announce p {
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 17px;
  font-weight: bold;
}
#announce span {
  font-size: 18px;
  display: block;
}

#item_a {
  background: url(../img/bg01.jpg?260706) no-repeat center 0;
  padding: 92px 0 0;
  height: 2558px;
}
#item_a .name {
  width: 620px;
  margin: 0 auto;
}
#item_a .name .val {
  width: 352px;
  margin: 13px auto 22px;
}
#item_a .name .txt {
  text-align: center;
}
#item_a .item {
  width: 812px;
  margin-inline: auto;
}
#item_a .item02 {
  margin-top: 52px;
}
#item_a .spec {
  border-radius: 100vh;
  text-align: center;
  background: #FFF;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 150px;
  box-shadow: 4px 4px 4px rgba(68, 54, 54, 0.2);
}
#item_a .spec p {
  line-height: 26px;
}

.slide_wrap {
  width: 800px;
  margin: 74px auto 34px;
  position: relative;
}
.slide_wrap .txt {
  text-align: center;
  color: #333;
  margin: 60px 0 0;
  line-height: 32px;
}

.slider_container {
  position: relative;
  z-index: 10;
}

.slider_container * {
  box-sizing: border-box;
}

.slider_container img {
  max-width: 100%;
}

.slider {
  width: 800px;
  margin: 0 auto 20px;
}
.slider .slick-slide {
  padding-bottom: 10px;
}
.slider .slick-slide img {
  width: 636px;
  display: block;
  box-shadow: 4px 4px 4px rgba(68, 54, 54, 0.2);
  margin-inline: auto;
}

.slick-prev {
  z-index: 50;
  left: 0;
  width: 57px;
  height: 50px;
}
.slick-prev::before {
  content: "";
  display: block;
  background: url(../img/prev.png?260706) no-repeat center 0/100%;
  width: 57px;
  height: 50px;
  opacity: 1;
}

.slick-next {
  z-index: 50;
  right: 0;
  width: 57px;
  height: 50px;
}
.slick-next::before {
  content: "";
  display: block;
  background: url(../img/next.png?260706) no-repeat center 0/100%;
  width: 57px;
  height: 50px;
  opacity: 1;
}

.slick-dots {
  bottom: -42px;
}

.slick-dots li button:before {
  font-size: 16px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  opacity: 1;
  color: #b3b3b3 !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #13ac5e !important;
}

#info {
  background-color: #f9fafd;
  text-align: center;
  padding: 53px 0 52px;
}
#info .date {
  width: 800px;
  margin: 0 auto 28px;
  position: relative;
}
#info .date p {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: .04em;
  margin-bottom: 14px;
  font-weight: bold;
}
#info .date p strong {
  color: #ea613b;
  font-weight: 700;
}
#info .date span {
  display: block;
  font-size: 18px;
}
#info .btn a, #info .btn span {
  display: block;
  width: 378px;
  margin: 0 auto 26px;
}
@media (any-hover: hover) {
  #info .btn a:hover, #info .btn span:hover {
    opacity: .8;
  }
}
#info .btn p {
  font-size: 18px;
  font-weight: bold;
}

#online {
  background: url(../img/online_bg.jpg?260706) no-repeat center 0, #ecf5ce;
  background-size: 2000px 10px,100%;
  text-align: center;
  padding: 67px 0 67px;
}
#online .tit p {
  color: #ea613b;
  font-size: 28px;
  font-weight: bold;
}
#online .date p {
  margin-top: 25px;
  color: #ea613b;
  font-size: 22px;
  letter-spacing: 0.04em;
  font-weight: bold;
}
#online .name {
  background-color: #fff;
  width: 636px;
  margin: 38px auto 0;
  border-radius: 20px;
  padding: 28px 0 28px;
}
#online .name p {
  color: #ea613b;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.04em;
}
#online .name p + p {
  margin-top: 15px;
}
#online .reservation {
  margin-top: 30px;
}
#online .reservation p {
  color: #ea613b;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.04em;
  font-weight: bold;
}
#online .reservation p + p {
  margin-top: 15px;
}
#online .btn a, #online .btn span {
  display: block;
  width: 378px;
  margin: 40px auto 26px;
}
@media (any-hover: hover) {
  #online .btn a:hover, #online .btn span:hover {
    opacity: .8;
  }
}
#online ul {
  width: 613px;
  margin: 49px auto 0;
  line-height: 26px;
  text-align: left;
}
#online ul li {
  font-size: 18px;
  color: #ea613b;
}

footer {
  background: url(../img/footer_bg.jpg?260706) no-repeat center 0, #ea613b;
  background-size: 2000px 10px,100%;
  text-align: center;
  position: relative;
  padding: 89px 0 38px;
  color: #FFF;
}
footer a {
  display: block;
  width: 640px;
  margin: 0 auto;
}
footer ul {
  line-height: 26px;
  margin-top: 56px;
  margin-bottom: 25px;
}
footer .copy {
  font-size: 14px;
}

@media screen and (max-width: 799px) {
  body {
    font-size: 3.4666666667vw;
  }

  .pc_only {
    display: none !important;
  }

  .wrap {
    max-width: initial;
  }

  #kv {
    background: none;
    height: auto;
  }
  #kv h1 {
    width: 100%;
  }

  #about {
    height: auto;
    padding-top: 10.4vw;
    padding-bottom: 11.2vw;
  }
  #about .txt_wrap {
    width: 90.6666666667vw;
    padding: 9.2vw 0 10.9333333333vw;
    border-radius: 5.6vw;
  }
  #about .logo {
    width: 55.4666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
  #about h2 {
    font-size: 6.1333333333vw;
    line-height: 8.3666666667vw;
    margin-bottom: 6vw;
  }
  #about p {
    font-size: 4vw;
    line-height: 2;
    letter-spacing: -0.06em;
  }

  #announce {
    background: url(../img/announce_bg.jpg?260706) no-repeat center/100%;
    height: 50.1333333333vw;
    padding: 10.6666666667vw 0 0;
  }
  #announce p {
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
    margin-bottom: 4.6666666667vw;
  }
  #announce span {
    font-size: 3.2vw;
  }

  #item_a {
    background: url(../img/bg01_sp.jpg?260706) no-repeat center/100%;
    padding: 12.6666666667vw 0 0;
    height: 596.2666666667vw;
  }
  #item_a .name {
    width: 84vw;
    margin: 0 auto 4vw;
  }
  #item_a .name .val {
    width: 46.6666666667vw;
    margin: 1.8666666667vw auto 2.6666666667vw;
  }
  #item_a .name .txt {
    text-align: center;
  }
  #item_a .item {
    width: 94.6666666667vw;
  }
  #item_a .item02 {
    margin-top: 5.3333333333vw;
  }
  #item_a .spec {
    width: 90.6666666667vw;
    height: 40vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(68, 54, 54, 0.2);
  }
  #item_a .spec p {
    line-height: 6.4vw;
  }

  .slide_wrap {
    width: 100%;
    margin: 9.0666666667vw auto 6.9333333333vw;
  }
  .slide_wrap .txt {
    margin: 11.3333333333vw 0 0;
    font-size: 3.2vw;
    line-height: 5.6vw;
  }

  .slider {
    width: 100%;
    margin: 0 auto;
  }
  .slider .slick-slide {
    padding-bottom: 1.3333333333vw;
  }
  .slider .slick-slide img {
    width: 86.6666666667vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(68, 54, 54, 0.2);
  }

  .slick-prev {
    left: 3.3333333333vw;
    width: 7.6vw;
    height: 6.6666666667vw;
  }
  .slick-prev::before {
    width: 7.6vw;
    height: 6.6666666667vw;
  }

  .slick-next {
    z-index: 50;
    right: 3.3333333333vw;
    width: 7.6vw;
    height: 6.6666666667vw;
  }
  .slick-next::before {
    width: 7.6vw;
    height: 6.6666666667vw;
  }

  .slick-dots {
    bottom: -8.5333333333vw;
  }

  .slick-dots li {
    margin: 0 0.6666666667vw;
  }

  .slick-dots li button:before {
    font-size: 3.4666666667vw;
    line-height: 2.6666666667vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    opacity: 1;
  }

  .slick-dots li.slick-active button:before {
    opacity: 1;
  }

  #info {
    padding: 10vw 0 11.3333333333vw;
  }
  #info .date {
    width: 100%;
    margin: 0 auto 8vw;
  }
  #info .date p {
    font-size: 5.0666666667vw;
    line-height: 8vw;
    letter-spacing: 0;
    margin-bottom: 2.4vw;
  }
  #info .date span {
    font-size: 3.2vw;
    font-weight: bold;
  }
  #info .btn a, #info .btn span {
    width: 78.4vw;
    margin: 0 auto 4.5333333333vw;
  }
  #info .btn p {
    font-size: 3.2vw;
  }

  #online {
    background: url(../img/online_bg_sp.jpg?260706) no-repeat center 0, #ecf5ce;
    background-size: 100vw 1.4666666667vw, 100%;
    padding: 14.6666666667vw 0 8.9333333333vw;
  }
  #online .tit p {
    font-size: 5.6vw;
  }
  #online .date p {
    margin-top: 3.3333333333vw;
    font-size: 4.2666666667vw;
  }
  #online .name {
    width: 90.6666666667vw;
    margin: 8vw auto 0;
    border-radius: 2.6666666667vw;
    padding: 7.3333333333vw 0 7.3333333333vw;
  }
  #online .name p {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0.04em;
  }
  #online .name p + p {
    margin-top: 4vw;
  }
  #online .reservation {
    margin-top: 8.6666666667vw;
  }
  #online .reservation p {
    font-size: 4.2666666667vw;
    line-height: 6.1333333333vw;
  }
  #online .reservation p + p {
    margin-top: 4.6666666667vw;
  }
  #online .btn a, #online .btn span {
    display: block;
    width: 82.6666666667vw;
    margin: 9.3333333333vw auto 3.4666666667vw;
  }
}
@media screen and (max-width: 799px) and (any-hover: hover) {
  #online .btn a:hover, #online .btn span:hover {
    opacity: .8;
  }
}
@media screen and (max-width: 799px) {
  #online ul {
    width: 90.6666666667vw;
    margin: 9.3333333333vw auto 0;
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
    text-align: left;
  }
  #online ul li {
    font-size: 3.2vw;
    color: #ea613b;
  }

  footer {
    background: url(../img/footer_bg_sp.jpg?260706) no-repeat center 0, #ea613b;
    background-size: 100vw 1.4666666667vw, 100%;
    padding: 14.6666666667vw 0 6.6666666667vw;
    color: #FFF;
  }
  footer a {
    display: block;
    width: 85.3333333333vw;
    margin: 0 auto;
  }
  footer ul {
    width: 84vw;
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
    margin: 5.3333333333vw auto 8.6666666667vw;
    text-align: left;
  }
  footer .copy {
    font-size: 2.9333333333vw;
  }
}

/*# sourceMappingURL=style.css.map */
