/*-----------------
Start Common
-------------------*/
html *,
::before,
::after {
  box-sizing: border-box;
}
html.no-ie {
  margin-top: 0 !important;
}
html.front {
  height: 100%;
}
html.front body {
  height: 100%;
}
#wpadminbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  opacity: 0.5;
}
#wpadminbar:hover {
  opacity: 1;
}
body {
  margin: 0;
  /* font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  position: relative;
  color: #000;
  font-size: 14px;
  font-feature-settings: "palt";
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
a {
  text-decoration: none;
  color: #000;
}
p {
  line-height: 1.3em;
  word-break: break-all;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.goth {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cl:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.trans {
  backface-visibility: hidden;
  transition: 0.3s ease-out;
}
.trans:hover {
  opacity: 0.5;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.wrap {
  width: 88%;
  max-width: 1000px;
  margin: 0 auto;
}
.wrap-short {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
}
body:after {
  content: "pc";
  display: none;
}
figure {
  text-align: center;
  margin-bottom: 30px;
}
figure img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
#breadcrumb {
  padding: 10px 0;
  box-sizing: border-box;
}
#breadcrumb .crumb {
  display: inline-block;
  font-size: 13px;
}
.talign_center {
  text-align: center;
}
.talign_left {
  text-align: left;
}
.talign_right {
  text-align: right;
}
/*デバイス*/
.pcv {
  display: block;
}
.spv {
  display: none;
}
@media (min-width: 941px) {
  body:after {
    content: "pc";
  }
}
@media (min-width: 1px) and (max-width: 940px) {
  body:after {
    content: "mo";
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .trans:hover {
    opacity: 1;
  }
  body:after {
    content: "sp";
  }
  .pcv {
    display: none;
  }
  .spv {
    display: block;
  }
}
/*-----------------
End Common
-------------------*/

/* インスタ */
.instagram {
  /* padding-bottom: 65px; */
}
.instagram .instagram-ttl {
  font-family: "adobe-garamond-pro", serif;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}
.instagram .instagram-border {
  margin-bottom: 25px;
}
.instagram .instagram-text {
  font-size: 13px;
  letter-spacing: 0.09em;
  text-align: center;
  line-height: 1.8846153846;
  font-weight: 400;
  margin-bottom: 30px;
}
/* pc幅固定 */
#page {
  width: 100%;
  box-shadow: 0px 0px 8px rgb(153, 153, 153, 0.75);
  margin: 115px 340px 0 auto;
  padding-bottom: 60px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  /* ページ読み込み時フェードイン */
  body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    position: relative;
  }
  #page {
    max-width: 375px;
    background-color: #fff;
  }
  /* スライダー */
  .scroll-img {
    position: fixed;
    top: 6vw;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center; /* 垂直方向の中央揃え */
    overflow: hidden; /* 必要に応じてスクロールバーを非表示 */
  }
  /* サイドメニュー */
  .sidemenu {
    width: 100%;
    max-width: 340px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sidemenu-inner {
    width: 100%;
  }
  .sidemenu-title {
    position: relative;
  }
  .sidemenu-title p {
    font-size: 18px;
    font-weight: 500;
    font-family: "adobe-garamond-pro", serif;
    text-align: center;
    letter-spacing: 0.18em;
  }
  .sidemenu-title::after {
    content: "";
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 15'%3E%3Cpath d='M0 7.5 Q50 20 100 7.5 T200 7.5' stroke='black' fill='none'/%3E%3C/svg%3E");
    background-size: contain;
    width: 200px;
    height: 15px;
    position: absolute;
    left: -10px;
    right: 0;
    bottom: -25px;
    margin: auto;
  }
  .sidemenu ul {
    padding: 50px 0 20px 0;
    text-align: center;
  }
  .sidemenu li {
    font-size: 14px;
  }
  .sidemenu li:not(:last-child) {
    margin-bottom: 5px;
  }
  .sidemenu ul a {
    display: block;
    max-width: 180px;
    margin: 0 auto;
    padding: 10px 0;
    transition: 0.5s all;
    letter-spacing: 0.13em;
  }
  .sidemenu ul a:hover {
    background-color: #fffc9a;
    transition: 0.5s all;
  }
  .follow a {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .follow img {
    max-width: 22px;
    margin-left: 5px;
  }
  .follow a {
    margin: unset;
  }
  .sidemenu-btn {
    width: 100%;
    max-width: 210px;
    margin: 0 auto 0 auto;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px dashed #262626;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 20px;
  }
  .sidemenu-top {
    width: 100%;
    max-width: 58px;
    margin: 0 0 25px 0;
    transition: all 0.5s;
  }
  .sidemenu-top:hover {
    transform: scale(1.1);
  }
  .sidemenu-contact-title {
    text-align: center;
    margin-bottom: 15px;
  }
  .sidemenu-contact-title p {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.16em;
    line-height: calc(20px / 13px);
    display: inline-block;
    position: relative;
  }
  .sidemenu-contact-title p:before {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background-color: #262626;
    position: absolute;
    left: -30px;
    top: 3px;
    bottom: 0;
    margin: auto;
    transform: rotate(55deg);
  }
  .sidemenu-contact-title p:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background-color: #262626;
    position: absolute;
    right: -30px;
    top: 3px;
    bottom: 0;
    margin: auto;
    transform: rotate(-55deg);
  }
  .sidemenu-contact-btn {
    width: 105px;
    height: 105px;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .sidemenu-contact-btn:hover .sidemenu-contact-inner {
    width: 70px;
    height: 70px;
    transition: 0.5s all;
  }
  .sidemenu-contact-btn-img {
    position: absolute;
    inset: 0;
    margin: auto;
    animation: spin 20s linear infinite;
  }
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .sidemenu-contact-inner {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #fffc9a;
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    transition: 0.5s all;
  }
  .sidemenu-contact-btn p {
    position: absolute;
    inset: 0;
    margin: auto;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", serif;
    transition: 0.5s all;
  }
  .copy {
    font-size: 11px;
    letter-spacing: 0.08em;
    position: fixed;
    left: 40px;
    bottom: 30px;
  }
}
/* SPs */
@media screen and (max-width: 767px) {
  .sidemenu-btn {
    width: 100%;
    max-width: 145px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 50;
    opacity: 0;
    transition: all 0.5s;
  }
  .sidemenu-btn.fixed {
    opacity: 1;
  }
  .sidemenu-top {
    width: 100%;
    max-width: 47px;
    margin: 0 0 15px 0;
  }
  .sidemenu-contact-title {
    text-align: center;
    margin-bottom: 15px;
  }
  .sidemenu-contact-btn {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .sidemenu-contact-btn-img {
    position: absolute;
    inset: 0;
    margin: auto;
    animation: spin 20s linear infinite;
  }
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .sidemenu-contact-inner {
    width: 43px;
    height: 43px;
    border-radius: 100px;
    background-color: #fffc9a;
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    transition: 0.5s all;
  }
  .sidemenu-contact-btn p {
    position: absolute;
    inset: 0;
    margin: auto;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", serif;
    transition: 0.5s all;
  }
}

@media screen and (min-width: 1000px) {
  #page {
    margin: 0 340px 0 auto;
  }
  .copy {
    left: 80px;
    bottom: 60px;
  }
}

/* TOP背景ページネーション削除 */
#splide01 .splide__pagination {
  display: none;
}

/* reCAPTCHA | SP修正 */
@media (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 115px !important;
    z-index: 10 !important;
  }
}
