@charset "UTF-8";
* {
  font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 100%;
}

.goth {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  width: 100%;
}

img :not(.article-in img) {
  width: 100%;
}

#main a:hover img,
#sidebar a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #fff;
}

/*-------------
layout.css
---------------*/
html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
  background-color: #fefef7;
}

/*コンテナ*/
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

/*ヘッダー*/
header {
  width: 100%;
  position: relative;
}

#header-in {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*コンテンツ*/
.contents {
  height: auto;
  width: 100%;
  position: relative;
}

.contents-in {
  margin: 0 auto;
  position: relative;
  height: auto;
}

.contents-in {
  display: block;
}

/*フッター*/
footer {
  width: 100%;
}

#footer-in {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.inside {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}

.inside {
  max-width: calc(1166px + 10%);
}

/*=========================
フッター
=========================*/
#sp-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#sp-float p {
  width: 490px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#copy p {
  text-align: center;
  font-size: 10px;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 0px;
}

#page-top img {
  width: 40px;
}

/*=========================
コンテンツ
=========================*/
.allcontents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

aside {
  -webkit-flex-basis: calc((100% - 490px) * 0.5);
      -ms-flex-preferred-size: calc((100% - 490px) * 0.5);
          flex-basis: calc((100% - 490px) * 0.5);
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main {
  -webkit-flex-basis: 490px;
      -ms-flex-preferred-size: 490px;
          flex-basis: 490px;
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
}

.side-left {
  background-image: url(../images/lp2512-pmb-left.png);
  background-repeat: repeat-y;
  background-size: 80px auto;
  background-position: 100% 0;
  padding: 20px 3.5% 20px 5%;
}

.side-right {
  background-image: url(../images/lp2512-pmb-right.png);
  background-repeat: repeat-y;
  background-size: 80px auto;
  background-position: 0 0;
  padding: 20px 5% 20px 3.5%;
}

.voicesliderfr {
  padding: 5% 10% 5% 10%;
  background-image: url(../images/lp2512-1-02frame.png);
  background-size: 100% auto;
}

.voicesliderfr-in {
  position: relative;
}
.voicesliderfr-in::before {
  content: "";
  display: block;
  padding-top: 136%;
}

.voiceslider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.voiceslider .slick-prev,
.voiceslider .slick-next {
  z-index: 10;
}
.voiceslider .slick-prev:before,
.voiceslider .slick-next:before {
  color: #221212;
}

.flower {
  position: absolute;
  left: -19%;
  bottom: -11%;
  width: 22%;
  z-index: 1;
}

.iframefr {
  padding: 0 5%;
}

.iframe-in {
  position: relative;
  width: 100%;
  padding-top: 170%;
  display: block;
}
.iframe-in iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contactform {
  padding-bottom: 100px;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.map {
  padding: 10px 5% 40px;
}

.map-in {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------
サイドナビ
---------------*/
.side-logo img {
  width: 640px;
  max-width: 100%;
  margin-bottom: 40px;
}

.side-txt1 {
  line-height: 1.4em;
  margin-bottom: 35px;
  color: #7c318a;
  font-size: 15px;
}

.side-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  margin-bottom: 20px;
}

.shop-photo {
  -webkit-flex-basis: 44%;
      -ms-flex-preferred-size: 44%;
          flex-basis: 44%;
}

.side-txtfr {
  -webkit-flex-basis: 56%;
      -ms-flex-preferred-size: 56%;
          flex-basis: 56%;
}

.sl-txt1 {
  line-height: 1.3em;
  font-size: 18px;
  font-size: clamp(12px, 1.3vw, 18px);
  margin-bottom: 20px;
}

.sl-txt2 {
  line-height: 1.4em;
  font-size: clamp(12px, 0.95vw, 14px);
  margin-bottom: 2px;
}

.sl-txt3 {
  line-height: 1.4em;
  font-size: clamp(16px, 1.3vw, 19px);
  color: #7c318a;
}

/**/
.menu-ttl {
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 10px;
  font-size: 20px;
  position: relative;
  color: #470430;
}
.menu-ttl::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #470430;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0;
}

.pcmenu {
  list-style: none;
  padding-left: 5%;
  margin-bottom: 30px;
}
.pcmenu li {
  font-size: 18px;
  margin-bottom: 20px;
}
.pcmenu li a {
  color: #470430;
  background-image: url(../images/arrow1.png);
  background-size: 14px auto;
  padding: 0 0 0 25px;
  display: block;
}
.pcmenu li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1250px) {
  .side-shop {
    display: block;
  }
  .shop-photo {
    margin-bottom: 15px;
  }
  .shop-photo img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .side-txtfr {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  #allcontents {
    display: block;
  }
  main {
    margin-left: auto;
    margin-right: auto;
  }
  aside {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .navToggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 12px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    z-index: 50;
    text-align: center;
    background-image: url(../images/menu_btn.png);
    background-size: 100% auto;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 26px;
    border-bottom: solid 3px #470430;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 15px;
  }
  .navToggle span:nth-child(1) {
    top: 16px;
  }
  .navToggle span:nth-child(2) {
    top: 23px;
  }
  .navToggle span:nth-child(3) {
    top: 30px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #470430;
    font-size: 9px;
    font-weight: bold;
    top: 36px;
  }
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 22px;
    left: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*=========================
  スマホメニュー
  =========================*/
  #sp-gmenu {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    background-color: #fefef7;
  }
  #sp-gmenu-in {
    padding: 30px 10% 60px;
    width: 100%;
    height: 100%;
  }
  #sp-gmenu-in nav {
    margin-bottom: 50px;
  }
  #sp-gmenu.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .sp-menu-ttl {
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 10px;
    font-size: 20px;
    position: relative;
    color: #470430;
  }
  .sp-menu-ttl::after {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #470430;
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0;
  }
  .sp-menu {
    list-style: none;
  }
  .sp-menu li {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sp-menu li a {
    color: #470430;
    background-image: url(../images/arrow1.png);
    background-size: 14px auto;
    padding: 0 0 0 25px;
    display: block;
  }
  #sp-tel {
    margin-bottom: 30px;
  }
  .sp-tel-txt {
    color: #7c318a;
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
  }
  .sp-tel-num {
    text-align: center;
  }
  .sp-tel-num a {
    display: inline-block;
    color: #7c318a;
    font-size: 25px;
    text-decoration: underline;
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 767.01px) {
  .navToggle, #sp-gmenu {
    display: none;
  }
}