@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  {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.wrap {
  max-width: 2000px;
  margin: 0 auto;
}

#kv {
  background: url("../img/line_bg.jpg?260724") repeat-y center 0;
  height: 810px;
}
#kv h1 {
  width: 800px;
  margin-inline: auto;
}

#about {
  background: url("../img/about_bg.jpg?260724") 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: #e74566;
  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;
}

#nav_area {
  background: url("../img/line_bg.jpg?260724") repeat-y center 0;
  height: 786px;
}
#nav_area .inner {
  width: 801px;
  margin-inline: auto;
  padding: 60px 0 0;
}
#nav_area li {
  display: flex;
  align-items: center;
  gap: 0 39px;
  margin-bottom: 30px;
}
#nav_area .img {
  flex-shrink: 0;
  width: 470px;
  box-shadow: 4px 4px 4px rgba(68, 54, 54, 0.2);
}
#nav_area .txt p {
  white-space: nowrap;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 18px;
}
#nav_area .txt a {
  display: block;
  background: #E74566;
  color: #fff;
  width: 245px;
  height: 71px;
  border-radius: 100vh;
  font-size: 25px;
  line-height: 71px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #fff;
}

#item_a, #item_b {
  background: url("../img/bg01.jpg") repeat-y center 0;
  padding: 102px 0 0;
  height: 2050px;
}
#item_a .name, #item_b .name {
  width: 729px;
  margin: 0 auto;
}
#item_a .name .txt, #item_b .name .txt {
  margin-top: 15px;
  color: #632824;
  text-align: center;
}
#item_a .item, #item_b .item {
  width: 780px;
  margin-top: 35px;
  margin-inline: auto;
}
#item_a .spec, #item_b .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, #item_b .spec p {
  line-height: 26px;
}

#item_b {
  background: url("../img/line_bg.jpg") repeat-y center 0;
  padding: 105px 0 0;
  height: 2080px;
}
#item_b .name {
  width: 730px;
}
#item_b .name .txt {
  margin-top: 23px;
  color: #fff;
}
#item_b .slide_wrap .txt {
  color: #fff;
}

.slide_wrap {
  width: 800px;
  margin: 50px auto 30px;
  position: relative;
}
.slide_wrap .txt {
  text-align: center;
  color: #333;
  margin: 60px 0 0;
  line-height: 28px;
}

.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: 50px;
  height: 50px;
}
.slick-prev::before {
  content: "";
  display: block;
  background: url(../img/prev.png?260724) no-repeat center 0/100%;
  width: 50px;
  height: 50px;
  opacity: 1;
}

.slick-next {
  z-index: 50;
  right: 0;
  width: 50px;
  height: 50px;
}
.slick-next::before {
  content: "";
  display: block;
  background: url(../img/next.png?260724) no-repeat center 0/100%;
  width: 50px;
  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: #632824 !important;
}

#info, #info_b {
  background-color: #fdf9ef;
  text-align: center;
  padding: 53px 0 52px;
}
#info .date, #info_b .date {
  width: 800px;
  margin: 0 auto 28px;
  position: relative;
}
#info .date p, #info_b .date p {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
  font-weight: bold;
  color: #632824;
}
#info .date p strong, #info_b .date p strong {
  color: #ea613b;
  font-weight: 700;
}
#info .date span, #info_b .date span {
  color: #632824;
  display: block;
  font-size: 18px;
}
#info .btn a, #info .btn span, #info_b .btn a, #info_b .btn span {
  display: block;
  width: 378px;
  margin: 0 auto 26px;
}
@media (any-hover: hover) {
  #info .btn a:hover, #info .btn span:hover, #info_b .btn a:hover, #info_b .btn span:hover {
    opacity: 0.8;
  }
}
#info .btn p, #info_b .btn p {
  color: #632824;
  font-size: 18px;
  font-weight: bold;
}

#bnr_area {
  background: #f9edce;
  padding: 65px 0 75px;
}
#bnr_area h3 {
  color: #632824;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}
#bnr_area h3.top_65 {
  margin-top: 65px;
}
#bnr_area h3 strong {
  font-weight: 700;
  position: relative;
}
#bnr_area h3 strong::before, #bnr_area h3 strong::after {
  content: "";
  display: block;
  width: 2px;
  height: 33px;
  background: #632824;
  position: absolute;
  top: 9px;
}
#bnr_area h3 strong::before {
  left: -45px;
  transform: rotate(-30deg);
}
#bnr_area h3 strong::after {
  right: -45px;
  transform: rotate(30deg);
}
#bnr_area p {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
#bnr_area .bnr {
  width: 640px;
  margin: 40px auto 0;
}
#bnr_area .bnr.top {
  margin: 0 auto;
}
#bnr_area .kome {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin: 18px 0 65px;
}

footer {
  background-color: #632824;
  text-align: center;
  position: relative;
  padding: 89px 0 53px;
  color: #FFF;
}
footer a {
  display: block;
  width: 640px;
  margin: 0 auto;
}
footer ul {
  line-height: 26px;
  margin-top: 36px;
  margin-bottom: 40px;
}
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 {
    background: url("../img/about_bg_sp.jpg?260724") no-repeat center 0;
    height: 137.0666666667vw;
    padding-top: 10.4vw;
  }
  #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: #e74566;
    height: 46.6666666667vw;
    padding: 9.3333333333vw 0 0;
  }
  #announce p {
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
    margin-bottom: 4.6666666667vw;
  }
  #announce span {
    font-size: 3.2vw;
  }
  #nav_area {
    background: url(../img/line_bg_sp.jpg?260724) no-repeat center 0/100% 100%;
    height: 105.8666666667vw;
  }
  #nav_area .inner {
    width: 100%;
    padding: 12vw 0 0;
  }
  #nav_area li {
    align-items: flex-start;
    gap: 3.6vw;
    margin-bottom: 13.7333333333vw;
    padding: 0 0 0 4.6666666667vw;
  }
  #nav_area .img {
    width: 41.0666666667vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(68, 54, 54, 0.2);
  }
  #nav_area .txt p {
    font-size: 4.5333333333vw;
    line-height: 6vw;
    margin: 0 0 2.9333333333vw 2vw;
  }
  #nav_area .txt a {
    width: 45.3333333333vw;
    height: 12.8vw;
    font-size: 5.0666666667vw;
    line-height: 12.8vw;
    border: 0.2666666667vw solid #fff;
  }
  #item_a, #item_b {
    background: #fbf4df;
    padding: 18.9333333333vw 0 0;
    height: 496.9333333333vw;
  }
  #item_a .name, #item_b .name {
    width: 84.1333333333vw;
    margin: 0 auto 7.7333333333vw;
  }
  #item_a .name .txt, #item_b .name .txt {
    margin-top: 2vw;
    text-align: center;
  }
  #item_a .item, #item_b .item {
    width: 90.6666666667vw;
  }
  #item_a .spec, #item_b .spec {
    width: 90.6666666667vw;
    height: 40vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(68, 54, 54, 0.2);
  }
  #item_a .spec p, #item_b .spec p {
    line-height: 6.4vw;
  }
  #item_b {
    background: url(../img/line_bg_sp.jpg?260724) no-repeat center 0/100% 100%;
    padding: 14.6666666667vw 0 14.6666666667vw;
    height: auto;
  }
  #item_b .name {
    width: 90.6666666667vw;
    margin: 0 auto 5.8666666667vw;
  }
  #item_b .name .txt {
    margin-top: 2.6666666667vw;
  }
  .slide_wrap {
    width: 100%;
    margin: 12vw 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: 84.8vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(68, 54, 54, 0.2);
  }
  .slick-prev {
    left: 3.3333333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .slick-prev::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .slick-next {
    z-index: 50;
    right: 3.3333333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .slick-next::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .slick-dots {
    bottom: -9.6vw;
  }
  .slick-dots li {
    margin: 0 0.6666666667vw;
  }
  .slick-dots li button:before {
    font-size: 3.4666666667vw;
    line-height: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    opacity: 1;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
  }
  #info, #info_b {
    padding: 10vw 0 14vw;
  }
  #info .date, #info_b .date {
    width: 100%;
    margin: 0 auto 8vw;
  }
  #info .date p, #info_b .date p {
    font-size: 5.0666666667vw;
    line-height: 8vw;
    letter-spacing: 0;
    margin-bottom: 2.4vw;
  }
  #info .date span, #info_b .date span {
    font-size: 3.2vw;
    font-weight: bold;
  }
  #info .btn a, #info .btn span, #info_b .btn a, #info_b .btn span {
    width: 78.4vw;
    margin: 0 auto 4.5333333333vw;
  }
  #info .btn p, #info_b .btn p {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 799px) and (max-width: 799px) {
  #bnr_area {
    padding: 16vw 0 10.6666666667vw;
  }
}
@media screen and (max-width: 799px) and (max-width: 799px) {
  #bnr_area h3 {
    font-size: 4.4vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 799px) and (max-width: 799px) {
  #bnr_area h3.top_65 {
    margin-top: 7.3333333333vw;
  }
}
@media screen and (max-width: 799px) and (max-width: 799px) {
  #bnr_area h3 strong::before, #bnr_area h3 strong::after {
    width: 0.2666666667vw;
    height: 5.3333333333vw;
    top: 1.3333333333vw;
  }
}
@media screen and (max-width: 799px) and (max-width: 799px) {
  #bnr_area h3 strong::before {
    left: -8vw;
  }
}
@media screen and (max-width: 799px) and (max-width: 799px) {
  #bnr_area h3 strong::after {
    right: -8vw;
  }
}
@media screen and (max-width: 799px) and (max-width: 799px) {
  #bnr_area p {
    font-size: 2.4vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 799px) and (max-width: 799px) {
  #bnr_area .bnr {
    width: 92vw;
    margin: 4vw auto 0;
  }
}
@media screen and (max-width: 799px) and (max-width: 799px) {
  #bnr_area .kome {
    font-size: 2.4vw;
    margin: 5.3333333333vw 0 10.6666666667vw;
  }
}
@media screen and (max-width: 799px) {
  footer {
    background: #632824;
    padding: 14.6666666667vw 0 8vw;
    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: 6.6666666667vw auto 8.6666666667vw;
    text-align: left;
  }
  footer .copy {
    font-size: 2.4vw;
  }
}/*# sourceMappingURL=style.css.map */