@charset "UTF-8";
/*
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,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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;
}

/* iOSでのデフォルトスタイルをリセット  */
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
input[type=email],
input[type=text],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
input[type=radio]::focus,
input[type=tel]::focus,
input[type=email]::focus,
input[type=text]::focus,
textarea::focus {
  outline-offset: -2px;
}

a {
  text-decoration: none;
  color: inherit;
  word-break: break-all;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

main {
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
}

.sp {
  display: none;
}

@media (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .l-container {
    width: 350px;
    margin: 0 auto;
    position: relative;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: "classico-urw", sans-serif;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

#video-area {
  position: fixed;
  z-index: -1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.fv {
  height: 56.25vw;
  position: relative;
}
.fv:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 24, 21, 0.6);
  z-index: 2;
  transition: 0.5s;
}
.fv--logo {
  position: absolute;
  top: 15px;
  left: 32.5px;
  width: 126px;
  z-index: 5;
}
.fv--tit {
  position: absolute;
  /*top:285px;
  left:calc((100% - 476px) / 2);*/
  width: 500px;
  left: 0;
  right: 0;
  top: 150px;
  margin: auto;
  z-index: 5;
}
.fv:after {
  transition: 0.5s;
}
.fv.active {
  transition: 0.5s;
}
.fv.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 24, 21, 0.6);
  z-index: 2;
  transition: 0.5s;
}

main {
  background-color: #fff;
  padding-bottom: 81px;
}

.tic {
  padding-top: 120px;
}
.tic--tit {
  color: #743267;
  display: table;
  position: relative;
  margin: 0 auto;
  font-size: 32px;
  text-align: center;
}
.tic--tit small {
  display: block;
  color: #000000;
  font-size: 19px;
  margin-top: 14px;
}
.tic--tit:before {
  content: "";
  height: 1px;
  width: 46px;
  background-color: #743267;
  position: absolute;
  top: 19px;
  left: -63px;
}
.tic--tit:after {
  content: "";
  height: 1px;
  width: 46px;
  background-color: #743267;
  position: absolute;
  top: 19px;
  right: -63px;
}
.tic--items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px 95px;
  width: 970px;
  margin: 25px auto 0;
}
.tic--item {
  width: 435px;
}
.tic--item--tit {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  font-size: 22px;
  height: 67px;
  border: 2px solid #000000;
  gap: 10px;
}
.tic--item--tit small {
  display: block;
  color: #000000;
  font-size: 19px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.tic--item--price {
  font-size: 57px;
  text-align: center;
  margin-top: 20px;
}
.tic--txt {
  font-size: 15px;
  margin: 36px auto 0;
  line-height: 1.8;
  max-width: 970px;
  text-align: center;
}
.tic--btn {
  display: block;
  width: 434px;
  margin: 95px auto 0;
}

.over--tit {
  font-size: 44px;
  text-align: center;
  margin-top: 117px;
}
.over--items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 970px;
  margin: auto;
  gap: 95px;
  margin-top: 28px;
}
.over--item {
  text-align: center;
  width: calc(50% - 55px);
}
.over--item--day {
  color: #743267;
  font-size: 31px;
  font-weight: bold;
}
.over--item--tit {
  font-size: 31px;
  margin-top: 25px;
}
.over--item--tit2 {
  font-size: 28px;
  margin-top: 27.5px;
  line-height: 1.4;
}
.over--item--tit2 span {
  font-style: italic;
  display: block;
}
.over--item--tit2:nth-of-type(n+2) {
  margin-top: 20px;
}
.over--item--txt {
  font-size: 20px;
  margin-top: 0px;
  width: 424px;
  line-height: 1.85;
}

.what {
  text-align: center;
}
.what--head {
  font-size: 44px;
  line-height: 1.3;
  text-align: center;
  margin-top: 108px;
  margin-bottom: 45px;
}
.what--day {
  color: #743267;
  font-size: 31px;
  font-weight: bold;
  margin-top: 57px;
}
.what--tit {
  font-size: 31px;
  margin-top: 14px;
}
.what--txt {
  font-size: 20px;
  margin-top: 25px;
  max-width: 970px;
  margin: 22.5px auto 0;
  line-height: 1.7;
}
.what--tit2 {
  font-size: 31px;
  line-height: 1.4;
  margin-top: 115px;
  text-align: center;
  &:before{
    content: "";
    background-image: url(../img/sen.webp);
    background-size: contain;
    width:60px;
    height:30px;
    margin: 0 auto 15px;
    display: block;
  }
  &:after{
    content: "";
    background-image: url(../img/sen.webp);
    background-size: contain;
    width:60px;
    height:30px;
    margin: 15px auto 0px;
    display: block;
  }
}

.spe {
  margin-top: 107px;
}
.spe--tit {
  font-size: 44px;
  text-align: center;
}
.spe--tit2 {
  font-size: 31px;
  margin-top: 18px;
  text-align: center;
}
.spe--txt {
  font-size: 20px;
  margin-top: 25px;
  max-width: 970px;
  margin: 22.5px auto 0;
  line-height: 1.7;
  text-align: center;
}
.spe--section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27.5px;
  margin-top: 60px;
}
.spe--section:nth-of-type(n+2) {
  margin-top: 40px;
}
.spe--section:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.spe--section--right {
  width: 332px;
}
.spe--section--pic {
  width: 250px;
  display: block;
}
.spe--section--day {
  color: #743267;
  font-size: 31px;
  font-weight: bold;
}
.spe--section--txt {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 12.5px;
}

.full {
  margin-top: 110px;
  /* ポップアップ */
}
.full--tit {
  font-size: 44px;
  text-align: center;
}
.full--tit2 {
  font-size: 31px;
  margin-top: 45px;
  text-align: center;
}
.full--txt {
  font-size: 20px;
  margin-top: 25px;
  max-width: 970px;
  margin: 22.5px auto 0;
  line-height: 1.7;
  text-align: center;
}
.full--items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 660px;
  margin: auto;
  gap: 30px;
  margin-top: 23px;
}
.full--item {
  width: calc(33.3333333333% - 25px);
  cursor: pointer;
}
.full--pic {
  width: 403px;
  display: block;
  margin: 25px auto 0;
}
.full .pop--area {
  width: 100%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #000;
  position: fixed;
  z-index: 9999;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}
.full .pop--area .batu {
  position: absolute;
  width: 48px;
  top: 28px;
  right: 28px;
}
.full .pop--bg {
  display: table;
  color: #fff;
}
.full .pop--pic {
  width: 206px;
  display: block;
  margin: 0 auto;
}
.full .pop--tit {
  font-size: 31px;
  text-align: center;
  margin-top: 20px;
}
.full .pop--txt {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  margin: 34px auto 0;
  max-width: 970px;
}
.full .pop--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 60px;
  color: #fff;
  font-size: 22px;
  margin: 116px auto 0;
  background-color: #743267;
  border-radius: 60px;
}

.syn {
  text-align: center;
}
.syn--head {
  font-size: 44px;
  line-height: 1.3;
  text-align: center;
  margin-top: 108px;
  margin-bottom: 45px;
}
.syn--day {
  color: #743267;
  font-size: 31px;
  font-weight: bold;
  margin-top: 32.5px;
}
.syn--ita {
  font-style: italic;
  font-size: 31px;
  margin: 20px auto 25px;
  font-weight: bold;
}
.syn--ita span {
  font-size: 21px;
  display: block;
}
.syn--tit {
  font-size: 31px;
  margin-top: 14px;
}
.syn--txt {
  font-size: 20px;
  margin-top: 25px;
  max-width: 970px;
  margin: 22.5px auto 0;
  line-height: 1.7;
}
.syn--tit2 {
  font-size: 31px;
  line-height: 1.4;
  margin-top: 160px;
}

.map {
  margin-top: 120px;
}
.map--tit {
  font-size: 44px;
  text-align: center;
}
.map--tit2 {
  font-size: 31px;
  margin-top: 20px;
  text-align: center;
}
.map--iframe {
  width: 630px;
  height: 355px;
  display: block;
  margin: 30px auto 0;
}
.map--txt {
  margin-top: 35px;
  text-align: center;
  font-size: 19px;
}
.map--btn {
  display: block;
  width: 434px;
  margin: 31px auto 0;
}
.map--txt2 {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  margin-top: 34px;
}

.online {
  margin-top: 115px;
}
.online--tit {
  font-size: 44px;
  text-align: center;
}
.online--tit2 {
  font-size: 31px;
  margin-top: 45px;
  text-align: center;
}
.online--txt {
  font-size: 20px;
  margin-top: 25px;
  max-width: 970px;
  margin: 22.5px auto 0;
  line-height: 1.7;
  text-align: center;
}
.online .tic--btn {
  margin-top: 25px;
}
.online--pic {
  width: 378px;
  display: block;
  margin: 35px auto 0;
}

.request {
  margin-top: 116px;
}
.request--tit {
  font-size: 44px;
  text-align: center;
}
.request--txt {
  font-size: 20px;
  max-width: 970px;
  margin: 40px auto 0;
  line-height: 1.7;
}
.request--txt:before {
  content: "";
  height: 14px;
  width: 14px;
  background-color: #743267;
  display: inline-block;
  margin-right: 20px;
}
.request--txt:nth-of-type(n+2) {
  margin-top: 0px;
}

.nihon {
  width: 297px;
  display: block;
  margin: 115px auto 0;
}

.sns {
  display: flex;
  justify-content: center;
  gap: 17.5px;
  margin-top: 55px;
}
.sns a {
  display: block;
  width: 60px;
}

.footer {
  background-color: #743267;
  color: #fff;
  padding-top: 50px;
  box-sizing: border-box;
  height: 327px;
}
.footer--logo {
  width: 210px;
  margin: 0 auto;
  display: block;
}
.footer--txt {
  font-size: 20px;
  text-align: center;
  margin-top: 43px;
}
.footer--copy {
  font-size: 15px;
  text-align: center;
  margin-top: 24px;
}

.float {
  height: 92px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #743267;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  gap: 36px;
  color: #fff;
}
.float span {
  font-size: 28px;
}
.float img {
  display: block;
  width: 20px;
}

.totop {
  position: fixed;
  right: 150px;
  bottom: 150px;
  display: block;
  z-index: 5;
  width: 49px;
}

.toggle {
  display: none;
}

.ita {
  font-style: italic;
}

@media (max-width: 575px) {
  body {
    font-family: "classico-urw", sans-serif;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
  }
  #video-area {
    position: fixed;
    z-index: -1; /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
  #video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    /*縦横幅指定*/
    width: 100%; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 600px;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main {
    padding-bottom: 60px;
  }
  .fv {
    width: 100%; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 600px;
    position: relative;
  }
  .fv--logo {
    position: absolute;
    top: 12px;
    left: 11px;
    width: 90px;
  }
  .fv--tit {
    position: absolute;
    top: 140px;
    width: 310px;
  }
  .tic {
    padding-top: 75px;
  }
  .tic--tit {
    color: #743267;
    display: table;
    position: relative;
    margin: 0 auto;
    font-size: 25px;
    text-align: center;
  }
  .tic--tit small {
    display: block;
    color: #000000;
    font-size: 15px;
    margin-top: 10px;
  }
  .tic--tit:before {
    content: "";
    height: 1px;
    width: 37.5px;
    background-color: #743267;
    position: absolute;
    top: 15px;
    left: -45px;
  }
  .tic--tit:after {
    content: "";
    height: 1px;
    width: 37.5px;
    background-color: #743267;
    position: absolute;
    top: 15px;
    right: -45px;
  }
  .tic--items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px 95px;
    width: 339px;
    margin: 25px auto 0;
  }
  .tic--item {
    width: 100%;
  }
  .tic--item--tit {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    font-size: 17.5px;
    height: 52.5px;
    border: 2px solid #000000;
    gap: 6px;
  }
  .tic--item--tit small {
    display: block;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    text-align: center;
  }
  .tic--item--price {
    font-size: 45px;
    text-align: center;
    margin-top: 16px;
  }
  .tic--txt {
    font-size: 15px;
    margin: 36px auto 0;
    line-height: 1.8;
    max-width: 339px;
    text-align: center;
  }
  .tic--btn {
    display: block;
    width: 339px;
    margin: 68px auto 0;
  }
  .over--tit {
    font-size: 35px;
    text-align: center;
    margin-top: 70px;
  }
  .over--items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
    margin-top: 23px;
  }
  .over--item {
    text-align: center;
    width: 100%;
  }
  .over--item--day {
    color: #743267;
    font-size: 25px;
    font-weight: bold;
  }
  .over--item--tit {
    font-size: 25px;
    margin-top: 17px;
  }
  .over--item--tit2 {
    font-size: 22.5px;
    margin-top: 20px;
    line-height: 1.4;
  }
  .over--item--tit2 span {
    font-style: italic;
    display: block;
  }
  .over--item--tit2:nth-of-type(n+2) {
    margin-top: 29px;
  }
  .over--item--txt {
    font-size: 15px;
    margin: auto;
    margin-top: 0px;
    width: 339px;
    line-height: 1.85;
  }
  .what {
    text-align: center;
  }
  .what--head {
    font-size: 35px;
    line-height: 1.3;
    text-align: center;
    margin: 72.5px auto 33px;
    width: 339px;
  }
  .what--pic {
    width: 339px;
    display: block;
    margin: 0 auto;
  }
  .what--day {
    color: #743267;
    font-size: 25px;
    font-weight: bold;
    margin-top: 45px;
  }
  .what--tit {
    font-size: 25px;
    margin-top: 10px;
  }
  .what--txt {
    font-size: 15px;
    max-width: 339px;
    margin: 17.5px auto 0;
    line-height: 1.7;
  }
  .what--tit2 {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 71px;
    &:before{
      content: "";
      background-image: url(../img/sen.webp);
      background-size: contain;
      width:40px;
      height:22px;
      margin: 0 auto 15px;
      display: block;
    }
    &:after{
      content: "";
      background-image: url(../img/sen.webp);
      background-size: contain;
      width:40px;
      height:22px;
      margin: 15px auto 0px;
      display: block;
    }
  }
  .spe {
    margin-top: 75px;
  }
  .spe--tit {
    font-size: 35px;
    text-align: center;
  }
  .spe--tit2 {
    font-size: 25px;
    margin: 18px auto 0;
    text-align: center;
    width: 339px;
  }
  .spe--txt {
    font-size: 15px;
    max-width: 339px;
    margin: 17.5px auto 0;
    line-height: 1.7;
    text-align: center;
  }
  .spe--section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 39px;
  }
  .spe--section:nth-of-type(n+2) {
    margin-top: 28px;
  }
  .spe--section:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .spe--section--right {
    width: 118px;
  }
  .spe--section--pic {
    width: 195px;
    display: block;
  }
  .spe--section--day {
    color: #743267;
    font-size: 25px;
    font-weight: bold;
  }
  .spe--section--txt {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 9px;
  }
  .full {
    margin-top: 75px;
    /* ポップアップ */
  }
  .full--tit {
    font-size: 35px;
    text-align: center;
  }
  .full--tit2 {
    font-size: 25px;
    margin-top: 41px;
    text-align: center;
  }
  .full--txt {
    font-size: 15px;
    max-width: 339px;
    margin: 19px auto 0;
    line-height: 1.7;
    text-align: center;
  }
  .full--items {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 31px;
  }
  .full--items.slider {
    width: 100%;
    max-width: 360px;
    margin: 31px auto 0;
  }
  .full--items.slider .full--item {
    margin: 0 11.25px;
  }
  .full--item {
    width: 157px;
  }
  .full .slick-prev, .full .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 42.5px;
    height: 42.5px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 3;
  }
  .full .slick-prev {
    left: -26px;
  }
  .full .slick-next {
    right: -26px;
  }
  .full .slick-prev:before, .full .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .full .slick-next:before {
    display: block;
    content: "";
    background-image: url(../img/arrow.png);
    background-size: contain;
    background-position: center;
    width: 42.5px;
    height: 42.5px;
    z-index: 3;
  }
  .full .slick-prev:before {
    display: block;
    content: "";
    background-image: url(../img/prev.png);
    background-size: contain;
    background-position: center;
    width: 42.5px;
    height: 42.5px;
    z-index: 3;
  }
  .full--pic {
    width: 320px;
    display: block;
    margin: 25.5px auto 0;
  }
  .full .pop--area {
    width: 100%;
    cursor: pointer;
    display: none;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    background-color: #000;
    position: fixed;
    z-index: 9999;
    height: auto;
    padding: 108px 0 75px;
    overflow: scroll;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .full .pop--area .batu {
    position: absolute;
    width: 38px;
    top: 14.5px;
    right: 14.5px;
  }
  .full .pop--bg {
    display: table;
    color: #fff;
  }
  .full .pop--pic {
    width: 160px;
    display: block;
    margin: 0 auto;
  }
  .full .pop--tit {
    font-size: 25px;
    text-align: center;
    margin-top: 21px;
  }
  .full .pop--txt {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin: 30px auto 0;
    max-width: 339px;
  }
  .full .pop--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 50px;
    color: #fff;
    font-size: 17.5px;
    margin: 43px auto 0;
    background-color: #743267;
    border-radius: 50px;
  }
  .syn {
    text-align: center;
  }
  .syn--head {
    font-size: 35px;
    line-height: 1.3;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 45px;
  }
  .syn--pic {
    width: 339px;
    display: block;
    margin: 0 auto;
  }
  .syn--day {
    color: #743267;
    font-size: 25px;
    font-weight: bold;
    margin-top: 33px;
  }
  .syn--ita {
    font-style: italic;
    font-size: 25px;
    margin: 15px auto 22.5px;
    font-weight: bold;
  }
  .syn--tit {
    font-size: 25px;
    margin-top: 14px;
  }
  .syn--txt {
    font-size: 15px;
    margin-top: 25px;
    max-width: 339px;
    margin: 22.5px auto 0;
    line-height: 1.7;
  }
  .syn--tit2 {
    font-size: 25px;
    line-height: 1.4;
    margin-top: 71px;
  }
  .map {
    margin-top: 63px;
  }
  .map--tit {
    font-size: 35px;
    text-align: center;
  }
  .map--tit2 {
    font-size: 22.5px;
    margin-top: 15px;
    text-align: center;
  }
  .map--iframe {
    width: 339px;
    height: 272px;
    display: block;
    margin: 19px auto 0;
  }
  .map--txt {
    margin: 18px auto 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    width: 339px;
  }
  .map--btn {
    display: block;
    width: 339px;
    margin: 22px auto 0;
  }
  .map--txt2 {
    font-size: 12.5px;
    line-height: 1.8;
    text-align: center;
    margin: 17px auto 0;
    width: 339px;
  }
  .online {
    margin-top: 75px;
  }
  .online--tit {
    font-size: 35px;
    text-align: center;
  }
  .online--tit2 {
    font-size: 25px;
    margin-top: 45px;
    text-align: center;
  }
  .online--txt {
    font-size: 15px;
    max-width: 339px;
    margin: 13px auto 0;
    line-height: 1.7;
    text-align: center;
  }
  .online .tic--txt {
    margin-top: 20px;
  }
  .online .tic--btn {
    margin-top: 20px;
  }
  .online--pic {
    width: 339px;
    display: block;
    margin: 35px auto 0;
  }
  .request {
    margin-top: 70px;
  }
  .request--tit {
    font-size: 35px;
    text-align: center;
  }
  .request--txt {
    font-size: 15px;
    max-width: 339px;
    margin: 24px auto 0;
    line-height: 1.7;
    padding-left: 17px;
    position: relative;
    box-sizing: border-box;
  }
  .request--txt:before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #743267;
    display: inline-block;
    left: 0;
    top: 8px;
    position: absolute;
    margin: 0;
  }
  .request--txt:nth-of-type(n+2) {
    margin-top: 0px;
  }
  .nihon {
    width: 220px;
    display: block;
    margin: 60px auto 0;
  }
  .sns {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 37.5px;
  }
  .sns a {
    display: block;
    width: 45px;
  }
  .footer {
    background-color: #743267;
    color: #fff;
    padding-top: 37.5px;
    box-sizing: border-box;
    height: 279px;
  }
  .footer--logo {
    width: 164px;
    margin: 0 auto;
    display: block;
  }
  .footer--txt {
    font-size: 15px;
    text-align: center;
    margin: 22px auto 0;
    line-height: 1.6;
    width: 275px;
  }
  .footer--copy {
    font-size: 12.5px;
    text-align: center;
    margin-top: 23px;
  }
  .float {
    height: 71px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #743267;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    gap: 18px;
    color: #fff;
  }
  .float span {
    font-size: 22.5px;
  }
  .float img {
    display: block;
    width: 18px;
    position: absolute;
    right: 18px;
  }
  .totop {
    position: fixed;
    right: 18px;
    bottom: 100px;
    display: block;
    z-index: 5;
    width: 39px;
  }
  .toggle {
    display: block;
    width: 216px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 34px auto 0;
    position: relative;
    border-radius: 50px;
    font-size: 17.5px;
    border: 1px solid #743267;
    color: #743267;
    font-weight: bold;
  }
  .toggle:before {
    position: absolute;
    left: 39px;
    content: "";
    width: 15px;
    height: 1px;
    background-color: #743267;
    display: block;
  }
  .toggle:after {
    position: absolute;
    left: 46px;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #743267;
    display: block;
  }
  .toggle .close {
    display: none;
    transition: 0.3s;
  }
  .toggle.active .close {
    display: block;
  }
  .toggle.active .open {
    display: none;
  }
  .toggle.active:after {
    display: none;
  }
  .toggle-in {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */